From owner-cvs-src@FreeBSD.ORG Sun Jun 27 01:09: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 44EFC16A4CE; Sun, 27 Jun 2004 01:09:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2772043D39; Sun, 27 Jun 2004 01:09:02 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R18t6w082782; Sun, 27 Jun 2004 01:08:55 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R18tFs082781; Sun, 27 Jun 2004 01:08:55 GMT (envelope-from kientzle) Message-Id: <200406270108.i5R18tFs082781@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 27 Jun 2004 01:08:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 01:09:02 -0000 kientzle 2004-06-27 01:08:54 UTC FreeBSD src repository Modified files: usr.bin/tar write.c Log: Don't abort immediately on directory change errors. Instead, display a warning, clean up, and let main() return the error. In particular, this means that chdir() problems won't leave broken archives, though they will prompt an error exit value. Revision Changes Path 1.24 +16 -6 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 01:15: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 4B4A316A4CE; Sun, 27 Jun 2004 01:15:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43DBB43D58; Sun, 27 Jun 2004 01:15:39 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R1FVY2083049; Sun, 27 Jun 2004 01:15:31 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R1FV0A083048; Sun, 27 Jun 2004 01:15:31 GMT (envelope-from kientzle) Message-Id: <200406270115.i5R1FV0A083048@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 27 Jun 2004 01:15:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive.h archive_read.3 archive_read_extract.c archive_read_support_format_tar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 01:15:39 -0000 kientzle 2004-06-27 01:15:31 UTC FreeBSD src repository Modified files: lib/libarchive archive.h archive_read.3 archive_read_data_into_buffer.c archive_read_data_into_fd.c archive_read_extract.c archive_read_support_format_tar.c Log: Read gtar-style sparse archives. This change also pointed out one API deficiency: the archive_read_data_into_XXX functions were originally defined to return the total bytes read. This is, of course, ambiguous when dealing with non-contiguous files. Change it to just return a status value. Revision Changes Path 1.13 +3 -3 src/lib/libarchive/archive.h 1.8 +4 -3 src/lib/libarchive/archive_read.3 1.4 +2 -2 src/lib/libarchive/archive_read_data_into_buffer.c 1.7 +3 -3 src/lib/libarchive/archive_read_data_into_fd.c 1.20 +1 -7 src/lib/libarchive/archive_read_extract.c 1.20 +141 -40 src/lib/libarchive/archive_read_support_format_tar.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 01:58: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 F33F716A4CE; Sun, 27 Jun 2004 01:58:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D590E43D4C; Sun, 27 Jun 2004 01:58:57 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R1wCb4084070; Sun, 27 Jun 2004 01:58:12 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R1wCli084069; Sun, 27 Jun 2004 01:58:12 GMT (envelope-from das) Message-Id: <200406270158.i5R1wCli084069@repoman.freebsd.org> From: David Schultz Date: Sun, 27 Jun 2004 01:58: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/vm vm_glue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 27 Jun 2004 01:58:58 -0000 das 2004-06-27 01:58:12 UTC FreeBSD src repository Modified files: sys/vm vm_glue.c Log: Update a stale comment. The heuristic to swap processes out based on the number of pages already paged out was broken in rev 1.10 and removed in rev 1.11. Revision Changes Path 1.199 +3 -2 src/sys/vm/vm_glue.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 02:26: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 E131316A4CE; Sun, 27 Jun 2004 02:26:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C370043D39; Sun, 27 Jun 2004 02:26:36 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R2PcqG084854; Sun, 27 Jun 2004 02:25:38 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R2Pc2V084853; Sun, 27 Jun 2004 02:25:38 GMT (envelope-from rwatson) Message-Id: <200406270225.i5R2Pc2V084853@repoman.freebsd.org> From: Robert Watson Date: Sun, 27 Jun 2004 02:25:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES files options X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 02:26:37 -0000 rwatson 2004-06-27 02:25:38 UTC FreeBSD src repository Modified files: sys/conf NOTES files options Log: Add options NETGRAPH_EIFACE, which causes ng_eiface.c to be built into the kernel, similar to NETGRAPH_IFACE for ng_iface.c. It appears to have been omitted when added to the kernel. Revision Changes Path 1.1235 +1 -0 src/sys/conf/NOTES 1.911 +1 -0 src/sys/conf/files 1.455 +1 -0 src/sys/conf/options From owner-cvs-src@FreeBSD.ORG Sun Jun 27 02:36: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 13F9E16A4CE; Sun, 27 Jun 2004 02:36:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E93FE43D31; Sun, 27 Jun 2004 02:36:37 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R2aXeR085231; Sun, 27 Jun 2004 02:36:33 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R2aXes085230; Sun, 27 Jun 2004 02:36:33 GMT (envelope-from rwatson) Message-Id: <200406270236.i5R2aXes085230@repoman.freebsd.org> From: Robert Watson Date: Sun, 27 Jun 2004 02:36: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/conf NOTES files options X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 02:36:38 -0000 rwatson 2004-06-27 02:36:33 UTC FreeBSD src repository Modified files: sys/conf NOTES files options Log: Add options NETGRAPH_FEC to hook up ng_fec.c to the LINT build. Revision Changes Path 1.1236 +1 -0 src/sys/conf/NOTES 1.912 +1 -0 src/sys/conf/files 1.456 +1 -0 src/sys/conf/options From owner-cvs-src@FreeBSD.ORG Sun Jun 27 03:19: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 E22B216A4CE; Sun, 27 Jun 2004 03:19:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DADE543D4C; Sun, 27 Jun 2004 03:19:04 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R3J1wg086628; Sun, 27 Jun 2004 03:19:01 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R3J1BA086627; Sun, 27 Jun 2004 03:19:01 GMT (envelope-from kientzle) Message-Id: <200406270319.i5R3J1BA086627@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 27 Jun 2004 03:19:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_read_extract.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 03:19:05 -0000 kientzle 2004-06-27 03:19:01 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_extract.c Log: Unify mkdirpath (used to automatically create missing parent dirs) and read_extract_dir (which creates directories in the archive). This brings a number of advantages: * FINALLY fix the problems creating dirs ending in "/." * Missing parent dirs now get created securely, just like explicit dirs. (Created 0700 initially, then edited to 0755 at end of extraction.) * Eliminate some duplicate code and some weird special cases. While I'm cleaning, inline the regular-file creation code as well. Revision Changes Path 1.21 +126 -215 src/lib/libarchive/archive_read_extract.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 03:22: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 93D2916A4CE; Sun, 27 Jun 2004 03:22:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7470643D45; Sun, 27 Jun 2004 03:22:38 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R3MFEw086772; Sun, 27 Jun 2004 03:22:15 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R3MFK7086771; Sun, 27 Jun 2004 03:22:15 GMT (envelope-from rwatson) Message-Id: <200406270322.i5R3MFK7086771@repoman.freebsd.org> From: Robert Watson Date: Sun, 27 Jun 2004 03:22:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/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: Sun, 27 Jun 2004 03:22:38 -0000 rwatson 2004-06-27 03:22:15 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Add a new global mutex, so_global_mtx, which protects the global variables so_gencnt, numopensockets, and the per-socket field so_gencnt. Annotate this this might be better done with atomic operations. Annotate what accept_mtx protects. Revision Changes Path 1.191 +26 -2 src/sys/kern/uipc_socket.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 03:23: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 D69A716A4CF; Sun, 27 Jun 2004 03:23:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B71B943D41; Sun, 27 Jun 2004 03:23:16 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R3N9NX086814; Sun, 27 Jun 2004 03:23:09 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R3N9Mo086813; Sun, 27 Jun 2004 03:23:09 GMT (envelope-from rwatson) Message-Id: <200406270323.i5R3N9Mo086813@repoman.freebsd.org> From: Robert Watson Date: Sun, 27 Jun 2004 03:23: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/sys socketvar.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, 27 Jun 2004 03:23:17 -0000 rwatson 2004-06-27 03:23:09 UTC FreeBSD src repository Modified files: sys/sys socketvar.h Log: Annotate so_gencnt field of struct socket locked by so_global_mtx. Revision Changes Path 1.131 +2 -1 src/sys/sys/socketvar.h From owner-cvs-src@FreeBSD.ORG Sun Jun 27 03: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 B745D16A4CE; Sun, 27 Jun 2004 03:29:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9922D43D39; Sun, 27 Jun 2004 03:29:39 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R3SDGa087005; Sun, 27 Jun 2004 03:28:13 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R3SDsW087004; Sun, 27 Jun 2004 03:28:13 GMT (envelope-from kientzle) Message-Id: <200406270328.i5R3SDsW087004@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 27 Jun 2004 03:28: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/tar write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 03:29:39 -0000 kientzle 2004-06-27 03:28:13 UTC FreeBSD src repository Modified files: usr.bin/tar write.c Log: Fix "@-" which has apparently been broken for some time. While I'm here, add in a lot more error-checking around append_archive. Revision Changes Path 1.25 +28 -8 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 03:30:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9391B16A4CE; Sun, 27 Jun 2004 03:30:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 736BB43D3F; Sun, 27 Jun 2004 03:30:28 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R3TPhm087065; Sun, 27 Jun 2004 03:29:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R3TPVx087064; Sun, 27 Jun 2004 03:29:25 GMT (envelope-from rwatson) Message-Id: <200406270329.i5R3TPVx087064@repoman.freebsd.org> From: Robert Watson Date: Sun, 27 Jun 2004 03:29: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/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 03:30:28 -0000 rwatson 2004-06-27 03:29:25 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: Acquire the socket buffer lock when calling unp_scan() on so->so_rcv.sb_mb to prevent the mbuf chain from changing during the scan. Revision Changes Path 1.132 +2 -0 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 03:32: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 EFB9216A4CE; Sun, 27 Jun 2004 03:32:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1D3A43D2D; Sun, 27 Jun 2004 03:32:08 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R3Vnod087205; Sun, 27 Jun 2004 03:31:49 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R3Vn09087204; Sun, 27 Jun 2004 03:31:49 GMT (envelope-from marcel) Message-Id: <200406270331.i5R3Vn09087204@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 27 Jun 2004 03:31: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/gnu/usr.bin/gdb/doc inc-hist.diff X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 27 Jun 2004 03:32:09 -0000 marcel 2004-06-27 03:31:49 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/doc inc-hist.diff Log: Repo copied from: src/gnu/usr.bin/binutils/doc/inc-hist.diff Revision Changes Path 1.5 +0 -0 src/gnu/usr.bin/gdb/doc/inc-hist.diff From owner-cvs-src@FreeBSD.ORG Sun Jun 27 03:33: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 A3EFB16A4D2; Sun, 27 Jun 2004 03:33:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8588B43D49; Sun, 27 Jun 2004 03:33:30 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R3XHY3087255; Sun, 27 Jun 2004 03:33:17 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R3XHHO087254; Sun, 27 Jun 2004 03:33:17 GMT (envelope-from marcel) Message-Id: <200406270333.i5R3XHHO087254@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 27 Jun 2004 03:33: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/gnu/usr.bin/gdb Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 03:33:30 -0000 marcel 2004-06-27 03:33:17 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb Makefile.inc Log: We don't have to reach into binutils/doc anymore for inc-hist.diff The file was repo copied into our doc directory. Revision Changes Path 1.9 +1 -1 src/gnu/usr.bin/gdb/Makefile.inc From owner-cvs-src@FreeBSD.ORG Sun Jun 27 03: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 4923D16A4CE; Sun, 27 Jun 2004 03:35:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 295C443D46; Sun, 27 Jun 2004 03:35:08 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R3YskR087303; Sun, 27 Jun 2004 03:34:54 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R3YstP087302; Sun, 27 Jun 2004 03:34:54 GMT (envelope-from marcel) Message-Id: <200406270334.i5R3YstP087302@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 27 Jun 2004 03:34: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/gnu/usr.bin/binutils/doc inc-hist.diff X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 27 Jun 2004 03:35:08 -0000 marcel 2004-06-27 03:34:54 UTC FreeBSD src repository Removed files: gnu/usr.bin/binutils/doc inc-hist.diff Log: Removed. It was used for building gdb docs, which we don't do here anymore. Revision Changes Path 1.5 +0 -31 src/gnu/usr.bin/binutils/doc/inc-hist.diff (dead) From owner-cvs-src@FreeBSD.ORG Sun Jun 27 03:36: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 83EF216A4CE; Sun, 27 Jun 2004 03:36:30 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5276543D39; Sun, 27 Jun 2004 03:36:30 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.11) with ESMTP id i5R3Zv2G044455; Sat, 26 Jun 2004 20:35:57 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i5R3Zu2h044454; Sat, 26 Jun 2004 20:35:56 -0700 (PDT) (envelope-from obrien) Date: Sat, 26 Jun 2004 20:35:56 -0700 From: "David O'Brien" To: Alexander Kabaev Message-ID: <20040627033556.GC43829@dragon.nuxi.com> References: <200406250154.i5P1sQcp072094@repoman.freebsd.org> <20040625120329.GB37003@ip.net.ua> <20040625123827.GA55913@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040625123827.GA55913@freefall.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Dag-Erling Sm?rgrav cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/lib/libpam/modules/pam_radius pam_radius.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 03:36:30 -0000 On Fri, Jun 25, 2004 at 12:38:27PM +0000, Alexander Kabaev wrote: > On Fri, Jun 25, 2004 at 02:16:27PM +0200, Dag-Erling Sm?rgrav wrote: > > Ruslan Ermilov writes: > > > On Fri, Jun 25, 2004 at 11:28:50AM +0200, Dag-Erling Sm?rgrav wrote: > > > > Alexander Kabaev writes: > > > > > Log: > > > > > Remove the use of cast as lvalue. > > > > This trades one style bug for another (missing space before *), breaks > > > > the build on 64-bit platforms, and violates maintainership. > > > Ah, so this commit is responsible for a cross-build breakage... > > > > No, this one currently only breaks Alpha because we apparently don't > > enforce alignment requirements on other platforms. > > > It definitely worked for amd64 world, which I guess does not have such > strict alignment requirements. Not at all -- AMD64 is an x86 platform first and fore most. That means no traps or exceptions on misalignments like for Alpha and other RISC platforms. There is of course a performance degradation on AMD64, but its the same as misalignments for x86 32-bit. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Sun Jun 27 05:33:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A58EE16A4CE; Sun, 27 Jun 2004 05:33:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 869BA43D3F; Sun, 27 Jun 2004 05:33:06 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R5WePe090248; Sun, 27 Jun 2004 05:32:40 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R5We0x090247; Sun, 27 Jun 2004 05:32:40 GMT (envelope-from jmg) Message-Id: <200406270532.i5R5We0x090247@repoman.freebsd.org> From: John-Mark Gurney Date: Sun, 27 Jun 2004 05:32:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 05:33:06 -0000 jmg 2004-06-27 05:32:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/ufs/ffs ffs_softdep.c Log: fix a deadlock that can occure w/ large files and syncing disks... PR: 66781 Submitted by: brian at ncircle dot com Reviewed by: mckusick Revision Changes Path 1.57.2.13 +1 -1 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 05:59: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 9CDC116A4CE; Sun, 27 Jun 2004 05:59:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F94D43D41; Sun, 27 Jun 2004 05:59:15 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R5xFXV091014; Sun, 27 Jun 2004 05:59:15 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R5xFnf091013; Sun, 27 Jun 2004 05:59:15 GMT (envelope-from kientzle) Message-Id: <200406270559.i5R5xFnf091013@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 27 Jun 2004 05:59:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_read_extract.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 05:59:15 -0000 kientzle 2004-06-27 05:59:15 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_extract.c Log: * The mode for implicitly-created dirs is now 0777 modified by the umask in effect when the archive is closed * Correct a typo that broke implicit dir creation for non-directories. Thanks to: Garret A Wollman for pointing out my umask oversight Revision Changes Path 1.22 +6 -4 src/lib/libarchive/archive_read_extract.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 06:29: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 8C9BE16A4CF; Sun, 27 Jun 2004 06:29:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8225143D2F; Sun, 27 Jun 2004 06:29:10 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R6T4J4092175; Sun, 27 Jun 2004 06:29:04 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R6T45X092174; Sun, 27 Jun 2004 06:29:04 GMT (envelope-from kientzle) Message-Id: <200406270629.i5R6T45X092174@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 27 Jun 2004 06:29: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/tar bsdtar.c bsdtar.h matching.c read.c util.c write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 06:29:10 -0000 kientzle 2004-06-27 06:29:04 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c bsdtar.h matching.c read.c util.c write.c Log: Augment the -T handling: * Add --null option (sort #defines here) * Add process_lines function to util.c that reads newline-terminated or null-terminated lines (with self-sizing buffers, etc) and iteratively invokes a provided function. Use this to dramatically simplify: -T handling for -c, --exclude-from-file, and --include-from-file. * Add -T handling to -x (via include_from_file) Hopefully, this will fix the openoffice port and a couple of others that rely on -T and --null. Revision Changes Path 1.33 +16 -16 src/usr.bin/tar/bsdtar.c 1.13 +9 -3 src/usr.bin/tar/bsdtar.h 1.6 +16 -40 src/usr.bin/tar/matching.c 1.12 +3 -0 src/usr.bin/tar/read.c 1.9 +86 -0 src/usr.bin/tar/util.c 1.26 +31 -39 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 08:49: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 CCC2916A4CE; Sun, 27 Jun 2004 08:49:40 +0000 (GMT) Received: from telecom.net.et (ns2.telecom.net.et [213.55.64.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 693BF43D39; Sun, 27 Jun 2004 08:49:33 +0000 (GMT) (envelope-from mtm@identd.net) Received: from [213.55.67.105] (HELO pool-151-200-10-97.res.east.verizon.net) by telecom.net.et (CommuniGate Pro SMTP 3.4.8) with ESMTP-TLS id 49873349; Sun, 27 Jun 2004 11:42:50 +0300 Received: from rogue.acs-et.com (localhost [127.0.0.1]) ESMTP id i5R8o0Rf001457; Sun, 27 Jun 2004 11:50:01 +0300 (EAT) (envelope-from mtm@rogue.acs-et.com) Received: (from mtm@localhost) by rogue.acs-et.com (8.12.11/8.12.11/Submit) id i5R8nxKd001456; Sun, 27 Jun 2004 11:49:59 +0300 (EAT) (envelope-from mtm) Date: Sun, 27 Jun 2004 11:49:58 +0300 From: Mike Makonnen To: "David O'Brien" Message-ID: <20040627084958.GB983@rogue.acs-et.com> References: <200406260927.i5Q9RUVZ056522@repoman.freebsd.org> <20040626102154.GA3359@rogue.acs-et.com> <20040626172949.GB3907@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040626172949.GB3907@dragon.nuxi.com> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD/5.2-CURRENT (i386) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.shutdown rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 27 Jun 2004 08:49:40 -0000 On Sat, Jun 26, 2004 at 10:29:49AM -0700, David O'Brien wrote: > On Sat, Jun 26, 2004 at 01:21:54PM +0300, Mike Makonnen wrote: > > You might still see messages from ports, which don't use the > > base system rc.subr script. But I'm working on getting that fixed > > by making it possible for ports to use the base system rc.subr. > > I thought they already did (at least on late model 5-CURRENT). Not that I'm aware. Ports use a separate copy of rc.subr that gets downloaded as a dependency. Cheers. -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc mtm@identd.net | Fingerprint: AC7B 5672 2D11 F4D0 EBF8 5279 5359 2B82 7CD4 1F55 mtm@FreeBSD.Org| FreeBSD - Unleash the Daemon ! From owner-cvs-src@FreeBSD.ORG Sun Jun 27 09:03: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 9E1B416A4CE; Sun, 27 Jun 2004 09:03:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8221643D1D; Sun, 27 Jun 2004 09:03:33 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R93Mtq096159; Sun, 27 Jun 2004 09:03:22 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R93Mle096158; Sun, 27 Jun 2004 09:03:22 GMT (envelope-from pjd) Message-Id: <200406270903.i5R93Mle096158@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 27 Jun 2004 09:03:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_jail.c src/sys/net if_fwsubr.c if_loop.c src/sys/netinet ip_fastfwd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 27 Jun 2004 09:03:33 -0000 pjd 2004-06-27 09:03:22 UTC FreeBSD src repository Modified files: sys/kern kern_jail.c sys/net if_fwsubr.c if_loop.c sys/netinet ip_fastfwd.c Log: Add two missing includes and remove two uneeded. This is quite serious fix, because even with MAC framework compiled in, MAC entry points in those two files were simply ignored. Revision Changes Path 1.44 +3 -0 src/sys/kern/kern_jail.c 1.5 +2 -0 src/sys/net/if_fwsubr.c 1.98 +0 -1 src/sys/net/if_loop.c 1.12 +0 -1 src/sys/netinet/ip_fastfwd.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 09:06: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 5353916A4CE; Sun, 27 Jun 2004 09:06:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3547443D1D; Sun, 27 Jun 2004 09:06:18 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R96BjT096361; Sun, 27 Jun 2004 09:06:11 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R96Bxl096360; Sun, 27 Jun 2004 09:06:11 GMT (envelope-from pjd) Message-Id: <200406270906.i5R96Bxl096360@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 27 Jun 2004 09:06: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/net if_loop.c src/sys/netinet ip_fastfwd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 27 Jun 2004 09:06:18 -0000 pjd 2004-06-27 09:06:11 UTC FreeBSD src repository Modified files: sys/net if_loop.c sys/netinet ip_fastfwd.c Log: Those are unneeded too. Revision Changes Path 1.99 +0 -1 src/sys/net/if_loop.c 1.13 +0 -1 src/sys/netinet/ip_fastfwd.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 09:53: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 97E2C16A4CF; Sun, 27 Jun 2004 09:53:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79B8E43D3F; Sun, 27 Jun 2004 09:53:19 +0000 (GMT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R9r65w097608; Sun, 27 Jun 2004 09:53:06 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R9r6uh097607; Sun, 27 Jun 2004 09:53:06 GMT (envelope-from mtm) Message-Id: <200406270953.i5R9r6uh097607@repoman.freebsd.org> From: Mike Makonnen Date: Sun, 27 Jun 2004 09:53:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_init.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 09:53:20 -0000 mtm 2004-06-27 09:53:06 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_init.c Log: In the case that the global thread list is being re-initialized after a fork, make sure that the current thread isn't detached and freed. As a consequence the thread should be inserted into the head of the active list only once (in the beginning). Revision Changes Path 1.16 +4 -4 src/lib/libthr/thread/thr_init.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 09:59: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 9065D16A4CE; Sun, 27 Jun 2004 09:59:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 738B643D46; Sun, 27 Jun 2004 09:59:21 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R9x2G3097827; Sun, 27 Jun 2004 09:59:02 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R9x2k4097826; Sun, 27 Jun 2004 09:59:02 GMT (envelope-from schweikh) Message-Id: <200406270959.i5R9x2k4097826@repoman.freebsd.org> From: Jens Schweikhardt Date: Sun, 27 Jun 2004 09:59: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/bktr bktr_tuner.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 27 Jun 2004 09:59:21 -0000 schweikh 2004-06-27 09:59:02 UTC FreeBSD src repository Modified files: sys/dev/bktr bktr_tuner.c Log: Fix a tuner problem. PR: kern/66006 Submitted by: Josh Elsasser MFC after: 1 week Revision Changes Path 1.13 +3 -1 src/sys/dev/bktr/bktr_tuner.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 10:01: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 C60E816A4CE; Sun, 27 Jun 2004 10:01:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0BC243D2F; Sun, 27 Jun 2004 10:01:55 +0000 (GMT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RA1ZYC097991; Sun, 27 Jun 2004 10:01:35 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RA1Zlg097990; Sun, 27 Jun 2004 10:01:35 GMT (envelope-from mtm) Message-Id: <200406271001.i5RA1Zlg097990@repoman.freebsd.org> From: Mike Makonnen Date: Sun, 27 Jun 2004 10:01:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread Makefile.inc thr_atfork.c thr_init.c thr_private.h thr_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 10:01:55 -0000 mtm 2004-06-27 10:01:35 UTC FreeBSD src repository Modified files: lib/libthr/thread Makefile.inc thr_init.c thr_private.h thr_syscalls.c Added files: lib/libthr/thread thr_atfork.c Log: Implement pthread_atfork in libthr. This is mostly from deichen's work in libpthread. Submitted by: Dan Nelson Revision Changes Path 1.8 +1 -0 src/lib/libthr/thread/Makefile.inc 1.1 +60 -0 src/lib/libthr/thread/thr_atfork.c (new) 1.17 +4 -0 src/lib/libthr/thread/thr_init.c 1.37 +10 -0 src/lib/libthr/thread/thr_private.h 1.7 +58 -0 src/lib/libthr/thread/thr_syscalls.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 10:10: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 03FA216A4CE; Sun, 27 Jun 2004 10:10:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB36143D4C; Sun, 27 Jun 2004 10:10:34 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RAAHfh098201; Sun, 27 Jun 2004 10:10:17 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RAAHfj098200; Sun, 27 Jun 2004 10:10:17 GMT (envelope-from pjd) Message-Id: <200406271010.i5RAAHfj098200@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 27 Jun 2004 10:10: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.sbin/jail jail.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 10:10:35 -0000 pjd 2004-06-27 10:10:17 UTC FreeBSD src repository Modified files: usr.sbin/jail jail.c Log: Prepare jail(8) utility for new functionality which will limit seeing status of mounted file system for jailed processes. Pass full path of jail's root directory to the kernel. mount(8) utility is doing the same thing already. Revision Changes Path 1.16 +6 -4 src/usr.sbin/jail/jail.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 10:36: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 15CE216A4CE; Sun, 27 Jun 2004 10:36:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE72043D2F; Sun, 27 Jun 2004 10:35:59 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RAZSKt098934; Sun, 27 Jun 2004 10:35:28 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RAZSjR098933; Sun, 27 Jun 2004 10:35:28 GMT (envelope-from tjr) Message-Id: <200406271035.i5RAZSjR098933@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 27 Jun 2004 10:35:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/cut cut.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 27 Jun 2004 10:36:00 -0000 tjr 2004-06-27 10:35:28 UTC FreeBSD src repository Modified files: usr.bin/cut cut.c Log: Make the handling of invalid multibyte sequences more robust by using mbrlen() instead of mblen(). Revision Changes Path 1.24 +5 -1 src/usr.bin/cut/cut.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 10:58:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9793416A4CE; Sun, 27 Jun 2004 10:58:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9006843D1D; Sun, 27 Jun 2004 10:58:43 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RAwb9S099568; Sun, 27 Jun 2004 10:58:37 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RAwbLe099567; Sun, 27 Jun 2004 10:58:37 GMT (envelope-from schweikh) Message-Id: <200406271058.i5RAwbLe099567@repoman.freebsd.org> From: Jens Schweikhardt Date: Sun, 27 Jun 2004 10: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/usr.bin/indent args.c indent.c indent_globs.h io.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 27 Jun 2004 10:58:43 -0000 schweikh 2004-06-27 10:58:37 UTC FreeBSD src repository Modified files: usr.bin/indent args.c indent.c indent_globs.h io.c Log: Fix problems with non-8 space tabs. New options for function declarations with the opening brace on the same line as the declaration of arguments all spaces and no tabs (a feature which exists in GNU's indent). Man page update to follow RSN. PR: bin/67983 Submitted by: Chip Norkus Style guidance and bug for bug compatibility by: bde MFC after: 2 weeks Revision Changes Path 1.14 +4 -0 src/usr.bin/indent/args.c 1.23 +29 -9 src/usr.bin/indent/indent.c 1.10 +5 -1 src/usr.bin/indent/indent_globs.h 1.14 +7 -5 src/usr.bin/indent/io.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 11:31: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 0E73616A4CE; Sun, 27 Jun 2004 11:31:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E522743D3F; Sun, 27 Jun 2004 11:31:04 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RBTsjZ000409; Sun, 27 Jun 2004 11:29:54 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RBTsu0000408; Sun, 27 Jun 2004 11:29:54 GMT (envelope-from phk) Message-Id: <200406271129.i5RBTsu0000408@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 27 Jun 2004 11:29:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sio sio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 27 Jun 2004 11:31:05 -0000 phk 2004-06-27 11:29:54 UTC FreeBSD src repository Modified files: sys/dev/sio sio.c Log: Guard against us having no tty pointer. Revision Changes Path 1.444 +2 -1 src/sys/dev/sio/sio.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 12:06:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0402316A4CE; Sun, 27 Jun 2004 12:06:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9D8E43D58; Sun, 27 Jun 2004 12:06:19 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from freebsd.org (davidxu@localhost [127.0.0.1]) i5RC67Za036420; Sun, 27 Jun 2004 12:06:10 GMT (envelope-from davidxu@freebsd.org) Message-ID: <40DEB7BC.5040502@freebsd.org> Date: Sun, 27 Jun 2004 20:04:12 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Makonnen References: <200406271001.i5RA1Zlg097990@repoman.freebsd.org> In-Reply-To: <200406271001.i5RA1Zlg097990@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libthr/thread Makefile.inc thr_atfork.c thr_init.c thr_private.h thr_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 12:06:20 -0000 Hi, The pthread guy Daniel Eischen, his user name is deischen, not deichen. Mike Makonnen wrote: >mtm 2004-06-27 10:01:35 UTC > > FreeBSD src repository > > Modified files: > lib/libthr/thread Makefile.inc thr_init.c thr_private.h > thr_syscalls.c > Added files: > lib/libthr/thread thr_atfork.c > Log: > Implement pthread_atfork in libthr. This is mostly from deichen's > work in libpthread. > > From owner-cvs-src@FreeBSD.ORG Sun Jun 27 12:33: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 2682C16A4CE; Sun, 27 Jun 2004 12:33:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08F3C43D4C; Sun, 27 Jun 2004 12:33:30 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RCXKu4002585; Sun, 27 Jun 2004 12:33:20 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RCXKq5002584; Sun, 27 Jun 2004 12:33:20 GMT (envelope-from imp) Message-Id: <200406271233.i5RCXKq5002584@repoman.freebsd.org> From: Warner Losh Date: Sun, 27 Jun 2004 12:33:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/aue Makefile src/sys/modules/axe Makefile src/sys/modules/cue Makefile src/sys/modules/ep Makefile src/sys/modules/kue Makefile src/sys/modules/rue Makefile src/sys/modules/ubsa Makefile src/sys/modules/ubser 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, 27 Jun 2004 12:33:30 -0000 imp 2004-06-27 12:33:20 UTC FreeBSD src repository Modified files: sys/modules/aue Makefile sys/modules/axe Makefile sys/modules/cue Makefile sys/modules/ep Makefile sys/modules/kue Makefile sys/modules/rue Makefile sys/modules/ubsa Makefile sys/modules/ubser Makefile sys/modules/ucom Makefile sys/modules/udav Makefile sys/modules/udbp Makefile sys/modules/ufm Makefile sys/modules/uftdi Makefile sys/modules/ugen Makefile sys/modules/uhid Makefile sys/modules/ukbd Makefile sys/modules/ulpt Makefile sys/modules/umass Makefile sys/modules/umct Makefile sys/modules/umodem Makefile sys/modules/ums Makefile sys/modules/uplcom Makefile sys/modules/urio Makefile sys/modules/usb Makefile sys/modules/uscanner Makefile sys/modules/uvisor Makefile sys/modules/uvscom Makefile Log: Add usbdevs.h and pccarddevs.h to the build list, as appropriate. This is needed to build as part of world or in src/sys/modules. Revision Changes Path 1.7 +2 -2 src/sys/modules/aue/Makefile 1.2 +1 -1 src/sys/modules/axe/Makefile 1.6 +2 -2 src/sys/modules/cue/Makefile 1.7 +1 -1 src/sys/modules/ep/Makefile 1.6 +2 -2 src/sys/modules/kue/Makefile 1.2 +1 -1 src/sys/modules/rue/Makefile 1.3 +1 -1 src/sys/modules/ubsa/Makefile 1.2 +1 -1 src/sys/modules/ubser/Makefile 1.3 +1 -1 src/sys/modules/ucom/Makefile 1.2 +1 -1 src/sys/modules/udav/Makefile 1.7 +1 -1 src/sys/modules/udbp/Makefile 1.3 +1 -1 src/sys/modules/ufm/Makefile 1.3 +1 -1 src/sys/modules/uftdi/Makefile 1.12 +1 -1 src/sys/modules/ugen/Makefile 1.12 +1 -1 src/sys/modules/uhid/Makefile 1.16 +1 -1 src/sys/modules/ukbd/Makefile 1.12 +1 -1 src/sys/modules/ulpt/Makefile 1.13 +1 -1 src/sys/modules/umass/Makefile 1.3 +1 -1 src/sys/modules/umct/Makefile 1.12 +1 -1 src/sys/modules/umodem/Makefile 1.12 +1 -1 src/sys/modules/ums/Makefile 1.4 +1 -1 src/sys/modules/uplcom/Makefile 1.6 +1 -1 src/sys/modules/urio/Makefile 1.14 +1 -1 src/sys/modules/usb/Makefile 1.5 +1 -1 src/sys/modules/uscanner/Makefile 1.3 +1 -1 src/sys/modules/uvisor/Makefile 1.4 +1 -1 src/sys/modules/uvscom/Makefile From owner-cvs-src@FreeBSD.ORG Sun Jun 27 12:38: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 F15A016A4CE for ; Sun, 27 Jun 2004 12:38:26 +0000 (GMT) Received: from smtp2.netcologne.de (smtp2.netcologne.de [194.8.194.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 857DD43D2F for ; Sun, 27 Jun 2004 12:38:26 +0000 (GMT) (envelope-from thomas@laurel.tmseck.homedns.org) Received: from laurel.tmseck.homedns.org (xdsl-213-196-243-137.netcologne.de [213.196.243.137]) by smtp2.netcologne.de (Postfix) with SMTP id 60B494629 for ; Sun, 27 Jun 2004 14:38:04 +0200 (MEST) Received: (qmail 657 invoked by uid 1001); 27 Jun 2004 12:38:14 -0000 Date: 27 Jun 2004 12:38:14 -0000 Message-ID: <20040627123814.656.qmail@laurel.tmseck.homedns.org> From: tmseck-lists@netcologne.de (Thomas-Martin Seck) To: Mike Makonnen Organization: a private site in Germany In-Reply-To: <20040627084958.GB983__5876.55973290584$1088326353@rogue.acs-et.com> X-Newsgroups: gmane.os.freebsd.devel.cvs X-Attribution: tms cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/etc rc.shutdown rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 27 Jun 2004 12:38:27 -0000 * Mike Makonnen [gmane.os.freebsd.devel.cvs]: > Not that I'm aware. Ports use a separate copy of rc.subr that gets downloaded > as a dependency. Not any more, fortunately. bsd.port.mk adds the dependency only for the ".if ${OSVERSION} < 500037" case if a port specifies USE_RC_NG. If a port explicitly depends on the rc_subr port it's broken. From owner-cvs-src@FreeBSD.ORG Sun Jun 27 12:42: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 2985F16A4CE; Sun, 27 Jun 2004 12:42:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22E6643D1F; Sun, 27 Jun 2004 12:42:34 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RCfi0A002994; Sun, 27 Jun 2004 12:41:44 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RCfiiR002993; Sun, 27 Jun 2004 12:41:44 GMT (envelope-from imp) Message-Id: <200406271241.i5RCfiiR002993@repoman.freebsd.org> From: Warner Losh Date: Sun, 27 Jun 2004 12:41:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb if_aue.c if_axe.c if_cue.c if_kue.c if_rue.c if_udav.c ubsa.c ubser.c ucom.c udbp.c ufm.c uftdi.c ugen.c uhid.c ukbd.c ulpt.c umass.c umct.c umodem.c ums.c uplcom.c urio.c usb_quirks.c usb_subr.c uscanner.c uvisor.c uvscom.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 27 Jun 2004 12:42:34 -0000 imp 2004-06-27 12:41:44 UTC FreeBSD src repository Modified files: sys/dev/usb if_aue.c if_axe.c if_cue.c if_kue.c if_rue.c if_udav.c ubsa.c ubser.c ucom.c udbp.c ufm.c uftdi.c ugen.c uhid.c ukbd.c ulpt.c umass.c umct.c umodem.c ums.c uplcom.c urio.c usb_quirks.c usb_subr.c uscanner.c uvisor.c uvscom.c Log: MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes. Revision Changes Path 1.85 +1 -1 src/sys/dev/usb/if_aue.c 1.19 +1 -1 src/sys/dev/usb/if_axe.c 1.51 +1 -1 src/sys/dev/usb/if_cue.c 1.57 +1 -1 src/sys/dev/usb/if_kue.c 1.15 +1 -1 src/sys/dev/usb/if_rue.c 1.7 +1 -1 src/sys/dev/usb/if_udav.c 1.14 +1 -1 src/sys/dev/usb/ubsa.c 1.10 +1 -1 src/sys/dev/usb/ubser.c 1.50 +1 -1 src/sys/dev/usb/ucom.c 1.27 +1 -1 src/sys/dev/usb/udbp.c 1.21 +1 -1 src/sys/dev/usb/ufm.c 1.16 +1 -1 src/sys/dev/usb/uftdi.c 1.86 +1 -1 src/sys/dev/usb/ugen.c 1.72 +1 -1 src/sys/dev/usb/uhid.c 1.48 +1 -1 src/sys/dev/usb/ukbd.c 1.64 +1 -1 src/sys/dev/usb/ulpt.c 1.108 +1 -1 src/sys/dev/usb/umass.c 1.7 +1 -1 src/sys/dev/usb/umct.c 1.53 +2 -2 src/sys/dev/usb/umodem.c 1.69 +1 -1 src/sys/dev/usb/ums.c 1.19 +1 -1 src/sys/dev/usb/uplcom.c 1.32 +1 -1 src/sys/dev/usb/urio.c 1.38 +1 -1 src/sys/dev/usb/usb_quirks.c 1.66 +2 -2 src/sys/dev/usb/usb_subr.c 1.56 +1 -1 src/sys/dev/usb/uscanner.c 1.22 +1 -1 src/sys/dev/usb/uvisor.c 1.23 +1 -1 src/sys/dev/usb/uvscom.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 12:58:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A6D716A4CF; Sun, 27 Jun 2004 12:58:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F063243D41; Sun, 27 Jun 2004 12:58:42 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RCuB4n003443; Sun, 27 Jun 2004 12:56:11 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RCuB3R003442; Sun, 27 Jun 2004 12:56:11 GMT (envelope-from pjd) Message-Id: <200406271256.i5RCuB3R003442@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 27 Jun 2004 12:56: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/geom/gate g_gate.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 27 Jun 2004 12:58:43 -0000 pjd 2004-06-27 12:56:11 UTC FreeBSD src repository Modified files: sys/geom/gate g_gate.c Log: Introduce a hack that will make geom_gate to work with read-only mounts. Now, when trying to mount file system in read-only mode it tries to opened a device for writting to be able to update to read-write mode latter. Ehh. Discussed with: phk Revision Changes Path 1.8 +9 -0 src/sys/geom/gate/g_gate.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 13:04: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 4DE0816A4CE; Sun, 27 Jun 2004 13:04:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3000A43D2F; Sun, 27 Jun 2004 13:04:56 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RD4KkP003704; Sun, 27 Jun 2004 13:04:20 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RD4KAQ003703; Sun, 27 Jun 2004 13:04:20 GMT (envelope-from imp) Message-Id: <200406271304.i5RD4KAQ003703@repoman.freebsd.org> From: Warner Losh Date: Sun, 27 Jun 2004 13:04: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/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: Sun, 27 Jun 2004 13:04:56 -0000 imp 2004-06-27 13:04:19 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: MFp4: Set the bus handle to the bus handle of the resource, not the starting value. This is more pedantically correct (since the handle isn't always identical to the start of the resource) and also doesn't access the innards of struct resource direct (which I forbid in my tree). We need to do this for all resource types, not just ioport. Reviewed by: njl Revision Changes Path 1.166 +2 -3 src/sys/dev/acpica/acpi.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 13:07: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 B25F616A4CE; Sun, 27 Jun 2004 13:07:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EA1C43D2F; Sun, 27 Jun 2004 13:07:10 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RD72ge003906; Sun, 27 Jun 2004 13:07:02 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RD72jN003905; Sun, 27 Jun 2004 13:07:02 GMT (envelope-from imp) Message-Id: <200406271307.i5RD72jN003905@repoman.freebsd.org> From: Warner Losh Date: Sun, 27 Jun 2004 13:07: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/cardbus cardbus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 27 Jun 2004 13:07:10 -0000 imp 2004-06-27 13:07:02 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus.c Log: MFp4: The hack for setting the bus has been moved down into the cbb driver. I've been running without this hack in my tree for so long I had forgotten that I'd removed it :-). Please let me know if this causes difficulty for your laptop. Revision Changes Path 1.44 +0 -14 src/sys/dev/cardbus/cardbus.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 13:09: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 C3F5316A4CF; Sun, 27 Jun 2004 13:09:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9405A43D2F; Sun, 27 Jun 2004 13:09:38 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RD9cgI003962; Sun, 27 Jun 2004 13:09:38 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RD9cgn003961; Sun, 27 Jun 2004 13:09:38 GMT (envelope-from brueffer) Message-Id: <200406271309.i5RD9cgn003961@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 27 Jun 2004 13:09:38 +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/acpica acpiio.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 13:09:39 -0000 brueffer 2004-06-27 13:09:38 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) sys/dev/acpica acpiio.h Log: MFC: rev. 1.10 Fix typos and add spaces before `(' in some comments Revision Changes Path 1.7.2.2 +3 -3 src/sys/dev/acpica/acpiio.h From owner-cvs-src@FreeBSD.ORG Sun Jun 27 13:10:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1528C16A4CE; Sun, 27 Jun 2004 13:10:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBD1843D2D; Sun, 27 Jun 2004 13:10:20 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RDAKGK004012; Sun, 27 Jun 2004 13:10:20 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RDAKSS004011; Sun, 27 Jun 2004 13:10:20 GMT (envelope-from imp) Message-Id: <200406271310.i5RDAKSS004011@repoman.freebsd.org> From: Warner Losh Date: Sun, 27 Jun 2004 13:10:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ex if_ex.c if_ex_isa.c if_ex_pccard.c if_exvar.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, 27 Jun 2004 13:10:21 -0000 imp 2004-06-27 13:10:20 UTC FreeBSD src repository Modified files: sys/dev/ex if_ex.c if_ex_isa.c if_ex_pccard.c if_exvar.h Log: MFp4: Use bus space rather than direct inb/outb. Minor style changes while I'm here. Extremely preliminary support for siliconix ethernet cards (but more work is required). Revision Changes Path 1.52 +163 -195 src/sys/dev/ex/if_ex.c 1.8 +69 -38 src/sys/dev/ex/if_ex_isa.c 1.10 +81 -13 src/sys/dev/ex/if_ex_pccard.c 1.5 +39 -12 src/sys/dev/ex/if_exvar.h From owner-cvs-src@FreeBSD.ORG Sun Jun 27 13:26:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E1A416A4CE; Sun, 27 Jun 2004 13:26:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E24A543D2F; Sun, 27 Jun 2004 13:26:16 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RDPSaX004611; Sun, 27 Jun 2004 13:25:28 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RDPSWl004610; Sun, 27 Jun 2004 13:25:28 GMT (envelope-from imp) Message-Id: <200406271325.i5RDPSWl004610@repoman.freebsd.org> From: Warner Losh Date: Sun, 27 Jun 2004 13:25:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/xe if_xe_pccard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 13:26:17 -0000 imp 2004-06-27 13:25:28 UTC FreeBSD src repository Modified files: sys/dev/xe if_xe_pccard.c Log: MFp4: Add Intel Pro100Lan56 card. Also integrate changes from Carlos Velasco. Only attch if we're a network device (to filter out the serial devices). Also, increment vpmatch if we match to conform to the pccard match function api. Revision Changes Path 1.21 +13 -1 src/sys/dev/xe/if_xe_pccard.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 14:55: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 52AC616A4CE; Sun, 27 Jun 2004 14:55:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 360AD43D45; Sun, 27 Jun 2004 14:55:12 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5REt7Jk007576; Sun, 27 Jun 2004 14:55:07 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5REt72n007575; Sun, 27 Jun 2004 14:55:07 GMT (envelope-from tjr) Message-Id: <200406271455.i5REt72n007575@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 27 Jun 2004 14:55:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/cut cut.1 cut.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 27 Jun 2004 14:55:12 -0000 tjr 2004-06-27 14:55:07 UTC FreeBSD src repository Modified files: usr.bin/cut cut.1 cut.c Log: Implement the -c option correctly in locales with multibyte characters instead of treating it as a synonym for -b. Revision Changes Path 1.24 +3 -12 src/usr.bin/cut/cut.1 1.25 +64 -28 src/usr.bin/cut/cut.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 14:58: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 321C916A580; Sun, 27 Jun 2004 14:58:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1143A43D31; Sun, 27 Jun 2004 14:58:19 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5REvgkd007681; Sun, 27 Jun 2004 14:57:42 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5REvgFe007680; Sun, 27 Jun 2004 14:57:42 GMT (envelope-from tjr) Message-Id: <200406271457.i5REvgFe007680@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 27 Jun 2004 14:57:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/cut cut.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 14:58:21 -0000 tjr 2004-06-27 14:57:42 UTC FreeBSD src repository Modified files: usr.bin/cut cut.1 Log: Add cross-reference to colrm(1). Revision Changes Path 1.25 +1 -0 src/usr.bin/cut/cut.1 From owner-cvs-src@FreeBSD.ORG Sun Jun 27 15: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 9011A16A4CE; Sun, 27 Jun 2004 15:27:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7213243D2D; Sun, 27 Jun 2004 15:27:33 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RFRFCS008474; Sun, 27 Jun 2004 15:27:15 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RFRFSS008473; Sun, 27 Jun 2004 15:27:15 GMT (envelope-from tjr) Message-Id: <200406271527.i5RFRFSS008473@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 27 Jun 2004 15:27:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/cut cut.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 27 Jun 2004 15:27:33 -0000 tjr 2004-06-27 15:27:15 UTC FreeBSD src repository Modified files: usr.bin/cut cut.c Log: Update a comment that compared the parser with an obsolete draft of IEEE Std 1003.2-1992. Most of the "extensions" here were actually required by the final version of the standard. Revision Changes Path 1.26 +2 -4 src/usr.bin/cut/cut.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 16:30: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 EC97F16A4CE; Sun, 27 Jun 2004 16:30:52 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C083543D3F; Sun, 27 Jun 2004 16:30:52 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.11) with ESMTP id i5RGUoX6061008; Sun, 27 Jun 2004 09:30:50 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i5RGUnLS061007; Sun, 27 Jun 2004 09:30:49 -0700 (PDT) (envelope-from obrien) Date: Sun, 27 Jun 2004 09:30:49 -0700 From: "David O'Brien" To: Mike Makonnen Message-ID: <20040627163049.GA60844@dragon.nuxi.com> References: <200406260927.i5Q9RUVZ056522@repoman.freebsd.org> <20040626102154.GA3359@rogue.acs-et.com> <20040626172949.GB3907@dragon.nuxi.com> <20040627084958.GB983@rogue.acs-et.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040627084958.GB983@rogue.acs-et.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.shutdown rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 16:30:53 -0000 On Sun, Jun 27, 2004 at 11:49:58AM +0300, Mike Makonnen wrote: > On Sat, Jun 26, 2004 at 10:29:49AM -0700, David O'Brien wrote: > > On Sat, Jun 26, 2004 at 01:21:54PM +0300, Mike Makonnen wrote: > > > You might still see messages from ports, which don't use the > > > base system rc.subr script. But I'm working on getting that fixed > > > by making it possible for ports to use the base system rc.subr. > > > > I thought they already did (at least on late model 5-CURRENT). > > Not that I'm aware. Ports use a separate copy of rc.subr that gets > downloaded as a dependency. Not for a while now: # USE_RC_SUBR - Says the ports startup/shutdown script uses # the common routines found in etc/rc.subr and # may need to depend on the sysutils/rc_subr port. ... .if defined(USE_RC_SUBR) .if ${OSVERSION} < 500037 RUN_DEPENDS+= ${LOCALBASE}/etc/rc.subr:${PORTSDIR}/sysutils/rc_subr RC_SUBR= ${LOCALBASE}/etc/rc.subr .else RC_SUBR= /etc/rc.subr .endif .endif -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Sun Jun 27 16: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 6825C16A4CE; Sun, 27 Jun 2004 16:43:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A06A43D39; Sun, 27 Jun 2004 16:43:08 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RGgY0n010538; Sun, 27 Jun 2004 16:42:34 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RGgYvT010537; Sun, 27 Jun 2004 16:42:34 GMT (envelope-from tjr) Message-Id: <200406271642.i5RGgYvT010537@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 27 Jun 2004 16:42: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/usr.bin/cut cut.1 cut.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 27 Jun 2004 16:43:08 -0000 tjr 2004-06-27 16:42:33 UTC FreeBSD src repository Modified files: usr.bin/cut cut.1 cut.c Log: Handle multibyte characters when cutting out fields (-f and -d options.) Revision Changes Path 1.26 +1 -9 src/usr.bin/cut/cut.1 1.27 +46 -19 src/usr.bin/cut/cut.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 16:45: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 BDFC716A4CE; Sun, 27 Jun 2004 16:45:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B74C943D1D; Sun, 27 Jun 2004 16:45:28 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RGipKL010588; Sun, 27 Jun 2004 16:44:51 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RGipgn010587; Sun, 27 Jun 2004 16:44:51 GMT (envelope-from kientzle) Message-Id: <200406271644.i5RGipgn010587@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 27 Jun 2004 16:44:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_read_extract.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 16:45:28 -0000 kientzle 2004-06-27 16:44:51 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_extract.c Log: More tweaks to implicit directory creation. Even such abominations as a/././b/../b/../c/./../d/e/f now work correctly. And yes, a/b and a/c both get created in this example; if you want, you can create an entire dir heirarchy from a tar archive with only one entry. More tweaks to umask support: umasks are now obeyed for all objects, not just directories; the umask used is now the one in effect at the corresponding call to archive_read_extract(), so clients that want to tinker with umask during extract should get the expected behavior. Revision Changes Path 1.23 +27 -4 src/lib/libarchive/archive_read_extract.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 16:51: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 EC74716A4CE; Sun, 27 Jun 2004 16:51:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE57D43D3F; Sun, 27 Jun 2004 16:51:12 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RGp11v010871; Sun, 27 Jun 2004 16:51:01 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RGp1l6010870; Sun, 27 Jun 2004 16:51:01 GMT (envelope-from imp) Message-Id: <200406271651.i5RGp1l6010870@repoman.freebsd.org> From: Warner Losh Date: Sun, 27 Jun 2004 16:51: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/netgraph/bluetooth/drivers/ubt ng_ubt.c src/sys/netgraph/bluetooth/drivers/ubtbcmfw ubtbcmfw.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 27 Jun 2004 16:51:13 -0000 imp 2004-06-27 16:51:01 UTC FreeBSD src repository Modified files: sys/netgraph/bluetooth/drivers/ubt ng_ubt.c sys/netgraph/bluetooth/drivers/ubtbcmfw ubtbcmfw.c Log: MFp4: Last references to dev/usb/usbdevs.h converted. Revision Changes Path 1.19 +2 -1 src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c 1.9 +2 -1 src/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 16:55:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 614CE16A4CE; Sun, 27 Jun 2004 16:55:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4357B43D31; Sun, 27 Jun 2004 16:55:46 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RGtPtN010985; Sun, 27 Jun 2004 16:55:25 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RGtPbY010984; Sun, 27 Jun 2004 16:55:25 GMT (envelope-from tjr) Message-Id: <200406271655.i5RGtPbY010984@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 27 Jun 2004 16:55:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/cut cut.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 16:55:46 -0000 tjr 2004-06-27 16:55:25 UTC FreeBSD src repository Modified files: usr.bin/cut cut.1 Log: Correct the description of the -f option: input and output fields are separated by the field delimiter character, which is not necessarily the tab character. Revision Changes Path 1.27 +6 -2 src/usr.bin/cut/cut.1 From owner-cvs-src@FreeBSD.ORG Sun Jun 27 16:59: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 EB3FE16A4CE; Sun, 27 Jun 2004 16:59:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCFFD43D53; Sun, 27 Jun 2004 16:59:03 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RGwuVn011116; Sun, 27 Jun 2004 16:58:56 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RGwupU011115; Sun, 27 Jun 2004 16:58:56 GMT (envelope-from tjr) Message-Id: <200406271658.i5RGwupU011115@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 27 Jun 2004 16:58:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/cut cut.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 27 Jun 2004 16:59:04 -0000 tjr 2004-06-27 16:58:56 UTC FreeBSD src repository Modified files: usr.bin/cut cut.c Log: Silence a warning about an unused argument. Revision Changes Path 1.28 +1 -1 src/usr.bin/cut/cut.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 16:59: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 98BCF16A4CE; Sun, 27 Jun 2004 16:59:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C2F243D54; Sun, 27 Jun 2004 16:59:19 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RGxFPH011154; Sun, 27 Jun 2004 16:59:15 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RGxFsK011153; Sun, 27 Jun 2004 16:59:15 GMT (envelope-from imp) Message-Id: <200406271659.i5RGxFsK011153@repoman.freebsd.org> From: Warner Losh Date: Sun, 27 Jun 2004 16:59: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/dev/usb Makefile.usbdevs devlist2h.awk usbdevs.h usbdevs_data.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 16:59:19 -0000 imp 2004-06-27 16:59:15 UTC FreeBSD src repository Removed files: sys/dev/usb Makefile.usbdevs devlist2h.awk usbdevs.h usbdevs_data.h Log: Now that all the in-tree referrences to these old files are gone, go ahead and remove them. Revision Changes Path 1.3 +0 -16 src/sys/dev/usb/Makefile.usbdevs (dead) 1.4 +0 -236 src/sys/dev/usb/devlist2h.awk (dead) 1.191 +0 -1354 src/sys/dev/usb/usbdevs.h (dead) 1.191 +0 -5335 src/sys/dev/usb/usbdevs_data.h (dead) From owner-cvs-src@FreeBSD.ORG Sun Jun 27 17:27: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 867BE16A4CE; Sun, 27 Jun 2004 17:27:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 687F643D49; Sun, 27 Jun 2004 17:27:04 +0000 (GMT) (envelope-from alex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RHR4pk011926; Sun, 27 Jun 2004 17:27:04 GMT (envelope-from alex@repoman.freebsd.org) Received: (from alex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RHR49k011925; Sun, 27 Jun 2004 17:27:04 GMT (envelope-from alex) Message-Id: <200406271727.i5RHR49k011925@repoman.freebsd.org> From: Alexander Langer Date: Sun, 27 Jun 2004 17:27:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/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, 27 Jun 2004 17:27:04 -0000 alex 2004-06-27 17:27:04 UTC FreeBSD src repository (doc,ports committer) Modified files: sys/dev/usb usbdevs Log: - Fix style bug in Dell Bluetooth adapter (don't repeat Vendor in device listing). - Add generic "Port Replicator" entry for the USB Hubs used in Dell port replicators. Revision Changes Path 1.184 +2 -1 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Sun Jun 27 18:32: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 EF9F816A4CE; Sun, 27 Jun 2004 18:32:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0F9143D2F; Sun, 27 Jun 2004 18:32:16 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RIWEEh015030; Sun, 27 Jun 2004 18:32:14 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RIWEUA015029; Sun, 27 Jun 2004 18:32:14 GMT (envelope-from kientzle) Message-Id: <200406271832.i5RIWEUA015029@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 27 Jun 2004 18:32: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/tar write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:32:17 -0000 kientzle 2004-06-27 18:32:14 UTC FreeBSD src repository Modified files: usr.bin/tar write.c Log: Warn about stripping leading '/' when creating archives. Revision Changes Path 1.27 +8 -1 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 18:38: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 6F3F116A4CE; Sun, 27 Jun 2004 18:38:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6881A43D39; Sun, 27 Jun 2004 18:38:13 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RIcDH1015289; Sun, 27 Jun 2004 18:38:13 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RIcDjG015288; Sun, 27 Jun 2004 18:38:13 GMT (envelope-from kientzle) Message-Id: <200406271838.i5RIcDjG015288@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 27 Jun 2004 18:38:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_entry.c archive_entry.h archive_read_support_format_tar.c archive_write.c archive_write_open_fd.c archive_write_open_file.c archive_write_set_format_ustar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 27 Jun 2004 18:38:13 -0000 kientzle 2004-06-27 18:38:13 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c archive_entry.h archive_private.h archive_read_extract.c archive_read_support_format_tar.c archive_write.c archive_write_open_fd.c archive_write_open_file.c archive_write_set_format_pax.c archive_write_set_format_shar.c archive_write_set_format_ustar.c Log: Clean up some consistent confusion between "dev" and "rdev." Mostly, these were being used correctly even though a lot of variables and function names were mis-named. In the process, I found and fixed a couple of latent bugs and added a guard against adding an archive to itself. Revision Changes Path 1.16 +44 -28 src/lib/libarchive/archive_entry.c 1.9 +7 -4 src/lib/libarchive/archive_entry.h 1.13 +5 -2 src/lib/libarchive/archive_private.h 1.24 +4 -4 src/lib/libarchive/archive_read_extract.c 1.21 +12 -12 src/lib/libarchive/archive_read_support_format_tar.c 1.8 +7 -0 src/lib/libarchive/archive_write.c 1.3 +17 -7 src/lib/libarchive/archive_write_open_fd.c 1.7 +24 -8 src/lib/libarchive/archive_write_open_file.c 1.12 +18 -14 src/lib/libarchive/archive_write_set_format_pax.c 1.10 +4 -4 src/lib/libarchive/archive_write_set_format_shar.c 1.8 +10 -10 src/lib/libarchive/archive_write_set_format_ustar.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 20: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 6985C16A4CE; Sun, 27 Jun 2004 20:17:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C52B43D2F; Sun, 27 Jun 2004 20:17:13 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RKGvaa018051; Sun, 27 Jun 2004 20:16:57 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RKGvYd018050; Sun, 27 Jun 2004 20:16:57 GMT (envelope-from imp) Message-Id: <200406272016.i5RKGvYd018050@repoman.freebsd.org> From: Warner Losh Date: Sun, 27 Jun 2004 20:16: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/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 20:17:13 -0000 imp 2004-06-27 20:16:57 UTC FreeBSD src repository Modified files: sys/conf files Log: Only build miidevs.h when we have mii in the kernel Only build pccarddevs.h when we have pccard in the kernel Only build usbdevs.h when we have usb in the kernel Suggested by: bde Revision Changes Path 1.913 +3 -3 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Sun Jun 27 20:54: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 7647E16A4CE; Sun, 27 Jun 2004 20:54:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 596B543D1D; Sun, 27 Jun 2004 20:54:17 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RKrKua019000; Sun, 27 Jun 2004 20:53:20 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RKrKPY018999; Sun, 27 Jun 2004 20:53:20 GMT (envelope-from phk) Message-Id: <200406272053.i5RKrKPY018999@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 27 Jun 2004 20:53: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/geom geom_disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 20:54:17 -0000 phk 2004-06-27 20:53:20 UTC FreeBSD src repository Modified files: sys/geom geom_disk.c Log: Make sure to kill the devstat entry for disappearing disks. PR: 68074 Submitted by: Hendrik Scholz Revision Changes Path 1.88 +3 -1 src/sys/geom/geom_disk.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 21:15: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 8FAF316A4CE; Sun, 27 Jun 2004 21:15:55 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 424ED43D45; Sun, 27 Jun 2004 21:15:55 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id B0F8EACAF1; Sun, 27 Jun 2004 23:15:53 +0200 (CEST) Date: Sun, 27 Jun 2004 23:15:53 +0200 From: Pawel Jakub Dawidek To: Poul-Henning Kamp Message-ID: <20040627211553.GP12007@darkness.comp.waw.pl> References: <200406272053.i5RKrKPY018999@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2m6UJt/TMUvrz2Bv" Content-Disposition: inline In-Reply-To: <200406272053.i5RKrKPY018999@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/geom geom_disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 21:15:55 -0000 --2m6UJt/TMUvrz2Bv Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 27, 2004 at 08:53:20PM +0000, Poul-Henning Kamp wrote: +> - g_post_event(g_disk_destroy, dp, M_WAITOK, NULL); [...] +> + g_post_event(g_disk_destroy, dp, M_WAITOK, NULL, NULL); But why do we need this change? --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --2m6UJt/TMUvrz2Bv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA3zkJForvXbEpPzQRAtfjAKC8zuL4c+Z3qvLwkCM1+j/iq0sC0wCeNZTT Lk0pLtp7m6NPbiF4EDMA6vU= =7nHc -----END PGP SIGNATURE----- --2m6UJt/TMUvrz2Bv-- From owner-cvs-src@FreeBSD.ORG Sun Jun 27 21:54:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A0C116A4CE; Sun, 27 Jun 2004 21:54:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D11A43D46; Sun, 27 Jun 2004 21:54:46 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RLsY6B021491; Sun, 27 Jun 2004 21:54:34 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RLsYrn021490; Sun, 27 Jun 2004 21:54:34 GMT (envelope-from phk) Message-Id: <200406272154.i5RLsYrn021490@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 27 Jun 2004 21:54: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/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: Sun, 27 Jun 2004 21:54:46 -0000 phk 2004-06-27 21:54:34 UTC FreeBSD src repository Modified files: sys/netinet ip_divert.c Log: Rwatson, write 100 times for tomorrow: First unlock, then assign NULL to pointer. Revision Changes Path 1.94 +1 -1 src/sys/netinet/ip_divert.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 22:58: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 EF84216A4CE; Sun, 27 Jun 2004 22:58:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D255843D49; Sun, 27 Jun 2004 22:58:08 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RMuwKj023810; Sun, 27 Jun 2004 22:56:58 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RMuwxu023809; Sun, 27 Jun 2004 22:56:58 GMT (envelope-from gad) Message-Id: <200406272256.i5RMuwxu023809@repoman.freebsd.org> From: Garance A Drosehn Date: Sun, 27 Jun 2004 22:56: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/bin/ps ps.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 22:58:09 -0000 gad 2004-06-27 22:56:58 UTC FreeBSD src repository Modified files: bin/ps ps.c Log: Improve checking for `ps -t ', and give better error messages when an invalid is specified. Aside: It turns out that the S_ISCHR() check is true for almost every device that we have (not just tty's). Revision Changes Path 1.106 +16 -8 src/bin/ps/ps.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 23:05: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 C07F816A4CE; Sun, 27 Jun 2004 23:05:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A11F743D2D; Sun, 27 Jun 2004 23:05:20 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RN3hs5024005; Sun, 27 Jun 2004 23:03:43 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RN3hmf024004; Sun, 27 Jun 2004 23:03:43 GMT (envelope-from imp) Message-Id: <200406272303.i5RN3hmf024004@repoman.freebsd.org> From: Warner Losh Date: Sun, 27 Jun 2004 23:03:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kern.post.mk kern.pre.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 23:05:20 -0000 imp 2004-06-27 23:03:43 UTC FreeBSD src repository Modified files: sys/conf kern.post.mk kern.pre.mk Log: We don't need GEN_M_CFILES. Fold it into GEN_CFILES definition and adjust as necessary. Suggested by: bde Revision Changes Path 1.68 +4 -7 src/sys/conf/kern.post.mk 1.54 +1 -1 src/sys/conf/kern.pre.mk From owner-cvs-src@FreeBSD.ORG Sun Jun 27 23:16: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 B86C216A4CE; Sun, 27 Jun 2004 23:16:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1AF443D1F; Sun, 27 Jun 2004 23:16:42 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RNGgK8024511; Sun, 27 Jun 2004 23:16:42 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RNGgQT024510; Sun, 27 Jun 2004 23:16:42 GMT (envelope-from kientzle) Message-Id: <200406272316.i5RNGgQT024510@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 27 Jun 2004 23:16:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive Makefile archive_entry.3 archive_entry.c archive_entry.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, 27 Jun 2004 23:16:42 -0000 kientzle 2004-06-27 23:16:42 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive_entry.3 archive_entry.c archive_entry.h Log: Add two new convenience functions to query the uid/gid from an archive_entry. Update the Makefile MLINKS and manpage to bring it up-to-date with the current status of archive_entry. At least the manpage actually lists all of the functions now, even if it doesn't really yet explain them all. Revision Changes Path 1.13 +21 -4 src/lib/libarchive/Makefile 1.5 +64 -18 src/lib/libarchive/archive_entry.3 1.17 +12 -0 src/lib/libarchive/archive_entry.c 1.10 +3 -3 src/lib/libarchive/archive_entry.h From owner-cvs-src@FreeBSD.ORG Sun Jun 27 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 91BFE16A4CE; Sun, 27 Jun 2004 23:23:14 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AAD043D1F; Sun, 27 Jun 2004 23:23:14 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i5RNN0rZ079300; Sun, 27 Jun 2004 19:23:00 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i5RNN0qw079297; Sun, 27 Jun 2004 19:23:00 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sun, 27 Jun 2004 19:23:00 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Poul-Henning Kamp In-Reply-To: <200406272154.i5RLsYrn021490@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/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: Sun, 27 Jun 2004 23:23:14 -0000 On Sun, 27 Jun 2004, Poul-Henning Kamp wrote: > phk 2004-06-27 21:54:34 UTC > > FreeBSD src repository > > Modified files: > sys/netinet ip_divert.c > Log: > Rwatson, write 100 times for tomorrow: > > First unlock, then assign NULL to pointer. Thanks :-). Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-src@FreeBSD.ORG Sun Jun 27 23:27: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 C0C6816A4CE; Sun, 27 Jun 2004 23:27:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA18943D2F; Sun, 27 Jun 2004 23:27:36 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RNRSu0024852; Sun, 27 Jun 2004 23:27:28 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RNRS3N024851; Sun, 27 Jun 2004 23:27:28 GMT (envelope-from kientzle) Message-Id: <200406272327.i5RNRS3N024851@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 27 Jun 2004 23:27:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive.h archive_read_extract.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 23:27:36 -0000 kientzle 2004-06-27 23:27:28 UTC FreeBSD src repository Modified files: lib/libarchive archive.h archive_read_extract.c Log: More cleanup work on permissions restore: * Rename some variables/functions/etc to try to make things clearer. * Add separate flags to control fflag/acl restore * Collect metadata restore into a single function for clarity * Propagate errors in metadata restore back out to the client * Fix some places where errors were being returned when they shouldn't and vice-versa * Modes are now always restored; ARCHIVE_EXTRACT_PERM just controls whether or not umask is obeyed. * Restore suid/sgid bits only if user/group matches archive * Cache the last stat results to try to reduce the number of stat calls Revision Changes Path 1.14 +2 -0 src/lib/libarchive/archive.h 1.25 +200 -179 src/lib/libarchive/archive_read_extract.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 23:30: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 E25E616A4CE; Sun, 27 Jun 2004 23:30:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C515943D31; Sun, 27 Jun 2004 23:30:07 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RNTiPk024984; Sun, 27 Jun 2004 23:29:44 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RNTirN024983; Sun, 27 Jun 2004 23:29:44 GMT (envelope-from kientzle) Message-Id: <200406272329.i5RNTirN024983@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 27 Jun 2004 23:29:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 23:30:08 -0000 kientzle 2004-06-27 23:29:44 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Update -p: * Don't change the umask; the library now ignores the umask if you set EXTRACT_PERM * Set the EXTRACT_ACL and EXTRACT_FFLAGS bits (used to be controlled by EXTRACT_PERM). Revision Changes Path 1.34 +2 -1 src/usr.bin/tar/bsdtar.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 23:36: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 4447716A4CE; Sun, 27 Jun 2004 23:36:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2665343D2D; Sun, 27 Jun 2004 23:36:45 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RNadQR025281; Sun, 27 Jun 2004 23:36:39 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RNadrq025280; Sun, 27 Jun 2004 23:36:39 GMT (envelope-from kientzle) Message-Id: <200406272336.i5RNadrq025280@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 27 Jun 2004 23: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/lib/libarchive archive_read_open_fd.c archive_read_open_file.c archive_write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 23:36:45 -0000 kientzle 2004-06-27 23:36:39 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_open_fd.c archive_read_open_file.c archive_write.c Log: Refuse to extract an entry from an archive on top of the archive being read. (This is the converse of the "don't add an archive to itself".) Revision Changes Path 1.3 +11 -2 src/lib/libarchive/archive_read_open_fd.c 1.6 +11 -0 src/lib/libarchive/archive_read_open_file.c 1.9 +1 -1 src/lib/libarchive/archive_write.c From owner-cvs-src@FreeBSD.ORG Sun Jun 27 23:59: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 BE50016A4CE; Sun, 27 Jun 2004 23:59:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1D1B43D2F; Sun, 27 Jun 2004 23:59:38 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RNxc7m025892; Sun, 27 Jun 2004 23:59:38 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RNxcOP025891; Sun, 27 Jun 2004 23:59:38 GMT (envelope-from gad) Message-Id: <200406272359.i5RNxcOP025891@repoman.freebsd.org> From: Garance A Drosehn Date: Sun, 27 Jun 2004 23:59: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/bin/ps print.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 27 Jun 2004 23:59:38 -0000 gad 2004-06-27 23:59:38 UTC FreeBSD src repository Modified files: bin/ps print.c Log: Change the "rtprio" format so it prints an informative string for the PRI_ITHD case (instead of just printing the digit '1'). Submitted by: Cyrille Lefevre Revision Changes Path 1.92 +3 -0 src/bin/ps/print.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 00:58:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0501C16A4CE; Mon, 28 Jun 2004 00:58:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB36343D2F; Mon, 28 Jun 2004 00:58:53 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S0wr4f027444; Mon, 28 Jun 2004 00:58:53 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S0wr94027443; Mon, 28 Jun 2004 00:58:53 GMT (envelope-from emax) Message-Id: <200406280058.i5S0wr94027443@repoman.freebsd.org> From: Maksim Yevmenkin Date: Mon, 28 Jun 2004 00:58:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/bluetooth/hccontrol host_controller_baseband.c link_control.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 00:58:54 -0000 emax 2004-06-28 00:58:53 UTC FreeBSD src repository Modified files: usr.sbin/bluetooth/hccontrol host_controller_baseband.c link_control.c Log: Fix cut-n-paste bugs in hccontrol(8). Its very strange that no one noticed them earlier. Thanks to Mike Crosland (mcrosland at xs4all.nl) for pointing them out. Revision Changes Path 1.5 +3 -3 src/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c 1.6 +14 -14 src/usr.sbin/bluetooth/hccontrol/link_control.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 02:24: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 DFA9616A4D4; Mon, 28 Jun 2004 02:24:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9CE743D48; Mon, 28 Jun 2004 02:24:31 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S2O4qX029986; Mon, 28 Jun 2004 02:24:04 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S2O4vh029985; Mon, 28 Jun 2004 02:24:04 GMT (envelope-from imp) Message-Id: <200406280224.i5S2O4vh029985@repoman.freebsd.org> From: Warner Losh Date: Mon, 28 Jun 2004 02:24: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 subr_bus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 02:24:32 -0000 imp 2004-06-28 02:24:04 UTC FreeBSD src repository Modified files: sys/kern subr_bus.c Log: Allow dev to be NULL and assume that a device is not alive or not attached. Reviewed by: njl(?) and jhb Revision Changes Path 1.151 +2 -2 src/sys/kern/subr_bus.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 02:38: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 0792C16A4CF; Mon, 28 Jun 2004 02:38:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD42143D2D; Mon, 28 Jun 2004 02:38:20 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S2cKhe030531; Mon, 28 Jun 2004 02:38:20 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S2cKdx030530; Mon, 28 Jun 2004 02:38:20 GMT (envelope-from imp) Message-Id: <200406280238.i5S2cKdx030530@repoman.freebsd.org> From: Warner Losh Date: Mon, 28 Jun 2004 02:38:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/acpica acpi_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, 28 Jun 2004 02:38:21 -0000 imp 2004-06-28 02:38:20 UTC FreeBSD src repository Modified files: sys/i386/acpica acpi_machdep.c Log: Use APM_UNKNOWN instead of 0xff. Use ~0U instead 0 for the number of batteries. This should be -1 to match other code, but since the api is unsigned ~0U is the same thing. Revision Changes Path 1.23 +9 -9 src/sys/i386/acpica/acpi_machdep.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 03:08: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 30F4116A4CE; Mon, 28 Jun 2004 03:08:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1354243D1D; Mon, 28 Jun 2004 03:08:31 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S38Hah031692; Mon, 28 Jun 2004 03:08:17 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S38HI1031691; Mon, 28 Jun 2004 03:08:17 GMT (envelope-from imp) Message-Id: <200406280308.i5S38HI1031691@repoman.freebsd.org> From: Warner Losh Date: Mon, 28 Jun 2004 03:08: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/i386/include float.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 03:08:31 -0000 imp 2004-06-28 03:08:17 UTC FreeBSD src repository Modified files: sys/i386/include float.h Log: remove needless blankline Revision Changes Path 1.13 +0 -1 src/sys/i386/include/float.h From owner-cvs-src@FreeBSD.ORG Mon Jun 28 03:16: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 2DF6A16A4CE; Mon, 28 Jun 2004 03:16:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1090C43D39; Mon, 28 Jun 2004 03:16:33 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S3GWoK031979; Mon, 28 Jun 2004 03:16:32 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S3GW1B031978; Mon, 28 Jun 2004 03:16:32 GMT (envelope-from imp) Message-Id: <200406280316.i5S3GW1B031978@repoman.freebsd.org> From: Warner Losh Date: Mon, 28 Jun 2004 03:16: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/i386/i386 mem.c src/sys/i386/include proc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 03:16:33 -0000 imp 2004-06-28 03:16:32 UTC FreeBSD src repository Modified files: sys/i386/i386 mem.c sys/i386/include proc.h Log: When opening /dev/io, preserve iopl properly. Otherwise, if you open /dev/io multiple times, the first close remove the privs. Revision Changes Path 1.112 +2 -0 src/sys/i386/i386/mem.c 1.22 +1 -0 src/sys/i386/include/proc.h From owner-cvs-src@FreeBSD.ORG Mon Jun 28 03:37: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 A5E3816A4CE; Mon, 28 Jun 2004 03:37:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8943A43D1F; Mon, 28 Jun 2004 03:37:09 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S3abt1032602; Mon, 28 Jun 2004 03:36:37 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S3abi9032601; Mon, 28 Jun 2004 03:36:37 GMT (envelope-from imp) Message-Id: <200406280336.i5S3abi9032601@repoman.freebsd.org> From: Warner Losh Date: Mon, 28 Jun 2004 03:36:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/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: Mon, 28 Jun 2004 03:37:09 -0000 imp 2004-06-28 03:36:37 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: rman_reserve_resource doesn't set the bushandle, so we have to do it here. Badness noted by: njl Perforce reply not read by: imp Revision Changes Path 1.167 +1 -1 src/sys/dev/acpica/acpi.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 03: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 D602816A4CE; Mon, 28 Jun 2004 03:40:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B944643D39; Mon, 28 Jun 2004 03:40:36 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S3eN9x032727; Mon, 28 Jun 2004 03:40:23 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S3eNPC032726; Mon, 28 Jun 2004 03:40:23 GMT (envelope-from imp) Message-Id: <200406280340.i5S3eNPC032726@repoman.freebsd.org> From: Warner Losh Date: Mon, 28 Jun 2004 03:40:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_bus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 03:40:37 -0000 imp 2004-06-28 03:40:23 UTC FreeBSD src repository Modified files: sys/kern subr_bus.c Log: Turns out that jhb didn't really like this. And nate pointed out that it wasn't a good idea to have the test for NULL on only a limited subset. Go back because I'm not sure adding NULL to all the others is a good idea. Revision Changes Path 1.152 +2 -2 src/sys/kern/subr_bus.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 03: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 958EA16A4CE; Mon, 28 Jun 2004 03:49:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 771D143D48; Mon, 28 Jun 2004 03:49:30 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S3nDIM033010; Mon, 28 Jun 2004 03:49:13 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S3nDVT033009; Mon, 28 Jun 2004 03:49:13 GMT (envelope-from scottl) Message-Id: <200406280349.i5S3nDVT033009@repoman.freebsd.org> From: Scott Long Date: Mon, 28 Jun 2004 03:49: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/sparc64/include bus.h src/sys/sparc64/sparc64 bus_machdep.c iommu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 03:49:30 -0000 scottl 2004-06-28 03:49:13 UTC FreeBSD src repository Modified files: sys/sparc64/include bus.h sys/sparc64/sparc64 bus_machdep.c iommu.c Log: Switch sparc64 busdma to use a dynamically allocated segment list rather than a a stack-limited list. This removes the artifical limit on s/g list size. cvs: ---------------------------------------------------------------------- Revision Changes Path 1.33 +1 -0 src/sys/sparc64/include/bus.h 1.39 +29 -30 src/sys/sparc64/sparc64/bus_machdep.c 1.37 +15 -30 src/sys/sparc64/sparc64/iommu.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 04:04: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 E1D8C16A4CE; Mon, 28 Jun 2004 04:04:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3EC043D39; Mon, 28 Jun 2004 04:04:43 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S44h6H033578; Mon, 28 Jun 2004 04:04:43 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S44hEs033577; Mon, 28 Jun 2004 04:04:43 GMT (envelope-from scottl) Message-Id: <200406280404.i5S44hEs033577@repoman.freebsd.org> From: Scott Long Date: Mon, 28 Jun 2004 04:04: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/sparc64/include bus_private.hsrc/sys/sparc64/sparc64 iommu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 04:04:44 -0000 scottl 2004-06-28 04:04:43 UTC FreeBSD src repository Modified files: sys/sparc64/include bus_private.h sys/sparc64/sparc64 iommu.c Log: Retire BUS_DMAMAP_NSEGS for sparc64 Revision Changes Path 1.7 +0 -7 src/sys/sparc64/include/bus_private.h 1.38 +1 -2 src/sys/sparc64/sparc64/iommu.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 05:37: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 88DFC16A4CF; Mon, 28 Jun 2004 05:37:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69C5843D41; Mon, 28 Jun 2004 05:37:26 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S5bMMI036187; Mon, 28 Jun 2004 05:37:22 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S5bMCw036186; Mon, 28 Jun 2004 05:37:22 GMT (envelope-from imp) Message-Id: <200406280537.i5S5bMCw036186@repoman.freebsd.org> From: Warner Losh Date: Mon, 28 Jun 2004 05:37:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 mem.c src/sys/i386/include proc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 05:37:26 -0000 imp 2004-06-28 05:37:22 UTC FreeBSD src repository Modified files: sys/i386/i386 mem.c sys/i386/include proc.h Log: bde points out that this can't do anything useful. The full patch has other parts that I can't locat at the moment, so back it out until I can. Revision Changes Path 1.113 +0 -2 src/sys/i386/i386/mem.c 1.23 +0 -1 src/sys/i386/include/proc.h From owner-cvs-src@FreeBSD.ORG Mon Jun 28 06:05: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 7795816A4CE; Mon, 28 Jun 2004 06:05:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 582F043D2D; Mon, 28 Jun 2004 06:05:42 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S65aB7037072; Mon, 28 Jun 2004 06:05:36 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S65aql037071; Mon, 28 Jun 2004 06:05:36 GMT (envelope-from tjr) Message-Id: <200406280605.i5S65aql037071@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 28 Jun 2004 06:05: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/usr.bin/cut cut.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 06:05:42 -0000 tjr 2004-06-28 06:05:36 UTC FreeBSD src repository Modified files: usr.bin/cut cut.c Log: Move some variable declarations to the top of the file. Revision Changes Path 1.29 +3 -4 src/usr.bin/cut/cut.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 06:20: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 0284216A4CE; Mon, 28 Jun 2004 06:20:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D917D43D1D; Mon, 28 Jun 2004 06:20:28 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S6KSrI037463; Mon, 28 Jun 2004 06:20:28 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S6KSNM037462; Mon, 28 Jun 2004 06:20:28 GMT (envelope-from tjr) Message-Id: <200406280620.i5S6KSNM037462@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 28 Jun 2004 06:20:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/cut cut.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, 28 Jun 2004 06:20:29 -0000 tjr 2004-06-28 06:20:28 UTC FreeBSD src repository Modified files: usr.bin/cut cut.1 Log: Describe the algorithm used by the -n option. Revision Changes Path 1.28 +3 -0 src/usr.bin/cut/cut.1 From owner-cvs-src@FreeBSD.ORG Mon Jun 28 07: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 04C6C16A4CE; Mon, 28 Jun 2004 07:19:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA85343D2D; Mon, 28 Jun 2004 07:19:18 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S7JBHU039397; Mon, 28 Jun 2004 07:19:11 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S7JB1P039396; Mon, 28 Jun 2004 07:19:11 GMT (envelope-from tjr) Message-Id: <200406280719.i5S7JB1P039396@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 28 Jun 2004 07:19: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/tr tr.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, 28 Jun 2004 07:19:19 -0000 tjr 2004-06-28 07:19:11 UTC FreeBSD src repository Modified files: usr.bin/tr tr.1 Log: Document incorrect handling of multibyte characters in input files and character string arguments. Revision Changes Path 1.25 +6 -1 src/usr.bin/tr/tr.1 From owner-cvs-src@FreeBSD.ORG Mon Jun 28 11:18: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 4F42516A4CE; Mon, 28 Jun 2004 11:18:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3394A43D41; Mon, 28 Jun 2004 11:18:55 +0000 (GMT) (envelope-from dd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SBIlGq045888; Mon, 28 Jun 2004 11:18:47 GMT (envelope-from dd@repoman.freebsd.org) Received: (from dd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SBIlHj045887; Mon, 28 Jun 2004 11:18:47 GMT (envelope-from dd) Message-Id: <200406281118.i5SBIlHj045887@repoman.freebsd.org> From: Dima Dorfman Date: Mon, 28 Jun 2004 11:18:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/xargs xargs.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, 28 Jun 2004 11:18:55 -0000 dd 2004-06-28 11:18:47 UTC FreeBSD src repository Modified files: usr.bin/xargs xargs.1 Log: Fix spelling error in my own paragraph. Revision Changes Path 1.31 +1 -1 src/usr.bin/xargs/xargs.1 From owner-cvs-src@FreeBSD.ORG Mon Jun 28 11:33: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 1DC7816A4CE; Mon, 28 Jun 2004 11:33:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01E8C43D2D; Mon, 28 Jun 2004 11:33:12 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SBWwbl046297; Mon, 28 Jun 2004 11:32:58 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SBWwr8046296; Mon, 28 Jun 2004 11:32:58 GMT (envelope-from mux) Message-Id: <200406281132.i5SBWwr8046296@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 28 Jun 2004 11:32:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/pciid mk_pci_vendors.pl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 11:33:12 -0000 mux 2004-06-28 11:32:58 UTC FreeBSD src repository Modified files: tools/tools/pciid mk_pci_vendors.pl Log: The location of the Boemler's PCI database has moved. Update comments to reflect reality. Revision Changes Path 1.4 +2 -2 src/tools/tools/pciid/mk_pci_vendors.pl From owner-cvs-src@FreeBSD.ORG Mon Jun 28 11:35: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 2A32C16A4CE; Mon, 28 Jun 2004 11:35:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EF9243D1D; Mon, 28 Jun 2004 11:35:22 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SBZ5c1046358; Mon, 28 Jun 2004 11:35:05 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SBZ5H4046357; Mon, 28 Jun 2004 11:35:05 GMT (envelope-from cognet) Message-Id: <200406281135.i5SBZ5H4046357@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 28 Jun 2004 11: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/sys/arm/arm sys_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, 28 Jun 2004 11:35:22 -0000 cognet 2004-06-28 11:35:05 UTC FreeBSD src repository Modified files: sys/arm/arm sys_machdep.c Log: Remove unused includes. Spotted out by: pjd Revision Changes Path 1.2 +0 -9 src/sys/arm/arm/sys_machdep.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 11:36: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 35EC316A4CE; Mon, 28 Jun 2004 11:36:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A51C43D45; Mon, 28 Jun 2004 11:36:43 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SBaWDg046517; Mon, 28 Jun 2004 11:36:32 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SBaW7f046516; Mon, 28 Jun 2004 11:36:32 GMT (envelope-from mux) Message-Id: <200406281136.i5SBaW7f046516@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 28 Jun 2004 11:36: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/share/misc pci_vendors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 11:36:43 -0000 mux 2004-06-28 11:36:32 UTC FreeBSD src repository Modified files: share/misc pci_vendors Log: Update to the latest versions of the Boemler and Hart PCI databases. Revision Changes Path 1.29 +888 -472 src/share/misc/pci_vendors From owner-cvs-src@FreeBSD.ORG Mon Jun 28 11:46: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 002A116A4CE; Mon, 28 Jun 2004 11:46:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8A6043D1D; Mon, 28 Jun 2004 11:46:51 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SBkmIj047056; Mon, 28 Jun 2004 11:46:48 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SBkm3i047055; Mon, 28 Jun 2004 11:46:48 GMT (envelope-from mux) Message-Id: <200406281146.i5SBkm3i047055@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 28 Jun 2004 11:46:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/pciid mk_pci_vendors.pl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 11:46:52 -0000 mux 2004-06-28 11:46:48 UTC FreeBSD src repository Modified files: tools/tools/pciid mk_pci_vendors.pl Log: Update the location of the Hart's database as well. Revision Changes Path 1.5 +2 -2 src/tools/tools/pciid/mk_pci_vendors.pl From owner-cvs-src@FreeBSD.ORG Mon Jun 28 11:49: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 B1AC716A4CE; Mon, 28 Jun 2004 11:49:01 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7781543D31; Mon, 28 Jun 2004 11:49:01 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 5C84A530C; Mon, 28 Jun 2004 13:49:00 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id DDBB8530A; Mon, 28 Jun 2004 13:48:46 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id C0C48B86C; Mon, 28 Jun 2004 13:48:46 +0200 (CEST) To: Maxime Henrion References: <200406281132.i5SBWwr8046296@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Mon, 28 Jun 2004 13:48:46 +0200 In-Reply-To: <200406281132.i5SBWwr8046296@repoman.freebsd.org> (Maxime Henrion's message of "Mon, 28 Jun 2004 11:32:58 +0000 (UTC)") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/tools/pciid mk_pci_vendors.pl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 11:49:01 -0000 Maxime Henrion writes: > Log: > The location of the Boemler's PCI database has moved. Update comments > to reflect reality. Craig Hart's list has also moved, to . I sent Sheldon a patch ages ago, but he never committed it. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Jun 28 11: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 8481A16A4CE; Mon, 28 Jun 2004 11:51:29 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59E6843D48; Mon, 28 Jun 2004 11:51:29 +0000 (GMT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 97E285C993; Mon, 28 Jun 2004 04:51:18 -0700 (PDT) Date: Mon, 28 Jun 2004 13:51:18 +0200 From: Maxime Henrion To: Dag-Erling Sm?rgrav Message-ID: <20040628115118.GV9228@elvis.mu.org> References: <200406281132.i5SBWwr8046296@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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/tools/tools/pciid mk_pci_vendors.pl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 11:51:29 -0000 Dag-Erling Sm?rgrav wrote: > Maxime Henrion writes: > > Log: > > The location of the Boemler's PCI database has moved. Update comments > > to reflect reality. > > Craig Hart's list has also moved, to > . > I sent Sheldon a patch ages ago, but he never committed it. Yeah, I just updated that as well. Actually, the location in the comment of mk_pci_vendors.pl was correct, but it was still outputing the staled location in the generated pci_vendors file. Anyways, this is now fixed and i'll regenerate the pci_vendors file once again so that the comments there are correct. Cheers, Maxime From owner-cvs-src@FreeBSD.ORG Mon Jun 28 11:54: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 748C316A4CE; Mon, 28 Jun 2004 11:54:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5847043D1F; Mon, 28 Jun 2004 11:54:45 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SBsU6n047276; Mon, 28 Jun 2004 11:54:30 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SBsUIv047275; Mon, 28 Jun 2004 11:54:30 GMT (envelope-from mux) Message-Id: <200406281154.i5SBsUIv047275@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 28 Jun 2004 11:54: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/share/misc pci_vendors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 11:54:45 -0000 mux 2004-06-28 11:54:30 UTC FreeBSD src repository Modified files: share/misc pci_vendors Log: Regenerate this file so that it gets correct comments for the PCI databases locations. Revision Changes Path 1.30 +1 -1 src/share/misc/pci_vendors From owner-cvs-src@FreeBSD.ORG Mon Jun 28 12:13: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 9103316A4CE; Mon, 28 Jun 2004 12:13:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BA5143D39; Mon, 28 Jun 2004 12:13:54 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SCDapD047956; Mon, 28 Jun 2004 12:13:36 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SCDaGR047955; Mon, 28 Jun 2004 12:13:36 GMT (envelope-from davidxu) Message-Id: <200406281213.i5SCDaGR047955@repoman.freebsd.org> From: David Xu Date: Mon, 28 Jun 2004 12:13:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread_dbg Makefile pthread_dbg.c pthread_dbg.h pthread_dbg_int.h src/lib/libpthread_dbg/arch/i386 pthread_dbg_md.c src/lib/libpthread_dbg/arch/i386/include pthread_dbg_md.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 12:13:54 -0000 davidxu 2004-06-28 12:13:36 UTC FreeBSD src repository Removed files: lib/libpthread_dbg Makefile pthread_dbg.c pthread_dbg.h pthread_dbg_int.h lib/libpthread_dbg/arch/i386 Makefile.inc lib/libpthread_dbg/arch/i386/i386 pthread_dbg_md.c lib/libpthread_dbg/arch/i386/include pthread_dbg_md.h Log: Remove libpthread_dbg, soon it will be replaced by libthread_db which is a defacto standard on other UNIX systems. Revision Changes Path 1.2 +0 -20 src/lib/libpthread_dbg/Makefile (dead) 1.2 +0 -5 src/lib/libpthread_dbg/arch/i386/Makefile.inc (dead) 1.2 +0 -106 src/lib/libpthread_dbg/arch/i386/i386/pthread_dbg_md.c (dead) 1.2 +0 -43 src/lib/libpthread_dbg/arch/i386/include/pthread_dbg_md.h (dead) 1.2 +0 -562 src/lib/libpthread_dbg/pthread_dbg.c (dead) 1.2 +0 -139 src/lib/libpthread_dbg/pthread_dbg.h (dead) 1.2 +0 -68 src/lib/libpthread_dbg/pthread_dbg_int.h (dead) From owner-cvs-src@FreeBSD.ORG Mon Jun 28 13:28: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 65A5316A4CE; Mon, 28 Jun 2004 13:28:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48FF743D1F; Mon, 28 Jun 2004 13:28:15 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SDSFEq049848; Mon, 28 Jun 2004 13:28:15 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SDSFTu049847; Mon, 28 Jun 2004 13:28:15 GMT (envelope-from den) Message-Id: <200406281328.i5SDSFTu049847@repoman.freebsd.org> From: Denis Peplin Date: Mon, 28 Jun 2004 13:28: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/release/doc/ru_RU.KOI8-R Makefile src/release/doc/ru_RU.KOI8-R/early-adopter Makefile article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 13:28:15 -0000 den 2004-06-28 13:28:15 UTC FreeBSD src repository (doc committer) Modified files: release/doc/ru_RU.KOI8-R Makefile Added files: release/doc/ru_RU.KOI8-R/early-adopter Makefile article.sgml Log: Add translation for early-adopter Revision Changes Path 1.4 +2 -2 src/release/doc/ru_RU.KOI8-R/Makefile 1.1 +24 -0 src/release/doc/ru_RU.KOI8-R/early-adopter/Makefile (new) 1.1 +536 -0 src/release/doc/ru_RU.KOI8-R/early-adopter/article.sgml (new) From owner-cvs-src@FreeBSD.ORG Mon Jun 28 13:28:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC51F16A4E7; Mon, 28 Jun 2004 13:28:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C76343D31; Mon, 28 Jun 2004 13:28:21 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SDSLm0049878; Mon, 28 Jun 2004 13:28:21 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SDSLSO049877; Mon, 28 Jun 2004 13:28:21 GMT (envelope-from nyan) Message-Id: <200406281328.i5SDSLSO049877@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 28 Jun 2004 13:28: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/pc98/pc98 sio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 13:28:23 -0000 nyan 2004-06-28 13:28:21 UTC FreeBSD src repository Modified files: sys/pc98/pc98 sio.c Log: Merged from sys/dev/sio/sio.c revision 1.444. Revision Changes Path 1.221 +2 -1 src/sys/pc98/pc98/sio.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 13:36: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 9A8DE16A4CE; Mon, 28 Jun 2004 13:36:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E7FF43D1D; Mon, 28 Jun 2004 13:36:00 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SDa0ci050184; Mon, 28 Jun 2004 13:36:00 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SDa0lc050183; Mon, 28 Jun 2004 13:36:00 GMT (envelope-from den) Message-Id: <200406281336.i5SDa0lc050183@repoman.freebsd.org> From: Denis Peplin Date: Mon, 28 Jun 2004 13:36:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/ru_RU.KOI8-R/installation/common install.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 13:36:00 -0000 den 2004-06-28 13:36:00 UTC FreeBSD src repository (doc committer) Modified files: release/doc/ru_RU.KOI8-R/installation/common install.sgml Log: Whitespace fix Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.2 +2 -2 src/release/doc/ru_RU.KOI8-R/installation/common/install.sgml From owner-cvs-src@FreeBSD.ORG Mon Jun 28 14:02:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD35016A4CE; Mon, 28 Jun 2004 14:02:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B195743D2D; Mon, 28 Jun 2004 14:02:25 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SE2MIj050917; Mon, 28 Jun 2004 14:02:22 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SE2MF1050916; Mon, 28 Jun 2004 14:02:22 GMT (envelope-from kientzle) Message-Id: <200406281402.i5SE2MF1050916@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 28 Jun 2004 14:02:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 14:02:26 -0000 kientzle 2004-06-28 14:02:22 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Add yet another synonym for -n. Revision Changes Path 1.35 +1 -0 src/usr.bin/tar/bsdtar.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 14:12: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 4B87016A4E3; Mon, 28 Jun 2004 14:12:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FA2043D4C; Mon, 28 Jun 2004 14:12:10 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SECABc051198; Mon, 28 Jun 2004 14:12:10 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SECAnV051197; Mon, 28 Jun 2004 14:12:10 GMT (envelope-from kientzle) Message-Id: <200406281412.i5SECAnV051197@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 28 Jun 2004 14:12:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_read_extract.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 14:12:10 -0000 kientzle 2004-06-28 14:12:10 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_extract.c Log: Some implicit dirs were not having the umask correctly applied to their permissions. Just calculate the default dir mode once and use it consistently, rather than trying to remember to calculate it everywhere it's needed. Revision Changes Path 1.26 +13 -4 src/lib/libarchive/archive_read_extract.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 15:32: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 74F6116A4CE; Mon, 28 Jun 2004 15:32:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 597CF43D48; Mon, 28 Jun 2004 15:32:25 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SFWPMM053188; Mon, 28 Jun 2004 15:32:25 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SFWP1O053187; Mon, 28 Jun 2004 15:32:25 GMT (envelope-from rik) Message-Id: <200406281532.i5SFWP1O053187@repoman.freebsd.org> From: Roman Kurakin Date: Mon, 28 Jun 2004 15:32: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/net if_spppsubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 15:32:25 -0000 rik 2004-06-28 15:32:25 UTC FreeBSD src repository Modified files: sys/net if_spppsubr.c Log: Do not m_free packet since IF_HANDOFF (called from netisr_queue) will do it for us, just count it. Revision Changes Path 1.112 +1 -1 src/sys/net/if_spppsubr.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 16: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 9ED3A16A4CE; Mon, 28 Jun 2004 16:17:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 823AD43D2F; Mon, 28 Jun 2004 16:17:11 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SGHB5M054605; Mon, 28 Jun 2004 16:17:11 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SGHBRh054604; Mon, 28 Jun 2004 16:17:11 GMT (envelope-from jhb) Message-Id: <200406281617.i5SGHBRh054604@repoman.freebsd.org> From: John Baldwin Date: Mon, 28 Jun 2004 16:17:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cx if_cx.c src/sys/dev/cy cy.c src/sys/dev/sio sio.c src/sys/pc98/pc98 sio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 16:17:11 -0000 jhb 2004-06-28 16:17:11 UTC FreeBSD src repository Modified files: sys/dev/cx if_cx.c sys/dev/cy cy.c sys/dev/sio sio.c sys/pc98/pc98 sio.c Log: - Shorten the names for the TTY related swi interrupt handlers as the 'tty:' prefix is largely redundant. - Fix the priority of the low-priority TTY SWIs that are hung off of the softclock thread. Submitted by: bde (2) Revision Changes Path 1.25 +1 -1 src/sys/dev/cx/if_cx.c 1.157 +2 -2 src/sys/dev/cy/cy.c 1.445 +2 -2 src/sys/dev/sio/sio.c 1.222 +2 -2 src/sys/pc98/pc98/sio.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 16:19: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 0D3E716A4CE; Mon, 28 Jun 2004 16:19:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E58C543D1F; Mon, 28 Jun 2004 16:19:50 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SGJoet054668; Mon, 28 Jun 2004 16:19:50 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SGJoXg054667; Mon, 28 Jun 2004 16:19:50 GMT (envelope-from jhb) Message-Id: <200406281619.i5SGJoXg054667@repoman.freebsd.org> From: John Baldwin Date: Mon, 28 Jun 2004 16:19:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_idle.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 16:19:51 -0000 jhb 2004-06-28 16:19:50 UTC FreeBSD src repository Modified files: sys/kern kern_idle.c Log: Adjust the priority of the idle threads to be the lowest possible priority. This is just a comestic nit as the idle thread priorities aren't used by the schedulers. Reported by: bde Revision Changes Path 1.38 +1 -0 src/sys/kern/kern_idle.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 16:21: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 07C9116A4CE; Mon, 28 Jun 2004 16:21:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFFBF43D31; Mon, 28 Jun 2004 16:21:51 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SGLp9R054832; Mon, 28 Jun 2004 16:21:51 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SGLpB9054831; Mon, 28 Jun 2004 16:21:51 GMT (envelope-from jhb) Message-Id: <200406281621.i5SGLpB9054831@repoman.freebsd.org> From: John Baldwin Date: Mon, 28 Jun 2004 16:21: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/sys interrupt.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 16:21:52 -0000 jhb 2004-06-28 16:21:51 UTC FreeBSD src repository Modified files: sys/sys interrupt.h Log: Adjust the priorities of software interrupts. Bump SWI_CLOCK up to 5 and bump all of the taskqueue swi's to 6. This gives callouts higher priority than taskqueue tasks and gives all taskqueue tasks the same priority. Discussed with: bde Revision Changes Path 1.27 +5 -6 src/sys/sys/interrupt.h From owner-cvs-src@FreeBSD.ORG Mon Jun 28 16:22: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 6880516A4CE; Mon, 28 Jun 2004 16:22:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BEBC43D41; Mon, 28 Jun 2004 16:22:21 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SGMLI5054878; Mon, 28 Jun 2004 16:22:21 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SGMLUL054877; Mon, 28 Jun 2004 16:22:21 GMT (envelope-from imp) Message-Id: <200406281622.i5SGMLUL054877@repoman.freebsd.org> From: Warner Losh Date: Mon, 28 Jun 2004 16:22: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/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 16:22:21 -0000 imp 2004-06-28 16:22:21 UTC FreeBSD src repository Modified files: sys/conf files Log: We need to build miidevs.h when we have miibus, not mii. Revision Changes Path 1.914 +1 -1 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Mon Jun 28 16:28: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 E75AD16A4CE; Mon, 28 Jun 2004 16:28:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2B8343D49; Mon, 28 Jun 2004 16:28:23 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SGSN0w055083; Mon, 28 Jun 2004 16:28:23 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SGSNRg055082; Mon, 28 Jun 2004 16:28:23 GMT (envelope-from jhb) Message-Id: <200406281628.i5SGSNRg055082@repoman.freebsd.org> From: John Baldwin Date: Mon, 28 Jun 2004 16:28: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/kern subr_taskqueue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 16:28:24 -0000 jhb 2004-06-28 16:28:23 UTC FreeBSD src repository Modified files: sys/kern subr_taskqueue.c Log: - Execute all of the tasks on the taskqueue during taskqueue_free() after the queue has been removed from the global taskqueue_queues list. This removes the need for the draining queue hack. - Allow taskqueue_run() to be called with the taskqueue mutex held. It can still be called without the lock for API compatiblity. In that case it will acquire the lock internally. - Don't lock the individual queue mutex in taskqueue_find() until after the strcmp as the global queues mutex is sufficient for the strcmp. - Simplify taskqueue_thread_loop() now that it can hold the lock across taskqueue_run(). Submitted by: bde (mostly) Revision Changes Path 1.23 +24 -39 src/sys/kern/subr_taskqueue.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 16:30:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F5BA16A4CF; Mon, 28 Jun 2004 16:30:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 749CD43D45; Mon, 28 Jun 2004 16:30:49 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SGUn8b055244; Mon, 28 Jun 2004 16:30:49 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SGUn7W055243; Mon, 28 Jun 2004 16:30:49 GMT (envelope-from imp) Message-Id: <200406281630.i5SGUn7W055243@repoman.freebsd.org> From: Warner Losh Date: Mon, 28 Jun 2004 16:30:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ex if_ex_isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 16:30:49 -0000 imp 2004-06-28 16:30:49 UTC FreeBSD src repository Modified files: sys/dev/ex if_ex_isa.c Log: casting for printf happiness Revision Changes Path 1.9 +4 -4 src/sys/dev/ex/if_ex_isa.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 16:39: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 79ED716A4CE; Mon, 28 Jun 2004 16:39:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DC3843D31; Mon, 28 Jun 2004 16:39:07 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SGcrgT055468; Mon, 28 Jun 2004 16:38:53 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SGcroY055467; Mon, 28 Jun 2004 16:38:53 GMT (envelope-from imp) Message-Id: <200406281638.i5SGcroY055467@repoman.freebsd.org> From: Warner Losh Date: Mon, 28 Jun 2004 16:38:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ex if_ex_isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 16:39:07 -0000 imp 2004-06-28 16:38:53 UTC FreeBSD src repository Modified files: sys/dev/ex if_ex_isa.c Log: another format nit Revision Changes Path 1.10 +2 -1 src/sys/dev/ex/if_ex_isa.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 18:57: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 BFE7316A4CE; Mon, 28 Jun 2004 18:57:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2BFD43D39; Mon, 28 Jun 2004 18:57:06 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SIv6Kw059430; Mon, 28 Jun 2004 18:57:06 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SIv6ff059429; Mon, 28 Jun 2004 18:57:06 GMT (envelope-from jhb) Message-Id: <200406281857.i5SIv6ff059429@repoman.freebsd.org> From: John Baldwin Date: Mon, 28 Jun 2004 18:57:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_condvar.c kern_synch.c subr_sleepqueue.c src/sys/sys sleepqueue.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 18:57:07 -0000 jhb 2004-06-28 18:57:06 UTC FreeBSD src repository Modified files: sys/kern kern_condvar.c kern_synch.c subr_sleepqueue.c sys/sys sleepqueue.h Log: Remove the signal_caught argument from sleepq_timedwait() as it was effectively always zero. Revision Changes Path 1.49 +1 -1 src/sys/kern/kern_condvar.c 1.250 +1 -1 src/sys/kern/kern_synch.c 1.8 +2 -5 src/sys/kern/subr_sleepqueue.c 1.3 +1 -1 src/sys/sys/sleepqueue.h From owner-cvs-src@FreeBSD.ORG Mon Jun 28 19:06: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 A748516A4CE; Mon, 28 Jun 2004 19:06:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8912343D45; Mon, 28 Jun 2004 19:06:30 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SJ6UP7059820; Mon, 28 Jun 2004 19:06:30 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SJ6UBk059819; Mon, 28 Jun 2004 19:06:30 GMT (envelope-from imp) Message-Id: <200406281906.i5SJ6UBk059819@repoman.freebsd.org> From: Warner Losh Date: Mon, 28 Jun 2004 19:06: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/modules/netgraph/bluetooth/ubt Makefile src/sys/modules/netgraph/bluetooth/ubtbcmfw 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, 28 Jun 2004 19:06:30 -0000 imp 2004-06-28 19:06:30 UTC FreeBSD src repository Modified files: sys/modules/netgraph/bluetooth/ubt Makefile sys/modules/netgraph/bluetooth/ubtbcmfw Makefile Log: Build usbdevs.h Revision Changes Path 1.6 +1 -1 src/sys/modules/netgraph/bluetooth/ubt/Makefile 1.4 +1 -1 src/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile From owner-cvs-src@FreeBSD.ORG Mon Jun 28 19: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 DB5A816A4CE; Mon, 28 Jun 2004 19:15:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE5F643D1D; Mon, 28 Jun 2004 19:15:40 +0000 (GMT) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SJFeeF060232; Mon, 28 Jun 2004 19:15:40 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SJFeaV060231; Mon, 28 Jun 2004 19:15:40 GMT (envelope-from gallatin) Message-Id: <200406281915.i5SJFeaV060231@repoman.freebsd.org> From: Andrew Gallatin Date: Mon, 28 Jun 2004 19: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/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 19:15:41 -0000 gallatin 2004-06-28 19:15:40 UTC FreeBSD src repository Modified files: sys/vm vm_map.c Log: Fix alpha - the use of min() on longs was loosing the high bits and returning wrong answers, leading to strange values vm2->vm_{s,t,d}size. Revision Changes Path 1.340 +3 -3 src/sys/vm/vm_map.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 19:22:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 321EC16A4CE; Mon, 28 Jun 2004 19:22:41 +0000 (GMT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B53B843D53; Mon, 28 Jun 2004 19:22:38 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id i5SJMcqM021835 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 Jun 2004 15:22:38 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i5SJMXY6003003; Mon, 28 Jun 2004 15:22:33 -0400 (EDT) (envelope-from gallatin) Date: Mon, 28 Jun 2004 15:22:33 -0400 From: Andrew Gallatin To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040628152232.A2977@grasshopper.cs.duke.edu> References: <200406281915.i5SJFeaV060231@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200406281915.i5SJFeaV060231@repoman.freebsd.org>; from gallatin@FreeBSD.org on Mon, Jun 28, 2004 at 07:15:40PM +0000 X-Operating-System: FreeBSD 4.9-RELEASE-p1 on an i386 Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 19:22:41 -0000 Andrew Gallatin [gallatin@FreeBSD.org] wrote: > gallatin 2004-06-28 19:15:40 UTC > > FreeBSD src repository > > Modified files: > sys/vm vm_map.c > Log: > Fix alpha - the use of min() on longs was loosing the high bits and > returning wrong answers, leading to strange values vm2->vm_{s,t,d}size. Why are min() and max() inlines which operate on ints? This seems like a real landmine for 64-bit platforms.. Drew From owner-cvs-src@FreeBSD.ORG Mon Jun 28 19:39:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F70816A4CE; Mon, 28 Jun 2004 19:39:00 +0000 (GMT) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.12.11/8.12.11) with ESMTP id i5SJcxM0023548; Mon, 28 Jun 2004 15:38:59 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.12.11/8.12.11/Submit) id i5SJcxrE023547; Mon, 28 Jun 2004 15:38:59 -0400 (EDT) (envelope-from green) Date: Mon, 28 Jun 2004 15:38:59 -0400 From: Brian Fundakowski Feldman To: Andrew Gallatin Message-ID: <20040628193858.GG5635@green.homeunix.org> References: <200406281915.i5SJFeaV060231@repoman.freebsd.org> <20040628152232.A2977@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040628152232.A2977@grasshopper.cs.duke.edu> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 19:39:00 -0000 On Mon, Jun 28, 2004 at 03:22:33PM -0400, Andrew Gallatin wrote: > Andrew Gallatin [gallatin@FreeBSD.org] wrote: > > gallatin 2004-06-28 19:15:40 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/vm vm_map.c > > Log: > > Fix alpha - the use of min() on longs was loosing the high bits and > > returning wrong answers, leading to strange values vm2->vm_{s,t,d}size. > > Why are min() and max() inlines which operate on ints? This seems > like a real landmine for 64-bit platforms.. Also, why is GCC not generating the correct warnings? The values passed in were definitely a 64-bit type. Thanks for finding and fixing this. The inlines seem to exist to work around the effect of using macros unknowingly on statements with side effects. These should really be MIN(), and there seems to have been an extra tab that crept in. Do you think you could change those things? -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Mon Jun 28 19:58: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 D501B16A4CE; Mon, 28 Jun 2004 19:58:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5B4E43D45; Mon, 28 Jun 2004 19:58:39 +0000 (GMT) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SJwdH6061445; Mon, 28 Jun 2004 19:58:39 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SJwdwY061444; Mon, 28 Jun 2004 19:58:39 GMT (envelope-from gallatin) Message-Id: <200406281958.i5SJwdwY061444@repoman.freebsd.org> From: Andrew Gallatin Date: Mon, 28 Jun 2004 19:58: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/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 19:58:40 -0000 gallatin 2004-06-28 19:58:39 UTC FreeBSD src repository Modified files: sys/vm vm_map.c Log: Use MIN() macro rather than ulmin() inline, and fix stray tab that snuck in with my last commit. Submitted by: green Revision Changes Path 1.341 +3 -3 src/sys/vm/vm_map.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 19:59: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 917BD16A4CE; Mon, 28 Jun 2004 19:59:46 +0000 (GMT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3690C43D49; Mon, 28 Jun 2004 19:59:46 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id i5SJxjqM025821 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 Jun 2004 15:59:45 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i5SJxehV003059; Mon, 28 Jun 2004 15:59:40 -0400 (EDT) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16608.30892.745161.730935@grasshopper.cs.duke.edu> Date: Mon, 28 Jun 2004 15:59:40 -0400 (EDT) To: Brian Fundakowski Feldman In-Reply-To: <20040628193858.GG5635@green.homeunix.org> References: <200406281915.i5SJFeaV060231@repoman.freebsd.org> <20040628152232.A2977@grasshopper.cs.duke.edu> <20040628193858.GG5635@green.homeunix.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 19:59:46 -0000 Brian Fundakowski Feldman writes: > On Mon, Jun 28, 2004 at 03:22:33PM -0400, Andrew Gallatin wrote: > > Andrew Gallatin [gallatin@FreeBSD.org] wrote: > > > gallatin 2004-06-28 19:15:40 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/vm vm_map.c > > > Log: > > > Fix alpha - the use of min() on longs was loosing the high bits and > > > returning wrong answers, leading to strange values vm2->vm_{s,t,d}size. > > > > Why are min() and max() inlines which operate on ints? This seems > > like a real landmine for 64-bit platforms.. > > Also, why is GCC not generating the correct warnings? The values passed > in were definitely a 64-bit type. Thanks for finding and fixing this. I wish I knew. I'm afraid this may bite us at some other point? > The inlines seem to exist to work around the effect of using macros > unknowingly on statements with side effects. These should really be > MIN(), and there seems to have been an extra tab that crept in. Do > you think you could change those things? Sure. Already done. Thanks for the blessing to use MIN(). Drew From owner-cvs-src@FreeBSD.ORG Mon Jun 28 20:07: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 E987016A4CE; Mon, 28 Jun 2004 20:07:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2F6843D45; Mon, 28 Jun 2004 20:07:04 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SK73E6061878; Mon, 28 Jun 2004 20:07:03 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SK73S8061877; Mon, 28 Jun 2004 20:07:03 GMT (envelope-from imp) Message-Id: <200406282007.i5SK73S8061877@repoman.freebsd.org> From: Warner Losh Date: Mon, 28 Jun 2004 20: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/sys/pci if_dc.c if_pcn.c if_rl.c if_rlreg.h if_sf.c if_sis.c if_sk.c if_ste.c if_vr.c if_wb.c if_xl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 20:07:05 -0000 imp 2004-06-28 20:07:03 UTC FreeBSD src repository Modified files: sys/pci if_dc.c if_pcn.c if_rl.c if_rlreg.h if_sf.c if_sis.c if_sk.c if_ste.c if_vr.c if_wb.c if_xl.c Log: Remove burn bridges code that saved/restored the pci config registers that are now handled in the pci bus layer. They are no longer necessary. Revision Changes Path 1.146 +3 -63 src/sys/pci/if_dc.c 1.59 +0 -24 src/sys/pci/if_pcn.c 1.140 +0 -57 src/sys/pci/if_rl.c 1.43 +0 -8 src/sys/pci/if_rlreg.h 1.70 +0 -24 src/sys/pci/if_sf.c 1.102 +0 -24 src/sys/pci/if_sis.c 1.83 +0 -24 src/sys/pci/if_sk.c 1.76 +0 -24 src/sys/pci/if_ste.c 1.86 +0 -24 src/sys/pci/if_vr.c 1.73 +0 -25 src/sys/pci/if_wb.c 1.172 +0 -41 src/sys/pci/if_xl.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 20:09: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 BDE4A16A4CE; Mon, 28 Jun 2004 20:09:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0BB443D41; Mon, 28 Jun 2004 20:09:02 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SK92xl061929; Mon, 28 Jun 2004 20:09:02 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SK92Bw061928; Mon, 28 Jun 2004 20:09:02 GMT (envelope-from imp) Message-Id: <200406282009.i5SK92Bw061928@repoman.freebsd.org> From: Warner Losh Date: Mon, 28 Jun 2004 20:09: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/re if_re.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 20:09:02 -0000 imp 2004-06-28 20:09:02 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: Remove code to slam the config space on transition to d0. Revision Changes Path 1.26 +0 -56 src/sys/dev/re/if_re.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 20:18:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9891D16A4E7; Mon, 28 Jun 2004 20:18:22 +0000 (GMT) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.12.11/8.12.11) with ESMTP id i5SKIMmP023816; Mon, 28 Jun 2004 16:18:22 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.12.11/8.12.11/Submit) id i5SKILir023815; Mon, 28 Jun 2004 16:18:21 -0400 (EDT) (envelope-from green) Date: Mon, 28 Jun 2004 16:18:21 -0400 From: Brian Fundakowski Feldman To: Andrew Gallatin Message-ID: <20040628201821.GA23618@green.homeunix.org> References: <200406281915.i5SJFeaV060231@repoman.freebsd.org> <20040628152232.A2977@grasshopper.cs.duke.edu> <20040628193858.GG5635@green.homeunix.org> <16608.30892.745161.730935@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16608.30892.745161.730935@grasshopper.cs.duke.edu> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 20:18:23 -0000 On Mon, Jun 28, 2004 at 03:59:40PM -0400, Andrew Gallatin wrote: > > Brian Fundakowski Feldman writes: > > On Mon, Jun 28, 2004 at 03:22:33PM -0400, Andrew Gallatin wrote: > > > Andrew Gallatin [gallatin@FreeBSD.org] wrote: > > > > gallatin 2004-06-28 19:15:40 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > sys/vm vm_map.c > > > > Log: > > > > Fix alpha - the use of min() on longs was loosing the high bits and > > > > returning wrong answers, leading to strange values vm2->vm_{s,t,d}size. > > > > > > Why are min() and max() inlines which operate on ints? This seems > > > like a real landmine for 64-bit platforms.. > > > > Also, why is GCC not generating the correct warnings? The values passed > > in were definitely a 64-bit type. Thanks for finding and fixing this. > > I wish I knew. I'm afraid this may bite us at some other point? GCC not actually type-checking here is certainly a bug from my viewpoint and one whose existence makes me more than a little worried about further problems with min() and friends (ones that I did not introduced ;). Are there any GCC experts that can help out, here? > > The inlines seem to exist to work around the effect of using macros > > unknowingly on statements with side effects. These should really be > > MIN(), and there seems to have been an extra tab that crept in. Do > > you think you could change those things? > > Sure. Already done. Thanks for the blessing to use MIN(). Thanks again! -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Mon Jun 28 20:26: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 7E06A16A4CE; Mon, 28 Jun 2004 20:26:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7657943D53; Mon, 28 Jun 2004 20:26:21 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SKQL96062619; Mon, 28 Jun 2004 20:26:21 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SKQLG0062618; Mon, 28 Jun 2004 20:26:21 GMT (envelope-from imp) Message-Id: <200406282026.i5SKQLG0062618@repoman.freebsd.org> From: Warner Losh Date: Mon, 28 Jun 2004 20:26: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/dev/firewire fwohci_pci.c src/sys/dev/fxp if_fxp.c src/sys/dev/lge if_lge.c src/sys/dev/nge if_nge.c src/sys/dev/txp if_txp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 20:26:21 -0000 imp 2004-06-28 20:26:21 UTC FreeBSD src repository Modified files: sys/dev/firewire fwohci_pci.c sys/dev/fxp if_fxp.c sys/dev/lge if_lge.c sys/dev/nge if_nge.c sys/dev/txp if_txp.c Log: Remove the setting of the pci config variables on power state changes. The bus does this now. Revision Changes Path 1.44 +0 -5 src/sys/dev/firewire/fwohci_pci.c 1.215 +2 -37 src/sys/dev/fxp/if_fxp.c 1.33 +0 -24 src/sys/dev/lge/if_lge.c 1.64 +0 -24 src/sys/dev/nge/if_nge.c 1.26 +0 -23 src/sys/dev/txp/if_txp.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 20:26: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 23C4016A4CE; Mon, 28 Jun 2004 20:26:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05D5143D5C; Mon, 28 Jun 2004 20:26:36 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SKQZMG062648; Mon, 28 Jun 2004 20:26:35 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SKQZZQ062647; Mon, 28 Jun 2004 20:26:35 GMT (envelope-from tegge) Message-Id: <200406282026.i5SKQZZQ062647@repoman.freebsd.org> From: Tor Egge Date: Mon, 28 Jun 2004 20:26:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_object.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 20:26:36 -0000 tegge 2004-06-28 20:26:35 UTC FreeBSD src repository Modified files: sys/vm vm_object.c Log: Initialize result->backing_object_offset before linking result onto the list of vm objects shadowing source in vm_object_shadow(). This closes a race where vm_object_collapse() could be called with a partially uninitialized object argument causing symptoms that looked like hardware problems, e.g. signal 6, 10, 11 or a /bin/sh busy-waiting for a nonexistant child process. Revision Changes Path 1.325 +5 -5 src/sys/vm/vm_object.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 20:41: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 3D14816A4CE; Mon, 28 Jun 2004 20:41:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E8C043D46; Mon, 28 Jun 2004 20:41:33 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SKfU4e063112; Mon, 28 Jun 2004 20:41:30 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SKfU1T063111; Mon, 28 Jun 2004 20:41:30 GMT (envelope-from njl) Message-Id: <200406282041.i5SKfU1T063111@repoman.freebsd.org> From: Nate Lawson Date: Mon, 28 Jun 2004 20:41: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/acpica acpi_ec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 20:41:33 -0000 njl 2004-06-28 20:41:30 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_ec.c Log: While booting, use DELAY() for waiting for the EC to respond instead of msleep(). Until we're finally up, msleep is a no-op. Explained by: peter Revision Changes Path 1.53 +13 -6 src/sys/dev/acpica/acpi_ec.c From owner-cvs-src@FreeBSD.ORG Mon Jun 28 21:32: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 837C416A4CE; Mon, 28 Jun 2004 21:32:43 +0000 (GMT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1094743D41; Mon, 28 Jun 2004 21:32:43 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id i5SLVuqM004823 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 Jun 2004 17:31:56 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i5SLVp76003134; Mon, 28 Jun 2004 17:31:51 -0400 (EDT) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16608.36423.596831.48148@grasshopper.cs.duke.edu> Date: Mon, 28 Jun 2004 17:31:51 -0400 (EDT) To: Brian Fundakowski Feldman In-Reply-To: <20040628201821.GA23618@green.homeunix.org> References: <200406281915.i5SJFeaV060231@repoman.freebsd.org> <20040628152232.A2977@grasshopper.cs.duke.edu> <20040628193858.GG5635@green.homeunix.org> <16608.30892.745161.730935@grasshopper.cs.duke.edu> <20040628201821.GA23618@green.homeunix.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 21:32:43 -0000 Brian Fundakowski Feldman writes: > > GCC not actually type-checking here is certainly a bug from my > viewpoint and one whose existence makes me more than a little > worried about further problems with min() and friends (ones that > I did not introduced ;). Are there any GCC experts that can help > out, here? > -Wconversion would find this.. -Wconversion Warn if a prototype causes a type conversion that is different from what would happen to the same argument in the absence of a prototype. This includes conversions of fixed point to floating and vice versa, and conversions changing the width or signedness of a fixed point argument except when the same as the default promotion. However its a little bit too restrictive, as it complains about any mismatch and the compile doesn't get even one C file done before erroring out. If I add -Wconversion to my cflags, it first trips on sys/bus.h (harmless passing of "1" to a function taking a long), and then it pukes all over atomic.h: In file included from ../../../sys/systm.h:41, from ../../../cam/cam.c:35: machine/atomic.h: In function `atomic_set_acq_8': machine/atomic.h:308: warning: passing arg 2 of `atomic_set_8' with different width due to prototype machine/atomic.h: In function `atomic_set_rel_8': machine/atomic.h:308: warning: passing arg 2 of `atomic_set_8' with different width due to prototype Any idea what its problem is? Drew PS: What we want is something like -msg_enable level6 on the compaq compiler, which just warns about truncations: cc: Info: foo.c, line 14: In this statement, "l" has a larger data size than "int". Assignment might result in data loss. (truncintasn) From owner-cvs-src@FreeBSD.ORG Mon Jun 28 22:44: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 B6B2416A4CE; Mon, 28 Jun 2004 22:44:30 +0000 (GMT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 083B843D3F; Mon, 28 Jun 2004 22:44:30 +0000 (GMT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) i5SMiPaI016072 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Tue, 29 Jun 2004 00:44:28 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.10/8.12.10) with ESMTP id i5SMhNUi010599 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 29 Jun 2004 00:43:23 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.11/8.12.11) with ESMTP id i5SMhMSV006771; Tue, 29 Jun 2004 00:43:22 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.11/8.12.11/Submit) id i5SMhMUA006770; Tue, 29 Jun 2004 00:43:22 +0200 (CEST) (envelope-from ticso) Date: Tue, 29 Jun 2004 00:43:22 +0200 From: Bernd Walter To: Andrew Gallatin Message-ID: <20040628224321.GJ1787@cicely12.cicely.de> References: <200406281915.i5SJFeaV060231@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406281915.i5SJFeaV060231@repoman.freebsd.org> X-Operating-System: FreeBSD cicely12.cicely.de 5.2-CURRENT alpha User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=-4.9 required=3.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Report: * -4.9 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on cicely12.cicely.de cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 22:44:30 -0000 On Mon, Jun 28, 2004 at 07:15:40PM +0000, Andrew Gallatin wrote: > gallatin 2004-06-28 19:15:40 UTC > > FreeBSD src repository > > Modified files: > sys/vm vm_map.c > Log: > Fix alpha - the use of min() on longs was loosing the high bits and > returning wrong answers, leading to strange values vm2->vm_{s,t,d}size. Thanks. Would this also explain why setting (MAX|DFL)DSIZ to n*4G never worked? -- B.Walter BWCT http://www.bwct.de bernd@bwct.de info@bwct.de From owner-cvs-src@FreeBSD.ORG Mon Jun 28 23:45: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 2D74716A4CE; Mon, 28 Jun 2004 23:45:44 +0000 (GMT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B275D43D53; Mon, 28 Jun 2004 23:45:43 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id i5SNjYqM017056 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 Jun 2004 19:45:35 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i5SNjTbG003293; Mon, 28 Jun 2004 19:45:29 -0400 (EDT) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16608.44441.720450.793280@grasshopper.cs.duke.edu> Date: Mon, 28 Jun 2004 19:45:29 -0400 (EDT) To: ticso@cicely.de In-Reply-To: <20040628224321.GJ1787@cicely12.cicely.de> References: <200406281915.i5SJFeaV060231@repoman.freebsd.org> <20040628224321.GJ1787@cicely12.cicely.de> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 23:45:44 -0000 Bernd Walter writes: > On Mon, Jun 28, 2004 at 07:15:40PM +0000, Andrew Gallatin wrote: > > gallatin 2004-06-28 19:15:40 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/vm vm_map.c > > Log: > > Fix alpha - the use of min() on longs was loosing the high bits and > > returning wrong answers, leading to strange values vm2->vm_{s,t,d}size. > > Thanks. > > Would this also explain why setting (MAX|DFL)DSIZ to n*4G never worked? > I don't think so, this was brand-new code. What's the symptom of MAXDSIZ > 4GB not working? I think the amd64 people have fixed a lot of bugs in this area on the last few months. Have you tried it recently? Drew From owner-cvs-src@FreeBSD.ORG Tue Jun 29 00:07:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5A5F16A4CE; Tue, 29 Jun 2004 00:07:33 +0000 (GMT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A35743D31; Tue, 29 Jun 2004 00:07:33 +0000 (GMT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) i5T07RaI017908 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Tue, 29 Jun 2004 02:07:29 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.10/8.12.10) with ESMTP id i5T06jUi011156 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 29 Jun 2004 02:06:46 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.11/8.12.11) with ESMTP id i5T06jaP007232; Tue, 29 Jun 2004 02:06:45 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.11/8.12.11/Submit) id i5T06iUg007231; Tue, 29 Jun 2004 02:06:44 +0200 (CEST) (envelope-from ticso) Date: Tue, 29 Jun 2004 02:06:44 +0200 From: Bernd Walter To: Andrew Gallatin Message-ID: <20040629000643.GK1787@cicely12.cicely.de> References: <200406281915.i5SJFeaV060231@repoman.freebsd.org> <20040628224321.GJ1787@cicely12.cicely.de> <16608.44441.720450.793280@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16608.44441.720450.793280@grasshopper.cs.duke.edu> X-Operating-System: FreeBSD cicely12.cicely.de 5.2-CURRENT alpha User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=-4.9 required=3.0 tests=BAYES_00 autolearn=ham version=2.61 X-Spam-Report: * -4.9 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on cicely5.cicely.de cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: ticso@cicely.de cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 00:07:33 -0000 On Mon, Jun 28, 2004 at 07:45:29PM -0400, Andrew Gallatin wrote: > > Bernd Walter writes: > > On Mon, Jun 28, 2004 at 07:15:40PM +0000, Andrew Gallatin wrote: > > > gallatin 2004-06-28 19:15:40 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/vm vm_map.c > > > Log: > > > Fix alpha - the use of min() on longs was loosing the high bits and > > > returning wrong answers, leading to strange values vm2->vm_{s,t,d}size. > > > > Thanks. > > > > Would this also explain why setting (MAX|DFL)DSIZ to n*4G never worked? > > > > I don't think so, this was brand-new code. Ah - OK. > What's the symptom of MAXDSIZ > 4GB not working? I think the amd64 > people have fixed a lot of bugs in this area on the last few months. The symptoms were exactly the same as in this case. It wasn't >4G not working, but n * 4G failed - e.g. 5G was fine. However - I never tested if the 5G could really be used. Looked very much like a 31 or 32 bit truncation somewere. > Have you tried it recently? No - Never tried those values again - just remembered my last tests a long time ago. -- B.Walter BWCT http://www.bwct.de bernd@bwct.de info@bwct.de From owner-cvs-src@FreeBSD.ORG Tue Jun 29 00:44:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C53D516A4CE; Tue, 29 Jun 2004 00:44:47 +0000 (GMT) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.12.11/8.12.11) with ESMTP id i5T0ilnP025236; Mon, 28 Jun 2004 20:44:47 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.12.11/8.12.11/Submit) id i5T0ikTx025235; Mon, 28 Jun 2004 20:44:46 -0400 (EDT) (envelope-from green) Date: Mon, 28 Jun 2004 20:44:46 -0400 From: Brian Fundakowski Feldman To: ticso@cicely.de Message-ID: <20040629004446.GA25180@green.homeunix.org> References: <200406281915.i5SJFeaV060231@repoman.freebsd.org> <20040628224321.GJ1787@cicely12.cicely.de> <16608.44441.720450.793280@grasshopper.cs.duke.edu> <20040629000643.GK1787@cicely12.cicely.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040629000643.GK1787@cicely12.cicely.de> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Andrew Gallatin cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 00:44:48 -0000 On Tue, Jun 29, 2004 at 02:06:44AM +0200, Bernd Walter wrote: > On Mon, Jun 28, 2004 at 07:45:29PM -0400, Andrew Gallatin wrote: > > > > Bernd Walter writes: > > > On Mon, Jun 28, 2004 at 07:15:40PM +0000, Andrew Gallatin wrote: > > > > gallatin 2004-06-28 19:15:40 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > sys/vm vm_map.c > > > > Log: > > > > Fix alpha - the use of min() on longs was loosing the high bits and > > > > returning wrong answers, leading to strange values vm2->vm_{s,t,d}size. > > > > > > Thanks. > > > > > > Would this also explain why setting (MAX|DFL)DSIZ to n*4G never worked? > > > > > > > I don't think so, this was brand-new code. > > Ah - OK. > > > What's the symptom of MAXDSIZ > 4GB not working? I think the amd64 > > people have fixed a lot of bugs in this area on the last few months. > > The symptoms were exactly the same as in this case. > It wasn't >4G not working, but n * 4G failed - e.g. 5G was fine. > However - I never tested if the 5G could really be used. > Looked very much like a 31 or 32 bit truncation somewere. > > > Have you tried it recently? > > No - Never tried those values again - just remembered my last tests a > long time ago. You can try compiling with this patch and the GCC flag -Wwidth-truncation. Unfortunately, there are many places where the GCC type checker apparently can't access enough information as to determine that the maximal and minimal values for an expression fit the constraints of the type it's being passed as. For example, the following code will give you a warning: newend = min(entry->end, (vm_offset_t)vm1->vm_daddr + ctob(vm1->vm_dsize)); vm2->vm_dsize += btoc(newend - entry->start); However, this does, too: pmap_protect(map->pmap, current->start, current->end, current->protection & MASK(current)); The value current->protection provides the minimal and maximal bounds -- it's the same type as the function expects -- but since it's not a constant there's no apparent way for phases before code generation to determine that. Still, I bet you will be able to find bugs with this flag, especially on a 64-bit platform, but you'll have to wade through warnings which are probably incorrect. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Tue Jun 29 01:33: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 7431116A4CE; Tue, 29 Jun 2004 01:33:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52BBB43D1D; Tue, 29 Jun 2004 01:33:35 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T1XZgq071285; Tue, 29 Jun 2004 01:33:35 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T1XZEj071284; Tue, 29 Jun 2004 01:33:35 GMT (envelope-from njl) Message-Id: <200406290133.i5T1XZEj071284@repoman.freebsd.org> From: Nate Lawson Date: Tue, 29 Jun 2004 01:33: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.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 01:33:35 -0000 njl 2004-06-29 01:33:35 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Include isa/pnpvar.h and remove a duplicate copy of PNP_EISAID. Revision Changes Path 1.168 +2 -13 src/sys/dev/acpica/acpi.c From owner-cvs-src@FreeBSD.ORG Tue Jun 29 02:30: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 B8AC016A4D1; Tue, 29 Jun 2004 02:30:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0398B43D1D; Tue, 29 Jun 2004 02:30:13 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T2UCiH072671; Tue, 29 Jun 2004 02:30:12 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T2UCMt072670; Tue, 29 Jun 2004 02:30:12 GMT (envelope-from jhb) Message-Id: <200406290230.i5T2UCMt072670@repoman.freebsd.org> From: John Baldwin Date: Tue, 29 Jun 2004 02:30: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/conf NOTES options src/sys/kern subr_sleepqueue.c subr_turnstile.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 02:30:25 -0000 jhb 2004-06-29 02:30:12 UTC FreeBSD src repository Modified files: sys/conf NOTES options sys/kern subr_sleepqueue.c subr_turnstile.c Log: Add two new kernel options to allow rudimentary profiling of the internal hash tables used in the sleep queue and turnstile code. Each option adds a sysctl tree under debug containing the maximum depth of any bucket in the hash table as well as a separate node for each bucket (or chain) containing the current depth and maximum depth for that bucket. Revision Changes Path 1.1237 +8 -0 src/sys/conf/NOTES 1.457 +2 -0 src/sys/conf/options 1.9 +41 -0 src/sys/kern/subr_sleepqueue.c 1.143 +48 -3 src/sys/kern/subr_turnstile.c From owner-cvs-src@FreeBSD.ORG Tue Jun 29 02:30: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 E1F9A16A4D0; Tue, 29 Jun 2004 02:30:24 +0000 (GMT) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3046743D41; Tue, 29 Jun 2004 02:30:23 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i5T2UG5v030665; Tue, 29 Jun 2004 12:30:16 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i5T2UDnl010660; Tue, 29 Jun 2004 12:30:14 +1000 Date: Tue, 29 Jun 2004 12:30:12 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Andrew Gallatin In-Reply-To: <16608.30892.745161.730935@grasshopper.cs.duke.edu> Message-ID: <20040629114614.T2908@gamplex.bde.org> References: <200406281915.i5SJFeaV060231@repoman.freebsd.org> <20040628193858.GG5635@green.homeunix.org> <16608.30892.745161.730935@grasshopper.cs.duke.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Brian Fundakowski Feldman cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 02:30:25 -0000 On Mon, 28 Jun 2004, Andrew Gallatin wrote: > Brian Fundakowski Feldman writes: > > On Mon, Jun 28, 2004 at 03:22:33PM -0400, Andrew Gallatin wrote: > > > Andrew Gallatin [gallatin@FreeBSD.org] wrote: > > > > gallatin 2004-06-28 19:15:40 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > sys/vm vm_map.c > > > > Log: > > > > Fix alpha - the use of min() on longs was loosing the high bits and > > > > returning wrong answers, leading to strange values vm2->vm_{s,t,d}size. MIN() and MAX() should not be used in the kernel. 4.4BSD removed them in the kernel, but FreeBSD broke this in rev.1.141 of sys/param.h. They remain removed in RELENG_4. > > > Why are min() and max() inlines which operate on ints? This seems > > > like a real landmine for 64-bit platforms.. They actually operate on unsigned ints. This is because they are declared to do so. C doesn't have any overloaded or type-generic functions, so min()/max() must operate on some type, and that type happens to be unsigned int. Another common error is sign extension bugs from using min() and max() where imin() or imax() should be used, or vice versa. The min()/max() family is hard to use, especially on typedefed types. MIN()/MAX() is more type-generic, but has side effects and has the same problems for mixing of signed types with unsigned types. gcc with certain warning options now detects sign mismatches in comparisions, but the implicit casts in the function versions lose the sign information before the comparisions are done. > > Also, why is GCC not generating the correct warnings? The values passed > > in were definitely a 64-bit type. Thanks for finding and fixing this. > > I wish I knew. I'm afraid this may bite us at some other point? gcc -Wconversion reports both size and sign mismatches: %%% Script started on Tue Jun 29 12:05:20 2004 ttyv6:bde@gamplex:/tmp> cat z.c #define _KERNEL #include #include long long x; int i; int main() { return (min(x, i)); } ttyv6:bde@gamplex:/tmp> cc -Wconversion -c z.c z.c: In function `main': z.c:11: warning: passing arg 1 of `min' with different width due to prototype z.c:11: warning: passing arg 2 of `min' as unsigned due to prototype ttyv6:bde@gamplex:/tmp> exit Script done on Tue Jun 29 12:05:30 2004 %%% but -Wconversion is not used by default since it would be too noisy. It also complains about harmless conversions like promoting 32 bit ints to 64-bit ints. > > The inlines seem to exist to work around the effect of using macros > > unknowingly on statements with side effects. These should really be > > MIN(), and there seems to have been an extra tab that crept in. Do > > you think you could change those things? > > Sure. Already done. Thanks for the blessing to use MIN(). MIN() should really not be used. I once started to fix this by using sizeof() and __typeof() to decide the correct version of the min()/max() family to call, and comparing the choice with programmers' choices by examing the object files. __typeof() can be used even more simply to write safe versions of MIN() and MAX(), but it shouldn't be used because it is a gccism. Part of the unfinished code is: %%% #define __min(x, y) \ ( \ (sizeof(x) == 8 || sizeof(y) == 8) ? \ ((__typeof(x))-1 == -1 && (__typeof(y))-1 == -1) ? \ _qmin((x), (y)) \ : \ _uqmin((x), (y)) \ : \ ((__typeof(x))-1 == -1 && (__typeof(y))-1 == -1) ? \ _imin((x), (y)) \ : \ _min((x), (y)) \ ) %%% (where _min(), etc. are inline functions identical to the current _min(), etc., and all current min functions are macros expanding to __min(...)) There was little interest in finishing this. I only fixed about 10 serious type mismatches discovered by using it. Things are more complicated now with multiple arches and more typdefed types, but the hard-coded 8 in the above still works for all supported arches. It depends mainly on ints being smaller than quads and longs having the same size as either ints or quads. Bruce From owner-cvs-src@FreeBSD.ORG Tue Jun 29 02:44:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0EAB16A4CE; Tue, 29 Jun 2004 02:44:50 +0000 (GMT) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 427D743D53; Tue, 29 Jun 2004 02:44:50 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i5T2il5v003722; Tue, 29 Jun 2004 12:44:47 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i5T2iinl016126; Tue, 29 Jun 2004 12:44:45 +1000 Date: Tue, 29 Jun 2004 12:44:44 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Andrew Gallatin In-Reply-To: <16608.36423.596831.48148@grasshopper.cs.duke.edu> Message-ID: <20040629123426.G2908@gamplex.bde.org> References: <200406281915.i5SJFeaV060231@repoman.freebsd.org> <20040628193858.GG5635@green.homeunix.org> <20040628201821.GA23618@green.homeunix.org> <16608.36423.596831.48148@grasshopper.cs.duke.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Brian Fundakowski Feldman cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 02:44:51 -0000 On Mon, 28 Jun 2004, Andrew Gallatin wrote: > Brian Fundakowski Feldman writes: > > > > GCC not actually type-checking here is certainly a bug from my > > viewpoint and one whose existence makes me more than a little > > worried about further problems with min() and friends (ones that > > I did not introduced ;). Are there any GCC experts that can help > > out, here? > > > > -Wconversion would find this.. > > -Wconversion > Warn if a prototype causes a type conversion that is different > from what would happen to the same argument in the absence of a > prototype. This includes conversions of fixed point to floating > and vice versa, and conversions changing the width or signedness > of a fixed point argument except when the same as the default > promotion. > > However its a little bit too restrictive, as it complains about any ^^^^^^ big :-) > mismatch and the compile doesn't get even one C file done before > erroring out. > > If I add -Wconversion to my cflags, it first trips on sys/bus.h > (harmless passing of "1" to a function taking a long), > and then it pukes all over atomic.h: > > In file included from ../../../sys/systm.h:41, > from ../../../cam/cam.c:35: > machine/atomic.h: In function `atomic_set_acq_8': > machine/atomic.h:308: warning: passing arg 2 of `atomic_set_8' with different width due to prototype > machine/atomic.h: In function `atomic_set_rel_8': > machine/atomic.h:308: warning: passing arg 2 of `atomic_set_8' with different width due to prototype > > Any idea what its problem is? This is a FAQ, but I couldn't find the answer in gcc.info. The problem is that -Wconversion doesn't do what you want. It was intended for discovering portability problems in K&R code and/or old code that doesn't always have prototypes in scope. The default promotions can work, but not if there is a prototype that sometimes forces wider args. I forget if the signedness warning was there originally. Signedness mismatches for parameters are subtler than size mismatches and tend to get "fixed" by 2 bogus conversions canceling each other. Bruce From owner-cvs-src@FreeBSD.ORG Tue Jun 29 03:13: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 64E2916A4CE; Tue, 29 Jun 2004 03:13:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 470FD43D41; Tue, 29 Jun 2004 03:13:54 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T3DsWW074202; Tue, 29 Jun 2004 03:13:54 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T3DshE074201; Tue, 29 Jun 2004 03:13:54 GMT (envelope-from peter) Message-Id: <200406290313.i5T3DshE074201@repoman.freebsd.org> From: Peter Wemm Date: Tue, 29 Jun 2004 03:13: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/kern link_elf_obj.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 03:13:54 -0000 peter 2004-06-29 03:13:54 UTC FreeBSD src repository Modified files: sys/kern link_elf_obj.c Log: Wrap long line. Revision Changes Path 1.85 +3 -1 src/sys/kern/link_elf_obj.c From owner-cvs-src@FreeBSD.ORG Tue Jun 29 03:31: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 7CCE916A4CF; Tue, 29 Jun 2004 03:31:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F7A243D5C; Tue, 29 Jun 2004 03:31:20 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T3VKM5074810; Tue, 29 Jun 2004 03:31:20 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T3VKuR074809; Tue, 29 Jun 2004 03:31:20 GMT (envelope-from imp) Message-Id: <200406290331.i5T3VKuR074809@repoman.freebsd.org> From: Warner Losh Date: Tue, 29 Jun 2004 03:31:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT avail X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 03:31:20 -0000 imp 2004-06-29 03:31:20 UTC FreeBSD src repository Modified files: . avail Log: Let me commit to gdb Revision Changes Path 1.216 +1 -1 CVSROOT/avail From owner-cvs-src@FreeBSD.ORG Tue Jun 29 03:32: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 0536E16A4CE; Tue, 29 Jun 2004 03:32:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC3DF43D3F; Tue, 29 Jun 2004 03:32:11 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T3WBoP074866; Tue, 29 Jun 2004 03:32:11 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T3WBHx074865; Tue, 29 Jun 2004 03:32:11 GMT (envelope-from imp) Message-Id: <200406290332.i5T3WBHx074865@repoman.freebsd.org> From: Warner Losh Date: Tue, 29 Jun 2004 03:32:11 +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/binutils 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, 29 Jun 2004 03:32:12 -0000 imp 2004-06-29 03:32:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) gnu/usr.bin/binutils Makefile Log: Put the candle back: we removed gdbserver in the last commit for reasons no one can recall now, likely related to breakage in current. Approved by: obrien Revision Changes Path 1.11.2.6 +1 -1 src/gnu/usr.bin/binutils/Makefile From owner-cvs-src@FreeBSD.ORG Tue Jun 29 03:33: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 F40A016A4CE; Tue, 29 Jun 2004 03:33:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8E8243D31; Tue, 29 Jun 2004 03:33:02 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T3X2uN074940; Tue, 29 Jun 2004 03:33:02 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T3X2vm074939; Tue, 29 Jun 2004 03:33:02 GMT (envelope-from imp) Message-Id: <200406290333.i5T3X2vm074939@repoman.freebsd.org> From: Warner Losh Date: Tue, 29 Jun 2004 03: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: CVSROOT avail X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 03:33:03 -0000 imp 2004-06-29 03:33:02 UTC FreeBSD src repository Modified files: . avail Log: no longer need to commit to gdb Revision Changes Path 1.217 +1 -1 CVSROOT/avail From owner-cvs-src@FreeBSD.ORG Tue Jun 29 03: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 7524016A4CE; Tue, 29 Jun 2004 03:39:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A82D43D1F; Tue, 29 Jun 2004 03:39:19 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T3d6mh075162; Tue, 29 Jun 2004 03:39:06 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T3d6HB075161; Tue, 29 Jun 2004 03:39:06 GMT (envelope-from darrenr) Message-Id: <200406290339.i5T3d6HB075161@repoman.freebsd.org> From: Darren Reed Date: Tue, 29 Jun 2004 03:39:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/ipfilter/netinet fil.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 03:39:19 -0000 darrenr 2004-06-29 03:39:06 UTC FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet fil.c Log: Mess from update & merge - don't release the ifnet lock twice, just once and after we're finished with it. Revision Changes Path 1.39 +0 -3 src/sys/contrib/ipfilter/netinet/fil.c From owner-cvs-src@FreeBSD.ORG Tue Jun 29 03:48: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 37B6B16A4CE; Tue, 29 Jun 2004 03:48:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BDE343D54; Tue, 29 Jun 2004 03:48:53 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T3mnUY075415; Tue, 29 Jun 2004 03:48:49 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T3mnAC075414; Tue, 29 Jun 2004 03:48:49 GMT (envelope-from jhb) Message-Id: <200406290348.i5T3mnAC075414@repoman.freebsd.org> From: John Baldwin Date: Tue, 29 Jun 2004 03:48:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_turnstile.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 03:48:53 -0000 jhb 2004-06-29 03:48:49 UTC FreeBSD src repository Modified files: sys/kern subr_turnstile.c Log: Oops, this didn't make it into my submit before I committed: Defer creation of the sysctl tree for the turnstile profiling stats until a SI_SUB_LOCK sysinit. Doing it in init_turnstiles() is too early as it is called before mi_startup(). Revision Changes Path 1.144 +19 -7 src/sys/kern/subr_turnstile.c From owner-cvs-src@FreeBSD.ORG Tue Jun 29 07:22: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 4935416A4CE; Tue, 29 Jun 2004 07:22:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32E8943D1F; Tue, 29 Jun 2004 07:22:00 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T7M0VJ081486; Tue, 29 Jun 2004 07:22:00 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T7LxYJ081485; Tue, 29 Jun 2004 07:21:59 GMT (envelope-from den) Message-Id: <200406290721.i5T7LxYJ081485@repoman.freebsd.org> From: Denis Peplin Date: Tue, 29 Jun 2004 07:21:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/ru_RU.KOI8-R/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 07:22:00 -0000 den 2004-06-29 07:21:59 UTC FreeBSD src repository (doc committer) Modified files: release/doc/ru_RU.KOI8-R/relnotes/common new.sgml Log: MFen 1.732 Content fix * Submitted by: Sergey Matveychuk [*] Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.2 +5 -4 src/release/doc/ru_RU.KOI8-R/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Tue Jun 29 07:40: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 2030616A4CE; Tue, 29 Jun 2004 07:40:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08E8343D3F; Tue, 29 Jun 2004 07:40:39 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T7ecXw082014; Tue, 29 Jun 2004 07:40:38 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T7ecEx082013; Tue, 29 Jun 2004 07:40:38 GMT (envelope-from brian) Message-Id: <200406290740.i5T7ecEx082013@repoman.freebsd.org> From: Brian Somers Date: Tue, 29 Jun 2004 07:40: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/usr.sbin/ppp tcpmss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 07:40:39 -0000 brian 2004-06-29 07:40:38 UTC FreeBSD src repository Modified files: usr.sbin/ppp tcpmss.c Log: Reduce MAXMSS limit by 12 bytes to allow for rfc 1323. PR: 32717 Submitted by: MORI Kouji MFC after: 2 weeks Revision Changes Path 1.7 +1 -1 src/usr.sbin/ppp/tcpmss.c From owner-cvs-src@FreeBSD.ORG Tue Jun 29 07:48: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 07B4116A4CE; Tue, 29 Jun 2004 07:48:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E677043D46; Tue, 29 Jun 2004 07:48:43 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T7mhK2082194; Tue, 29 Jun 2004 07:48:43 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T7mhC6082193; Tue, 29 Jun 2004 07:48:43 GMT (envelope-from brian) Message-Id: <200406290748.i5T7mhC6082193@repoman.freebsd.org> From: Brian Somers Date: Tue, 29 Jun 2004 07:48:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ppp ppp.8.m4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 07:48:44 -0000 brian 2004-06-29 07:48:43 UTC FreeBSD src repository Modified files: usr.sbin/ppp ppp.8.m4 Log: Mention that ``set mtu max'' is necessary for PPPoE. PR: 32040 MFC after: 2 weeks Revision Changes Path 1.309 +3 -0 src/usr.sbin/ppp/ppp.8.m4 From owner-cvs-src@FreeBSD.ORG Tue Jun 29 08:33: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 0E19C16A4CE; Tue, 29 Jun 2004 08:33:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E754043D39; Tue, 29 Jun 2004 08:33:58 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T8XwoO083326; Tue, 29 Jun 2004 08:33:58 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T8XwOU083325; Tue, 29 Jun 2004 08:33:58 GMT (envelope-from phk) Message-Id: <200406290833.i5T8XwOU083325@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 29 Jun 2004 08:33:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 08:33:59 -0000 phk 2004-06-29 08:33:58 UTC FreeBSD src repository Modified files: sys/geom geom_disk.c Log: Fix regression in last commit. Revision Changes Path 1.89 +1 -1 src/sys/geom/geom_disk.c From owner-cvs-src@FreeBSD.ORG Tue Jun 29 10:07: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 CB2D016A4CE; Tue, 29 Jun 2004 10:07:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE91C43D1D; Tue, 29 Jun 2004 10:07:47 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TA7ZYc086466; Tue, 29 Jun 2004 10:07:35 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TA7ZmV086465; Tue, 29 Jun 2004 10:07:35 GMT (envelope-from dwmalone) Message-Id: <200406291007.i5TA7ZmV086465@repoman.freebsd.org> From: David Malone Date: Tue, 29 Jun 2004 10:07: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/usr.sbin/syslogd syslog.conf.5 syslogd.8 syslogd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 10:07:48 -0000 dwmalone 2004-06-29 10:07:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/syslogd syslog.conf.5 syslogd.8 syslogd.c Log: Sync syslogd with -current, except the -o option. Includes: 1.128 Terminate program names if we hit a '/'. 1.127 Log file name may be prefixed by a '-' if it shouldn't be synced. 1.126 Be more careful about using using the file descriptor f_file. 1.125 String fixes (inspired by OpenBSD). 1.124 Warn about paths that are too long (OpenBSD). 1.123 Fix some not-in-practice bugs to do with log levels. 1.122 Update some comments. 1.121 Warns fixes. Revision Changes Path 1.16.2.13 +20 -0 src/usr.sbin/syslogd/syslog.conf.5 1.22.2.17 +1 -1 src/usr.sbin/syslogd/syslogd.8 1.59.2.29 +62 -31 src/usr.sbin/syslogd/syslogd.c From owner-cvs-src@FreeBSD.ORG Tue Jun 29 12:13: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 C217616A4CF; Tue, 29 Jun 2004 12:13:19 +0000 (GMT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 804D743D1F; Tue, 29 Jun 2004 12:13:19 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id i5TCDIqM025107 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 29 Jun 2004 08:13:18 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i5TCDB0Y004212; Tue, 29 Jun 2004 08:13:11 -0400 (EDT) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16609.23767.245708.270218@grasshopper.cs.duke.edu> Date: Tue, 29 Jun 2004 08:13:11 -0400 (EDT) To: Bruce Evans In-Reply-To: <20040629114614.T2908@gamplex.bde.org> References: <200406281915.i5SJFeaV060231@repoman.freebsd.org> <20040628152232.A2977@grasshopper.cs.duke.edu> <20040628193858.GG5635@green.homeunix.org> <16608.30892.745161.730935@grasshopper.cs.duke.edu> <20040629114614.T2908@gamplex.bde.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: Brian Fundakowski Feldman cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 12:13:19 -0000 Bruce Evans writes: > On Mon, 28 Jun 2004, Andrew Gallatin wrote: > > > Brian Fundakowski Feldman writes: > > > On Mon, Jun 28, 2004 at 03:22:33PM -0400, Andrew Gallatin wrote: > > > > Andrew Gallatin [gallatin@FreeBSD.org] wrote: > > > > > gallatin 2004-06-28 19:15:40 UTC > > > > > > > > > > FreeBSD src repository > > > > > > > > > > Modified files: > > > > > sys/vm vm_map.c > > > > > Log: > > > > > Fix alpha - the use of min() on longs was loosing the high bits and > > > > > returning wrong answers, leading to strange values vm2->vm_{s,t,d}size. > > MIN() and MAX() should not be used in the kernel. 4.4BSD removed them in > the kernel, but FreeBSD broke this in rev.1.141 of sys/param.h. They > remain removed in RELENG_4. > OK. Then what's the correct fix? ulmin()? Thanks, Drew From owner-cvs-src@FreeBSD.ORG Tue Jun 29 14:32: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 B438516A4CE; Tue, 29 Jun 2004 14:32:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9937F43D31; Tue, 29 Jun 2004 14:32:06 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TEW6UA094572; Tue, 29 Jun 2004 14:32:06 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TEW6nc094571; Tue, 29 Jun 2004 14:32:06 GMT (envelope-from njl) Message-Id: <200406291432.i5TEW6nc094571@repoman.freebsd.org> From: Nate Lawson Date: Tue, 29 Jun 2004 14:32:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_quirks X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 14:32:06 -0000 njl 2004-06-29 14:32:06 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_quirks Log: Use a default of the FADT for matching CreatorId quirks. Use XSDT to mean "match either RSDT or XSDT." Revision Changes Path 1.3 +6 -6 src/sys/dev/acpica/acpi_quirks From owner-cvs-src@FreeBSD.ORG Tue Jun 29 15:27: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 3968716A4CE; Tue, 29 Jun 2004 15:27:40 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF1F743D2D; Tue, 29 Jun 2004 15:27:39 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id B5FA3ACAE0; Tue, 29 Jun 2004 17:27:37 +0200 (CEST) Date: Tue, 29 Jun 2004 17:27:37 +0200 From: Pawel Jakub Dawidek To: =?iso-8859-2?Q?S=F8ren?= Schmidt Message-ID: <20040629152737.GT12007@darkness.comp.waw.pl> References: <200406151102.i5FB29Wm025585@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lGhJq/3cnWXtp5mv" Content-Disposition: inline In-Reply-To: <200406151102.i5FB29Wm025585@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/ata ata-chipset.c ata-pci.c ata-pci.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, 29 Jun 2004 15:27:40 -0000 --lGhJq/3cnWXtp5mv Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 15, 2004 at 11:02:09AM +0000, S=F8ren Schmidt wrote: +> sos 2004-06-15 11:02:09 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h=20 +> Log: +> Increase robustness of SATA handling. Ok, I've another problem with this change. I've two SiI controller (one in PCI slot and one onboard): atapci0@pci1:6:0: class=3D0x010400 card=3D0x61121095 chip=3D0x3112109= 5 rev=3D0x02 hdr=3D0x00 vendor =3D 'Silicon Image Inc (Was: CMD Technology Inc)' device =3D 'SiI 3112 SATARaid Controller' class =3D mass storage subclass =3D RAID atapci1@pci1:12:0: class=3D0x010400 card=3D0x61121095 chip=3D0x3112109= 5 rev=3D0x02 hdr=3D0x00 vendor =3D 'Silicon Image Inc (Was: CMD Technology Inc)' device =3D 'SiI 3112 SATARaid Controller' class =3D mass storage subclass =3D RAID I've four SerialATA disks and on heavy/medium load I get such errors: ad4: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=3D154908467 ad8: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=3D139638081 ad4: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=3D154909363 ad4: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=3D154908467 ad4: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=3D139805997 ad10: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=3D139800573 ad10: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=3D139800573 ad4: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=3D154908467 ad8: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=3D139812373 ad8: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=3D139873213 --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --lGhJq/3cnWXtp5mv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA4YppForvXbEpPzQRAjH0AJ9STv7/B178AseeUye6MQs7vICncwCeJT6a dtJzsMkauIDQVjQ4lcWFqUU= =WCyN -----END PGP SIGNATURE----- --lGhJq/3cnWXtp5mv-- From owner-cvs-src@FreeBSD.ORG Tue Jun 29 15:41: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 0640216A4CE; Tue, 29 Jun 2004 15:41:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF13A43D41; Tue, 29 Jun 2004 15:41:05 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TFf5j0096523; Tue, 29 Jun 2004 15:41:05 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TFf5TY096522; Tue, 29 Jun 2004 15:41:05 GMT (envelope-from scottl) Message-Id: <200406291541.i5TFf5TY096522@repoman.freebsd.org> From: Scott Long Date: Tue, 29 Jun 2004 15:41: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/sys/i386/conf LINT X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 15:41:06 -0000 scottl 2004-06-29 15:41:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/conf LINT Log: Document scsi bus wiring better. PR: kern/50741 Revision Changes Path 1.749.2.168 +8 -0 src/sys/i386/conf/LINT From owner-cvs-src@FreeBSD.ORG Tue Jun 29 15:46: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 EC3B416A4CE; Tue, 29 Jun 2004 15:46:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D168043D46; Tue, 29 Jun 2004 15:46:12 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TFkCCA096738; Tue, 29 Jun 2004 15:46:12 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TFkCxR096737; Tue, 29 Jun 2004 15:46:12 GMT (envelope-from marks) Message-Id: <200406291546.i5TFkCxR096737@repoman.freebsd.org> From: Mark Santcroos Date: Tue, 29 Jun 2004 15:46: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/netgraph ng_device.c ng_device.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, 29 Jun 2004 15:46:13 -0000 marks 2004-06-29 15:46:12 UTC FreeBSD src repository Modified files: sys/netgraph ng_device.c ng_device.h Log: Remove 3rd clause from the licence. Approved by: njl Revision Changes Path 1.9 +0 -2 src/sys/netgraph/ng_device.c 1.3 +0 -2 src/sys/netgraph/ng_device.h From owner-cvs-src@FreeBSD.ORG Tue Jun 29 15:57: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 24ECC16A4CF; Tue, 29 Jun 2004 15:57:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DA3343D49; Tue, 29 Jun 2004 15:57:10 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TFv5XM097110; Tue, 29 Jun 2004 15:57:05 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TFv5rm097109; Tue, 29 Jun 2004 15:57:05 GMT (envelope-from peter) Message-Id: <200406291557.i5TFv5rm097109@repoman.freebsd.org> From: Peter Wemm Date: Tue, 29 Jun 2004 15:57:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 pmap.c src/sys/i386/include pmap.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 15:57:10 -0000 peter 2004-06-29 15:57:05 UTC FreeBSD src repository Modified files: sys/i386/i386 pmap.c sys/i386/include pmap.h Log: Reduce the size of pv entries by 15%. This saves 1MB of KVA for mapping pv entries per 1GB of user virtual memory. (eg: if we had 1GB file was mmaped into 30 processes, that would theoretically reduce the KVA demand by 30MB for pv entries. In reality though, we limit pv entries so we don't have that many at once.) We used to store the vm_page_t for the page table page. But we recently had the pa of the ptp, or can calculate it fairly quickly. If we wanted to avoid the shift/mask operation in pmap_pde(), we could recover the pa but that means we have to store it for a while. This does not measurably change performance. Suggested by: alc Tested by: alc Revision Changes Path 1.479 +15 -16 src/sys/i386/i386/pmap.c 1.112 +0 -1 src/sys/i386/include/pmap.h From owner-cvs-src@FreeBSD.ORG Tue Jun 29 16:11: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 BE53C16A4CE; Tue, 29 Jun 2004 16:11:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 876C443D31; Tue, 29 Jun 2004 16:11:06 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TGArXl098016; Tue, 29 Jun 2004 16:10:53 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TGArU8098015; Tue, 29 Jun 2004 16:10:53 GMT (envelope-from des) Message-Id: <200406291610.i5TGArU8098015@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 29 Jun 2004 16:10: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/contrib/cvs AUTHORS BUGS ChangeLog FAQ FREEBSD-upgrade HACKING INSTALL Makefile.am Makefile.in NEWS README TESTS TODO acinclude.m4 aclocal.m4 config.h.in configure... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 16:11:06 -0000 des 2004-06-29 16:10:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) contrib/cvs AUTHORS BUGS ChangeLog FAQ FREEBSD-upgrade HACKING INSTALL Makefile.am Makefile.in NEWS README TESTS TODO acinclude.m4 aclocal.m4 config.h.in configure configure.in depcomp contrib/cvs/contrib ChangeLog Makefile.am Makefile.in check_cvs.in commit_prep.in cvs2vendor.sh log_accum.in rcs2log.sh rcs2sccs.sh sccs2rcs.in contrib/cvs/diff ChangeLog Makefile.am Makefile.in diff.c diff3.c diffrun.h io.c system.h util.c contrib/cvs/doc ChangeLog Makefile.am Makefile.in cvs.texinfo cvsclient.texi stamp-1 stamp-vti version-client.texi version.texi contrib/cvs/lib ChangeLog Makefile.am Makefile.in fncase.c getdate.y mkdir.c regex.c system.h wait.h contrib/cvs/man ChangeLog Makefile.am Makefile.in cvs.1 cvs.5 contrib/cvs/src ChangeLog Makefile.am Makefile.in add.c admin.c annotate.c buffer.c buffer.h checkin.c checkout.c classify.c client.c client.h commit.c create_adm.c cvs.h cvsbug.in cvsrc.c diff.c edit.c edit.h entries.c error.c expand_path.c fileattr.c fileattr.h filesubr.c find_names.c hardlink.c hash.c hash.h history.c ignore.c import.c lock.c log.c login.c logmsg.c main.c mkmodules.c modules.c myndbm.c no_diff.c parseinfo.c patch.c rcs.c rcs.h rcscmds.c recurse.c release.c remove.c repos.c root.c root.h run.c sanity.sh server.c server.h status.c subr.c tag.c update.c update.h vers_ts.c watch.c watch.h wrapper.c zlib.c contrib/cvs/tools ChangeLog Makefile.am Makefile.in gnu/usr.bin/cvs/cvs Makefile gnu/usr.bin/cvs/cvsbug Makefile gnu/usr.bin/cvs/lib Makefile config.h.proto gnu/usr.bin/cvs/libdiff Makefile Added files: (Branch: RELENG_4) contrib/cvs mktemp.sh contrib/cvs/doc cvs.1 cvs.man.footer cvs.man.header mkman.in contrib/cvs/lib getpass.c xsize.h contrib/cvs/src history.h stack.c stack.h Log: MFC: upgrade to 1.11.17. Approved by: peter Revision Changes Path 1.1.1.1.2.2 +86 -2 src/contrib/cvs/AUTHORS 1.1.1.6.2.1 +39 -154 src/contrib/cvs/BUGS 1.1.1.8.2.6 +909 -0 src/contrib/cvs/ChangeLog 1.1.1.4.2.3 +4 -2 src/contrib/cvs/FAQ 1.7.2.5 +5 -25 src/contrib/cvs/FREEBSD-upgrade 1.1.1.4.2.3 +19 -0 src/contrib/cvs/HACKING 1.1.1.6.2.6 +31 -36 src/contrib/cvs/INSTALL 1.1.1.1.2.4 +6 -3 src/contrib/cvs/Makefile.am 1.1.1.6.2.5 +179 -72 src/contrib/cvs/Makefile.in 1.1.1.6.2.6 +402 -4 src/contrib/cvs/NEWS 1.1.1.3.6.3 +4 -85 src/contrib/cvs/README 1.1.1.4.2.3 +9 -2 src/contrib/cvs/TESTS 1.1.1.5.2.5 +15 -36 src/contrib/cvs/TODO 1.1.1.1.2.4 +89 -1 src/contrib/cvs/acinclude.m4 1.1.1.1.2.4 +254 -102 src/contrib/cvs/aclocal.m4 1.1.1.6.2.6 +28 -5 src/contrib/cvs/config.h.in 1.1.1.7.2.6 +5385 -1754 src/contrib/cvs/configure 1.1.1.7.2.6 +175 -35 src/contrib/cvs/configure.in 1.1.1.7.2.6 +70 -0 src/contrib/cvs/contrib/ChangeLog 1.1.1.1.2.5 +3 -1 src/contrib/cvs/contrib/Makefile.am 1.1.1.4.2.6 +105 -45 src/contrib/cvs/contrib/Makefile.in 1.1.1.1.4.2 +105 -38 src/contrib/cvs/contrib/check_cvs.in 1.1.1.1.2.2 +33 -192 src/contrib/cvs/contrib/commit_prep.in 1.1.1.1.8.1 +6 -1 src/contrib/cvs/contrib/cvs2vendor.sh 1.1.1.1.2.2 +555 -411 src/contrib/cvs/contrib/log_accum.in 1.1.1.3.2.2 +9 -4 src/contrib/cvs/contrib/rcs2log.sh 1.1.1.2.6.2 +5 -1 src/contrib/cvs/contrib/rcs2sccs.sh 1.3.2.4 +44 -9 src/contrib/cvs/contrib/sccs2rcs.in 1.1.1.1.2.3 +200 -118 src/contrib/cvs/depcomp 1.1.1.3.2.5 +51 -0 src/contrib/cvs/diff/ChangeLog 1.1.1.1.2.2 +2 -1 src/contrib/cvs/diff/Makefile.am 1.1.1.3.2.4 +145 -71 src/contrib/cvs/diff/Makefile.in 1.1.1.3.2.4 +3 -1 src/contrib/cvs/diff/diff.c 1.2.2.5 +2 -1 src/contrib/cvs/diff/diff3.c 1.1.1.2.2.1 +1 -1 src/contrib/cvs/diff/diffrun.h 1.1.1.2.2.2 +2 -3 src/contrib/cvs/diff/io.c 1.1.1.2.2.4 +13 -3 src/contrib/cvs/diff/system.h 1.1.1.3.2.2 +4 -2 src/contrib/cvs/diff/util.c 1.1.1.9.2.6 +523 -1 src/contrib/cvs/doc/ChangeLog 1.1.1.1.2.3 +31 -34 src/contrib/cvs/doc/Makefile.am 1.1.1.2.6.5 +282 -176 src/contrib/cvs/doc/Makefile.in 1.1.1.1.2.1 +3708 -0 src/contrib/cvs/doc/cvs.1 (new) 1.1.1.1.2.1 +60 -0 src/contrib/cvs/doc/cvs.man.footer (new) 1.1.1.1.2.1 +61 -0 src/contrib/cvs/doc/cvs.man.header (new) 1.1.1.9.2.5 +473 -462 src/contrib/cvs/doc/cvs.texinfo 1.1.1.8.2.4 +10 -0 src/contrib/cvs/doc/cvsclient.texi 1.1.1.1.2.1 +314 -0 src/contrib/cvs/doc/mkman.in (new) 1.1.1.1.2.4 +4 -4 src/contrib/cvs/doc/stamp-1 1.1.1.1.2.4 +4 -4 src/contrib/cvs/doc/stamp-vti 1.1.1.1.2.4 +4 -4 src/contrib/cvs/doc/version-client.texi 1.1.1.1.2.4 +4 -4 src/contrib/cvs/doc/version.texi 1.1.1.7.2.6 +139 -0 src/contrib/cvs/lib/ChangeLog 1.1.1.1.2.3 +12 -1 src/contrib/cvs/lib/Makefile.am 1.1.1.6.2.5 +166 -81 src/contrib/cvs/lib/Makefile.in 1.1.1.1.8.1 +45 -5 src/contrib/cvs/lib/fncase.c 1.1.1.4.2.5 +18 -0 src/contrib/cvs/lib/getdate.y 1.1.1.1.2.1 +106 -0 src/contrib/cvs/lib/getpass.c (new) 1.1.1.2.6.1 +1 -1 src/contrib/cvs/lib/mkdir.c 1.1.1.3.6.3 +1 -1 src/contrib/cvs/lib/regex.c 1.1.1.5.6.3 +108 -59 src/contrib/cvs/lib/system.h 1.1.1.2.6.1 +3 -0 src/contrib/cvs/lib/wait.h 1.1.1.1.2.1 +110 -0 src/contrib/cvs/lib/xsize.h (new) 1.1.1.5.2.5 +55 -0 src/contrib/cvs/man/ChangeLog 1.1.1.1.2.2 +4 -2 src/contrib/cvs/man/Makefile.am 1.1.1.3.2.5 +115 -93 src/contrib/cvs/man/Makefile.in 1.15.2.7 +14 -23 src/contrib/cvs/man/cvs.1 1.1.1.1.8.2 +1 -1 src/contrib/cvs/man/cvs.5 1.1.1.1.2.1 +39 -0 src/contrib/cvs/mktemp.sh (new) 1.1.1.9.2.6 +1849 -1 src/contrib/cvs/src/ChangeLog 1.1.1.1.2.5 +8 -3 src/contrib/cvs/src/Makefile.am 1.1.1.6.2.6 +160 -79 src/contrib/cvs/src/Makefile.in 1.1.1.7.2.4 +169 -133 src/contrib/cvs/src/add.c 1.1.1.6.2.6 +38 -18 src/contrib/cvs/src/admin.c 1.1.1.1.2.5 +6 -4 src/contrib/cvs/src/annotate.c 1.1.1.3.6.4 +73 -43 src/contrib/cvs/src/buffer.c 1.1.1.3.6.3 +1 -0 src/contrib/cvs/src/buffer.h 1.1.1.4.6.1 +17 -11 src/contrib/cvs/src/checkin.c 1.1.1.8.2.6 +105 -75 src/contrib/cvs/src/checkout.c 1.1.1.5.2.3 +3 -3 src/contrib/cvs/src/classify.c 1.2.2.8 +662 -677 src/contrib/cvs/src/client.c 1.1.1.6.2.3 +8 -12 src/contrib/cvs/src/client.h 1.8.2.6 +412 -422 src/contrib/cvs/src/commit.c 1.1.1.5.2.4 +5 -5 src/contrib/cvs/src/create_adm.c 1.11.2.7 +129 -107 src/contrib/cvs/src/cvs.h 1.1.1.1.2.3 +10 -9 src/contrib/cvs/src/cvsbug.in 1.1.1.5.2.2 +1 -1 src/contrib/cvs/src/cvsrc.c 1.14.2.6 +252 -186 src/contrib/cvs/src/diff.c 1.1.1.6.2.5 +54 -39 src/contrib/cvs/src/edit.c 1.1.1.2.6.1 +8 -5 src/contrib/cvs/src/edit.h 1.1.1.5.2.6 +31 -34 src/contrib/cvs/src/entries.c 1.1.1.5.2.3 +2 -2 src/contrib/cvs/src/error.c 1.1.1.4.2.2 +21 -17 src/contrib/cvs/src/expand_path.c 1.1.1.4.2.2 +1 -1 src/contrib/cvs/src/fileattr.c 1.1.1.4.2.1 +1 -1 src/contrib/cvs/src/fileattr.h 1.6.2.5 +86 -136 src/contrib/cvs/src/filesubr.c 1.1.1.6.2.3 +5 -7 src/contrib/cvs/src/find_names.c 1.1.1.3.2.2 +8 -8 src/contrib/cvs/src/hardlink.c 1.1.1.4.6.2 +10 -5 src/contrib/cvs/src/hash.c 1.1.1.4.6.2 +1 -1 src/contrib/cvs/src/hash.h 1.1.1.6.2.5 +63 -31 src/contrib/cvs/src/history.c 1.1.1.1.2.1 +13 -0 src/contrib/cvs/src/history.h (new) 1.1.1.5.2.4 +45 -63 src/contrib/cvs/src/ignore.c 1.7.2.5 +42 -30 src/contrib/cvs/src/import.c 1.7.2.6 +114 -58 src/contrib/cvs/src/lock.c 1.1.1.5.2.6 +89 -65 src/contrib/cvs/src/log.c 1.3.2.5 +24 -21 src/contrib/cvs/src/login.c 1.6.2.5 +42 -36 src/contrib/cvs/src/logmsg.c 1.18.2.6 +35 -28 src/contrib/cvs/src/main.c 1.9.2.5 +12 -10 src/contrib/cvs/src/mkmodules.c 1.1.1.5.2.5 +82 -71 src/contrib/cvs/src/modules.c 1.1.1.5.2.5 +5 -5 src/contrib/cvs/src/myndbm.c 1.1.1.5.2.1 +5 -4 src/contrib/cvs/src/no_diff.c 1.1.1.7.2.5 +56 -25 src/contrib/cvs/src/parseinfo.c 1.1.1.7.2.6 +96 -80 src/contrib/cvs/src/patch.c 1.19.2.6 +315 -260 src/contrib/cvs/src/rcs.c 1.7.2.5 +27 -22 src/contrib/cvs/src/rcs.h 1.7.2.4 +79 -64 src/contrib/cvs/src/rcscmds.c 1.6.2.6 +78 -26 src/contrib/cvs/src/recurse.c 1.1.1.5.2.3 +39 -17 src/contrib/cvs/src/release.c 1.1.1.5.2.6 +9 -7 src/contrib/cvs/src/remove.c 1.1.1.3.6.3 +16 -16 src/contrib/cvs/src/repos.c 1.1.1.5.2.6 +96 -33 src/contrib/cvs/src/root.c 1.1.1.1.2.2 +15 -10 src/contrib/cvs/src/root.h 1.1.1.5.2.3 +19 -14 src/contrib/cvs/src/run.c 1.1.1.8.2.6 +5532 -1918 src/contrib/cvs/src/sanity.sh 1.13.2.8 +629 -557 src/contrib/cvs/src/server.c 1.1.1.6.2.2 +42 -17 src/contrib/cvs/src/server.h 1.1.1.1.2.1 +187 -0 src/contrib/cvs/src/stack.c (new) 1.1.1.1.2.1 +18 -0 src/contrib/cvs/src/stack.h (new) 1.1.1.6.2.4 +15 -8 src/contrib/cvs/src/status.c 1.1.1.7.2.5 +208 -50 src/contrib/cvs/src/subr.c 1.1.1.6.2.6 +60 -70 src/contrib/cvs/src/tag.c 1.6.2.7 +241 -181 src/contrib/cvs/src/update.c 1.1.1.2.6.5 +3 -3 src/contrib/cvs/src/update.h 1.1.1.6.2.5 +11 -10 src/contrib/cvs/src/vers_ts.c 1.1.1.5.2.5 +13 -10 src/contrib/cvs/src/watch.c 1.1.1.2.6.1 +1 -1 src/contrib/cvs/src/watch.h 1.1.1.7.2.4 +28 -8 src/contrib/cvs/src/wrapper.c 1.1.1.3.2.4 +143 -37 src/contrib/cvs/src/zlib.c 1.1.1.4.2.4 +18 -0 src/contrib/cvs/tools/ChangeLog 1.1.1.1.2.2 +3 -2 src/contrib/cvs/tools/Makefile.am 1.1.1.4.2.4 +100 -43 src/contrib/cvs/tools/Makefile.in 1.32.2.7 +8 -5 src/gnu/usr.bin/cvs/cvs/Makefile 1.11.2.8 +3 -3 src/gnu/usr.bin/cvs/cvsbug/Makefile 1.19.2.5 +6 -5 src/gnu/usr.bin/cvs/lib/Makefile 1.16.2.2 +3 -1 src/gnu/usr.bin/cvs/lib/config.h.proto 1.4.2.5 +3 -1 src/gnu/usr.bin/cvs/libdiff/Makefile From owner-cvs-src@FreeBSD.ORG Tue Jun 29 18:52: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 ABD8516A4CE; Tue, 29 Jun 2004 18:52:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6CBA43D4C; Tue, 29 Jun 2004 18:52:20 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TIqDNB002925; Tue, 29 Jun 2004 18:52:13 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TIqD6N002924; Tue, 29 Jun 2004 18:52:13 GMT (envelope-from eik) Message-Id: <200406291852.i5TIqD6N002924@repoman.freebsd.org> From: Oliver Eikemeier Date: Tue, 29 Jun 2004 18:52:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pkg_install/lib lib.h version.c src/usr.sbin/pkg_install/version perform.c test-pkg_version.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 18:52:21 -0000 eik 2004-06-29 18:52:13 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/lib lib.h version.c usr.sbin/pkg_install/version perform.c test-pkg_version.sh Log: - complete rewrite of the version number parsing code, restoring compatibiliy of 5.x with 4.x and portupgrade - parse version numbers of ports containing an underscore followed by a number correctly - handle special strings pl, alpha, beta, pre and rc PR: 56961 Revision Changes Path 1.50 +0 -1 src/usr.sbin/pkg_install/lib/lib.h 1.5 +240 -83 src/usr.sbin/pkg_install/lib/version.c 1.7 +6 -3 src/usr.sbin/pkg_install/version/perform.c 1.5 +19 -0 src/usr.sbin/pkg_install/version/test-pkg_version.sh From owner-cvs-src@FreeBSD.ORG Tue Jun 29 18:54: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 D6A1E16A4CF; Tue, 29 Jun 2004 18:54:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBE2943D2D; Tue, 29 Jun 2004 18:54:47 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TIslkI003132; Tue, 29 Jun 2004 18:54:47 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TIslGm003131; Tue, 29 Jun 2004 18:54:47 GMT (envelope-from eik) Message-Id: <200406291854.i5TIslGm003131@repoman.freebsd.org> From: Oliver Eikemeier Date: Tue, 29 Jun 2004 18:54: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/usr.sbin/pkg_install/delete main.c perform.c pkg_delete.1 src/usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 src/usr.sbin/pkg_install/lib lib.h match.c... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 18:54:48 -0000 eik 2004-06-29 18:54:47 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/delete main.c perform.c pkg_delete.1 usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 usr.sbin/pkg_install/lib lib.h match.c usr.sbin/pkg_install/version main.c perform.c pkg_version.1 version.h Log: - match package version numbers with relational operators - use glob patterns when matching packages by origin - csh-style {...} choices in glob matching - pkg_info: new flag -E (list matching package names only) - pkg_version: new flag -T (test if a given name matches a pattern) - new flag -X (interpret pattern as an extended regular expression) PR: 56961 Revision Changes Path 1.26 +6 -2 src/usr.sbin/pkg_install/delete/main.c 1.39 +1 -0 src/usr.sbin/pkg_install/delete/perform.c 1.29 +10 -3 src/usr.sbin/pkg_install/delete/pkg_delete.1 1.27 +2 -0 src/usr.sbin/pkg_install/info/info.h 1.45 +11 -3 src/usr.sbin/pkg_install/info/main.c 1.52 +29 -1 src/usr.sbin/pkg_install/info/perform.c 1.50 +22 -2 src/usr.sbin/pkg_install/info/pkg_info.1 1.51 +2 -1 src/usr.sbin/pkg_install/lib/lib.h 1.17 +196 -25 src/usr.sbin/pkg_install/lib/match.c 1.2 +18 -4 src/usr.sbin/pkg_install/version/main.c 1.8 +76 -1 src/usr.sbin/pkg_install/version/perform.c 1.26 +27 -7 src/usr.sbin/pkg_install/version/pkg_version.1 1.3 +3 -0 src/usr.sbin/pkg_install/version/version.h From owner-cvs-src@FreeBSD.ORG Tue Jun 29 18:56: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 E14DE16A4D2; Tue, 29 Jun 2004 18:56:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4D9143D49; Tue, 29 Jun 2004 18:56:14 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TIuE6P003312; Tue, 29 Jun 2004 18:56:14 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TIuE7Z003311; Tue, 29 Jun 2004 18:56:14 GMT (envelope-from njl) Message-Id: <200406291856.i5TIuE7Z003311@repoman.freebsd.org> From: Nate Lawson Date: Tue, 29 Jun 2004 18:56: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/dev/acpica acpi_if.m src/sys/conf files 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: Tue, 29 Jun 2004 18:56:15 -0000 njl 2004-06-29 18:56:14 UTC FreeBSD src repository Modified files: sys/conf files kmod.mk Added files: sys/dev/acpica acpi_if.m Log: Add acpi methods for HID/CID probing, evaluating objects, and walking the namespace. This is to allow decoupling of attachments from ACPI where they need some functionality when ACPI is present but do not want to require ACPI to always be loaded. Revision Changes Path 1.915 +1 -0 src/sys/conf/files 1.163 +1 -1 src/sys/conf/kmod.mk 1.1 +77 -0 src/sys/dev/acpica/acpi_if.m (new) From owner-cvs-src@FreeBSD.ORG Tue Jun 29 18:57: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 95EEC16A4CE; Tue, 29 Jun 2004 18:57:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7821043D49; Tue, 29 Jun 2004 18:57:04 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TIuxRl003362; Tue, 29 Jun 2004 18:56:59 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TIuxZQ003361; Tue, 29 Jun 2004 18:56:59 GMT (envelope-from eik) Message-Id: <200406291856.i5TIuxZQ003361@repoman.freebsd.org> From: Oliver Eikemeier Date: Tue, 29 Jun 2004 18:56: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/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 pl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 18:57:04 -0000 eik 2004-06-29 18:56:59 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 pl.c Log: - pkg_create: new flag -S (clean room installation) - pkg_create: checksum meta files too PR: 66032 Revision Changes Path 1.23 +2 -0 src/usr.sbin/pkg_install/create/create.h 1.35 +10 -4 src/usr.sbin/pkg_install/create/main.c 1.78 +11 -0 src/usr.sbin/pkg_install/create/perform.c 1.60 +9 -3 src/usr.sbin/pkg_install/create/pkg_create.1 1.26 +42 -26 src/usr.sbin/pkg_install/create/pl.c From owner-cvs-src@FreeBSD.ORG Tue Jun 29 18:57: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 4C17116A4CE; Tue, 29 Jun 2004 18:57:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DFDC43D2F; Tue, 29 Jun 2004 18:57:18 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TIvDGS003401; Tue, 29 Jun 2004 18:57:13 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TIvDLW003398; Tue, 29 Jun 2004 18:57:13 GMT (envelope-from schweikh) Message-Id: <200406291857.i5TIvDLW003398@repoman.freebsd.org> From: Jens Schweikhardt Date: Tue, 29 Jun 2004 18:57: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/indent indent.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 18:57:18 -0000 schweikh 2004-06-29 18:57:13 UTC FreeBSD src repository Modified files: usr.bin/indent indent.1 Log: Document recently acquired options. PR: 67983 Submitted by: Chip Norkus MFC after: 2 weeks Revision Changes Path 1.19 +12 -0 src/usr.bin/indent/indent.1 From owner-cvs-src@FreeBSD.ORG Tue Jun 29 18:59: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 2C17C16A4CF; Tue, 29 Jun 2004 18:59:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D4D743D2D; Tue, 29 Jun 2004 18:59:05 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TIx1Xs003535; Tue, 29 Jun 2004 18:59:01 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TIx1ui003534; Tue, 29 Jun 2004 18:59:01 GMT (envelope-from njl) Message-Id: <200406291859.i5TIx1ui003534@repoman.freebsd.org> From: Nate Lawson Date: Tue, 29 Jun 2004 18:59: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/modules/acpi/acpi Makefile src/sys/modules/acpi/acpi_asus Makefile src/sys/modules/acpi/acpi_toshiba Makefile src/sys/modules/acpi/acpi_video 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, 29 Jun 2004 18:59:05 -0000 njl 2004-06-29 18:59:01 UTC FreeBSD src repository Modified files: sys/modules/acpi/acpi Makefile sys/modules/acpi/acpi_asus Makefile sys/modules/acpi/acpi_toshiba Makefile sys/modules/acpi/acpi_video Makefile Log: Add acpi_if.h dependencies to module build. Revision Changes Path 1.6 +2 -1 src/sys/modules/acpi/acpi/Makefile 1.3 +1 -1 src/sys/modules/acpi/acpi_asus/Makefile 1.2 +1 -1 src/sys/modules/acpi/acpi_toshiba/Makefile 1.2 +1 -1 src/sys/modules/acpi/acpi_video/Makefile From owner-cvs-src@FreeBSD.ORG Tue Jun 29 18:59: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 2729916A4CE; Tue, 29 Jun 2004 18:59:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 217C743D1F; Tue, 29 Jun 2004 18:59:31 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TIxJc9003695; Tue, 29 Jun 2004 18:59:19 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TIxJ20003694; Tue, 29 Jun 2004 18:59:19 GMT (envelope-from eik) Message-Id: <200406291859.i5TIxJ20003694@repoman.freebsd.org> From: Oliver Eikemeier Date: Tue, 29 Jun 2004 18:59:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pkg_install/add extract.c perform.c src/usr.sbin/pkg_install/info main.c perform.c pkg_info.1 src/usr.sbin/pkg_install/lib deps.c... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 18:59:31 -0000 eik 2004-06-29 18:59:19 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/add extract.c perform.c usr.sbin/pkg_install/delete perform.c usr.sbin/pkg_install/info main.c perform.c pkg_info.1 usr.sbin/pkg_install/lib deps.c file.c lib.h match.c usr.sbin/pkg_install/sign Makefile sha1.c usr.sbin/pkg_install/version perform.c Log: - pkg_info: flag -r: (show packages this packages depends on (documentation change)) - pkg_info: new flag -j (show the requirements script) - pkg_info: fix verbose output when used on packages - better handling of corrupt entries in /var/db/pkg - differ between corrupt entires and packages not installed - various small fixes PR: 56989, 57016, 57029, 26468 Revision Changes Path 1.40 +1 -1 src/usr.sbin/pkg_install/add/extract.c 1.75 +5 -4 src/usr.sbin/pkg_install/add/perform.c 1.40 +43 -27 src/usr.sbin/pkg_install/delete/perform.c 1.46 +7 -3 src/usr.sbin/pkg_install/info/main.c 1.53 +12 -20 src/usr.sbin/pkg_install/info/perform.c 1.51 +5 -3 src/usr.sbin/pkg_install/info/pkg_info.1 1.11 +3 -3 src/usr.sbin/pkg_install/lib/deps.c 1.66 +4 -2 src/usr.sbin/pkg_install/lib/file.c 1.52 +2 -2 src/usr.sbin/pkg_install/lib/lib.h 1.18 +6 -5 src/usr.sbin/pkg_install/lib/match.c 1.7 +6 -2 src/usr.sbin/pkg_install/sign/Makefile 1.4 +15 -8 src/usr.sbin/pkg_install/sign/sha1.c 1.9 +1 -1 src/usr.sbin/pkg_install/version/perform.c From owner-cvs-src@FreeBSD.ORG Tue Jun 29 19:01: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 32B8016A4CE; Tue, 29 Jun 2004 19:01:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15C9443D46; Tue, 29 Jun 2004 19:01:04 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TJ0brp003743; Tue, 29 Jun 2004 19:00:37 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TJ0buZ003742; Tue, 29 Jun 2004 19:00:37 GMT (envelope-from njl) Message-Id: <200406291900.i5TJ0buZ003742@repoman.freebsd.org> From: Nate Lawson Date: Tue, 29 Jun 2004 19:00:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/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: Tue, 29 Jun 2004 19:01:04 -0000 njl 2004-06-29 19:00:36 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Add implementation of the ACPI methods which hands them off to ACPI-CA. acpi_id_probe() returns NULL for no match or the ID string that matched if the driver should attach. Revision Changes Path 1.169 +58 -5 src/sys/dev/acpica/acpi.c From owner-cvs-src@FreeBSD.ORG Tue Jun 29 19:02: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 B0B7E16A4CE; Tue, 29 Jun 2004 19:02:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC10A43D41; Tue, 29 Jun 2004 19:02:27 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TJ2R92003926; Tue, 29 Jun 2004 19:02:27 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TJ2R2M003925; Tue, 29 Jun 2004 19:02:27 GMT (envelope-from njl) Message-Id: <200406291902.i5TJ2R2M003925@repoman.freebsd.org> From: Nate Lawson Date: Tue, 29 Jun 2004 19:02:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_acad.c acpi_button.c acpi_cmbat.c acpi_ec.c acpi_isab.c acpi_lid.c acpi_pcib_acpi.c acpi_resource.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 19:02:27 -0000 njl 2004-06-29 19:02:27 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_acad.c acpi_button.c acpi_cmbat.c acpi_ec.c acpi_isab.c acpi_lid.c acpi_pcib_acpi.c acpi_resource.c Log: Use the acpi_id_probe() method instead of acpi_MatchHid(), which is now static. Revision Changes Path 1.28 +10 -6 src/sys/dev/acpica/acpi_acad.c 1.28 +27 -25 src/sys/dev/acpica/acpi_button.c 1.31 +7 -6 src/sys/dev/acpica/acpi_cmbat.c 1.54 +3 -1 src/sys/dev/acpica/acpi_ec.c 1.9 +8 -10 src/sys/dev/acpica/acpi_isab.c 1.24 +7 -6 src/sys/dev/acpica/acpi_lid.c 1.36 +8 -8 src/sys/dev/acpica/acpi_pcib_acpi.c 1.27 +2 -3 src/sys/dev/acpica/acpi_resource.c From owner-cvs-src@FreeBSD.ORG Tue Jun 29 19:04:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2532C16A4CE; Tue, 29 Jun 2004 19:04:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0989643D1D; Tue, 29 Jun 2004 19:04:10 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TJ3o62003974; Tue, 29 Jun 2004 19:03:51 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TJ3ovC003973; Tue, 29 Jun 2004 19:03:50 GMT (envelope-from njl) Message-Id: <200406291903.i5TJ3ovC003973@repoman.freebsd.org> From: Nate Lawson Date: Tue, 29 Jun 2004 19:03:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 19:04:10 -0000 njl 2004-06-29 19:03:50 UTC FreeBSD src repository Modified files: sys/dev/acpica acpivar.h Log: Staticize acpi_MatchHid() and include acpi_if.h Revision Changes Path 1.74 +1 -1 src/sys/dev/acpica/acpivar.h From owner-cvs-src@FreeBSD.ORG Tue Jun 29 19:05: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 D456A16A4CE; Tue, 29 Jun 2004 19:05:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7D4343D2F; Tue, 29 Jun 2004 19:05:33 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TJ5K9Q004039; Tue, 29 Jun 2004 19:05:20 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TJ5KWb004038; Tue, 29 Jun 2004 19:05:20 GMT (envelope-from njl) Message-Id: <200406291905.i5TJ5KWb004038@repoman.freebsd.org> From: Nate Lawson Date: Tue, 29 Jun 2004 19:05:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/acpica acpi_asus.c acpi_toshiba.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 19:05:34 -0000 njl 2004-06-29 19:05:20 UTC FreeBSD src repository Modified files: sys/i386/acpica acpi_asus.c acpi_toshiba.c Log: Update for acpi_id_probe() Revision Changes Path 1.6 +2 -2 src/sys/i386/acpica/acpi_asus.c 1.12 +15 -22 src/sys/i386/acpica/acpi_toshiba.c From owner-cvs-src@FreeBSD.ORG Tue Jun 29 19:07:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1A0F16A4CE; Tue, 29 Jun 2004 19:07:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B383143D31; Tue, 29 Jun 2004 19:07:02 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TJ6gft004391; Tue, 29 Jun 2004 19:06:42 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TJ6g7U004390; Tue, 29 Jun 2004 19:06:42 GMT (envelope-from eik) Message-Id: <200406291906.i5TJ6g7U004390@repoman.freebsd.org> From: Oliver Eikemeier Date: Tue, 29 Jun 2004 19:06:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pkg_install/add Makefile add.h extract.c futil.c main.c perform.c src/usr.sbin/pkg_install/create Makefile create.h pl.c src/usr.sbin/pkg_install/delete Makefile delete.h perform.c src/usr.sbin/pkg_install/info 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, 29 Jun 2004 19:07:03 -0000 eik 2004-06-29 19:06:42 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/add Makefile add.h extract.c futil.c main.c perform.c usr.sbin/pkg_install/create Makefile create.h pl.c usr.sbin/pkg_install/delete Makefile delete.h perform.c usr.sbin/pkg_install/info Makefile usr.sbin/pkg_install/lib Makefile file.c lib.h match.c pen.c url.c usr.sbin/pkg_install/sign Makefile pgp_sign.c sha1.c sign.c stand.h x509.c usr.sbin/pkg_install/version Makefile perform.c Log: - pkg_add spawns itself as argv[0] when installing dependent packages, to enable the use as a port on older systems - use absolute paths in all calls to external programs, to account for strange PATH settings - use INDEX or INDEX-5 depending on FreeBSD version, to enable the use on FreeBSD 4.x as a port. - conditionalize all 4.x/5.x differences on __FreeBSD_version, so that the pkg_install tools can be kept in sync on 4.x and 5.x - Bump PKG_INSTALL_VERSION Reviewed by: portmgr (bento run) MFC after: 4 weeks Revision Changes Path 1.19 +2 -1 src/usr.sbin/pkg_install/add/Makefile 1.11 +1 -1 src/usr.sbin/pkg_install/add/add.h 1.41 +2 -2 src/usr.sbin/pkg_install/add/extract.c 1.14 +5 -5 src/usr.sbin/pkg_install/add/futil.c 1.58 +16 -3 src/usr.sbin/pkg_install/add/main.c 1.76 +11 -7 src/usr.sbin/pkg_install/add/perform.c 1.20 +2 -1 src/usr.sbin/pkg_install/create/Makefile 1.24 +0 -1 src/usr.sbin/pkg_install/create/create.h 1.27 +3 -3 src/usr.sbin/pkg_install/create/pl.c 1.21 +2 -1 src/usr.sbin/pkg_install/delete/Makefile 1.8 +0 -1 src/usr.sbin/pkg_install/delete/delete.h 1.41 +3 -3 src/usr.sbin/pkg_install/delete/perform.c 1.19 +2 -1 src/usr.sbin/pkg_install/info/Makefile 1.15 +2 -1 src/usr.sbin/pkg_install/lib/Makefile 1.67 +11 -8 src/usr.sbin/pkg_install/lib/file.c 1.53 +9 -3 src/usr.sbin/pkg_install/lib/lib.h 1.19 +1 -1 src/usr.sbin/pkg_install/lib/match.c 1.41 +1 -1 src/usr.sbin/pkg_install/lib/pen.c 1.4 +16 -6 src/usr.sbin/pkg_install/lib/url.c 1.8 +0 -2 src/usr.sbin/pkg_install/sign/Makefile 1.5 +1 -0 src/usr.sbin/pkg_install/sign/pgp_sign.c 1.5 +0 -1 src/usr.sbin/pkg_install/sign/sha1.c 1.4 +1 -0 src/usr.sbin/pkg_install/sign/sign.c 1.2 +1 -1 src/usr.sbin/pkg_install/sign/stand.h 1.4 +1 -3 src/usr.sbin/pkg_install/sign/x509.c 1.14 +2 -1 src/usr.sbin/pkg_install/version/Makefile 1.10 +2 -3 src/usr.sbin/pkg_install/version/perform.c From owner-cvs-src@FreeBSD.ORG Tue Jun 29 20:05: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 F2F4816A4CE; Tue, 29 Jun 2004 20:05:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D72DB43D2D; Tue, 29 Jun 2004 20:05:45 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TK5jFg005923; Tue, 29 Jun 2004 20:05:45 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TK5jcv005922; Tue, 29 Jun 2004 20:05:45 GMT (envelope-from ps) Message-Id: <200406292005.i5TK5jcv005922@repoman.freebsd.org> From: Paul Saab Date: Tue, 29 Jun 2004 20:05:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/netstat inet.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 20:05:46 -0000 ps 2004-06-29 20:05:45 UTC FreeBSD src repository Modified files: usr.bin/netstat inet.c Log: Add SACK statistics to netstat. Revision Changes Path 1.66 +10 -0 src/usr.bin/netstat/inet.c From owner-cvs-src@FreeBSD.ORG Tue Jun 29 20:25: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 90DAB16A4CE; Tue, 29 Jun 2004 20:25:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72D8543D39; Tue, 29 Jun 2004 20:25:43 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TKPha4006464; Tue, 29 Jun 2004 20:25:43 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TKPhMw006463; Tue, 29 Jun 2004 20:25:43 GMT (envelope-from sos) Message-Id: <200406292025.i5TKPhMw006463@repoman.freebsd.org> From: Søren Schmidt Date: Tue, 29 Jun 2004 20:25: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/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 20:25:43 -0000 sos 2004-06-29 20:25:43 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Update the special handling code for ATA devices to allow usage of PCI native addressing. That means that if the HW says that using "real" addresses instead of the hardwired legacy compat ones is allowed, we will use them. Revision Changes Path 1.263 +42 -54 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Tue Jun 29 20:38: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 9BD4816A4CE; Tue, 29 Jun 2004 20:38:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8025543D39; Tue, 29 Jun 2004 20:38:44 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TKci0S006839; Tue, 29 Jun 2004 20:38:44 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TKcicL006838; Tue, 29 Jun 2004 20:38:44 GMT (envelope-from imp) Message-Id: <200406292038.i5TKcicL006838@repoman.freebsd.org> From: Warner Losh Date: Tue, 29 Jun 2004 20:38:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_dcreg.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, 29 Jun 2004 20:38:44 -0000 imp 2004-06-29 20:38:44 UTC FreeBSD src repository Modified files: sys/pci if_dcreg.h Log: Remove saved_* from dc_softc. They are now no longer needed. Submitted by: Marius Strobl Revision Changes Path 1.42 +0 -5 src/sys/pci/if_dcreg.h From owner-cvs-src@FreeBSD.ORG Tue Jun 29 20:50: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 D611516A4CE; Tue, 29 Jun 2004 20:50:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8AD443D41; Tue, 29 Jun 2004 20:50:24 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TKoOxf007328; Tue, 29 Jun 2004 20:50:24 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TKoOju007327; Tue, 29 Jun 2004 20:50:24 GMT (envelope-from imp) Message-Id: <200406292050.i5TKoOju007327@repoman.freebsd.org> From: Warner Losh Date: Tue, 29 Jun 2004 20:50:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/ahb 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, 29 Jun 2004 20:50:25 -0000 imp 2004-06-29 20:50:24 UTC FreeBSD src repository Added files: sys/modules/ahb Makefile Log: Add the ahb module for old Adaptec 1742 drivers now that eisa bus interface is cleaner. Revision Changes Path 1.1 +12 -0 src/sys/modules/ahb/Makefile (new) From owner-cvs-src@FreeBSD.ORG Tue Jun 29 21:13:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99EDB16A4CE; Tue, 29 Jun 2004 21:13:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CD6F43D1F; Tue, 29 Jun 2004 21:13:25 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TLDFoN007990; Tue, 29 Jun 2004 21:13:15 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TLDF8Y007989; Tue, 29 Jun 2004 21:13:15 GMT (envelope-from dwmalone) Message-Id: <200406292113.i5TLDF8Y007989@repoman.freebsd.org> From: David Malone Date: Tue, 29 Jun 2004 21:13:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/ldd Makefile sods.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 21:13:25 -0000 dwmalone 2004-06-29 21:13:15 UTC FreeBSD src repository Modified files: usr.bin/ldd Makefile sods.c Log: The type of some aout header types changed to uint_32, so now we need to cast to long before printing. While I'm here, raise WARNS to 6. Revision Changes Path 1.13 +1 -0 src/usr.bin/ldd/Makefile 1.17 +13 -13 src/usr.bin/ldd/sods.c From owner-cvs-src@FreeBSD.ORG Tue Jun 29 21:20:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 566E716A4CE; Tue, 29 Jun 2004 21:20:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3995A43D2F; Tue, 29 Jun 2004 21:20:38 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TLKHeA008168; Tue, 29 Jun 2004 21:20:17 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TLKHd9008167; Tue, 29 Jun 2004 21:20:17 GMT (envelope-from imp) Message-Id: <200406292120.i5TLKHd9008167@repoman.freebsd.org> From: Warner Losh Date: Tue, 29 Jun 2004 21:20: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/modules Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 21:20:38 -0000 imp 2004-06-29 21:20:17 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Add ahb module for i386 and alpha (the onlt two platforms that have eisa bus) Revision Changes Path 1.385 +3 -0 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Tue Jun 29 21:28: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 B551F16A4CE; Tue, 29 Jun 2004 21:28:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99F9043D2D; Tue, 29 Jun 2004 21:28:29 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TLS9um008459; Tue, 29 Jun 2004 21:28:09 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TLS9SV008458; Tue, 29 Jun 2004 21:28:09 GMT (envelope-from dwmalone) Message-Id: <200406292128.i5TLS9SV008458@repoman.freebsd.org> From: David Malone Date: Tue, 29 Jun 2004 21:28:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/fstat Makefile cd9660.c fstat.c fstat.h msdosfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 21:28:29 -0000 dwmalone 2004-06-29 21:28:09 UTC FreeBSD src repository Modified files: usr.bin/fstat Makefile cd9660.c fstat.c fstat.h msdosfs.c Log: 1) ANSIfy. 2) Use %p to print a pointer. 3) Use longs for fileids and ino to avoid comparing signed and unsigned. 4) Make the KVM_READ macro a little more cranky. 5) Set WARNS while I'm here. Revision Changes Path 1.8 +1 -0 src/usr.bin/fstat/Makefile 1.5 +1 -3 src/usr.bin/fstat/cd9660.c 1.54 +15 -37 src/usr.bin/fstat/fstat.c 1.6 +3 -2 src/usr.bin/fstat/fstat.h 1.9 +1 -3 src/usr.bin/fstat/msdosfs.c From owner-cvs-src@FreeBSD.ORG Tue Jun 29 22:47: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 80CE616A4CE; Tue, 29 Jun 2004 22:47:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5783643D1D; Tue, 29 Jun 2004 22:47:55 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TMlkGY010480; Tue, 29 Jun 2004 22:47:46 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TMlkDY010479; Tue, 29 Jun 2004 22:47:46 GMT (envelope-from murray) Message-Id: <200406292247.i5TMlkDY010479@repoman.freebsd.org> From: Murray Stokely Date: Tue, 29 Jun 2004 22:47: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 22:47:55 -0000 murray 2004-06-29 22:47:46 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Note that ISC DHCP has been updated to RC14. Prodded by: njl Revision Changes Path 1.733 +3 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Tue Jun 29 23:40: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 3530116A4CE; Tue, 29 Jun 2004 23:40:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1686243D41; Tue, 29 Jun 2004 23:40:38 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TNeCjq011928; Tue, 29 Jun 2004 23:40:12 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TNeCs8011927; Tue, 29 Jun 2004 23:40:12 GMT (envelope-from murray) Message-Id: <200406292340.i5TNeCs8011927@repoman.freebsd.org> From: Murray Stokely Date: Tue, 29 Jun 2004 23: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 23:40:38 -0000 murray 2004-06-29 23:40:12 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: ipfw now supports lookup tables (merged), binutils has been updated from 2.15 branch. Revision Changes Path 1.734 +6 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 30 00: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 C937D16A4CE; Wed, 30 Jun 2004 00:02:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9E2543D4C; Wed, 30 Jun 2004 00:02:14 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U01txP012517; Wed, 30 Jun 2004 00:01:55 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U01t9l012516; Wed, 30 Jun 2004 00:01:55 GMT (envelope-from trhodes) Message-Id: <200406300001.i5U01t9l012516@repoman.freebsd.org> From: Tom Rhodes Date: Wed, 30 Jun 2004 00:01: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 00:02:15 -0000 trhodes 2004-06-30 00:01:55 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Add a note about portaudit (1). Fix two spelling errors while I'm here (2). Requested by: murray (1), aspell(2) Revision Changes Path 1.735 +7 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 30 00:19:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A64C316A4CE; Wed, 30 Jun 2004 00:19:31 +0000 (GMT) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28BAB43D1D; Wed, 30 Jun 2004 00:19:31 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])i5U0J34u029050; Wed, 30 Jun 2004 10:19:03 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i5U0Irao025398; Wed, 30 Jun 2004 10:19:02 +1000 Date: Wed, 30 Jun 2004 10:18:53 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Andrew Gallatin In-Reply-To: <16609.23767.245708.270218@grasshopper.cs.duke.edu> Message-ID: <20040630095111.U2619@gamplex.bde.org> References: <200406281915.i5SJFeaV060231@repoman.freebsd.org> <20040628193858.GG5635@green.homeunix.org> <20040629114614.T2908@gamplex.bde.org> <16609.23767.245708.270218@grasshopper.cs.duke.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Brian Fundakowski Feldman cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 00:19:31 -0000 On Tue, 29 Jun 2004, Andrew Gallatin wrote: > Bruce Evans writes: > > On Mon, 28 Jun 2004, Andrew Gallatin wrote: > > > > > > Log: > > > > > > Fix alpha - the use of min() on longs was loosing the high bits and > > > > > > returning wrong answers, leading to strange values vm2->vm_{s,t,d}size. > > > > MIN() and MAX() should not be used in the kernel. 4.4BSD removed them in > > the kernel, but FreeBSD broke this in rev.1.141 of sys/param.h. They > > remain removed in RELENG_4. > > OK. Then what's the correct fix? ulmin()? Fixing min() to handle all unsigned types is probably best. Some not-quite correct fixes: 1. Just use ulmin(). It would work on all supported machines because vm_offset_t is smaller than u_long (actually the same). This is fragile. 2. (1) plus a compile-time assertion that sizeof(vm_offset_t) <= sizeof(u_long). This is quite practical. There are only a few min()'s in all of vm, and only the 2 that you fixed seem to need special handling (the others are mainly for page counts, and 2^32 pages should be enough for anyone). 3. (1) plus a runtime assertion... 4. (3) with calls to uqmin() instead of failing assertions for larger vm_offset_t's. 5. (4) plus support for uintmax_t's. 6. Support for uintmax_t's, and just use uimax_min(). 7. (6), plus wait for gcc to optimize uimax_min(). gcc currently always widens the args before comparing them, even with -O3. Bruce From owner-cvs-src@FreeBSD.ORG Wed Jun 30 00:20: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 1DCD916A4CF for ; Wed, 30 Jun 2004 00:20:14 +0000 (GMT) Received: from smtp005.bizmail.sc5.yahoo.com (smtp005.bizmail.sc5.yahoo.com [66.163.175.82]) by mx1.FreeBSD.org (Postfix) with SMTP id C2BB643D1D for ; Wed, 30 Jun 2004 00:20:11 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@70.240.179.20 with login) by smtp005.bizmail.sc5.yahoo.com with SMTP; 30 Jun 2004 00:19:47 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 2CE0A620E for ; Tue, 29 Jun 2004 19:19:46 -0500 (CDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 90940-06-2 for ; Tue, 29 Jun 2004 19:19:44 -0500 (CDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id C422361F4 for ; Tue, 29 Jun 2004 19:19:44 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.12.11/8.12.11) with ESMTP id i5U0JiT9046984 for ; Tue, 29 Jun 2004 19:19:44 -0500 (CDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <40E20720.7030806@alumni.rice.edu> Date: Tue, 29 Jun 2004 19:19:44 -0500 From: Jon Noack User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040629) X-Accept-Language: en-us, en MIME-Version: 1.0 To: cvs-src@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at noacks.org Subject: cvs commit: src/sys/i386/i386 pmap.c src/sys/i386/include pmap.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 00:20:14 -0000 /usr/src/sys/i386/i386/pmap.c: In function `pmap_remove_pages': /usr/src/sys/i386/i386/pmap.c:2598: error: structure has no member named `pv_ptem' /usr/src/sys/i386/i386/pmap.c:2598: error: too many arguments to function `pmap_unuse_pt' *** Error code 1 untested fix: $ cvs diff pmap.c Index: pmap.c =================================================================== RCS file: /home/ncvs/src/sys/i386/i386/pmap.c,v retrieving revision 1.479 diff -r1.479 pmap.c 2598c2598 < pmap_unuse_pt(pmap, pv->pv_va, pv->pv_ptem); --- > pmap_unuse_pt(pmap, pv->pv_va); Jon Noack From owner-cvs-src@FreeBSD.ORG Wed Jun 30 00:48: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 354DF16A4CE; Wed, 30 Jun 2004 00:48:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 155AC43D1F; Wed, 30 Jun 2004 00:48:02 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U0lulQ013687; Wed, 30 Jun 2004 00:47:56 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U0luHk013685; Wed, 30 Jun 2004 00:47:56 GMT (envelope-from murray) Message-Id: <200406300047.i5U0luHk013685@repoman.freebsd.org> From: Murray Stokely Date: Wed, 30 Jun 2004 00:47:56 +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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 00:48:02 -0000 murray 2004-06-30 00:47:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: ipfw now supports lookup tables. Revision Changes Path 1.22.2.415 +4 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 30 01:01: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 AB19B16A4CE; Wed, 30 Jun 2004 01:01:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D30143D3F; Wed, 30 Jun 2004 01:01:27 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U1109N014095; Wed, 30 Jun 2004 01:01:00 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U1104g014094; Wed, 30 Jun 2004 01:01:00 GMT (envelope-from jhb) Message-Id: <200406300101.i5U1104g014094@repoman.freebsd.org> From: John Baldwin Date: Wed, 30 Jun 2004 01:01:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 01:01:27 -0000 jhb 2004-06-30 01:01:00 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Document the MUTEX_WAKE_ALL option and turn it on in LINT. Revision Changes Path 1.1238 +5 -0 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Wed Jun 30 01:14:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 51CF116A4CF; Wed, 30 Jun 2004 01:14:51 +0000 (GMT) Date: Wed, 30 Jun 2004 01:14:51 +0000 From: Kris Kennaway To: Tor Egge Message-ID: <20040630011451.GA86791@hub.freebsd.org> References: <200406282026.i5SKQZZQ062647@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406282026.i5SKQZZQ062647@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_object.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 01:14:51 -0000 On Mon, Jun 28, 2004 at 08:26:35PM +0000, Tor Egge wrote: > tegge 2004-06-28 20:26:35 UTC > > FreeBSD src repository > > Modified files: > sys/vm vm_object.c > Log: > Initialize result->backing_object_offset before linking result onto the list of > vm objects shadowing source in vm_object_shadow(). This closes a race where > vm_object_collapse() could be called with a partially uninitialized object > argument causing symptoms that looked like hardware problems, e.g. signal 6, > 10, 11 or a /bin/sh busy-waiting for a nonexistant child process. > > Revision Changes Path > 1.325 +5 -5 src/sys/vm/vm_object.c Sweet..this sounds like the bug that was exposed by turning ithread preemption back on. I'll update and see if it's gone. Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe From owner-cvs-src@FreeBSD.ORG Wed Jun 30 01: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 CE00416A4CE; Wed, 30 Jun 2004 01:17:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD8BD43D1D; Wed, 30 Jun 2004 01:17:28 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U1H59p014592; Wed, 30 Jun 2004 01:17:05 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U1H5fg014591; Wed, 30 Jun 2004 01:17:05 GMT (envelope-from murray) Message-Id: <200406300117.i5U1H5fg014591@repoman.freebsd.org> From: Murray Stokely Date: Wed, 30 Jun 2004 01:17: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 01:17:29 -0000 murray 2004-06-30 01:17:05 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: * IPFilter has been updated to 3.4.35 * pf has been updated from OpenBSD 3.5. Revision Changes Path 1.736 +8 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 30 01:35: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 04B1816A4CE; Wed, 30 Jun 2004 01:35:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9F8243D2F; Wed, 30 Jun 2004 01:35:21 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U1YQBN015032; Wed, 30 Jun 2004 01:34:26 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U1YQd7015031; Wed, 30 Jun 2004 01:34:26 GMT (envelope-from green) Message-Id: <200406300134.i5U1YQd7015031@repoman.freebsd.org> From: Brian Feldman Date: Wed, 30 Jun 2004 01:34:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/vmstat vmstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 01:35:22 -0000 green 2004-06-30 01:34:26 UTC FreeBSD src repository Modified files: usr.bin/vmstat vmstat.c Log: Make vmstat -m work with -M/-N again. Note that making vmstat -z work is much harder, and -m is grossly using unexported interfaces (that is, the array of malloc zones/sizes does not have an exported type). Revision Changes Path 1.83 +93 -11 src/usr.bin/vmstat/vmstat.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 01:44: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 8C23216A4CE; Wed, 30 Jun 2004 01:44:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C1E043D41; Wed, 30 Jun 2004 01:44:25 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U1hN9D015330; Wed, 30 Jun 2004 01:43:23 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U1hNwO015329; Wed, 30 Jun 2004 01:43:23 GMT (envelope-from peter) Message-Id: <200406300143.i5U1hNwO015329@repoman.freebsd.org> From: Peter Wemm Date: Wed, 30 Jun 2004 01:43: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/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: Wed, 30 Jun 2004 01:44:25 -0000 peter 2004-06-30 01:43:23 UTC FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: Fix leftover argument to pmap_unuse_pt(). I committed the wrong diff. Submmitted by: Jon Noack Revision Changes Path 1.480 +1 -1 src/sys/i386/i386/pmap.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 01:50: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 8E73716A4CE; Wed, 30 Jun 2004 01:50:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F75543D3F; Wed, 30 Jun 2004 01:50:22 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U1o6W1015522; Wed, 30 Jun 2004 01:50:06 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U1o6uq015521; Wed, 30 Jun 2004 01:50:06 GMT (envelope-from murray) Message-Id: <200406300150.i5U1o6uq015521@repoman.freebsd.org> From: Murray Stokely Date: Wed, 30 Jun 2004 01:50:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 01:50:22 -0000 murray 2004-06-30 01:50:06 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: * CVS has been updated to 1.11.17 * Vinum has been updated to use GEOM * esp(4) added for sparc64 Revision Changes Path 1.737 +11 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 30 02:15: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 8827316A4CE; Wed, 30 Jun 2004 02:15:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68ACE43D55; Wed, 30 Jun 2004 02:15:49 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U2FV8H016295; Wed, 30 Jun 2004 02:15:31 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U2FVid016294; Wed, 30 Jun 2004 02:15:31 GMT (envelope-from murray) Message-Id: <200406300215.i5U2FVid016294@repoman.freebsd.org> From: Murray Stokely Date: Wed, 30 Jun 2004 02:15: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 02:15:49 -0000 murray 2004-06-30 02:15:31 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Attempt to summarize Oliver's recent changes to the pkg tools. Submitted by: eik@ Revision Changes Path 1.738 +15 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 30 02:46: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 6898416A4CE; Wed, 30 Jun 2004 02:46:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4825D43D31; Wed, 30 Jun 2004 02:46:34 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U2kPkM017251; Wed, 30 Jun 2004 02:46:25 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U2kPch017250; Wed, 30 Jun 2004 02:46:25 GMT (envelope-from imp) Message-Id: <200406300246.i5U2kPch017250@repoman.freebsd.org> From: Warner Losh Date: Wed, 30 Jun 2004 02:46: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/kern subr_bus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 02:46:34 -0000 imp 2004-06-30 02:46:25 UTC FreeBSD src repository Modified files: sys/kern subr_bus.c Log: Include more information about the device in the devadded and devremoved events. This reduces the races around these events. We now include the pnp info in both. This lets one do more interesting thigns with devd on device insertion. Submitted by: Bernd Walter Revision Changes Path 1.153 +38 -2 src/sys/kern/subr_bus.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 02:56: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 B691516A4CE; Wed, 30 Jun 2004 02:56:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 969B443D1F; Wed, 30 Jun 2004 02:56:27 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U2uOwO017598; Wed, 30 Jun 2004 02:56:24 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U2uOqH017597; Wed, 30 Jun 2004 02:56:24 GMT (envelope-from imp) Message-Id: <200406300256.i5U2uOqH017597@repoman.freebsd.org> From: Warner Losh Date: Wed, 30 Jun 2004 02:56:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb 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, 30 Jun 2004 02:56:27 -0000 imp 2004-06-30 02:56:24 UTC FreeBSD src repository Modified files: sys/dev/usb uhub.c usb_subr.c usbdivar.h Log: Add pnpinfo and location information to uhub. We also keep track of the subdevices of uhub better now to accomplish this. Submitted by: Bernd Walter Revision Changes Path 1.56 +107 -0 src/sys/dev/usb/uhub.c 1.67 +43 -14 src/sys/dev/usb/usb_subr.c 1.41 +1 -0 src/sys/dev/usb/usbdivar.h From owner-cvs-src@FreeBSD.ORG Wed Jun 30 03: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 2743516A4CE; Wed, 30 Jun 2004 03:03:11 +0000 (GMT) Received: from VARK.homeunix.com (adsl-69-107-104-105.dsl.pltn13.pacbell.net [69.107.104.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id B975543D1D; Wed, 30 Jun 2004 03:03:10 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.11/8.12.10) with ESMTP id i5U32mrv026925; Tue, 29 Jun 2004 20:02:48 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.11/8.12.10/Submit) id i5U32m7i026924; Tue, 29 Jun 2004 20:02:48 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Tue, 29 Jun 2004 20:02:48 -0700 From: David Schultz To: Bruce Evans Message-ID: <20040630030248.GA26810@VARK.homeunix.com> Mail-Followup-To: Bruce Evans , Andrew Gallatin , Brian Fundakowski Feldman , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200406281915.i5SJFeaV060231@repoman.freebsd.org> <20040628152232.A2977@grasshopper.cs.duke.edu> <20040628193858.GG5635@green.homeunix.org> <16608.30892.745161.730935@grasshopper.cs.duke.edu> <20040629114614.T2908@gamplex.bde.org> <16609.23767.245708.270218@grasshopper.cs.duke.edu> <20040630095111.U2619@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040630095111.U2619@gamplex.bde.org> cc: Brian Fundakowski Feldman cc: src-committers@FreeBSD.ORG cc: Andrew Gallatin cc: cvs-all@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 03:03:11 -0000 On Wed, Jun 30, 2004, Bruce Evans wrote: > On Tue, 29 Jun 2004, Andrew Gallatin wrote: > > > Bruce Evans writes: > > > On Mon, 28 Jun 2004, Andrew Gallatin wrote: > > > > > > > Log: > > > > > > > Fix alpha - the use of min() on longs was loosing the high bits and > > > > > > > returning wrong answers, leading to strange values vm2->vm_{s,t,d}size. > > > > > > MIN() and MAX() should not be used in the kernel. 4.4BSD removed them in > > > the kernel, but FreeBSD broke this in rev.1.141 of sys/param.h. They > > > remain removed in RELENG_4. > > > > OK. Then what's the correct fix? ulmin()? > > Fixing min() to handle all unsigned types is probably best. Hmm...but this means either a) slightly pessimizing 32-bit ports with a function on uintmax_t's, b) using a macro and introducing double-expansion problems, or c) using GCC extensions Option (c) seems best from a technical standpoint, except that we'd be making it harder than it already is to compile the kernel with compilers other than gcc and icc. (Do others have the statement expr extension?) From owner-cvs-src@FreeBSD.ORG Wed Jun 30 03:20:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7C9716A4D5; Wed, 30 Jun 2004 03:20:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8717643D3F; Wed, 30 Jun 2004 03:20:24 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U3KAfQ018579; Wed, 30 Jun 2004 03:20:10 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U3KAJk018578; Wed, 30 Jun 2004 03:20:10 GMT (envelope-from murray) Message-Id: <200406300320.i5U3KAJk018578@repoman.freebsd.org> From: Murray Stokely Date: Wed, 30 Jun 2004 03:20: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 03:20:24 -0000 murray 2004-06-30 03:20:10 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: arl(4) has been merged, support for TCP Selective Acknowledgements (SACK) has been added, LSI-type software RAID has been added, DRM code has been updated, GDB has been updated to 6.1.1. Revision Changes Path 1.739 +16 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 30 03:23: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 61FAD16A4CE; Wed, 30 Jun 2004 03:23:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43FA443D1D; Wed, 30 Jun 2004 03:23:51 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U3NpPW018703; Wed, 30 Jun 2004 03:23:51 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U3Np8x018702; Wed, 30 Jun 2004 03:23:51 GMT (envelope-from njl) Message-Id: <200406300323.i5U3Np8x018702@repoman.freebsd.org> From: Nate Lawson Date: Wed, 30 Jun 2004 03:23: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.sbin/acpi/acpidump 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: Wed, 30 Jun 2004 03:23:51 -0000 njl 2004-06-30 03:23:51 UTC FreeBSD src repository Modified files: usr.sbin/acpi/acpidump acpi.c Log: Also print out the standard header for FADT since it has one. Revision Changes Path 1.25 +12 -7 src/usr.sbin/acpi/acpidump/acpi.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 03:44:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 815) id 4648B16A4CF; Wed, 30 Jun 2004 03:44:05 +0000 (GMT) Date: Wed, 30 Jun 2004 03:44:05 +0000 From: Murray Stokely To: Tony Ackerman Message-ID: <20040630034405.GA4924@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/dev/ixgb LICENSE README if_ixgb.c if_ixgb.h if_ixgb_osdep.h ixgb_ee.c ixgb_ee.h ixgb_hw.c ixgb_hw.h ixgb_ids.h src/sys/i386/conf GENERIC src/sys/modules/ixgb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 03:44:05 -0000 Is a manpage forthcoming for ixgb? - Murray From owner-cvs-src@FreeBSD.ORG Wed Jun 30 03:46: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 CC94916A4CE; Wed, 30 Jun 2004 03:46:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD96643D3F; Wed, 30 Jun 2004 03:46:56 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U3kb2k019346; Wed, 30 Jun 2004 03:46:37 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U3kbN8019345; Wed, 30 Jun 2004 03:46:37 GMT (envelope-from murray) Message-Id: <200406300346.i5U3kbN8019345@repoman.freebsd.org> From: Murray Stokely Date: Wed, 30 Jun 2004 03:46:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 03:46:56 -0000 murray 2004-06-30 03:46:37 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: klds work on amd64, ixgb driver added for Intel PRO/10GBE cards. Revision Changes Path 1.740 +7 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 30 03:48:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AB0316A4CF; Wed, 30 Jun 2004 03:48:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BCE443D3F; Wed, 30 Jun 2004 03:48:23 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U3m3Gk019394; Wed, 30 Jun 2004 03:48:03 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U3m3Ah019393; Wed, 30 Jun 2004 03:48:03 GMT (envelope-from murray) Message-Id: <200406300348.i5U3m3Ah019393@repoman.freebsd.org> From: Murray Stokely Date: Wed, 30 Jun 2004 03:48: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 03:48:23 -0000 murray 2004-06-30 03:48:03 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Last 3 commits made much easier by the cvs-src summaries prepared by Mark Johnston . Revision Changes Path 1.741 +0 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 30 04: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 AC59016A4CE; Wed, 30 Jun 2004 04:19:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E8C343D1D; Wed, 30 Jun 2004 04:19:40 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U4JNub020360; Wed, 30 Jun 2004 04:19:23 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U4JNwg020359; Wed, 30 Jun 2004 04:19:23 GMT (envelope-from alfred) Message-Id: <200406300419.i5U4JNwg020359@repoman.freebsd.org> From: Alfred Perlstein Date: Wed, 30 Jun 2004 04:19:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/top machine.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 04:19:40 -0000 alfred 2004-06-30 04:19:23 UTC FreeBSD src repository Modified files: usr.bin/top machine.c Log: style, remove register. Revision Changes Path 1.52 +71 -89 src/usr.bin/top/machine.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 04: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 0382716A4CE; Wed, 30 Jun 2004 04:40:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D454243D55; Wed, 30 Jun 2004 04:40:48 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U4eKLg020874; Wed, 30 Jun 2004 04:40:20 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U4eKTG020873; Wed, 30 Jun 2004 04:40:20 GMT (envelope-from njl) Message-Id: <200406300440.i5U4eKTG020873@repoman.freebsd.org> From: Nate Lawson Date: Wed, 30 Jun 2004 04:40: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 acpi_quirks2h.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, 30 Jun 2004 04:40:49 -0000 njl 2004-06-30 04:40:20 UTC FreeBSD src repository Modified files: sys/tools acpi_quirks2h.awk Log: Complete quirk handling script by matching the in-kernel table format. Use a union to properly assign values. Collapse some unnecessary variables in the revision rules. Revision Changes Path 1.2 +11 -16 src/sys/tools/acpi_quirks2h.awk From owner-cvs-src@FreeBSD.ORG Wed Jun 30 04:42: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 1A85816A4CE; Wed, 30 Jun 2004 04:42:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11F9B43D41; Wed, 30 Jun 2004 04:42:43 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U4gTOg021074; Wed, 30 Jun 2004 04:42:29 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U4gTb1021073; Wed, 30 Jun 2004 04:42:29 GMT (envelope-from njl) Message-Id: <200406300442.i5U4gTb1021073@repoman.freebsd.org> From: Nate Lawson Date: Wed, 30 Jun 2004 04:42:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpivar.h src/sys/amd64/acpica acpi_machdep.c src/sys/i386/acpica acpi_machdep.c src/sys/ia64/acpica acpi_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 04:42:43 -0000 njl 2004-06-30 04:42:29 UTC FreeBSD src repository Modified files: sys/dev/acpica acpivar.h sys/amd64/acpica acpi_machdep.c sys/i386/acpica acpi_machdep.c sys/ia64/acpica acpi_machdep.c Log: Add machdep quirks functions. On i386, this disables acpi on systems with BIOS dates earlier than Jan 1, 1999. Add prototypes and quirks flags. Revision Changes Path 1.14 +6 -0 src/sys/amd64/acpica/acpi_machdep.c 1.75 +6 -0 src/sys/dev/acpica/acpivar.h 1.24 +24 -0 src/sys/i386/acpica/acpi_machdep.c 1.4 +6 -0 src/sys/ia64/acpica/acpi_machdep.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 04:45: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 2056516A4CE; Wed, 30 Jun 2004 04:45:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0346B43D48; Wed, 30 Jun 2004 04:45:54 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U4jWXk021221; Wed, 30 Jun 2004 04:45:32 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U4jWMJ021220; Wed, 30 Jun 2004 04:45:32 GMT (envelope-from njl) Message-Id: <200406300445.i5U4jWMJ021220@repoman.freebsd.org> From: Nate Lawson Date: Wed, 30 Jun 2004 04:45:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_quirk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 04:45:54 -0000 njl 2004-06-30 04:45:32 UTC FreeBSD src repository Added files: sys/dev/acpica acpi_quirk.c Log: Add the table quirk matching code. It matches rules defined in acpi_quirks and sets the flags. It also calls the machdep quirk code first. This allows table quirks (or whitelists) to override machdep quirks. Revision Changes Path 1.1 +183 -0 src/sys/dev/acpica/acpi_quirk.c (new) From owner-cvs-src@FreeBSD.ORG Wed Jun 30 04:47: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 4C51E16A4CE; Wed, 30 Jun 2004 04:47:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ED8E43D39; Wed, 30 Jun 2004 04:47:46 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U4lVWx021307; Wed, 30 Jun 2004 04:47:31 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U4lVwR021306; Wed, 30 Jun 2004 04:47:31 GMT (envelope-from njl) Message-Id: <200406300447.i5U4lVwR021306@repoman.freebsd.org> From: Nate Lawson Date: Wed, 30 Jun 2004 04:47:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/acpi/acpi Makefile src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 04:47:46 -0000 njl 2004-06-30 04:47:31 UTC FreeBSD src repository Modified files: sys/modules/acpi/acpi Makefile sys/conf files Log: Add glue for building acpi_quirk.c Revision Changes Path 1.916 +1 -0 src/sys/conf/files 1.7 +2 -2 src/sys/modules/acpi/acpi/Makefile From owner-cvs-src@FreeBSD.ORG Wed Jun 30 04:50: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 1E2B116A4CE; Wed, 30 Jun 2004 04:50:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0105243D2F; Wed, 30 Jun 2004 04:50:06 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U4nsvj021380; Wed, 30 Jun 2004 04:49:54 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U4ns3u021379; Wed, 30 Jun 2004 04:49:54 GMT (envelope-from njl) Message-Id: <200406300449.i5U4ns3u021379@repoman.freebsd.org> From: Nate Lawson Date: Wed, 30 Jun 2004 04:49: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/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: Wed, 30 Jun 2004 04:50:06 -0000 njl 2004-06-30 04:49:54 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Add new quirk code that disables problem BIOS versions. Remove old quirk code that was never really used. Print a message when disabling ACPI via a quirk. Allow the user to override the blacklist decision by setting hint.acpi.0.disabled="0". Add missing AcpiTerminate() calls; they are needed to clean up if bailing out after AcpiInitializeSubsystem(). Revision Changes Path 1.170 +19 -74 src/sys/dev/acpica/acpi.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 04:53: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 3AB1916A4CE; Wed, 30 Jun 2004 04:53:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D00343D46; Wed, 30 Jun 2004 04:53:25 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U4qtNv021577; Wed, 30 Jun 2004 04:52:55 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U4qtGJ021576; Wed, 30 Jun 2004 04:52:55 GMT (envelope-from njl) Message-Id: <200406300452.i5U4qtGJ021576@repoman.freebsd.org> From: Nate Lawson Date: Wed, 30 Jun 2004 04:52: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/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 04:53:25 -0000 njl 2004-06-30 04:52:55 UTC FreeBSD src repository Modified files: sys/conf files Log: Make acpi_quirks.h conditional on device acpi. Revision Changes Path 1.917 +1 -1 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Wed Jun 30 04:54: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 B419916A4CE; Wed, 30 Jun 2004 04:54:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 954CC43D2F; Wed, 30 Jun 2004 04:54:25 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U4s7Tf021622; Wed, 30 Jun 2004 04:54:07 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U4s74S021621; Wed, 30 Jun 2004 04:54:07 GMT (envelope-from kientzle) Message-Id: <200406300454.i5U4s74S021621@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 30 Jun 2004 04:54: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/lib/libarchive archive_read_extract.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 04:54:25 -0000 kientzle 2004-06-30 04:54:07 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_extract.c Log: In case symlinks happen to already be sitting around, be sure to use chmod() and not lchmod() whenever we know we didn't extract a symlink. Revision Changes Path 1.27 +20 -6 src/lib/libarchive/archive_read_extract.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 04:54: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 E97AB16A4E4; Wed, 30 Jun 2004 04:54:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAFCB43D5D; Wed, 30 Jun 2004 04:54:49 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U4sdYZ021662; Wed, 30 Jun 2004 04:54:39 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U4sdnp021661; Wed, 30 Jun 2004 04:54:39 GMT (envelope-from njl) Message-Id: <200406300454.i5U4sdnp021661@repoman.freebsd.org> From: Nate Lawson Date: Wed, 30 Jun 2004 04:54: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/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 04:54:50 -0000 njl 2004-06-30 04:54:39 UTC FreeBSD src repository Modified files: sys/conf files Log: Restore the terminating backslash lost by a typo. Revision Changes Path 1.918 +1 -1 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Wed Jun 30 05:22: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 C7F9E16A4CE; Wed, 30 Jun 2004 05:22:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A96AE43D46; Wed, 30 Jun 2004 05:22:02 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U5LhSa022463; Wed, 30 Jun 2004 05:21:43 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U5LhL6022462; Wed, 30 Jun 2004 05:21:43 GMT (envelope-from njl) Message-Id: <200406300521.i5U5LhL6022462@repoman.freebsd.org> From: Nate Lawson Date: Wed, 30 Jun 2004 05:21: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/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 05:22:02 -0000 njl 2004-06-30 05:21:43 UTC FreeBSD src repository Modified files: sys/conf files Log: Like usbdevs, use before-depend to ensure ordering. Glass plaque award: obrien Revision Changes Path 1.919 +1 -1 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Wed Jun 30 06:33: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 7403C16A4CE; Wed, 30 Jun 2004 06:33:40 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDB4543D41; Wed, 30 Jun 2004 06:33:37 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i5U6dhfU007220 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 30 Jun 2004 09:39:45 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i5U6XRXg073049; Wed, 30 Jun 2004 09:33:27 +0300 (EEST) (envelope-from ru) Date: Wed, 30 Jun 2004 09:33:27 +0300 From: Ruslan Ermilov To: Murray Stokely Message-ID: <20040630063327.GD72772@ip.net.ua> References: <20040630034405.GA4924@hub.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9UV9rz0O2dU/yYYn" Content-Disposition: inline In-Reply-To: <20040630034405.GA4924@hub.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@freebsd.org cc: Tony Ackerman cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files src/sys/dev/ixgb LICENSE README if_ixgb.c if_ixgb.h if_ixgb_osdep.h ixgb_ee.c ixgb_ee.h ixgb_hw.c ixgb_hw.h ixgb_ids.h src/sys/i386/conf GENERIC src/sys/modules/ixgb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 06:33:40 -0000 --9UV9rz0O2dU/yYYn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 30, 2004 at 03:44:05AM +0000, Murray Stokely wrote: > Is a manpage forthcoming for ixgb? >=20 It's there (share/man4/ixgb.4), added back on May 28. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --9UV9rz0O2dU/yYYn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA4l63qRfpzJluFF4RApC2AJ9hHDNrxEtJOjfatMX2nY4FhBuT/wCfS14W +3yVJ/HykfVTEks9y1aPsc0= =sIqP -----END PGP SIGNATURE----- --9UV9rz0O2dU/yYYn-- From owner-cvs-src@FreeBSD.ORG Wed Jun 30 07:04: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 E3DC716A4CF; Wed, 30 Jun 2004 07:04:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC14943D1D; Wed, 30 Jun 2004 07:04:15 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U7410r025842; Wed, 30 Jun 2004 07:04:01 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U741rn025841; Wed, 30 Jun 2004 07:04:01 GMT (envelope-from das) Message-Id: <200406300704.i5U741rn025841@repoman.freebsd.org> From: David Schultz Date: Wed, 30 Jun 2004 07:04:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun/src math.h s_fdim.c s_fmax.c s_fmaxf.c s_fmaxl.c s_fmin.c s_fminf.c s_fminl.c src/lib/msun/man fdim.3 fmax.3 src/lib/msun Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 07:04:16 -0000 das 2004-06-30 07:04:01 UTC FreeBSD src repository Modified files: lib/msun/src math.h lib/msun Makefile Added files: lib/msun/src s_fdim.c s_fmax.c s_fmaxf.c s_fmaxl.c s_fmin.c s_fminf.c s_fminl.c lib/msun/man fdim.3 fmax.3 Log: Implement and document fdim{,f,l}, fmax{,f,l}, and fmin{,f,l}. Revision Changes Path 1.46 +8 -4 src/lib/msun/Makefile 1.1 +86 -0 src/lib/msun/man/fdim.3 (new) 1.1 +96 -0 src/lib/msun/man/fmax.3 (new) 1.37 +12 -3 src/lib/msun/src/math.h 1.1 +46 -0 src/lib/msun/src/s_fdim.c (new) 1.1 +53 -0 src/lib/msun/src/s_fmax.c (new) 1.1 +53 -0 src/lib/msun/src/s_fmaxf.c (new) 1.1 +55 -0 src/lib/msun/src/s_fmaxl.c (new) 1.1 +53 -0 src/lib/msun/src/s_fmin.c (new) 1.1 +53 -0 src/lib/msun/src/s_fminf.c (new) 1.1 +55 -0 src/lib/msun/src/s_fminl.c (new) From owner-cvs-src@FreeBSD.ORG Wed Jun 30 07:54: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 C171E16A4CE; Wed, 30 Jun 2004 07:54:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA9F843D1F; Wed, 30 Jun 2004 07:54:52 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U7sceG027871; Wed, 30 Jun 2004 07:54:38 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U7scRb027870; Wed, 30 Jun 2004 07:54:38 GMT (envelope-from hrs) Message-Id: <200406300754.i5U7scRb027870@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 30 Jun 2004 07:54: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 07:54:52 -0000 hrs 2004-06-30 07:54:38 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes (changes in May 2004): SA-04:10, 04:11, 04:12, acpi(4) per-device sysctls to wake up the system, MAC_STATIC option, mballoc -> mbuma replacement, midi(4) removal, nmdm(4) reliability fixes, fxp(4) per-device sysctls support, Netgraph 4.x compatibility support, net.inet.ip.process_options added, link state change notification support in the routing socket, gconcat(8) removal, GEOM_NOP, GEOM_STRIPE, and GEOM_GATE added, GEOM_GPT in GENERIC, libuwx import, daemon(8) -p pidfile, eeprom(8) added, find(1) -depth n, geom(8) added, id(1) -M, jail(8) -U, ls(1) LC_TYPE support for multibyte character string, smbmsg(8) added, sunlabel(8) -c and -h, tftpd(8) -w and -U, ip6addrctl_* in rc.conf for address selection policy support, and ACPI-CA 20040514 import. typo fixes: s/ethernet/Ethernet/ s/compatibiliy/compatibility/ s/sbus/SBus/ Revision Changes Path 1.742 +149 -10 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 30 08:00:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B313316A4CE; Wed, 30 Jun 2004 08:00:49 +0000 (GMT) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.12.11/8.12.11) with ESMTP id i5U80nKH046309; Wed, 30 Jun 2004 04:00:49 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.12.11/8.12.11/Submit) id i5U80mpK046308; Wed, 30 Jun 2004 04:00:48 -0400 (EDT) (envelope-from green) Date: Wed, 30 Jun 2004 04:00:47 -0400 From: Brian Fundakowski Feldman To: Bruce Evans , Andrew Gallatin , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20040630080047.GC946@green.homeunix.org> References: <200406281915.i5SJFeaV060231@repoman.freebsd.org> <20040628152232.A2977@grasshopper.cs.duke.edu> <20040628193858.GG5635@green.homeunix.org> <16608.30892.745161.730935@grasshopper.cs.duke.edu> <20040629114614.T2908@gamplex.bde.org> <16609.23767.245708.270218@grasshopper.cs.duke.edu> <20040630095111.U2619@gamplex.bde.org> <20040630030248.GA26810@VARK.homeunix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040630030248.GA26810@VARK.homeunix.com> User-Agent: Mutt/1.5.6i Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 08:00:50 -0000 On Tue, Jun 29, 2004 at 08:02:48PM -0700, David Schultz wrote: > On Wed, Jun 30, 2004, Bruce Evans wrote: > > On Tue, 29 Jun 2004, Andrew Gallatin wrote: > > > > > Bruce Evans writes: > > > > On Mon, 28 Jun 2004, Andrew Gallatin wrote: > > > > > > > > Log: > > > > > > > > Fix alpha - the use of min() on longs was loosing the high bits and > > > > > > > > returning wrong answers, leading to strange values vm2->vm_{s,t,d}size. > > > > > > > > MIN() and MAX() should not be used in the kernel. 4.4BSD removed them in > > > > the kernel, but FreeBSD broke this in rev.1.141 of sys/param.h. They > > > > remain removed in RELENG_4. > > > > > > OK. Then what's the correct fix? ulmin()? > > > > Fixing min() to handle all unsigned types is probably best. > > Hmm...but this means either > > a) slightly pessimizing 32-bit ports with a function on uintmax_t's, > > b) using a macro and introducing double-expansion problems, or > > c) using GCC extensions > > Option (c) seems best from a technical standpoint, except that > we'd be making it harder than it already is to compile the kernel > with compilers other than gcc and icc. (Do others have the > statement expr extension?) No, the correct fix is using MIN() or MAX() that are well-documented to provide the exact side-effects C programmers know to expect. They automatically return the correct type, too, with no coercion! -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Wed Jun 30 09:23: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 9A8EA16A4CE; Wed, 30 Jun 2004 09:23:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E6A843D45; Wed, 30 Jun 2004 09:23:11 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U9MmG7030438; Wed, 30 Jun 2004 09:22:48 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U9Mm3Q030437; Wed, 30 Jun 2004 09:22:48 GMT (envelope-from sos) Message-Id: <200406300922.i5U9Mm3Q030437@repoman.freebsd.org> From: Søren Schmidt Date: Wed, 30 Jun 2004 09:22:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-raid.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 09:23:11 -0000 sos 2004-06-30 09:22:47 UTC FreeBSD src repository Modified files: sys/dev/ata ata-raid.c Log: Remove leftover debug output. Revision Changes Path 1.80 +2 -2 src/sys/dev/ata/ata-raid.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 10:24: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 AEB5016A4CE; Wed, 30 Jun 2004 10:24:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A93C443D2F; Wed, 30 Jun 2004 10:24:52 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UAOqWF032014; Wed, 30 Jun 2004 10:24:52 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UAOqE4032013; Wed, 30 Jun 2004 10:24:52 GMT (envelope-from hrs) Message-Id: <200406301024.i5UAOqE4032013@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 30 Jun 2004 10:24: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 10:24:52 -0000 hrs 2004-06-30 10:24:52 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes (changes in the first half of June 2004): sab(4) BREAK_TO_DEBUGGER support, per-class sysctl like dev.foo.0.bar support, kern.always_console_output, fwip(4) added, ng_rfc1490(4) Cisco style encapsulation support, udav(4) promiscuous mode support, geom_vinum added, ALTQ framework import, conscontrol(8) set/unset support, newsyslog(8) improvements, ps(1) -O emul support, sha1(1) and rmd160(1) added, talk(1) now uses "localhost", truss(1) early support on amd64, and tzdata2004a import. MFC: find(1) -depth n added. Style changes: s/ixgb/&man.ixgb.4;/ Revision Changes Path 1.743 +83 -9 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 30 10:30: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 BF76716A4CE; Wed, 30 Jun 2004 10:30:52 +0000 (GMT) Received: from VARK.homeunix.com (adsl-69-107-104-105.dsl.pltn13.pacbell.net [69.107.104.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E88643D4C; Wed, 30 Jun 2004 10:30:52 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.11/8.12.10) with ESMTP id i5UAUJN1067914; Wed, 30 Jun 2004 03:30:19 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.11/8.12.10/Submit) id i5UAUIkj067913; Wed, 30 Jun 2004 03:30:18 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Wed, 30 Jun 2004 03:30:18 -0700 From: David Schultz To: Brian Fundakowski Feldman Message-ID: <20040630103018.GA67854@VARK.homeunix.com> Mail-Followup-To: Brian Fundakowski Feldman , Bruce Evans , Andrew Gallatin , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200406281915.i5SJFeaV060231@repoman.freebsd.org> <20040628152232.A2977@grasshopper.cs.duke.edu> <20040628193858.GG5635@green.homeunix.org> <16608.30892.745161.730935@grasshopper.cs.duke.edu> <20040629114614.T2908@gamplex.bde.org> <16609.23767.245708.270218@grasshopper.cs.duke.edu> <20040630095111.U2619@gamplex.bde.org> <20040630030248.GA26810@VARK.homeunix.com> <20040630080047.GC946@green.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040630080047.GC946@green.homeunix.org> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: Andrew Gallatin cc: Bruce Evans cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 10:30:53 -0000 On Wed, Jun 30, 2004, Brian Fundakowski Feldman wrote: > On Tue, Jun 29, 2004 at 08:02:48PM -0700, David Schultz wrote: > > On Wed, Jun 30, 2004, Bruce Evans wrote: > > > On Tue, 29 Jun 2004, Andrew Gallatin wrote: > > > > > > > Bruce Evans writes: > > > > > On Mon, 28 Jun 2004, Andrew Gallatin wrote: > > > > > > > > > Log: > > > > > > > > > Fix alpha - the use of min() on longs was loosing the high bits and > > > > > > > > > returning wrong answers, leading to strange values vm2->vm_{s,t,d}size. > > > > > > > > > > MIN() and MAX() should not be used in the kernel. 4.4BSD removed them in > > > > > the kernel, but FreeBSD broke this in rev.1.141 of sys/param.h. They > > > > > remain removed in RELENG_4. > > > > > > > > OK. Then what's the correct fix? ulmin()? > > > > > > Fixing min() to handle all unsigned types is probably best. > > > > Hmm...but this means either > > > > a) slightly pessimizing 32-bit ports with a function on uintmax_t's, > > > > b) using a macro and introducing double-expansion problems, or > > > > c) using GCC extensions > > > > Option (c) seems best from a technical standpoint, except that > > we'd be making it harder than it already is to compile the kernel > > with compilers other than gcc and icc. (Do others have the > > statement expr extension?) > > No, the correct fix is using MIN() or MAX() that are well-documented > to provide the exact side-effects C programmers know to expect. They > automatically return the correct type, too, with no coercion! Erm...the only places where people should be using min() and max() over MIN() and MAX() is where double expansion is problematic. It really says something about the limitations of your language when you're allowed to have type independence or applicative order argument evaluation, but not both. From owner-cvs-src@FreeBSD.ORG Wed Jun 30 10:31: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 4672816A4CE; Wed, 30 Jun 2004 10:31:21 +0000 (GMT) Received: from imap.univie.ac.at (mail.univie.ac.at [131.130.1.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CDFA43D45; Wed, 30 Jun 2004 10:31:20 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from pcle2.cc.univie.ac.at (pcle2.cc.univie.ac.at [131.130.2.177]) by imap.univie.ac.at (8.12.10/8.12.10) with ESMTP id i5UAUjpJ1054112; Wed, 30 Jun 2004 12:30:47 +0200 Date: Wed, 30 Jun 2004 12:30:45 +0200 (CEST) From: Lukas Ertl To: =?ISO-8859-1?Q?S=F8ren_Schmidt?= In-Reply-To: <200406252121.i5PLLxeL034862@repoman.freebsd.org> Message-ID: <20040630122937.V6451@pcle2.cc.univie.ac.at> References: <200406252121.i5PLLxeL034862@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-2114736397-1088591445=:6451" X-DCC-ZID-Univie-Metrics: mx9.univie.ac.at 4248; Body=4 Fuz1=4 Fuz2=4 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-raid.c ata-raid.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, 30 Jun 2004 10:31:21 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-2114736397-1088591445=:6451 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Fri, 25 Jun 2004, S=F8ren Schmidt wrote: > FreeBSD src repository > > Modified files: > sys/dev/ata ata-raid.c ata-raid.h > Log: > Add support for LSI type software RAID's. Cool! Are these the ones built into the DL320 machines? They are reported as: atapci0@pci0:2:0: class=3D0x010400 card=3D0x007e0e11 chip=3D0x0649109= 5 rev=3D0x02 hdr=3D0x00 vendor =3D 'Silicon Image Inc (Was: CMD Technology Inc)' device =3D 'PCI-649 Ultra ATA/100 PCI to IDE/ATA Controller' class =3D mass storage subclass =3D RAID thanks, le --=20 Lukas Ertl http://homepage.univie.ac.at/l.ertl/ le@FreeBSD.org http://people.freebsd.org/~le/ --0-2114736397-1088591445=:6451-- From owner-cvs-src@FreeBSD.ORG Wed Jun 30 10:46: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 0885616A4CE; Wed, 30 Jun 2004 10:46:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E081443D49; Wed, 30 Jun 2004 10:46:57 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UAkXxS032669; Wed, 30 Jun 2004 10:46:33 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UAkXwt032668; Wed, 30 Jun 2004 10:46:33 GMT (envelope-from den) Message-Id: <200406301046.i5UAkXwt032668@repoman.freebsd.org> From: Denis Peplin Date: Wed, 30 Jun 2004 10:46: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/release/doc/ru_RU.KOI8-R/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 10:46:58 -0000 den 2004-06-30 10:46:33 UTC FreeBSD src repository (doc committer) Modified files: release/doc/ru_RU.KOI8-R/relnotes/common new.sgml Log: Fix few typos Submitted by: Konstantin Reznichenko Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.3 +4 -4 src/release/doc/ru_RU.KOI8-R/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 30 11:09: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 4CEC516A4CE; Wed, 30 Jun 2004 11:09:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B79F43D31; Wed, 30 Jun 2004 11:09:22 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UB8pJQ033230; Wed, 30 Jun 2004 11:08:51 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UB8pBL033229; Wed, 30 Jun 2004 11:08:51 GMT (envelope-from hrs) Message-Id: <200406301108.i5UB8pBL033229@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 30 Jun 2004 11:08:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 11:09:22 -0000 hrs 2004-06-30 11:08:51 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: KDE 3.2.3. Revision Changes Path 1.744 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 30 11:10: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 9D5F516A4CF; Wed, 30 Jun 2004 11:10:27 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id EED1E43D49; Wed, 30 Jun 2004 11:10:26 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from DeepCore.dk ([192.168.0.130]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i5UBAALf063759; Wed, 30 Jun 2004 13:10:15 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <40E29F92.6000603@DeepCore.dk> Date: Wed, 30 Jun 2004 13:10:10 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.5 (X11/20040329) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lukas Ertl References: <200406252121.i5PLLxeL034862@repoman.freebsd.org> <20040630122937.V6451@pcle2.cc.univie.ac.at> In-Reply-To: <20040630122937.V6451@pcle2.cc.univie.ac.at> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.4 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: =?ISO-8859-1?Q?S=F8ren_Schmidt?= Subject: Re: cvs commit: src/sys/dev/ata ata-raid.c ata-raid.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, 30 Jun 2004 11:10:28 -0000 Lukas Ertl wrote: > On Fri, 25 Jun 2004, Søren Schmidt wrote: > >> FreeBSD src repository >> >> Modified files: >> sys/dev/ata ata-raid.c ata-raid.h >> Log: >> Add support for LSI type software RAID's. > > > Cool! > > Are these the ones built into the DL320 machines? They are reported as: Yeps, those exactly. John Cagle at HP provided me access etc to get this done. LSI would not release docs, so this is what hit them in return :) -- -Søren From owner-cvs-src@FreeBSD.ORG Wed Jun 30 11:15: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 2BAB416A4CE; Wed, 30 Jun 2004 11:15:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E76A43D39; Wed, 30 Jun 2004 11:15:37 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UBEf0U033388; Wed, 30 Jun 2004 11:14:41 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UBEfTi033387; Wed, 30 Jun 2004 11:14:41 GMT (envelope-from hrs) Message-Id: <200406301114.i5UBEfTi033387@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 30 Jun 2004 11:14: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 11:15:37 -0000 hrs 2004-06-30 11:14:41 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Whitespace/style fixes (no content change). Revision Changes Path 1.745 +4 -6 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 30 12:25: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 3F03A16A4CE; Wed, 30 Jun 2004 12:25:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3856943D3F; Wed, 30 Jun 2004 12:25:22 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UCOuwh035407; Wed, 30 Jun 2004 12:24:56 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UCOuSc035406; Wed, 30 Jun 2004 12:24:56 GMT (envelope-from brian) Message-Id: <200406301224.i5UCOuSc035406@repoman.freebsd.org> From: Brian Somers Date: Wed, 30 Jun 2004 12:24:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ppp acf.c async.c hdlc.c hdlc.h link.c link.h lqr.c lqr.h mbuf.h sync.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 12:25:22 -0000 brian 2004-06-30 12:24:56 UTC FreeBSD src repository Modified files: usr.sbin/ppp acf.c async.c hdlc.c hdlc.h link.c link.h lqr.c lqr.h mbuf.h sync.c Log: Re-implement LQM, this time according to the rfc. PR: 11293 MFC after: 4 weeks Revision Changes Path 1.6 +3 -3 src/usr.sbin/ppp/acf.c 1.28 +4 -0 src/usr.sbin/ppp/async.c 1.50 +9 -5 src/usr.sbin/ppp/hdlc.c 1.23 +12 -7 src/usr.sbin/ppp/hdlc.h 1.20 +30 -1 src/usr.sbin/ppp/link.c 1.11 +2 -1 src/usr.sbin/ppp/link.h 1.46 +132 -50 src/usr.sbin/ppp/lqr.c 1.18 +11 -0 src/usr.sbin/ppp/lqr.h 1.28 +2 -1 src/usr.sbin/ppp/mbuf.h 1.7 +7 -3 src/usr.sbin/ppp/sync.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 12:33: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 6AA3616A4CE; Wed, 30 Jun 2004 12:33:29 +0000 (GMT) Received: from Awfulhak.org (awfulhak.demon.co.uk [80.177.173.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DE1243D48; Wed, 30 Jun 2004 12:33:28 +0000 (GMT) (envelope-from brian@Awfulhak.org) Received: from mail.lan.Awfulhak.org (brian@dev.lan.Awfulhak.org [172.16.0.5]) by Awfulhak.org (8.12.11/8.12.11) with SMTP id i5UCXSgV051146; Wed, 30 Jun 2004 13:33:28 +0100 (BST) (envelope-from brian@Awfulhak.org) Date: Wed, 30 Jun 2004 13:33:28 +0100 From: Brian Somers Message-Id: <20040630133328.071bc07b@dev.lan.Awfulhak.org> In-Reply-To: <200406301224.i5UCOuSc035406@repoman.freebsd.org> References: <200406301224.i5UCOuSc035406@repoman.freebsd.org> X-Mailer: Sylpheed version 0.9.11claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on gw.lan.Awfulhak.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ppp acf.c async.c hdlc.c hdlc.h link.c link.h lqr.c lqr.h mbuf.h sync.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 12:33:29 -0000 On Wed, 30 Jun 2004 12:24:56 +0000 (UTC), Brian Somers wrote: > brian 2004-06-30 12:24:56 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/ppp acf.c async.c hdlc.c hdlc.h link.c link.h > lqr.c lqr.h mbuf.h sync.c > Log: > Re-implement LQM, this time according to the rfc. > > PR: 11293 > MFC after: 4 weeks [.....] I'd be interested in peoples comments on the analysis that now turns up with ``set log +lqm''. My only real-world testing has been with my ADSL provider, and with output such as: LQM: ADSL: Input: LQM: Magic: 22264bc4 LastOutLQRs: 00000011 LQM: LastOutPackets: 0000267d LastOutOctets: 00ba1202 LQM: PeerInLQRs: 00000010 PeerInPackets: 02f31620 LQM: PeerInDiscards: 00000000 PeerInErrors: 00000000 LQM: PeerInOctets: bc00380e PeerOutLQRs: 00000010 LQM: PeerOutPackets: 4348204d PeerOutOctets: 4441502f [.....] LQM: ADSL: Input: LQM: Magic: 22264bc4 LastOutLQRs: 00000012 LQM: LastOutPackets: 00002a91 LastOutOctets: 00ce7585 LQM: PeerInLQRs: 00000011 PeerInPackets: 02f31a34 LQM: PeerInDiscards: 00000000 PeerInErrors: 00000000 LQM: PeerInOctets: bc14a3b9 PeerOutLQRs: 00000011 LQM: PeerOutPackets: 00000000 PeerOutOctets: 00004545 LQM: Analysis: LQM: Outbound lossage: 0 LQRs (0 en route), 0 packets, -2088 octets LQM: Inbound lossage: -1128801017 packets, -1145157573 octets LQM: Likely due to transport congestion I can only blame their implementation -- believe me, those PeerOutPackets/Octets are not for real!!! Perhaps they're including some L2TP header info or something with their PeerInOctets value... Cheers. -- Brian Don't _EVER_ lose your sense of humour ! From owner-cvs-src@FreeBSD.ORG Wed Jun 30 13: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 82E2916A4CE; Wed, 30 Jun 2004 13:09:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6411B43D4C; Wed, 30 Jun 2004 13:09:33 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UD9Eo0036514; Wed, 30 Jun 2004 13:09:14 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UD9D5k036513; Wed, 30 Jun 2004 13:09:13 GMT (envelope-from nyan) Message-Id: <200406301309.i5UD9D5k036513@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 30 Jun 2004 13:09: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/modules Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 13:09:33 -0000 nyan 2004-06-30 13:09:13 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: The ahb module is not needed for pc98. Revision Changes Path 1.386 +1 -1 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Wed Jun 30 13:13: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 E560416A4CE; Wed, 30 Jun 2004 13:13:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C756143D41; Wed, 30 Jun 2004 13:13:30 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UDCPYD036677; Wed, 30 Jun 2004 13:12:25 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UDCPDg036676; Wed, 30 Jun 2004 13:12:25 GMT (envelope-from hrs) Message-Id: <200406301312.i5UDCPDg036676@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 30 Jun 2004 13:12:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/share/sgml release.ent X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 13:13:31 -0000 hrs 2004-06-30 13:12:25 UTC FreeBSD src repository Modified files: release/doc/share/sgml release.ent Log: Bump &release.prev; and &release.prev.stable;. Revision Changes Path 1.18 +2 -2 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Wed Jun 30 13:16: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 DDDF016A4CE; Wed, 30 Jun 2004 13:16:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D592943D4C; Wed, 30 Jun 2004 13:16:57 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UDF5LQ036905; Wed, 30 Jun 2004 13:15:05 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UDF5LE036904; Wed, 30 Jun 2004 13:15:05 GMT (envelope-from hrs) Message-Id: <200406301315.i5UDF5LE036904@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 30 Jun 2004 13:15: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/release/doc/en_US.ISO8859-1/relnotes/alpha article.sgml src/release/doc/en_US.ISO8859-1/relnotes/amd64new.sgml src/release/doc/en_US.ISO8859-1/relnotes/ia64article.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: Wed, 30 Jun 2004 13:16:58 -0000 hrs 2004-06-30 13:15:05 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/alpha article.sgml release/doc/en_US.ISO8859-1/relnotes/amd64 article.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml release/doc/en_US.ISO8859-1/relnotes/i386 article.sgml release/doc/en_US.ISO8859-1/relnotes/ia64 article.sgml release/doc/en_US.ISO8859-1/relnotes/pc98 article.sgml release/doc/en_US.ISO8859-1/relnotes/sparc64 article.sgml Log: Add urls.ent and use the entities for URLs. Revision Changes Path 1.5 +2 -0 src/release/doc/en_US.ISO8859-1/relnotes/alpha/article.sgml 1.3 +2 -0 src/release/doc/en_US.ISO8859-1/relnotes/amd64/article.sgml 1.746 +3 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml 1.6 +2 -0 src/release/doc/en_US.ISO8859-1/relnotes/i386/article.sgml 1.3 +2 -0 src/release/doc/en_US.ISO8859-1/relnotes/ia64/article.sgml 1.3 +2 -0 src/release/doc/en_US.ISO8859-1/relnotes/pc98/article.sgml 1.5 +2 -0 src/release/doc/en_US.ISO8859-1/relnotes/sparc64/article.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 30 13:36: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 CF09616A4CE; Wed, 30 Jun 2004 13:36:17 +0000 (GMT) Received: from a.mail.sonic.net (a.mail.sonic.net [64.142.16.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB4C843D3F; Wed, 30 Jun 2004 13:36:17 +0000 (GMT) (envelope-from bmah@freebsd.org) Received: from tomcat.kitchenlab.org (adsl-64-142-31-107.sonic.net [64.142.31.107]) by a.mail.sonic.net (8.12.11/8.12.11) with ESMTP id i5UDZSBD013910 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 30 Jun 2004 06:35:28 -0700 Received: from tomcat.kitchenlab.org (localhost.kitchenlab.org [127.0.0.1]) i5UDZS7X099558; Wed, 30 Jun 2004 06:35:28 -0700 (PDT) (envelope-from bmah@freebsd.org) Received: (from bmah@localhost) by tomcat.kitchenlab.org (8.12.11/8.12.11/Submit) id i5UDZSD5099557; Wed, 30 Jun 2004 06:35:28 -0700 (PDT) (envelope-from bmah@freebsd.org) X-Authentication-Warning: tomcat.kitchenlab.org: bmah set sender to bmah@freebsd.org using -f From: "Bruce A. Mah" To: Hiroki Sato , Murray Stokely , Tom Rhodes In-Reply-To: <200406301315.i5UDF5LE036904@repoman.freebsd.org> References: <200406301315.i5UDF5LE036904@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-EdOc/02N92wWEmkqyu+H" Message-Id: <1088602527.28086.11.camel@tomcat.kitchenlab.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 30 Jun 2004 06:35:27 -0700 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/alpha article.sgml src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml src/release/doc/en_US.ISO8859-1/relnotes/i386 article.sgml src/release/doc/en_US.ISO8859-1/relnotes/ia64 article.sgml src/release/doc/en_US.ISO8859-1/relnotes/pc98 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: Wed, 30 Jun 2004 13:36:18 -0000 --=-EdOc/02N92wWEmkqyu+H Content-Type: text/plain Content-Transfer-Encoding: quoted-printable [Many release notes updates over the past 24 hours] Thanks, guys, great job! Bruce. --=-EdOc/02N92wWEmkqyu+H Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBA4sGe2MoxcVugUsMRAnboAJ47buqhLg2em2IxoFIkWUwKgl8llQCbBOui VInpuGncfozHYrh5rxlzpyE= =q+Rf -----END PGP SIGNATURE----- --=-EdOc/02N92wWEmkqyu+H-- From owner-cvs-src@FreeBSD.ORG Wed Jun 30 13:55: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 DD46116A4CE; Wed, 30 Jun 2004 13:55:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC5BC43D39; Wed, 30 Jun 2004 13:55:53 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UDt8Hm038055; Wed, 30 Jun 2004 13:55:08 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UDt8ZN038054; Wed, 30 Jun 2004 13:55:08 GMT (envelope-from tjr) Message-Id: <200406301355.i5UDt8ZN038054@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 30 Jun 2004 13:55: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/include wordexp.h src/lib/libc/gen wordexp.3 wordexp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 13:55:54 -0000 tjr 2004-06-30 13:55:08 UTC FreeBSD src repository Modified files: include wordexp.h lib/libc/gen wordexp.3 wordexp.c Log: Fix typo: WRDE_DOOFS -> WRDE_DOOFFS. Noticed by: Stoned Elipot Revision Changes Path 1.5 +1 -1 src/include/wordexp.h 1.7 +2 -2 src/lib/libc/gen/wordexp.3 1.6 +3 -3 src/lib/libc/gen/wordexp.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 13:59: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 410B416A4CF; Wed, 30 Jun 2004 13:59:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 222AA43D48; Wed, 30 Jun 2004 13:59:51 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UDxeCb038183; Wed, 30 Jun 2004 13:59:40 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UDxeOT038182; Wed, 30 Jun 2004 13:59:40 GMT (envelope-from hrs) Message-Id: <200406301359.i5UDxeOT038182@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 30 Jun 2004 13:59: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/release/doc/en_US.ISO8859-1/early-adopter 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: Wed, 30 Jun 2004 13:59:51 -0000 hrs 2004-06-30 13:59:40 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/early-adopter article.sgml Log: Bump the copyright year and &release.4last;, and add a note about Errata Branch. PR: www/67651 Revision Changes Path 1.18 +17 -15 src/release/doc/en_US.ISO8859-1/early-adopter/article.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 30 14:07: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 4A9A016A4D0; Wed, 30 Jun 2004 14:07:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A7E643D55; Wed, 30 Jun 2004 14:07:42 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UE7co4038478; Wed, 30 Jun 2004 14:07:38 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UE7cja038477; Wed, 30 Jun 2004 14:07:38 GMT (envelope-from den) Message-Id: <200406301407.i5UE7cja038477@repoman.freebsd.org> From: Denis Peplin Date: Wed, 30 Jun 2004 14:07: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/release/doc/ru_RU.KOI8-R/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 14:07:42 -0000 den 2004-06-30 14:07:38 UTC FreeBSD src repository (doc committer) Modified files: release/doc/ru_RU.KOI8-R/relnotes/common new.sgml Log: MFen 1.745 Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.4 +295 -14 src/release/doc/ru_RU.KOI8-R/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 30 14:16: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 EEBF816A4CE for ; Wed, 30 Jun 2004 14:16:25 +0000 (GMT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 3088F43D2D for ; Wed, 30 Jun 2004 14:16:25 +0000 (GMT) (envelope-from nate@root.org) Received: (qmail 39738 invoked by uid 1000); 30 Jun 2004 14:15:52 -0000 Date: Wed, 30 Jun 2004 07:15:52 -0700 (PDT) From: Nate Lawson To: "Tim J. Robbins" In-Reply-To: <20040630135558.1931916A4DC@hub.freebsd.org> Message-ID: <20040630071522.O39565@root.org> References: <20040630135558.1931916A4DC@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include wordexp.h src/lib/libc/gen wordexp.3 wordexp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 14:16:26 -0000 On Wed, 30 Jun 2004, Tim J. Robbins wrote: > tjr 2004-06-30 13:55:08 UTC > > FreeBSD src repository > > Modified files: > include wordexp.h > lib/libc/gen wordexp.3 wordexp.c > Log: > Fix typo: WRDE_DOOFS -> WRDE_DOOFFS. > > Noticed by: Stoned Elipot > > Revision Changes Path > 1.5 +1 -1 src/include/wordexp.h > 1.7 +2 -2 src/lib/libc/gen/wordexp.3 > 1.6 +3 -3 src/lib/libc/gen/wordexp.c On first glance, I thought this was an EDOOFUS commit. -Nate From owner-cvs-src@FreeBSD.ORG Wed Jun 30 14:19: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 3BCFD16A4CE; Wed, 30 Jun 2004 14:19:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0290B43D39; Wed, 30 Jun 2004 14:19:42 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UEJS5c038792; Wed, 30 Jun 2004 14:19:28 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UEJS2m038791; Wed, 30 Jun 2004 14:19:28 GMT (envelope-from njl) Message-Id: <200406301419.i5UEJS2m038791@repoman.freebsd.org> From: Nate Lawson Date: Wed, 30 Jun 2004 14:19:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files files.amd64 files.i386 files.ia64 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 14:19:42 -0000 njl 2004-06-30 14:19:28 UTC FreeBSD src repository Modified files: sys/conf files files.amd64 files.i386 files.ia64 Log: Move acpi_if.m to files.{amd64,i386,ia64}. This should fix the alpha build. Pointed out by: gallatin Revision Changes Path 1.920 +0 -1 src/sys/conf/files 1.38 +1 -0 src/sys/conf/files.amd64 1.495 +1 -0 src/sys/conf/files.i386 1.69 +1 -0 src/sys/conf/files.ia64 From owner-cvs-src@FreeBSD.ORG Wed Jun 30 14:53: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 3099916A4CE; Wed, 30 Jun 2004 14:53:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 125F543D45; Wed, 30 Jun 2004 14:53:30 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UEqo06039844; Wed, 30 Jun 2004 14:52:50 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UEqowY039843; Wed, 30 Jun 2004 14:52:50 GMT (envelope-from imp) Message-Id: <200406301452.i5UEqowY039843@repoman.freebsd.org> From: Warner Losh Date: Wed, 30 Jun 2004 14:52:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 14:53:30 -0000 imp 2004-06-30 14:52:50 UTC FreeBSD src repository Modified files: sys/conf files Log: My last commit broke oldcard. Rather than duplicate the lines for pccarddevs.h, just make it standard for now. Once oldcard is gone, we'll revisit. Revision Changes Path 1.921 +1 -1 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Wed Jun 30 15:10: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 9871616A4CE; Wed, 30 Jun 2004 15:10:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79E0A43D31; Wed, 30 Jun 2004 15:10:19 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UFA27F040265; Wed, 30 Jun 2004 15:10:02 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UFA27H040264; Wed, 30 Jun 2004 15:10:02 GMT (envelope-from njl) Message-Id: <200406301510.i5UFA27H040264@repoman.freebsd.org> From: Nate Lawson Date: Wed, 30 Jun 2004 15:10: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.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 15:10:19 -0000 njl 2004-06-30 15:10:02 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Diff reduction for style. Revision Changes Path 1.171 +3 -6 src/sys/dev/acpica/acpi.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 15:57: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 2B3E216A4CE; Wed, 30 Jun 2004 15:57:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B42043D39; Wed, 30 Jun 2004 15:57:52 +0000 (GMT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UFvaEV041644; Wed, 30 Jun 2004 15:57:36 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UFvatf041643; Wed, 30 Jun 2004 15:57:36 GMT (envelope-from mtm) Message-Id: <200406301557.i5UFvatf041643@repoman.freebsd.org> From: Mike Makonnen Date: Wed, 30 Jun 2004 15:57:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_create.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 15:57:52 -0000 mtm 2004-06-30 15:57:36 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_create.c Log: When a thread is created suspended have libthr suspend it explicitly instead of asking the kernel to do it when we create the thread. Revision Changes Path 1.16 +3 -10 src/lib/libthr/thread/thr_create.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 15:59: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 1C61316A4CE; Wed, 30 Jun 2004 15:59:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F105943D49; Wed, 30 Jun 2004 15:59:50 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UFwkrh041696; Wed, 30 Jun 2004 15:58:47 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UFwk6K041695; Wed, 30 Jun 2004 15:58:46 GMT (envelope-from imp) Message-Id: <200406301558.i5UFwk6K041695@repoman.freebsd.org> From: Warner Losh Date: Wed, 30 Jun 2004 15:58: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/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, 30 Jun 2004 15:59:51 -0000 imp 2004-06-30 15:58:46 UTC FreeBSD src repository Modified files: etc/defaults rc.conf Log: devd is now on by default Reviewed by: dfr,njr (not nate!) Revision Changes Path 1.210 +1 -1 src/etc/defaults/rc.conf From owner-cvs-src@FreeBSD.ORG Wed Jun 30 16:00: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 733CA16A4CE; Wed, 30 Jun 2004 16:00:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54FF443D4C; Wed, 30 Jun 2004 16:00:50 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UG0LV5041747; Wed, 30 Jun 2004 16:00:21 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UG0KVX041746; Wed, 30 Jun 2004 16:00:20 GMT (envelope-from njl) Message-Id: <200406301600.i5UG0KVX041746@repoman.freebsd.org> From: Nate Lawson Date: Wed, 30 Jun 2004 16:00:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_ec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 16:00:50 -0000 njl 2004-06-30 16:00:20 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_ec.c Log: Disable the EC GPE in the shutdown path. This is correct but is not known to fix any bug. Revision Changes Path 1.55 +13 -0 src/sys/dev/acpica/acpi_ec.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 16:03: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 3B48E16A4CF; Wed, 30 Jun 2004 16:03:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C74D43D1F; Wed, 30 Jun 2004 16:03:08 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UG2eRu041887; Wed, 30 Jun 2004 16:02:40 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UG2eTT041886; Wed, 30 Jun 2004 16:02:40 GMT (envelope-from njl) Message-Id: <200406301602.i5UG2eTT041886@repoman.freebsd.org> From: Nate Lawson Date: Wed, 30 Jun 2004 16:02:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_powerres.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 16:03:08 -0000 njl 2004-06-30 16:02:40 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_powerres.c Log: Add a method for referencing/switching power resources based on _PRW. This brings us into line with the standard, which requires power resources be enabled when wake is enabled for a given device. Move the dereferencing code into its own function, +acpi_pwr_dereference_resource(). Revision Changes Path 1.24 +56 -11 src/sys/dev/acpica/acpi_powerres.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 16:03: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 511D316A4CE; Wed, 30 Jun 2004 16:03:57 +0000 (GMT) Received: from telecom.net.et (sparrow.telecom.net.et [213.55.64.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4738843D2D; Wed, 30 Jun 2004 16:03:53 +0000 (GMT) (envelope-from mtm@identd.net) Received: from [213.55.67.128] (HELO pool-151-200-10-97.res.east.verizon.net) by telecom.net.et (CommuniGate Pro SMTP 3.4.8) with ESMTP-TLS id 50216920; Wed, 30 Jun 2004 18:57:01 +0300 Received: from rogue.acs-et.com (localhost [127.0.0.1]) ESMTP id i5UG4JRC013467; Wed, 30 Jun 2004 19:04:19 +0300 (EAT) (envelope-from mtm@rogue.acs-et.com) Received: (from mtm@localhost) by rogue.acs-et.com (8.12.11/8.12.11/Submit) id i5UG4ILk013466; Wed, 30 Jun 2004 19:04:18 +0300 (EAT) (envelope-from mtm) Date: Wed, 30 Jun 2004 19:04:18 +0300 From: Mike Makonnen To: "David O'Brien" Message-ID: <20040630160418.GA13408@rogue.acs-et.com> References: <200406260927.i5Q9RUVZ056522@repoman.freebsd.org> <20040626102154.GA3359@rogue.acs-et.com> <20040626172949.GB3907@dragon.nuxi.com> <20040627084958.GB983@rogue.acs-et.com> <20040627163049.GA60844@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040627163049.GA60844@dragon.nuxi.com> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD/5.2-CURRENT (i386) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.shutdown rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 16:03:57 -0000 On Sun, Jun 27, 2004 at 09:30:49AM -0700, David O'Brien wrote: > On Sun, Jun 27, 2004 at 11:49:58AM +0300, Mike Makonnen wrote: > > On Sat, Jun 26, 2004 at 10:29:49AM -0700, David O'Brien wrote: > > > On Sat, Jun 26, 2004 at 01:21:54PM +0300, Mike Makonnen wrote: > > > > You might still see messages from ports, which don't use the > > > > base system rc.subr script. But I'm working on getting that fixed > > > > by making it possible for ports to use the base system rc.subr. > > > > > > I thought they already did (at least on late model 5-CURRENT). > > > > Not that I'm aware. Ports use a separate copy of rc.subr that gets > > downloaded as a dependency. > > Not for a while now: > > # USE_RC_SUBR - Says the ports startup/shutdown script uses > # the common routines found in etc/rc.subr and > # may need to depend on the sysutils/rc_subr port. > ... > .if defined(USE_RC_SUBR) > .if ${OSVERSION} < 500037 > RUN_DEPENDS+= ${LOCALBASE}/etc/rc.subr:${PORTSDIR}/sysutils/rc_subr > RC_SUBR= ${LOCALBASE}/etc/rc.subr > .else > RC_SUBR= /etc/rc.subr > .endif > .endif hmm... I need to upgrade my ports then. Thanks for letting me know before I wasted time doing something that was not necessary :) Cheers. -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc mtm@identd.net | Fingerprint: AC7B 5672 2D11 F4D0 EBF8 5279 5359 2B82 7CD4 1F55 mtm@FreeBSD.Org| FreeBSD - Unleash the Daemon ! From owner-cvs-src@FreeBSD.ORG Wed Jun 30 16:08: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 79ECA16A4CE; Wed, 30 Jun 2004 16:08:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72EBD43D4C; Wed, 30 Jun 2004 16:08:37 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UG83OH042134; Wed, 30 Jun 2004 16:08:03 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UG831p042133; Wed, 30 Jun 2004 16:08:03 GMT (envelope-from njl) Message-Id: <200406301608.i5UG831p042133@repoman.freebsd.org> From: Nate Lawson Date: Wed, 30 Jun 2004 16:08:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_button.c acpi_lid.c acpi_pci.c acpi_pcib_acpi.c acpivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 16:08:37 -0000 njl 2004-06-30 16:08:03 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_button.c acpi_lid.c acpi_pci.c acpi_pcib_acpi.c acpivar.h Log: Move flags into a private ivar so it can't collide with device flags. Unify the code to disable GPEs with the enable code. Shutdown is handled the same way. ACPI now does all wake/sleep prep for child devices so now they no longer need to call external functions in the suspend/resume path. Add the flags to non-ACPI busses (i.e., pci). Revision Changes Path 1.172 +92 -107 src/sys/dev/acpica/acpi.c 1.29 +0 -5 src/sys/dev/acpica/acpi_button.c 1.25 +0 -5 src/sys/dev/acpica/acpi_lid.c 1.21 +25 -2 src/sys/dev/acpica/acpi_pci.c 1.37 +10 -0 src/sys/dev/acpica/acpi_pcib_acpi.c 1.76 +10 -5 src/sys/dev/acpica/acpivar.h From owner-cvs-src@FreeBSD.ORG Wed Jun 30 16:39: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 035E816A4CE; Wed, 30 Jun 2004 16:39:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D884B43D39; Wed, 30 Jun 2004 16:39:46 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UGc2Ps042971; Wed, 30 Jun 2004 16:38:02 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UGc2uo042970; Wed, 30 Jun 2004 16:38:02 GMT (envelope-from hrs) Message-Id: <200406301638.i5UGc2uo042970@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 30 Jun 2004 16:38:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 16:39:47 -0000 hrs 2004-06-30 16:38:02 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes (changes in the second half of June 2004): kern.sched.name added, pseudo-interface cloning changes, cut(1) -c, -f, and -d multibyte locale support, indent(1) -fbs and -ut support, pkg_create(1) -S support, and pkg_info(1) -j support. MFC: sha1(1) and rmd160(1) added, and CVS 1.11.15 -> 1.11.17 update. Revision Changes Path 1.747 +38 -4 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 30 16:47: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 ECA4016A4CE; Wed, 30 Jun 2004 16:47:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF38143D2F; Wed, 30 Jun 2004 16:47:23 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UGl8dM043263; Wed, 30 Jun 2004 16:47:08 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UGl8bd043262; Wed, 30 Jun 2004 16:47:08 GMT (envelope-from maxim) Message-Id: <200406301647.i5UGl8bd043262@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 30 Jun 2004 16:47: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/etc ftpusers src/etc/mail aliases src/share/examples/pppd ppp.deny.sample X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 16:47:24 -0000 maxim 2004-06-30 16:47:08 UTC FreeBSD src repository Modified files: etc ftpusers etc/mail aliases share/examples/pppd ppp.deny.sample Log: Add user _pflogd. Revision Changes Path 1.13 +1 -0 src/etc/ftpusers 1.20 +1 -0 src/etc/mail/aliases 1.12 +1 -0 src/share/examples/pppd/ppp.deny.sample From owner-cvs-src@FreeBSD.ORG Wed Jun 30 16:54: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 62DAF16A4CE; Wed, 30 Jun 2004 16:54:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44C3843D41; Wed, 30 Jun 2004 16:54:38 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UGsA1o043583; Wed, 30 Jun 2004 16:54:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UGsAS0043582; Wed, 30 Jun 2004 16:54:10 GMT (envelope-from imp) Message-Id: <200406301654.i5UGsAS0043582@repoman.freebsd.org> From: Warner Losh Date: Wed, 30 Jun 2004 16:54:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys rman.h src/sys/kern subr_bus.c subr_rman.c src/sys/i386/i386 nexus.c 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: Wed, 30 Jun 2004 16:54:38 -0000 imp 2004-06-30 16:54:10 UTC FreeBSD src repository Modified files: sys/sys rman.h sys/kern subr_bus.c subr_rman.c sys/i386/i386 nexus.c sys/dev/acpica acpi.c Log: Hide struct resource and struct rman. You must define __RMAN_RESOURCE_VISIBLE to see inside these now. Reviewed by: dfr, njl (not njr) Revision Changes Path 1.173 +1 -0 src/sys/dev/acpica/acpi.c 1.57 +1 -0 src/sys/i386/i386/nexus.c 1.154 +1 -0 src/sys/kern/subr_bus.c 1.33 +1 -0 src/sys/kern/subr_rman.c 1.21 +6 -0 src/sys/sys/rman.h From owner-cvs-src@FreeBSD.ORG Wed Jun 30 16:58: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 169C616A4CE; Wed, 30 Jun 2004 16:58:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB9DF43D2D; Wed, 30 Jun 2004 16:58:39 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UGwH1Y043765; Wed, 30 Jun 2004 16:58:17 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UGwHJX043764; Wed, 30 Jun 2004 16:58:17 GMT (envelope-from rik) Message-Id: <200406301658.i5UGwHJX043764@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 30 Jun 2004 16:58:17 +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/cp cpddk.c cpddk.h if_cp.c ng_cp.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, 30 Jun 2004 16:58:40 -0000 rik 2004-06-30 16:58:17 UTC FreeBSD src repository Added files: (Branch: RELENG_4) sys/dev/cp cpddk.c cpddk.h if_cp.c ng_cp.h Log: MFC: Add cp(4) driver for Cronyx Tau-PCI serial adapters. Requested by: Cronyx users. Revision Changes Path 1.1.2.1 +5823 -0 src/sys/dev/cp/cpddk.c (new) 1.1.2.1 +362 -0 src/sys/dev/cp/cpddk.h (new) 1.9.2.1 +2784 -0 src/sys/dev/cp/if_cp.c (new) 1.1.2.1 +31 -0 src/sys/dev/cp/ng_cp.h (new) From owner-cvs-src@FreeBSD.ORG Wed Jun 30 17:05: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 A06A616A4CE; Wed, 30 Jun 2004 17:05:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8352E43D1F; Wed, 30 Jun 2004 17:05:25 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UH5HrE043989; Wed, 30 Jun 2004 17:05:17 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UH5Hv9043988; Wed, 30 Jun 2004 17:05:17 GMT (envelope-from rik) Message-Id: <200406301705.i5UH5Hv9043988@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 30 Jun 2004 17:05:17 +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/modules/cp Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 17:05:25 -0000 rik 2004-06-30 17:05:17 UTC FreeBSD src repository Added files: (Branch: RELENG_4) sys/modules/cp Makefile Log: MFC: Add cp(4) driver for Cronyx Tau-PCI adapters. Requested by: Cronyx users. Revision Changes Path 1.1.2.1 +45 -0 src/sys/modules/cp/Makefile (new) From owner-cvs-src@FreeBSD.ORG Wed Jun 30 17:15: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 7895D16A4CE; Wed, 30 Jun 2004 17:15:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DDF243D53; Wed, 30 Jun 2004 17:15:17 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UHEuk9044256; Wed, 30 Jun 2004 17:14:56 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UHEuZl044255; Wed, 30 Jun 2004 17:14:56 GMT (envelope-from rik) Message-Id: <200406301714.i5UHEuZl044255@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 30 Jun 2004 17:14:56 +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/man4.i386 cp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 17:15:20 -0000 rik 2004-06-30 17:14:56 UTC FreeBSD src repository Added files: (Branch: RELENG_4) share/man/man4/man4.i386 cp.4 Log: MFC: Add cp(4) driver for Cronyx Tau-PCI adapters. Requested by: Cronyx users. Revision Changes Path 1.3.2.1 +97 -0 src/share/man/man4/man4.i386/cp.4 (new) From owner-cvs-src@FreeBSD.ORG Wed Jun 30 17:25: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 3905716A4CE; Wed, 30 Jun 2004 17:25:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B12643D39; Wed, 30 Jun 2004 17:25:15 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UHOR4N044537; Wed, 30 Jun 2004 17:24:27 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UHORgq044536; Wed, 30 Jun 2004 17:24:27 GMT (envelope-from ru) Message-Id: <200406301724.i5UHORgq044536@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 30 Jun 2004 17:24:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 led.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 17:25:15 -0000 ru 2004-06-30 17:24:27 UTC FreeBSD src repository Modified files: share/man/man4 led.4 Log: Markup and grammar fixes. Revision Changes Path 1.7 +72 -51 src/share/man/man4/led.4 From owner-cvs-src@FreeBSD.ORG Wed Jun 30 17:27: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 47F6216A4CE; Wed, 30 Jun 2004 17:27:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A2D343D46; Wed, 30 Jun 2004 17:27:42 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UHQVxD044660; Wed, 30 Jun 2004 17:26:31 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UHQVUx044659; Wed, 30 Jun 2004 17:26:31 GMT (envelope-from ru) Message-Id: <200406301726.i5UHQVUx044659@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 30 Jun 2004 17:26: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/share/man/man4 ips.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 17:27:42 -0000 ru 2004-06-30 17:26:31 UTC FreeBSD src repository Modified files: share/man/man4 ips.4 Log: Minor markup tweaks. Revision Changes Path 1.3 +5 -9 src/share/man/man4/ips.4 From owner-cvs-src@FreeBSD.ORG Wed Jun 30 17:31: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 E6E4B16A4CE; Wed, 30 Jun 2004 17:31:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C39FE43D5F; Wed, 30 Jun 2004 17:31:52 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UHVivU044868; Wed, 30 Jun 2004 17:31:44 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UHViEY044867; Wed, 30 Jun 2004 17:31:44 GMT (envelope-from cperciva) Message-Id: <200406301731.i5UHViEY044867@repoman.freebsd.org> From: Colin Percival Date: Wed, 30 Jun 2004 17:31: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/compat/linux linux_ioctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 17:31:53 -0000 cperciva 2004-06-30 17:31:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/compat/linux linux_ioctl.c Log: FreeBSD-SA-04:13.linux: MFC revision 1.116 of sys/compat/linux/linux_ioctl.c Approved by: so (des) Revision Changes Path 1.55.2.13 +18 -10 src/sys/compat/linux/linux_ioctl.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 17:32: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 8230016A4CE; Wed, 30 Jun 2004 17:32:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62F0D43D2F; Wed, 30 Jun 2004 17:32:35 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UHWO9T044965; Wed, 30 Jun 2004 17:32:24 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UHWO7M044964; Wed, 30 Jun 2004 17:32:24 GMT (envelope-from cperciva) Message-Id: <200406301732.i5UHWO7M044964@repoman.freebsd.org> From: Colin Percival Date: Wed, 30 Jun 2004 17:32:24 +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/compat/linux linux_ioctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 17:32:35 -0000 cperciva 2004-06-30 17:32:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_8) . UPDATING sys/conf newvers.sh sys/compat/linux linux_ioctl.c Log: FreeBSD-SA-04:13.linux: MFC revision 1.116 of sys/compat/linux/linux_ioctl.c Bump newvers.sh and document in UPDATING. Approved by: so (des) Revision Changes Path 1.73.2.80.2.27 +4 -0 src/UPDATING 1.55.2.10.6.1 +18 -10 src/sys/compat/linux/linux_ioctl.c 1.44.2.29.2.25 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed Jun 30 17:33:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71E0716A4D0; Wed, 30 Jun 2004 17:33:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AF3F43D41; Wed, 30 Jun 2004 17:33:46 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UHXOc9045058; Wed, 30 Jun 2004 17:33:24 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UHXOHS045057; Wed, 30 Jun 2004 17:33:24 GMT (envelope-from cperciva) Message-Id: <200406301733.i5UHXOHS045057@repoman.freebsd.org> From: Colin Percival Date: Wed, 30 Jun 2004 17:33:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_9 Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/compat/linux linux_ioctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 17:33:46 -0000 cperciva 2004-06-30 17:33:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_9) . UPDATING sys/conf newvers.sh sys/compat/linux linux_ioctl.c Log: FreeBSD-SA-04:13.linux: MFC revision 1.116 of sys/compat/linux/linux_ioctl.c Bump newvers.sh and document in UPDATING. Approved by: so (des) Revision Changes Path 1.73.2.89.2.12 +4 -0 src/UPDATING 1.55.2.12.2.1 +18 -10 src/sys/compat/linux/linux_ioctl.c 1.44.2.32.2.12 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed Jun 30 17:34:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E89616A4CE; Wed, 30 Jun 2004 17:34:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60A8C43D54; Wed, 30 Jun 2004 17:34:15 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UHXtir045099; Wed, 30 Jun 2004 17:33:56 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UHXtN7045098; Wed, 30 Jun 2004 17:33:55 GMT (envelope-from rik) Message-Id: <200406301733.i5UHXtN7045098@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 30 Jun 2004 17:33:55 +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/conf files.i386 majors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 17:34:15 -0000 rik 2004-06-30 17:33:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf files.i386 majors Log: MFC: Add cp(4) driver for Cronyx Tau-PCI. Requested by: Cronyx users. Revision Changes Path 1.307.2.46 +2 -0 src/sys/conf/files.i386 1.98.2.25 +1 -1 src/sys/conf/majors From owner-cvs-src@FreeBSD.ORG Wed Jun 30 17:34: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 796BB16A4CE; Wed, 30 Jun 2004 17:34:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5952043D2D; Wed, 30 Jun 2004 17:34:20 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UHXxa3045172; Wed, 30 Jun 2004 17:33:59 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UHXx59045171; Wed, 30 Jun 2004 17:33:59 GMT (envelope-from cperciva) Message-Id: <200406301733.i5UHXx59045171@repoman.freebsd.org> From: Colin Percival Date: Wed, 30 Jun 2004 17:33:59 +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/compat/linux linux_ioctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 17:34:20 -0000 cperciva 2004-06-30 17:33:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_10) . UPDATING sys/conf newvers.sh sys/compat/linux linux_ioctl.c Log: FreeBSD-SA-04:13.linux: MFC revision 1.116 of sys/compat/linux/linux_ioctl.c Bump newvers.sh and document in UPDATING. Approved by: so (des) Revision Changes Path 1.73.2.90.2.3 +4 -0 src/UPDATING 1.55.2.12.4.1 +18 -10 src/sys/compat/linux/linux_ioctl.c 1.44.2.34.2.4 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed Jun 30 17: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 6107716A4CF; Wed, 30 Jun 2004 17:35:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40BB343D2F; Wed, 30 Jun 2004 17:35:11 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UHYcbR045267; Wed, 30 Jun 2004 17:34:38 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UHYc7N045266; Wed, 30 Jun 2004 17:34:38 GMT (envelope-from cperciva) Message-Id: <200406301734.i5UHYc7N045266@repoman.freebsd.org> From: Colin Percival Date: Wed, 30 Jun 2004 17:34:38 +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/conf newvers.sh src/sys/compat/linux linux_ioctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 17:35:11 -0000 cperciva 2004-06-30 17:34:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_2) . UPDATING sys/conf newvers.sh sys/compat/linux linux_ioctl.c Log: FreeBSD-SA-04:13.linux: MFC revision 1.116 of sys/compat/linux/linux_ioctl.c Bump newvers.sh and document in UPDATING. Approved by: so (des) Revision Changes Path 1.282.2.17 +4 -0 src/UPDATING 1.112.2.1 +15 -10 src/sys/compat/linux/linux_ioctl.c 1.56.2.16 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed Jun 30 17:37: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 F2A8916A4CE; Wed, 30 Jun 2004 17:37:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D472443D58; Wed, 30 Jun 2004 17:37:22 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UHbMH7045441; Wed, 30 Jun 2004 17:37:22 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UHbM4Z045440; Wed, 30 Jun 2004 17:37:22 GMT (envelope-from rik) Message-Id: <200406301737.i5UHbM4Z045440@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 30 Jun 2004 17:37:22 +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/man4.i386 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 17:37:23 -0000 rik 2004-06-30 17:37:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4/man4.i386 Makefile Log: MFC: Add cp(4) driver for Cronyx Tau-PCI adapters. Requested by: Cronyx users. Revision Changes Path 1.122.2.16 +1 -1 src/share/man/man4/man4.i386/Makefile From owner-cvs-src@FreeBSD.ORG Wed Jun 30 17:40:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7911F16A4CE; Wed, 30 Jun 2004 17:40:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BF5243D1F; Wed, 30 Jun 2004 17:40:07 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UHdvVA045508; Wed, 30 Jun 2004 17:39:57 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UHdvou045507; Wed, 30 Jun 2004 17:39:57 GMT (envelope-from rik) Message-Id: <200406301739.i5UHdvou045507@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 30 Jun 2004 17:39: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/share/man/man4/man4.i386 ctau.4 cx.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 17:40:07 -0000 rik 2004-06-30 17:39:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4/man4.i386 ctau.4 cx.4 Log: MFC: markup and spaces fixup by ru@, cross-reference to cp(4). Revision Changes Path 1.2.2.3 +11 -8 src/share/man/man4/man4.i386/ctau.4 1.7.2.10 +13 -10 src/share/man/man4/man4.i386/cx.4 From owner-cvs-src@FreeBSD.ORG Wed Jun 30 17:44:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A43616A4CE; Wed, 30 Jun 2004 17:44:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 590B443D2D; Wed, 30 Jun 2004 17:44:09 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UHi8Y4045661; Wed, 30 Jun 2004 17:44:08 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UHi85K045660; Wed, 30 Jun 2004 17:44:08 GMT (envelope-from rik) Message-Id: <200406301744.i5UHi85K045660@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 30 Jun 2004 17:44:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/i386/conf LINT X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 17:44:10 -0000 rik 2004-06-30 17:44:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/conf LINT Log: MFC: Add cp(4) driver for Cronyx Tau-PCI adapters. Requested by: Cronyx users. Revision Changes Path 1.749.2.169 +5 -0 src/sys/i386/conf/LINT From owner-cvs-src@FreeBSD.ORG Wed Jun 30 17:49: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 8281516A4CF; Wed, 30 Jun 2004 17:49:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 577DB43D55; Wed, 30 Jun 2004 17:49:23 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UHnKh3045808; Wed, 30 Jun 2004 17:49:20 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UHnKqP045807; Wed, 30 Jun 2004 17:49:20 GMT (envelope-from rik) Message-Id: <200406301749.i5UHnKqP045807@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 30 Jun 2004 17:49: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/etc MAKEDEV X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 17:49:23 -0000 rik 2004-06-30 17:49:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) etc MAKEDEV Log: MFC: Add cp(4) driver for Cronyx Tau-PCI adapters. Requested by: Cronyx users. Revision Changes Path 1.243.2.68 +18 -0 src/etc/MAKEDEV From owner-cvs-src@FreeBSD.ORG Wed Jun 30 17:51: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 2AD2216A509; Wed, 30 Jun 2004 17:51:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C47143D1D; Wed, 30 Jun 2004 17:51:54 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UHpVx7045962; Wed, 30 Jun 2004 17:51:31 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UHpVZo045961; Wed, 30 Jun 2004 17:51:31 GMT (envelope-from rik) Message-Id: <200406301751.i5UHpVZo045961@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 30 Jun 2004 17:51:31 +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/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 17:51:54 -0000 rik 2004-06-30 17:51:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: MFC: Add cp(4) driver for Cronyx Tau-PCI adapters. Requested by: Cronyx users. Revision Changes Path 1.13.2.94 +21 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 30 17:56: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 E8F6C16A4CE; Wed, 30 Jun 2004 17:56:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB62743D31; Wed, 30 Jun 2004 17:56:01 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UHu1rC046181; Wed, 30 Jun 2004 17:56:01 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UHu1lc046180; Wed, 30 Jun 2004 17:56:01 GMT (envelope-from rik) Message-Id: <200406301756.i5UHu1lc046180@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 30 Jun 2004 17:56:01 +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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 17:56:02 -0000 rik 2004-06-30 17:56:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: Add cp(4) driver for Cronyx Tau-PCI. Requested by: Cronyx users. Revision Changes Path 1.22.2.416 +4 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jun 30 18:58: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 C591316A4CE; Wed, 30 Jun 2004 18:58:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A756A43D2D; Wed, 30 Jun 2004 18:58:34 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UIwJ8s047721; Wed, 30 Jun 2004 18:58:19 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UIwJkB047720; Wed, 30 Jun 2004 18:58:19 GMT (envelope-from csjp) Message-Id: <200406301858.i5UIwJkB047720@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Wed, 30 Jun 2004 18:58: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/libexec/tftpd tftpd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 18:58:34 -0000 csjp 2004-06-30 18:58:19 UTC FreeBSD src repository Modified files: libexec/tftpd tftpd.c Log: The call to setuid(2) subsequently causes setgroups(2) to fail. setgroups(2) requires super-user access in order to complete successfully. Move setgroups(2) to execute before setuid(2) so that it is successful. Revision Changes Path 1.33 +2 -2 src/libexec/tftpd/tftpd.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 19:00: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 0B55116A4CE; Wed, 30 Jun 2004 19:00:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D128543D41; Wed, 30 Jun 2004 19:00:51 +0000 (GMT) (envelope-from csjp@freebsd.org) Received: from freefall.freebsd.org (csjp@localhost [127.0.0.1]) i5UJ0Q5c076406; Wed, 30 Jun 2004 19:00:26 GMT (envelope-from csjp@freebsd.org) Received: (from csjp@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5UJ0QBV076405; Wed, 30 Jun 2004 19:00:26 GMT (envelope-from csjp@freebsd.org) X-Authentication-Warning: freefall.freebsd.org: csjp set sender to csjp@freebsd.org using -f Date: Wed, 30 Jun 2004 19:00:25 +0000 From: "Christian S.J. Peron" To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Message-ID: <20040630190025.GA68862@freefall.freebsd.org> References: <200406301858.i5UIwJkB047720@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406301858.i5UIwJkB047720@repoman.freebsd.org> User-Agent: Mutt/1.4.1i Subject: Re: cvs commit: src/libexec/tftpd tftpd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 19:00:52 -0000 On 30 Jun 2004 Christian S.J. Peron wrote: > csjp 2004-06-30 18:58:19 UTC > > FreeBSD src repository > > Modified files: > libexec/tftpd tftpd.c > Log: > The call to setuid(2) subsequently causes setgroups(2) to fail. setgroups(2) > requires super-user access in order to complete successfully. > Move setgroups(2) to execute before setuid(2) so that it is successful. > > Revision Changes Path > 1.33 +2 -2 src/libexec/tftpd/tftpd.c Whoops, forgot: Approved by: bmilekic (mentor) From owner-cvs-src@FreeBSD.ORG Wed Jun 30 19: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 48C9016A4CE; Wed, 30 Jun 2004 19:24:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CB6A43D3F; Wed, 30 Jun 2004 19:24:42 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UJOQnZ048323; Wed, 30 Jun 2004 19:24:26 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UJOQ36048322; Wed, 30 Jun 2004 19:24:26 GMT (envelope-from imp) Message-Id: <200406301924.i5UJOQ36048322@repoman.freebsd.org> From: Warner Losh Date: Wed, 30 Jun 2004 19:24: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/amd64/amd64 nexus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 19:24:42 -0000 imp 2004-06-30 19:24:26 UTC FreeBSD src repository Modified files: sys/amd64/amd64 nexus.c Log: We need to make resources visible here as well. Revision Changes Path 1.61 +1 -0 src/sys/amd64/amd64/nexus.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 19:32: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 2884716A4CE; Wed, 30 Jun 2004 19:32:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BFBF43D49; Wed, 30 Jun 2004 19:32:48 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UJWg4o048578; Wed, 30 Jun 2004 19:32:42 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UJWgkI048577; Wed, 30 Jun 2004 19:32:42 GMT (envelope-from ru) Message-Id: <200406301932.i5UJWgkI048577@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 30 Jun 2004 19:32:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/locale mbrlen.3 mbrtowc.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 19:32:48 -0000 ru 2004-06-30 19:32:42 UTC FreeBSD src repository Modified files: lib/libc/locale mbrlen.3 mbrtowc.3 Log: Fixed a typo. Revision Changes Path 1.8 +1 -1 src/lib/libc/locale/mbrlen.3 1.5 +1 -1 src/lib/libc/locale/mbrtowc.3 From owner-cvs-src@FreeBSD.ORG Wed Jun 30 19:52: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 D0F4C16A4CE; Wed, 30 Jun 2004 19:52:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B25D643D1D; Wed, 30 Jun 2004 19:52:43 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UJqein049299; Wed, 30 Jun 2004 19:52:40 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UJqeWe049298; Wed, 30 Jun 2004 19:52:40 GMT (envelope-from njl) Message-Id: <200406301952.i5UJqeWe049298@repoman.freebsd.org> From: Nate Lawson Date: Wed, 30 Jun 2004 19:52:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 19:52:44 -0000 njl 2004-06-30 19:52:40 UTC FreeBSD src repository Modified files: . UPDATING Log: Note the ACPI blacklist changes. Prodded by: imp Revision Changes Path 1.319 +8 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Wed Jun 30 19:54:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4566916A4CE; Wed, 30 Jun 2004 19:54:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2920443D2F; Wed, 30 Jun 2004 19:54:30 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UJsTW5049349; Wed, 30 Jun 2004 19:54:29 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UJsTKH049348; Wed, 30 Jun 2004 19:54:29 GMT (envelope-from marks) Message-Id: <200406301954.i5UJsTKH049348@repoman.freebsd.org> From: Mark Santcroos Date: Wed, 30 Jun 2004 19:54:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/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: Wed, 30 Jun 2004 19:54:30 -0000 marks 2004-06-30 19:54:29 UTC FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: Document BIOS blacklist. Approved by: njl Revision Changes Path 1.37 +19 -1 src/share/man/man4/acpi.4 From owner-cvs-src@FreeBSD.ORG Wed Jun 30 19:56: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 D60AF16A4CE; Wed, 30 Jun 2004 19:56:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B517B43D45; Wed, 30 Jun 2004 19:56:26 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UJuHcQ049464; Wed, 30 Jun 2004 19:56:17 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UJuHGt049463; Wed, 30 Jun 2004 19:56:17 GMT (envelope-from schweikh) Message-Id: <200406301956.i5UJuHGt049463@repoman.freebsd.org> From: Jens Schweikhardt Date: Wed, 30 Jun 2004 19:56: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/indent indent.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 19:56:27 -0000 schweikh 2004-06-30 19:56:17 UTC FreeBSD src repository Modified files: usr.bin/indent indent.1 Log: Bump document date. Submitted by: ru Revision Changes Path 1.20 +1 -1 src/usr.bin/indent/indent.1 From owner-cvs-src@FreeBSD.ORG Wed Jun 30 19:56: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 E1D8116A4CE; Wed, 30 Jun 2004 19:56:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4FD543D31; Wed, 30 Jun 2004 19:56:31 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UJuNZ4049497; Wed, 30 Jun 2004 19:56:23 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UJuNYd049496; Wed, 30 Jun 2004 19:56:23 GMT (envelope-from mux) Message-Id: <200406301956.i5UJuNYd049496@repoman.freebsd.org> From: Maxime Henrion Date: Wed, 30 Jun 2004 19:56:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/apm apm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 19:56:32 -0000 mux 2004-06-30 19:56:23 UTC FreeBSD src repository Modified files: usr.sbin/apm apm.c Log: Remove a duplicated printf(). Submitted by: Niki Denev Revision Changes Path 1.35 +0 -1 src/usr.sbin/apm/apm.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 20:09: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 414E516A4CE; Wed, 30 Jun 2004 20:09:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AE0E43D2F; Wed, 30 Jun 2004 20:09:38 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UK9AFm050077; Wed, 30 Jun 2004 20:09:10 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UK9AOZ050076; Wed, 30 Jun 2004 20:09:10 GMT (envelope-from ru) Message-Id: <200406302009.i5UK9AOZ050076@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 30 Jun 2004 20:09:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen vis.3 src/lib/libc/locale ctype.3 multibyte.3 src/lib/libc/net getipnodebyname.3 inet.3 resolver.3 src/lib/libc/posix1e mac_get.3 mac_text.3 src/lib/libc/stdio printf.3 src/lib/libc/string ffs.3 src/lib/libc/sys kqueue.2 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 20:09:38 -0000 ru 2004-06-30 20:09:10 UTC FreeBSD src repository Modified files: lib/libc/gen vis.3 lib/libc/locale ctype.3 multibyte.3 lib/libc/net getipnodebyname.3 inet.3 resolver.3 lib/libc/posix1e mac_get.3 mac_text.3 lib/libc/stdio printf.3 lib/libc/string ffs.3 lib/libc/sys kqueue.2 mount.2 msync.2 open.2 poll.2 ptrace.2 read.2 send.2 sendfile.2 statfs.2 Log: Markup, grammar, and spelling fixes. Revision Changes Path 1.24 +8 -2 src/lib/libc/gen/vis.3 1.15 +1 -1 src/lib/libc/locale/ctype.3 1.26 +22 -22 src/lib/libc/locale/multibyte.3 1.12 +1 -1 src/lib/libc/net/getipnodebyname.3 1.28 +5 -1 src/lib/libc/net/inet.3 1.27 +1 -1 src/lib/libc/net/resolver.3 1.10 +4 -2 src/lib/libc/posix1e/mac_get.3 1.11 +1 -1 src/lib/libc/posix1e/mac_text.3 1.57 +3 -4 src/lib/libc/stdio/printf.3 1.9 +1 -1 src/lib/libc/string/ffs.3 1.39 +3 -3 src/lib/libc/sys/kqueue.2 1.39 +6 -6 src/lib/libc/sys/mount.2 1.27 +11 -6 src/lib/libc/sys/msync.2 1.28 +1 -1 src/lib/libc/sys/open.2 1.14 +1 -1 src/lib/libc/sys/poll.2 1.35 +3 -2 src/lib/libc/sys/ptrace.2 1.24 +4 -4 src/lib/libc/sys/read.2 1.26 +8 -4 src/lib/libc/sys/send.2 1.23 +34 -16 src/lib/libc/sys/sendfile.2 1.23 +3 -3 src/lib/libc/sys/statfs.2 From owner-cvs-src@FreeBSD.ORG Wed Jun 30 20:31: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 912B916A4CE; Wed, 30 Jun 2004 20:31:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73E6343D2F; Wed, 30 Jun 2004 20:31:37 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UKVD3K050651; Wed, 30 Jun 2004 20:31:13 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UKVDIl050650; Wed, 30 Jun 2004 20:31:13 GMT (envelope-from njl) Message-Id: <200406302031.i5UKVDIl050650@repoman.freebsd.org> From: Nate Lawson Date: Wed, 30 Jun 2004 20:31: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_powerres.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 20:31:37 -0000 njl 2004-06-30 20:31:13 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_powerres.c Log: Add missing function debug trace macros to the new powerres functions. Reported by: phk Revision Changes Path 1.25 +4 -0 src/sys/dev/acpica/acpi_powerres.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 20: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 82A5116A4CF; Wed, 30 Jun 2004 20:49:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6548143D31; Wed, 30 Jun 2004 20:49:55 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UKnYnv051286; Wed, 30 Jun 2004 20:49:34 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UKnYn8051285; Wed, 30 Jun 2004 20:49:34 GMT (envelope-from marks) Message-Id: <200406302049.i5UKnYn8051285@repoman.freebsd.org> From: Mark Santcroos Date: Wed, 30 Jun 2004 20:49: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 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: Wed, 30 Jun 2004 20:49:55 -0000 marks 2004-06-30 20:49:34 UTC FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: mdoc changes. Reviewed by: ru Approved by: njl Revision Changes Path 1.38 +14 -12 src/share/man/man4/acpi.4 From owner-cvs-src@FreeBSD.ORG Wed Jun 30 21:00: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 E844A16A4D7; Wed, 30 Jun 2004 21:00:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A78143D5F; Wed, 30 Jun 2004 21:00:18 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UL07vo051626; Wed, 30 Jun 2004 21:00:07 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UL07FY051625; Wed, 30 Jun 2004 21:00:07 GMT (envelope-from imp) Message-Id: <200406302100.i5UL07FY051625@repoman.freebsd.org> From: Warner Losh Date: Wed, 30 Jun 2004 21:00:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/apm apm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 21:00:47 -0000 imp 2004-06-30 21:00:07 UTC FreeBSD src repository Modified files: usr.sbin/apm apm.c Log: Fix to not use 255, but instead use APM_UNKNOWN. Compare things correctly against -1 or 0 Don't print any capabilities if unknown is returned from the kernel. Reviewed/Submitted by: njl, Liam Foy Revision Changes Path 1.36 +9 -9 src/usr.sbin/apm/apm.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 21:00: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 4EC9016A4CE; Wed, 30 Jun 2004 21:00:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31B7E43D31; Wed, 30 Jun 2004 21:00:48 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UL0lJk051687; Wed, 30 Jun 2004 21:00:47 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UL0lA3051686; Wed, 30 Jun 2004 21:00:47 GMT (envelope-from brooks) Message-Id: <200406302100.i5UL0lA3051686@repoman.freebsd.org> From: Brooks Davis Date: Wed, 30 Jun 2004 21:00: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/usr.sbin/config mkheaders.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 21:00:48 -0000 brooks 2004-06-30 21:00:47 UTC FreeBSD src repository Modified files: usr.sbin/config mkheaders.c Log: Static device counts will not be supported in 6.x so place the generated macros (N) under BURN_BRIDGES. Discussed with: peter, imp, scottl, ... Revision Changes Path 1.28 +2 -0 src/usr.sbin/config/mkheaders.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 21:24: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 A781816A4CE; Wed, 30 Jun 2004 21:24:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8942843D1D; Wed, 30 Jun 2004 21:24:28 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5ULOJIq052268; Wed, 30 Jun 2004 21:24:19 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5ULOJ40052267; Wed, 30 Jun 2004 21:24:19 GMT (envelope-from phk) Message-Id: <200406302124.i5ULOJ40052267@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 30 Jun 2004 21:24: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/dev/puc puc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 21:24:28 -0000 phk 2004-06-30 21:24:19 UTC FreeBSD src repository Modified files: sys/dev/puc puc.c Log: This needs __RMAN_RESOURCE_VISIBLE Revision Changes Path 1.29 +1 -1 src/sys/dev/puc/puc.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 21:28: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 71A3116A4CE; Wed, 30 Jun 2004 21:28:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53C7143D1F; Wed, 30 Jun 2004 21:28:20 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5ULRxZM052422; Wed, 30 Jun 2004 21:27:59 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5ULRxcS052421; Wed, 30 Jun 2004 21:27:59 GMT (envelope-from imp) Message-Id: <200406302127.i5ULRxcS052421@repoman.freebsd.org> From: Warner Losh Date: Wed, 30 Jun 2004 21:27:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/puc puc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 21:28:20 -0000 imp 2004-06-30 21:27:59 UTC FreeBSD src repository Modified files: sys/dev/puc puc.c Log: puc needs to peek into struct resource too. Revision Changes Path 1.30 +1 -0 src/sys/dev/puc/puc.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 21: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 A51A016A4CE; Wed, 30 Jun 2004 21:38:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87D5D43D5A; Wed, 30 Jun 2004 21:38:38 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5ULbtkA052781; Wed, 30 Jun 2004 21:37:55 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5ULbtvH052780; Wed, 30 Jun 2004 21:37:55 GMT (envelope-from imp) Message-Id: <200406302137.i5ULbtvH052780@repoman.freebsd.org> From: Warner Losh Date: Wed, 30 Jun 2004 21:37:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/puc puc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 21:38:38 -0000 imp 2004-06-30 21:37:55 UTC FreeBSD src repository Modified files: sys/dev/puc puc.c Log: Remove extra RMAN_RESOURCE_VISISBLE Revision Changes Path 1.31 +0 -1 src/sys/dev/puc/puc.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 21:38:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F137216A4D4; Wed, 30 Jun 2004 21:38:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2F2E43D2F; Wed, 30 Jun 2004 21:38:45 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5ULc8hq052902; Wed, 30 Jun 2004 21:38:08 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5ULc8cQ052901; Wed, 30 Jun 2004 21:38:08 GMT (envelope-from phk) Message-Id: <200406302138.i5ULc8cQ052901@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 30 Jun 2004 21:38: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/digi digi.c src/sys/dev/rc rc.c src/sys/dev/sio sio.c src/sys/dev/uart uart_tty.c src/sys/sys tty.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, 30 Jun 2004 21:38:46 -0000 phk 2004-06-30 21:38:08 UTC FreeBSD src repository Modified files: sys/dev/digi digi.c sys/dev/rc rc.c sys/dev/sio sio.c sys/dev/uart uart_tty.c sys/sys tty.h Log: Define the tty methods as typedefs. Change the return type for t_break to void. Add t_ioctl (more about this later). Revision Changes Path 1.51 +2 -3 src/sys/dev/digi/digi.c 1.95 +2 -3 src/sys/dev/rc/rc.c 1.446 +2 -3 src/sys/dev/sio/sio.c 1.15 +1 -2 src/sys/dev/uart/uart_tty.c 1.86 +17 -11 src/sys/sys/tty.h From owner-cvs-src@FreeBSD.ORG Wed Jun 30 22:01: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 E41EC16A4CE; Wed, 30 Jun 2004 22:01:16 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id A731943D45; Wed, 30 Jun 2004 22:01:16 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-13.local ([172.16.0.13] helo=localhost) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1Bfn8i-000Az4-TU; Thu, 01 Jul 2004 00:01:15 +0200 Date: Thu, 1 Jul 2004 00:01:34 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: "Bruce A. Mah" From: Oliver Eikemeier In-Reply-To: <1088602527.28086.11.camel@tomcat.kitchenlab.org> Message-Id: <0D1BFEF0-CAE1-11D8-9FE1-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: Tom Rhodes cc: Murray Stokely cc: cvs-src@freebsd.org cc: Hiroki Sato cc: cvs-all@freebsd.org cc: src-committers@freebsd.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/alpha article.sgml src/release/doc/en_US.ISO8859-1/relnotes/amd64 article.sgml src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml src/release/doc/en_US.ISO8859-1/relnotes/i386 article.sgml src/release/doc/en_US.ISO8859-1/relnotes/ia64 article.sgml src/release/doc/en_US.ISO8859-1/relnotes/pc98 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: Wed, 30 Jun 2004 22:01:17 -0000 Bruce A. Mah wrote: > [Many release notes updates over the past 24 hours] > > Thanks, guys, great job! I second that. Thanks! -Oliver From owner-cvs-src@FreeBSD.ORG Wed Jun 30 22:07: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 D2ABC16A4CE; Wed, 30 Jun 2004 22:07:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB27843D41; Wed, 30 Jun 2004 22:07:34 +0000 (GMT) (envelope-from csjp@freebsd.org) Received: from freefall.freebsd.org (csjp@localhost [127.0.0.1]) i5UM7SQH001339; Wed, 30 Jun 2004 22:07:28 GMT (envelope-from csjp@freebsd.org) Received: (from csjp@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5UM7SxW001338; Wed, 30 Jun 2004 22:07:28 GMT (envelope-from csjp@freebsd.org) X-Authentication-Warning: freefall.freebsd.org: csjp set sender to csjp@freebsd.org using -f Date: Wed, 30 Jun 2004 22:07:28 +0000 From: "Christian S.J. Peron" To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Message-ID: <20040630220728.GA95092@freefall.freebsd.org> References: <200406301858.i5UIwJkB047720@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406301858.i5UIwJkB047720@repoman.freebsd.org> User-Agent: Mutt/1.4.1i Subject: Re: cvs commit: src/libexec/tftpd tftpd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 22:07:35 -0000 On 30 Jun 2004 Christian S.J. Peron wrote: > csjp 2004-06-30 18:58:19 UTC > > FreeBSD src repository > > Modified files: > libexec/tftpd tftpd.c > Log: > The call to setuid(2) subsequently causes setgroups(2) to fail. setgroups(2) > requires super-user access in order to complete successfully. > Move setgroups(2) to execute before setuid(2) so that it is successful. > > Revision Changes Path > 1.33 +2 -2 src/libexec/tftpd/tftpd.c grrr also Pointed out by: John Fleming (john_fleming at compusa dot com) From owner-cvs-src@FreeBSD.ORG Wed Jun 30 22:51: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 92A2B16A4CE; Wed, 30 Jun 2004 22:51:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7378B43D5D; Wed, 30 Jun 2004 22:51:59 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UMpTAj055085; Wed, 30 Jun 2004 22:51:29 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UMpTEa055084; Wed, 30 Jun 2004 22:51:29 GMT (envelope-from julian) Message-Id: <200406302251.i5UMpTEa055084@repoman.freebsd.org> From: Julian Elischer Date: Wed, 30 Jun 2004 22:51:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING src/sys/netgraph netgraph.h ng_base.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 22:51:59 -0000 julian 2004-06-30 22:51:29 UTC FreeBSD src repository Modified files: . UPDATING sys/netgraph netgraph.h ng_base.c Log: Remove the home-grown metadata facility in favour of the now generic mbuf tags facility. Netgraph modules will all need a recompile. Submitted by: Gleb Smirnoff Revision Changes Path 1.320 +9 -0 src/UPDATING 1.41 +24 -89 src/sys/netgraph/netgraph.h 1.79 +7 -31 src/sys/netgraph/ng_base.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 23:13: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 5116E16A4CE; Wed, 30 Jun 2004 23:13:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 344FA43D2F; Wed, 30 Jun 2004 23:13:26 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UNDHjo055638; Wed, 30 Jun 2004 23:13:17 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UNDHX0055637; Wed, 30 Jun 2004 23:13:17 GMT (envelope-from bms) Message-Id: <200406302313.i5UNDHX0055637@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 30 Jun 2004 23:13: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 UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 23:13:26 -0000 bms 2004-06-30 23:13:17 UTC FreeBSD src repository Modified files: . UPDATING Log: Wordsmith and spell-correct last commit Revision Changes Path 1.321 +6 -6 src/UPDATING From owner-cvs-src@FreeBSD.ORG Wed Jun 30 23:21: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 1CBAC16A4CE; Wed, 30 Jun 2004 23:21:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1663343D31; Wed, 30 Jun 2004 23:21:22 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UNL7v5055978; Wed, 30 Jun 2004 23:21:07 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UNL72E055977; Wed, 30 Jun 2004 23:21:07 GMT (envelope-from marius) Message-Id: <200406302321.i5UNL72E055977@repoman.freebsd.org> From: Marius Strobl Date: Wed, 30 Jun 2004 23:21: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/sparc64/ebus ebus.c src/sys/sparc64/fhc fhc.c src/sys/sparc64/pci psycho.c src/sys/sparc64/sbus sbus.c src/sys/sparc64/sparc64 iommu.c nexus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 23:21:22 -0000 marius 2004-06-30 23:21:07 UTC FreeBSD src repository Modified files: sys/sparc64/ebus ebus.c sys/sparc64/fhc fhc.c sys/sparc64/pci psycho.c sys/sparc64/sbus sbus.c sys/sparc64/sparc64 iommu.c nexus.c Log: These need __RMAN_RESOURCE_VISIBLE, too. Revision Changes Path 1.17 +1 -0 src/sys/sparc64/ebus/ebus.c 1.6 +1 -0 src/sys/sparc64/fhc/fhc.c 1.49 +1 -0 src/sys/sparc64/pci/psycho.c 1.29 +2 -0 src/sys/sparc64/sbus/sbus.c 1.39 +2 -0 src/sys/sparc64/sparc64/iommu.c 1.12 +1 -0 src/sys/sparc64/sparc64/nexus.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 23:43:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1486316A4CE; Wed, 30 Jun 2004 23:43:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E40043D39; Wed, 30 Jun 2004 23:43:43 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UNhdrT056584; Wed, 30 Jun 2004 23:43:39 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UNhdaW056583; Wed, 30 Jun 2004 23:43:39 GMT (envelope-from tjr) Message-Id: <200406302343.i5UNhdaW056583@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 30 Jun 2004 23:43:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ZLIB Subject: cvs commit: src/lib/libz - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 23:43:43 -0000 tjr 2004-06-30 23:43:39 UTC FreeBSD src repository src/lib/libz - Imported sources Update of /home/ncvs/src/lib/libz In directory repoman.freebsd.org:/tmp/cvs-serv56562 Log Message: Import zlib 1.2.1 (trimmed) Status: Vendor Tag: ZLIB Release Tags: v1_2_1 C src/lib/libz/adler32.c U src/lib/libz/algorithm.txt U src/lib/libz/ChangeLog C src/lib/libz/compress.c C src/lib/libz/crc32.c N src/lib/libz/crc32.h C src/lib/libz/deflate.c C src/lib/libz/deflate.h C src/lib/libz/example.c U src/lib/libz/FAQ C src/lib/libz/gzio.c C src/lib/libz/INDEX N src/lib/libz/infback.c C src/lib/libz/inffast.c U src/lib/libz/inffast.h U src/lib/libz/inffixed.h C src/lib/libz/inflate.c N src/lib/libz/inflate.h C src/lib/libz/inftrees.c U src/lib/libz/inftrees.h C src/lib/libz/minigzip.c U src/lib/libz/README C src/lib/libz/trees.c U src/lib/libz/trees.h C src/lib/libz/uncompr.c C src/lib/libz/zconf.h C src/lib/libz/zlib.3 U src/lib/libz/zlib.h C src/lib/libz/zutil.c C src/lib/libz/zutil.h 18 conflicts created by this import. Use the following command to help the merge: cvs checkout -jZLIB:yesterday -jZLIB src/lib/libz From owner-cvs-src@FreeBSD.ORG Wed Jun 30 23:55: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 E322116A4CE; Wed, 30 Jun 2004 23:55:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB95F43D2F; Wed, 30 Jun 2004 23:55:02 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UNsl8V056982; Wed, 30 Jun 2004 23:54:47 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UNslKF056981; Wed, 30 Jun 2004 23:54:47 GMT (envelope-from tjr) Message-Id: <200406302354.i5UNslKF056981@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 30 Jun 2004 23:54: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/lib/libz adler32.c compress.c crc32.c deflate.c deflate.h example.c gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inflate.c inftrees.c infutil.c infutil.h maketree.c minigzip.c trees.c uncompr.c zconf.h zlib.3 zutil.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 23:55:03 -0000 tjr 2004-06-30 23:54:47 UTC FreeBSD src repository Modified files: lib/libz adler32.c compress.c crc32.c deflate.c deflate.h example.c gzio.c inffast.c inflate.c inftrees.c minigzip.c trees.c uncompr.c zconf.h zlib.3 zutil.c zutil.h Removed files: lib/libz infblock.c infblock.h infcodes.c infcodes.h infutil.c infutil.h maketree.c Log: Resolve conflicts. Revision Changes Path 1.8 +35 -9 src/lib/libz/adler32.c 1.8 +13 -2 src/lib/libz/compress.c 1.8 +254 -105 src/lib/libz/crc32.c 1.8 +328 -176 src/lib/libz/deflate.c 1.7 +16 -8 src/lib/libz/deflate.h 1.8 +75 -64 src/lib/libz/example.c 1.10 +328 -197 src/lib/libz/gzio.c 1.5 +0 -406 src/lib/libz/infblock.c (dead) 1.2 +0 -37 src/lib/libz/infblock.h (dead) 1.5 +0 -259 src/lib/libz/infcodes.c (dead) 1.2 +0 -27 src/lib/libz/infcodes.h (dead) 1.4 +293 -171 src/lib/libz/inffast.c 1.4 +1242 -338 src/lib/libz/inflate.c 1.4 +288 -421 src/lib/libz/inftrees.c 1.4 +0 -90 src/lib/libz/infutil.c (dead) 1.2 +0 -99 src/lib/libz/infutil.h (dead) 1.4 +0 -88 src/lib/libz/maketree.c (dead) 1.14 +17 -15 src/lib/libz/minigzip.c 1.8 +49 -48 src/lib/libz/trees.c 1.8 +7 -4 src/lib/libz/uncompr.c 1.8 +154 -109 src/lib/libz/zconf.h 1.7 +79 -28 src/lib/libz/zlib.3 1.8 +106 -12 src/lib/libz/zutil.c 1.7 +65 -27 src/lib/libz/zutil.h From owner-cvs-src@FreeBSD.ORG Wed Jun 30 23:55: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 867AB16A4D1; Wed, 30 Jun 2004 23:55:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68CA443D45; Wed, 30 Jun 2004 23:55:33 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UNtEK9057019; Wed, 30 Jun 2004 23:55:14 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UNtEgG057018; Wed, 30 Jun 2004 23:55:14 GMT (envelope-from marcel) Message-Id: <200406302355.i5UNtEgG057018@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 30 Jun 2004 23: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/ia64/ia64 nexus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 23:55:33 -0000 marcel 2004-06-30 23:55:14 UTC FreeBSD src repository Modified files: sys/ia64/ia64 nexus.c Log: Unbreak build: define __RMAN_RESOURCE_VISIBLE See also src/sys/sys/rman.h rev. 1.21. Revision Changes Path 1.7 +2 -0 src/sys/ia64/ia64/nexus.c From owner-cvs-src@FreeBSD.ORG Wed Jun 30 23:58: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 4524616A4CE; Wed, 30 Jun 2004 23:58:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2825443D4C; Wed, 30 Jun 2004 23:58:23 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UNwNiL057169; Wed, 30 Jun 2004 23:58:23 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UNwN4O057168; Wed, 30 Jun 2004 23:58:23 GMT (envelope-from tjr) Message-Id: <200406302358.i5UNwN4O057168@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 30 Jun 2004 23:58:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libz Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 23:58:23 -0000 tjr 2004-06-30 23:58:23 UTC FreeBSD src repository Modified files: lib/libz Makefile Log: Update makefile for zlib 1.2.1. Revision Changes Path 1.16 +1 -2 src/lib/libz/Makefile From owner-cvs-src@FreeBSD.ORG Thu Jul 1 00: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 7A2EC16A4CF; Thu, 1 Jul 2004 00:01:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5421343D45; Thu, 1 Jul 2004 00:01:26 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6101Q3p057315; Thu, 1 Jul 2004 00:01:26 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6101QQc057314; Thu, 1 Jul 2004 00:01:26 GMT (envelope-from tjr) Message-Id: <200407010001.i6101QQc057314@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 1 Jul 2004 00:01: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/lib/libstand 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, 01 Jul 2004 00:01:26 -0000 tjr 2004-07-01 00:01:26 UTC FreeBSD src repository Modified files: lib/libstand Makefile Log: Update libstand makefile for zlib 1.2.1. Revision Changes Path 1.43 +3 -3 src/lib/libstand/Makefile From owner-cvs-src@FreeBSD.ORG Thu Jul 1 00:51:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AD6916A4CE; Thu, 1 Jul 2004 00:51:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BFFB43D39; Thu, 1 Jul 2004 00:51:36 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i610pWke058611; Thu, 1 Jul 2004 00:51:32 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i610pWTU058610; Thu, 1 Jul 2004 00:51:32 GMT (envelope-from njl) Message-Id: <200407010051.i610pWTU058610@repoman.freebsd.org> From: Nate Lawson Date: Thu, 1 Jul 2004 00:51:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_ec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 00:51:36 -0000 njl 2004-07-01 00:51:32 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_ec.c Log: Rework the code that waits for a response from the EC. Use an sx lock instead of a mutex so we do not unblock it in msleep(). If we do this, another event could occur, resetting the status register since reads reset it. While I'm here, remove the backoff approach. Instead, sleep in 10 ms chunks for up to the configured timeout using either DELAY (if we aren't booted yet) or tsleep. Help from: dillon Tested by: Andrew Thompson andy AT fud.org.nz Revision Changes Path 1.56 +35 -48 src/sys/dev/acpica/acpi_ec.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 02:07: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 B061A16A4CE; Thu, 1 Jul 2004 02:07:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 925C043D48; Thu, 1 Jul 2004 02:07:01 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61271eQ060517; Thu, 1 Jul 2004 02:07:01 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61271hq060516; Thu, 1 Jul 2004 02:07:01 GMT (envelope-from green) Message-Id: <200407010207.i61271hq060516@repoman.freebsd.org> From: Brian Feldman Date: Thu, 1 Jul 2004 02:07:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ugen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 02:07:01 -0000 green 2004-07-01 02:07:01 UTC FreeBSD src repository Modified files: sys/dev/usb ugen.c Log: It's not very useful to set a softc refcount around blocking read/write operations when the refcount doesn't protect the opens and closes. Fix this, and don't actually let a time out happen: now ugen(4) devices do not get freed out from under the programs with them open. Revision Changes Path 1.87 +9 -11 src/sys/dev/usb/ugen.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 02:45: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 4B23D16A4CF; Thu, 1 Jul 2004 02:45:24 +0000 (GMT) Received: from robbins.dropbear.id.au (098.a.004.mel.iprimus.net.au [210.50.36.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C50A43D1F; Thu, 1 Jul 2004 02:45:23 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id D19374210; Thu, 1 Jul 2004 12:45:58 +1000 (EST) Date: Thu, 1 Jul 2004 12:45:58 +1000 From: Tim Robbins To: "Tim J. Robbins" Message-ID: <20040701024558.GA35114@cat.robbins.dropbear.id.au> References: <200406302354.i5UNslKF056981@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406302354.i5UNslKF056981@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libz adler32.c compress.c crc32.c deflate.c deflate.h example.c gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inflate.c inftrees.c infutil.c infutil.h maketree.c minigzip.c trees.c uncompr.c zconf.h zlib.3 zutil.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 02:45:24 -0000 On Wed, Jun 30, 2004 at 11:54:47PM +0000, Tim J. Robbins wrote: > tjr 2004-06-30 23:54:47 UTC > > FreeBSD src repository > > Modified files: > lib/libz adler32.c compress.c crc32.c deflate.c > deflate.h example.c gzio.c inffast.c > inflate.c inftrees.c minigzip.c trees.c > uncompr.c zconf.h zlib.3 zutil.c zutil.h > Removed files: > lib/libz infblock.c infblock.h infcodes.c > infcodes.h infutil.c infutil.h maketree.c > Log: > Resolve conflicts. FYI, from http://www.gzip.org/zlib/: Version 1.2.1 adds many improvements and features to zlib. Here are some highlights: * inflate is about 20% faster and minimizes memory allocation * crc32 is about 50% faster * New, improved, and supported DLL interface and DLL FAQ * New functions and functionality: o deflate() and inflate() will now optionally encode and decode gzip streams o raw deflate() and inflate() now documented and supported o New inflateBack() functions for call-back interface -- faster than inflate() o Z_BLOCK flush option and new return information added to inflate to facilitate appending to deflate streams o raw deflate() now accepts a dictionary -- for appending o deflatePrime() for starting deflate output mid-byte -- for appending o Z_RLE strategy for run-length encoding -- option for PNG compression o gzclearerr() and gzungetc(), analogous to stdio functions o inflateCopy() added, analogous to deflateCopy() o deflateBound() and compressBound() for maximum size of compressed data o zlibCompileFlags() to provide compilation information * More supported architectures and improved shared library support * Many more FAQ entries * Several new and updated contributions in the contrib directory From owner-cvs-src@FreeBSD.ORG Thu Jul 1 03:00: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 01E8616A50E; Thu, 1 Jul 2004 03:00:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F3F43D45; Thu, 1 Jul 2004 03:00:23 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6130Ae4061837; Thu, 1 Jul 2004 03:00:10 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6130A14061836; Thu, 1 Jul 2004 03:00:10 GMT (envelope-from tjr) Message-Id: <200407010300.i6130A14061836@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 1 Jul 2004 03:00:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ZLIB Subject: cvs commit: src/lib/libz algorithm.doc descrip.mms infblock.c infblock.h infcodes.c infcodes.h infutil.c infutil.h maketree.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 03:00:52 -0000 tjr 2004-07-01 03:00:10 UTC FreeBSD src repository Removed files: (Branch: ZLIB) lib/libz algorithm.doc descrip.mms infblock.c infblock.h infcodes.c infcodes.h infutil.c infutil.h maketree.c Log: Remove files that are no longer present in the zlib distribution from the vendor branch. Revision Changes Path 1.1.1.2 +0 -105 src/lib/libz/algorithm.doc (dead) 1.1.1.2 +0 -48 src/lib/libz/descrip.mms (dead) 1.1.1.6 +0 -403 src/lib/libz/infblock.c (dead) 1.1.1.4 +0 -39 src/lib/libz/infblock.h (dead) 1.1.1.5 +0 -251 src/lib/libz/infcodes.c (dead) 1.1.1.4 +0 -27 src/lib/libz/infcodes.h (dead) 1.1.1.4 +0 -87 src/lib/libz/infutil.c (dead) 1.1.1.4 +0 -98 src/lib/libz/infutil.h (dead) 1.1.1.3 +0 -85 src/lib/libz/maketree.c (dead) From owner-cvs-src@FreeBSD.ORG Thu Jul 1 03:08: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 B0C9C16A4CE; Thu, 1 Jul 2004 03:08:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 945CD43D3F; Thu, 1 Jul 2004 03:08:21 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6138Fpd062417; Thu, 1 Jul 2004 03:08:15 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6138Fqu062416; Thu, 1 Jul 2004 03:08:15 GMT (envelope-from marcel) Message-Id: <200407010308.i6138Fqu062416@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 1 Jul 2004 03:08: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/sys tty.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, 01 Jul 2004 03:08:21 -0000 marcel 2004-07-01 03:08:15 UTC FreeBSD src repository Modified files: sys/sys tty.h Log: Fix build: forward declare struct tty before defining the tty function types. Revision Changes Path 1.87 +2 -0 src/sys/sys/tty.h From owner-cvs-src@FreeBSD.ORG Thu Jul 1 04:00:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB9BB16A4CF; Thu, 1 Jul 2004 04:00:29 +0000 (GMT) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D6AB43D5A; Thu, 1 Jul 2004 04:00:29 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i6140I4u016560; Thu, 1 Jul 2004 14:00:18 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i6140Fnl001813; Thu, 1 Jul 2004 14:00:16 +1000 Date: Thu, 1 Jul 2004 14:00:14 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: David Schultz In-Reply-To: <20040630030248.GA26810@VARK.homeunix.com> Message-ID: <20040701135645.B3068@gamplex.bde.org> References: <200406281915.i5SJFeaV060231@repoman.freebsd.org> <20040628193858.GG5635@green.homeunix.org> <20040629114614.T2908@gamplex.bde.org> <20040630095111.U2619@gamplex.bde.org> <20040630030248.GA26810@VARK.homeunix.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Brian Fundakowski Feldman cc: src-committers@freebsd.org cc: Andrew Gallatin cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 04:00:30 -0000 On Tue, 29 Jun 2004, David Schultz wrote: > On Wed, Jun 30, 2004, Bruce Evans wrote: > > On Tue, 29 Jun 2004, Andrew Gallatin wrote: > > > > > Bruce Evans writes: > > > > MIN() and MAX() should not be used in the kernel. 4.4BSD removed them in > > > > the kernel, but FreeBSD broke this in rev.1.141 of sys/param.h. They > > > > remain removed in RELENG_4. > > > > > > OK. Then what's the correct fix? ulmin()? > > > > Fixing min() to handle all unsigned types is probably best. > > Hmm...but this means either > > a) slightly pessimizing 32-bit ports with a function on uintmax_t's, This was in my list of slightly incorrect fixes. > b) using a macro and introducing double-expansion problems, or This was removed in 4.4BSD. > c) using GCC extensions > > Option (c) seems best from a technical standpoint, except that > we'd be making it harder than it already is to compile the kernel > with compilers other than gcc and icc. (Do others have the > statement expr extension?) I tried not to use gcc extensions for this back in FreeBSD-2, but the kernel is now so full with gccisms that another one wouldn't matter. It needs __typeof() more than staement-expressions. Bruce From owner-cvs-src@FreeBSD.ORG Thu Jul 1 04:11: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 9C65416A4CE; Thu, 1 Jul 2004 04:11:32 +0000 (GMT) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AAEC43D41; Thu, 1 Jul 2004 04:11:32 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i614BR4u020406; Thu, 1 Jul 2004 14:11:27 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i614BOnl006393; Thu, 1 Jul 2004 14:11:25 +1000 Date: Thu, 1 Jul 2004 14:11:24 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Brian Fundakowski Feldman In-Reply-To: <20040630080047.GC946@green.homeunix.org> Message-ID: <20040701140025.C3068@gamplex.bde.org> References: <200406281915.i5SJFeaV060231@repoman.freebsd.org> <20040628193858.GG5635@green.homeunix.org> <20040629114614.T2908@gamplex.bde.org> <20040630095111.U2619@gamplex.bde.org> <20040630080047.GC946@green.homeunix.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Andrew Gallatin cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 04:11:32 -0000 On Wed, 30 Jun 2004, Brian Fundakowski Feldman wrote: > On Tue, Jun 29, 2004 at 08:02:48PM -0700, David Schultz wrote: > > On Wed, Jun 30, 2004, Bruce Evans wrote: > > > On Tue, 29 Jun 2004, Andrew Gallatin wrote: > > > > > > > Bruce Evans writes: > > > > > MIN() and MAX() should not be used in the kernel. 4.4BSD removed them in > > > > > the kernel, but FreeBSD broke this in rev.1.141 of sys/param.h. They > > > > > remain removed in RELENG_4. > > > > > > > > OK. Then what's the correct fix? ulmin()? > > > > > > Fixing min() to handle all unsigned types is probably best. > > > > Hmm...but this means either > > > > a) slightly pessimizing 32-bit ports with a function on uintmax_t's, > > > > b) using a macro and introducing double-expansion problems, or > > > > c) using GCC extensions > > > > Option (c) seems best from a technical standpoint, except that > > we'd be making it harder than it already is to compile the kernel > > with compilers other than gcc and icc. (Do others have the > > statement expr extension?) > > No, the correct fix is using MIN() or MAX() that are well-documented > to provide the exact side-effects C programmers know to expect. They > automatically return the correct type, too, with no coercion! No. MIN() and MAX() are not documented. The don't even exist in the kernel in FreeBSD-[2-4]. They only return the correct type in some cases. E.g., the correct type and value for MIN((foo_t)1, (bar_t)-1) is unclear, since foo_t might be unsigned and bar_t might be signed, and/or have different sizes: Case foo_t is unsigned char and bar_t is signed char, and chars are smaller than ints: the result is MIN(1, -1) = -1 and has type int. Case foo_t is unsigned int and bar_t is signed int: the result is min(1u, -1) = UINT_MAX and has type unsigned int. So programmers must still be aware of the types of the operands if the operand types are significantly different. Bruce From owner-cvs-src@FreeBSD.ORG Thu Jul 1 04:14: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 3075916A4CE; Thu, 1 Jul 2004 04:14:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14B0443D3F; Thu, 1 Jul 2004 04:14:56 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i614EtNL064023; Thu, 1 Jul 2004 04:14:55 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i614Et3O064022; Thu, 1 Jul 2004 04:14:55 GMT (envelope-from marks) Message-Id: <200407010414.i614Et3O064022@repoman.freebsd.org> From: Mark Santcroos Date: Thu, 1 Jul 2004 04:14: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/modules/acpi/acpi 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, 01 Jul 2004 04:14:56 -0000 marks 2004-07-01 04:14:55 UTC FreeBSD src repository Modified files: sys/modules/acpi/acpi Makefile Log: Set WARNS=2 for the module build of ACPI. Approved by: njl Revision Changes Path 1.8 +1 -0 src/sys/modules/acpi/acpi/Makefile From owner-cvs-src@FreeBSD.ORG Thu Jul 1 04:54: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 2292B16A4CE; Thu, 1 Jul 2004 04:54:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06B3A43D54; Thu, 1 Jul 2004 04:54:22 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i614sLDU065067; Thu, 1 Jul 2004 04:54:21 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i614sLJP065066; Thu, 1 Jul 2004 04:54:21 GMT (envelope-from hrs) Message-Id: <200407010454.i614sLJP065066@repoman.freebsd.org> From: Hiroki Sato Date: Thu, 1 Jul 2004 04:54: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 04:54:22 -0000 hrs 2004-07-01 04:54:21 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: acpi(4) bad-BIOS blacklist, and zlib 1.1.4->1.2.1 import. Revision Changes Path 1.748 +8 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Thu Jul 1 04:56: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 404D116A4CE; Thu, 1 Jul 2004 04:56:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22DA943D31; Thu, 1 Jul 2004 04:56:25 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i614uKeH065171; Thu, 1 Jul 2004 04:56:20 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i614uKfa065170; Thu, 1 Jul 2004 04:56:20 GMT (envelope-from hrs) Message-Id: <200407010456.i614uKfa065170@repoman.freebsd.org> From: Hiroki Sato Date: Thu, 1 Jul 2004 04:56: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/release/doc/en_US.ISO8859-1/early-adopter 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: Thu, 01 Jul 2004 04:56:25 -0000 hrs 2004-07-01 04:56:20 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/early-adopter article.sgml Log: Remove trailing whitespaces (no content change). Revision Changes Path 1.19 +6 -6 src/release/doc/en_US.ISO8859-1/early-adopter/article.sgml From owner-cvs-src@FreeBSD.ORG Thu Jul 1 05: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 5A6D316A51B; Thu, 1 Jul 2004 05:14:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C9FB43D49; Thu, 1 Jul 2004 05:14:23 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i615ECUi065686; Thu, 1 Jul 2004 05:14:12 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i615ECtn065685; Thu, 1 Jul 2004 05:14:12 GMT (envelope-from brooks) Message-Id: <200407010514.i615ECtn065685@repoman.freebsd.org> From: Brooks Davis Date: Thu, 1 Jul 2004 05:14: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/dev/usb uftdi.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: Thu, 01 Jul 2004 05:14:23 -0000 brooks 2004-07-01 05:14:12 UTC FreeBSD src repository Modified files: sys/dev/usb uftdi.c usbdevs Log: Product and vendor ids for SIIG US2308 USB to Serial adaptor. Tested against: rwatson's laptop Revision Changes Path 1.17 +39 -17 src/sys/dev/usb/uftdi.c 1.185 +2 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Thu Jul 1 05:34: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 02C1016A4CF; Thu, 1 Jul 2004 05:34:03 +0000 (GMT) Received: from volginfo.ru (ns.volginfo.ru [217.23.84.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50E9243D2D; Thu, 1 Jul 2004 05:34:02 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from FreeBSD.org (llp-13.vistcom.ru [217.23.84.68]) by volginfo.ru (Postfix) with ESMTP id BB2CB2014; Thu, 1 Jul 2004 09:33:37 +0400 (MSD) Message-ID: <40E3A22F.6060707@FreeBSD.org> Date: Thu, 01 Jul 2004 09:33:35 +0400 From: Denis Peplin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040205 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Hiroki Sato References: <200406301315.i5UDF5LE036904@repoman.freebsd.org> In-Reply-To: <200406301315.i5UDF5LE036904@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/release/doc/en_US.ISO8859-1/relnotes/alphaarticle.sgml src/release/doc/en_US.ISO8859-1/relnotes/ia64article.sgml ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 05:34:03 -0000 Hello! Hiroki Sato wrote: > hrs 2004-06-30 13:15:05 UTC > > FreeBSD src repository > > Modified files: > release/doc/en_US.ISO8859-1/relnotes/alpha article.sgml > release/doc/en_US.ISO8859-1/relnotes/amd64 article.sgml > release/doc/en_US.ISO8859-1/relnotes/common new.sgml > release/doc/en_US.ISO8859-1/relnotes/i386 article.sgml > release/doc/en_US.ISO8859-1/relnotes/ia64 article.sgml > release/doc/en_US.ISO8859-1/relnotes/pc98 article.sgml > release/doc/en_US.ISO8859-1/relnotes/sparc64 article.sgml > Log: > Add urls.ent and use the entities for URLs. Unfortunately, this not sutable for translated relnotes (5 level depth on website). Don't know good workaround yet... Ambiguous workaround: Index: urls.ent =================================================================== RCS file: /home/ncvs/doc/share/sgml/urls.ent,v retrieving revision 1.1 diff -u -r1.1 urls.ent --- urls.ent 11 May 2004 10:59:48 -0000 1.1 +++ urls.ent 1 Jul 2004 05:28:48 -0000 @@ -6,8 +6,10 @@ + ]]> + From owner-cvs-src@FreeBSD.ORG Thu Jul 1 06:02: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 9E57416A4CE; Thu, 1 Jul 2004 06:02:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 801EA43D5F; Thu, 1 Jul 2004 06:02:36 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6162W4B066992; Thu, 1 Jul 2004 06:02:32 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6162WI6066991; Thu, 1 Jul 2004 06:02:32 GMT (envelope-from jhb) Message-Id: <200407010602.i6162WI6066991@repoman.freebsd.org> From: John Baldwin Date: Thu, 1 Jul 2004 06:02: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/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 06:02:36 -0000 jhb 2004-07-01 06:02:32 UTC FreeBSD src repository Modified files: sys/i386/conf NOTES Log: As per discussion at today's developer summit, add a comment to NOTES indicating that 80386 support is deprecated and will be removed in 6.0-RELEASE. Ok'd by: rwatson, scottl Revision Changes Path 1.1163 +1 -0 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Thu Jul 1 06:40:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C42E716A4D1; Thu, 1 Jul 2004 06:40:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF7B843D5C; Thu, 1 Jul 2004 06:40:13 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i616eDqg067949; Thu, 1 Jul 2004 06:40:13 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i616eDJG067948; Thu, 1 Jul 2004 06:40:13 GMT (envelope-from ps) Message-Id: <200407010640.i616eDJG067948@repoman.freebsd.org> From: Paul Saab Date: Thu, 1 Jul 2004 06:40: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/boot/common newvers.sh src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 06:40:21 -0000 ps 2004-07-01 06:40:13 UTC FreeBSD src repository Modified files: sys/boot/common newvers.sh sys/conf newvers.sh Log: When building a kernel or the loader, let the hostname be overridden Revision Changes Path 1.5 +1 -1 src/sys/boot/common/newvers.sh 1.62 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Thu Jul 1 06:56: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 4419616A4D0; Thu, 1 Jul 2004 06:56:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1995543D4C; Thu, 1 Jul 2004 06:56:25 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i616uAGU068033; Thu, 1 Jul 2004 06:56:10 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i616uAX0068032; Thu, 1 Jul 2004 06:56:10 GMT (envelope-from ps) Message-Id: <200407010656.i616uAX0068032@repoman.freebsd.org> From: Paul Saab Date: Thu, 1 Jul 2004 06:56: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/amr amr.c amrvar.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, 01 Jul 2004 06:56:25 -0000 ps 2004-07-01 06:56:10 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c amrvar.h Log: Use a separate flag when doing a kernel coredump when polling for completion instead of abusing the interrupt enable flag. Revision Changes Path 1.53 +3 -3 src/sys/dev/amr/amr.c 1.22 +1 -0 src/sys/dev/amr/amrvar.h From owner-cvs-src@FreeBSD.ORG Thu Jul 1 07:04: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 9546B16A4CE; Thu, 1 Jul 2004 07:04:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7737D43D41; Thu, 1 Jul 2004 07:04:40 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6174PRR068130; Thu, 1 Jul 2004 07:04:25 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6174Pba068129; Thu, 1 Jul 2004 07:04:25 GMT (envelope-from ps) Message-Id: <200407010704.i6174Pba068129@repoman.freebsd.org> From: Paul Saab Date: Thu, 1 Jul 2004 07:04:25 +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/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 07:04:40 -0000 ps 2004-07-01 07:04:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/ciss ciss.c Log: MFC: rev 1.51: need to call ciss_media_accept async anymore. rev 1.52: on media exchange, update/rescan the drives. Revision Changes Path 1.2.2.19 +20 -42 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 07:22: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 7758316A4CE; Thu, 1 Jul 2004 07:22:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54FC443D5A; Thu, 1 Jul 2004 07:22:37 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i617MHvI068431; Thu, 1 Jul 2004 07:22:17 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i617MH1A068430; Thu, 1 Jul 2004 07:22:17 GMT (envelope-from den) Message-Id: <200407010722.i617MH1A068430@repoman.freebsd.org> From: Denis Peplin Date: Thu, 1 Jul 2004 07:22: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/release/doc/ru_RU.KOI8-R/early-adopter 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: Thu, 01 Jul 2004 07:22:37 -0000 den 2004-07-01 07:22:17 UTC FreeBSD src repository (doc committer) Modified files: release/doc/ru_RU.KOI8-R/early-adopter article.sgml Log: MFen 1.19 Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.2 +21 -6 src/release/doc/ru_RU.KOI8-R/early-adopter/article.sgml From owner-cvs-src@FreeBSD.ORG Thu Jul 1 07:24: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 640B316A4CE; Thu, 1 Jul 2004 07:24:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4633C43D1D; Thu, 1 Jul 2004 07:24:18 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i617OIuY068511; Thu, 1 Jul 2004 07:24:18 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i617OIwZ068510; Thu, 1 Jul 2004 07:24:18 GMT (envelope-from imp) Message-Id: <200407010724.i617OIwZ068510@repoman.freebsd.org> From: Warner Losh Date: Thu, 1 Jul 2004 07:24: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/sbin/devd devd.8 devd.cc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 07:24:18 -0000 imp 2004-07-01 07:24:18 UTC FreeBSD src repository Modified files: sbin/devd devd.8 devd.cc Log: Create a unix domain socket and write to it all the events that come in over the socket. Revision Changes Path 1.11 +5 -0 src/sbin/devd/devd.8 1.18 +86 -14 src/sbin/devd/devd.cc From owner-cvs-src@FreeBSD.ORG Thu Jul 1 07:46: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 3F22616A4CE; Thu, 1 Jul 2004 07:46:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37DB643D48; Thu, 1 Jul 2004 07:46:40 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i617kTt4069427; Thu, 1 Jul 2004 07:46:29 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i617kTp0069426; Thu, 1 Jul 2004 07:46:29 GMT (envelope-from jhb) Message-Id: <200407010746.i617kTp0069426@repoman.freebsd.org> From: John Baldwin Date: Thu, 1 Jul 2004 07: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/sys/dev/acpica acpi_pcib.c src/sys/dev/firewire fwohci_pci.c src/sys/dev/pci pci_pci.c src/sys/dev/random randomdev.c src/sys/i386/i386 i686_mem.c mptable.c... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 07:46:40 -0000 jhb 2004-07-01 07:46:29 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pcib.c sys/dev/firewire fwohci_pci.c sys/dev/pci pci_pci.c sys/dev/random randomdev.c sys/i386/i386 i686_mem.c mptable.c sys/i386/isa vesa.c sys/i386/pci pci_cfgreg.c pci_pir.c sys/kern kern_linker.c Log: Trim a few things from the dmesg output and stick them under bootverbose to cut down on the clutter including PCI interrupt routing, MTRR, pcibios, etc. Discussed with: USENIX Cabal Revision Changes Path 1.46 +12 -9 src/sys/dev/acpica/acpi_pcib.c 1.45 +3 -2 src/sys/dev/firewire/fwohci_pci.c 1.33 +1 -1 src/sys/dev/pci/pci_pci.c 1.55 +3 -1 src/sys/dev/random/randomdev.c 1.24 +2 -1 src/sys/i386/i386/i686_mem.c 1.235 +3 -2 src/sys/i386/i386/mptable.c 1.46 +16 -12 src/sys/i386/isa/vesa.c 1.110 +2 -2 src/sys/i386/pci/pci_cfgreg.c 1.114 +3 -2 src/sys/i386/pci/pci_pir.c 1.112 +3 -2 src/sys/kern/kern_linker.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 07:56: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 A9C8B16A4CE; Thu, 1 Jul 2004 07:56:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BC1A43D31; Thu, 1 Jul 2004 07:56:57 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i617uuhf069814; Thu, 1 Jul 2004 07:56:56 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i617uuTK069813; Thu, 1 Jul 2004 07:56:56 GMT (envelope-from grehan) Message-Id: <200407010756.i617uuTK069813@repoman.freebsd.org> From: Peter Grehan Date: Thu, 1 Jul 2004 07:56: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/powerpc/psim iobusvar.hsrc/sys/powerpc/powermac maciovar.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, 01 Jul 2004 07:56:57 -0000 grehan 2004-07-01 07:56:56 UTC FreeBSD src repository Modified files: sys/powerpc/psim iobusvar.h sys/powerpc/powermac maciovar.h Log: Move soft structs back to C files to avoid exposing rman fields to clients now that it's protected with __RMAN_RESOURCE_VISIBLE Revision Changes Path 1.4 +1 -11 src/sys/powerpc/powermac/maciovar.h 1.2 +0 -7 src/sys/powerpc/psim/iobusvar.h From owner-cvs-src@FreeBSD.ORG Thu Jul 1 07:59: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 70FC316A4CE; Thu, 1 Jul 2004 07:59:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A8A943D5C; Thu, 1 Jul 2004 07:59:23 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i617x8hl069929; Thu, 1 Jul 2004 07:59:08 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i617x8wA069928; Thu, 1 Jul 2004 07:59:08 GMT (envelope-from grehan) Message-Id: <200407010759.i617x8wA069928@repoman.freebsd.org> From: Peter Grehan Date: Thu, 1 Jul 2004 07:59: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/powerpc/powermac grackle.c hrowpic.c macio.c openpic_macio.c uninorth.c src/sys/powerpc/powerpc openpic.c src/sys/powerpc/psim iobus.c openpic_iobus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 07:59:23 -0000 grehan 2004-07-01 07:59:08 UTC FreeBSD src repository Modified files: sys/powerpc/powermac grackle.c hrowpic.c macio.c uninorth.c openpic_macio.c sys/powerpc/powerpc openpic.c sys/powerpc/psim iobus.c openpic_iobus.c Log: Catch up with __RMAN_RESOURCE_VISIBLE change Revision Changes Path 1.5 +1 -0 src/sys/powerpc/powermac/grackle.c 1.6 +1 -0 src/sys/powerpc/powermac/hrowpic.c 1.14 +11 -0 src/sys/powerpc/powermac/macio.c 1.6 +1 -0 src/sys/powerpc/powermac/openpic_macio.c 1.7 +1 -0 src/sys/powerpc/powermac/uninorth.c 1.11 +1 -0 src/sys/powerpc/powerpc/openpic.c 1.6 +8 -0 src/sys/powerpc/psim/iobus.c 1.4 +1 -0 src/sys/powerpc/psim/openpic_iobus.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 08:02: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 3F65F16A4CE; Thu, 1 Jul 2004 08:02:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2294B43D49; Thu, 1 Jul 2004 08:02:04 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6181n1Q070090; Thu, 1 Jul 2004 08:01:49 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6181nYA070089; Thu, 1 Jul 2004 08:01:49 GMT (envelope-from grehan) Message-Id: <200407010801.i6181nYA070089@repoman.freebsd.org> From: Peter Grehan Date: Thu, 1 Jul 2004 08:01:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/powerpc 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, 01 Jul 2004 08:02:04 -0000 grehan 2004-07-01 08:01:49 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc pmap.c Log: Modify loop test when cycling through phys_avail array. It's possible for an OpenFirmware implementation to have a single memory region (hello PearPC). Revision Changes Path 1.76 +4 -2 src/sys/powerpc/powerpc/pmap.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 09:12:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C960A16A4D0; Thu, 1 Jul 2004 09:12:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A30F143D4C; Thu, 1 Jul 2004 09:12:53 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i619CcGl072381; Thu, 1 Jul 2004 09:12:38 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i619Ccw4072380; Thu, 1 Jul 2004 09:12:38 GMT (envelope-from alfred) Message-Id: <200407010912.i619Ccw4072380@repoman.freebsd.org> From: Alfred Perlstein Date: Thu, 1 Jul 2004 09:12: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/contrib/top top.X top.c top.h src/usr.bin/top machine.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 09:12:54 -0000 alfred 2004-07-01 09:12:38 UTC FreeBSD src repository Modified files: contrib/top top.X top.c top.h usr.bin/top machine.c Log: New feature, provide a display that shows the amount of IO processes are doing. Toggle this mode by hitting "m" or passing the command line option "-m io" to top(1). This allows one to identify disk bandwidth hogs much easier. Revision Changes Path 1.10 +8 -0 src/contrib/top/top.X 1.11 +41 -10 src/contrib/top/top.c 1.3 +6 -0 src/contrib/top/top.h 1.53 +140 -3 src/usr.bin/top/machine.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 09:32: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 0F63B16A4CE; Thu, 1 Jul 2004 09:32:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E64A943D1F; Thu, 1 Jul 2004 09:32:47 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i619WWBY072863; Thu, 1 Jul 2004 09:32:32 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i619WWWo072862; Thu, 1 Jul 2004 09:32:32 GMT (envelope-from nyan) Message-Id: <200407010932.i619WWWo072862@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 1 Jul 2004 09:32: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/pc98/pc98 sio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 09:32:48 -0000 nyan 2004-07-01 09:32:32 UTC FreeBSD src repository Modified files: sys/pc98/pc98 sio.c Log: Merged from sys/dev/sio/sio.c revision 1.446. Revision Changes Path 1.223 +2 -3 src/sys/pc98/pc98/sio.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 09:34: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 7C93E16A4CF; Thu, 1 Jul 2004 09:34:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FD7D43D2F; Thu, 1 Jul 2004 09:34:28 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i619YFWH072913; Thu, 1 Jul 2004 09:34:15 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i619YFmC072912; Thu, 1 Jul 2004 09:34:15 GMT (envelope-from nyan) Message-Id: <200407010934.i619YFmC072912@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 1 Jul 2004 09:34: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/pc98/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 09:34:28 -0000 nyan 2004-07-01 09:34:15 UTC FreeBSD src repository Modified files: sys/pc98/conf NOTES Log: MFi386: revision 1.1163 Revision Changes Path 1.39 +1 -0 src/sys/pc98/conf/NOTES From owner-cvs-src@FreeBSD.ORG Thu Jul 1 09:36: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 B518D16A4CE; Thu, 1 Jul 2004 09:36:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9684A43D2D; Thu, 1 Jul 2004 09:36:47 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i619aVdh073095; Thu, 1 Jul 2004 09:36:31 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i619aVBt073094; Thu, 1 Jul 2004 09:36:31 GMT (envelope-from nyan) Message-Id: <200407010936.i619aVBt073094@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 1 Jul 2004 09:36:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 09:36:47 -0000 nyan 2004-07-01 09:36:31 UTC FreeBSD src repository Modified files: sys/i386/isa isa.c Log: This needs __RMAN_RESOURCE_VISIBLE if PC98 is defined. Revision Changes Path 1.145 +3 -0 src/sys/i386/isa/isa.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 10:17: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 8BA4A16A4D0; Thu, 1 Jul 2004 10:17:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C54843D1F; Thu, 1 Jul 2004 10:17:15 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61AGPiU074051; Thu, 1 Jul 2004 10:16:25 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61AGP8k074050; Thu, 1 Jul 2004 10:16:25 GMT (envelope-from des) Message-Id: <200407011016.i61AGP8k074050@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 1 Jul 2004 10:16:25 +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.bin/fetch fetch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 10:17:15 -0000 des 2004-07-01 10:16:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/fetch fetch.c Log: MFC (1.68): fix discrepancy between code and docs for -S option. Revision Changes Path 1.10.2.24 +0 -1 src/usr.bin/fetch/fetch.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 11:39: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 1932616A4CE; Thu, 1 Jul 2004 11:39:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F072C43D46; Thu, 1 Jul 2004 11:39:41 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61BcfdK076257; Thu, 1 Jul 2004 11:38:41 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61BcfjZ076256; Thu, 1 Jul 2004 11:38:41 GMT (envelope-from nyan) Message-Id: <200407011138.i61BcfjZ076256@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 1 Jul 2004 11:38:41 +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/conf files.pc98 options.pc98 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 11:39:42 -0000 nyan 2004-07-01 11:38:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf files.pc98 options.pc98 Log: MFi386: Add cp(4) driver. Revision Changes Path 1.140.2.47 +2 -0 src/sys/conf/files.pc98 1.103.2.20 +3 -0 src/sys/conf/options.pc98 From owner-cvs-src@FreeBSD.ORG Thu Jul 1 12:42: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 1A9B316A4CE; Thu, 1 Jul 2004 12:42:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F195443D45; Thu, 1 Jul 2004 12:42:55 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61CgDjq078025; Thu, 1 Jul 2004 12:42:13 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61CgDLY078024; Thu, 1 Jul 2004 12:42:13 GMT (envelope-from pjd) Message-Id: <200407011242.i61CgDLY078024@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 1 Jul 2004 12:42:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_slice.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 12:42:56 -0000 pjd 2004-07-01 12:42:13 UTC FreeBSD src repository Modified files: sys/geom geom_slice.c Log: Free only if pointer isn't NULL. Revision Changes Path 1.53 +2 -1 src/sys/geom/geom_slice.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 14:27: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 075FB16A4CE; Thu, 1 Jul 2004 14:27:09 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CAA643D1D; Thu, 1 Jul 2004 14:27:08 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i61EMZIR097600; Thu, 1 Jul 2004 08:22:35 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 01 Jul 2004 08:23:05 -0600 (MDT) Message-Id: <20040701.082305.04529796.imp@bsdimp.com> To: nyan@freebsd.org From: "M. Warner Losh" In-Reply-To: <200407010936.i619aVBt073094@repoman.freebsd.org> References: <200407010936.i619aVBt073094@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/isa isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 14:27:09 -0000 In message: <200407010936.i619aVBt073094@repoman.freebsd.org> Takahashi Yoshihiro writes: : This needs __RMAN_RESOURCE_VISIBLE if PC98 is defined. I'm planning on re-exposing struct rman. There's no way to use it w/o it. However, I do plan on re-removing this from files who only presently need it now to reach into struct resource. I have some helper functions in the pipe that will make this possible... Warner From owner-cvs-src@FreeBSD.ORG Thu Jul 1 15:08: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 CDB2D16A4CE; Thu, 1 Jul 2004 15:08:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6DCE43D48; Thu, 1 Jul 2004 15:08:30 +0000 (GMT) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61F7R7N081963; Thu, 1 Jul 2004 15:07:27 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61F7RTJ081962; Thu, 1 Jul 2004 15:07:27 GMT (envelope-from gallatin) Message-Id: <200407011507.i61F7RTJ081962@repoman.freebsd.org> From: Andrew Gallatin Date: Thu, 1 Jul 2004 15:07: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/alpha/alpha sgmap.c src/sys/alpha/isa isa.c src/sys/alpha/mcbus mcpcia.c src/sys/alpha/pci apecs.c cia.c pcibus.c t2.c tsunami.c tsunami_pci.c src/sys/alpha/tlsb dwlpx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 15:08:30 -0000 gallatin 2004-07-01 15:07:27 UTC FreeBSD src repository Modified files: sys/alpha/alpha sgmap.c sys/alpha/isa isa.c sys/alpha/mcbus mcpcia.c sys/alpha/pci apecs.c cia.c pcibus.c t2.c tsunami.c tsunami_pci.c sys/alpha/tlsb dwlpx.c Log: Catch up with __RMAN_RESOURCE_VISIBLE enough to get GENERIC to build Revision Changes Path 1.7 +1 -0 src/sys/alpha/alpha/sgmap.c 1.36 +1 -0 src/sys/alpha/isa/isa.c 1.29 +1 -0 src/sys/alpha/mcbus/mcpcia.c 1.26 +1 -0 src/sys/alpha/pci/apecs.c 1.43 +1 -0 src/sys/alpha/pci/cia.c 1.34 +1 -0 src/sys/alpha/pci/pcibus.c 1.21 +1 -0 src/sys/alpha/pci/t2.c 1.24 +1 -0 src/sys/alpha/pci/tsunami.c 1.17 +1 -0 src/sys/alpha/pci/tsunami_pci.c 1.27 +1 -0 src/sys/alpha/tlsb/dwlpx.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 15:19:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1038216A4CE; Thu, 1 Jul 2004 15:19:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5ECA43D2D; Thu, 1 Jul 2004 15:19:53 +0000 (GMT) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61FJ8xX082560; Thu, 1 Jul 2004 15:19:08 GMT (envelope-from mp@repoman.freebsd.org) Received: (from mp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61FJ8gp082559; Thu, 1 Jul 2004 15:19:08 GMT (envelope-from mp) Message-Id: <200407011519.i61FJ8gp082559@repoman.freebsd.org> From: Mark Peek Date: Thu, 1 Jul 2004 15:19: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/sab sab.c src/sys/dev/zs zs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 15:19:54 -0000 mp 2004-07-01 15:19:08 UTC FreeBSD src repository Modified files: sys/dev/sab sab.c sys/dev/zs zs.c Log: Fix build: the return type for t_break changed from int to void. Revision Changes Path 1.32 +2 -3 src/sys/dev/sab/sab.c 1.24 +2 -3 src/sys/dev/zs/zs.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 15:43: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 B4B9C16A4CE; Thu, 1 Jul 2004 15:43:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97A2C43D39; Thu, 1 Jul 2004 15:43:11 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61Fg30I083720; Thu, 1 Jul 2004 15:42:03 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61Fg3fm083719; Thu, 1 Jul 2004 15:42:03 GMT (envelope-from pjd) Message-Id: <200407011542.i61Fg3fm083719@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 1 Jul 2004 15:42:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/gate g_gate.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 15:43:11 -0000 pjd 2004-07-01 15:42:03 UTC FreeBSD src repository Modified files: sys/geom/gate g_gate.c Log: Remove unused argument for good. Revision Changes Path 1.9 +2 -2 src/sys/geom/gate/g_gate.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 15:50: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 3220216A4CE; Thu, 1 Jul 2004 15:50:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1520543D49; Thu, 1 Jul 2004 15:50:23 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61FnSJ3083966; Thu, 1 Jul 2004 15:49:28 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61FnST9083965; Thu, 1 Jul 2004 15:49:28 GMT (envelope-from alfred) Message-Id: <200407011549.i61FnST9083965@repoman.freebsd.org> From: Alfred Perlstein Date: Thu, 1 Jul 2004 15:49:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/top machine.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 15:50:23 -0000 alfred 2004-07-01 15:49:28 UTC FreeBSD src repository Modified files: usr.bin/top machine.c Log: Tell what percentage of the total IO a process is doing. TODO: Show system totals. Revision Changes Path 1.54 +37 -5 src/usr.bin/top/machine.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 16:22: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 9CB2E16A4CF; Thu, 1 Jul 2004 16:22:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FABE43D2D; Thu, 1 Jul 2004 16:22:11 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61GKxqv084952; Thu, 1 Jul 2004 16:20:59 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61GKwK4084951; Thu, 1 Jul 2004 16:20:58 GMT (envelope-from imp) Message-Id: <200407011620.i61GKwK4084951@repoman.freebsd.org> From: Warner Losh Date: Thu, 1 Jul 2004 16:20: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 rman.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, 01 Jul 2004 16:22:11 -0000 imp 2004-07-01 16:20:58 UTC FreeBSD src repository Modified files: sys/sys rman.h Log: Soften __RMAN_RESOURCE_VISIBLE a little: expose rman and the resource_head types. Also add a way to set start and end so fewer things need to reach into struct resource. Pointy hat to: imp for breaking the build on so many platforms. Revision Changes Path 1.22 +7 -6 src/sys/sys/rman.h From owner-cvs-src@FreeBSD.ORG Thu Jul 1 16: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 B633416A4CE; Thu, 1 Jul 2004 16:23:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 994CB43D1D; Thu, 1 Jul 2004 16:23:14 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61GMACG085008; Thu, 1 Jul 2004 16:22:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61GMAT3085007; Thu, 1 Jul 2004 16:22:10 GMT (envelope-from imp) Message-Id: <200407011622.i61GMAT3085007@repoman.freebsd.org> From: Warner Losh Date: Thu, 1 Jul 2004 16:22: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/kern subr_rman.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 16:23:14 -0000 imp 2004-07-01 16:22:10 UTC FreeBSD src repository Modified files: sys/kern subr_rman.c Log: Add ability to set start/end for rman Revision Changes Path 1.34 +12 -0 src/sys/kern/subr_rman.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 17:14: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 54C3516A4CE; Thu, 1 Jul 2004 17:14:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37EC143D1F; Thu, 1 Jul 2004 17:14:39 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61HDFhh087744; Thu, 1 Jul 2004 17:13:15 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61HDFsa087743; Thu, 1 Jul 2004 17:13:15 GMT (envelope-from ru) Message-Id: <200407011713.i61HDFsa087743@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 1 Jul 2004 17:13:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libipsec ipsec_set_policy.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: Thu, 01 Jul 2004 17:14:39 -0000 ru 2004-07-01 17:13:15 UTC FreeBSD src repository Modified files: lib/libipsec ipsec_set_policy.3 Log: Back out last delta, it just unpolitely reverted some local changes. Revision Changes Path 1.19 +8 -8 src/lib/libipsec/ipsec_set_policy.3 From owner-cvs-src@FreeBSD.ORG Thu Jul 1 17:16:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B4CD16A4CE; Thu, 1 Jul 2004 17:16:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42E7343D45; Thu, 1 Jul 2004 17:16:56 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61HGKVj087902; Thu, 1 Jul 2004 17:16:20 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61HGK7Z087901; Thu, 1 Jul 2004 17:16:20 GMT (envelope-from brooks) Message-Id: <200407011716.i61HGK7Z087901@repoman.freebsd.org> From: Brooks Davis Date: Thu, 1 Jul 2004 17:16:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb uftdi.c uftdireg.h 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: Thu, 01 Jul 2004 17:16:56 -0000 brooks 2004-07-01 17:16:20 UTC FreeBSD src repository Modified files: sys/dev/usb uftdi.c uftdireg.h usbdevs Log: Add support to the uftdi driver for Intrepid Control Systems' vehicle bus interfaces. These interfaces use the FTDI chipset with different Vendor and Product IDs. Add two additional baud rate enumerations. The vehicle bus interfaces use a baud rate of 2000000. Also add 3000000 as it is the other FTDI baud divisor special case. I've commited a slightly different patch from that provided in the PR as I changed the matching code a bit yesterday. Submitted by: Mike Durian PR: kern/67357 Revision Changes Path 1.18 +19 -0 src/sys/dev/usb/uftdi.c 1.2 +3 -1 src/sys/dev/usb/uftdireg.h 1.186 +5 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Thu Jul 1 17:21: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 EB28616A4CE; Thu, 1 Jul 2004 17:21:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDB5343D41; Thu, 1 Jul 2004 17:21:52 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61HLIP6088066; Thu, 1 Jul 2004 17:21:18 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61HLING088065; Thu, 1 Jul 2004 17:21:18 GMT (envelope-from imp) Message-Id: <200407011721.i61HLING088065@repoman.freebsd.org> From: Warner Losh Date: Thu, 1 Jul 2004 17:21:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/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: Thu, 01 Jul 2004 17:21:53 -0000 imp 2004-07-01 17:21:18 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: After re-exporting rman, et al, __RMAN_RESOURCE_VISIBLE is no longer necessary for this file. It just needed the size and guts of struct rman. Revision Changes Path 1.174 +0 -1 src/sys/dev/acpica/acpi.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 17:23: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 E13AF16A4CE; Thu, 1 Jul 2004 17:23:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2CF243D31; Thu, 1 Jul 2004 17:23:53 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61HNBtX088128; Thu, 1 Jul 2004 17:23:11 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61HNBLu088127; Thu, 1 Jul 2004 17:23:11 GMT (envelope-from imp) Message-Id: <200407011723.i61HNBLu088127@repoman.freebsd.org> From: Warner Losh Date: Thu, 1 Jul 2004 17:23:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/puc puc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 17:23:54 -0000 imp 2004-07-01 17:23:11 UTC FreeBSD src repository Modified files: sys/dev/puc puc.c Log: While this file still needs __RMAN_RESOURCE_VISIBLE to get the size of the struct resource for a malloc, it no longer needs it for the r_ elements of struct resource with this commit. Revision Changes Path 1.32 +9 -6 src/sys/dev/puc/puc.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 17:24: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 5EF1116A4CF; Thu, 1 Jul 2004 17:24:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40A2643D46; Thu, 1 Jul 2004 17:24:59 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61HNnI3088172; Thu, 1 Jul 2004 17:23:49 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61HNnnl088171; Thu, 1 Jul 2004 17:23:49 GMT (envelope-from imp) Message-Id: <200407011723.i61HNnnl088171@repoman.freebsd.org> From: Warner Losh Date: Thu, 1 Jul 2004 17:23:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/puc puc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 17:24:59 -0000 imp 2004-07-01 17:23:49 UTC FreeBSD src repository Modified files: sys/dev/puc puc.c Log: Remove duplicate FreeBSD id Revision Changes Path 1.33 +0 -3 src/sys/dev/puc/puc.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 17:53: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 25B6416A4CF; Thu, 1 Jul 2004 17:53:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 066DE43D2F; Thu, 1 Jul 2004 17:53:02 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61HpmBn088988; Thu, 1 Jul 2004 17:51:48 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61Hpmwp088987; Thu, 1 Jul 2004 17:51:48 GMT (envelope-from ru) Message-Id: <200407011751.i61Hpmwp088987@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 1 Jul 2004 17:51:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libalias libalias.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: Thu, 01 Jul 2004 17:53:02 -0000 ru 2004-07-01 17:51:48 UTC FreeBSD src repository Modified files: lib/libalias libalias.3 Log: Bumped document date. Fixed markup. Fixed examples to match the new API. Revision Changes Path 1.51 +7 -5 src/lib/libalias/libalias.3 From owner-cvs-src@FreeBSD.ORG Thu Jul 1 18:21: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 8922716A4CE; Thu, 1 Jul 2004 18:21:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 817DF43D53; Thu, 1 Jul 2004 18:21:37 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61IKvt1090099; Thu, 1 Jul 2004 18:20:57 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61IKvpt090098; Thu, 1 Jul 2004 18:20:57 GMT (envelope-from ru) Message-Id: <200407011820.i61IKvpt090098@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 1 Jul 2004 18:20: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/lib/libgeom libgeom.3 src/lib/libkvm kvm_getprocs.3 src/lib/libpam/modules/pam_radius pam_radius.8 src/lib/libpam/modules/pam_self pam_self.8 src/lib/libugidfw bsde_get_rule.3 libugidfw.3 src/lib/msun/man fabs.3 hypot.3 ieee.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: Thu, 01 Jul 2004 18:21:37 -0000 ru 2004-07-01 18:20:57 UTC FreeBSD src repository Modified files: lib/libgeom libgeom.3 lib/libkvm kvm_getprocs.3 lib/libpam/modules/pam_radius pam_radius.8 lib/libpam/modules/pam_self pam_self.8 lib/libugidfw bsde_get_rule.3 libugidfw.3 lib/msun/man fabs.3 hypot.3 ieee.3 Log: Markup, grammar, punctuation. Revision Changes Path 1.6 +42 -30 src/lib/libgeom/libgeom.3 1.17 +14 -14 src/lib/libkvm/kvm_getprocs.3 1.15 +2 -2 src/lib/libpam/modules/pam_radius/pam_radius.8 1.10 +1 -1 src/lib/libpam/modules/pam_self/pam_self.8 1.4 +3 -1 src/lib/libugidfw/bsde_get_rule.3 1.5 +1 -1 src/lib/libugidfw/libugidfw.3 1.11 +3 -5 src/lib/msun/man/fabs.3 1.12 +5 -5 src/lib/msun/man/hypot.3 1.16 +2 -0 src/lib/msun/man/ieee.3 From owner-cvs-src@FreeBSD.ORG Thu Jul 1 21:15: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 83E9116A4CE; Thu, 1 Jul 2004 21:15:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65F6343D1F; Thu, 1 Jul 2004 21:15:01 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61LE3UA094779; Thu, 1 Jul 2004 21:14:03 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61LE3gJ094778; Thu, 1 Jul 2004 21:14:03 GMT (envelope-from le) Message-Id: <200407012114.i61LE3gJ094778@repoman.freebsd.org> From: Lukas Ertl Date: Thu, 1 Jul 2004 21: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/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: Thu, 01 Jul 2004 21:15:01 -0000 le 2004-07-01 21:14:03 UTC FreeBSD src repository Modified files: sys/dev/usb uhub.c Log: MFNetBSD. rev. 1.68, author: mycroft Ignore a port error that happens to come in at the same time as a connect status change. Some root hubs seem to report both. Obtained from: NetBSD Revision Changes Path 1.57 +5 -2 src/sys/dev/usb/uhub.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 21:19: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 2515716A4CE; Thu, 1 Jul 2004 21:19:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 086F543D48; Thu, 1 Jul 2004 21:19:33 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61LHo4K095021; Thu, 1 Jul 2004 21:17:50 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61LHoP3095020; Thu, 1 Jul 2004 21:17:50 GMT (envelope-from le) Message-Id: <200407012117.i61LHoP3095020@repoman.freebsd.org> From: Lukas Ertl Date: Thu, 1 Jul 2004 21:17:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ehci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 21:19:33 -0000 le 2004-07-01 21:17:50 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c Log: MFNetBSD. rev 1.66, author: mycroft Fix an endianness problem (EHCI_NULL was being double-swapped). Obtained from: NetBSD Revision Changes Path 1.8 +3 -2 src/sys/dev/usb/ehci.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 21:23: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 CD5BC16A4CE; Thu, 1 Jul 2004 21:23:36 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3069B43D1F; Thu, 1 Jul 2004 21:23:36 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.11/8.12.11) with ESMTP id i619VLNa001559; Thu, 1 Jul 2004 11:31:21 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Brooks Davis From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 30 Jun 2004 21:00:47 -0000." <200406302100.i5UL0lA3051686@repoman.freebsd.org> Date: Thu, 01 Jul 2004 11:31:21 +0200 Message-ID: <1558.1088674281@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/usr.sbin/config mkheaders.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 21:23:36 -0000 In message <200406302100.i5UL0lA3051686@repoman.freebsd.org>, Brooks Davis writ es: >brooks 2004-06-30 21:00:47 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/config mkheaders.c > Log: > Static device counts will not be supported in 6.x so place the generated > macros (N) under BURN_BRIDGES. I think we should create a version of NOTES/LINT which has BURN_BRIDGES enables but with all the stuff it kills removed so that it compiles. That would also serve as a good source of "HEADSUP" for people to see what's being lost. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-src@FreeBSD.ORG Thu Jul 1 22:19: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 4C4C516A4CE; Thu, 1 Jul 2004 22:19:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 300CC43D1D; Thu, 1 Jul 2004 22:19:04 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61MI6Ir096804; Thu, 1 Jul 2004 22:18:06 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61MI63Y096803; Thu, 1 Jul 2004 22:18:06 GMT (envelope-from scottl) Message-Id: <200407012218.i61MI63Y096803@repoman.freebsd.org> From: Scott Long Date: Thu, 1 Jul 2004 22:18:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 22:19:04 -0000 scottl 2004-07-01 22:18:06 UTC FreeBSD src repository Modified files: sys/i386/conf NOTES Log: Remove stray i386 math emulator references. Revision Changes Path 1.1164 +1 -7 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Thu Jul 1 22:29: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 1FD7316A4CE; Thu, 1 Jul 2004 22:29:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02B0143D39; Thu, 1 Jul 2004 22:29:04 +0000 (GMT) (envelope-from arun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61MRCcB097174; Thu, 1 Jul 2004 22:27:12 GMT (envelope-from arun@repoman.freebsd.org) Received: (from arun@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61MRCr3097173; Thu, 1 Jul 2004 22:27:12 GMT (envelope-from arun) Message-Id: <200407012227.i61MRCr3097173@repoman.freebsd.org> From: Arun Sharma Date: Thu, 1 Jul 2004 22:27:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/gpt add.c gpt.8 show.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 22:29:04 -0000 arun 2004-07-01 22:27:12 UTC FreeBSD src repository Modified files: sbin/gpt add.c gpt.8 show.c Log: Added the ability to create and display Linux/Windows GPT partitions to gpt(8). Revision Changes Path 1.6 +4 -0 src/sbin/gpt/add.c 1.3 +3 -3 src/sbin/gpt/gpt.8 1.7 +3 -0 src/sbin/gpt/show.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 22:31: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 D8C7616A4CE for ; Thu, 1 Jul 2004 22:31:45 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2CB543D2F for ; Thu, 1 Jul 2004 22:31:45 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 7932 invoked from network); 1 Jul 2004 22:30:19 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 1 Jul 2004 22:30:19 -0000 Received: from 131.106.58.153 (p58.n-nypop02.stsn.com [199.106.89.58]) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i61MUFmj028076; Thu, 1 Jul 2004 18:30:15 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Alfred Perlstein Date: Thu, 1 Jul 2004 18:31:25 -0400 User-Agent: KMail/1.6 References: <200407010912.i619Ccw4072380@repoman.freebsd.org> In-Reply-To: <200407010912.i619Ccw4072380@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407011831.25496.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/contrib/top top.X top.c top.h src/usr.bin/top machine.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 22:31:46 -0000 On Thursday 01 July 2004 05:12 am, Alfred Perlstein wrote: > alfred 2004-07-01 09:12:38 UTC > > FreeBSD src repository > > Modified files: > contrib/top top.X top.c top.h > usr.bin/top machine.c > Log: > New feature, provide a display that shows the amount of IO processes > are doing. Toggle this mode by hitting "m" or passing the command line > option "-m io" to top(1). This allows one to identify disk bandwidth > hogs much easier. Neat! -- 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 Jul 1 22:39: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 CB22816A4CE; Thu, 1 Jul 2004 22:39:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACFA143D31; Thu, 1 Jul 2004 22:39:22 +0000 (GMT) (envelope-from tackerman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61MblhN097594; Thu, 1 Jul 2004 22:37:47 GMT (envelope-from tackerman@repoman.freebsd.org) Received: (from tackerman@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61Mblwa097593; Thu, 1 Jul 2004 22:37:47 GMT (envelope-from tackerman) Message-Id: <200407012237.i61Mblwa097593@repoman.freebsd.org> From: Tony Ackerman Date: Thu, 1 Jul 2004 22:37:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ixgb if_ixgb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 22:39:22 -0000 tackerman 2004-07-01 22:37:47 UTC FreeBSD src repository Modified files: sys/dev/ixgb if_ixgb.c Log: PR kern/68474: Changed if_ipending to if_flags Revision Changes Path 1.2 +2 -2 src/sys/dev/ixgb/if_ixgb.c From owner-cvs-src@FreeBSD.ORG Thu Jul 1 22:48: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 CAC4A16A4CE; Thu, 1 Jul 2004 22:48:19 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACE2243D5C; Thu, 1 Jul 2004 22:48:19 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 6F6675C822; Thu, 1 Jul 2004 15:46:53 -0700 (PDT) Date: Thu, 1 Jul 2004 15:46:53 -0700 From: Alfred Perlstein To: John Baldwin Message-ID: <20040701224653.GB95729@elvis.mu.org> References: <200407010912.i619Ccw4072380@repoman.freebsd.org> <200407011831.25496.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407011831.25496.jhb@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/contrib/top top.X top.c top.h src/usr.bin/top machine.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 22:48:19 -0000 * John Baldwin [040701 15:33] wrote: > On Thursday 01 July 2004 05:12 am, Alfred Perlstein wrote: > > alfred 2004-07-01 09:12:38 UTC > > > > FreeBSD src repository > > > > Modified files: > > contrib/top top.X top.c top.h > > usr.bin/top machine.c > > Log: > > New feature, provide a display that shows the amount of IO processes > > are doing. Toggle this mode by hitting "m" or passing the command line > > option "-m io" to top(1). This allows one to identify disk bandwidth > > hogs much easier. > > Neat! Yah, someone at y! asked for it, so I did it in a local utility, then figured with enough hackery I could move it into the base top(1). Only problem is that I'm having a hell of a time figuring out how and where to display the IO totals. I also wish that inblocks/oublocks were actually set to a specific unit. As it stands I think it's just some number of "blocks" no specific size though, so I can't convert it into an actual xfer speed. -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-src@FreeBSD.ORG Thu Jul 1 23:36: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 04D4816A4CE; Thu, 1 Jul 2004 23:36:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAA2343D48; Thu, 1 Jul 2004 23:36:13 +0000 (GMT) (envelope-from jayanth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61NY66F099316; Thu, 1 Jul 2004 23:34:06 GMT (envelope-from jayanth@repoman.freebsd.org) Received: (from jayanth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61NY61A099315; Thu, 1 Jul 2004 23:34:06 GMT (envelope-from jayanth) Message-Id: <200407012334.i61NY61A099315@repoman.freebsd.org> From: Jayanth Vijayaraghavan Date: Thu, 1 Jul 2004 23:34:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/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: Thu, 01 Jul 2004 23:36:14 -0000 jayanth 2004-07-01 23:34:06 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: On receiving 3 duplicate acknowledgements, SACK recovery was not being entered correctly. Fix this problem by separating out the SACK and the newreno cases. Also, check if we are in FASTRECOVERY for the sack case and if so, turn off dupacks. Fix an issue where the congestion window was not being incremented by ssthresh. Thanks to Mohan Srinivasan for finding this problem. Revision Changes Path 1.249 +20 -7 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 00: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 4E77016A4CE; Fri, 2 Jul 2004 00:00:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4885043D41; Fri, 2 Jul 2004 00:00:36 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61NxJ0b000361; Thu, 1 Jul 2004 23:59:19 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61NxJLL000360; Thu, 1 Jul 2004 23:59:19 GMT (envelope-from truckman) Message-Id: <200407012359.i61NxJLL000360@repoman.freebsd.org> From: Don Lewis Date: Thu, 1 Jul 2004 23:59:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/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, 02 Jul 2004 00:00:36 -0000 truckman 2004-07-01 23:59:19 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: When shutting down the syncer kernel thread, first tell it to run faster and iterate to over its work list a few times in an attempt to empty the work list before the syncer terminates. This leaves fewer dirty blocks to be written at the "syncing disks" stage and keeps the the "giving up on N buffers" problem from being triggered by the presence of a large soft updates work list at system shutdown time. The downside is that the syncer takes noticeably longer to terminate. Tested by: "Arjan van Leeuwen" Approved by: mckusick Revision Changes Path 1.495 +68 -6 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 00:03: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 3537D16A4CE; Fri, 2 Jul 2004 00:03:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1626943D1F; Fri, 2 Jul 2004 00:03:36 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6201Y0b000511; Fri, 2 Jul 2004 00:01:34 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6201Ynf000510; Fri, 2 Jul 2004 00:01:34 GMT (envelope-from eik) Message-Id: <200407020001.i6201Ynf000510@repoman.freebsd.org> From: Oliver Eikemeier Date: Fri, 2 Jul 2004 00:01: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/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 00:03:36 -0000 eik 2004-07-02 00:01:34 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version for package tools revision 20040629 Revision Changes Path 1.199 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Fri Jul 2 00:13: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 9D9C316A4CE; Fri, 2 Jul 2004 00:13:30 +0000 (GMT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49F3343D31; Fri, 2 Jul 2004 00:13:30 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.11/8.12.11) with ESMTP id i620C6xd076810; Thu, 1 Jul 2004 17:12:09 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200407020012.i620C6xd076810@gw.catspoiler.org> Date: Thu, 1 Jul 2004 17:12:06 -0700 (PDT) From: Don Lewis To: src-committers@FreeBSD.org In-Reply-To: <200407012359.i61NxJLL000360@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: cvs-src@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, 02 Jul 2004 00:13:30 -0000 On 1 Jul, To: src-committers@FreeBSD.org wrote: > truckman 2004-07-01 23:59:19 UTC > > FreeBSD src repository > > Modified files: > sys/kern vfs_subr.c > Log: > When shutting down the syncer kernel thread, first tell it to run > faster and iterate to over its work list a few times in an attempt > to empty the work list before the syncer terminates. This leaves > fewer dirty blocks to be written at the "syncing disks" stage and > keeps the the "giving up on N buffers" problem from being triggered > by the presence of a large soft updates work list at system shutdown > time. The downside is that the syncer takes noticeably longer to > terminate. > > Tested by: "Arjan van Leeuwen" > Approved by: mckusick > > Revision Changes Path > 1.495 +68 -6 src/sys/kern/vfs_subr.c This change does not address the "giving up on N buffers" problem associated with shutting down the system with ext2 file systems mounted. I have some ideas for tweaks to the syncer termination code that might allow it to shut down faster. From owner-cvs-src@FreeBSD.ORG Fri Jul 2 00:37: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 CAC5A16A4CF; Fri, 2 Jul 2004 00:37:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C47CB43D2F; Fri, 2 Jul 2004 00:37:25 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i620ZqJU001460; Fri, 2 Jul 2004 00:35:52 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i620Zqu2001459; Fri, 2 Jul 2004 00:35:52 GMT (envelope-from marcel) Message-Id: <200407020035.i620Zqu2001459@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 2 Jul 2004 00:35:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/freebsd32 syscalls.master 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: Fri, 02 Jul 2004 00:37:26 -0000 marcel 2004-07-02 00:35:52 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 syscalls.master sys/kern syscalls.master Log: Change the thread ID (thr_id_t) used for 1:1 threading from being a pointer to the corresponding struct thread to the thread ID (lwpid_t) assigned to that thread. The primary reason for this change is that libthr now internally uses the same ID as the debugger and the kernel when referencing to a kernel thread. This allows us to implement the support for debugging without additional translations and/or mappings. To preserve the ABI, the 1:1 threading syscalls, including the umtx locking API have not been changed to work on a lwpid_t. Instead the 1:1 threading syscalls operate on long and the umtx locking API has not been changed except for the contested bit. Previously this was the least significant bit. Now it's the most significant bit. Since the contested bit should not be tested by userland, this change is not expected to be visible. Just to be sure, UMTX_CONTESTED has been removed from . Reviewed by: mtm@ ABI preservation tested on: i386, ia64 Revision Changes Path 1.38 +4 -4 src/sys/compat/freebsd32/syscalls.master 1.174 +4 -4 src/sys/kern/syscalls.master From owner-cvs-src@FreeBSD.ORG Fri Jul 2 00:40: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 82E8B16A4CE; Fri, 2 Jul 2004 00:40:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CCC143D31; Fri, 2 Jul 2004 00:40:27 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i620cuvM001622; Fri, 2 Jul 2004 00:38:56 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i620cuvd001621; Fri, 2 Jul 2004 00:38:56 GMT (envelope-from marcel) Message-Id: <200407020038.i620cuvd001621@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 2 Jul 2004 00:38: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/kern init_sysent.c syscalls.c src/sys/sys syscall.h syscall.mk sysproto.h src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 00:40:27 -0000 marcel 2004-07-02 00:38:56 UTC FreeBSD src repository Modified files: sys/kern init_sysent.c syscalls.c sys/sys syscall.h syscall.mk sysproto.h sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: Regen. Revision Changes Path 1.26 +1 -1 src/sys/compat/freebsd32/freebsd32_proto.h 1.26 +1 -1 src/sys/compat/freebsd32/freebsd32_syscall.h 1.17 +1 -1 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.27 +1 -1 src/sys/compat/freebsd32/freebsd32_sysent.c 1.173 +1 -1 src/sys/kern/init_sysent.c 1.159 +1 -1 src/sys/kern/syscalls.c 1.157 +1 -1 src/sys/sys/syscall.h 1.112 +1 -1 src/sys/sys/syscall.mk 1.156 +5 -5 src/sys/sys/sysproto.h From owner-cvs-src@FreeBSD.ORG Fri Jul 2 00:41:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A59F16A4CE; Fri, 2 Jul 2004 00:41:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3430F43D41; Fri, 2 Jul 2004 00:41:01 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i620e8SJ001745; Fri, 2 Jul 2004 00:40:08 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i620e81D001744; Fri, 2 Jul 2004 00:40:08 GMT (envelope-from marcel) Message-Id: <200407020040.i620e81D001744@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 2 Jul 2004 00:40:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_thr.c kern_umtx.c src/sys/sys thr.h umtx.h src/lib/libthr/thread thr_cond.c thr_create.c thr_mutex.c thr_private.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 00:41:01 -0000 marcel 2004-07-02 00:40:08 UTC FreeBSD src repository Modified files: sys/kern kern_thr.c kern_umtx.c sys/sys thr.h umtx.h lib/libthr/thread thr_cond.c thr_create.c thr_mutex.c thr_private.h Log: Change the thread ID (thr_id_t) used for 1:1 threading from being a pointer to the corresponding struct thread to the thread ID (lwpid_t) assigned to that thread. The primary reason for this change is that libthr now internally uses the same ID as the debugger and the kernel when referencing to a kernel thread. This allows us to implement the support for debugging without additional translations and/or mappings. To preserve the ABI, the 1:1 threading syscalls, including the umtx locking API have not been changed to work on a lwpid_t. Instead the 1:1 threading syscalls operate on long and the umtx locking API has not been changed except for the contested bit. Previously this was the least significant bit. Now it's the most significant bit. Since the contested bit should not be tested by userland, this change is not expected to be visible. Just to be sure, UMTX_CONTESTED has been removed from . Reviewed by: mtm@ ABI preservation tested on: i386, ia64 Revision Changes Path 1.15 +4 -4 src/lib/libthr/thread/thr_cond.c 1.17 +0 -9 src/lib/libthr/thread/thr_create.c 1.29 +4 -4 src/lib/libthr/thread/thr_mutex.c 1.38 +1 -2 src/lib/libthr/thread/thr_private.h 1.21 +16 -13 src/sys/kern/kern_thr.c 1.15 +5 -3 src/sys/kern/kern_umtx.c 1.3 +4 -9 src/sys/sys/thr.h 1.4 +10 -11 src/sys/sys/umtx.h From owner-cvs-src@FreeBSD.ORG Fri Jul 2 03:17: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 6620C16A4FB; Fri, 2 Jul 2004 03:17:45 +0000 (GMT) Received: from VARK.homeunix.com (adsl-69-107-104-105.dsl.pltn13.pacbell.net [69.107.104.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AAB343D53; Fri, 2 Jul 2004 03:17:45 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.11/8.12.10) with ESMTP id i623GIBT080842; Thu, 1 Jul 2004 20:16:18 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.11/8.12.10/Submit) id i623GIrv080841; Thu, 1 Jul 2004 20:16:18 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Thu, 1 Jul 2004 20:16:18 -0700 From: David Schultz To: "Christian S.J. Peron" Message-ID: <20040702031618.GA80812@VARK.homeunix.com> Mail-Followup-To: "Christian S.J. Peron" , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200406301858.i5UIwJkB047720@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406301858.i5UIwJkB047720@repoman.freebsd.org> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/libexec/tftpd tftpd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 03:17:45 -0000 On Wed, Jun 30, 2004, Christian S.J. Peron wrote: > csjp 2004-06-30 18:58:19 UTC > > FreeBSD src repository > > Modified files: > libexec/tftpd tftpd.c > Log: > The call to setuid(2) subsequently causes setgroups(2) to fail. setgroups(2) > requires super-user access in order to complete successfully. > Move setgroups(2) to execute before setuid(2) so that it is successful. Error checks would also be appropriate here, and would have caught the bug. From owner-cvs-src@FreeBSD.ORG Fri Jul 2 03: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 15BFD16A4CE; Fri, 2 Jul 2004 03:39:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC45943D3F; Fri, 2 Jul 2004 03:39:18 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i623c7X5006990; Fri, 2 Jul 2004 03:38:07 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i623c7Af006989; Fri, 2 Jul 2004 03:38:07 GMT (envelope-from ps) Message-Id: <200407020338.i623c7Af006989@repoman.freebsd.org> From: Paul Saab Date: Fri, 2 Jul 2004 03:38:07 +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/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 03:39:19 -0000 ps 2004-07-02 03:38:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_da.c Log: MFC: rev 1.162 NO_SYNC_CACHE for ciss Revision Changes Path 1.42.2.51 +7 -0 src/sys/cam/scsi/scsi_da.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 03:40: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 80E3C16A4CE; Fri, 2 Jul 2004 03:40:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62F2E43D45; Fri, 2 Jul 2004 03:40:59 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i623dYnD007036; Fri, 2 Jul 2004 03:39:34 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i623dYmt007035; Fri, 2 Jul 2004 03:39:34 GMT (envelope-from jhb) Message-Id: <200407020339.i623dYmt007035@repoman.freebsd.org> From: John Baldwin Date: Fri, 2 Jul 2004 03:39: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/pci agp_via.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 03:40:59 -0000 jhb 2004-07-02 03:39:34 UTC FreeBSD src repository Modified files: sys/pci agp_via.c Log: Add support for the VIA Apollo KT400/400A/600 AGP host bridges which use the VIA v3 register offsets. PR: 68545 Submitted by: Ariff Abdullah Revision Changes Path 1.16 +3 -0 src/sys/pci/agp_via.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 03:46: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 C90B916A4CE; Fri, 2 Jul 2004 03:46:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA40C43D39; Fri, 2 Jul 2004 03:46:00 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i623j7gC007224; Fri, 2 Jul 2004 03:45:07 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i623j7Xe007223; Fri, 2 Jul 2004 03:45:07 GMT (envelope-from jhb) Message-Id: <200407020345.i623j7Xe007223@repoman.freebsd.org> From: John Baldwin Date: Fri, 2 Jul 2004 03:45: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/vm vm_glue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 03:46:00 -0000 jhb 2004-07-02 03:45:07 UTC FreeBSD src repository Modified files: sys/vm vm_glue.c Log: - Don't use a variable to point to the user area that we only use once. Just use p2->p_uarea directly instead. - Remove an old and mostly bogus assertion regarding p2->p_sigacts. - Use RANGEOF macro ala fork1() to clean up bzero/bcopy of p_stats. Revision Changes Path 1.200 +10 -15 src/sys/vm/vm_glue.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 03:48: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 8A52816A4CE; Fri, 2 Jul 2004 03:48:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D8B943D1D; Fri, 2 Jul 2004 03:48:35 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i623lSPQ007365; Fri, 2 Jul 2004 03:47:28 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i623lSko007364; Fri, 2 Jul 2004 03:47:28 GMT (envelope-from scottl) Message-Id: <200407020347.i623lSko007364@repoman.freebsd.org> From: Scott Long Date: Fri, 2 Jul 2004 03:47:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha 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: Fri, 02 Jul 2004 03:48:35 -0000 scottl 2004-07-02 03:47:28 UTC FreeBSD src repository Modified files: sys/alpha/alpha busdma_machdep.c Log: Allocate s/g segments in the tag rather than on the stack. Revision Changes Path 1.45 +35 -30 src/sys/alpha/alpha/busdma_machdep.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 03:49: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 5F01216A4CE; Fri, 2 Jul 2004 03:49:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40EBC43D1F; Fri, 2 Jul 2004 03:49:21 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i623m9Mt007404; Fri, 2 Jul 2004 03:48:09 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i623m90m007403; Fri, 2 Jul 2004 03:48:09 GMT (envelope-from jhb) Message-Id: <200407020348.i623m90m007403@repoman.freebsd.org> From: John Baldwin Date: Fri, 2 Jul 2004 03:48:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_clock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 03:49:21 -0000 jhb 2004-07-02 03:48:09 UTC FreeBSD src repository Modified files: sys/kern kern_clock.c Log: - Assert that any process that has statclock called on it has both a stats structure and a vmspace as this should always be true rather than checking the always true condition in an if statement. - Remove never-false check: if ((ru = &pstats->p_ru) != NULL) - Remove pstats variable that is only used once and inline its one use instead. Revision Changes Path 1.171 +10 -11 src/sys/kern/kern_clock.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 03:51: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 4E50116A4CE; Fri, 2 Jul 2004 03:51:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 305D543D2D; Fri, 2 Jul 2004 03:51:42 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i623ommk007581; Fri, 2 Jul 2004 03:50:48 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i623omDt007580; Fri, 2 Jul 2004 03:50:48 GMT (envelope-from jhb) Message-Id: <200407020350.i623omDt007580@repoman.freebsd.org> From: John Baldwin Date: Fri, 2 Jul 2004 03:50: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/kern subr_prof.c subr_trap.c src/sys/sys resourcevar.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, 02 Jul 2004 03:51:42 -0000 jhb 2004-07-02 03:50:48 UTC FreeBSD src repository Modified files: sys/kern subr_prof.c subr_trap.c sys/sys resourcevar.h Log: Tidy up uprof locking. Mostly the fields are protected by both the proc lock and sched_lock so they can be read with either lock held. Document the locking as well. The one remaining bogosity is that pr_addr and pr_ticks should be per-thread but profiling of multithreaded apps is currently undefined. Revision Changes Path 1.73 +18 -10 src/sys/kern/subr_prof.c 1.267 +6 -8 src/sys/kern/subr_trap.c 1.42 +17 -11 src/sys/sys/resourcevar.h From owner-cvs-src@FreeBSD.ORG Fri Jul 2 06: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 A485516A4CE; Fri, 2 Jul 2004 06:19:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8631443D49; Fri, 2 Jul 2004 06:19:13 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62655Lt011355; Fri, 2 Jul 2004 06:05:05 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62654hm011354; Fri, 2 Jul 2004 06:05:04 GMT (envelope-from ru) Message-Id: <200407020605.i62654hm011354@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 06:05: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/share/man/man4 netgraph.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, 02 Jul 2004 06:19:13 -0000 ru 2004-07-02 06:05:04 UTC FreeBSD src repository Modified files: share/man/man4 netgraph.4 Log: Bring this manpage more up-to-date with the current code. Submitted by: Gleb Smirnoff Reviewed by: julian, ru Revision Changes Path 1.44 +92 -108 src/share/man/man4/netgraph.4 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 07:42: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 99FAD16A4CE; Fri, 2 Jul 2004 07:42:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CC6043D31; Fri, 2 Jul 2004 07:42:23 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i627eAPX015169; Fri, 2 Jul 2004 07:40:10 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i627eA1n015168; Fri, 2 Jul 2004 07:40:10 GMT (envelope-from alfred) Message-Id: <200407020740.i627eA1n015168@repoman.freebsd.org> From: Alfred Perlstein Date: Fri, 2 Jul 2004 07:40: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/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 07:42:23 -0000 alfred 2004-07-02 07:40:10 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: We allocate an array of pointers to the global file table while not holding the filelist_lock. This means the filelist can change size while allocating. Detect this race and retry the allocation. Revision Changes Path 1.133 +12 -1 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 08:16: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 49FCF16A4CF; Fri, 2 Jul 2004 08:16:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32D6043D53; Fri, 2 Jul 2004 08:16:14 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628F55w016505; Fri, 2 Jul 2004 08:15:05 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628F5sp016504; Fri, 2 Jul 2004 08:15:05 GMT (envelope-from marks) Message-Id: <200407020815.i628F5sp016504@repoman.freebsd.org> From: Mark Santcroos Date: Fri, 2 Jul 2004 08:15:05 +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: Fri, 02 Jul 2004 08:16:14 -0000 marks 2004-07-02 08:15:05 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-serv16330 Log Message: Vendor import of Intel ACPI-CA 20040527 Status: Vendor Tag: INTEL Release Tags: r20040527 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 U src/sys/contrib/dev/acpica/hwregs.c U 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 U src/sys/contrib/dev/acpica/acpiosxf.h U 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 U 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 U src/sys/contrib/dev/acpica/acenv.h C 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 U 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 U 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 U 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 U 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 4 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 Fri Jul 2 08:35:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7EFE16A4CF; Fri, 2 Jul 2004 08:35:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A994F43D1D; Fri, 2 Jul 2004 08:35:15 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628YKaH017457; Fri, 2 Jul 2004 08:34:20 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628YJBO017456; Fri, 2 Jul 2004 08:34:19 GMT (envelope-from marks) Message-Id: <200407020834.i628YJBO017456@repoman.freebsd.org> From: Mark Santcroos Date: Fri, 2 Jul 2004 08:34: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/contrib/dev/acpica acconfig.h acfreebsd.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, 02 Jul 2004 08:35:16 -0000 marks 2004-07-02 08:34:19 UTC FreeBSD src repository Modified files: sys/contrib/dev/acpica acconfig.h acfreebsd.h Log: Unchanged files that are off the vendor branch. Revision Changes Path 1.31 +8 -7 src/sys/contrib/dev/acpica/acconfig.h 1.28 +2 -1 src/sys/contrib/dev/acpica/acfreebsd.h From owner-cvs-src@FreeBSD.ORG Fri Jul 2 08:38: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 ABE0C16A4CE; Fri, 2 Jul 2004 08:38:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CE5943D39; Fri, 2 Jul 2004 08:38:32 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628buK4017670; Fri, 2 Jul 2004 08:37:56 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628buKe017669; Fri, 2 Jul 2004 08:37:56 GMT (envelope-from marks) Message-Id: <200407020837.i628buKe017669@repoman.freebsd.org> From: Mark Santcroos Date: Fri, 2 Jul 2004 08:37: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/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: Fri, 02 Jul 2004 08:38:32 -0000 marks 2004-07-02 08:37:56 UTC FreeBSD src repository Modified files: sys/contrib/dev/acpica dbcmds.c Log: Local diff: allow use of the disassembler. Revision Changes Path 1.13 +5 -1 src/sys/contrib/dev/acpica/dbcmds.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 08:39: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 33CA416A4CE; Fri, 2 Jul 2004 08:39:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14CED43D4C; Fri, 2 Jul 2004 08:39:34 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628ct3X017708; Fri, 2 Jul 2004 08:38:55 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628ctVA017707; Fri, 2 Jul 2004 08:38:55 GMT (envelope-from marks) Message-Id: <200407020838.i628ctVA017707@repoman.freebsd.org> From: Mark Santcroos Date: Fri, 2 Jul 2004 08:38: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/contrib/dev/acpica exfldio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:39:34 -0000 marks 2004-07-02 08:38:55 UTC FreeBSD src repository Modified files: sys/contrib/dev/acpica exfldio.c Log: Local change: Allow access to the field if it is within the region size rounded up to a multiple of the access byte width. This overcomes "off-by-one" programming errors in the AML often found in Toshiba laptops. Revision Changes Path 1.22 +87 -67 src/sys/contrib/dev/acpica/exfldio.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 08:53: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 301FB16A4CE; Fri, 2 Jul 2004 08:53:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1181B43D48; Fri, 2 Jul 2004 08:53:36 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628q9J2018070; Fri, 2 Jul 2004 08:52:09 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628q9PO018069; Fri, 2 Jul 2004 08:52:09 GMT (envelope-from ru) Message-Id: <200407020852.i628q9PO018069@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 08:52:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 netgraph.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, 02 Jul 2004 08:53:36 -0000 ru 2004-07-02 08:52:09 UTC FreeBSD src repository Modified files: share/man/man4 netgraph.4 Log: Markup overhaul and minor word smithing. Revision Changes Path 1.45 +483 -399 src/share/man/man4/netgraph.4 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 09:20: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 B4FAA16A4CE; Fri, 2 Jul 2004 09:20:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 961ED43D41; Fri, 2 Jul 2004 09:20:40 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i629IWaX019115; Fri, 2 Jul 2004 09:18:32 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i629IWuY019114; Fri, 2 Jul 2004 09:18:32 GMT (envelope-from tjr) Message-Id: <200407020918.i629IWuY019114@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 2 Jul 2004 09:18:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: FSF Subject: cvs commit: src/contrib/gnu-sort - 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: Fri, 02 Jul 2004 09:20:40 -0000 tjr 2004-07-02 09:18:32 UTC FreeBSD src repository src/contrib/gnu-sort - Imported sources Update of /home/ncvs/src/contrib/gnu-sort In directory repoman.freebsd.org:/tmp/cvs-serv19069 Log Message: Import of GNU sort from coreutils 5.2.1 (trimmed) Status: Vendor Tag: FSF Release Tags: SORT_v5_2_1 U src/contrib/gnu-sort/README U src/contrib/gnu-sort/ABOUT-NLS U src/contrib/gnu-sort/AUTHORS U src/contrib/gnu-sort/COPYING U src/contrib/gnu-sort/ChangeLog U src/contrib/gnu-sort/INSTALL U src/contrib/gnu-sort/NEWS U src/contrib/gnu-sort/THANKS U src/contrib/gnu-sort/TODO N src/contrib/gnu-sort/THANKS-to-translators N src/contrib/gnu-sort/lib/__fpending.c U src/contrib/gnu-sort/lib/error.c U src/contrib/gnu-sort/lib/error.h N src/contrib/gnu-sort/lib/strnlen.c U src/contrib/gnu-sort/lib/posixver.c U src/contrib/gnu-sort/lib/posixver.h N src/contrib/gnu-sort/lib/__fpending.h U src/contrib/gnu-sort/lib/argmatch.c U src/contrib/gnu-sort/lib/argmatch.h N src/contrib/gnu-sort/lib/closeout.c U src/contrib/gnu-sort/lib/closeout.h U src/contrib/gnu-sort/lib/dup-safer.c N src/contrib/gnu-sort/lib/exit.h N src/contrib/gnu-sort/lib/exitfail.c N src/contrib/gnu-sort/lib/exitfail.h U src/contrib/gnu-sort/lib/fopen-safer.c U src/contrib/gnu-sort/lib/gettext.h C src/contrib/gnu-sort/lib/hard-locale.c U src/contrib/gnu-sort/lib/hard-locale.h U src/contrib/gnu-sort/lib/human.c U src/contrib/gnu-sort/lib/human.h U src/contrib/gnu-sort/lib/long-options.c U src/contrib/gnu-sort/lib/long-options.h U src/contrib/gnu-sort/lib/memcoll.c U src/contrib/gnu-sort/lib/memcoll.h U src/contrib/gnu-sort/lib/pathmax.h U src/contrib/gnu-sort/lib/physmem.c U src/contrib/gnu-sort/lib/physmem.h U src/contrib/gnu-sort/lib/quote.c U src/contrib/gnu-sort/lib/quote.h U src/contrib/gnu-sort/lib/quotearg.c U src/contrib/gnu-sort/lib/quotearg.h U src/contrib/gnu-sort/lib/stdio-safer.h N src/contrib/gnu-sort/lib/timespec.h N src/contrib/gnu-sort/lib/umaxtostr.c U src/contrib/gnu-sort/lib/unistd-safer.h U src/contrib/gnu-sort/lib/version-etc.c U src/contrib/gnu-sort/lib/version-etc.h U src/contrib/gnu-sort/lib/xalloc.h U src/contrib/gnu-sort/lib/xmalloc.c U src/contrib/gnu-sort/lib/xmemcoll.c U src/contrib/gnu-sort/lib/xmemcoll.h U src/contrib/gnu-sort/lib/xstrtol.c U src/contrib/gnu-sort/lib/xstrtol.h U src/contrib/gnu-sort/lib/xstrtoul.c U src/contrib/gnu-sort/lib/xstrtoumax.c N src/contrib/gnu-sort/lib/inttostr.c N src/contrib/gnu-sort/lib/inttostr.h U src/contrib/gnu-sort/src/sort.c U src/contrib/gnu-sort/src/system.h U src/contrib/gnu-sort/man/sort.1 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jFSF:yesterday -jFSF src/contrib/gnu-sort From owner-cvs-src@FreeBSD.ORG Fri Jul 2 09:21: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 90C2616A4CE; Fri, 2 Jul 2004 09:21:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71EE043D1D; Fri, 2 Jul 2004 09:21:07 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i629JMjj019157; Fri, 2 Jul 2004 09:19:22 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i629JMru019156; Fri, 2 Jul 2004 09:19:22 GMT (envelope-from davidxu) Message-Id: <200407020919.i629JMru019156@repoman.freebsd.org> From: David Xu Date: Fri, 2 Jul 2004 09:19:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sys_process.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 09:21:07 -0000 davidxu 2004-07-02 09:19:22 UTC FreeBSD src repository Modified files: sys/kern sys_process.c Log: Allow ptrace to deal with lwpid. Reviewed by: marcel Revision Changes Path 1.121 +36 -6 src/sys/kern/sys_process.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 09:29: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 1E04716A4CE; Fri, 2 Jul 2004 09:29:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F304443D4C; Fri, 2 Jul 2004 09:29:09 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i629R9B7019474; Fri, 2 Jul 2004 09:27:09 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i629R9r3019473; Fri, 2 Jul 2004 09:27:09 GMT (envelope-from tjr) Message-Id: <200407020927.i629R9r3019473@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 2 Jul 2004 09:27: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/contrib/gnu-sort/lib hard-locale.csrc/contrib/gnu-sort/src sys2.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, 02 Jul 2004 09:29:10 -0000 tjr 2004-07-02 09:27:09 UTC FreeBSD src repository Modified files: contrib/gnu-sort/lib hard-locale.c Removed files: contrib/gnu-sort/src sys2.h Log: Resolve conflicts. Revision Changes Path 1.4 +5 -10 src/contrib/gnu-sort/lib/hard-locale.c 1.2 +0 -565 src/contrib/gnu-sort/src/sys2.h (dead) From owner-cvs-src@FreeBSD.ORG Fri Jul 2 09:37: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 4E25F16A4CE; Fri, 2 Jul 2004 09:37:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 301A043D2F; Fri, 2 Jul 2004 09:37:02 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i629Ybo5019846; Fri, 2 Jul 2004 09:34:37 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i629Ybgv019845; Fri, 2 Jul 2004 09:34:37 GMT (envelope-from tjr) Message-Id: <200407020934.i629Ybgv019845@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 2 Jul 2004 09:34: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/sort Makefile alloca.h config.h localedir.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, 02 Jul 2004 09:37:02 -0000 tjr 2004-07-02 09:34:37 UTC FreeBSD src repository Modified files: gnu/usr.bin/sort Makefile config.h Added files: gnu/usr.bin/sort alloca.h localedir.h Log: Update build infrastructure for sort from GNU coreutils 5.2.1. Revision Changes Path 1.10 +5 -1 src/gnu/usr.bin/sort/Makefile 1.1 +2 -0 src/gnu/usr.bin/sort/alloca.h (new) 1.7 +277 -146 src/gnu/usr.bin/sort/config.h 1.1 +2 -0 src/gnu/usr.bin/sort/localedir.h (new) From owner-cvs-src@FreeBSD.ORG Fri Jul 2 10:09: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 722EC16A4CE; Fri, 2 Jul 2004 10:09:50 +0000 (GMT) Received: from robbins.dropbear.id.au (209.c.010.mel.iprimus.net.au [210.50.202.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id B127643D45; Fri, 2 Jul 2004 10:09:49 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 2620F421C; Fri, 2 Jul 2004 20:11:52 +1000 (EST) Date: Fri, 2 Jul 2004 20:11:52 +1000 From: Tim Robbins To: "Tim J. Robbins" Message-ID: <20040702101152.GA42684@cat.robbins.dropbear.id.au> References: <200407020934.i629Ybgv019845@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407020934.i629Ybgv019845@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/sort Makefile alloca.h config.h localedir.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, 02 Jul 2004 10:09:50 -0000 On Fri, Jul 02, 2004 at 09:34:37AM +0000, Tim J. Robbins wrote: > tjr 2004-07-02 09:34:37 UTC > > FreeBSD src repository > > Modified files: > gnu/usr.bin/sort Makefile config.h > Added files: > gnu/usr.bin/sort alloca.h localedir.h > Log: > Update build infrastructure for sort from GNU coreutils 5.2.1. These are the entries from the coreutils NEWS file pertaining to the changes to sort between textutils 2.1 and coreutils 5.2.1: sort now supports the zero byte (NUL) as a field separator; use -t '\0'. The -t '' option, which formerly had no effect, is now an error. sort option order no longer matters for the options -S, -d, -i, -o, and -t. Stronger options override weaker, and incompatible options are diagnosed. sort is now up to 30% more CPU-efficient in some cases `sort --version' and `sort --help' fail, as they should when their output is redirected to /dev/full. However, the main reason I imported this version is because Red Hat and Mandrakesoft have patches against it to add multibyte character support. The current lack of support is blocking support in a number of in-tree utilities (at least uniq, join & comm.) Tim From owner-cvs-src@FreeBSD.ORG Fri Jul 2 11:08: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 EE7C416A4CE; Fri, 2 Jul 2004 11:08:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D06DB43D48; Fri, 2 Jul 2004 11:08:48 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62B7gX4022934; Fri, 2 Jul 2004 11:07:42 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62B7gjj022933; Fri, 2 Jul 2004 11:07:42 GMT (envelope-from tjr) Message-Id: <200407021107.i62B7gjj022933@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 2 Jul 2004 11:07: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/contrib/gnu-sort/src sort.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 11:08:49 -0000 tjr 2004-07-02 11:07:42 UTC FreeBSD src repository Modified files: contrib/gnu-sort/src sort.c Log: Add support for multi-byte character sets. Obtained from: Mitsuru Chinen (IBM) via The Fedora Project Revision Changes Path 1.2 +1139 -347 src/contrib/gnu-sort/src/sort.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 11:12: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 0344916A4CE; Fri, 2 Jul 2004 11:12:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7F7143D1F; Fri, 2 Jul 2004 11:12:03 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62B9taB022991; Fri, 2 Jul 2004 11:09:55 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62B9t1k022990; Fri, 2 Jul 2004 11:09:55 GMT (envelope-from tjr) Message-Id: <200407021109.i62B9t1k022990@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 2 Jul 2004 11:09: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/gnu/usr.bin/sort 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, 02 Jul 2004 11:12:04 -0000 tjr 2004-07-02 11:09:55 UTC FreeBSD src repository Modified files: gnu/usr.bin/sort Makefile Log: Hook strnlen.c up to the build - the i18n patch uses it. Revision Changes Path 1.11 +1 -0 src/gnu/usr.bin/sort/Makefile From owner-cvs-src@FreeBSD.ORG Fri Jul 2 12:17:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DAD916A4CE; Fri, 2 Jul 2004 12:17:54 +0000 (GMT) Received: from robbins.dropbear.id.au (209.c.010.mel.iprimus.net.au [210.50.202.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA6B543D46; Fri, 2 Jul 2004 12:17:53 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 69FC4421A; Fri, 2 Jul 2004 21:20:16 +1000 (EST) Date: Fri, 2 Jul 2004 21:20:16 +1000 From: Tim Robbins To: "Tim J. Robbins" Message-ID: <20040702112016.GA43050@cat.robbins.dropbear.id.au> References: <200407021107.i62B7gjj022933@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407021107.i62B7gjj022933@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/gnu-sort/src sort.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 12:17:54 -0000 On Fri, Jul 02, 2004 at 11:07:42AM +0000, Tim J. Robbins wrote: > tjr 2004-07-02 11:07:42 UTC > > FreeBSD src repository > > Modified files: > contrib/gnu-sort/src sort.c > Log: > Add support for multi-byte character sets. > > Obtained from: Mitsuru Chinen (IBM) via The Fedora Project Yes, this takes the file off the vendor branch. The patch should be included in a future release of coreutils, so this will hopefully not become a maintenance nightmare. http://oss.software.ibm.com/linux/patches/?patch_id=1383 http://download.fedora.redhat.com/pub/fedora/linux/core/2/SRPMS/coreutils-5.2.1-7.src.rpm Tim From owner-cvs-src@FreeBSD.ORG Fri Jul 2 12:19: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 16BCB16A4CE; Fri, 2 Jul 2004 12:19:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1009A43D39; Fri, 2 Jul 2004 12:19:07 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62CG2eQ024833; Fri, 2 Jul 2004 12:16:02 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62CG2uK024832; Fri, 2 Jul 2004 12:16:02 GMT (envelope-from mlaier) Message-Id: <200407021216.i62CG2uK024832@repoman.freebsd.org> From: Max Laier Date: Fri, 2 Jul 2004 12:16: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/bfe if_bfe.c src/sys/dev/em if_em.c src/sys/dev/fxp if_fxp.c src/sys/dev/lnc if_lnc.c src/sys/net if_tun.c src/sys/pci if_de.c if_rl.c if_sis.c if_xl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 12:19:07 -0000 mlaier 2004-07-02 12:16:02 UTC FreeBSD src repository Modified files: sys/dev/bfe if_bfe.c sys/dev/em if_em.c sys/dev/fxp if_fxp.c sys/dev/lnc if_lnc.c sys/net if_tun.c sys/pci if_de.c if_rl.c if_sis.c if_xl.c Log: Bring in the first chunk of altq driver modifications. This covers the following drivers: bfe(4), em(4), fxp(4), lnc(4), tun(4), de(4) rl(4), sis(4) and xl(4) More patches are pending on: http://peoples.freebsd.org/~mlaier/ Please take a look and tell me if "your" driver is missing, so I can fix this. Tested-by: many No-objection: -current, -net Revision Changes Path 1.14 +6 -4 src/sys/dev/bfe/if_bfe.c 1.44 +8 -6 src/sys/dev/em/if_em.c 1.216 +9 -4 src/sys/dev/fxp/if_fxp.c 1.109 +4 -2 src/sys/dev/lnc/if_lnc.c 1.143 +30 -7 src/sys/net/if_tun.c 1.155 +14 -9 src/sys/pci/if_de.c 1.141 +6 -4 src/sys/pci/if_rl.c 1.103 +9 -7 src/sys/pci/if_sis.c 1.173 +8 -6 src/sys/pci/if_xl.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 12:32: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 6289316A4CE; Fri, 2 Jul 2004 12:32:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4612D43D46; Fri, 2 Jul 2004 12:32:43 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62CUS2c025266; Fri, 2 Jul 2004 12:30:28 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62CUSCh025265; Fri, 2 Jul 2004 12:30:28 GMT (envelope-from eik) Message-Id: <200407021230.i62CUSCh025265@repoman.freebsd.org> From: Oliver Eikemeier Date: Fri, 2 Jul 2004 12:30:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make make.1 parse.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 12:32:43 -0000 eik 2004-07-02 12:30:28 UTC FreeBSD src repository Modified files: usr.bin/make make.1 parse.c Log: New variable `.MAKEFILE_LIST', useful for tracing, debugging and dependency tracking. Use make -V .MAKEFILE_LIST | tr \ \\n | awk '$0==".." {l--; next} {l++; printf "%*s%s\n", l, " ", $0}' to print a tree of all included makefiles. Approved by: joerg MFC after: 1 week Revision Changes Path 1.69 +20 -2 src/usr.bin/make/make.1 1.55 +10 -1 src/usr.bin/make/parse.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 12:35: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 E9FB616A4CE; Fri, 2 Jul 2004 12:35:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC7CA43D49; Fri, 2 Jul 2004 12:35:43 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62CYD6j025425; Fri, 2 Jul 2004 12:34:13 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62CYDox025424; Fri, 2 Jul 2004 12:34:13 GMT (envelope-from eik) Message-Id: <200407021234.i62CYDox025424@repoman.freebsd.org> From: Oliver Eikemeier Date: Fri, 2 Jul 2004 12:34: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 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, 02 Jul 2004 12:35:44 -0000 eik 2004-07-02 12:34:13 UTC FreeBSD src repository Modified files: usr.bin/make make.1 Log: manlint Obtained from: ru Revision Changes Path 1.70 +5 -6 src/usr.bin/make/make.1 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 13:14: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 01D0116A4CE; Fri, 2 Jul 2004 13:14:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9CD543D41; Fri, 2 Jul 2004 13:14:42 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62DDK96026509; Fri, 2 Jul 2004 13:13:20 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62DDKML026508; Fri, 2 Jul 2004 13:13:20 GMT (envelope-from den) Message-Id: <200407021313.i62DDKML026508@repoman.freebsd.org> From: Denis Peplin Date: Fri, 2 Jul 2004 13:13: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/release/doc/en_US.ISO8859-1/share/sgml release.dsl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 13:14:43 -0000 den 2004-07-02 13:13:20 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/share/sgml release.dsl Log: Fix tags Revision Changes Path 1.8 +3 -2 src/release/doc/en_US.ISO8859-1/share/sgml/release.dsl From owner-cvs-src@FreeBSD.ORG Fri Jul 2 13:43:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD30616A4CE; Fri, 2 Jul 2004 13:43:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C067F43D1F; Fri, 2 Jul 2004 13:43:34 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62DgaDh027296; Fri, 2 Jul 2004 13:42:36 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62DgamV027295; Fri, 2 Jul 2004 13:42:36 GMT (envelope-from imp) Message-Id: <200407021342.i62DgamV027295@repoman.freebsd.org> From: Warner Losh Date: Fri, 2 Jul 2004 13:42: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/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, 02 Jul 2004 13:43:35 -0000 imp 2004-07-02 13:42:36 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Disable native ata support for now, too much breaks Revision Changes Path 1.264 +1 -1 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 14:10: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 6663E16A4D3; Fri, 2 Jul 2004 14:10:44 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id B111043D48; Fri, 2 Jul 2004 14:10:43 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 6E36E5310; Fri, 2 Jul 2004 16:09:14 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id A82DE5309; Fri, 2 Jul 2004 16:09:06 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 86B2CB860; Fri, 2 Jul 2004 16:09:06 +0200 (CEST) To: Warner Losh References: <200407021342.i62DgamV027295@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Fri, 02 Jul 2004 16:09:06 +0200 In-Reply-To: <200407021342.i62DgamV027295@repoman.freebsd.org> (Warner Losh's message of "Fri, 2 Jul 2004 13:42:36 +0000 (UTC)") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 14:10:44 -0000 Warner Losh writes: > Log: > Disable native ata support for now, too much breaks Could this be controlled by a hint or a tunable? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Fri Jul 2 14:20: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 88C4D16A4CE; Fri, 2 Jul 2004 14:20:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B60543D3F; Fri, 2 Jul 2004 14:20:48 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62EJjKU028298; Fri, 2 Jul 2004 14:19:45 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62EJjb5028297; Fri, 2 Jul 2004 14:19:45 GMT (envelope-from davidxu) Message-Id: <200407021419.i62EJjb5028297@repoman.freebsd.org> From: David Xu Date: Fri, 2 Jul 2004 14:19: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/lib/libc/i386/gen _ctx_start.S makecontext.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 14:20:48 -0000 davidxu 2004-07-02 14:19:45 UTC FreeBSD src repository Modified files: lib/libc/i386/gen _ctx_start.S makecontext.c Log: Use %esi to store next ucp pointer. Mark end of stack by setting %ebp to zero, this avoids new gdb to dump a weird backtrace. Revision Changes Path 1.3 +1 -1 src/lib/libc/i386/gen/_ctx_start.S 1.4 +3 -2 src/lib/libc/i386/gen/makecontext.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 14:43: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 E4B6816A4CE; Fri, 2 Jul 2004 14:43:12 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 260D543D53; Fri, 2 Jul 2004 14:43:12 +0000 (GMT) (envelope-from sos@deepcore.dk) Received: from deepcore.dk (sos.deepcore.dk [194.192.25.130]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i62EgADI092178; Fri, 2 Jul 2004 16:42:15 +0200 (CEST) (envelope-from sos@deepcore.dk) Message-ID: <40E57442.8000602@deepcore.dk> Date: Fri, 02 Jul 2004 16:42:10 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.5 (X11/20040329) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200407021342.i62DgamV027295@repoman.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.4 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Warner Losh cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 14:43:13 -0000 Dag-Erling Smørgrav wrote: > Warner Losh writes: > >> Log: >> Disable native ata support for now, too much breaks > > > Could this be controlled by a hint or a tunable? We'll soon need something better than that, since systems that needs this to boot at all will appear in the not too distant future. Question is how to deal with old systems where the config is borked in some sense... -- -Søren From owner-cvs-src@FreeBSD.ORG Fri Jul 2 15: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 6BC5C16A4CE; Fri, 2 Jul 2004 15:49:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D1BF43D2D; Fri, 2 Jul 2004 15:49:26 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62FVjKD030489; Fri, 2 Jul 2004 15:31:45 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62FVjBn030488; Fri, 2 Jul 2004 15:31:45 GMT (envelope-from netchild) Message-Id: <200407021531.i62FVjBn030488@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 2 Jul 2004 15:31: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/compat/linux linux_ioctl.c linux_ioctl.h src/sys/dev/sound/pcm dsp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 15:49:26 -0000 netchild 2004-07-02 15:31:44 UTC FreeBSD src repository (ports committer) Modified files: sys/compat/linux linux_ioctl.c linux_ioctl.h sys/dev/sound/pcm dsp.c Log: Implement SNDCTL_DSP_SETDUPLEX. This may fix sound apps which want to use full duplex mode. Approved by: matk Revision Changes Path 1.120 +4 -0 src/sys/compat/linux/linux_ioctl.c 1.21 +1 -0 src/sys/compat/linux/linux_ioctl.h 1.77 +10 -0 src/sys/dev/sound/pcm/dsp.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 15:55: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 E76C816A4CF; Fri, 2 Jul 2004 15:55:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA82A43D2D; Fri, 2 Jul 2004 15:55:17 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62FqiPo031114; Fri, 2 Jul 2004 15:52:44 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62FqiUT031113; Fri, 2 Jul 2004 15:52:44 GMT (envelope-from scottl) Message-Id: <200407021552.i62FqiUT031113@repoman.freebsd.org> From: Scott Long Date: Fri, 2 Jul 2004 15:52:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 bus_dma.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: Fri, 02 Jul 2004 15:55:18 -0000 scottl 2004-07-02 15:52:44 UTC FreeBSD src repository Modified files: share/man/man9 bus_dma.9 Log: Small grammar fix. Revision Changes Path 1.11 +1 -1 src/share/man/man9/bus_dma.9 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 16:09: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 88E7E16A4CE; Fri, 2 Jul 2004 16:09:36 +0000 (GMT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45BA543D4C; Fri, 2 Jul 2004 16:09:36 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id i62G4mqM016607 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 2 Jul 2004 12:04:48 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i62G4gMa009044; Fri, 2 Jul 2004 12:04:42 -0400 (EDT) (envelope-from gallatin) Date: Fri, 2 Jul 2004 12:04:42 -0400 From: Andrew Gallatin To: =?iso-8859-1?Q?S=F8ren_Schmidt?= Message-ID: <20040702120442.A8994@grasshopper.cs.duke.edu> References: <200407021342.i62DgamV027295@repoman.freebsd.org> <40E57442.8000602@deepcore.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.2.5i In-Reply-To: <40E57442.8000602@deepcore.dk>; from sos@deepcore.dk on Fri, Jul 02, 2004 at 04:42:10PM +0200 X-Operating-System: FreeBSD 4.9-RELEASE-p1 on an i386 cc: =?iso-8859-1?Q?Dag-Erling_Sm=F8rgrav?= cc: src-committers@FreeBSD.org cc: Warner Losh cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 16:09:36 -0000 S=F8ren Schmidt [sos@deepcore.dk] wrote: > Dag-Erling Sm=F8rgrav wrote: > > Warner Losh writes: > >=20 > >> Log: > >> Disable native ata support for now, too much breaks > >=20 > >=20 > > Could this be controlled by a hint or a tunable? >=20 > We'll soon need something better than that, since systems that needs=20 > this to boot at all will appear in the not too distant future. > Question is how to deal with old systems where the config is borked in=20 > some sense... Is there any commonality between the broken systems? Mine is a ServerWorks based system. Details at http://people.freebsd.org/~gallatin/ata_irq/ At the very least, we could have a quirk table.. Drew From owner-cvs-src@FreeBSD.ORG Fri Jul 2 16:19: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 4631D16A4CE; Fri, 2 Jul 2004 16:19:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27F8D43D4C; Fri, 2 Jul 2004 16:19:42 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62FllXC030916; Fri, 2 Jul 2004 15:47:47 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62FlljI030915; Fri, 2 Jul 2004 15:47:47 GMT (envelope-from maxim) Message-Id: <200407021547.i62FlljI030915@repoman.freebsd.org> From: Maxim Konovalov Date: Fri, 2 Jul 2004 15:47: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/share/man/man4 inet.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, 02 Jul 2004 16:19:42 -0000 maxim 2004-07-02 15:47:47 UTC FreeBSD src repository Modified files: share/man/man4 inet.4 Log: Document net.inet.ip.process_options sysctl. Improved by: ru Reviewed by: andre Revision Changes Path 1.28 +15 -0 src/share/man/man4/inet.4 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 16:20: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 9D07E16A4CE; Fri, 2 Jul 2004 16:20:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FAC543D3F; Fri, 2 Jul 2004 16:20:23 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62GJSPp031819; Fri, 2 Jul 2004 16:19:28 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62GJSoD031818; Fri, 2 Jul 2004 16:19:28 GMT (envelope-from ru) Message-Id: <200407021619.i62GJSoD031818@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 16:19: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/share/man/man4 inet.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, 02 Jul 2004 16:20:23 -0000 ru 2004-07-02 16:19:28 UTC FreeBSD src repository Modified files: share/man/man4 inet.4 Log: Bump document date on behalf of the previous change. Revision Changes Path 1.29 +1 -1 src/share/man/man4/inet.4 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 16:46: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 4F30C16A4CE; Fri, 2 Jul 2004 16:46:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3240243D45; Fri, 2 Jul 2004 16:46:55 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62GjuHd032702; Fri, 2 Jul 2004 16:45:56 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62GjuUt032701; Fri, 2 Jul 2004 16:45:56 GMT (envelope-from ru) Message-Id: <200407021645.i62GjuUt032701@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 16:45:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen sem_destroy.3 sem_getvalue.3 sem_init.3 sem_open.3 sem_post.3 sem_wait.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, 02 Jul 2004 16:46:55 -0000 ru 2004-07-02 16:45:56 UTC FreeBSD src repository Modified files: lib/libc/gen sem_destroy.3 sem_getvalue.3 sem_init.3 sem_open.3 sem_post.3 sem_wait.3 Log: Markup tidying. Revision Changes Path 1.14 +7 -3 src/lib/libc/gen/sem_destroy.3 1.14 +6 -1 src/lib/libc/gen/sem_getvalue.3 1.17 +7 -2 src/lib/libc/gen/sem_init.3 1.12 +9 -9 src/lib/libc/gen/sem_open.3 1.14 +3 -0 src/lib/libc/gen/sem_post.3 1.12 +5 -1 src/lib/libc/gen/sem_wait.3 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 16:55: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 232F016A4CE; Fri, 2 Jul 2004 16:55:33 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA10743D1F; Fri, 2 Jul 2004 16:55:32 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i62GpH94010841; Fri, 2 Jul 2004 10:51:17 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 02 Jul 2004 10:51:50 -0600 (MDT) Message-Id: <20040702.105150.39158002.imp@bsdimp.com> To: des@des.no From: "M. Warner Losh" In-Reply-To: References: <200407021342.i62DgamV027295@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/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, 02 Jul 2004 16:55:33 -0000 In message: des@des.no (Dag-Erling Sm=F8rgrav) writes: : Warner Losh writes: : > Log: : > Disable native ata support for now, too much breaks : = : Could this be controlled by a hint or a tunable? The current plan is to make it work right and this backout was to restore order to people that this cause problems for while sos and I come up with a better patch. I'm not sure that a tunable would be a good idea unless we can't make it work right. Warner From owner-cvs-src@FreeBSD.ORG Fri Jul 2 16:57: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 C77A616A4FA; Fri, 2 Jul 2004 16:57:08 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 100D143D2F; Fri, 2 Jul 2004 16:57:08 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i62Gr2fL010864; Fri, 2 Jul 2004 10:53:02 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 02 Jul 2004 10:53:36 -0600 (MDT) Message-Id: <20040702.105336.11626631.imp@bsdimp.com> To: gallatin@cs.duke.edu From: "M. Warner Losh" In-Reply-To: <20040702120442.A8994@grasshopper.cs.duke.edu> References: <40E57442.8000602@deepcore.dk> <20040702120442.A8994@grasshopper.cs.duke.edu> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: des@des.no cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: sos@deepcore.dk cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 16:57:10 -0000 In message: <20040702120442.A8994@grasshopper.cs.duke.edu> Andrew Gallatin writes: : S=F8ren Schmidt [sos@deepcore.dk] wrote: : > Dag-Erling Sm=F8rgrav wrote: : > > Warner Losh writes: : > > = : > >> Log: : > >> Disable native ata support for now, too much breaks : > > = : > > = : > > Could this be controlled by a hint or a tunable? : > = : > We'll soon need something better than that, since systems that need= s = : > this to boot at all will appear in the not too distant future. : > Question is how to deal with old systems where the config is borked= in = : > some sense... : = : Is there any commonality between the broken systems? : Mine is a ServerWorks based system. Details at : http://people.freebsd.org/~gallatin/ata_irq/ : = : At the very least, we could have a quirk table.. ServerWorks seems to be a problem child for the new ata code. It has busted a few times now as changes have gone in. I believe that if the ServerWorks ata is broken, then I have a laptop that is also broken... Warner From owner-cvs-src@FreeBSD.ORG Fri Jul 2 17:07: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 B852316A4CF; Fri, 2 Jul 2004 17:07:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9816F43D4C; Fri, 2 Jul 2004 17:07:50 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62H6J1c033360; Fri, 2 Jul 2004 17:06:19 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62H6JBS033359; Fri, 2 Jul 2004 17:06:19 GMT (envelope-from des) Message-Id: <200407021706.i62H6JBS033359@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 2 Jul 2004 17:06: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/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: Fri, 02 Jul 2004 17:07:50 -0000 des 2004-07-02 17:06:19 UTC FreeBSD src repository Modified files: share/man/man5 make.conf.5 Log: We support -O2 now. Revision Changes Path 1.86 +3 -2 src/share/man/man5/make.conf.5 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 17:09: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 3D57D16A4CE; Fri, 2 Jul 2004 17:09:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FE5A43D2F; Fri, 2 Jul 2004 17:09:52 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62H8du4033417; Fri, 2 Jul 2004 17:08:39 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62H8d4i033416; Fri, 2 Jul 2004 17:08:39 GMT (envelope-from des) Message-Id: <200407021708.i62H8d4i033416@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 2 Jul 2004 17:08:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/examples/etc 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: Fri, 02 Jul 2004 17:09:52 -0000 des 2004-07-02 17:08:39 UTC FreeBSD src repository Modified files: share/examples/etc make.conf Log: Explain that -O2 is supported, but known to expose bugs in ppp(8). Revision Changes Path 1.225 +3 -3 src/share/examples/etc/make.conf From owner-cvs-src@FreeBSD.ORG Fri Jul 2 18:01: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 9535216A4CE; Fri, 2 Jul 2004 18:01:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E68443D5A; Fri, 2 Jul 2004 18:01:41 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62I03JN034829; Fri, 2 Jul 2004 18:00:03 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62I03dL034828; Fri, 2 Jul 2004 18:00:03 GMT (envelope-from ru) Message-Id: <200407021800.i62I03dL034828@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 18:00:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libufs bread.3 cgread.3 getino.3 libufs.3 sbread.3 ufs_disk_close.3 src/share/man/man4 ida.4 iir.4 sbp_targ.4 xe.4 src/share/man/man4/man4.i386 longrun.4 src/usr.bin/uname uname.1 src/usr.sbin/lpr/lpd lpd.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, 02 Jul 2004 18:01:41 -0000 ru 2004-07-02 18:00:03 UTC FreeBSD src repository Modified files: lib/libufs bread.3 cgread.3 getino.3 libufs.3 sbread.3 ufs_disk_close.3 share/man/man4 ida.4 iir.4 sbp_targ.4 xe.4 share/man/man4/man4.i386 longrun.4 usr.bin/uname uname.1 usr.sbin/lpr/lpd lpd.8 Log: Fixed spelling of the document date. Revision Changes Path 1.5 +1 -1 src/lib/libufs/bread.3 1.5 +1 -1 src/lib/libufs/cgread.3 1.4 +1 -1 src/lib/libufs/getino.3 1.5 +1 -1 src/lib/libufs/libufs.3 1.4 +1 -1 src/lib/libufs/sbread.3 1.5 +1 -1 src/lib/libufs/ufs_disk_close.3 1.3 +1 -1 src/share/man/man4/ida.4 1.6 +1 -1 src/share/man/man4/iir.4 1.6 +1 -1 src/share/man/man4/man4.i386/longrun.4 1.3 +1 -1 src/share/man/man4/sbp_targ.4 1.5 +1 -1 src/share/man/man4/xe.4 1.16 +1 -1 src/usr.bin/uname/uname.1 1.29 +1 -1 src/usr.sbin/lpr/lpd/lpd.8 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 18:20: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 B5DDA16A4CE; Fri, 2 Jul 2004 18:20:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 995F143D4C; Fri, 2 Jul 2004 18:20:06 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62IJ1WX035464; Fri, 2 Jul 2004 18:19:01 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62IJ11U035463; Fri, 2 Jul 2004 18:19:01 GMT (envelope-from philip) Message-Id: <200407021819.i62IJ11U035463@repoman.freebsd.org> From: Philip Paeps Date: Fri, 2 Jul 2004 18:19:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/syscons/keymaps be.iso.acc.kbd be.iso.kbd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 18:20:06 -0000 philip 2004-07-02 18:19:01 UTC FreeBSD src repository Modified files: share/syscons/keymaps be.iso.acc.kbd be.iso.kbd Log: Fix the '\' next to lshift for users of Belgian keyboards. Submitted by: Glenn Matthys Approved by: njl Revision Changes Path 1.5 +2 -2 src/share/syscons/keymaps/be.iso.acc.kbd 1.13 +1 -1 src/share/syscons/keymaps/be.iso.kbd From owner-cvs-src@FreeBSD.ORG Fri Jul 2 18:49: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 6626F16A4CF; Fri, 2 Jul 2004 18:49:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 471DF43D3F; Fri, 2 Jul 2004 18:49:22 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62IbqcW036108; Fri, 2 Jul 2004 18:37:52 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62IbqIH036107; Fri, 2 Jul 2004 18:37:52 GMT (envelope-from ru) Message-Id: <200407021837.i62IbqIH036107@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 18:37:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/rcorder rcorder.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, 02 Jul 2004 18:49:22 -0000 ru 2004-07-02 18:37:52 UTC FreeBSD src repository Modified files: sbin/rcorder rcorder.8 Log: Deal with harmful leading whitespace. Revision Changes Path 1.4 +1 -1 src/sbin/rcorder/rcorder.8 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 18:49: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 8CE3816A4CE; Fri, 2 Jul 2004 18:49:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65D1F43D31; Fri, 2 Jul 2004 18:49:22 +0000 (GMT) (envelope-from arun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62IdFua036156; Fri, 2 Jul 2004 18:39:15 GMT (envelope-from arun@repoman.freebsd.org) Received: (from arun@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62IdFoa036155; Fri, 2 Jul 2004 18:39:15 GMT (envelope-from arun) Message-Id: <200407021839.i62IdFoa036155@repoman.freebsd.org> From: Arun Sharma Date: Fri, 2 Jul 2004 18:39: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/sbin/gpt gpt.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, 02 Jul 2004 18:49:22 -0000 arun 2004-07-02 18:39:15 UTC FreeBSD src repository Modified files: sbin/gpt gpt.8 Log: Bump up the date and add spaces around commas. Thanks to ru@ for noticing. Revision Changes Path 1.4 +2 -2 src/sbin/gpt/gpt.8 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 19:08: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 AE28116A4CE; Fri, 2 Jul 2004 19:08:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6D7043D39; Fri, 2 Jul 2004 19:08:28 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62J7X1o037948; Fri, 2 Jul 2004 19:07:33 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62J7X49037947; Fri, 2 Jul 2004 19:07:33 GMT (envelope-from ru) Message-Id: <200407021907.i62J7X49037947@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 19:07: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/bin/ln symlink.7 src/gnu/lib/libdialog dialog.3 src/gnu/usr.bin/man/apropos apropos.man src/gnu/usr.bin/man/man man.man src/gnu/usr.bin/tar tar.1 src/lib/libc/gen time.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, 02 Jul 2004 19:08:28 -0000 ru 2004-07-02 19:07:33 UTC FreeBSD src repository Modified files: bin/ln symlink.7 gnu/lib/libdialog dialog.3 gnu/usr.bin/man/apropos apropos.man gnu/usr.bin/man/man man.man gnu/usr.bin/tar tar.1 lib/libc/gen time.3 lib/libc/i386/sys i386_get_ldt.2 lib/libc/locale gb2312.5 mblen.3 lib/libc/sys connect.2 ntp_gettime.2 lib/libkiconv kiconv.3 lib/libsdp sdp.3 lib/libufs libufs.3 libexec/atrun atrun.man share/examples/ses/getencstat getencstat.0 share/examples/ses/sesd sesd.0 share/examples/ses/setencstat setencstat.0 share/examples/ses/setobjstat setobjstat.0 share/man/man3 pthread_switch_add_np.3 share/man/man4 cd.4 da.4 matcd.4 multicast.4 ng_atmpif.4 ng_sppp.4 ng_sscop.4 stg.4 share/man/man4/man4.i386 acpi_asus.4 ct.4 ndis.4 share/man/man7 development.7 share/man/man9 taskqueue.9 watchdog.9 usr.bin/makewhatis makewhatis.local.8 usr.bin/sed sed.1 usr.bin/systat systat.1 usr.sbin/acpi/acpidump acpidump.8 usr.sbin/mixer mixer.8 Log: Removed trailing whitespace. Revision Changes Path 1.27 +1 -1 src/bin/ln/symlink.7 1.23 +9 -9 src/gnu/lib/libdialog/dialog.3 1.12 +3 -3 src/gnu/usr.bin/man/apropos/apropos.man 1.22 +2 -2 src/gnu/usr.bin/man/man/man.man 1.44 +5 -5 src/gnu/usr.bin/tar/tar.1 1.13 +1 -1 src/lib/libc/gen/time.3 1.21 +10 -10 src/lib/libc/i386/sys/i386_get_ldt.2 1.3 +1 -1 src/lib/libc/locale/gb2312.5 1.4 +1 -1 src/lib/libc/locale/mblen.3 1.26 +1 -1 src/lib/libc/sys/connect.2 1.4 +1 -1 src/lib/libc/sys/ntp_gettime.2 1.4 +1 -1 src/lib/libkiconv/kiconv.3 1.5 +1 -1 src/lib/libsdp/sdp.3 1.6 +1 -1 src/lib/libufs/libufs.3 1.12 +4 -4 src/libexec/atrun/atrun.man 1.3 +3 -3 src/share/examples/ses/getencstat/getencstat.0 1.4 +5 -5 src/share/examples/ses/sesd/sesd.0 1.3 +4 -4 src/share/examples/ses/setencstat/setencstat.0 1.3 +4 -4 src/share/examples/ses/setobjstat/setobjstat.0 1.3 +1 -1 src/share/man/man3/pthread_switch_add_np.3 1.35 +2 -2 src/share/man/man4/cd.4 1.44 +1 -1 src/share/man/man4/da.4 1.2 +2 -2 src/share/man/man4/man4.i386/acpi_asus.4 1.6 +20 -20 src/share/man/man4/man4.i386/ct.4 1.4 +1 -1 src/share/man/man4/man4.i386/ndis.4 1.4 +17 -17 src/share/man/man4/matcd.4 1.2 +4 -4 src/share/man/man4/multicast.4 1.3 +1 -1 src/share/man/man4/ng_atmpif.4 1.3 +1 -1 src/share/man/man4/ng_sppp.4 1.3 +6 -6 src/share/man/man4/ng_sscop.4 1.4 +1 -1 src/share/man/man4/stg.4 1.10 +1 -1 src/share/man/man7/development.7 1.11 +1 -1 src/share/man/man9/taskqueue.9 1.2 +1 -1 src/share/man/man9/watchdog.9 1.14 +4 -4 src/usr.bin/makewhatis/makewhatis.local.8 1.32 +1 -1 src/usr.bin/sed/sed.1 1.40 +1 -1 src/usr.bin/systat/systat.1 1.17 +2 -2 src/usr.sbin/acpi/acpidump/acpidump.8 1.21 +1 -1 src/usr.sbin/mixer/mixer.8 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 19: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 ED9B416A4CE; Fri, 2 Jul 2004 19:11:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6AD643D2D; Fri, 2 Jul 2004 19:11:02 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62J9oFF038077; Fri, 2 Jul 2004 19:09:50 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62J9osX038076; Fri, 2 Jul 2004 19:09:50 GMT (envelope-from jhb) Message-Id: <200407021909.i62J9osX038076@repoman.freebsd.org> From: John Baldwin Date: Fri, 2 Jul 2004 19:09: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/kern kern_idle.c kern_intr.c kern_mutex.c kern_shutdown.c kern_sig.c kern_subr.c kern_synch.c kern_thread.c sched_4bsd.c sched_ule.c subr_sleepqueue.c subr_trap.c subr_turnstile.c src/sys/sys proc.h sched.h src/sys/vm ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 19:11:03 -0000 jhb 2004-07-02 19:09:50 UTC FreeBSD src repository Modified files: sys/kern kern_idle.c kern_intr.c kern_mutex.c kern_shutdown.c kern_sig.c kern_subr.c kern_synch.c kern_thread.c sched_4bsd.c sched_ule.c subr_sleepqueue.c subr_trap.c subr_turnstile.c sys/sys proc.h sched.h sys/vm vm_zeroidle.c Log: - Change mi_switch() and sched_switch() to accept an optional thread to switch to. If a non-NULL thread pointer is passed in, then the CPU will switch to that thread directly rather than calling choosethread() to pick a thread to choose to. - Make sched_switch() aware of idle threads and know to do TD_SET_CAN_RUN() instead of sticking them on the run queue rather than requiring all callers of mi_switch() to know to do this if they can be called from an idlethread. - Move constants for arguments to mi_switch() and thread_single() out of the middle of the function prototypes and up above into their own section. Revision Changes Path 1.39 +2 -3 src/sys/kern/kern_idle.c 1.110 +2 -2 src/sys/kern/kern_intr.c 1.139 +1 -1 src/sys/kern/kern_mutex.c 1.152 +1 -1 src/sys/kern/kern_shutdown.c 1.282 +2 -2 src/sys/kern/kern_sig.c 1.87 +1 -1 src/sys/kern/kern_subr.c 1.251 +3 -3 src/sys/kern/kern_synch.c 1.186 +2 -2 src/sys/kern/kern_thread.c 1.42 +11 -6 src/sys/kern/sched_4bsd.c 1.109 +9 -5 src/sys/kern/sched_ule.c 1.10 +2 -2 src/sys/kern/subr_sleepqueue.c 1.268 +1 -1 src/sys/kern/subr_trap.c 1.145 +1 -1 src/sys/kern/subr_turnstile.c 1.383 +11 -6 src/sys/sys/proc.h 1.13 +1 -1 src/sys/sys/sched.h 1.25 +1 -1 src/sys/vm/vm_zeroidle.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 19:30: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 86CB216A4D1 for ; Fri, 2 Jul 2004 19:30:15 +0000 (GMT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1ACC743D48 for ; Fri, 2 Jul 2004 19:30:15 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 6148 invoked from network); 2 Jul 2004 19:29:18 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 2 Jul 2004 19:29:18 -0000 X-pair-Authenticated: 209.68.2.70 Date: Fri, 2 Jul 2004 14:29:16 -0500 (CDT) From: Mike Silbersack To: Warner Losh In-Reply-To: <200407021342.i62DgamV027295@repoman.freebsd.org> Message-ID: <20040702142635.F63950@odysseus.silby.com> References: <200407021342.i62DgamV027295@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/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, 02 Jul 2004 19:30:15 -0000 On Fri, 2 Jul 2004, Warner Losh wrote: > imp 2004-07-02 13:42:36 UTC > > FreeBSD src repository > > Modified files: > sys/dev/pci pci.c > Log: > Disable native ata support for now, too much breaks So that the rest of us know what to look for, could you give a little more detail? Does native ata mode provide any benefits that would be noticeable over legacy mode? Also, when it breaks, does that just mean the devices don't probe, or does it mean that data corruption might occur? I ask because I have a CD-ROM that has never worked in DMA mode, and I was wondering if native mode might fix that. (After jhb fixed my pccard+ACPI problem by adding better EISA support, I'm optimistic about everything.) Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Fri Jul 2 19:43: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 6087216A4CF; Fri, 2 Jul 2004 19:43:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42AD343D39; Fri, 2 Jul 2004 19:43:19 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62Jeaqv039599; Fri, 2 Jul 2004 19:40:36 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62JeajI039598; Fri, 2 Jul 2004 19:40:36 GMT (envelope-from pjd) Message-Id: <200407021940.i62JeajI039598@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 2 Jul 2004 19: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/geom/label g_label.c g_label.h g_label_iso9660.c g_label_msdosfs.c g_label_ufs.c src/sbin/geom/class/label Makefile geom_label.c glabel.8 src/sys/modules/geom/geom_label Makefile src/sys/modules/geom ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 19:43:19 -0000 pjd 2004-07-02 19:40:36 UTC FreeBSD src repository Modified files: sys/modules/geom Makefile sbin/geom/class Makefile etc/mtree BSD.include.dist include Makefile sys/conf NOTES files options . MAINTAINERS Added files: sys/geom/label g_label.c g_label.h g_label_iso9660.c g_label_msdosfs.c g_label_ufs.c sbin/geom/class/label Makefile geom_label.c glabel.8 sys/modules/geom/geom_label Makefile Log: Introduce GEOM_LABEL class. This class is used for detecting volume labels on file systems: UFS, MSDOSFS (FAT12, FAT16, FAT32) and ISO9660. It also provide native labelization (there is no need for file system). g_label_ufs.c is based on geom_vol_ffs from Gordon Tetlow. g_label_msdos.c and g_label_iso9660.c are probably hacks, I just found where volume labels are stored and I use those offsets here, but with this class it should be easy to do it as it should be done by someone who know how. Implementing volume labels detection for other file systems also should be trivial. New providers are created in those directories: /dev/ufs/ (UFS1, UFS2) /dev/msdosfs/ (FAT12, FAT16, FAT32) /dev/iso9660/ (ISO9660) /dev/label/ (native labels, configured with glabel(8)) Manual page cleanups and some comments inside were submitted by Simon L. Nielsen, who was, as always, very helpful. Thanks! Revision Changes Path 1.92 +1 -0 src/MAINTAINERS 1.84 +2 -0 src/etc/mtree/BSD.include.dist 1.215 +1 -1 src/include/Makefile 1.2 +1 -0 src/sbin/geom/class/Makefile 1.1 +7 -0 src/sbin/geom/class/label/Makefile (new) 1.1 +187 -0 src/sbin/geom/class/label/geom_label.c (new) 1.1 +182 -0 src/sbin/geom/class/label/glabel.8 (new) 1.1239 +1 -0 src/sys/conf/NOTES 1.922 +4 -0 src/sys/conf/files 1.458 +1 -0 src/sys/conf/options 1.1 +405 -0 src/sys/geom/label/g_label.c (new) 1.1 +97 -0 src/sys/geom/label/g_label.h (new) 1.1 +80 -0 src/sys/geom/label/g_label_iso9660.c (new) 1.1 +101 -0 src/sys/geom/label/g_label_msdosfs.c (new) 1.1 +102 -0 src/sys/geom/label/g_label_ufs.c (new) 1.8 +1 -0 src/sys/modules/geom/Makefile 1.1 +11 -0 src/sys/modules/geom/geom_label/Makefile (new) From owner-cvs-src@FreeBSD.ORG Fri Jul 2 19:46:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACA2516A4CE; Fri, 2 Jul 2004 19:46:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F2B443D2D; Fri, 2 Jul 2004 19:46:23 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62Jj0vZ039687; Fri, 2 Jul 2004 19:45:00 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62Jj0lS039686; Fri, 2 Jul 2004 19:45:00 GMT (envelope-from brooks) Message-Id: <200407021945.i62Jj0lS039686@repoman.freebsd.org> From: Brooks Davis Date: Fri, 2 Jul 2004 19:45: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/net if_ethersubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 19:46:23 -0000 brooks 2004-07-02 19:45:00 UTC FreeBSD src repository Modified files: sys/net if_ethersubr.c Log: Don't announce the ethernet address when it's 00:00:00:00:00:00. It's not of any interest. This primairly happens when vlan(4) interfaces are created. Revision Changes Path 1.175 +7 -2 src/sys/net/if_ethersubr.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 19:49: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 006C416A4CE; Fri, 2 Jul 2004 19:49:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF67C43D45; Fri, 2 Jul 2004 19:49:43 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62JbOlu039271; Fri, 2 Jul 2004 19:37:24 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62JbOeq039270; Fri, 2 Jul 2004 19:37:24 GMT (envelope-from ru) Message-Id: <200407021937.i62JbOeq039270@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 19:37:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/units units.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, 02 Jul 2004 19:49:44 -0000 ru 2004-07-02 19:37:24 UTC FreeBSD src repository Modified files: usr.bin/units units.1 Log: mdoc(7): Fixed list types. Revision Changes Path 1.15 +3 -3 src/usr.bin/units/units.1 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 19:49: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 29A5E16A4D0; Fri, 2 Jul 2004 19:49:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF6B643D2D; Fri, 2 Jul 2004 19:49:43 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62JHRc2038422; Fri, 2 Jul 2004 19:17:27 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62JHR0o038421; Fri, 2 Jul 2004 19:17:27 GMT (envelope-from njl) Message-Id: <200407021917.i62JHR0o038421@repoman.freebsd.org> From: Nate Lawson Date: Fri, 2 Jul 2004 19: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/dev/acpica acpi_ec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 19:49:44 -0000 njl 2004-07-02 19:17:27 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_ec.c Log: Get rid of the strict aliasing error by retrieving the ECDT via a table header pointer and then casting it to the ecdt pointer. This fixes the -O2 build. I'm unsure what changed recently to reveal this error since this code has been unchanged for months. Revision Changes Path 1.57 +3 -2 src/sys/dev/acpica/acpi_ec.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 19:55: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 57FE616A4CE; Fri, 2 Jul 2004 19:55:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A62843D1F; Fri, 2 Jul 2004 19:55:27 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62JsdVT040239; Fri, 2 Jul 2004 19:54:39 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62JsdKG040238; Fri, 2 Jul 2004 19:54:39 GMT (envelope-from ru) Message-Id: <200407021954.i62JsdKG040238@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 19:54:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 safe.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, 02 Jul 2004 19:55:27 -0000 ru 2004-07-02 19:54:39 UTC FreeBSD src repository Modified files: share/man/man4 safe.4 Log: Fixed comments. Revision Changes Path 1.3 +27 -27 src/share/man/man4/safe.4 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 19:56:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88B9716A4CE; Fri, 2 Jul 2004 19:56:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A50F43D39; Fri, 2 Jul 2004 19:56:42 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62JtRY2040354; Fri, 2 Jul 2004 19:55:27 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62JtRRO040353; Fri, 2 Jul 2004 19:55:27 GMT (envelope-from ru) Message-Id: <200407021955.i62JtRRO040353@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 19:55: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/lib/libpam/modules/pam_login_access login.access.5 src/share/man/man5 devfs.5 fdescfs.5 src/usr.bin/login login.access.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 19:56:42 -0000 ru 2004-07-02 19:55:26 UTC FreeBSD src repository Modified files: lib/libpam/modules/pam_login_access login.access.5 share/man/man5 devfs.5 fdescfs.5 usr.bin/login login.access.5 Log: Deal with unsafe tab characters. Revision Changes Path 1.12 +4 -2 src/lib/libpam/modules/pam_login_access/login.access.5 1.16 +2 -0 src/share/man/man5/devfs.5 1.14 +2 -0 src/share/man/man5/fdescfs.5 1.13 +3 -1 src/usr.bin/login/login.access.5 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 20:15: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 138B716A4CE; Fri, 2 Jul 2004 20:15:53 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFCDE43D49; Fri, 2 Jul 2004 20:15:52 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i62KBO2V013523; Fri, 2 Jul 2004 14:11:24 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 02 Jul 2004 14:11:58 -0600 (MDT) Message-Id: <20040702.141158.68038729.imp@bsdimp.com> To: silby@silby.com From: "M. Warner Losh" In-Reply-To: <20040702142635.F63950@odysseus.silby.com> References: <200407021342.i62DgamV027295@repoman.freebsd.org> <20040702142635.F63950@odysseus.silby.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 20:15:53 -0000 In message: <20040702142635.F63950@odysseus.silby.com> Mike Silbersack writes: : : On Fri, 2 Jul 2004, Warner Losh wrote: : : > imp 2004-07-02 13:42:36 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/dev/pci pci.c : > Log: : > Disable native ata support for now, too much breaks : : So that the rest of us know what to look for, could you give a little more : detail? Does native ata mode provide any benefits that would be : noticeable over legacy mode? Also, when it breaks, does that just mean : the devices don't probe, or does it mean that data corruption might occur? Native ata mode gives little to no benefit over non-native mode. It allows one to map the device's resource better in terms of overall system resource usage, but that's a minor addition. I don't think that there is any other wins to doing that. Devices either don't probe or don't work. I don't think that you'd see 'working mostly, with some data corruption'. The big win comes in when we have devices that don't run in legacy mode at all... : I ask because I have a CD-ROM that has never worked in DMA mode, and I was : wondering if native mode might fix that. (After jhb fixed my pccard+ACPI : problem by adding better EISA support, I'm optimistic about everything.) I doubt it. Feel free to enable the ifdef and try :-) Warner From owner-cvs-src@FreeBSD.ORG Fri Jul 2 20:17: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 8559616A4CE; Fri, 2 Jul 2004 20:17:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 681DC43D31; Fri, 2 Jul 2004 20:17:00 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62KFrCR041048; Fri, 2 Jul 2004 20:15:53 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62KFrYt041047; Fri, 2 Jul 2004 20:15:53 GMT (envelope-from njl) Message-Id: <200407022015.i62KFrYt041047@repoman.freebsd.org> From: Nate Lawson Date: Fri, 2 Jul 2004 20:15:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_ec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 20:17:00 -0000 njl 2004-07-02 20:15:53 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_ec.c Log: Remove duplicate FreeBSD id. Revision Changes Path 1.58 +0 -2 src/sys/dev/acpica/acpi_ec.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 20:49: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 4CBE716A4CE; Fri, 2 Jul 2004 20:49:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EFA943D46; Fri, 2 Jul 2004 20:49:12 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62KLigh041826; Fri, 2 Jul 2004 20:21:44 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62KLi4Y041825; Fri, 2 Jul 2004 20:21:44 GMT (envelope-from jhb) Message-Id: <200407022021.i62KLi4Y041825@repoman.freebsd.org> From: John Baldwin Date: Fri, 2 Jul 2004 20:21:44 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha interrupt.c src/sys/alpha/include param.h src/sys/amd64/amd64 intr_machdep.c src/sys/amd64/include param.h src/sys/conf NOTES options src/sys/i386/i386 intr_machdep.c src/sys/i386/include param.h src/sys/ia64/ia64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 20:49:12 -0000 jhb 2004-07-02 20:21:44 UTC FreeBSD src repository Modified files: sys/alpha/alpha interrupt.c sys/alpha/include param.h sys/amd64/amd64 intr_machdep.c sys/amd64/include param.h sys/conf NOTES options sys/i386/i386 intr_machdep.c sys/i386/include param.h sys/ia64/ia64 interrupt.c sys/kern kern_intr.c kern_mutex.c kern_shutdown.c kern_switch.c kern_synch.c sched_4bsd.c sched_ule.c sys/powerpc/powerpc intr_machdep.c sys/sparc64/sparc64 intr_machdep.c sys/sys interrupt.h proc.h sys/vm vm_zeroidle.c Log: Implement preemption of kernel threads natively in the scheduler rather than as one-off hacks in various other parts of the kernel: - Add a function maybe_preempt() that is called from sched_add() to determine if a thread about to be added to a run queue should be preempted to directly. If it is not safe to preempt or if the new thread does not have a high enough priority, then the function returns false and sched_add() adds the thread to the run queue. If the thread should be preempted to but the current thread is in a nested critical section, then the flag TDF_OWEPREEMPT is set and the thread is added to the run queue. Otherwise, mi_switch() is called immediately and the thread is never added to the run queue since it is switch to directly. When exiting an outermost critical section, if TDF_OWEPREEMPT is set, then clear it and call mi_switch() to perform the deferred preemption. - Remove explicit preemption from ithread_schedule() as calling setrunqueue() now does all the correct work. This also removes the do_switch argument from ithread_schedule(). - Do not use the manual preemption code in mtx_unlock if the architecture supports native preemption. - Don't call mi_switch() in a loop during shutdown to give ithreads a chance to run if the architecture supports native preemption since the ithreads will just preempt DELAY(). - Don't call mi_switch() from the page zeroing idle thread for architectures that support native preemption as it is unnecessary. - Native preemption is enabled on the same archs that supported ithread preemption, namely alpha, i386, and amd64. This change should largely be a NOP for the default case as committed except that we will do fewer context switches in a few cases and will avoid the run queues completely when preempting. Approved by: scottl (with his re@ hat) Revision Changes Path 1.79 +1 -1 src/sys/alpha/alpha/interrupt.c 1.34 +2 -0 src/sys/alpha/include/param.h 1.7 +1 -1 src/sys/amd64/amd64/intr_machdep.c 1.12 +2 -0 src/sys/amd64/include/param.h 1.1240 +6 -0 src/sys/conf/NOTES 1.459 +1 -0 src/sys/conf/options 1.7 +1 -1 src/sys/i386/i386/intr_machdep.c 1.71 +2 -0 src/sys/i386/include/param.h 1.46 +1 -1 src/sys/ia64/ia64/interrupt.c 1.111 +3 -16 src/sys/kern/kern_intr.c 1.140 +6 -0 src/sys/kern/kern_mutex.c 1.153 +24 -13 src/sys/kern/kern_shutdown.c 1.68 +93 -4 src/sys/kern/kern_switch.c 1.252 +4 -1 src/sys/kern/kern_synch.c 1.43 +11 -1 src/sys/kern/sched_4bsd.c 1.110 +10 -1 src/sys/kern/sched_ule.c 1.6 +1 -1 src/sys/powerpc/powerpc/intr_machdep.c 1.19 +0 -4 src/sys/sparc64/sparc64/intr_machdep.c 1.28 +1 -1 src/sys/sys/interrupt.h 1.384 +2 -0 src/sys/sys/proc.h 1.26 +2 -0 src/sys/vm/vm_zeroidle.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 20:49: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 5306E16A50A; Fri, 2 Jul 2004 20:49:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3373843D1D; Fri, 2 Jul 2004 20:49:47 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62KlIl5042781; Fri, 2 Jul 2004 20:47:18 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62KlIB7042780; Fri, 2 Jul 2004 20:47:18 GMT (envelope-from eik) Message-Id: <200407022047.i62KlIB7042780@repoman.freebsd.org> From: Oliver Eikemeier Date: Fri, 2 Jul 2004 20:47:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/mk bsd.port.mk bsd.port.subdir.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 20:49:47 -0000 eik 2004-07-02 20:47:18 UTC FreeBSD src repository Modified files: share/mk bsd.port.mk bsd.port.subdir.mk Log: Enable testing of customized variants of bsd.port.mk and bsd.port.subdir.mk, without the overhead of an additional ports tree. Use make BSDPORTMK='${PORTSDIR}/My.Mk/bsd.port.mk' target and make BSDPORTSUBDIRMK='${PORTSDIR}/My.Mk/bsd.port.subdir.mk' target to build with the alternate versions. MFC after: 3 days Revision Changes Path 1.307 +2 -1 src/share/mk/bsd.port.mk 1.31 +2 -1 src/share/mk/bsd.port.subdir.mk From owner-cvs-src@FreeBSD.ORG Fri Jul 2 20:52: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 4DD9016A4CE; Fri, 2 Jul 2004 20:52:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30BEF43D39; Fri, 2 Jul 2004 20:52:02 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62Knveg042841; Fri, 2 Jul 2004 20:49:57 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62Knv9J042840; Fri, 2 Jul 2004 20:49:57 GMT (envelope-from hrs) Message-Id: <200407022049.i62Knv9J042840@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 2 Jul 2004 20:49: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 20:52:02 -0000 hrs 2004-07-02 20:49:57 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: GEOM_LABEL added, top(1) -m io, ACPI-CA 20040527 import, and GNU sort coreutils 5.2.1 import. Typo fixes: s/ethernet/Ethernet/. Revision Changes Path 1.749 +16 -4 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Jul 2 21:05: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 4B95F16A4CE; Fri, 2 Jul 2004 21:05:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4481F43D2D; Fri, 2 Jul 2004 21:05:27 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62L4JKr043815; Fri, 2 Jul 2004 21:04:19 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62L4Jp7043814; Fri, 2 Jul 2004 21:04:19 GMT (envelope-from ru) Message-Id: <200407022104.i62L4Jp7043814@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 21:04: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/bin/chio chio.1 src/bin/cp cp.1 src/bin/date date.1 src/bin/df df.1 src/bin/domainname domainname.1 src/bin/echo echo.1 src/bin/hostname hostname.1 src/bin/ln ln.1 symlink.7 src/bin/ls ls.1 src/bin/pax pax.1 src/bin/rcp rcp.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, 02 Jul 2004 21:05:27 -0000 ru 2004-07-02 21:04:19 UTC FreeBSD src repository Modified files: bin/chio chio.1 bin/cp cp.1 bin/date date.1 bin/df df.1 bin/domainname domainname.1 bin/echo echo.1 bin/hostname hostname.1 bin/ln ln.1 symlink.7 bin/ls ls.1 bin/pax pax.1 bin/rcp rcp.1 bin/rm rm.1 bin/setfacl setfacl.1 bin/sh sh.1 bin/sh/bltin echo.1 bin/stty stty.1 bin/test test.1 Log: Mechanically kill hard sentence breaks. Revision Changes Path 1.24 +24 -12 src/bin/chio/chio.1 1.29 +2 -1 src/bin/cp/cp.1 1.65 +1 -1 src/bin/date/date.1 1.35 +12 -6 src/bin/df/df.1 1.17 +2 -1 src/bin/domainname/domainname.1 1.17 +2 -2 src/bin/echo/echo.1 1.16 +2 -1 src/bin/hostname/hostname.1 1.27 +4 -2 src/bin/ln/ln.1 1.28 +9 -6 src/bin/ln/symlink.7 1.82 +1 -1 src/bin/ls/ls.1 1.31 +2 -2 src/bin/pax/pax.1 1.17 +2 -1 src/bin/rcp/rcp.1 1.29 +4 -2 src/bin/rm/rm.1 1.10 +16 -8 src/bin/setfacl/setfacl.1 1.13 +4 -2 src/bin/sh/bltin/echo.1 1.91 +188 -94 src/bin/sh/sh.1 1.29 +23 -12 src/bin/stty/stty.1 1.21 +4 -2 src/bin/test/test.1 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 21:17:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FE2016A4CE; Fri, 2 Jul 2004 21:17:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 112AE43D58; Fri, 2 Jul 2004 21:17:54 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62LFmJV044180; Fri, 2 Jul 2004 21:15:48 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62LFm7H044179; Fri, 2 Jul 2004 21:15:48 GMT (envelope-from ru) Message-Id: <200407022115.i62LFm7H044179@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 21:15: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/games/fortune/fortune fortune.6 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 21:17:54 -0000 ru 2004-07-02 21:15:48 UTC FreeBSD src repository Modified files: games/fortune/fortune fortune.6 Log: mdoc(7): Correct the type of the display. Revision Changes Path 1.17 +2 -4 src/games/fortune/fortune/fortune.6 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 21:29: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 4B53916A4CE for ; Fri, 2 Jul 2004 21:29:16 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E0BA43D31 for ; Fri, 2 Jul 2004 21:29:16 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 11865 invoked from network); 2 Jul 2004 21:20:55 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 2 Jul 2004 21:20:55 -0000 Received: from 131.106.56.214 (p58.n-nypop02.stsn.com [199.106.89.58]) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i62LKn6d035192; Fri, 2 Jul 2004 17:20:50 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin Date: Fri, 2 Jul 2004 17:21:52 -0400 User-Agent: KMail/1.6 References: <200407022021.i62KLi4Y041825@repoman.freebsd.org> In-Reply-To: <200407022021.i62KLi4Y041825@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline To: current@FreeBSD.org Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407021721.52787.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: HEADSUP: Native preemption added to the kernel scheduler X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 21:29:16 -0000 In theory this is a big NOP except for some small optimizations in the form of avoiding a few context switches and avoiding some run queue operations. Several people have tested this code but there may be some remaining adventures. Note that this adds a printf during dmesg for architectures that do not support preemption about preemption being disabled and degrading performance (mostly via increased latency). Preemption is enabled by defining PREEMPTION in and architecture porters are encouraged to get preemption working on their architecture. On Friday 02 July 2004 04:21 pm, John Baldwin wrote: > jhb 2004-07-02 20:21:44 UTC > > FreeBSD src repository > > Modified files: > sys/alpha/alpha interrupt.c > sys/alpha/include param.h > sys/amd64/amd64 intr_machdep.c > sys/amd64/include param.h > sys/conf NOTES options > sys/i386/i386 intr_machdep.c > sys/i386/include param.h > sys/ia64/ia64 interrupt.c > sys/kern kern_intr.c kern_mutex.c kern_shutdown.c > kern_switch.c kern_synch.c sched_4bsd.c > sched_ule.c > sys/powerpc/powerpc intr_machdep.c > sys/sparc64/sparc64 intr_machdep.c > sys/sys interrupt.h proc.h > sys/vm vm_zeroidle.c > Log: > Implement preemption of kernel threads natively in the scheduler rather > than as one-off hacks in various other parts of the kernel: > - Add a function maybe_preempt() that is called from sched_add() to > determine if a thread about to be added to a run queue should be > preempted to directly. If it is not safe to preempt or if the new > thread does not have a high enough priority, then the function returns > false and sched_add() adds the thread to the run queue. If the thread > should be preempted to but the current thread is in a nested critical > section, then the flag TDF_OWEPREEMPT is set and the thread is added > to the run queue. Otherwise, mi_switch() is called immediately and the > thread is never added to the run queue since it is switch to directly. > When exiting an outermost critical section, if TDF_OWEPREEMPT is set, > then clear it and call mi_switch() to perform the deferred preemption. > - Remove explicit preemption from ithread_schedule() as calling > setrunqueue() now does all the correct work. This also removes the > do_switch argument from ithread_schedule(). > - Do not use the manual preemption code in mtx_unlock if the architecture > supports native preemption. > - Don't call mi_switch() in a loop during shutdown to give ithreads a > chance to run if the architecture supports native preemption since > the ithreads will just preempt DELAY(). > - Don't call mi_switch() from the page zeroing idle thread for > architectures that support native preemption as it is unnecessary. > - Native preemption is enabled on the same archs that supported ithread > preemption, namely alpha, i386, and amd64. > > This change should largely be a NOP for the default case as committed > except that we will do fewer context switches in a few cases and will > avoid the run queues completely when preempting. > > Approved by: scottl (with his re@ hat) > > Revision Changes Path > 1.79 +1 -1 src/sys/alpha/alpha/interrupt.c > 1.34 +2 -0 src/sys/alpha/include/param.h > 1.7 +1 -1 src/sys/amd64/amd64/intr_machdep.c > 1.12 +2 -0 src/sys/amd64/include/param.h > 1.1240 +6 -0 src/sys/conf/NOTES > 1.459 +1 -0 src/sys/conf/options > 1.7 +1 -1 src/sys/i386/i386/intr_machdep.c > 1.71 +2 -0 src/sys/i386/include/param.h > 1.46 +1 -1 src/sys/ia64/ia64/interrupt.c > 1.111 +3 -16 src/sys/kern/kern_intr.c > 1.140 +6 -0 src/sys/kern/kern_mutex.c > 1.153 +24 -13 src/sys/kern/kern_shutdown.c > 1.68 +93 -4 src/sys/kern/kern_switch.c > 1.252 +4 -1 src/sys/kern/kern_synch.c > 1.43 +11 -1 src/sys/kern/sched_4bsd.c > 1.110 +10 -1 src/sys/kern/sched_ule.c > 1.6 +1 -1 src/sys/powerpc/powerpc/intr_machdep.c > 1.19 +0 -4 src/sys/sparc64/sparc64/intr_machdep.c > 1.28 +1 -1 src/sys/sys/interrupt.h > 1.384 +2 -0 src/sys/sys/proc.h > 1.26 +2 -0 src/sys/vm/vm_zeroidle.c -- 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 Jul 2 21:45: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 C59A216A4CE; Fri, 2 Jul 2004 21:45:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD1A143D2F; Fri, 2 Jul 2004 21:45:55 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62Lj6tC046663; Fri, 2 Jul 2004 21:45:06 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62Lj65x046662; Fri, 2 Jul 2004 21:45:06 GMT (envelope-from ru) Message-Id: <200407022145.i62Lj65x046662@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 21:45:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/atacontrol atacontrol.8 src/sbin/atm/fore_dnld fore_dnld.8 src/sbin/badsect badsect.8 src/sbin/camcontrol camcontrol.8 src/sbin/ccdconfig ccdconfig.8 src/sbin/comcontrol comcontrol.8 src/sbin/dumpfs dumpfs.8 src/sbin/fdisk fdisk.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, 02 Jul 2004 21:45:56 -0000 ru 2004-07-02 21:45:06 UTC FreeBSD src repository Modified files: sbin/atacontrol atacontrol.8 sbin/atm/fore_dnld fore_dnld.8 sbin/badsect badsect.8 sbin/camcontrol camcontrol.8 sbin/ccdconfig ccdconfig.8 sbin/comcontrol comcontrol.8 sbin/dumpfs dumpfs.8 sbin/fdisk fdisk.8 sbin/fdisk_pc98 fdisk.8 sbin/fsck fsck.8 sbin/fsck_ffs fsck_ffs.8 sbin/fsdb fsdb.8 sbin/fsirand fsirand.8 sbin/ifconfig ifconfig.8 sbin/init init.8 sbin/ip6fw ip6fw.8 sbin/ipfw ipfw.8 sbin/ldconfig ldconfig.8 sbin/mdconfig mdconfig.8 sbin/mknod mknod.8 sbin/mount_cd9660 mount_cd9660.8 sbin/mount_nfs mount_nfs.8 sbin/mount_nullfs mount_nullfs.8 sbin/mount_std mount_std.8 sbin/mount_umapfs mount_umapfs.8 sbin/mount_unionfs mount_unionfs.8 sbin/newfs_msdos newfs_msdos.8 sbin/nos-tun nos-tun.8 sbin/reboot boot_i386.8 sbin/restore restore.8 sbin/route route.8 sbin/routed routed.8 sbin/shutdown shutdown.8 sbin/slattach slattach.8 sbin/spppcontrol spppcontrol.8 sbin/startslip startslip.1 sbin/vinum vinum.8 Log: Mechanically kill hard sentence breaks. Revision Changes Path 1.24 +1 -1 src/sbin/atacontrol/atacontrol.8 1.8 +2 -1 src/sbin/atm/fore_dnld/fore_dnld.8 1.21 +6 -3 src/sbin/badsect/badsect.8 1.37 +197 -100 src/sbin/camcontrol/camcontrol.8 1.28 +40 -20 src/sbin/ccdconfig/ccdconfig.8 1.27 +2 -1 src/sbin/comcontrol/comcontrol.8 1.14 +2 -1 src/sbin/dumpfs/dumpfs.8 1.36 +1 -1 src/sbin/fdisk/fdisk.8 1.15 +45 -23 src/sbin/fdisk_pc98/fdisk.8 1.34 +5 -2 src/sbin/fsck/fsck.8 1.31 +4 -2 src/sbin/fsck_ffs/fsck_ffs.8 1.26 +18 -9 src/sbin/fsdb/fsdb.8 1.17 +2 -1 src/sbin/fsirand/fsirand.8 1.83 +1 -1 src/sbin/ifconfig/ifconfig.8 1.44 +7 -4 src/sbin/init/init.8 1.22 +18 -11 src/sbin/ip6fw/ip6fw.8 1.146 +56 -38 src/sbin/ipfw/ipfw.8 1.33 +18 -9 src/sbin/ldconfig/ldconfig.8 1.29 +2 -1 src/sbin/mdconfig/mdconfig.8 1.29 +2 -1 src/sbin/mknod/mknod.8 1.25 +6 -3 src/sbin/mount_cd9660/mount_cd9660.8 1.42 +1 -1 src/sbin/mount_nfs/mount_nfs.8 1.29 +27 -13 src/sbin/mount_nullfs/mount_nullfs.8 1.22 +4 -2 src/sbin/mount_std/mount_std.8 1.21 +17 -8 src/sbin/mount_umapfs/mount_umapfs.8 1.17 +5 -2 src/sbin/mount_unionfs/mount_unionfs.8 1.17 +18 -9 src/sbin/newfs_msdos/newfs_msdos.8 1.15 +2 -1 src/sbin/nos-tun/nos-tun.8 1.45 +44 -22 src/sbin/reboot/boot_i386.8 1.47 +8 -4 src/sbin/restore/restore.8 1.38 +6 -3 src/sbin/route/route.8 1.33 +10 -6 src/sbin/routed/routed.8 1.23 +8 -4 src/sbin/shutdown/shutdown.8 1.25 +18 -9 src/sbin/slattach/slattach.8 1.14 +3 -3 src/sbin/spppcontrol/spppcontrol.8 1.23 +10 -5 src/sbin/startslip/startslip.1 1.69 +532 -260 src/sbin/vinum/vinum.8 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 22:17: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 3872216A4E7; Fri, 2 Jul 2004 22:17:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B50743E47; Fri, 2 Jul 2004 21:54:43 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62Lrd7d047012; Fri, 2 Jul 2004 21:53:39 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62Lrdr0047011; Fri, 2 Jul 2004 21:53:39 GMT (envelope-from ru) Message-Id: <200407022153.i62Lrdr0047011@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 21:53:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/lib/libdialog dialog.3 src/gnu/usr.bin/man/man man.man src/gnu/usr.bin/tar tar.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, 02 Jul 2004 22:17:56 -0000 ru 2004-07-02 21:53:39 UTC FreeBSD src repository Modified files: gnu/lib/libdialog dialog.3 gnu/usr.bin/man/man man.man gnu/usr.bin/tar tar.1 Log: Mechanically kill hard sentence breaks. Revision Changes Path 1.24 +68 -34 src/gnu/lib/libdialog/dialog.3 1.23 +16 -8 src/gnu/usr.bin/man/man/man.man 1.45 +1 -1 src/gnu/usr.bin/tar/tar.1 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 22:17: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 8981316A4EC; Fri, 2 Jul 2004 22:17:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 545F443D5F; Fri, 2 Jul 2004 21:50:12 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62LnMw4046776; Fri, 2 Jul 2004 21:49:22 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62LnMhf046775; Fri, 2 Jul 2004 21:49:22 GMT (envelope-from ru) Message-Id: <200407022149.i62LnMhf046775@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 21:49: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/common loader.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, 02 Jul 2004 22:17:59 -0000 ru 2004-07-02 21:49:22 UTC FreeBSD src repository Modified files: sys/boot/common loader.8 Log: Fixed what appeared to be a hard sentence break. Revision Changes Path 1.61 +2 -2 src/sys/boot/common/loader.8 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 22:17: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 6F55716A4E8; Fri, 2 Jul 2004 22:17:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C78EE43D53; Fri, 2 Jul 2004 21:48:53 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62LSoeG044776; Fri, 2 Jul 2004 21:28:50 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62LSo4C044775; Fri, 2 Jul 2004 21:28:50 GMT (envelope-from ru) Message-Id: <200407022128.i62LSo4C044775@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 21: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/libexec/bootpd bootpd.8 bootptab.5 src/libexec/fingerd fingerd.8 src/libexec/ftpd ftpd.8 src/libexec/rbootd rbootd.8 src/libexec/revnetgroup revnetgroup.8 src/libexec/rexecd rexecd.8 src/libexec/rlogind rlogind.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, 02 Jul 2004 22:18:00 -0000 ru 2004-07-02 21:28:50 UTC FreeBSD src repository Modified files: libexec/bootpd bootpd.8 bootptab.5 libexec/fingerd fingerd.8 libexec/ftpd ftpd.8 libexec/rbootd rbootd.8 libexec/revnetgroup revnetgroup.8 libexec/rexecd rexecd.8 libexec/rlogind rlogind.8 libexec/rpc.rwalld rpc.rwalld.8 libexec/rshd rshd.8 libexec/rtld-aout rtld.1aout libexec/ypxfr ypxfr.8 Log: Mechanically kill hard sentence breaks. Revision Changes Path 1.20 +19 -10 src/libexec/bootpd/bootpd.8 1.9 +46 -23 src/libexec/bootpd/bootptab.5 1.13 +1 -1 src/libexec/fingerd/fingerd.8 1.68 +15 -8 src/libexec/ftpd/ftpd.8 1.14 +1 -1 src/libexec/rbootd/rbootd.8 1.13 +22 -11 src/libexec/revnetgroup/revnetgroup.8 1.17 +8 -4 src/libexec/rexecd/rexecd.8 1.22 +12 -6 src/libexec/rlogind/rlogind.8 1.9 +4 -2 src/libexec/rpc.rwalld/rpc.rwalld.8 1.33 +22 -11 src/libexec/rshd/rshd.8 1.24 +16 -8 src/libexec/rtld-aout/rtld.1aout 1.18 +30 -16 src/libexec/ypxfr/ypxfr.8 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 22:18: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 8505116A4FA; Fri, 2 Jul 2004 22:18:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A201443D48; Fri, 2 Jul 2004 21:48:53 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62LGcZo044222; Fri, 2 Jul 2004 21:16:38 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62LGcfK044221; Fri, 2 Jul 2004 21:16:38 GMT (envelope-from ru) Message-Id: <200407022116.i62LGcfK044221@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 21: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/games/fortune/strfile strfile.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, 02 Jul 2004 22:18:01 -0000 ru 2004-07-02 21:16:38 UTC FreeBSD src repository Modified files: games/fortune/strfile strfile.8 Log: Mechanically kill hard sentence breaks. Revision Changes Path 1.10 +3 -2 src/games/fortune/strfile/strfile.8 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 22:22: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 6DC4416A4CE; Fri, 2 Jul 2004 22:22:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6542D43D53; Fri, 2 Jul 2004 22:22:35 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62MMZHX049686; Fri, 2 Jul 2004 22:22:35 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62MMZS8049685; Fri, 2 Jul 2004 22:22:35 GMT (envelope-from ru) Message-Id: <200407022222.i62MMZS8049685@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 22:22:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/c89 c89.1 src/usr.bin/calendar calendar.1 src/usr.bin/checknr checknr.1 src/usr.bin/chpass chpass.1 src/usr.bin/compress compress.1 src/usr.bin/du du.1 src/usr.bin/ee ee.1 src/usr.bin/enigma enigma.1 src/usr.bin/expand expand.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, 02 Jul 2004 22:22:35 -0000 ru 2004-07-02 22:22:35 UTC FreeBSD src repository Modified files: usr.bin/c89 c89.1 usr.bin/calendar calendar.1 usr.bin/checknr checknr.1 usr.bin/chpass chpass.1 usr.bin/compress compress.1 usr.bin/du du.1 usr.bin/ee ee.1 usr.bin/enigma enigma.1 usr.bin/expand expand.1 usr.bin/file file.1 magic.5 usr.bin/finger finger.1 usr.bin/fstat fstat.1 usr.bin/gcore gcore.1 usr.bin/gencat gencat.1 usr.bin/getopt getopt.1 usr.bin/gprof gprof.1 usr.bin/hesinfo hesinfo.1 usr.bin/hexdump hexdump.1 usr.bin/indent indent.1 usr.bin/ipcrm ipcrm.1 usr.bin/ipcs ipcs.1 usr.bin/join join.1 usr.bin/jot jot.1 usr.bin/killall killall.1 usr.bin/limits limits.1 usr.bin/locate/locate locate.1 usr.bin/lock lock.1 usr.bin/lockf lockf.1 usr.bin/login login.access.5 usr.bin/look look.1 usr.bin/lsvfs lsvfs.1 usr.bin/m4 m4.1 usr.bin/make make.1 usr.bin/makewhatis makewhatis.local.8 usr.bin/minigzip minigzip.1 usr.bin/mkdep mkdep.1 usr.bin/mklocale mklocale.1 usr.bin/mktemp mktemp.1 usr.bin/mt mt.1 usr.bin/ncal ncal.1 usr.bin/ncplogin ncplogout.1 usr.bin/nfsstat nfsstat.1 usr.bin/nl nl.1 usr.bin/passwd passwd.1 usr.bin/printf printf.1 usr.bin/rlogin rlogin.1 usr.bin/rpcgen rpcgen.1 usr.bin/rsh rsh.1 usr.bin/rup rup.1 usr.bin/ruptime ruptime.1 usr.bin/rusers rusers.1 usr.bin/rwall rwall.1 usr.bin/script script.1 usr.bin/sed sed.1 usr.bin/su su.1 usr.bin/systat systat.1 usr.bin/tail tail.1 usr.bin/tar bsdtar.1 usr.bin/tcopy tcopy.1 usr.bin/tftp tftp.1 usr.bin/time time.1 usr.bin/tput tput.1 usr.bin/tr tr.1 usr.bin/tset tset.1 usr.bin/tsort tsort.1 usr.bin/ul ul.1 usr.bin/uniq uniq.1 usr.bin/units units.1 usr.bin/vgrind vgrind.1 vgrindefs.5 usr.bin/vis vis.1 usr.bin/vmstat vmstat.8 usr.bin/wall wall.1 usr.bin/what what.1 usr.bin/whereis whereis.1 usr.bin/who who.1 usr.bin/window window.1 usr.bin/xinstall install.1 usr.bin/yacc yacc.1 usr.bin/ypwhich ypwhich.1 Log: Mechanically kill hard sentence breaks. Revision Changes Path 1.9 +27 -14 src/usr.bin/c89/c89.1 1.35 +3 -3 src/usr.bin/calendar/calendar.1 1.10 +3 -3 src/usr.bin/checknr/checknr.1 1.36 +4 -2 src/usr.bin/chpass/chpass.1 1.18 +2 -1 src/usr.bin/compress/compress.1 1.28 +4 -2 src/usr.bin/du/du.1 1.16 +85 -43 src/usr.bin/ee/ee.1 1.10 +11 -5 src/usr.bin/enigma/enigma.1 1.13 +2 -1 src/usr.bin/expand/expand.1 1.33 +3 -1 src/usr.bin/file/file.1 1.22 +15 -8 src/usr.bin/file/magic.5 1.29 +6 -3 src/usr.bin/finger/finger.1 1.21 +14 -7 src/usr.bin/fstat/fstat.1 1.14 +4 -2 src/usr.bin/gcore/gcore.1 1.10 +30 -15 src/usr.bin/gencat/gencat.1 1.17 +4 -2 src/usr.bin/getopt/getopt.1 1.25 +5 -3 src/usr.bin/gprof/gprof.1 1.5 +3 -3 src/usr.bin/hesinfo/hesinfo.1 1.20 +1 -1 src/usr.bin/hexdump/hexdump.1 1.21 +100 -50 src/usr.bin/indent/indent.1 1.13 +2 -1 src/usr.bin/ipcrm/ipcrm.1 1.20 +8 -4 src/usr.bin/ipcs/ipcs.1 1.14 +1 -2 src/usr.bin/join/join.1 1.15 +2 -2 src/usr.bin/jot/jot.1 1.33 +9 -5 src/usr.bin/killall/killall.1 1.28 +2 -2 src/usr.bin/limits/limits.1 1.24 +11 -6 src/usr.bin/locate/locate/locate.1 1.11 +2 -1 src/usr.bin/lock/lock.1 1.13 +4 -2 src/usr.bin/lockf/lockf.1 1.14 +6 -3 src/usr.bin/login/login.access.5 1.11 +2 -2 src/usr.bin/look/look.1 1.12 +4 -2 src/usr.bin/lsvfs/lsvfs.1 1.25 +1 -1 src/usr.bin/m4/m4.1 1.71 +2 -2 src/usr.bin/make/make.1 1.15 +2 -1 src/usr.bin/makewhatis/makewhatis.local.8 1.10 +6 -3 src/usr.bin/minigzip/minigzip.1 1.15 +8 -4 src/usr.bin/mkdep/mkdep.1 1.21 +6 -3 src/usr.bin/mklocale/mklocale.1 1.17 +20 -10 src/usr.bin/mktemp/mktemp.1 1.39 +18 -9 src/usr.bin/mt/mt.1 1.16 +2 -1 src/usr.bin/ncal/ncal.1 1.10 +1 -1 src/usr.bin/ncplogin/ncplogout.1 1.13 +2 -1 src/usr.bin/nfsstat/nfsstat.1 1.11 +6 -3 src/usr.bin/nl/nl.1 1.27 +4 -2 src/usr.bin/passwd/passwd.1 1.27 +14 -7 src/usr.bin/printf/printf.1 1.24 +2 -1 src/usr.bin/rlogin/rlogin.1 1.21 +4 -2 src/usr.bin/rpcgen/rpcgen.1 1.18 +2 -1 src/usr.bin/rsh/rsh.1 1.18 +4 -2 src/usr.bin/rup/rup.1 1.16 +2 -1 src/usr.bin/ruptime/ruptime.1 1.17 +5 -3 src/usr.bin/rusers/rusers.1 1.14 +5 -3 src/usr.bin/rwall/rwall.1 1.20 +8 -4 src/usr.bin/script/script.1 1.33 +14 -7 src/usr.bin/sed/sed.1 1.32 +2 -1 src/usr.bin/su/su.1 1.41 +79 -40 src/usr.bin/systat/systat.1 1.11 +1 -1 src/usr.bin/tail/tail.1 1.13 +2 -1 src/usr.bin/tar/bsdtar.1 1.16 +8 -4 src/usr.bin/tcopy/tcopy.1 1.18 +2 -1 src/usr.bin/tftp/tftp.1 1.23 +5 -3 src/usr.bin/time/time.1 1.15 +7 -4 src/usr.bin/tput/tput.1 1.26 +1 -1 src/usr.bin/tr/tr.1 1.14 +1 -1 src/usr.bin/tset/tset.1 1.11 +2 -1 src/usr.bin/tsort/tsort.1 1.12 +2 -1 src/usr.bin/ul/ul.1 1.17 +3 -3 src/usr.bin/uniq/uniq.1 1.16 +40 -19 src/usr.bin/units/units.1 1.13 +12 -6 src/usr.bin/vgrind/vgrind.1 1.10 +11 -6 src/usr.bin/vgrind/vgrindefs.5 1.10 +12 -6 src/usr.bin/vis/vis.1 1.30 +12 -6 src/usr.bin/vmstat/vmstat.8 1.9 +2 -1 src/usr.bin/wall/wall.1 1.16 +2 -1 src/usr.bin/what/what.1 1.22 +12 -6 src/usr.bin/whereis/whereis.1 1.16 +4 -2 src/usr.bin/who/who.1 1.14 +230 -111 src/usr.bin/window/window.1 1.29 +2 -1 src/usr.bin/xinstall/install.1 1.16 +2 -1 src/usr.bin/yacc/yacc.1 1.9 +4 -2 src/usr.bin/ypwhich/ypwhich.1 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 22:24: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 2F09116A4CE; Fri, 2 Jul 2004 22:24:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FDE743D45; Fri, 2 Jul 2004 22:24:41 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62MOeCo049742; Fri, 2 Jul 2004 22:24:40 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62MOebP049741; Fri, 2 Jul 2004 22:24:40 GMT (envelope-from gad) Message-Id: <200407022224.i62MOebP049741@repoman.freebsd.org> From: Garance A Drosehn Date: Fri, 2 Jul 2004 22:24:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 22:24:41 -0000 gad 2004-07-02 22:24:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/newsyslog newsyslog.c Log: Make "neworder" the default for how newsyslog will do it's work. Revision Changes Path 1.25.2.35 +1 -1 src/usr.sbin/newsyslog/newsyslog.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 22:24:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E232816A4E8; Fri, 2 Jul 2004 22:24:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C293E43D55; Fri, 2 Jul 2004 22:24:53 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62MOr6g049775; Fri, 2 Jul 2004 22:24:53 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62MOrNI049774; Fri, 2 Jul 2004 22:24:53 GMT (envelope-from ru) Message-Id: <200407022224.i62MOrNI049774@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 22:24:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/gprof gprof.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, 02 Jul 2004 22:24:54 -0000 ru 2004-07-02 22:24:53 UTC FreeBSD src repository Modified files: usr.bin/gprof gprof.1 Log: Fix after rev. 1.24 changes: bump document date, and remove -c from SYNOPSIS. Revision Changes Path 1.26 +2 -2 src/usr.bin/gprof/gprof.1 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 22:25: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 7711816A4CE; Fri, 2 Jul 2004 22:25:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59E0F43D4C; Fri, 2 Jul 2004 22:25:40 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62MPeS9049873; Fri, 2 Jul 2004 22:25:40 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62MPeMU049872; Fri, 2 Jul 2004 22:25:40 GMT (envelope-from ru) Message-Id: <200407022225.i62MPeMU049872@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 22:25: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/vis vis.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, 02 Jul 2004 22:25:40 -0000 ru 2004-07-02 22:25:40 UTC FreeBSD src repository Modified files: usr.bin/vis vis.1 Log: Nit. Revision Changes Path 1.11 +1 -1 src/usr.bin/vis/vis.1 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 22:30: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 EFE3D16A4CE; Fri, 2 Jul 2004 22:30:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0F2243D55; Fri, 2 Jul 2004 22:30:25 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62MUAdd050039; Fri, 2 Jul 2004 22:30:10 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62MUA9C050038; Fri, 2 Jul 2004 22:30:10 GMT (envelope-from cognet) Message-Id: <200407022230.i62MUA9C050038@repoman.freebsd.org> From: Olivier Houchard Date: Fri, 2 Jul 2004 22:30: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/arm/arm nexus.c src/sys/arm/sa11x0 sa11x0.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 22:30:26 -0000 cognet 2004-07-02 22:30:10 UTC FreeBSD src repository Modified files: sys/arm/arm nexus.c sys/arm/sa11x0 sa11x0.c Log: Define __RMAN_RESOURCE_VISIBLE where appropriate. Revision Changes Path 1.3 +1 -0 src/sys/arm/arm/nexus.c 1.3 +1 -0 src/sys/arm/sa11x0/sa11x0.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 22:30: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 5660416A4CE; Fri, 2 Jul 2004 22:30:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36C2043D1D; Fri, 2 Jul 2004 22:30:55 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62MUg0p050157; Fri, 2 Jul 2004 22:30:42 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62MUgjb050156; Fri, 2 Jul 2004 22:30:42 GMT (envelope-from cognet) Message-Id: <200407022230.i62MUgjb050156@repoman.freebsd.org> From: Olivier Houchard Date: Fri, 2 Jul 2004 22:30: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/arm/arm intr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 22:30:55 -0000 cognet 2004-07-02 22:30:42 UTC FreeBSD src repository Modified files: sys/arm/arm intr.c Log: ithread_schedule() now only takes one argument. Revision Changes Path 1.2 +1 -1 src/sys/arm/arm/intr.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 22:48: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 09B9216A4CE; Fri, 2 Jul 2004 22:48:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE99843D1F; Fri, 2 Jul 2004 22:48:29 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62MmT0U051561; Fri, 2 Jul 2004 22:48:29 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62MmTgg051560; Fri, 2 Jul 2004 22:48:29 GMT (envelope-from tjr) Message-Id: <200407022248.i62MmTgg051560@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 2 Jul 2004 22:48: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/comm comm.1 comm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 22:48:30 -0000 tjr 2004-07-02 22:48:29 UTC FreeBSD src repository Modified files: usr.bin/comm comm.1 comm.c Log: Add support for multibyte characters. Revision Changes Path 1.11 +12 -7 src/usr.bin/comm/comm.1 1.21 +35 -26 src/usr.bin/comm/comm.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 22:50: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 EF67416A4CE; Fri, 2 Jul 2004 22:50:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D190F43D1F; Fri, 2 Jul 2004 22:50:40 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62MoPK4051650; Fri, 2 Jul 2004 22:50:25 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62MoPBg051649; Fri, 2 Jul 2004 22:50:25 GMT (envelope-from ru) Message-Id: <200407022250.i62MoPBg051649@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 22:50:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/rtadvd rtadvd.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 22:50:41 -0000 ru 2004-07-02 22:50:25 UTC FreeBSD src repository Modified files: usr.sbin/rtadvd rtadvd.conf.5 Log: Fixed SEE ALSO references. Revision Changes Path 1.14 +13 -13 src/usr.sbin/rtadvd/rtadvd.conf.5 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 22:56:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48E0216A4CE; Fri, 2 Jul 2004 22:56:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29DEB43D41; Fri, 2 Jul 2004 22:56:28 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62MuE3w051881; Fri, 2 Jul 2004 22:56:14 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62MuEiM051880; Fri, 2 Jul 2004 22:56:14 GMT (envelope-from tjr) Message-Id: <200407022256.i62MuEiM051880@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 2 Jul 2004 22:56: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/comm comm.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, 02 Jul 2004 22:56:28 -0000 tjr 2004-07-02 22:56:14 UTC FreeBSD src repository Modified files: usr.bin/comm comm.1 Log: Document the -i option as being a non-standard extension. Revision Changes Path 1.12 +6 -0 src/usr.bin/comm/comm.1 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 23:13: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 8E01116A4CE; Fri, 2 Jul 2004 23:13:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4921143D1D; Fri, 2 Jul 2004 23:13:01 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62ND0FG055585; Fri, 2 Jul 2004 23:13:00 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62ND06o055584; Fri, 2 Jul 2004 23:13:00 GMT (envelope-from ru) Message-Id: <200407022313.i62ND06o055584@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 23:13: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/usr.sbin/IPXrouted IPXrouted.8 src/usr.sbin/ac ac.8 src/usr.sbin/apm apm.8 src/usr.sbin/apmd apmd.8 src/usr.sbin/arp arp.4 arp.8 src/usr.sbin/atm/scspd scspd.8 src/usr.sbin/boot98cfg boot98cfg.8 src/usr.sbin/btxld btxld.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, 02 Jul 2004 23:13:01 -0000 ru 2004-07-02 23:13:00 UTC FreeBSD src repository Modified files: usr.sbin/IPXrouted IPXrouted.8 usr.sbin/ac ac.8 usr.sbin/apm apm.8 usr.sbin/apmd apmd.8 usr.sbin/arp arp.4 arp.8 usr.sbin/atm/scspd scspd.8 usr.sbin/boot98cfg boot98cfg.8 usr.sbin/btxld btxld.8 usr.sbin/ckdist ckdist.1 usr.sbin/cron/cron cron.8 usr.sbin/cron/crontab crontab.5 usr.sbin/crunch/crunchide crunchide.1 usr.sbin/ctm/ctm ctm.1 ctm.5 usr.sbin/ctm/ctm_rmail ctm_rmail.1 usr.sbin/edquota edquota.8 usr.sbin/fdcontrol fdcontrol.8 usr.sbin/fdread fdread.1 usr.sbin/fdwrite fdwrite.1 usr.sbin/i4b/dtmfdecode dtmfdecode.1 usr.sbin/i4b/g711conv g711conv.1 usr.sbin/i4b/isdnd isdnd.acct.5 isdnd.rates.5 isdnd.rc.5 usr.sbin/i4b/isdndebug isdndebug.8 usr.sbin/i4b/isdndecode isdndecode.8 usr.sbin/i4b/isdnmonitor isdnmonitor.8 usr.sbin/i4b/isdntel isdntel.8 usr.sbin/i4b/isdntelctl isdntelctl.8 usr.sbin/i4b/isdntest isdntest.8 usr.sbin/i4b/isdntrace isdntrace.8 usr.sbin/i4b/man itjc.4 usr.sbin/inetd inetd.8 usr.sbin/jail jail.8 usr.sbin/kbdcontrol kbdcontrol.1 usr.sbin/kgzip kgzip.8 usr.sbin/lastlogin lastlogin.8 usr.sbin/lpr/chkprintcap chkprintcap.8 usr.sbin/lpr/lp lp.1 usr.sbin/lpr/lpd lpd.8 usr.sbin/lpr/lpq lpq.1 usr.sbin/lpr/lpr lpr.1 printcap.5 usr.sbin/lpr/lprm lprm.1 usr.sbin/lpr/pac pac.8 usr.sbin/lptcontrol lptcontrol.8 usr.sbin/mailwrapper mailwrapper.8 usr.sbin/mergemaster mergemaster.8 usr.sbin/mixer mixer.8 usr.sbin/mlxcontrol mlxcontrol.8 usr.sbin/mount_portalfs mount_portalfs.8 usr.sbin/moused moused.8 usr.sbin/mrouted mrouted.8 mtrace.8 usr.sbin/mtest mtest.8 usr.sbin/mtree mtree.8 usr.sbin/newsyslog newsyslog.8 usr.sbin/nfsd nfsd.8 usr.sbin/ngctl ngctl.8 usr.sbin/ntp/doc ntp.conf.5 ntptrace.8 usr.sbin/ofwdump ofwdump.8 usr.sbin/pccard/pccardc pccardc.8 usr.sbin/pccard/pccardd pccard.conf.5 pccardd.8 usr.sbin/pcvt/kcon kcon.1 usr.sbin/pcvt/scon scon.1 usr.sbin/pkg_install/create pkg_create.1 usr.sbin/pkg_install/delete pkg_delete.1 usr.sbin/pkg_install/info pkg_info.1 usr.sbin/pkg_install/sign pkg_sign.1 usr.sbin/pkg_install/version pkg_version.1 usr.sbin/ppp ppp.8.m4 usr.sbin/pppctl pppctl.8 usr.sbin/pstat pstat.8 usr.sbin/pw pw.8 usr.sbin/pwd_mkdb pwd_mkdb.8 usr.sbin/quot quot.8 usr.sbin/rmt rmt.8 usr.sbin/rpc.statd rpc.statd.8 usr.sbin/rpc.yppasswdd rpc.yppasswdd.8 usr.sbin/rrenumd rrenumd.conf.5 usr.sbin/rtprio rtprio.1 usr.sbin/rtsold rtsold.8 usr.sbin/rwhod rwhod.8 usr.sbin/sa sa.8 usr.sbin/setfmac setfsmac.8 usr.sbin/setpmac setpmac.8 usr.sbin/sicontrol sicontrol.8 usr.sbin/sliplogin sliplogin.8 usr.sbin/sysinstall sysinstall.8 usr.sbin/syslogd syslog.conf.5 syslogd.8 usr.sbin/tcpdump/tcpslice tcpslice.1 usr.sbin/timed/timedc timedc.8 usr.sbin/tzsetup tzsetup.8 usr.sbin/ugidfw ugidfw.8 usr.sbin/usbd usbd.8 usr.sbin/vipw vipw.8 usr.sbin/watch watch.8 usr.sbin/wlconfig wlconfig.8 usr.sbin/ypbind ypbind.8 usr.sbin/yppush yppush.8 usr.sbin/ypserv ypserv.8 usr.sbin/zic zic.8 Log: Mechanically kill hard sentence breaks. Revision Changes Path 1.18 +1 -1 src/usr.sbin/IPXrouted/IPXrouted.8 1.19 +4 -2 src/usr.sbin/ac/ac.8 1.28 +18 -9 src/usr.sbin/apm/apm.8 1.18 +14 -7 src/usr.sbin/apmd/apmd.8 1.17 +1 -1 src/usr.sbin/arp/arp.4 1.22 +2 -1 src/usr.sbin/arp/arp.8 1.6 +2 -2 src/usr.sbin/atm/scspd/scspd.8 1.10 +10 -5 src/usr.sbin/boot98cfg/boot98cfg.8 1.5 +3 -2 src/usr.sbin/btxld/btxld.8 1.8 +5 -3 src/usr.sbin/ckdist/ckdist.1 1.22 +6 -3 src/usr.sbin/cron/cron/cron.8 1.25 +48 -23 src/usr.sbin/cron/crontab/crontab.5 1.12 +10 -4 src/usr.sbin/crunch/crunchide/crunchide.1 1.27 +48 -24 src/usr.sbin/ctm/ctm/ctm.1 1.16 +4 -2 src/usr.sbin/ctm/ctm/ctm.5 1.29 +48 -24 src/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 1.21 +3 -2 src/usr.sbin/edquota/edquota.8 1.20 +2 -2 src/usr.sbin/fdcontrol/fdcontrol.8 1.6 +22 -11 src/usr.sbin/fdread/fdread.1 1.23 +4 -2 src/usr.sbin/fdwrite/fdwrite.1 1.13 +2 -1 src/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 1.11 +4 -3 src/usr.sbin/i4b/g711conv/g711conv.1 1.15 +3 -2 src/usr.sbin/i4b/isdnd/isdnd.acct.5 1.15 +9 -5 src/usr.sbin/i4b/isdnd/isdnd.rates.5 1.34 +1 -1 src/usr.sbin/i4b/isdnd/isdnd.rc.5 1.18 +4 -2 src/usr.sbin/i4b/isdndebug/isdndebug.8 1.16 +6 -3 src/usr.sbin/i4b/isdndecode/isdndecode.8 1.17 +8 -4 src/usr.sbin/i4b/isdnmonitor/isdnmonitor.8 1.17 +11 -5 src/usr.sbin/i4b/isdntel/isdntel.8 1.16 +2 -1 src/usr.sbin/i4b/isdntelctl/isdntelctl.8 1.16 +2 -1 src/usr.sbin/i4b/isdntest/isdntest.8 1.20 +13 -7 src/usr.sbin/i4b/isdntrace/isdntrace.8 1.4 +2 -2 src/usr.sbin/i4b/man/itjc.4 1.79 +29 -14 src/usr.sbin/inetd/inetd.8 1.57 +4 -2 src/usr.sbin/jail/jail.8 1.34 +2 -2 src/usr.sbin/kbdcontrol/kbdcontrol.1 1.8 +5 -3 src/usr.sbin/kgzip/kgzip.8 1.4 +4 -2 src/usr.sbin/lastlogin/lastlogin.8 1.8 +6 -3 src/usr.sbin/lpr/chkprintcap/chkprintcap.8 1.18 +6 -3 src/usr.sbin/lpr/lp/lp.1 1.30 +48 -24 src/usr.sbin/lpr/lpd/lpd.8 1.10 +7 -4 src/usr.sbin/lpr/lpq/lpq.1 1.19 +13 -7 src/usr.sbin/lpr/lpr/lpr.1 1.33 +22 -11 src/usr.sbin/lpr/lpr/printcap.5 1.12 +6 -3 src/usr.sbin/lpr/lprm/lprm.1 1.8 +2 -1 src/usr.sbin/lpr/pac/pac.8 1.19 +1 -1 src/usr.sbin/lptcontrol/lptcontrol.8 1.12 +1 -1 src/usr.sbin/mailwrapper/mailwrapper.8 1.29 +7 -3 src/usr.sbin/mergemaster/mergemaster.8 1.22 +8 -4 src/usr.sbin/mixer/mixer.8 1.8 +3 -3 src/usr.sbin/mlxcontrol/mlxcontrol.8 1.13 +2 -1 src/usr.sbin/mount_portalfs/mount_portalfs.8 1.45 +26 -13 src/usr.sbin/moused/moused.8 1.29 +112 -56 src/usr.sbin/mrouted/mrouted.8 1.21 +90 -45 src/usr.sbin/mrouted/mtrace.8 1.8 +2 -1 src/usr.sbin/mtest/mtest.8 1.45 +13 -7 src/usr.sbin/mtree/mtree.8 1.44 +12 -6 src/usr.sbin/newsyslog/newsyslog.8 1.22 +8 -4 src/usr.sbin/nfsd/nfsd.8 1.15 +1 -1 src/usr.sbin/ngctl/ngctl.8 1.15 +2 -2 src/usr.sbin/ntp/doc/ntp.conf.5 1.7 +4 -2 src/usr.sbin/ntp/doc/ntptrace.8 1.5 +1 -1 src/usr.sbin/ofwdump/ofwdump.8 1.20 +2 -1 src/usr.sbin/pccard/pccardc/pccardc.8 1.25 +5 -4 src/usr.sbin/pccard/pccardd/pccard.conf.5 1.31 +2 -1 src/usr.sbin/pccard/pccardd/pccardd.8 1.16 +3 -2 src/usr.sbin/pcvt/kcon/kcon.1 1.18 +4 -3 src/usr.sbin/pcvt/scon/scon.1 1.61 +80 -40 src/usr.sbin/pkg_install/create/pkg_create.1 1.30 +20 -10 src/usr.sbin/pkg_install/delete/pkg_delete.1 1.52 +24 -12 src/usr.sbin/pkg_install/info/pkg_info.1 1.7 +2 -1 src/usr.sbin/pkg_install/sign/pkg_sign.1 1.27 +13 -7 src/usr.sbin/pkg_install/version/pkg_version.1 1.310 +15 -9 src/usr.sbin/ppp/ppp.8.m4 1.22 +37 -18 src/usr.sbin/pppctl/pppctl.8 1.42 +4 -2 src/usr.sbin/pstat/pstat.8 1.35 +2 -1 src/usr.sbin/pw/pw.8 1.22 +10 -5 src/usr.sbin/pwd_mkdb/pwd_mkdb.8 1.21 +2 -1 src/usr.sbin/quot/quot.8 1.14 +12 -6 src/usr.sbin/rmt/rmt.8 1.12 +15 -8 src/usr.sbin/rpc.statd/rpc.statd.8 1.22 +2 -1 src/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 1.16 +2 -2 src/usr.sbin/rrenumd/rrenumd.conf.5 1.26 +2 -1 src/usr.sbin/rtprio/rtprio.1 1.14 +2 -1 src/usr.sbin/rtsold/rtsold.8 1.20 +24 -12 src/usr.sbin/rwhod/rwhod.8 1.16 +22 -11 src/usr.sbin/sa/sa.8 1.5 +2 -1 src/usr.sbin/setfmac/setfsmac.8 1.5 +2 -1 src/usr.sbin/setpmac/setpmac.8 1.20 +6 -3 src/usr.sbin/sicontrol/sicontrol.8 1.21 +18 -9 src/usr.sbin/sliplogin/sliplogin.8 1.60 +44 -25 src/usr.sbin/sysinstall/sysinstall.8 1.34 +19 -10 src/usr.sbin/syslogd/syslog.conf.5 1.51 +27 -13 src/usr.sbin/syslogd/syslogd.8 1.15 +41 -21 src/usr.sbin/tcpdump/tcpslice/tcpslice.1 1.15 +2 -1 src/usr.sbin/timed/timedc/timedc.8 1.18 +4 -2 src/usr.sbin/tzsetup/tzsetup.8 1.7 +2 -2 src/usr.sbin/ugidfw/ugidfw.8 1.21 +3 -2 src/usr.sbin/usbd/usbd.8 1.12 +4 -2 src/usr.sbin/vipw/vipw.8 1.28 +8 -4 src/usr.sbin/watch/watch.8 1.19 +10 -5 src/usr.sbin/wlconfig/wlconfig.8 1.21 +3 -2 src/usr.sbin/ypbind/ypbind.8 1.16 +6 -3 src/usr.sbin/yppush/yppush.8 1.38 +2 -1 src/usr.sbin/ypserv/ypserv.8 1.17 +4 -2 src/usr.sbin/zic/zic.8 From owner-cvs-src@FreeBSD.ORG Fri Jul 2 23:20: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 259E316A4CE; Fri, 2 Jul 2004 23:20:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06D9D43D4C; Fri, 2 Jul 2004 23:20:06 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62NK5x1055793; Fri, 2 Jul 2004 23:20:05 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62NK5ex055792; Fri, 2 Jul 2004 23:20:05 GMT (envelope-from davidxu) Message-Id: <200407022320.i62NK5ex055792@repoman.freebsd.org> From: David Xu Date: Fri, 2 Jul 2004 23:20: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/lib/libc/i386/gen signalcontext.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 23:20:06 -0000 davidxu 2004-07-02 23:20:05 UTC FreeBSD src repository Modified files: lib/libc/i386/gen signalcontext.c Log: Follow previous change in makecontext. Use %esi to store next ucp pointer, here we keep orignal %ebp, so we can see where signal handler comes in and interrupt normal code. Revision Changes Path 1.7 +1 -1 src/lib/libc/i386/gen/signalcontext.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 23:43:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 043A516A4CE; Fri, 2 Jul 2004 23:43:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D853843D5A; Fri, 2 Jul 2004 23:43:05 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62Nh5dt056885; Fri, 2 Jul 2004 23:43:05 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62Nh58T056884; Fri, 2 Jul 2004 23:43:05 GMT (envelope-from tjr) Message-Id: <200407022343.i62Nh58T056884@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 2 Jul 2004 23:43:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/uniq uniq.1 uniq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 23:43:06 -0000 tjr 2004-07-02 23:43:05 UTC FreeBSD src repository Modified files: usr.bin/uniq uniq.1 uniq.c Log: Add support for multibyte characters. Revision Changes Path 1.18 +1 -5 src/usr.bin/uniq/uniq.1 1.25 +40 -30 src/usr.bin/uniq/uniq.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 23: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 29A9E16A4CE; Fri, 2 Jul 2004 23:51:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0939943D2D; Fri, 2 Jul 2004 23:51:45 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62Npi0w057148; Fri, 2 Jul 2004 23:51:44 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62Npi1f057147; Fri, 2 Jul 2004 23:51:44 GMT (envelope-from bms) Message-Id: <200407022351.i62Npi1f057147@repoman.freebsd.org> From: Bruce M Simpson Date: Fri, 2 Jul 2004 23:51: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/pci if_vr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 23:51:45 -0000 bms 2004-07-02 23:51:44 UTC FreeBSD src repository Modified files: sys/pci if_vr.c Log: style(9) compliance. Put some braces around the busy-wait loop in vr_rxeoc() to make the no-op semicolon more obvious. No functional changes. Running on the machine I am committing from without problems. Reviewed by: jmallett Revision Changes Path 1.87 +164 -276 src/sys/pci/if_vr.c From owner-cvs-src@FreeBSD.ORG Fri Jul 2 23:52: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 CD90516A4CF; Fri, 2 Jul 2004 23:52:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC81443D39; Fri, 2 Jul 2004 23:52:20 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62NqKbq058864; Fri, 2 Jul 2004 23:52:20 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62NqKdu058863; Fri, 2 Jul 2004 23:52:20 GMT (envelope-from ru) Message-Id: <200407022352.i62NqKdu058863@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 2 Jul 2004 23:52: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/lib/libalias libalias.3 src/lib/libarchive archive_entry.3 archive_read.3 archive_write.3 src/lib/libbsnmp/modules/snmp_netgraph snmp_netgraph.3 src/lib/libc/compat-43 gethostid.3 sigvec.2 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 23:52:21 -0000 ru 2004-07-02 23:52:20 UTC FreeBSD src repository Modified files: lib/libalias libalias.3 lib/libarchive archive_entry.3 archive_read.3 archive_write.3 lib/libbluetooth bluetooth.3 lib/libbsnmp/modules/snmp_netgraph snmp_netgraph.3 lib/libc/compat-43 gethostid.3 sigvec.2 lib/libc/db/man btree.3 dbopen.3 recno.3 lib/libc/gen basename.3 directory.3 dirname.3 dladdr.3 dllockinit.3 fmtcheck.3 ftok.3 fts.3 getbootfile.3 getcap.3 getdiskbyname.3 getdomainname.3 getgrent.3 getobjformat.3 lockf.3 msgrcv.3 rand48.3 setjmp.3 setproctitle.3 shm_open.3 signal.3 sleep.3 sysctl.3 tzset.3 ualarm.3 unvis.3 vis.3 lib/libc/i386/sys i386_get_ioperm.2 i386_set_watch.3 lib/libc/locale rune.3 setlocale.3 utf2.5 lib/libc/net addr2ascii.3 byteorder.3 gethostbyname.3 getifaddrs.3 getipnodebyname.3 getnetent.3 getprotoent.3 getservent.3 inet.3 inet6_opt_init.3 inet6_rthdr_space.3 resolver.3 lib/libc/posix1e acl_delete.3 acl_delete_entry.3 acl_delete_perm.3 acl_dup.3 acl_free.3 acl_from_text.3 acl_get.3 acl_get_entry.3 acl_get_qualifier.3 acl_init.3 acl_set.3 acl_set_qualifier.3 acl_set_tag_type.3 acl_to_text.3 acl_valid.3 lib/libc/regex re_format.7 regex.3 lib/libc/rpc getrpcent.3 getrpcport.3 rpc_secure.3 lib/libc/stdio stdio.3 lib/libc/stdlib getenv.3 qsort.3 radixsort.3 random.3 tsearch.3 lib/libc/stdtime ctime.3 strftime.3 strptime.3 lib/libc/string strlcpy.3 strsep.3 lib/libc/sys accept.2 aio_error.2 aio_read.2 aio_suspend.2 aio_write.2 chmod.2 chroot.2 clock_gettime.2 close.2 dup.2 execve.2 fcntl.2 flock.2 fork.2 getdtablesize.2 getitimer.2 getlogin.2 getpriority.2 getrlimit.2 getrusage.2 getsockname.2 getsockopt.2 gettimeofday.2 intro.2 ioctl.2 issetugid.2 kldnext.2 kldstat.2 kqueue.2 link.2 lseek.2 madvise.2 mmap.2 modnext.2 modstat.2 nanosleep.2 open.2 poll.2 read.2 rename.2 rfork.2 sched_get_priority_max.2 sched_setparam.2 sched_setscheduler.2 sched_yield.2 select.2 semctl.2 semget.2 send.2 shmat.2 shmctl.2 shmget.2 sigaction.2 socket.2 swapon.2 sysarch.2 truncate.2 umask.2 unlink.2 vfork.2 wait.2 write.2 lib/libcalendar calendar.3 lib/libcam cam.3 cam_cdbparse.3 lib/libcompat/4.3 rexec.3 lib/libcompat/4.4 cuserid.3 lib/libcompat/regexp regexp.3 lib/libcrypt crypt.3 lib/libdevstat devstat.3 lib/libdisk libdisk.3 lib/libfetch fetch.3 lib/libftpio ftpio.3 lib/libipx ipx.3 lib/libkiconv kiconv.3 lib/libkvm kvm.3 kvm_getfiles.3 kvm_getprocs.3 kvm_getswapinfo.3 kvm_nlist.3 kvm_open.3 kvm_read.3 lib/libnetgraph netgraph.3 lib/libpam/modules/pam_chroot pam_chroot.8 lib/libpam/modules/pam_echo pam_echo.8 lib/libpam/modules/pam_exec pam_exec.8 lib/libpam/modules/pam_ftpusers pam_ftpusers.8 lib/libpam/modules/pam_group pam_group.8 lib/libpam/modules/pam_guest pam_guest.8 lib/libpam/modules/pam_lastlog pam_lastlog.8 lib/libpam/modules/pam_login_access login.access.5 pam_login_access.8 lib/libpam/modules/pam_opieaccess pam_opieaccess.8 lib/libpam/modules/pam_passwdqc pam_passwdqc.8 lib/libpam/modules/pam_radius pam_radius.8 lib/libpam/modules/pam_rhosts pam_rhosts.8 lib/libpam/modules/pam_self pam_self.8 lib/libpam/modules/pam_ssh pam_ssh.8 lib/libpam/modules/pam_tacplus pam_tacplus.8 lib/libradius radius.conf.5 lib/libsdp sdp.3 lib/libstand libstand.3 lib/libtacplus libtacplus.3 tacplus.conf.5 lib/libugidfw bsde_get_rule.3 bsde_get_rule_count.3 bsde_parse_rule.3 bsde_rule_to_string.3 libugidfw.3 lib/libutil auth.conf.5 login.3 login.conf.5 login_cap.3 login_ok.3 login_times.3 login_tty.3 logout.3 property.3 pty.3 realhostname.3 realhostname_sa.3 trimdomain.3 uucplock.3 lib/libvgl vgl.3 lib/msun/man atan2.3 erf.3 exp.3 ieee.3 Log: Mechanically kill hard sentence breaks. Revision Changes Path 1.52 +7 -7 src/lib/libalias/libalias.3 1.6 +2 -1 src/lib/libarchive/archive_entry.3 1.9 +2 -1 src/lib/libarchive/archive_read.3 1.3 +2 -1 src/lib/libarchive/archive_write.3 1.2 +1 -1 src/lib/libbluetooth/bluetooth.3 1.4 +38 -19 src/lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.3 1.12 +4 -2 src/lib/libc/compat-43/gethostid.3 1.24 +16 -8 src/lib/libc/compat-43/sigvec.2 1.8 +2 -2 src/lib/libc/db/man/btree.3 1.10 +1 -1 src/lib/libc/db/man/dbopen.3 1.8 +1 -1 src/lib/libc/db/man/recno.3 1.7 +1 -1 src/lib/libc/gen/basename.3 1.14 +8 -4 src/lib/libc/gen/directory.3 1.8 +1 -1 src/lib/libc/gen/dirname.3 1.8 +12 -6 src/lib/libc/gen/dladdr.3 1.14 +24 -12 src/lib/libc/gen/dllockinit.3 1.9 +7 -4 src/lib/libc/gen/fmtcheck.3 1.16 +2 -1 src/lib/libc/gen/ftok.3 1.20 +3 -3 src/lib/libc/gen/fts.3 1.12 +2 -1 src/lib/libc/gen/getbootfile.3 1.24 +53 -27 src/lib/libc/gen/getcap.3 1.9 +3 -2 src/lib/libc/gen/getdiskbyname.3 1.19 +2 -1 src/lib/libc/gen/getdomainname.3 1.25 +8 -4 src/lib/libc/gen/getgrent.3 1.10 +10 -5 src/lib/libc/gen/getobjformat.3 1.13 +8 -4 src/lib/libc/gen/lockf.3 1.19 +8 -4 src/lib/libc/gen/msgrcv.3 1.16 +6 -3 src/lib/libc/gen/rand48.3 1.11 +2 -2 src/lib/libc/gen/setjmp.3 1.25 +6 -3 src/lib/libc/gen/setproctitle.3 1.10 +3 -2 src/lib/libc/gen/shm_open.3 1.37 +2 -1 src/lib/libc/gen/signal.3 1.16 +3 -2 src/lib/libc/gen/sleep.3 1.63 +9 -5 src/lib/libc/gen/sysctl.3 1.14 +30 -15 src/lib/libc/gen/tzset.3 1.19 +1 -1 src/lib/libc/gen/ualarm.3 1.16 +16 -8 src/lib/libc/gen/unvis.3 1.25 +10 -5 src/lib/libc/gen/vis.3 1.11 +2 -1 src/lib/libc/i386/sys/i386_get_ioperm.2 1.7 +10 -5 src/lib/libc/i386/sys/i386_set_watch.3 1.25 +2 -1 src/lib/libc/locale/rune.3 1.31 +2 -1 src/lib/libc/locale/setlocale.3 1.13 +4 -2 src/lib/libc/locale/utf2.5 1.15 +22 -11 src/lib/libc/net/addr2ascii.3 1.11 +2 -1 src/lib/libc/net/byteorder.3 1.32 +1 -1 src/lib/libc/net/gethostbyname.3 1.8 +2 -1 src/lib/libc/net/getifaddrs.3 1.13 +8 -4 src/lib/libc/net/getipnodebyname.3 1.19 +6 -3 src/lib/libc/net/getnetent.3 1.9 +3 -2 src/lib/libc/net/getprotoent.3 1.13 +3 -2 src/lib/libc/net/getservent.3 1.29 +8 -4 src/lib/libc/net/inet.3 1.3 +3 -3 src/lib/libc/net/inet6_opt_init.3 1.11 +4 -2 src/lib/libc/net/inet6_rthdr_space.3 1.28 +6 -3 src/lib/libc/net/resolver.3 1.17 +4 -2 src/lib/libc/posix1e/acl_delete.3 1.6 +2 -1 src/lib/libc/posix1e/acl_delete_entry.3 1.6 +2 -1 src/lib/libc/posix1e/acl_delete_perm.3 1.13 +8 -4 src/lib/libc/posix1e/acl_dup.3 1.13 +4 -2 src/lib/libc/posix1e/acl_free.3 1.16 +10 -5 src/lib/libc/posix1e/acl_from_text.3 1.18 +8 -4 src/lib/libc/posix1e/acl_get.3 1.7 +6 -3 src/lib/libc/posix1e/acl_get_entry.3 1.7 +4 -2 src/lib/libc/posix1e/acl_get_qualifier.3 1.14 +11 -5 src/lib/libc/posix1e/acl_init.3 1.17 +4 -2 src/lib/libc/posix1e/acl_set.3 1.6 +2 -1 src/lib/libc/posix1e/acl_set_qualifier.3 1.7 +2 -1 src/lib/libc/posix1e/acl_set_tag_type.3 1.16 +12 -6 src/lib/libc/posix1e/acl_to_text.3 1.15 +8 -4 src/lib/libc/posix1e/acl_valid.3 1.11 +1 -1 src/lib/libc/regex/re_format.7 1.14 +2 -2 src/lib/libc/regex/regex.3 1.17 +2 -1 src/lib/libc/rpc/getrpcent.3 1.9 +2 -1 src/lib/libc/rpc/getrpcport.3 1.15 +16 -8 src/lib/libc/rpc/rpc_secure.3 1.26 +8 -4 src/lib/libc/stdio/stdio.3 1.14 +4 -2 src/lib/libc/stdlib/getenv.3 1.15 +10 -5 src/lib/libc/stdlib/qsort.3 1.11 +4 -1 src/lib/libc/stdlib/radixsort.3 1.20 +8 -4 src/lib/libc/stdlib/random.3 1.13 +4 -2 src/lib/libc/stdlib/tsearch.3 1.22 +2 -1 src/lib/libc/stdtime/ctime.3 1.34 +2 -1 src/lib/libc/stdtime/strftime.3 1.23 +2 -1 src/lib/libc/stdtime/strptime.3 1.13 +4 -2 src/lib/libc/string/strlcpy.3 1.14 +1 -1 src/lib/libc/string/strsep.3 1.30 +4 -2 src/lib/libc/sys/accept.2 1.19 +4 -2 src/lib/libc/sys/aio_error.2 1.20 +4 -2 src/lib/libc/sys/aio_read.2 1.20 +6 -3 src/lib/libc/sys/aio_suspend.2 1.17 +8 -4 src/lib/libc/sys/aio_write.2 1.31 +2 -1 src/lib/libc/sys/chmod.2 1.20 +2 -1 src/lib/libc/sys/chroot.2 1.20 +2 -1 src/lib/libc/sys/clock_gettime.2 1.24 +2 -1 src/lib/libc/sys/close.2 1.21 +4 -2 src/lib/libc/sys/dup.2 1.37 +8 -4 src/lib/libc/sys/execve.2 1.44 +6 -3 src/lib/libc/sys/fcntl.2 1.23 +6 -3 src/lib/libc/sys/flock.2 1.19 +2 -1 src/lib/libc/sys/fork.2 1.9 +2 -1 src/lib/libc/sys/getdtablesize.2 1.20 +8 -4 src/lib/libc/sys/getitimer.2 1.27 +4 -2 src/lib/libc/sys/getlogin.2 1.12 +6 -3 src/lib/libc/sys/getpriority.2 1.23 +8 -4 src/lib/libc/sys/getrlimit.2 1.19 +2 -1 src/lib/libc/sys/getrusage.2 1.24 +2 -1 src/lib/libc/sys/getsockname.2 1.31 +12 -6 src/lib/libc/sys/getsockopt.2 1.25 +4 -2 src/lib/libc/sys/gettimeofday.2 1.40 +40 -20 src/lib/libc/sys/intro.2 1.26 +1 -1 src/lib/libc/sys/ioctl.2 1.13 +2 -1 src/lib/libc/sys/issetugid.2 1.15 +2 -1 src/lib/libc/sys/kldnext.2 1.20 +2 -1 src/lib/libc/sys/kldstat.2 1.40 +30 -15 src/lib/libc/sys/kqueue.2 1.25 +2 -1 src/lib/libc/sys/link.2 1.21 +2 -1 src/lib/libc/sys/lseek.2 1.31 +20 -10 src/lib/libc/sys/madvise.2 1.50 +1 -1 src/lib/libc/sys/mmap.2 1.8 +2 -1 src/lib/libc/sys/modnext.2 1.10 +2 -1 src/lib/libc/sys/modstat.2 1.17 +2 -1 src/lib/libc/sys/nanosleep.2 1.29 +1 -1 src/lib/libc/sys/open.2 1.15 +31 -16 src/lib/libc/sys/poll.2 1.25 +3 -2 src/lib/libc/sys/read.2 1.22 +2 -1 src/lib/libc/sys/rename.2 1.32 +10 -5 src/lib/libc/sys/rfork.2 1.19 +2 -1 src/lib/libc/sys/sched_get_priority_max.2 1.16 +6 -3 src/lib/libc/sys/sched_setparam.2 1.17 +2 -1 src/lib/libc/sys/sched_setscheduler.2 1.13 +2 -1 src/lib/libc/sys/sched_yield.2 1.29 +6 -3 src/lib/libc/sys/select.2 1.19 +2 -1 src/lib/libc/sys/semctl.2 1.15 +4 -2 src/lib/libc/sys/semget.2 1.27 +4 -2 src/lib/libc/sys/send.2 1.18 +2 -1 src/lib/libc/sys/shmat.2 1.17 +4 -2 src/lib/libc/sys/shmctl.2 1.18 +6 -3 src/lib/libc/sys/shmget.2 1.54 +1 -1 src/lib/libc/sys/sigaction.2 1.30 +17 -9 src/lib/libc/sys/socket.2 1.16 +4 -2 src/lib/libc/sys/swapon.2 1.9 +2 -1 src/lib/libc/sys/sysarch.2 1.16 +2 -1 src/lib/libc/sys/truncate.2 1.12 +2 -1 src/lib/libc/sys/umask.2 1.17 +2 -1 src/lib/libc/sys/unlink.2 1.23 +2 -1 src/lib/libc/sys/vfork.2 1.18 +4 -2 src/lib/libc/sys/wait.2 1.26 +4 -2 src/lib/libc/sys/write.2 1.13 +6 -4 src/lib/libcalendar/calendar.3 1.12 +40 -20 src/lib/libcam/cam.3 1.20 +40 -20 src/lib/libcam/cam_cdbparse.3 1.12 +2 -1 src/lib/libcompat/4.3/rexec.3 1.19 +4 -2 src/lib/libcompat/4.4/cuserid.3 1.11 +1 -1 src/lib/libcompat/regexp/regexp.3 1.29 +21 -11 src/lib/libcrypt/crypt.3 1.25 +5 -5 src/lib/libdevstat/devstat.3 1.32 +10 -5 src/lib/libdisk/libdisk.3 1.57 +1 -1 src/lib/libfetch/fetch.3 1.33 +18 -9 src/lib/libftpio/ftpio.3 1.14 +2 -1 src/lib/libipx/ipx.3 1.5 +2 -1 src/lib/libkiconv/kiconv.3 1.14 +6 -3 src/lib/libkvm/kvm.3 1.14 +4 -2 src/lib/libkvm/kvm_getfiles.3 1.18 +10 -5 src/lib/libkvm/kvm_getprocs.3 1.12 +11 -6 src/lib/libkvm/kvm_getswapinfo.3 1.10 +4 -2 src/lib/libkvm/kvm_nlist.3 1.16 +10 -5 src/lib/libkvm/kvm_open.3 1.10 +3 -2 src/lib/libkvm/kvm_read.3 1.22 +1 -1 src/lib/libnetgraph/netgraph.3 1.4 +1 -1 src/lib/libpam/modules/pam_chroot/pam_chroot.8 1.4 +1 -1 src/lib/libpam/modules/pam_echo/pam_echo.8 1.4 +1 -1 src/lib/libpam/modules/pam_exec/pam_exec.8 1.2 +1 -1 src/lib/libpam/modules/pam_ftpusers/pam_ftpusers.8 1.3 +1 -1 src/lib/libpam/modules/pam_group/pam_group.8 1.2 +1 -1 src/lib/libpam/modules/pam_guest/pam_guest.8 1.6 +1 -1 src/lib/libpam/modules/pam_lastlog/pam_lastlog.8 1.13 +6 -3 src/lib/libpam/modules/pam_login_access/login.access.5 1.5 +1 -1 src/lib/libpam/modules/pam_login_access/pam_login_access.8 1.9 +1 -1 src/lib/libpam/modules/pam_opieaccess/pam_opieaccess.8 1.5 +1 -1 src/lib/libpam/modules/pam_passwdqc/pam_passwdqc.8 1.16 +3 -2 src/lib/libpam/modules/pam_radius/pam_radius.8 1.3 +1 -1 src/lib/libpam/modules/pam_rhosts/pam_rhosts.8 1.11 +1 -1 src/lib/libpam/modules/pam_self/pam_self.8 1.13 +1 -1 src/lib/libpam/modules/pam_ssh/pam_ssh.8 1.4 +2 -2 src/lib/libpam/modules/pam_tacplus/pam_tacplus.8 1.8 +32 -16 src/lib/libradius/radius.conf.5 1.6 +7 -4 src/lib/libsdp/sdp.3 1.27 +56 -29 src/lib/libstand/libstand.3 1.13 +68 -34 src/lib/libtacplus/libtacplus.3 1.7 +29 -15 src/lib/libtacplus/tacplus.conf.5 1.5 +2 -1 src/lib/libugidfw/bsde_get_rule.3 1.3 +2 -1 src/lib/libugidfw/bsde_get_rule_count.3 1.3 +2 -1 src/lib/libugidfw/bsde_parse_rule.3 1.3 +2 -1 src/lib/libugidfw/bsde_rule_to_string.3 1.6 +2 -1 src/lib/libugidfw/libugidfw.3 1.7 +2 -1 src/lib/libutil/auth.conf.5 1.10 +4 -2 src/lib/libutil/login.3 1.50 +1 -1 src/lib/libutil/login.conf.5 1.32 +1 -1 src/lib/libutil/login_cap.3 1.14 +2 -2 src/lib/libutil/login_ok.3 1.15 +2 -2 src/lib/libutil/login_times.3 1.10 +4 -2 src/lib/libutil/login_tty.3 1.12 +2 -1 src/lib/libutil/logout.3 1.17 +6 -3 src/lib/libutil/property.3 1.13 +12 -6 src/lib/libutil/pty.3 1.9 +2 -1 src/lib/libutil/realhostname.3 1.10 +2 -1 src/lib/libutil/realhostname_sa.3 1.8 +4 -2 src/lib/libutil/trimdomain.3 1.18 +9 -5 src/lib/libutil/uucplock.3 1.28 +8 -4 src/lib/libvgl/vgl.3 1.12 +2 -1 src/lib/msun/man/atan2.3 1.11 +4 -2 src/lib/msun/man/erf.3 1.18 +3 -2 src/lib/msun/man/exp.3 1.17 +2 -1 src/lib/msun/man/ieee.3 From owner-cvs-src@FreeBSD.ORG Sat Jul 3 00:03: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 28DE416A4CE; Sat, 3 Jul 2004 00:03:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20D6743D55; Sat, 3 Jul 2004 00:03:27 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6303RRF059385; Sat, 3 Jul 2004 00:03:27 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6303RiK059384; Sat, 3 Jul 2004 00:03:27 GMT (envelope-from ru) Message-Id: <200407030003.i6303RiK059384@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 3 Jul 2004 00:03: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/date date.1 src/bin/kill kill.1 src/bin/ln ln.1 src/bin/mkdir mkdir.1 src/bin/pax pax.1 src/bin/pwd pwd.1 src/bin/rcp rcp.1 src/bin/sh/bltin echo.1 src/bin/stty stty.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 00:03:27 -0000 ru 2004-07-03 00:03:26 UTC FreeBSD src repository Modified files: bin/date date.1 bin/kill kill.1 bin/ln ln.1 bin/mkdir mkdir.1 bin/pax pax.1 bin/pwd pwd.1 bin/rcp rcp.1 bin/sh/bltin echo.1 bin/stty stty.1 Log: Deal with double whitespace. Revision Changes Path 1.66 +5 -3 src/bin/date/date.1 1.18 +1 -1 src/bin/kill/kill.1 1.28 +6 -6 src/bin/ln/ln.1 1.19 +2 -2 src/bin/mkdir/mkdir.1 1.32 +2 -2 src/bin/pax/pax.1 1.24 +1 -1 src/bin/pwd/pwd.1 1.18 +4 -4 src/bin/rcp/rcp.1 1.14 +1 -1 src/bin/sh/bltin/echo.1 1.30 +1 -1 src/bin/stty/stty.1 From owner-cvs-src@FreeBSD.ORG Sat Jul 3 00: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 B10F416A4CE; Sat, 3 Jul 2004 00:06:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9128343D39; Sat, 3 Jul 2004 00:06:28 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6306SC9059534; Sat, 3 Jul 2004 00:06:28 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6306Sh3059533; Sat, 3 Jul 2004 00:06:28 GMT (envelope-from ru) Message-Id: <200407030006.i6306Sh3059533@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 3 Jul 2004 00:06:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/bootpd bootptab.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 00:06:28 -0000 ru 2004-07-03 00:06:28 UTC FreeBSD src repository Modified files: libexec/bootpd bootptab.5 Log: Deal with double whitespace. Revision Changes Path 1.10 +1 -1 src/libexec/bootpd/bootptab.5 From owner-cvs-src@FreeBSD.ORG Sat Jul 3 00:13: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 351F616A4CE; Sat, 3 Jul 2004 00:13:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16DED43D49; Sat, 3 Jul 2004 00:13:44 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i630DhFp059775; Sat, 3 Jul 2004 00:13:43 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i630DheY059774; Sat, 3 Jul 2004 00:13:43 GMT (envelope-from ru) Message-Id: <200407030013.i630DheY059774@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 3 Jul 2004 00:13: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/sbin/camcontrol camcontrol.8 src/sbin/ccdconfig ccdconfig.8 src/sbin/fsck fsck.8 src/sbin/vinum vinum.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 00:13:44 -0000 ru 2004-07-03 00:13:43 UTC FreeBSD src repository Modified files: sbin/camcontrol camcontrol.8 sbin/ccdconfig ccdconfig.8 sbin/fsck fsck.8 sbin/vinum vinum.8 Log: Deal with double whitespace. Revision Changes Path 1.38 +2 -2 src/sbin/camcontrol/camcontrol.8 1.29 +1 -1 src/sbin/ccdconfig/ccdconfig.8 1.35 +1 -1 src/sbin/fsck/fsck.8 1.70 +12 -6 src/sbin/vinum/vinum.8 From owner-cvs-src@FreeBSD.ORG Sat Jul 3 00:24: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 3459516A4CF; Sat, 3 Jul 2004 00:24:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1521E43D58; Sat, 3 Jul 2004 00:24:46 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i630OjOj061060; Sat, 3 Jul 2004 00:24:45 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i630OjcW061059; Sat, 3 Jul 2004 00:24:45 GMT (envelope-from ru) Message-Id: <200407030024.i630OjcW061059@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 3 Jul 2004 00:24:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/basename basename.1 src/usr.bin/calendar calendar.1 src/usr.bin/col col.1 src/usr.bin/ee ee.1 src/usr.bin/fstat fstat.1 src/usr.bin/gcore gcore.1 src/usr.bin/gencat gencat.1 src/usr.bin/getopt getopt.1 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 00:24:46 -0000 ru 2004-07-03 00:24:45 UTC FreeBSD src repository Modified files: usr.bin/basename basename.1 usr.bin/calendar calendar.1 usr.bin/col col.1 usr.bin/ee ee.1 usr.bin/fstat fstat.1 usr.bin/gcore gcore.1 usr.bin/gencat gencat.1 usr.bin/getopt getopt.1 usr.bin/gprof gprof.1 usr.bin/indent indent.1 usr.bin/keylogin keylogin.1 usr.bin/lastcomm lastcomm.1 usr.bin/locate/locate locate.1 usr.bin/logger logger.1 usr.bin/login login.1 usr.bin/lorder lorder.1 usr.bin/mkfifo mkfifo.1 usr.bin/mklocale mklocale.1 usr.bin/msgs msgs.1 usr.bin/mt mt.1 usr.bin/passwd passwd.1 usr.bin/printf printf.1 usr.bin/rlogin rlogin.1 usr.bin/rsh rsh.1 usr.bin/script script.1 usr.bin/shar shar.1 usr.bin/su su.1 usr.bin/systat systat.1 usr.bin/vgrind vgrindefs.5 usr.bin/wc wc.1 usr.bin/window window.1 Log: Deal with double whitespace. Revision Changes Path 1.14 +1 -1 src/usr.bin/basename/basename.1 1.36 +4 -4 src/usr.bin/calendar/calendar.1 1.13 +1 -1 src/usr.bin/col/col.1 1.17 +3 -3 src/usr.bin/ee/ee.1 1.22 +1 -1 src/usr.bin/fstat/fstat.1 1.15 +1 -1 src/usr.bin/gcore/gcore.1 1.11 +1 -1 src/usr.bin/gencat/gencat.1 1.18 +1 -1 src/usr.bin/getopt/getopt.1 1.27 +3 -3 src/usr.bin/gprof/gprof.1 1.22 +23 -23 src/usr.bin/indent/indent.1 1.8 +1 -1 src/usr.bin/keylogin/keylogin.1 1.12 +1 -1 src/usr.bin/lastcomm/lastcomm.1 1.25 +2 -2 src/usr.bin/locate/locate/locate.1 1.15 +2 -2 src/usr.bin/logger/logger.1 1.26 +1 -1 src/usr.bin/login/login.1 1.7 +1 -1 src/usr.bin/lorder/lorder.1 1.12 +1 -1 src/usr.bin/mkfifo/mkfifo.1 1.22 +1 -1 src/usr.bin/mklocale/mklocale.1 1.19 +2 -2 src/usr.bin/msgs/msgs.1 1.40 +1 -1 src/usr.bin/mt/mt.1 1.28 +1 -1 src/usr.bin/passwd/passwd.1 1.28 +4 -4 src/usr.bin/printf/printf.1 1.25 +4 -4 src/usr.bin/rlogin/rlogin.1 1.19 +1 -1 src/usr.bin/rsh/rsh.1 1.21 +1 -1 src/usr.bin/script/script.1 1.10 +6 -6 src/usr.bin/shar/shar.1 1.33 +1 -1 src/usr.bin/su/su.1 1.42 +6 -6 src/usr.bin/systat/systat.1 1.11 +3 -3 src/usr.bin/vgrind/vgrindefs.5 1.17 +3 -1 src/usr.bin/wc/wc.1 1.15 +31 -31 src/usr.bin/window/window.1 From owner-cvs-src@FreeBSD.ORG Sat Jul 3 00: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 DEFB816A4CE; Sat, 3 Jul 2004 00:57:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE7ED43D48; Sat, 3 Jul 2004 00:57:43 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i630vhTC062679; Sat, 3 Jul 2004 00:57:43 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i630vhqj062678; Sat, 3 Jul 2004 00:57:43 GMT (envelope-from marcel) Message-Id: <200407030057.i630vhqj062678@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 3 Jul 2004 00:57: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 kern_switch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 00:57:44 -0000 marcel 2004-07-03 00:57:43 UTC FreeBSD src repository Modified files: sys/kern kern_switch.c Log: Unbreak build for the the !PREEMPTION case: don't define variables that aren't used in that case. Revision Changes Path 1.69 +2 -0 src/sys/kern/kern_switch.c From owner-cvs-src@FreeBSD.ORG Sat Jul 3 01:08: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 56C9816A4CE; Sat, 3 Jul 2004 01:08:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37C5F43D53; Sat, 3 Jul 2004 01:08:03 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63183NU062997; Sat, 3 Jul 2004 01:08:03 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i631830H062996; Sat, 3 Jul 2004 01:08:03 GMT (envelope-from tjr) Message-Id: <200407030108.i631830H062996@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 3 Jul 2004 01:08: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/find find.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 01:08:03 -0000 tjr 2004-07-03 01:08:03 UTC FreeBSD src repository Modified files: usr.bin/find find.1 Log: Re-add half of UCB copyright notice that went missing in 1.20. Revision Changes Path 1.64 +1 -0 src/usr.bin/find/find.1 From owner-cvs-src@FreeBSD.ORG Sat Jul 3 01:19: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 8692516A4CE; Sat, 3 Jul 2004 01:19:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66C7343D58; Sat, 3 Jul 2004 01:19:46 +0000 (GMT) (envelope-from bmilekic@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i631JkTg063298; Sat, 3 Jul 2004 01:19:46 GMT (envelope-from bmilekic@repoman.freebsd.org) Received: (from bmilekic@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i631Jkf2063297; Sat, 3 Jul 2004 01:19:46 GMT (envelope-from bmilekic) Message-Id: <200407030119.i631Jkf2063297@repoman.freebsd.org> From: Bosko Milekic Date: Sat, 3 Jul 2004 01:19: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/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 01:19:47 -0000 bmilekic 2004-07-03 01:19:46 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: Fix SCHED_ULE build on SMP. The previous revision (1.110) introduced a KSE_CAN_MIGRATE() invocation with one argument missing (class). Either this is a genuine forget or it crept in from JHB's repo where he may have modified it. If it's the latter then it may require more attention. For now fix the make depend. Revision Changes Path 1.111 +1 -1 src/sys/kern/sched_ule.c From owner-cvs-src@FreeBSD.ORG Sat Jul 3 01:28:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2C0616A4CE; Sat, 3 Jul 2004 01:28:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E98ED43D5D; Sat, 3 Jul 2004 01:28:21 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i631SLJX063821; Sat, 3 Jul 2004 01:28:21 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i631SLsf063820; Sat, 3 Jul 2004 01:28:21 GMT (envelope-from tjr) Message-Id: <200407030128.i631SLsf063820@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 3 Jul 2004 01:28: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/usr.bin/csplit csplit.1 src/usr.bin/find find.1 src/usr.bin/hexdump od.1 src/usr.bin/m4 m4.1 src/usr.bin/nl nl.1 src/usr.bin/pr pr.1 src/usr.bin/printf printf.1 src/usr.bin/sed sed.1 src/usr.bin/talk talk.1 src/usr.bin/tsort tsort.1 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 01:28:22 -0000 tjr 2004-07-03 01:28:21 UTC FreeBSD src repository Modified files: usr.bin/csplit csplit.1 usr.bin/find find.1 usr.bin/hexdump od.1 usr.bin/m4 m4.1 usr.bin/nl nl.1 usr.bin/pr pr.1 usr.bin/printf printf.1 usr.bin/sed sed.1 usr.bin/talk talk.1 usr.bin/tsort tsort.1 usr.bin/write write.1 Log: Document missing multibyte character support in utilities specified by POSIX. Revision Changes Path 1.7 +5 -1 src/usr.bin/csplit/csplit.1 1.65 +5 -1 src/usr.bin/find/find.1 1.16 +5 -1 src/usr.bin/hexdump/od.1 1.26 +5 -1 src/usr.bin/m4/m4.1 1.12 +4 -0 src/usr.bin/nl/nl.1 1.20 +5 -1 src/usr.bin/pr/pr.1 1.29 +6 -1 src/usr.bin/printf/printf.1 1.34 +5 -1 src/usr.bin/sed/sed.1 1.18 +3 -1 src/usr.bin/talk/talk.1 1.12 +5 -1 src/usr.bin/tsort/tsort.1 1.11 +5 -1 src/usr.bin/write/write.1 From owner-cvs-src@FreeBSD.ORG Sat Jul 3 01:49: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 34D3616A4CE; Sat, 3 Jul 2004 01:49:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14F3F43D39; Sat, 3 Jul 2004 01:49:18 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i631nHuk064513; Sat, 3 Jul 2004 01:49:17 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i631nHKs064512; Sat, 3 Jul 2004 01:49:17 GMT (envelope-from tjr) Message-Id: <200407030149.i631nHKs064512@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 3 Jul 2004 01:49: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/bin/test test.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 01:49:18 -0000 tjr 2004-07-03 01:49:17 UTC FreeBSD src repository Modified files: bin/test test.1 Log: Clarify: test compares strings by binary value, not "ASCII value". Revision Changes Path 1.22 +3 -3 src/bin/test/test.1 From owner-cvs-src@FreeBSD.ORG Sat Jul 3 02:03: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 71CF116A4CE; Sat, 3 Jul 2004 02:03:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 517F843D46; Sat, 3 Jul 2004 02:03:45 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6323jPv064995; Sat, 3 Jul 2004 02:03:45 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6323jVK064994; Sat, 3 Jul 2004 02:03:45 GMT (envelope-from tjr) Message-Id: <200407030203.i6323jVK064994@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 3 Jul 2004 02:03: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/bin/ed ed.1 src/bin/expr expr.1 src/bin/pax pax.1 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: Sat, 03 Jul 2004 02:03:45 -0000 tjr 2004-07-03 02:03:44 UTC FreeBSD src repository Modified files: bin/ed ed.1 bin/expr expr.1 bin/pax pax.1 bin/sh sh.1 Log: Document missing multibyte character handling in utilities specified by POSIX. Revision Changes Path 1.34 +5 -1 src/bin/ed/ed.1 1.24 +5 -1 src/bin/expr/expr.1 1.33 +5 -1 src/bin/pax/pax.1 1.92 +5 -1 src/bin/sh/sh.1 From owner-cvs-src@FreeBSD.ORG Sat Jul 3 02:10: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 97ED416A4CE; Sat, 3 Jul 2004 02:10:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 787D943D48; Sat, 3 Jul 2004 02:10:52 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i632Aqkf065264; Sat, 3 Jul 2004 02:10:52 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i632Aq8a065263; Sat, 3 Jul 2004 02:10:52 GMT (envelope-from marcel) Message-Id: <200407030210.i632Aq8a065263@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 3 Jul 2004 02:10:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ehci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 02:10:52 -0000 marcel 2004-07-03 02:10:52 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c Log: Unbreak -O2 build: initialize nstatus to avoid uninitialized warning. Revision Changes Path 1.9 +3 -1 src/sys/dev/usb/ehci.c From owner-cvs-src@FreeBSD.ORG Sat Jul 3 02:37: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 CA75216A4CE; Sat, 3 Jul 2004 02:37:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A642B43D2F; Sat, 3 Jul 2004 02:37:42 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i632bgx7066050; Sat, 3 Jul 2004 02:37:42 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i632bgoZ066049; Sat, 3 Jul 2004 02:37:42 GMT (envelope-from tjr) Message-Id: <200407030237.i632bgoZ066049@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 3 Jul 2004 02:37: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/contrib/gnu-sort FREEBSD-upgrade X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 02:37:42 -0000 tjr 2004-07-03 02:37:42 UTC FreeBSD src repository Modified files: contrib/gnu-sort FREEBSD-upgrade Log: Update for coreutils. Revision Changes Path 1.3 +5 -4 src/contrib/gnu-sort/FREEBSD-upgrade From owner-cvs-src@FreeBSD.ORG Sat Jul 3 02:38: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 CC15F16A4CE; Sat, 3 Jul 2004 02:38:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB18C43D49; Sat, 3 Jul 2004 02:38:03 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i632c3g1066087; Sat, 3 Jul 2004 02:38:03 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i632c31V066086; Sat, 3 Jul 2004 02:38:03 GMT (envelope-from jhb) Message-Id: <200407030238.i632c31V066086@repoman.freebsd.org> From: John Baldwin Date: Sat, 3 Jul 2004 02:38:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_poll.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 02:38:03 -0000 jhb 2004-07-03 02:38:03 UTC FreeBSD src repository Modified files: sys/kern kern_poll.c Log: Add a NULL param to an mi_switch() that I missed. Reported by: Jung-uk Kim jkim at niksun dot com Revision Changes Path 1.18 +1 -1 src/sys/kern/kern_poll.c From owner-cvs-src@FreeBSD.ORG Sat Jul 3 02: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 2DDC216A4CE; Sat, 3 Jul 2004 02:52:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F17D43D1D; Sat, 3 Jul 2004 02:52:36 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i632qWvq066555; Sat, 3 Jul 2004 02:52:32 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i632qWv9066554; Sat, 3 Jul 2004 02:52:32 GMT (envelope-from bms) Message-Id: <200407030252.i632qWv9066554@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 3 Jul 2004 02:52: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/pci if_vr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 02:52:36 -0000 bms 2004-07-03 02:52:32 UTC FreeBSD src repository Modified files: sys/pci if_vr.c Log: - Another whitespace pass; make locking calls more obvious. - Use C99 types for vr_miibus_readreg(). Revision Changes Path 1.88 +10 -12 src/sys/pci/if_vr.c From owner-cvs-src@FreeBSD.ORG Sat Jul 3 02:59: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 F05A916A4CE; Sat, 3 Jul 2004 02:59:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E817243D41; Sat, 3 Jul 2004 02:59:02 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i632x2R1066749; Sat, 3 Jul 2004 02:59:02 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i632x2sF066748; Sat, 3 Jul 2004 02:59:02 GMT (envelope-from bms) Message-Id: <200407030259.i632x2sF066748@repoman.freebsd.org> From: Bruce M Simpson Date: Sat, 3 Jul 2004 02:59: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/pci if_vr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 02:59:03 -0000 bms 2004-07-03 02:59:02 UTC FreeBSD src repository Modified files: sys/pci if_vr.c Log: SMPng locking cleanup for vr(4). - Remove recursive locking situations. Remove the MTX_RECURSE bit. - Take the lock for any routine which is not called from within if_vr.c itself; this includes entry points called by newbus, ifnet, callout, ifmedia, and polling subsystems. - Remove spl references from the code added to miibus callbacks in rev 1.60. - Add the INTR_MPSAFE bit. - Tidy up some assignments; locks are not needed for taking the address of something at a known offset, for example. - Tested on the machine this was committed from. Tested on: UP only, !debug.mpsafenet && debug.mpsafenet Reviewed by: rwatson Revision Changes Path 1.89 +58 -66 src/sys/pci/if_vr.c From owner-cvs-src@FreeBSD.ORG Sat Jul 3 03:03: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 64ACC16A4CE; Sat, 3 Jul 2004 03:03:33 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65CCB43D4C; Sat, 3 Jul 2004 03:03:32 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 6BDF9651F7; Sat, 3 Jul 2004 04:03:30 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 66794-02; Sat, 3 Jul 2004 04:03:29 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 8B085651F4; Sat, 3 Jul 2004 04:03:29 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 8174C614B; Sat, 3 Jul 2004 04:03:27 +0100 (BST) Date: Sat, 3 Jul 2004 04:03:27 +0100 From: Bruce M Simpson To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040703030327.GG97102@empiric.dek.spc.org> Mail-Followup-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200407030259.i632x2sF066748@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lMM8JwqTlfDpEaS6" Content-Disposition: inline In-Reply-To: <200407030259.i632x2sF066748@repoman.freebsd.org> Subject: Re: cvs commit: src/sys/pci if_vr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 03:03:33 -0000 --lMM8JwqTlfDpEaS6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Jul 03, 2004 at 02:59:02AM +0000, Bruce M Simpson wrote: > Log: > SMPng locking cleanup for vr(4). If someone could update the SMPng status page after this has settled in and we're comfortable, I should be most grateful. Regards, BMS --lMM8JwqTlfDpEaS6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Comment: '' iD8DBQFA5iH+ueUpAYYNtTsRAiT3AJ4sQNOmTlIMGW5ijMNx6wigjwxyRQCfdLlY RRX1sWXfaGhK6IR1r71JsMA= =+Snd -----END PGP SIGNATURE----- --lMM8JwqTlfDpEaS6-- From owner-cvs-src@FreeBSD.ORG Sat Jul 3 03:54:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75DFC16A4CE; Sat, 3 Jul 2004 03:54:14 +0000 (GMT) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.12.11/8.12.11) with ESMTP id i633sDvw018078; Fri, 2 Jul 2004 23:54:13 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.12.11/8.12.11/Submit) id i633sD8w018077; Fri, 2 Jul 2004 23:54:13 -0400 (EDT) (envelope-from green) Date: Fri, 2 Jul 2004 23:54:13 -0400 From: Brian Fundakowski Feldman To: Bosko Milekic Message-ID: <20040703035412.GA17270@green.homeunix.org> References: <200407030119.i631Jkf2063297@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407030119.i631Jkf2063297@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/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 03:54:14 -0000 On Sat, Jul 03, 2004 at 01:19:46AM +0000, Bosko Milekic wrote: > bmilekic 2004-07-03 01:19:46 UTC > > FreeBSD src repository > > Modified files: > sys/kern sched_ule.c > Log: > Fix SCHED_ULE build on SMP. The previous revision (1.110) > introduced a KSE_CAN_MIGRATE() invocation with one argument > missing (class). Either this is a genuine forget or it crept > in from JHB's repo where he may have modified it. If it's > the latter then it may require more attention. For now fix > the make depend. The sched_4bsd.c code doesn't have the same problem? -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Sat Jul 3 04:15: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 0A6FB16A4D1; Sat, 3 Jul 2004 04:15:34 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A92E343D46; Sat, 3 Jul 2004 04:15:33 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i634F3AX016971; Sat, 3 Jul 2004 00:15:03 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i634F3Dl016968; Sat, 3 Jul 2004 00:15:03 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sat, 3 Jul 2004 00:15:03 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Brian Fundakowski Feldman In-Reply-To: <20040703035412.GA17270@green.homeunix.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: Bosko Milekic cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 04:15:34 -0000 On Fri, 2 Jul 2004, Brian Fundakowski Feldman wrote: > On Sat, Jul 03, 2004 at 01:19:46AM +0000, Bosko Milekic wrote: > > bmilekic 2004-07-03 01:19:46 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern sched_ule.c > > Log: > > Fix SCHED_ULE build on SMP. The previous revision (1.110) > > introduced a KSE_CAN_MIGRATE() invocation with one argument > > missing (class). Either this is a genuine forget or it crept > > in from JHB's repo where he may have modified it. If it's > > the latter then it may require more attention. For now fix > > the make depend. > > The sched_4bsd.c code doesn't have the same problem? Nope, because when I tested the preemption bits for John over the last few days, it was with 4BSD. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-src@FreeBSD.ORG Sat Jul 3 05:24: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 18F9D16A4CE; Sat, 3 Jul 2004 05:24:27 +0000 (GMT) Received: from veldy.net (fuggle.veldy.net [209.98.200.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id D942043D49; Sat, 3 Jul 2004 05:24:26 +0000 (GMT) (envelope-from veldy@veldy.net) Received: from localhost (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with ESMTP id CCE706131; Sat, 3 Jul 2004 00:24:25 -0500 (CDT) Received: from veldy.net ([127.0.0.1]) by localhost (fuggle.veldy.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22364-02; Sat, 3 Jul 2004 00:24:23 -0500 (CDT) Received: from [127.0.0.1] (cascade.veldy.net [192.168.1.1]) by veldy.net (Postfix) with ESMTP id A486A6130; Sat, 3 Jul 2004 00:24:22 -0500 (CDT) Message-ID: <40E64302.2020700@veldy.net> Date: Sat, 03 Jul 2004 00:24:18 -0500 From: "Thomas T. Veldhouse" User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200407022021.i62KLi4Y041825@repoman.freebsd.org> <200407021721.52787.jhb@FreeBSD.org> In-Reply-To: <200407021721.52787.jhb@FreeBSD.org> X-Enigmail-Version: 0.84.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigC4563C683DE1F761106E8653" X-Virus-Scanned: by amavisd-new at veldy.net cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: current@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: HEADSUP: Native preemption added to the kernel scheduler X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 05:24:27 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC4563C683DE1F761106E8653 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit John Baldwin wrote: >In theory this is a big NOP except for some small optimizations in the form of >avoiding a few context switches and avoiding some run queue operations. >Several people have tested this code but there may be some remaining >adventures. Note that this adds a printf during dmesg for architectures that >do not support preemption about preemption being disabled and degrading >performance (mostly via increased latency). Preemption is enabled by >defining PREEMPTION in and architecture porters are >encouraged to get preemption working on their architecture. > > > The GENERIC kernel is failing to build now (12AM 7-03-2004) ... complaining about wrong number of arguments in the following file: src/sys/kern/sched_ule.c Unfortunately, I did not get the function details before rebooting my machine into windows. Tom Veldhouse --------------enigC4563C683DE1F761106E8653 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFA5kMGARgTFXYf0wARAoAmAJ9aKZGSeTuzt/FMl2Tu2noRs6woPACeNTRA Z0GCIwGZrlhiORhtUfnfWio= =pqMq -----END PGP SIGNATURE----- --------------enigC4563C683DE1F761106E8653-- From owner-cvs-src@FreeBSD.ORG Sat Jul 3 05:39: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 3244016A4CE; Sat, 3 Jul 2004 05:39:44 +0000 (GMT) Received: from ylpvm01.prodigy.net (ylpvm01-ext.prodigy.net [207.115.57.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3F1C43D62; Sat, 3 Jul 2004 05:39:43 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35])i635ddUd000779; Sat, 3 Jul 2004 01:39:39 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7F4B652364; Fri, 2 Jul 2004 22:39:40 -0700 (PDT) Date: Fri, 2 Jul 2004 22:39:40 -0700 From: Kris Kennaway To: "Thomas T. Veldhouse" Message-ID: <20040703053940.GA60840@xor.obsecurity.org> References: <200407022021.i62KLi4Y041825@repoman.freebsd.org> <200407021721.52787.jhb@FreeBSD.org> <40E64302.2020700@veldy.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ikeVEW9yuYc//A+q" Content-Disposition: inline In-Reply-To: <40E64302.2020700@veldy.net> User-Agent: Mutt/1.4.2.1i cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: current@FreeBSD.org cc: John Baldwin Subject: Re: HEADSUP: Native preemption added to the kernel scheduler X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 05:39:44 -0000 --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 03, 2004 at 12:24:18AM -0500, Thomas T. Veldhouse wrote: > John Baldwin wrote: >=20 > >In theory this is a big NOP except for some small optimizations in the= =20 > >form of avoiding a few context switches and avoiding some run queue=20 > >operations. Several people have tested this code but there may be some= =20 > >remaining adventures. Note that this adds a printf during dmesg for=20 > >architectures that do not support preemption about preemption being=20 > >disabled and degrading performance (mostly via increased latency). =20 > >Preemption is enabled by defining PREEMPTION in and=20 > >architecture porters are encouraged to get preemption working on their= =20 > >architecture. > > > >=20 > > >=20 > The GENERIC kernel is failing to build now (12AM 7-03-2004) ...=20 > complaining about wrong number of arguments in the following file: >=20 > src/sys/kern/sched_ule.c >=20 > Unfortunately, I did not get the function details before rebooting my=20 > machine into windows. That was fixed a few hours ago. Kris --ikeVEW9yuYc//A+q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA5kacWry0BWjoQKURAhITAJ91RqnZmdQEgRRyogsqRv22ET0UFQCghLex 5abTnnNqvn/o7YPMYMkgqSQ= =PUdY -----END PGP SIGNATURE----- --ikeVEW9yuYc//A+q-- From owner-cvs-src@FreeBSD.ORG Sat Jul 3 05:43: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 D4D7016A4CE; Sat, 3 Jul 2004 05:43:09 +0000 (GMT) Received: from www.mmlab.cse.yzu.edu.tw (www.mmlab.cse.yzu.edu.tw [140.138.145.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6015643D31; Sat, 3 Jul 2004 05:43:09 +0000 (GMT) (envelope-from avatar@mmlab.cse.yzu.edu.tw) Received: by www.mmlab.cse.yzu.edu.tw (qmail, from userid 1000) id 7FFAF4EFCD9; Sat, 3 Jul 2004 13:43:04 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by www.mmlab.cse.yzu.edu.tw (qmail) with ESMTP id 7AC754EFCD8; Sat, 3 Jul 2004 13:43:04 +0800 (CST) Date: Sat, 3 Jul 2004 13:43:04 +0800 (CST) From: Tai-hwa Liang To: "Thomas T. Veldhouse" In-Reply-To: <40E64302.2020700@veldy.net> Message-ID: <04070313422115.49930@www.mmlab.cse.yzu.edu.tw> References: <200407022021.i62KLi4Y041825@repoman.freebsd.org> <200407021721.52787.jhb@FreeBSD.org> <40E64302.2020700@veldy.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: current@FreeBSD.org cc: John Baldwin Subject: Re: HEADSUP: Native preemption added to the kernel scheduler X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 05:43:10 -0000 On Sat, 3 Jul 2004, Thomas T. Veldhouse wrote: [...] > The GENERIC kernel is failing to build now (12AM 7-03-2004) ... > complaining about wrong number of arguments in the following file: > > src/sys/kern/sched_ule.c > > Unfortunately, I did not get the function details before rebooting my machine into windows. > Try this: --- sys/kern/sched_ule.c Sat Jul 3 12:40:22 2004 +++ /mnt/mfs/sched_ule.c Sat Jul 3 13:39:03 2004 @@ -1716,7 +1716,7 @@ kseq_load_rem(KSEQ_CPU(ke->ke_cpu), ke); kseq_notify(ke, cpu); /* When we return from mi_switch we'll be on the correct cpu. */ - mi_switch(SW_VOL); + mi_switch(SW_VOL, NULL); #endif } From owner-cvs-src@FreeBSD.ORG Sat Jul 3 06:31: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 6A78D16A4CE; Sat, 3 Jul 2004 06:31:22 +0000 (GMT) Received: from ozlabs.org (ozlabs.org [203.10.76.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF33B43D62; Sat, 3 Jul 2004 06:31:21 +0000 (GMT) (envelope-from grog@lemis.com) Received: from blackwater.lemis.com (blackwater.lemis.com [192.109.197.80]) by ozlabs.org (Postfix) with ESMTP id AB2AA2BD42; Sat, 3 Jul 2004 16:31:17 +1000 (EST) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 7159251221; Sat, 3 Jul 2004 16:01:14 +0930 (CST) Date: Sat, 3 Jul 2004 16:01:14 +0930 From: Greg 'groggy' Lehey To: Lukas Ertl Message-ID: <20040703063114.GI1603@wantadilla.lemis.com> References: <200406251804.i5PI4XSX029018@repoman.freebsd.org> <20040626003225.GF7457@wantadilla.lemis.com> <20040626140938.A666@korben.in.tern> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ijf6z65S790CMqo8" Content-Disposition: inline In-Reply-To: <20040626140938.A666@korben.in.tern> User-Agent: Mutt/1.4.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/vinum geom_vinum.c geom_vinum_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, 03 Jul 2004 06:31:22 -0000 --ijf6z65S790CMqo8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Saturday, 26 June 2004 at 14:14:11 +0200, Lukas Ertl wrote: > On Sat, 26 Jun 2004, Greg 'groggy' Lehey wrote: > >> Why reinvent the wheel? That functionality already exists; a RAID-5 >> plex automatically goes into the init state. Note also that this is >> not necessary for other plex types. > > In fact, I was hoping to get away with fewer states an object can be in > and to simplify the state machine. > > For example, I don't really see a need for fourteen different subdisk > states. Of course, you had a reason for putting them in, and if we want > to be really clever, we probably need them. But IMHO some states and > state changes are not very intuitive from a user perspective. Why not concentrate on getting the new Vinum to replace the old one first? Then we can discuss simplifying the state machine. As you note, there are good reasons for this many states, and in fact they don't greatly complicate things. Greg -- Note: I discard all HTML mail unseen. Finger grog@FreeBSD.org for PGP public key. See complete headers for address and phone numbers. --ijf6z65S790CMqo8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQFA5lKyIubykFB6QiMRAvtLAJ9zHIUHcjcwo7sdLYb8WqpJYu/nWgCeN9mn fhqIKGMx03pRt7BhI4ubyXU= =9qfU -----END PGP SIGNATURE----- --ijf6z65S790CMqo8-- From owner-cvs-src@FreeBSD.ORG Sat Jul 3 07:07:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E5B716A4CE; Sat, 3 Jul 2004 07:07:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F48A43D5D; Sat, 3 Jul 2004 07:07:12 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6377BuM074168; Sat, 3 Jul 2004 07:07:12 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6377BLu074167; Sat, 3 Jul 2004 07:07:11 GMT (envelope-from tjr) Message-Id: <200407030707.i6377BLu074167@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 3 Jul 2004 07:07:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/printf printf.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 07:07:12 -0000 tjr 2004-07-03 07:07:11 UTC FreeBSD src repository Modified files: usr.bin/printf printf.1 Log: Fix a markup nit and a misplaced full stop in previous. Noticed by: ru Revision Changes Path 1.30 +2 -2 src/usr.bin/printf/printf.1 From owner-cvs-src@FreeBSD.ORG Sat Jul 3 08:36: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 0D85316A4CE; Sat, 3 Jul 2004 08:36:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E375743D2D; Sat, 3 Jul 2004 08:36:09 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i638a9aF076639; Sat, 3 Jul 2004 08:36:09 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i638a94b076638; Sat, 3 Jul 2004 08:36:09 GMT (envelope-from pjd) Message-Id: <200407030836.i638a94b076638@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 3 Jul 2004 08:36:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom/class/label glabel.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 08:36:10 -0000 pjd 2004-07-03 08:36:09 UTC FreeBSD src repository Modified files: sbin/geom/class/label glabel.8 Log: Grammar nits. Submitted by: David Magda Revision Changes Path 1.2 +4 -4 src/sbin/geom/class/label/glabel.8 From owner-cvs-src@FreeBSD.ORG Sat Jul 3 08:45: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 26BE416A4CE; Sat, 3 Jul 2004 08:45:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08E4343D45; Sat, 3 Jul 2004 08:45:21 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i638jKk4076879; Sat, 3 Jul 2004 08:45:20 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i638jKgA076878; Sat, 3 Jul 2004 08:45:20 GMT (envelope-from josef) Message-Id: <200407030845.i638jKgA076878@repoman.freebsd.org> From: Josef El-Rayes Date: Sat, 3 Jul 2004 08:45: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 08:45:21 -0000 josef 2004-07-03 08:45:20 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Add FreeBSD-SA-04:13.linux and the device.hints related expansion of pcm(4). Revision Changes Path 1.750 +10 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Jul 3 08:50: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 11AAE16A4DE; Sat, 3 Jul 2004 08:50:36 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC00243D2D; Sat, 3 Jul 2004 08:50:35 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 83952ACAF1; Sat, 3 Jul 2004 10:50:33 +0200 (CEST) Date: Sat, 3 Jul 2004 10:50:33 +0200 From: Pawel Jakub Dawidek To: Ruslan Ermilov Message-ID: <20040703085033.GC12007@darkness.comp.waw.pl> References: <200407022104.i62L4Jp7043814@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wU73PtDqxoPqcaDG" Content-Disposition: inline In-Reply-To: <200407022104.i62L4Jp7043814@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/bin/chio chio.1 src/bin/cp cp.1 src/bin/date date.1 src/bin/df df.1 src/bin/domainname domainname.1 src/bin/echo echo.1 src/bin/hostname hostname.1 src/bin/ln ln.1 symlink.7 src/bin/ls ls.1 src/bin/pax pax.1 src/bin/rcp rcp.1 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 08:50:36 -0000 --wU73PtDqxoPqcaDG Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 02, 2004 at 09:04:19PM +0000, Ruslan Ermilov wrote: +> -operations. This may be used if the operation takes unusually long +> +operations. +> +This may be used if the operation takes unusually long +> because of buggy firmware or the like. [...] +> -Change volume tag for an element in the media changer. This command +> -is only supported by few media changers. If it is not supported by a +> +Change volume tag for an element in the media changer. +> +This command +> +is only supported by few media changers. +> +If it is not supported by a +> device, using this command will usually result in an "Invalid Field in +> CDB" error message on the console. [...] +> -Print the primary volume tag for each loaded medium, if any. The volume +> +Print the primary volume tag for each loaded medium, if any. +> +The volume +> tag is printed as [much more] Are you planning to join those sentences somehow? (i.e. "The volume\ntag is printed as" -> "The volume tag is printed as") Or is this ok as it is now? --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --wU73PtDqxoPqcaDG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA5nNZForvXbEpPzQRAlFnAKCr42YhrY6+pzCY276+AXjR9thUkACgzj9V 7ELCFx80CfcazN8Wi+LgXUw= =uBvu -----END PGP SIGNATURE----- --wU73PtDqxoPqcaDG-- From owner-cvs-src@FreeBSD.ORG Sat Jul 3 09:42: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 DB82C16A4CE; Sat, 3 Jul 2004 09:42:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB8D843D68; Sat, 3 Jul 2004 09:42:01 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i639fwWG078390; Sat, 3 Jul 2004 09:41:58 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i639fwt8078389; Sat, 3 Jul 2004 09:41:58 GMT (envelope-from des) Message-Id: <200407030941.i639fwt8078389@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 3 Jul 2004 09:41: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/share/examples/etc 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: Sat, 03 Jul 2004 09:42:02 -0000 des 2004-07-03 09:41:58 UTC FreeBSD src repository Modified files: share/examples/etc make.conf Log: The -O2 bugs are in libalias(3), not ppp(8). Revision Changes Path 1.226 +1 -1 src/share/examples/etc/make.conf From owner-cvs-src@FreeBSD.ORG Sat Jul 3 13: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 3845016A4CE; Sat, 3 Jul 2004 13:22:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31AA543D2F; Sat, 3 Jul 2004 13:22:39 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63DMdbi084183; Sat, 3 Jul 2004 13:22:39 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63DMdqC084182; Sat, 3 Jul 2004 13:22:39 GMT (envelope-from tjr) Message-Id: <200407031322.i63DMdqC084182@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 3 Jul 2004 13:22:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES files options src/sys/fs/msdosfs msdosfs_fileno.c msdosfs_vfsops.c msdosfs_vnops.c msdosfsmount.h src/sys/modules/msdosfs 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, 03 Jul 2004 13:22:39 -0000 tjr 2004-07-03 13:22:39 UTC FreeBSD src repository Modified files: sys/conf NOTES files options sys/fs/msdosfs msdosfs_vfsops.c msdosfs_vnops.c msdosfsmount.h sys/modules/msdosfs Makefile Added files: sys/fs/msdosfs msdosfs_fileno.c Log: By popular request, add a workaround that allows large (>128GB or so) FAT32 filesystems to be mounted, subject to some fairly serious limitations. This works by extending the internal pseudo-inode-numbers generated from the file's starting cluster number to 64-bits, then creating a table mapping these into arbitrary 32-bit inode numbers, which can fit in struct dirent's d_fileno and struct vattr's va_fileid fields. The mappings do not persist across unmounts or reboots, so it's not possible to export these filesystems through NFS. The mapping table may grow to be rather large, and may grow large enough to exhaust kernel memory on filesystems with millions of files. Don't enable this option unless you understand the consequences. Revision Changes Path 1.1241 +12 -0 src/sys/conf/NOTES 1.923 +1 -0 src/sys/conf/files 1.460 +3 -0 src/sys/conf/options 1.1 +163 -0 src/sys/fs/msdosfs/msdosfs_fileno.c (new) 1.121 +14 -0 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.148 +33 -13 src/sys/fs/msdosfs/msdosfs_vnops.c 1.33 +23 -1 src/sys/fs/msdosfs/msdosfsmount.h 1.21 +4 -1 src/sys/modules/msdosfs/Makefile From owner-cvs-src@FreeBSD.ORG Sat Jul 3 14:09:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C615A16A4CE; Sat, 3 Jul 2004 14:09:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A721843D58; Sat, 3 Jul 2004 14:09:42 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63E9g3c085367; Sat, 3 Jul 2004 14:09:42 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63E9gSk085366; Sat, 3 Jul 2004 14:09:42 GMT (envelope-from tjr) Message-Id: <200407031409.i63E9gSk085366@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 3 Jul 2004 14:09:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: FSF Subject: cvs commit: src/contrib/gnu-sort/src sys2.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, 03 Jul 2004 14:09:42 -0000 tjr 2004-07-03 14:09:42 UTC FreeBSD src repository Removed files: (Branch: FSF) contrib/gnu-sort/src sys2.h Log: Remove file no longer present in distribution. Revision Changes Path 1.1.1.3 +0 -641 src/contrib/gnu-sort/src/sys2.h (dead) From owner-cvs-src@FreeBSD.ORG Sat Jul 3 14:26:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79B3716A4CE; Sat, 3 Jul 2004 14:26:17 +0000 (GMT) Received: from veldy.net (fuggle.veldy.net [209.98.200.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49E7943D53; Sat, 3 Jul 2004 14:26:17 +0000 (GMT) (envelope-from veldy@veldy.net) Received: from localhost (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with ESMTP id 4F37E6129; Sat, 3 Jul 2004 09:26:16 -0500 (CDT) Received: from veldy.net ([127.0.0.1]) by localhost (fuggle.veldy.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26528-05; Sat, 3 Jul 2004 09:26:13 -0500 (CDT) Received: from [127.0.0.1] (cascade.veldy.net [192.168.1.1]) by veldy.net (Postfix) with ESMTP id 4BED46131; Sat, 3 Jul 2004 09:26:13 -0500 (CDT) Message-ID: <40E6C201.3000104@veldy.net> Date: Sat, 03 Jul 2004 09:26:09 -0500 From: "Thomas T. Veldhouse" User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <200407022021.i62KLi4Y041825@repoman.freebsd.org> <200407021721.52787.jhb@FreeBSD.org> <40E64302.2020700@veldy.net> <20040703053940.GA60840@xor.obsecurity.org> In-Reply-To: <20040703053940.GA60840@xor.obsecurity.org> X-Enigmail-Version: 0.84.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigDDD631B80A52F505988CDDD1" X-Virus-Scanned: by amavisd-new at veldy.net cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: current@FreeBSD.org cc: John Baldwin Subject: Re: HEADSUP: Native preemption added to the kernel scheduler X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 14:26:17 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigDDD631B80A52F505988CDDD1 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Kris Kennaway wrote: >>The GENERIC kernel is failing to build now (12AM 7-03-2004) ... >>complaining about wrong number of arguments in the following file: >> >>src/sys/kern/sched_ule.c >> >>Unfortunately, I did not get the function details before rebooting my >>machine into windows. >> >> > >That was fixed a few hours ago. > >Kris > > I am still getting this @ 9:25 AM CDT (cvsup from cvsup2.freebsd.org). In /usr/src/sys/kern/sched_ule.c: in function 'sched_bind' line 1719: too few arguments to function 'mi_switch' Tom Veldhouse --------------enigDDD631B80A52F505988CDDD1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFA5sIFARgTFXYf0wARAj1FAJ9nrENPOxiMq1/1v2Ha9iHuyL9vpwCfaoeM MiHcycCddIiA4c0vDVZBarE= =Uu08 -----END PGP SIGNATURE----- --------------enigDDD631B80A52F505988CDDD1-- From owner-cvs-src@FreeBSD.ORG Sat Jul 3 14:50:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B455216A4CE; Sat, 3 Jul 2004 14:50:46 +0000 (GMT) Received: from mail.elvandar.org (cust.94.120.adsl.cistron.nl [195.64.94.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 259E043D1F; Sat, 3 Jul 2004 14:50:46 +0000 (GMT) (envelope-from remko@elvandar.org) Received: from [10.0.3.124] (aragorn.lan.elvandar.intranet [10.0.3.124]) by mail.elvandar.org (Postfix) with ESMTP id D1AB7106873; Sat, 3 Jul 2004 16:50:42 +0200 (CEST) Message-ID: <40E6C7C4.6030104@elvandar.org> Date: Sat, 03 Jul 2004 16:50:44 +0200 From: Remko Lodder X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Thomas T. Veldhouse" References: <200407022021.i62KLi4Y041825@repoman.freebsd.org> <200407021721.52787.jhb@FreeBSD.org> <40E64302.2020700@veldy.net> <20040703053940.GA60840@xor.obsecurity.org> <40E6C201.3000104@veldy.net> In-Reply-To: <40E6C201.3000104@veldy.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at elvandar.org cc: src-committers@FreeBSD.org cc: current@FreeBSD.org cc: John Baldwin cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: HEADSUP: Native preemption added to the kernel scheduler X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 14:50:46 -0000 Thomas T. Veldhouse wrote: > Kris Kennaway wrote: > >>> The GENERIC kernel is failing to build now (12AM 7-03-2004) ... >>> complaining about wrong number of arguments in the following file: >>> >>> src/sys/kern/sched_ule.c >>> >>> Unfortunately, I did not get the function details before rebooting my >>> machine into windows. >>> >> >> >> That was fixed a few hours ago. >> >> Kris >> >> > I am still getting this @ 9:25 AM CDT (cvsup from cvsup2.freebsd.org). > > In /usr/src/sys/kern/sched_ule.c: in function 'sched_bind' > line 1719: too few arguments to function 'mi_switch' > > Tom Veldhouse > That's also a message that Amd-64 build had... (thinderbox failed messages) and someone had a patch for that i thought... -- Kind regards, Remko Lodder |remko@elvandar.org Reporter DSINet |remko@dsinet.org Projectleader Mostly-Harmless |remko@mostly-harmless.nl From owner-cvs-src@FreeBSD.ORG Sat Jul 3 14:52: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 0033416A4CE; Sat, 3 Jul 2004 14:52:40 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACB3F43D4C; Sat, 3 Jul 2004 14:52:40 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i63EqeSf009954; Sat, 3 Jul 2004 07:52:40 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i63EqehZ009953; Sat, 3 Jul 2004 07:52:40 -0700 (PDT) (envelope-from sgk) Date: Sat, 3 Jul 2004 07:52:40 -0700 From: Steve Kargl To: "Thomas T. Veldhouse" Message-ID: <20040703145239.GA9941@troutmask.apl.washington.edu> References: <200407022021.i62KLi4Y041825@repoman.freebsd.org> <200407021721.52787.jhb@FreeBSD.org> <40E64302.2020700@veldy.net> <20040703053940.GA60840@xor.obsecurity.org> <40E6C201.3000104@veldy.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40E6C201.3000104@veldy.net> User-Agent: Mutt/1.4.1i cc: src-committers@freebsd.org cc: current@freebsd.org cc: John Baldwin cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: Kris Kennaway Subject: Re: HEADSUP: Native preemption added to the kernel scheduler X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 14:52:41 -0000 On Sat, Jul 03, 2004 at 09:26:09AM -0500, Thomas T. Veldhouse wrote: > Kris Kennaway wrote: > > >>The GENERIC kernel is failing to build now (12AM 7-03-2004) ... > >>complaining about wrong number of arguments in the following file: > >> > >>src/sys/kern/sched_ule.c > >> > >>Unfortunately, I did not get the function details before rebooting my > >>machine into windows. > >> > >> > > > >That was fixed a few hours ago. > > > >Kris > > > > > I am still getting this @ 9:25 AM CDT (cvsup from cvsup2.freebsd.org). > > In /usr/src/sys/kern/sched_ule.c: in function 'sched_bind' > line 1719: too few arguments to function 'mi_switch' > Watch for cut-n-paste space problems. --- sched_ule.c.orig Sat Jul 3 07:51:02 2004 +++ sched_ule.c Sat Jul 3 07:51:15 2004 @@ -1716,7 +1716,7 @@ kseq_load_rem(KSEQ_CPU(ke->ke_cpu), ke); kseq_notify(ke, cpu); /* When we return from mi_switch we'll be on the correct cpu. */ - mi_switch(SW_VOL); + mi_switch(SW_VOL, NULL); #endif } -- Steve From owner-cvs-src@FreeBSD.ORG Sat Jul 3 15:52: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 5BDE316A4CE; Sat, 3 Jul 2004 15:52:15 +0000 (GMT) Received: from veldy.net (fuggle.veldy.net [209.98.200.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 277E443D2F; Sat, 3 Jul 2004 15:52:15 +0000 (GMT) (envelope-from veldy@veldy.net) Received: from localhost (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with ESMTP id CD1596130; Sat, 3 Jul 2004 10:52:13 -0500 (CDT) Received: from veldy.net ([127.0.0.1]) by localhost (fuggle.veldy.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27149-08; Sat, 3 Jul 2004 10:52:11 -0500 (CDT) Received: from [127.0.0.1] (cascade.veldy.net [192.168.1.1]) by veldy.net (Postfix) with ESMTP id BDA516129; Sat, 3 Jul 2004 10:52:10 -0500 (CDT) Message-ID: <40E6D627.3030308@veldy.net> Date: Sat, 03 Jul 2004 10:52:07 -0500 From: "Thomas T. Veldhouse" User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Steve Kargl References: <200407022021.i62KLi4Y041825@repoman.freebsd.org> <200407021721.52787.jhb@FreeBSD.org> <40E64302.2020700@veldy.net> <20040703053940.GA60840@xor.obsecurity.org> <40E6C201.3000104@veldy.net> <20040703145239.GA9941@troutmask.apl.washington.edu> In-Reply-To: <20040703145239.GA9941@troutmask.apl.washington.edu> X-Enigmail-Version: 0.84.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig074FFB5E2F402B03E379CB88" X-Virus-Scanned: by amavisd-new at veldy.net cc: src-committers@freebsd.org cc: current@freebsd.org cc: John Baldwin cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: Kris Kennaway Subject: Re: HEADSUP: Native preemption added to the kernel scheduler X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 15:52:15 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig074FFB5E2F402B03E379CB88 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Steve Kargl wrote: >Watch for cut-n-paste space problems. > >--- sched_ule.c.orig Sat Jul 3 07:51:02 2004 >+++ sched_ule.c Sat Jul 3 07:51:15 2004 >@@ -1716,7 +1716,7 @@ > kseq_load_rem(KSEQ_CPU(ke->ke_cpu), ke); > kseq_notify(ke, cpu); > /* When we return from mi_switch we'll be on the correct cpu. */ >- mi_switch(SW_VOL); >+ mi_switch(SW_VOL, NULL); > #endif > } > > No such problem. I simply added NULL myself, by hand. It compiles fine, but the kernel panics on boot. Tom Veldhouse --------------enig074FFB5E2F402B03E379CB88 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFA5tYqARgTFXYf0wARAnFUAJwL1Iu5ZEQVTbDK6VGKereWi4EcXwCgt3pd fPq7zz5k9SMIDJXrlkcw5HU= =xf3J -----END PGP SIGNATURE----- --------------enig074FFB5E2F402B03E379CB88-- From owner-cvs-src@FreeBSD.ORG Sat Jul 3 16:52: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 1059716A4CE; Sat, 3 Jul 2004 16:52:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E767443D2F; Sat, 3 Jul 2004 16:52:57 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63GqvZh090159; Sat, 3 Jul 2004 16:52:57 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63GqvIe090158; Sat, 3 Jul 2004 16:52:57 GMT (envelope-from stefanf) Message-Id: <200407031652.i63GqvIe090158@repoman.freebsd.org> From: Stefan Farfeleder Date: Sat, 3 Jul 2004 16:52: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/usr.sbin/moused moused.c src/usr.sbin/sysinstall dist.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 16:52:58 -0000 stefanf 2004-07-03 16:52:57 UTC FreeBSD src repository Modified files: usr.sbin/moused moused.c usr.sbin/sysinstall dist.c Log: Use C99 conforming designated initialisers rather than the obsolete GCC syntax. Revision Changes Path 1.66 +17 -17 src/usr.sbin/moused/moused.c 1.231 +1 -1 src/usr.sbin/sysinstall/dist.c From owner-cvs-src@FreeBSD.ORG Sat Jul 3 16:56: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 A720816A4CE; Sat, 3 Jul 2004 16:56:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89E1843D2F; Sat, 3 Jul 2004 16:56:45 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63Guj5S090298; Sat, 3 Jul 2004 16:56:45 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63GujBh090297; Sat, 3 Jul 2004 16:56:45 GMT (envelope-from phk) Message-Id: <200407031656.i63GujBh090297@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 3 Jul 2004 16:56: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/isofs/cd9660 cd9660_lookup.c cd9660_node.c cd9660_rrip.c cd9660_rrip.h cd9660_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, 03 Jul 2004 16:56:45 -0000 phk 2004-07-03 16:56:45 UTC FreeBSD src repository Modified files: sys/isofs/cd9660 cd9660_lookup.c cd9660_node.c cd9660_rrip.c cd9660_rrip.h cd9660_vfsops.c Log: Remove "register" keyword and trailing white space. Revision Changes Path 1.39 +9 -9 src/sys/isofs/cd9660/cd9660_lookup.c 1.49 +9 -9 src/sys/isofs/cd9660/cd9660_node.c 1.28 +13 -13 src/sys/isofs/cd9660/cd9660_rrip.c 1.8 +4 -4 src/sys/isofs/cd9660/cd9660_rrip.h 1.118 +25 -25 src/sys/isofs/cd9660/cd9660_vfsops.c From owner-cvs-src@FreeBSD.ORG Sat Jul 3 16:57: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 3D07B16A4CF; Sat, 3 Jul 2004 16:57:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EFCF43D4C; Sat, 3 Jul 2004 16:57:52 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63GvqQw090342; Sat, 3 Jul 2004 16:57:52 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63GvpYC090341; Sat, 3 Jul 2004 16:57:52 GMT (envelope-from phk) Message-Id: <200407031657.i63GvpYC090341@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 3 Jul 2004 16:57:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 16:57:52 -0000 phk 2004-07-03 16:57:51 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: Add NULL arg to mi_switch() call to stop kernel compiles from breaking. Revision Changes Path 1.112 +1 -1 src/sys/kern/sched_ule.c From owner-cvs-src@FreeBSD.ORG Sat Jul 3 17:11:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 383C916A4CE; Sat, 3 Jul 2004 17:11:18 +0000 (GMT) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.12.11/8.12.11) with ESMTP id i63HBHso022644; Sat, 3 Jul 2004 13:11:17 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.12.11/8.12.11/Submit) id i63HBHnU022643; Sat, 3 Jul 2004 13:11:17 -0400 (EDT) (envelope-from green) Date: Sat, 3 Jul 2004 13:11:16 -0400 From: Brian Fundakowski Feldman To: Poul-Henning Kamp Message-ID: <20040703171116.GC17270@green.homeunix.org> References: <200407031657.i63GvpYC090341@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407031657.i63GvpYC090341@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/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 17:11:18 -0000 On Sat, Jul 03, 2004 at 04:57:51PM +0000, Poul-Henning Kamp wrote: > phk 2004-07-03 16:57:51 UTC > > FreeBSD src repository > > Modified files: > sys/kern sched_ule.c > Log: > Add NULL arg to mi_switch() call to stop kernel compiles from breaking. Because that's more important than the people saying on -CURRENT that when they do this, their kernel ends up crashing later? -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Sat Jul 3 17:12: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 E9CBD16A4CE; Sat, 3 Jul 2004 17:12:40 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5236043D41; Sat, 3 Jul 2004 17:12:40 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost.freebsd.dk [127.0.0.1]) by critter.freebsd.dk (8.12.11/8.12.11) with ESMTP id i63HCc0S052211; Sat, 3 Jul 2004 19:12:38 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Brian Fundakowski Feldman From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sat, 03 Jul 2004 13:11:16 EDT." <20040703171116.GC17270@green.homeunix.org> Date: Sat, 03 Jul 2004 19:12:38 +0200 Message-ID: <52210.1088874758@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 sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 17:12:41 -0000 In message <20040703171116.GC17270@green.homeunix.org>, Brian Fundakowski Feldman writes: >On Sat, Jul 03, 2004 at 04:57:51PM +0000, Poul-Henning Kamp wrote: >> phk 2004-07-03 16:57:51 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/kern sched_ule.c >> Log: >> Add NULL arg to mi_switch() call to stop kernel compiles from breaking. > >Because that's more important than the people saying on -CURRENT that >when they do this, their kernel ends up crashing later? Before we can find the cause of the crash, we need to be able to compile kernels. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-src@FreeBSD.ORG Sat Jul 3 17:20:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B12EF16A4CE; Sat, 3 Jul 2004 17:20:04 +0000 (GMT) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.12.11/8.12.11) with ESMTP id i63HK4ms022741; Sat, 3 Jul 2004 13:20:04 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.12.11/8.12.11/Submit) id i63HK4xk022740; Sat, 3 Jul 2004 13:20:04 -0400 (EDT) (envelope-from green) Date: Sat, 3 Jul 2004 13:20:03 -0400 From: Brian Fundakowski Feldman To: Poul-Henning Kamp Message-ID: <20040703172003.GD17270@green.homeunix.org> References: <20040703171116.GC17270@green.homeunix.org> <52210.1088874758@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52210.1088874758@critter.freebsd.dk> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 17:20:05 -0000 On Sat, Jul 03, 2004 at 07:12:38PM +0200, Poul-Henning Kamp wrote: > In message <20040703171116.GC17270@green.homeunix.org>, Brian Fundakowski Feldman writes: > >On Sat, Jul 03, 2004 at 04:57:51PM +0000, Poul-Henning Kamp wrote: > >> phk 2004-07-03 16:57:51 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/kern sched_ule.c > >> Log: > >> Add NULL arg to mi_switch() call to stop kernel compiles from breaking. > > > >Because that's more important than the people saying on -CURRENT that > >when they do this, their kernel ends up crashing later? > > Before we can find the cause of the crash, we need to be able to compile > kernels. It's safe to say it's working in his perforce branch; dooes anyone know why http://perforce.freebsd.org can't be used to browse them anymore (ECONNREFUSED)? -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Sat Jul 3 17:36: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 E3B1A16A4CE; Sat, 3 Jul 2004 17:36:31 +0000 (GMT) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A27343D55; Sat, 3 Jul 2004 17:36:31 +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 AFABA1FFDDD; Sat, 3 Jul 2004 19:36:29 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id C5B461FFDDC; Sat, 3 Jul 2004 19:36:27 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id A7E5715657; Sat, 3 Jul 2004 17:36:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id 9D29315329; Sat, 3 Jul 2004 17:36:17 +0000 (UTC) Date: Sat, 3 Jul 2004 17:36:17 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: Brian Fundakowski Feldman In-Reply-To: <20040703172003.GD17270@green.homeunix.org> Message-ID: References: <20040703171116.GC17270@green.homeunix.org> <52210.1088874758@critter.freebsd.dk> <20040703172003.GD17270@green.homeunix.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 17:36:32 -0000 On Sat, 3 Jul 2004, Brian Fundakowski Feldman wrote: > It's safe to say it's working in his perforce branch; dooes anyone know > why http://perforce.freebsd.org can't be used to browse them anymore > (ECONNREFUSED)? security reasons I got told last time I asked. -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-src@FreeBSD.ORG Sat Jul 3 17:47: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 6ED7D16A4CE; Sat, 3 Jul 2004 17:47:05 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A81B843D1F; Sat, 3 Jul 2004 17:47:04 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i63HsD4h083760 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 3 Jul 2004 20:54:15 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i63Hkw6n063302; Sat, 3 Jul 2004 20:46:59 +0300 (EEST) (envelope-from ru) Date: Sat, 3 Jul 2004 20:46:58 +0300 From: Ruslan Ermilov To: Pawel Jakub Dawidek Message-ID: <20040703174658.GC63236@ip.net.ua> References: <200407022104.i62L4Jp7043814@repoman.freebsd.org> <20040703085033.GC12007@darkness.comp.waw.pl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vOmOzSkFvhd7u8Ms" Content-Disposition: inline In-Reply-To: <20040703085033.GC12007@darkness.comp.waw.pl> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/chio chio.1 src/bin/cp cp.1 src/bin/date date.1 src/bin/df df.1 src/bin/domainname domainname.1 src/bin/echo echo.1 src/bin/hostname hostname.1 src/bin/ln ln.1 symlink.7 src/bin/ls ls.1 src/bin/pax pax.1 src/bin/rcp rcp.1 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 17:47:05 -0000 --vOmOzSkFvhd7u8Ms Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 03, 2004 at 10:50:33AM +0200, Pawel Jakub Dawidek wrote: > On Fri, Jul 02, 2004 at 09:04:19PM +0000, Ruslan Ermilov wrote: > +> -operations. This may be used if the operation takes unusually long > +> +operations. > +> +This may be used if the operation takes unusually long > +> because of buggy firmware or the like. > [...] > +> -Change volume tag for an element in the media changer. This command > +> -is only supported by few media changers. If it is not supported by a > +> +Change volume tag for an element in the media changer. > +> +This command > +> +is only supported by few media changers. > +> +If it is not supported by a > +> device, using this command will usually result in an "Invalid Field in > +> CDB" error message on the console. > [...] > +> -Print the primary volume tag for each loaded medium, if any. The vol= ume > +> +Print the primary volume tag for each loaded medium, if any. > +> +The volume > +> tag is printed as > [much more] >=20 > Are you planning to join those sentences somehow? > (i.e. "The volume\ntag is printed as" -> "The volume tag is printed as") > Or is this ok as it is now? >=20 No, I won't. Yes, it's okay as it's now. What was not okay is hardcoded sentence breaks. Sometimes, there were two spaces, but often only one, and sometimes more than two (not in this particular manpage). It's very very good rule of thumb to start each new sentence on its own line, so you never get to worry about them. ;) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --vOmOzSkFvhd7u8Ms Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA5vESqRfpzJluFF4RAr0xAJ9HoAIk7FGSp2Y2jqVCfJQqTOugVACfejJv b5r612yr3Xb5BzrTObDg2ZM= =b4w0 -----END PGP SIGNATURE----- --vOmOzSkFvhd7u8Ms-- From owner-cvs-src@FreeBSD.ORG Sat Jul 3 17:54: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 7EB8916A4CE; Sat, 3 Jul 2004 17:54:12 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0B1943D48; Sat, 3 Jul 2004 17:54:09 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from samsco.org (junior-wifi.samsco.home [192.168.0.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i63HwVJ0082966; Sat, 3 Jul 2004 11:58:31 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <40E6F2B2.4060307@samsco.org> Date: Sat, 03 Jul 2004 11:53:54 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Bjoern A. Zeeb" References: <20040703171116.GC17270@green.homeunix.org> <52210.1088874758@critter.freebsd.dk> <20040703172003.GD17270@green.homeunix.org> In-Reply-To: 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: Brian Fundakowski Feldman cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 17:54:12 -0000 Bjoern A. Zeeb wrote: > On Sat, 3 Jul 2004, Brian Fundakowski Feldman wrote: > > >>It's safe to say it's working in his perforce branch; dooes anyone know >>why http://perforce.freebsd.org can't be used to browse them anymore >>(ECONNREFUSED)? > > > security reasons I got told last time I asked. > The p4db back-end is a large security risk. Anyways, I'm sure that John will look at this once he's home from USENIX in a few hours. Net access got cut off early there last night so I doubt that he's had a chance yet to see what went wrong. Scott From owner-cvs-src@FreeBSD.ORG Sat Jul 3 18:11: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 4086D16A4CE; Sat, 3 Jul 2004 18:11:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A9BD43D2F; Sat, 3 Jul 2004 18:11:41 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63IBfcR092417; Sat, 3 Jul 2004 18:11:41 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63IBfSf092416; Sat, 3 Jul 2004 18:11:41 GMT (envelope-from green) Message-Id: <200407031811.i63IBfSf092416@repoman.freebsd.org> From: Brian Feldman Date: Sat, 3 Jul 2004 18:11: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/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 18:11:41 -0000 green 2004-07-03 18:11:41 UTC FreeBSD src repository Modified files: sys/vm uma_core.c Log: Limit mbuma damage. Suddenly ALL allocations with M_WAITOK are subject to failing -- that is, allocations via malloc(M_WAITOK) that are required to never fail -- if WITNESS is not defined. While everyone should be running WITNESS, in any case, zone "Mbuf" allocations are really the only ones that should be screwed with by this hack. This hack is crashing people, and would continue to do so with or without WITNESS. Things shouldn't be allocating with M_WAITOK with locks held, but it's not okay just to always remove M_WAITOK when !WITNESS. Reported by: Bernd Walter Revision Changes Path 1.98 +8 -4 src/sys/vm/uma_core.c From owner-cvs-src@FreeBSD.ORG Sat Jul 3 18:18: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 C616616A4CE; Sat, 3 Jul 2004 18:18:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C029843D4C; Sat, 3 Jul 2004 18:18:36 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63IIaYl092600; Sat, 3 Jul 2004 18:18:36 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63IIanX092599; Sat, 3 Jul 2004 18:18:36 GMT (envelope-from scottl) Message-Id: <200407031818.i63IIanX092599@repoman.freebsd.org> From: Scott Long Date: Sat, 3 Jul 2004 18:18:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/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, 03 Jul 2004 18:18:36 -0000 scottl 2004-07-03 18:18:36 UTC FreeBSD src repository Modified files: sys/i386/i386 busdma_machdep.c Log: Commit the first of half of changes that allow busdma to transparently honor the alignment and boundary constraints in the dma tag when loading buffers. Previously, these constraints were only honored when allocating memory via bus_dmamem_alloc(). Now, bus_dmamap_load() will automatically use bounce buffers when needed. Also add a set of sysctls to monitor the global busdma stats. These are: hw.busdma.free_bpages hw.busdma.reserved_bpages hw.busdma.active_bpages hw.busdma.total_bpages hw.busdma.total_bounced hw.busdma.total_deferred Revision Changes Path 1.57 +47 -11 src/sys/i386/i386/busdma_machdep.c From owner-cvs-src@FreeBSD.ORG Sat Jul 3 18:22:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABA0316A4CE; Sat, 3 Jul 2004 18:22:43 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54F7743D41; Sat, 3 Jul 2004 18:22:43 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from samsco.org (junior-wifi.samsco.home [192.168.0.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i63IR58h083023; Sat, 3 Jul 2004 12:27:05 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <40E6F964.7060301@samsco.org> Date: Sat, 03 Jul 2004 12:22:28 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <200407031818.i63IIanX092599@repoman.freebsd.org> In-Reply-To: <200407031818.i63IIanX092599@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/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, 03 Jul 2004 18:22:44 -0000 Scott Long wrote: > scottl 2004-07-03 18:18:36 UTC > > FreeBSD src repository > > Modified files: > sys/i386/i386 busdma_machdep.c > Log: > Commit the first of half of changes that allow busdma to transparently > honor the alignment and boundary constraints in the dma tag when loading > buffers. Once this is done on all platforms, drivers like twe(4) will no longer need to manually check and correct alignment. This might involve a small API change to busdma, however. I'm thinking about adding a segment_length argument to the filter callback to give drivers more flexibility. Scott From owner-cvs-src@FreeBSD.ORG Sat Jul 3 18:29: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 AE55516A4CE; Sat, 3 Jul 2004 18:29:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A551B43D4C; Sat, 3 Jul 2004 18:29:24 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63ITOMo093752; Sat, 3 Jul 2004 18:29:24 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63ITOmM093751; Sat, 3 Jul 2004 18:29:24 GMT (envelope-from ru) Message-Id: <200407031829.i63ITOmM093751@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 3 Jul 2004 18:29: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/share/examples/ses/getencstat getencstat.0 src/share/examples/ses/setobjstat setobjstat.0 src/share/man/man3 fpgetround.3 intro.3 pthread_cancel.3 pthread_create.3 pthread_detach.3 pthread_exit.3 pthread_join.3 pthread_once.3 pthread_rwlock_destroy.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: Sat, 03 Jul 2004 18:29:24 -0000 ru 2004-07-03 18:29:24 UTC FreeBSD src repository Modified files: share/examples/ses/getencstat getencstat.0 share/examples/ses/setobjstat setobjstat.0 share/man/man3 fpgetround.3 intro.3 pthread_cancel.3 pthread_create.3 pthread_detach.3 pthread_exit.3 pthread_join.3 pthread_once.3 pthread_rwlock_destroy.3 pthread_rwlock_init.3 pthread_rwlock_rdlock.3 pthread_rwlock_unlock.3 pthread_rwlock_wrlock.3 pthread_rwlockattr_destroy.3 pthread_rwlockattr_getpshared.3 pthread_rwlockattr_init.3 pthread_rwlockattr_setpshared.3 stdarg.3 sysexits.3 share/man/man4 atkbd.4 bktr.4 bpf.4 ccd.4 cd.4 ch.4 ciss.4 cy.4 da.4 dc.4 divert.4 en.4 fatm.4 geom.4 gre.4 gusc.4 hatm.4 ifmib.4 iic.4 inet.4 intro.4 ip6.4 ispfw.4 joy.4 keyboard.4 lp.4 mac.4 mac_biba.4 mac_bsdextended.4 mac_ifoff.4 mac_lomac.4 mac_mls.4 mac_none.4 mac_partition.4 mac_portacl.4 mac_seeotheruids.4 mac_stub.4 mac_test.4 matcd.4 mem.4 meteor.4 mly.4 mouse.4 mtio.4 multicast.4 natmip.4 ng_UI.4 ng_async.4 ng_atm.4 ng_atmllc.4 ng_atmpif.4 ng_bluetooth.4 ng_bpf.4 ng_btsocket.4 ng_cisco.4 ng_frame_relay.4 ng_hci.4 ng_iface.4 ng_ksocket.4 ng_l2cap.4 ng_lmi.4 ng_one2many.4 ng_ppp.4 ng_pppoe.4 ng_socket.4 ng_sppp.4 ng_sscfu.4 ng_sscop.4 ng_tty.4 ng_uni.4 ng_vjc.4 patm.4 pci.4 pcn.4 pcvt.4 ppbus.4 ppi.4 psm.4 pt.4 pty.4 random.4 re.4 rl.4 route.4 sa.4 safe.4 sbc.4 scsi.4 si.4 sio.4 sis.4 sppp.4 sym.4 sysmouse.4 termios.4 ti.4 tl.4 ttcp.4 tty.4 uaudio.4 udp.4 ukbd.4 umass.4 umct.4 ums.4 utopia.4 vga.4 vpo.4 vr.4 wi.4 xl.4 xpt.4 share/man/man4/man4.alpha osf1.4 share/man/man4/man4.i386 acpi_asus.4 amdpm.4 apm.4 ar.4 cs.4 ct.4 ex.4 fe.4 io.4 mse.4 ndis.4 perfmon.4 ray.4 scd.4 spkr.4 streams.4 vx.4 wl.4 share/man/man5 a.out.5 devfs.5 disktab.5 elf.5 forward.5 fs.5 fstab.5 hosts.5 hosts.equiv.5 link.5 mailer.conf.5 networks.5 passwd.5 pbm.5 phones.5 procfs.5 protocols.5 rc.conf.5 remote.5 services.5 stab.5 sysctl.conf.5 share/man/man7 development.7 environ.7 firewall.7 hier.7 hostname.7 maclabel.7 mailaddr.7 sdoc.7 security.7 tuning.7 share/man/man8 adding_user.8 picobsd.8 rc.subr.8 yp.8 share/man/man9 BUS_CONFIG_INTR.9 DEVICE_DETACH.9 DEVICE_IDENTIFY.9 DEVICE_PROBE.9 MD5.9 boot.9 buf.9 bus_dma.9 bus_release_resource.9 device_add_child.9 devstat.9 g_access.9 g_event.9 ithread.9 kobj.9 mac.9 mbpool.9 mbuf.9 mi_switch.9 microseq.9 mutex.9 pci.9 pseudofs.9 random.9 spl.9 style.9 sysctl_add_oid.9 sysctl_ctx_init.9 utopia.9 vref.9 share/termcap termcap.5 Log: Mechanically kill hard sentence breaks and double whitespaces. Revision Changes Path 1.4 +7 -3 src/share/examples/ses/getencstat/getencstat.0 1.4 +4 -2 src/share/examples/ses/setobjstat/setobjstat.0 1.14 +7 -4 src/share/man/man3/fpgetround.3 1.15 +3 -2 src/share/man/man3/intro.3 1.10 +1 -1 src/share/man/man3/pthread_cancel.3 1.19 +1 -1 src/share/man/man3/pthread_create.3 1.16 +1 -1 src/share/man/man3/pthread_detach.3 1.19 +2 -1 src/share/man/man3/pthread_exit.3 1.16 +1 -1 src/share/man/man3/pthread_join.3 1.18 +1 -1 src/share/man/man3/pthread_once.3 1.9 +2 -1 src/share/man/man3/pthread_rwlock_destroy.3 1.8 +2 -1 src/share/man/man3/pthread_rwlock_init.3 1.7 +7 -4 src/share/man/man3/pthread_rwlock_rdlock.3 1.7 +2 -1 src/share/man/man3/pthread_rwlock_unlock.3 1.8 +2 -1 src/share/man/man3/pthread_rwlock_wrlock.3 1.10 +2 -1 src/share/man/man3/pthread_rwlockattr_destroy.3 1.12 +6 -3 src/share/man/man3/pthread_rwlockattr_getpshared.3 1.10 +2 -1 src/share/man/man3/pthread_rwlockattr_init.3 1.12 +4 -2 src/share/man/man3/pthread_rwlockattr_setpshared.3 1.14 +1 -1 src/share/man/man3/stdarg.3 1.13 +22 -11 src/share/man/man3/sysexits.3 1.24 +4 -4 src/share/man/man4/atkbd.4 1.24 +1 -1 src/share/man/man4/bktr.4 1.42 +65 -108 src/share/man/man4/bpf.4 1.29 +1 -1 src/share/man/man4/ccd.4 1.36 +12 -6 src/share/man/man4/cd.4 1.33 +1 -1 src/share/man/man4/ch.4 1.9 +7 -4 src/share/man/man4/ciss.4 1.23 +12 -6 src/share/man/man4/cy.4 1.45 +4 -3 src/share/man/man4/da.4 1.27 +3 -2 src/share/man/man4/dc.4 1.29 +2 -1 src/share/man/man4/divert.4 1.19 +1 -1 src/share/man/man4/en.4 1.3 +14 -7 src/share/man/man4/fatm.4 1.11 +22 -12 src/share/man/man4/geom.4 1.5 +3 -3 src/share/man/man4/gre.4 1.8 +2 -1 src/share/man/man4/gusc.4 1.6 +76 -38 src/share/man/man4/hatm.4 1.20 +1 -1 src/share/man/man4/ifmib.4 1.11 +4 -2 src/share/man/man4/iic.4 1.30 +1 -1 src/share/man/man4/inet.4 1.29 +1 -1 src/share/man/man4/intro.4 1.16 +1 -1 src/share/man/man4/ip6.4 1.5 +5 -3 src/share/man/man4/ispfw.4 1.25 +4 -4 src/share/man/man4/joy.4 1.26 +11 -6 src/share/man/man4/keyboard.4 1.12 +1 -1 src/share/man/man4/lp.4 1.12 +2 -1 src/share/man/man4/mac.4 1.16 +2 -1 src/share/man/man4/mac_biba.4 1.11 +1 -1 src/share/man/man4/mac_bsdextended.4 1.8 +2 -1 src/share/man/man4/mac_ifoff.4 1.9 +2 -1 src/share/man/man4/mac_lomac.4 1.17 +2 -2 src/share/man/man4/mac_mls.4 1.11 +2 -1 src/share/man/man4/mac_none.4 1.10 +2 -1 src/share/man/man4/mac_partition.4 1.5 +1 -1 src/share/man/man4/mac_portacl.4 1.10 +2 -1 src/share/man/man4/mac_seeotheruids.4 1.13 +2 -1 src/share/man/man4/mac_stub.4 1.10 +2 -1 src/share/man/man4/mac_test.4 1.5 +2 -2 src/share/man/man4/man4.alpha/osf1.4 1.3 +2 -1 src/share/man/man4/man4.i386/acpi_asus.4 1.4 +3 -1 src/share/man/man4/man4.i386/amdpm.4 1.21 +22 -11 src/share/man/man4/man4.i386/apm.4 1.27 +6 -4 src/share/man/man4/man4.i386/ar.4 1.15 +16 -8 src/share/man/man4/man4.i386/cs.4 1.7 +6 -3 src/share/man/man4/man4.i386/ct.4 1.19 +4 -2 src/share/man/man4/man4.i386/ex.4 1.27 +4 -2 src/share/man/man4/man4.i386/fe.4 1.12 +3 -2 src/share/man/man4/man4.i386/io.4 1.18 +4 -2 src/share/man/man4/man4.i386/mse.4 1.5 +24 -12 src/share/man/man4/man4.i386/ndis.4 1.15 +18 -9 src/share/man/man4/man4.i386/perfmon.4 1.10 +4 -4 src/share/man/man4/man4.i386/ray.4 1.20 +2 -1 src/share/man/man4/man4.i386/scd.4 1.23 +26 -13 src/share/man/man4/man4.i386/spkr.4 1.6 +1 -1 src/share/man/man4/man4.i386/streams.4 1.18 +4 -2 src/share/man/man4/man4.i386/vx.4 1.19 +60 -30 src/share/man/man4/man4.i386/wl.4 1.5 +60 -31 src/share/man/man4/matcd.4 1.17 +4 -3 src/share/man/man4/mem.4 1.5 +2 -2 src/share/man/man4/meteor.4 1.7 +2 -2 src/share/man/man4/mly.4 1.13 +7 -4 src/share/man/man4/mouse.4 1.22 +2 -1 src/share/man/man4/mtio.4 1.3 +26 -9 src/share/man/man4/multicast.4 1.6 +12 -6 src/share/man/man4/natmip.4 1.10 +7 -4 src/share/man/man4/ng_UI.4 1.13 +9 -5 src/share/man/man4/ng_async.4 1.6 +52 -28 src/share/man/man4/ng_atm.4 1.2 +8 -4 src/share/man/man4/ng_atmllc.4 1.4 +6 -3 src/share/man/man4/ng_atmpif.4 1.9 +1 -1 src/share/man/man4/ng_bluetooth.4 1.19 +8 -4 src/share/man/man4/ng_bpf.4 1.8 +2 -2 src/share/man/man4/ng_btsocket.4 1.12 +21 -11 src/share/man/man4/ng_cisco.4 1.12 +5 -3 src/share/man/man4/ng_frame_relay.4 1.9 +3 -3 src/share/man/man4/ng_hci.4 1.15 +4 -2 src/share/man/man4/ng_iface.4 1.19 +12 -11 src/share/man/man4/ng_ksocket.4 1.9 +1 -1 src/share/man/man4/ng_l2cap.4 1.12 +7 -4 src/share/man/man4/ng_lmi.4 1.19 +2 -1 src/share/man/man4/ng_one2many.4 1.20 +12 -6 src/share/man/man4/ng_ppp.4 1.26 +1 -1 src/share/man/man4/ng_pppoe.4 1.16 +8 -6 src/share/man/man4/ng_socket.4 1.4 +6 -3 src/share/man/man4/ng_sppp.4 1.4 +6 -5 src/share/man/man4/ng_sscfu.4 1.4 +10 -5 src/share/man/man4/ng_sscop.4 1.15 +5 -3 src/share/man/man4/ng_tty.4 1.5 +2 -1 src/share/man/man4/ng_uni.4 1.20 +6 -3 src/share/man/man4/ng_vjc.4 1.3 +6 -3 src/share/man/man4/patm.4 1.15 +14 -7 src/share/man/man4/pci.4 1.9 +1 -1 src/share/man/man4/pcn.4 1.43 +8 -4 src/share/man/man4/pcvt.4 1.21 +5 -3 src/share/man/man4/ppbus.4 1.16 +1 -1 src/share/man/man4/ppi.4 1.43 +1 -1 src/share/man/man4/psm.4 1.15 +2 -1 src/share/man/man4/pt.4 1.14 +3 -2 src/share/man/man4/pty.4 1.15 +2 -2 src/share/man/man4/random.4 1.5 +21 -11 src/share/man/man4/re.4 1.35 +1 -1 src/share/man/man4/rl.4 1.18 +1 -1 src/share/man/man4/route.4 1.36 +2 -1 src/share/man/man4/sa.4 1.4 +2 -1 src/share/man/man4/safe.4 1.10 +2 -1 src/share/man/man4/sbc.4 1.30 +25 -10 src/share/man/man4/scsi.4 1.29 +7 -4 src/share/man/man4/si.4 1.53 +1 -1 src/share/man/man4/sio.4 1.16 +1 -1 src/share/man/man4/sis.4 1.18 +38 -19 src/share/man/man4/sppp.4 1.17 +3 -3 src/share/man/man4/sym.4 1.24 +4 -2 src/share/man/man4/sysmouse.4 1.29 +38 -21 src/share/man/man4/termios.4 1.27 +6 -3 src/share/man/man4/ti.4 1.18 +2 -1 src/share/man/man4/tl.4 1.17 +2 -1 src/share/man/man4/ttcp.4 1.21 +5 -3 src/share/man/man4/tty.4 1.2 +3 -3 src/share/man/man4/uaudio.4 1.16 +1 -1 src/share/man/man4/udp.4 1.28 +2 -1 src/share/man/man4/ukbd.4 1.37 +1 -1 src/share/man/man4/umass.4 1.2 +4 -2 src/share/man/man4/umct.4 1.21 +2 -1 src/share/man/man4/ums.4 1.8 +40 -18 src/share/man/man4/utopia.4 1.21 +6 -3 src/share/man/man4/vga.4 1.20 +2 -1 src/share/man/man4/vpo.4 1.20 +1 -1 src/share/man/man4/vr.4 1.60 +1 -1 src/share/man/man4/wi.4 1.26 +2 -1 src/share/man/man4/xl.4 1.11 +11 -6 src/share/man/man4/xpt.4 1.18 +1 -1 src/share/man/man5/a.out.5 1.17 +2 -1 src/share/man/man5/devfs.5 1.13 +6 -3 src/share/man/man5/disktab.5 1.28 +4 -2 src/share/man/man5/elf.5 1.8 +7 -4 src/share/man/man5/forward.5 1.21 +12 -6 src/share/man/man5/fs.5 1.26 +7 -4 src/share/man/man5/fstab.5 1.10 +5 -3 src/share/man/man5/hosts.5 1.18 +4 -2 src/share/man/man5/hosts.equiv.5 1.28 +2 -1 src/share/man/man5/link.5 1.9 +8 -5 src/share/man/man5/mailer.conf.5 1.9 +2 -2 src/share/man/man5/networks.5 1.42 +14 -7 src/share/man/man5/passwd.5 1.8 +3 -2 src/share/man/man5/pbm.5 1.5 +11 -6 src/share/man/man5/phones.5 1.30 +6 -3 src/share/man/man5/procfs.5 1.6 +5 -3 src/share/man/man5/protocols.5 1.220 +2 -2 src/share/man/man5/rc.conf.5 1.16 +2 -1 src/share/man/man5/remote.5 1.11 +2 -2 src/share/man/man5/services.5 1.11 +1 -1 src/share/man/man5/stab.5 1.16 +4 -2 src/share/man/man5/sysctl.conf.5 1.11 +27 -14 src/share/man/man7/development.7 1.23 +27 -23 src/share/man/man7/environ.7 1.20 +73 -37 src/share/man/man7/firewall.7 1.104 +13 -10 src/share/man/man7/hier.7 1.7 +4 -4 src/share/man/man7/hostname.7 1.6 +1 -1 src/share/man/man7/maclabel.7 1.8 +21 -11 src/share/man/man7/mailaddr.7 1.9 +1 -1 src/share/man/man7/sdoc.7 1.38 +1 -1 src/share/man/man7/security.7 1.64 +2 -2 src/share/man/man7/tuning.7 1.9 +1 -1 src/share/man/man8/adding_user.8 1.25 +4 -4 src/share/man/man8/picobsd.8 1.5 +14 -7 src/share/man/man8/rc.subr.8 1.35 +1 -1 src/share/man/man8/yp.8 1.3 +1 -1 src/share/man/man9/BUS_CONFIG_INTR.9 1.11 +2 -2 src/share/man/man9/DEVICE_DETACH.9 1.12 +1 -1 src/share/man/man9/DEVICE_IDENTIFY.9 1.18 +3 -2 src/share/man/man9/DEVICE_PROBE.9 1.10 +3 -2 src/share/man/man9/MD5.9 1.10 +1 -1 src/share/man/man9/boot.9 1.16 +4 -3 src/share/man/man9/buf.9 1.12 +7 -7 src/share/man/man9/bus_dma.9 1.9 +3 -3 src/share/man/man9/bus_release_resource.9 1.19 +2 -2 src/share/man/man9/device_add_child.9 1.21 +7 -6 src/share/man/man9/devstat.9 1.6 +1 -1 src/share/man/man9/g_access.9 1.4 +1 -1 src/share/man/man9/g_event.9 1.10 +1 -1 src/share/man/man9/ithread.9 1.15 +1 -1 src/share/man/man9/kobj.9 1.11 +1 -1 src/share/man/man9/mac.9 1.3 +55 -29 src/share/man/man9/mbpool.9 1.50 +1 -1 src/share/man/man9/mbuf.9 1.18 +1 -1 src/share/man/man9/mi_switch.9 1.18 +4 -2 src/share/man/man9/microseq.9 1.42 +2 -2 src/share/man/man9/mutex.9 1.4 +4 -2 src/share/man/man9/pci.9 1.5 +1 -1 src/share/man/man9/pseudofs.9 1.10 +4 -2 src/share/man/man9/random.9 1.19 +1 -1 src/share/man/man9/spl.9 1.110 +2 -2 src/share/man/man9/style.9 1.20 +2 -2 src/share/man/man9/sysctl_add_oid.9 1.12 +2 -2 src/share/man/man9/sysctl_ctx_init.9 1.4 +53 -24 src/share/man/man9/utopia.9 1.12 +1 -1 src/share/man/man9/vref.9 1.24 +1 -1 src/share/termcap/termcap.5 From owner-cvs-src@FreeBSD.ORG Sat Jul 3 18: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 6F0BF16A4CE; Sat, 3 Jul 2004 18:35:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 683E843D2D; Sat, 3 Jul 2004 18:35:53 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63IZrBN094319; Sat, 3 Jul 2004 18:35:53 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63IZrIf094318; Sat, 3 Jul 2004 18:35:53 GMT (envelope-from ru) Message-Id: <200407031835.i63IZrIf094318@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 3 Jul 2004 18:35:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/apmd apmd.8 src/usr.sbin/kbdmap kbdmap.1 src/usr.sbin/lpr/lpq lpq.1 src/usr.sbin/lpr/lpr lpr.1 src/usr.sbin/lpr/lprm lprm.1 src/usr.sbin/mrouted mrouted.8 src/usr.sbin/mtree mtree.8 src/usr.sbin/ntp/doc ntp-genkeys.8 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 18:35:53 -0000 ru 2004-07-03 18:35:53 UTC FreeBSD src repository Modified files: usr.sbin/apmd apmd.8 usr.sbin/kbdmap kbdmap.1 usr.sbin/lpr/lpq lpq.1 usr.sbin/lpr/lpr lpr.1 usr.sbin/lpr/lprm lprm.1 usr.sbin/mrouted mrouted.8 usr.sbin/mtree mtree.8 usr.sbin/ntp/doc ntp-genkeys.8 ntp.conf.5 ntpd.8 ntpdc.8 ntpq.8 usr.sbin/pkg_install/add pkg_add.1 usr.sbin/pkg_install/info pkg_info.1 usr.sbin/pstat pstat.8 usr.sbin/sliplogin sliplogin.8 usr.sbin/sysinstall sysinstall.8 usr.sbin/syslogd syslog.conf.5 usr.sbin/watch watch.8 Log: Eliminated double whitespace. Revision Changes Path 1.19 +1 -1 src/usr.sbin/apmd/apmd.8 1.32 +1 -1 src/usr.sbin/kbdmap/kbdmap.1 1.11 +7 -7 src/usr.sbin/lpr/lpq/lpq.1 1.20 +5 -4 src/usr.sbin/lpr/lpr/lpr.1 1.13 +1 -1 src/usr.sbin/lpr/lprm/lprm.1 1.30 +2 -1 src/usr.sbin/mrouted/mrouted.8 1.46 +2 -2 src/usr.sbin/mtree/mtree.8 1.6 +1 -1 src/usr.sbin/ntp/doc/ntp-genkeys.8 1.16 +15 -15 src/usr.sbin/ntp/doc/ntp.conf.5 1.10 +1 -1 src/usr.sbin/ntp/doc/ntpd.8 1.12 +5 -5 src/usr.sbin/ntp/doc/ntpdc.8 1.16 +1 -1 src/usr.sbin/ntp/doc/ntpq.8 1.64 +1 -1 src/usr.sbin/pkg_install/add/pkg_add.1 1.53 +1 -1 src/usr.sbin/pkg_install/info/pkg_info.1 1.43 +1 -1 src/usr.sbin/pstat/pstat.8 1.22 +1 -1 src/usr.sbin/sliplogin/sliplogin.8 1.61 +2 -2 src/usr.sbin/sysinstall/sysinstall.8 1.35 +2 -1 src/usr.sbin/syslogd/syslog.conf.5 1.29 +1 -1 src/usr.sbin/watch/watch.8 From owner-cvs-src@FreeBSD.ORG Sat Jul 3 18:40: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 EA6E916A4CE; Sat, 3 Jul 2004 18:40:05 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E8E043D45; Sat, 3 Jul 2004 18:40:05 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i63IdbRL024357; Sat, 3 Jul 2004 14:39:37 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i63Idbk7024354; Sat, 3 Jul 2004 14:39:37 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sat, 3 Jul 2004 14:39:37 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: "Thomas T. Veldhouse" In-Reply-To: <40E6D627.3030308@veldy.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@freebsd.org cc: current@freebsd.org cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: Steve Kargl cc: Kris Kennaway Subject: Re: HEADSUP: Native preemption added to the kernel scheduler X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 18:40:06 -0000 On Sat, 3 Jul 2004, Thomas T. Veldhouse wrote: > No such problem. I simply added NULL myself, by hand. It compiles > fine, but the kernel panics on boot. Hmm. I couldn't find the panic information in your e-mail (such as panic message) or previous messages. If I missed it, could you forward it to me via private e-mail; if I didn't, could you resend the report with documentation of the panic? Some initial instructions on providing post-mortem information on a panic can be found in the handbook. At minimum, the panic string is useful, but if it's a page fault, the faulting address would also be important, along with (ideally) stack trace and surrounding text. Thanks, Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-src@FreeBSD.ORG Sat Jul 3 19:17: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 BB1F116A4CE; Sat, 3 Jul 2004 19:17:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B552843D31; Sat, 3 Jul 2004 19:17:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63JH6ms095917; Sat, 3 Jul 2004 19:17:06 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63JH6wO095916; Sat, 3 Jul 2004 19:17:06 GMT (envelope-from rwatson) Message-Id: <200407031917.i63JH6wO095916@repoman.freebsd.org> From: Robert Watson Date: Sat, 3 Jul 2004 19:17:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsserver nfs_srvcache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 19:17:06 -0000 rwatson 2004-07-03 19:17:06 UTC FreeBSD src repository Modified files: sys/nfsserver nfs_srvcache.c Log: Change M_WAITOK argument to sodupsockaddr() to M_NOWAIT. When the call to dup_sockaddr() was renamed to sodupsockaddr(), the argument was changed from '1' to 'M_WAITOK', which changed the semantics. This resulted in a WITNESS warning about a potential sleep while holding the NFS server mutex. Now this will no longer happen, restoring a possible bug present in the original code (setting RC_NAM even though the malloc to copy the addres may fail). bde observes that the flag names here should probably not be the same as the malloc flags for name space reasons. Bumped into by: kuriyama Revision Changes Path 1.39 +5 -1 src/sys/nfsserver/nfs_srvcache.c From owner-cvs-src@FreeBSD.ORG Sat Jul 3 19:37: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 6065E16A4CE; Sat, 3 Jul 2004 19:37:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44C9943D55; Sat, 3 Jul 2004 19:37:07 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63Jb7hS096447; Sat, 3 Jul 2004 19:37:07 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63Jb7FX096446; Sat, 3 Jul 2004 19:37:07 GMT (envelope-from phk) Message-Id: <200407031937.i63Jb7FX096446@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 3 Jul 2004 19:37: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 vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 19:37:07 -0000 phk 2004-07-03 19:37:07 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: Remove stale comment Revision Changes Path 1.437 +0 -1 src/sys/kern/vfs_bio.c From owner-cvs-src@FreeBSD.ORG Sat Jul 3 20:11: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 4A0A416A4CE; Sat, 3 Jul 2004 20:11:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DCAB43D1D; Sat, 3 Jul 2004 20:11:50 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63KBobU097353; Sat, 3 Jul 2004 20:11:50 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63KBoiI097352; Sat, 3 Jul 2004 20:11:50 GMT (envelope-from imp) Message-Id: <200407032011.i63KBoiI097352@repoman.freebsd.org> From: Warner Losh Date: Sat, 3 Jul 2004 20:11: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/i386/i386 nexus.c src/sys/i386/isa isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 20:11:50 -0000 imp 2004-07-03 20:11:49 UTC FreeBSD src repository Modified files: sys/i386/i386 nexus.c sys/i386/isa isa.c Log: Don't define __RMAN_RESOURCE_VISISBLE. They aren't needed here after I've converted the direct accessing of struct resource members to the preferred interface. Revision Changes Path 1.58 +22 -12 src/sys/i386/i386/nexus.c 1.146 +18 -12 src/sys/i386/isa/isa.c From owner-cvs-src@FreeBSD.ORG Sat Jul 3 20:48: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 22CB516A4CE; Sat, 3 Jul 2004 20:48:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05A0943D1D; Sat, 3 Jul 2004 20:48:02 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63Km1Tx098420; Sat, 3 Jul 2004 20:48:01 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63Km1Ex098418; Sat, 3 Jul 2004 20:48:01 GMT (envelope-from imp) Message-Id: <200407032048.i63Km1Ex098418@repoman.freebsd.org> From: Warner Losh Date: Sat, 3 Jul 2004 20:48: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/sparc64/fhc fhc.c src/sys/sparc64/sparc64 nexus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 20:48:02 -0000 imp 2004-07-03 20:48:01 UTC FreeBSD src repository Modified files: sys/sparc64/fhc fhc.c sys/sparc64/sparc64 nexus.c Log: Use the rman_* functions in preference to reaching into struct resource. Remove __RMAN_RESOURCE_VISIBLE after compilation confirms it is now not needed. Revision Changes Path 1.7 +2 -2 src/sys/sparc64/fhc/fhc.c 1.13 +3 -3 src/sys/sparc64/sparc64/nexus.c From owner-cvs-src@FreeBSD.ORG Sat Jul 3 20:49: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 36D9B16A4CE; Sat, 3 Jul 2004 20:49:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B3D843D2D; Sat, 3 Jul 2004 20:49:01 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63Kn1EB098496; Sat, 3 Jul 2004 20:49:01 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63Kn0i8098495; Sat, 3 Jul 2004 20:49:00 GMT (envelope-from imp) Message-Id: <200407032049.i63Kn0i8098495@repoman.freebsd.org> From: Warner Losh Date: Sat, 3 Jul 2004 20:49:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/fhc fhc.c src/sys/sparc64/sparc64 nexus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 20:49:01 -0000 imp 2004-07-03 20:49:00 UTC FreeBSD src repository Modified files: sys/sparc64/fhc fhc.c sys/sparc64/sparc64 nexus.c Log: Really remove __RMAN_RESORUCE_VISIBLE Revision Changes Path 1.8 +0 -1 src/sys/sparc64/fhc/fhc.c 1.14 +0 -1 src/sys/sparc64/sparc64/nexus.c From owner-cvs-src@FreeBSD.ORG Sat Jul 3 20:56:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 124FC16A4DE; Sat, 3 Jul 2004 20:56:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A11843D4C; Sat, 3 Jul 2004 20:56:16 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63KuGa6098837; Sat, 3 Jul 2004 20:56:16 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63KuGCO098836; Sat, 3 Jul 2004 20:56:16 GMT (envelope-from imp) Message-Id: <200407032056.i63KuGCO098836@repoman.freebsd.org> From: Warner Losh Date: Sat, 3 Jul 2004 20:56: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/sparc64/ebus ebus.c src/sys/sparc64/pci psycho.c src/sys/sparc64/sbus sbus.c src/sys/sparc64/sparc64 iommu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 20:56:17 -0000 imp 2004-07-03 20:56:16 UTC FreeBSD src repository Modified files: sys/sparc64/ebus ebus.c sys/sparc64/pci psycho.c sys/sparc64/sbus sbus.c sys/sparc64/sparc64 iommu.c Log: These don't need RMAN_RESOURCE_VISIBLE now that rman is visible Revision Changes Path 1.18 +0 -1 src/sys/sparc64/ebus/ebus.c 1.50 +0 -1 src/sys/sparc64/pci/psycho.c 1.30 +0 -1 src/sys/sparc64/sbus/sbus.c 1.40 +0 -1 src/sys/sparc64/sparc64/iommu.c From owner-cvs-src@FreeBSD.ORG Sat Jul 3 21:01: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 3947116A4CE; Sat, 3 Jul 2004 21:01:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D46D43D31; Sat, 3 Jul 2004 21:01:19 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63L1Js3099018; Sat, 3 Jul 2004 21:01:19 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63L1IC2099017; Sat, 3 Jul 2004 21:01:18 GMT (envelope-from imp) Message-Id: <200407032101.i63L1IC2099017@repoman.freebsd.org> From: Warner Losh Date: Sat, 3 Jul 2004 21:01:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man8 rc.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 21:01:19 -0000 imp 2004-07-03 21:01:18 UTC FreeBSD src repository Modified files: share/man/man8 rc.8 Log: Document /var/run/dmesg.boot, which is created by the rc scripts. Many people have suggested that we document this somewhere, and this was a common suggestion. Revision Changes Path 1.23 +6 -4 src/share/man/man8/rc.8 From owner-cvs-src@FreeBSD.ORG Sat Jul 3 21:19: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 A16CC16A4CE; Sat, 3 Jul 2004 21:19:20 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 823BC43D1F; Sat, 3 Jul 2004 21:19:20 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i63LJKB8012044; Sat, 3 Jul 2004 14:19:20 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i63LJKkk012043; Sat, 3 Jul 2004 14:19:20 -0700 (PDT) (envelope-from sgk) Date: Sat, 3 Jul 2004 14:19:20 -0700 From: Steve Kargl To: Warner Losh Message-ID: <20040703211920.GA11958@troutmask.apl.washington.edu> References: <200407032101.i63L1IC2099017@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407032101.i63L1IC2099017@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man8 rc.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 21:19:20 -0000 On Sat, Jul 03, 2004 at 09:01:18PM +0000, Warner Losh wrote: > imp 2004-07-03 21:01:18 UTC > > FreeBSD src repository > > Modified files: > share/man/man8 rc.8 > Log: > Document /var/run/dmesg.boot, which is created by the rc scripts. Many > people have suggested that we document this somewhere, and this was a common > suggestion. > man dmesg FILES /var/run/dmesg.boot usually a snapshot of the buffer contents taken soon after file systems are mounted at startup time -- Steve From owner-cvs-src@FreeBSD.ORG Sat Jul 3 21:57: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 024F016A4CE; Sat, 3 Jul 2004 21:57:18 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9338C43D45; Sat, 3 Jul 2004 21:57:17 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i63Lunl6026302; Sat, 3 Jul 2004 17:56:49 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i63LunX2026299; Sat, 3 Jul 2004 17:56:49 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sat, 3 Jul 2004 17:56:49 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: John Baldwin In-Reply-To: <200407021721.52787.jhb@FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: current@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: FYI: SCHED_ULE broken with change (Re: HEADSUP: Native preemption added to the kernel scheduler) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 21:57:18 -0000 John may well be in transit or away for the holiday weekend. I'll try to take look at this issue tonight. As a work-around, it appears to be possible to run with SCHED_4BSD. (Or run without the change :-). Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research On Fri, 2 Jul 2004, John Baldwin wrote: > In theory this is a big NOP except for some small optimizations in the form of > avoiding a few context switches and avoiding some run queue operations. > Several people have tested this code but there may be some remaining > adventures. Note that this adds a printf during dmesg for architectures that > do not support preemption about preemption being disabled and degrading > performance (mostly via increased latency). Preemption is enabled by > defining PREEMPTION in and architecture porters are > encouraged to get preemption working on their architecture. > > On Friday 02 July 2004 04:21 pm, John Baldwin wrote: > > jhb 2004-07-02 20:21:44 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/alpha/alpha interrupt.c > > sys/alpha/include param.h > > sys/amd64/amd64 intr_machdep.c > > sys/amd64/include param.h > > sys/conf NOTES options > > sys/i386/i386 intr_machdep.c > > sys/i386/include param.h > > sys/ia64/ia64 interrupt.c > > sys/kern kern_intr.c kern_mutex.c kern_shutdown.c > > kern_switch.c kern_synch.c sched_4bsd.c > > sched_ule.c > > sys/powerpc/powerpc intr_machdep.c > > sys/sparc64/sparc64 intr_machdep.c > > sys/sys interrupt.h proc.h > > sys/vm vm_zeroidle.c > > Log: > > Implement preemption of kernel threads natively in the scheduler rather > > than as one-off hacks in various other parts of the kernel: > > - Add a function maybe_preempt() that is called from sched_add() to > > determine if a thread about to be added to a run queue should be > > preempted to directly. If it is not safe to preempt or if the new > > thread does not have a high enough priority, then the function returns > > false and sched_add() adds the thread to the run queue. If the thread > > should be preempted to but the current thread is in a nested critical > > section, then the flag TDF_OWEPREEMPT is set and the thread is added > > to the run queue. Otherwise, mi_switch() is called immediately and the > > thread is never added to the run queue since it is switch to directly. > > When exiting an outermost critical section, if TDF_OWEPREEMPT is set, > > then clear it and call mi_switch() to perform the deferred preemption. > > - Remove explicit preemption from ithread_schedule() as calling > > setrunqueue() now does all the correct work. This also removes the > > do_switch argument from ithread_schedule(). > > - Do not use the manual preemption code in mtx_unlock if the architecture > > supports native preemption. > > - Don't call mi_switch() in a loop during shutdown to give ithreads a > > chance to run if the architecture supports native preemption since > > the ithreads will just preempt DELAY(). > > - Don't call mi_switch() from the page zeroing idle thread for > > architectures that support native preemption as it is unnecessary. > > - Native preemption is enabled on the same archs that supported ithread > > preemption, namely alpha, i386, and amd64. > > > > This change should largely be a NOP for the default case as committed > > except that we will do fewer context switches in a few cases and will > > avoid the run queues completely when preempting. > > > > Approved by: scottl (with his re@ hat) > > > > Revision Changes Path > > 1.79 +1 -1 src/sys/alpha/alpha/interrupt.c > > 1.34 +2 -0 src/sys/alpha/include/param.h > > 1.7 +1 -1 src/sys/amd64/amd64/intr_machdep.c > > 1.12 +2 -0 src/sys/amd64/include/param.h > > 1.1240 +6 -0 src/sys/conf/NOTES > > 1.459 +1 -0 src/sys/conf/options > > 1.7 +1 -1 src/sys/i386/i386/intr_machdep.c > > 1.71 +2 -0 src/sys/i386/include/param.h > > 1.46 +1 -1 src/sys/ia64/ia64/interrupt.c > > 1.111 +3 -16 src/sys/kern/kern_intr.c > > 1.140 +6 -0 src/sys/kern/kern_mutex.c > > 1.153 +24 -13 src/sys/kern/kern_shutdown.c > > 1.68 +93 -4 src/sys/kern/kern_switch.c > > 1.252 +4 -1 src/sys/kern/kern_synch.c > > 1.43 +11 -1 src/sys/kern/sched_4bsd.c > > 1.110 +10 -1 src/sys/kern/sched_ule.c > > 1.6 +1 -1 src/sys/powerpc/powerpc/intr_machdep.c > > 1.19 +0 -4 src/sys/sparc64/sparc64/intr_machdep.c > > 1.28 +1 -1 src/sys/sys/interrupt.h > > 1.384 +2 -0 src/sys/sys/proc.h > > 1.26 +2 -0 src/sys/vm/vm_zeroidle.c > > -- > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve" = http://www.FreeBSD.org > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > From owner-cvs-src@FreeBSD.ORG Sat Jul 3 22:30: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 F018C16A4CE; Sat, 3 Jul 2004 22:30:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D32A343D39; Sat, 3 Jul 2004 22:30:10 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63MUAR5001704; Sat, 3 Jul 2004 22:30:10 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63MUAFL001703; Sat, 3 Jul 2004 22:30:10 GMT (envelope-from ru) Message-Id: <200407032230.i63MUAFL001703@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 3 Jul 2004 22:30:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen directory.3 fnmatch.3 getcap.3 gethostname.3 getpwent.3 setjmp.3 signal.3 tzset.3 ucontext.3 unvis.3 src/lib/libc/net linkaddr.3 src/lib/libc/posix1e... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 22:30:11 -0000 ru 2004-07-03 22:30:10 UTC FreeBSD src repository Modified files: lib/libc/gen directory.3 fnmatch.3 getcap.3 gethostname.3 getpwent.3 setjmp.3 signal.3 tzset.3 ucontext.3 unvis.3 lib/libc/net linkaddr.3 lib/libc/posix1e mac_prepare.3 lib/libc/rpc rpc.3 lib/libc/stdio funopen.3 lib/libc/stdlib getopt.3 lib/libc/sys aio_read.2 aio_write.2 chflags.2 execve.2 intro.2 pipe.2 sigaction.2 lib/libcam cam.3 lib/libmd ripemd.3 sha.3 lib/libstand libstand.3 lib/libutil login_cap.3 lib/msun/man asin.3 atanh.3 sinh.3 Log: Eliminate double whitespace. Revision Changes Path 1.15 +1 -1 src/lib/libc/gen/directory.3 1.17 +1 -1 src/lib/libc/gen/fnmatch.3 1.25 +3 -2 src/lib/libc/gen/getcap.3 1.16 +2 -1 src/lib/libc/gen/gethostname.3 1.27 +1 -1 src/lib/libc/gen/getpwent.3 1.12 +1 -1 src/lib/libc/gen/setjmp.3 1.38 +3 -2 src/lib/libc/gen/signal.3 1.15 +1 -1 src/lib/libc/gen/tzset.3 1.3 +3 -3 src/lib/libc/gen/ucontext.3 1.17 +4 -4 src/lib/libc/gen/unvis.3 1.14 +1 -1 src/lib/libc/net/linkaddr.3 1.5 +1 -1 src/lib/libc/posix1e/mac_prepare.3 1.23 +1 -1 src/lib/libc/rpc/rpc.3 1.15 +2 -2 src/lib/libc/stdio/funopen.3 1.24 +4 -4 src/lib/libc/stdlib/getopt.3 1.21 +1 -1 src/lib/libc/sys/aio_read.2 1.18 +1 -1 src/lib/libc/sys/aio_write.2 1.25 +1 -1 src/lib/libc/sys/chflags.2 1.38 +1 -1 src/lib/libc/sys/execve.2 1.41 +13 -13 src/lib/libc/sys/intro.2 1.21 +1 -1 src/lib/libc/sys/pipe.2 1.55 +1 -1 src/lib/libc/sys/sigaction.2 1.13 +1 -1 src/lib/libcam/cam.3 1.13 +1 -1 src/lib/libmd/ripemd.3 1.15 +1 -1 src/lib/libmd/sha.3 1.28 +3 -3 src/lib/libstand/libstand.3 1.33 +1 -1 src/lib/libutil/login_cap.3 1.14 +2 -2 src/lib/msun/man/asin.3 1.11 +2 -2 src/lib/msun/man/atanh.3 1.11 +3 -3 src/lib/msun/man/sinh.3 From owner-cvs-src@FreeBSD.ORG Sat Jul 3 22:38:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9924A16A4CE; Sat, 3 Jul 2004 22:38:48 +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 528D343D2D; Sat, 3 Jul 2004 22:38:48 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.34; FreeBSD) id 1Bgt9j-000PUR-77; Sat, 03 Jul 2004 23:38:47 +0100 Date: Sat, 3 Jul 2004 23:38:47 +0100 From: Ceri Davies To: Warner Losh Message-ID: <20040703223847.GD36678@submonkey.net> Mail-Followup-To: Ceri Davies , Warner Losh , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200407032101.i63L1IC2099017@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fOHHtNG4YXGJ0yqR" Content-Disposition: inline In-Reply-To: <200407032101.i63L1IC2099017@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man8 rc.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 22:38:48 -0000 --fOHHtNG4YXGJ0yqR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 03, 2004 at 09:01:18PM +0000, Warner Losh wrote: > imp 2004-07-03 21:01:18 UTC >=20 > FreeBSD src repository >=20 > Modified files: > share/man/man8 rc.8=20 > Log: > Document /var/run/dmesg.boot, which is created by the rc scripts. Many > people have suggested that we document this somewhere, and this was a c= ommon > suggestion. > | @@ -409,10 +409,6 @@ The > | script is used to set any special configurations for serial devices. > | .Pp > | The > | -.Pa /etc/rc.d/pccard > | -script is used to enable PC-cards. > | -.Pp > | -The > | .Pa /etc/rc.d/network* > | scripts are used to start the network. > | The network is started in several passes. Did that slip in? Ceri --=20 It is not tinfoil, it is my new skin. I am a robot. --fOHHtNG4YXGJ0yqR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA5zV2ocfcwTS3JF8RAmotAKC70sp59HR1p0oMIHPP81eauE9GOQCgrNOZ drVhqdqbUxIWeExPsK0oyAw= =3MNa -----END PGP SIGNATURE----- --fOHHtNG4YXGJ0yqR-- From owner-cvs-src@FreeBSD.ORG Sat Jul 3 22:53: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 541CD16A4CE; Sat, 3 Jul 2004 22:53:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37CB243D1F; Sat, 3 Jul 2004 22:53:51 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63MrpYZ002515; Sat, 3 Jul 2004 22:53:51 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63MrpBK002514; Sat, 3 Jul 2004 22:53:51 GMT (envelope-from ru) Message-Id: <200407032253.i63MrpBK002514@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 3 Jul 2004 22:53: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/man9 utopia.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 22:53:51 -0000 ru 2004-07-03 22:53:50 UTC FreeBSD src repository Modified files: share/man/man9 utopia.9 Log: Merge junk. Revision Changes Path 1.5 +1 -6 src/share/man/man9/utopia.9 From owner-cvs-src@FreeBSD.ORG Sat Jul 3 23:01: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 DC61916A4CE; Sat, 3 Jul 2004 23:01:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C079143D2D; Sat, 3 Jul 2004 23:01:44 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63N1ik7002753; Sat, 3 Jul 2004 23:01:44 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63N1iii002752; Sat, 3 Jul 2004 23:01:44 GMT (envelope-from ru) Message-Id: <200407032301.i63N1iii002752@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 3 Jul 2004 23:01: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/sbin/ip6fw ip6fw.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 23:01:45 -0000 ru 2004-07-03 23:01:44 UTC FreeBSD src repository Modified files: sbin/ip6fw ip6fw.8 Log: One more hard sentence break. Revision Changes Path 1.23 +2 -1 src/sbin/ip6fw/ip6fw.8 From owner-cvs-src@FreeBSD.ORG Sat Jul 3 23:03: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 68B5316A4CE; Sat, 3 Jul 2004 23:03:01 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E35543D2F; Sat, 3 Jul 2004 23:03:01 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 39E835C823; Sat, 3 Jul 2004 16:03:01 -0700 (PDT) Date: Sat, 3 Jul 2004 16:03:01 -0700 From: Alfred Perlstein To: Poul-Henning Kamp Message-ID: <20040703230301.GH95729@elvis.mu.org> References: <20040703171116.GC17270@green.homeunix.org> <52210.1088874758@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52210.1088874758@critter.freebsd.dk> User-Agent: Mutt/1.4.2.1i cc: Brian Fundakowski Feldman cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 03 Jul 2004 23:03:01 -0000 * Poul-Henning Kamp [040703 10:12] wrote: > In message <20040703171116.GC17270@green.homeunix.org>, Brian Fundakowski Feldman writes: > >On Sat, Jul 03, 2004 at 04:57:51PM +0000, Poul-Henning Kamp wrote: > >> phk 2004-07-03 16:57:51 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/kern sched_ule.c > >> Log: > >> Add NULL arg to mi_switch() call to stop kernel compiles from breaking. > > > >Because that's more important than the people saying on -CURRENT that > >when they do this, their kernel ends up crashing later? > > Before we can find the cause of the crash, we need to be able to compile > kernels. I'd rather it be broken for compile than runtime if it's definetly broken. -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-src@FreeBSD.ORG Sat Jul 3 23:14: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 4F79316A4CE; Sat, 3 Jul 2004 23:14:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32BB243D1F; Sat, 3 Jul 2004 23:14:35 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63NEZ8I003124; Sat, 3 Jul 2004 23:14:35 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63NEZqd003123; Sat, 3 Jul 2004 23:14:35 GMT (envelope-from ru) Message-Id: <200407032314.i63NEZqd003123@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 3 Jul 2004 23:14:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sys mlockall.2 sigwait.2 utrace.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 23:14:35 -0000 ru 2004-07-03 23:14:35 UTC FreeBSD src repository Modified files: lib/libc/sys mlockall.2 sigwait.2 utrace.2 Log: Fixed markup. Revision Changes Path 1.2 +8 -8 src/lib/libc/sys/mlockall.2 1.11 +3 -0 src/lib/libc/sys/sigwait.2 1.3 +3 -5 src/lib/libc/sys/utrace.2