From owner-cvs-all@FreeBSD.ORG Sun Jun 27 01:09:02 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 01:15:39 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 01:58:58 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 02:26:36 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 02:36:38 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 03:19:04 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 03:22:38 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 03:23:16 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 03:29:39 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 03:30:28 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 03:32:08 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 03:33:30 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 03:35:08 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 03:36:30 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 05:33:06 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 05:56:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EE0F16A4CE; Sun, 27 Jun 2004 05:56:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7849443D1D; Sun, 27 Jun 2004 05:56:55 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R5utXt090941; Sun, 27 Jun 2004 05:56:55 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R5ut8c090940; Sun, 27 Jun 2004 05:56:55 GMT (envelope-from marcus) Message-Id: <200406270556.i5R5ut8c090940@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 27 Jun 2004 05:56:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/gaim Makefile distinfo pkg-plist patch-src_protocols_gg_libgg.h patch-src_protocols_silc_chat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 05:56:55 -0000 marcus 2004-06-27 05:56:55 UTC FreeBSD ports repository Modified files: net/gaim Makefile distinfo pkg-plist Removed files: net/gaim/files patch-src::util.c patch-src_protocols_gg_libgg.h patch-src_protocols_silc_chat.c Log: Update to 0.79. See http://gaim.sourceforge.net/ChangeLog for the usual list of goodies. Revision Changes Path 1.150 +1 -2 ports/net/gaim/Makefile 1.86 +2 -2 ports/net/gaim/distinfo 1.5 +0 -19 ports/net/gaim/files/patch-src::util.c (dead) 1.2 +0 -12 ports/net/gaim/files/patch-src_protocols_gg_libgg.h (dead) 1.2 +0 -11 ports/net/gaim/files/patch-src_protocols_silc_chat.c (dead) 1.64 +72 -3 ports/net/gaim/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 05:59:15 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 06:00:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8361C16A4CF; Sun, 27 Jun 2004 06:00:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D3F743D31; Sun, 27 Jun 2004 06:00:20 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R60K2e091102; Sun, 27 Jun 2004 06:00:20 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R60KsM091101; Sun, 27 Jun 2004 06:00:20 GMT (envelope-from marcus) Message-Id: <200406270600.i5R60KsM091101@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 27 Jun 2004 06:00:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/meanwhile Makefile distinfo pkg-plist ports/net/meanwhile/files patch-src_srvc_im.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 06:00:20 -0000 marcus 2004-06-27 06:00:19 UTC FreeBSD ports repository Modified files: net/meanwhile Makefile distinfo pkg-plist Removed files: net/meanwhile/files patch-src_srvc_im.c Log: Pull in the latest CVS snapshot to allow meanwhile-gaim to build with Gaim 0.79. This also allows meanwhile to read server buddy lists, but it is known to be broken with certain versions of Sametime. Revision Changes Path 1.2 +6 -0 ports/net/meanwhile/Makefile 1.2 +2 -0 ports/net/meanwhile/distinfo 1.2 +0 -19 ports/net/meanwhile/files/patch-src_srvc_im.c (dead) 1.2 +2 -0 ports/net/meanwhile/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 06:01:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF27016A4CE; Sun, 27 Jun 2004 06:01:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B008C43D54; Sun, 27 Jun 2004 06:01:36 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R61Si4091236; Sun, 27 Jun 2004 06:01:28 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R61Sr8091235; Sun, 27 Jun 2004 06:01:28 GMT (envelope-from marcus) Message-Id: <200406270601.i5R61Sr8091235@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 27 Jun 2004 06:01:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/meanwhile-gaim Makefile ports/net/meanwhile-gaim/files patch-src_mwgaim.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 06:01:37 -0000 marcus 2004-06-27 06:01:28 UTC FreeBSD ports repository Modified files: net/meanwhile-gaim Makefile net/meanwhile-gaim/files patch-src_mwgaim.c Log: Pull in the latest CVS snapshot to allow meanwhile-gaim to build with Gaim 0.79. This also allows meanwhile to read server buddy lists, but it is known to be broken with certain versions of Sametime. Obtained from: Meanwhile CVS Revision Changes Path 1.2 +3 -2 ports/net/meanwhile-gaim/Makefile 1.2 +1077 -9 ports/net/meanwhile-gaim/files/patch-src_mwgaim.c From owner-cvs-all@FreeBSD.ORG Sun Jun 27 06:03:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C695016A4CE; Sun, 27 Jun 2004 06:03:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8AA743D53; Sun, 27 Jun 2004 06:03:15 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R62jlc091322; Sun, 27 Jun 2004 06:02:45 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R62jlJ091321; Sun, 27 Jun 2004 06:02:45 GMT (envelope-from marcus) Message-Id: <200406270602.i5R62jlJ091321@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 27 Jun 2004 06:02:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/gaim-encryption Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 06:03:15 -0000 marcus 2004-06-27 06:02:45 UTC FreeBSD ports repository Modified files: security/gaim-encryption Makefile distinfo Log: Update to 2.27. PR: 68355 Submitted by: maintainer Revision Changes Path 1.8 +3 -4 ports/security/gaim-encryption/Makefile 1.3 +2 -2 ports/security/gaim-encryption/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jun 27 06:02:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 375A816A4CE; Sun, 27 Jun 2004 06:02:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1979D43D45; Sun, 27 Jun 2004 06:02:02 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R61uRw091272; Sun, 27 Jun 2004 06:01:56 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R61upi091271; Sun, 27 Jun 2004 06:01:56 GMT (envelope-from marcus) Message-Id: <200406270601.i5R61upi091271@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 27 Jun 2004 06:01:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/meanwhile Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 06:02:02 -0000 marcus 2004-06-27 06:01:56 UTC FreeBSD ports repository Modified files: net/meanwhile Makefile distinfo Log: In case it wasn't obvious, the previous commit was: Obtained from: Meanwhile CVS Revision Changes Path 1.3 +0 -0 ports/net/meanwhile/Makefile 1.3 +0 -0 ports/net/meanwhile/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jun 27 06:03:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1F7E16A4CE; Sun, 27 Jun 2004 06:03:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A52EF43D2F; Sun, 27 Jun 2004 06:03:33 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R63M9d091375; Sun, 27 Jun 2004 06:03:22 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R63MXq091374; Sun, 27 Jun 2004 06:03:22 GMT (envelope-from marcus) Message-Id: <200406270603.i5R63MXq091374@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 27 Jun 2004 06:03:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/gaim-guifications Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 06:03:33 -0000 marcus 2004-06-27 06:03:22 UTC FreeBSD ports repository Modified files: misc/gaim-guifications Makefile distinfo pkg-plist Log: Update to 1.9. PR: 68356 Submitted by: maintainer Revision Changes Path 1.4 +3 -4 ports/misc/gaim-guifications/Makefile 1.3 +2 -2 ports/misc/gaim-guifications/distinfo 1.2 +29 -29 ports/misc/gaim-guifications/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 06:11:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B48C16A4CF; Sun, 27 Jun 2004 06:11:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDFE843D46; Sun, 27 Jun 2004 06:11:30 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R6BBQf091710; Sun, 27 Jun 2004 06:11:11 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R6BBOw091709; Sun, 27 Jun 2004 06:11:11 GMT (envelope-from marcus) Message-Id: <200406270611.i5R6BBOw091709@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 27 Jun 2004 06:11:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/gstreamer-plugins Makefile distinfo pkg-plist ports/multimedia/gstreamer-plugins/files patch-configure patch-ext_vorbis_vorbisparse.c patch-gst_ffmpegcolorspace_gstffmpegcolorspace.c patch-sys_ximage_ximagesink.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 06:11:31 -0000 marcus 2004-06-27 06:11:11 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins Makefile distinfo pkg-plist multimedia/gstreamer-plugins/files patch-configure Added files: multimedia/gstreamer-plugins/files patch-ext_vorbis_vorbisparse.c patch-gst_tcp_gsttcpclientsrc.h Removed files: multimedia/gstreamer-plugins/files patch-ext_gnomevfs_gstgnomevfssink.c patch-gst_ffmpegcolorspace_gstffmpegcolorspace.c patch-sys_oss_gstosselement.c patch-sys_ximage_ximagesink.h patch-sys_xvimage_xvimagesink.h Log: Update to 0.8.2, and add support for the DTS decoder. The full list of changes in this version can be found at http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.2.html Approved by: maintainer (implicit) Revision Changes Path 1.56 +20 -2 ports/multimedia/gstreamer-plugins/Makefile 1.12 +2 -2 ports/multimedia/gstreamer-plugins/distinfo 1.3 +4 -13 ports/multimedia/gstreamer-plugins/files/patch-configure 1.2 +0 -11 ports/multimedia/gstreamer-plugins/files/patch-ext_gnomevfs_gstgnomevfssink.c (dead) 1.1 +23 -0 ports/multimedia/gstreamer-plugins/files/patch-ext_vorbis_vorbisparse.c (new) 1.2 +0 -11 ports/multimedia/gstreamer-plugins/files/patch-gst_ffmpegcolorspace_gstffmpegcolorspace.c (dead) 1.1 +11 -0 ports/multimedia/gstreamer-plugins/files/patch-gst_tcp_gsttcpclientsrc.h (new) 1.4 +0 -25 ports/multimedia/gstreamer-plugins/files/patch-sys_oss_gstosselement.c (dead) 1.2 +0 -10 ports/multimedia/gstreamer-plugins/files/patch-sys_ximage_ximagesink.h (dead) 1.2 +0 -10 ports/multimedia/gstreamer-plugins/files/patch-sys_xvimage_xvimagesink.h (dead) 1.14 +12 -13 ports/multimedia/gstreamer-plugins/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 06:22:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDBCC16A4CE; Sun, 27 Jun 2004 06:22:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FEEB43D54; Sun, 27 Jun 2004 06:22:31 +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 i5R6MV2b092001; Sun, 27 Jun 2004 06:22:31 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R6MVEO092000; Sun, 27 Jun 2004 06:22:31 GMT (envelope-from hrs) Message-Id: <200406270622.i5R6MVEO092000@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 27 Jun 2004 06:22:31 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en Makefile index.xsl www/share/mk web.site.mk www/share/sgml includes.misc.xsl notices.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 06:22:31 -0000 hrs 2004-06-27 06:22:31 UTC FreeBSD doc repository Modified files: en Makefile index.xsl share/mk web.site.mk share/sgml includes.misc.xsl Added files: share/sgml notices.xml Log: Add notices.xml for Errata Notices and a new section for them on the top page. Based on work by: kensmith Revision Changes Path 1.112 +5 -2 www/en/Makefile 1.104 +24 -2 www/en/index.xsl 1.61 +2 -1 www/share/mk/web.site.mk 1.11 +127 -45 www/share/sgml/includes.misc.xsl 1.1 +36 -0 www/share/sgml/notices.xml (new) From owner-cvs-all@FreeBSD.ORG Sun Jun 27 06:29:10 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 06:46:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2116616A4CE; Sun, 27 Jun 2004 06:46:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04E1E43D1D; Sun, 27 Jun 2004 06:46:28 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R6kGJD092689; Sun, 27 Jun 2004 06:46:16 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R6kGMJ092688; Sun, 27 Jun 2004 06:46:16 GMT (envelope-from perky) Message-Id: <200406270646.i5R6kGMJ092688@repoman.freebsd.org> From: Hye-Shik Chang Date: Sun, 27 Jun 2004 06:46:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/py-websvcs Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 06:46:28 -0000 perky 2004-06-27 06:46:16 UTC FreeBSD ports repository Modified files: www/py-websvcs Makefile distinfo pkg-plist Log: Update to 0.11.4. Poked by: Paul Chvostek Revision Changes Path 1.7 +1 -1 ports/www/py-websvcs/Makefile 1.4 +2 -2 ports/www/py-websvcs/distinfo 1.4 +12 -4 ports/www/py-websvcs/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 08:28:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5F2516A4CE; Sun, 27 Jun 2004 08:28:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A0E243D31; Sun, 27 Jun 2004 08:28:33 +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 i5R8SLat095259; Sun, 27 Jun 2004 08:28:21 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R8SLHk095258; Sun, 27 Jun 2004 08:28:21 GMT (envelope-from hrs) Message-Id: <200406270828.i5R8SLHk095258@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 27 Jun 2004 08:28:21 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/share/sgml includes.misc.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 08:28:33 -0000 hrs 2004-06-27 08:28:21 UTC FreeBSD doc repository Modified files: share/sgml includes.misc.xsl Log: Fix typos. Revision Changes Path 1.12 +3 -3 www/share/sgml/includes.misc.xsl From owner-cvs-all@FreeBSD.ORG Sun Jun 27 08:49:40 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 08:49:41 -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-all@FreeBSD.ORG Sun Jun 27 09:03:33 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 09:06:18 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 09:38:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F25016A4D4; Sun, 27 Jun 2004 09:38:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 083A443D3F; Sun, 27 Jun 2004 09:38:29 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R9c1MU097136; Sun, 27 Jun 2004 09:38:01 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R9c10Z097135; Sun, 27 Jun 2004 09:38:01 GMT (envelope-from olgeni) Message-Id: <200406270938.i5R9c10Z097135@repoman.freebsd.org> From: Jimmy Olgeni Date: Sun, 27 Jun 2004 09:38:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/erlang Makefile Makefile.lib pkg-plist patch-erts_emulator_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 09:38:29 -0000 olgeni 2004-06-27 09:38:01 UTC FreeBSD ports repository Modified files: lang/erlang Makefile Makefile.lib pkg-plist lang/erlang/files patch-Makefile.in Added files: lang/erlang/files patch-erts_emulator_Makefile.in Log: Enable SAE/escript function, which allows creation of standalone Erlang scripts. Revision Changes Path 1.55 +10 -0 ports/lang/erlang/Makefile 1.6 +2 -1 ports/lang/erlang/Makefile.lib 1.4 +15 -4 ports/lang/erlang/files/patch-Makefile.in 1.1 +13 -0 ports/lang/erlang/files/patch-erts_emulator_Makefile.in (new) 1.13 +8 -0 ports/lang/erlang/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 09:41:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B55816A4CE; Sun, 27 Jun 2004 09:41:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F0E643D1F; Sun, 27 Jun 2004 09:41:45 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R9fGHa097299; Sun, 27 Jun 2004 09:41:16 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R9fGk9097298; Sun, 27 Jun 2004 09:41:16 GMT (envelope-from ale) Message-Id: <200406270941.i5R9fGk9097298@repoman.freebsd.org> From: Alex Dupre Date: Sun, 27 Jun 2004 09:41:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mod_security Makefile distinfo patch-apache2::mod_security.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 09:41:45 -0000 ale 2004-06-27 09:41:16 UTC FreeBSD ports repository Modified files: www/mod_security Makefile distinfo Removed files: www/mod_security/files patch-apache1::mod_security.c patch-apache2::mod_security.c Log: Update to 1.8.2 release. Revision Changes Path 1.16 +1 -1 ports/www/mod_security/Makefile 1.11 +2 -2 ports/www/mod_security/distinfo 1.2 +0 -10 ports/www/mod_security/files/patch-apache1::mod_security.c (dead) 1.2 +0 -10 ports/www/mod_security/files/patch-apache2::mod_security.c (dead) From owner-cvs-all@FreeBSD.ORG Sun Jun 27 09:53:19 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 09:53:19 -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-all@FreeBSD.ORG Sun Jun 27 09:59:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06F9116A4CE; Sun, 27 Jun 2004 09:58:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D017343D45; Sun, 27 Jun 2004 09:58:59 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5R9wjxT097794; Sun, 27 Jun 2004 09:58:45 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5R9wjhZ097793; Sun, 27 Jun 2004 09:58:45 GMT (envelope-from ale) Message-Id: <200406270958.i5R9wjhZ097793@repoman.freebsd.org> From: Alex Dupre Date: Sun, 27 Jun 2004 09:58:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/enigmail Makefile distinfo ports/mail/enigmail-thunderbird Makefile pkg-deinstall pkg-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 09:59:00 -0000 ale 2004-06-27 09:58:45 UTC FreeBSD ports repository Modified files: mail/enigmail Makefile distinfo mail/enigmail-thunderbird Makefile pkg-deinstall pkg-install Log: - Update enigmail-thunderbird to 0.84.1 - Add support for thunderbird 0.7 Revision Changes Path 1.11 +4 -1 ports/mail/enigmail-thunderbird/Makefile 1.4 +1 -1 ports/mail/enigmail-thunderbird/pkg-deinstall 1.4 +1 -1 ports/mail/enigmail-thunderbird/pkg-install 1.17 +4 -2 ports/mail/enigmail/Makefile 1.10 +4 -0 ports/mail/enigmail/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jun 27 09:59:21 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 10:01:55 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 10:10:35 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 10:12:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0E6116A4CE; Sun, 27 Jun 2004 10:12:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4B9143D48; Sun, 27 Jun 2004 10:12:39 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RACSu9098341; Sun, 27 Jun 2004 10:12:28 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RACSdB098340; Sun, 27 Jun 2004 10:12:28 GMT (envelope-from fjoe) Message-Id: <200406271012.i5RACSdB098340@repoman.freebsd.org> From: Max Khon Date: Sun, 27 Jun 2004 10:12:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/mc Makefile ports/misc/mc/files patch-lib-mc.ext.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 10:12:40 -0000 fjoe 2004-06-27 10:12:28 UTC FreeBSD ports repository Modified files: misc/mc Makefile Added files: misc/mc/files patch-lib-mc.ext.in Log: Recognize .tbz archives. Bump PORTREVISION. Submitted by: Andrey Slusar Revision Changes Path 1.97 +1 -1 ports/misc/mc/Makefile 1.1 +11 -0 ports/misc/mc/files/patch-lib-mc.ext.in (new) From owner-cvs-all@FreeBSD.ORG Sun Jun 27 10:36:00 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 10:37:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F36B16A4CE; Sun, 27 Jun 2004 10:37:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01E4043D2D; Sun, 27 Jun 2004 10:37:49 +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 i5RAb5FW099055; Sun, 27 Jun 2004 10:37:05 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RAb5fB099054; Sun, 27 Jun 2004 10:37:05 GMT (envelope-from josef) Message-Id: <200406271037.i5RAb5fB099054@repoman.freebsd.org> From: Josef El-Rayes Date: Sun, 27 Jun 2004 10:37:05 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/docproj translations.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 10:37:49 -0000 josef 2004-06-27 10:37:05 UTC FreeBSD doc repository Modified files: en/docproj translations.sgml Log: Add link to online version of the dutch FreeBSD handbook. Noticed by: Remko Lodder Revision Changes Path 1.69 +2 -2 www/en/docproj/translations.sgml From owner-cvs-all@FreeBSD.ORG Sun Jun 27 10:58:43 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 11:31:05 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 12:06:20 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 12:33:30 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 12:42:34 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 12:58:43 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 13:04:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5502416A4CF; Sun, 27 Jun 2004 13:04:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35F4B43D1D; Sun, 27 Jun 2004 13:04:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RD3jHj003666; Sun, 27 Jun 2004 13:03:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RD3jfO003665; Sun, 27 Jun 2004 13:03:45 GMT (envelope-from pav) Message-Id: <200406271303.i5RD3jfO003665@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 27 Jun 2004 13:03:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/mono Makefile distinfo pkg-plist ports/lang/mono/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 13:04:37 -0000 pav 2004-06-27 13:03:45 UTC FreeBSD ports repository Modified files: lang/mono Makefile distinfo pkg-plist lang/mono/files patch-configure Log: - Update to 0.97 PR: ports/68409 Submitted by: John Merryweather Cooper (maintainer) Revision Changes Path 1.31 +7 -6 ports/lang/mono/Makefile 1.14 +2 -2 ports/lang/mono/distinfo 1.4 +14 -10 ports/lang/mono/files/patch-configure 1.13 +4 -59 ports/lang/mono/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 13:04:56 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 13:07:10 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 13:09:38 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 13:10:21 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 13:22:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D14C316A4CE; Sun, 27 Jun 2004 13:22:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B327043D39; Sun, 27 Jun 2004 13:22:55 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RDMIUY004428; Sun, 27 Jun 2004 13:22:18 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RDMIHj004427; Sun, 27 Jun 2004 13:22:18 GMT (envelope-from lth) Message-Id: <200406271322.i5RDMIHj004427@repoman.freebsd.org> From: Lars Thegler Date: Sun, 27 Jun 2004 13:22:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/p5-dapple Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 13:22:56 -0000 lth 2004-06-27 13:22:18 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/p5-dapple Makefile distinfo pkg-descr pkg-plist Log: Add p5-dapple 0.21, DAAP library for Perl. Revision Changes Path 1.526 +1 -0 ports/audio/Makefile 1.1 +36 -0 ports/audio/p5-dapple/Makefile (new) 1.1 +1 -0 ports/audio/p5-dapple/distinfo (new) 1.1 +7 -0 ports/audio/p5-dapple/pkg-descr (new) 1.1 +7 -0 ports/audio/p5-dapple/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jun 27 13:23:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 041CF16A4CE; Sun, 27 Jun 2004 13:23:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA33443D1D; Sun, 27 Jun 2004 13:23:01 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RDMRco004474; Sun, 27 Jun 2004 13:22:27 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RDMRka004473; Sun, 27 Jun 2004 13:22:27 GMT (envelope-from lth) Message-Id: <200406271322.i5RDMRka004473@repoman.freebsd.org> From: Lars Thegler Date: Sun, 27 Jun 2004 13:22:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 13:23:02 -0000 lth 2004-06-27 13:22:27 UTC FreeBSD ports repository Modified files: . modules Log: p5-dapple --> ports/audio/p5-dapple Revision Changes Path 1.10415 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jun 27 13:26:17 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 13:37:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD54416A4CE; Sun, 27 Jun 2004 13:37:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B566C43D41; Sun, 27 Jun 2004 13:37:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RDbnr0005039; Sun, 27 Jun 2004 13:37:49 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RDbnxW005038; Sun, 27 Jun 2004 13:37:49 GMT (envelope-from pav) Message-Id: <200406271337.i5RDbnxW005038@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 27 Jun 2004 13:37:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/cups-samba Makefile distinfo pkg-descr pkg-message pkg-plistpatch-cups-samba.remove X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 13:37:49 -0000 pav 2004-06-27 13:37:49 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/cups-samba Makefile distinfo pkg-descr pkg-message pkg-plist print/cups-samba/files patch-cups-samba.install patch-cups-samba.remove Log: Add cups-samba, a client-side drivers for CUPS/Samba FreeBSD server with Windows clients. PR: ports/62680 Submitted by: John Merryweather Cooper Revision Changes Path 1.313 +1 -0 ports/print/Makefile 1.1 +48 -0 ports/print/cups-samba/Makefile (new) 1.1 +2 -0 ports/print/cups-samba/distinfo (new) 1.1 +100 -0 ports/print/cups-samba/files/patch-cups-samba.install (new) 1.1 +37 -0 ports/print/cups-samba/files/patch-cups-samba.remove (new) 1.1 +9 -0 ports/print/cups-samba/pkg-descr (new) 1.1 +84 -0 ports/print/cups-samba/pkg-message (new) 1.1 +7 -0 ports/print/cups-samba/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jun 27 13:38:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 538EF16A4CF; Sun, 27 Jun 2004 13:38:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 366F143D39; Sun, 27 Jun 2004 13:38:29 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RDcTiG005083; Sun, 27 Jun 2004 13:38:29 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RDcT4V005082; Sun, 27 Jun 2004 13:38:29 GMT (envelope-from pav) Message-Id: <200406271338.i5RDcT4V005082@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 27 Jun 2004 13:38:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 13:38:29 -0000 pav 2004-06-27 13:38:29 UTC FreeBSD ports repository Modified files: . modules Log: cups-samba --> ports/print/cups-samba Revision Changes Path 1.10416 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jun 27 13:57:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8467416A4CE; Sun, 27 Jun 2004 13:57:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D15843D46; Sun, 27 Jun 2004 13:57:02 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RDusp3005668; Sun, 27 Jun 2004 13:56:54 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RDus8b005667; Sun, 27 Jun 2004 13:56:54 GMT (envelope-from pav) Message-Id: <200406271356.i5RDus8b005667@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 27 Jun 2004 13:56:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms Makefile ports/comms/thebridge Makefile distinfo pkg-descr pkg-plist ports/comms/thebridge/files patch-FreeBSD-tbd.sh patch-Makefile.in patch-configure patch-src-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 13:57:02 -0000 pav 2004-06-27 13:56:54 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/thebridge Makefile distinfo pkg-descr pkg-plist comms/thebridge/files patch-FreeBSD-tbd.sh patch-Makefile.in patch-configure patch-src-Makefile.in Log: Add thebridge, an amateur radio EchoLink compatible conference bridge reimplementation for UNIX PR: ports/68350 Submitted by: Diane Bruce Revision Changes Path 1.109 +1 -0 ports/comms/Makefile 1.1 +34 -0 ports/comms/thebridge/Makefile (new) 1.1 +2 -0 ports/comms/thebridge/distinfo (new) 1.1 +11 -0 ports/comms/thebridge/files/patch-FreeBSD-tbd.sh (new) 1.1 +16 -0 ports/comms/thebridge/files/patch-Makefile.in (new) 1.1 +20 -0 ports/comms/thebridge/files/patch-configure (new) 1.1 +21 -0 ports/comms/thebridge/files/patch-src-Makefile.in (new) 1.1 +6 -0 ports/comms/thebridge/pkg-descr (new) 1.1 +4 -0 ports/comms/thebridge/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jun 27 13:57:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0416616A4CE; Sun, 27 Jun 2004 13:57:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB48243D2D; Sun, 27 Jun 2004 13:57:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RDvSUs005711; Sun, 27 Jun 2004 13:57:28 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RDvSts005710; Sun, 27 Jun 2004 13:57:28 GMT (envelope-from pav) Message-Id: <200406271357.i5RDvSts005710@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 27 Jun 2004 13:57:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 13:57:40 -0000 pav 2004-06-27 13:57:28 UTC FreeBSD ports repository Modified files: . modules Log: thebridge --> ports/comms/thebridge Revision Changes Path 1.10417 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jun 27 14:07:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFEC716A4CE; Sun, 27 Jun 2004 14:07:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEE7D43D49; Sun, 27 Jun 2004 14:07:25 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RE7P0V006019; Sun, 27 Jun 2004 14:07:25 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RE7PMV006018; Sun, 27 Jun 2004 14:07:25 GMT (envelope-from pav) Message-Id: <200406271407.i5RE7PMV006018@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 27 Jun 2004 14:07:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/bnbt Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 14:07:26 -0000 pav 2004-06-27 14:07:25 UTC FreeBSD ports repository Modified files: net/bnbt Makefile distinfo Log: - Update to 77b-3 PR: ports/68415 Submitted by: Florent Thoumie (maintainer) Revision Changes Path 1.6 +2 -2 ports/net/bnbt/Makefile 1.6 +2 -2 ports/net/bnbt/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jun 27 14:13:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0B6116A4CE; Sun, 27 Jun 2004 14:13:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B326843D39; Sun, 27 Jun 2004 14:13:03 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RED32L006208; Sun, 27 Jun 2004 14:13:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RED3FM006207; Sun, 27 Jun 2004 14:13:03 GMT (envelope-from pav) Message-Id: <200406271413.i5RED3FM006207@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 27 Jun 2004 14:13:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/phptags Makefile distinfo ports/devel/phptags/files patch-phptags.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 14:13:04 -0000 pav 2004-06-27 14:13:03 UTC FreeBSD ports repository Modified files: devel/phptags Makefile distinfo Removed files: devel/phptags/files patch-phptags.c Log: - Update to 0.2.2 PR: ports/68418 Submitted by: Roman Bogorodskiy (maintainer) Revision Changes Path 1.4 +1 -1 ports/devel/phptags/Makefile 1.3 +2 -2 ports/devel/phptags/distinfo 1.2 +0 -64 ports/devel/phptags/files/patch-phptags.c (dead) From owner-cvs-all@FreeBSD.ORG Sun Jun 27 14:16:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80EFF16A4CE; Sun, 27 Jun 2004 14:16:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63F2B43D2F; Sun, 27 Jun 2004 14:16:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5REGjJv006353; Sun, 27 Jun 2004 14:16:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5REGjgj006352; Sun, 27 Jun 2004 14:16:45 GMT (envelope-from pav) Message-Id: <200406271416.i5REGjgj006352@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 27 Jun 2004 14:16:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/fftw3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 14:16:45 -0000 pav 2004-06-27 14:16:45 UTC FreeBSD ports repository Modified files: math/fftw3 Makefile Log: - Fix WITH_SSE on 4.x by using gcc-3.3 - Update MASTER_SITES PR: ports/68407 Submitted by: michael johnson (maintainer) Revision Changes Path 1.21 +4 -1 ports/math/fftw3/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jun 27 14:25:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 642B716A4CE; Sun, 27 Jun 2004 14:25:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4720E43D39; Sun, 27 Jun 2004 14:25:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5REOmhU006579; Sun, 27 Jun 2004 14:24:48 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5REOmmQ006578; Sun, 27 Jun 2004 14:24:48 GMT (envelope-from pav) Message-Id: <200406271424.i5REOmmQ006578@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 27 Jun 2004 14:24:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/tdiary Makefile distinfo ports/japanese/tdiary Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 14:25:01 -0000 pav 2004-06-27 14:24:48 UTC FreeBSD ports repository Modified files: www/tdiary Makefile distinfo japanese/tdiary Makefile Log: - Update to 2.0.0 PR: ports/68406, ports/68410 Submitted by: Fumihiko Kimura (maintainer) Revision Changes Path 1.5 +1 -1 ports/japanese/tdiary/Makefile 1.13 +4 -12 ports/www/tdiary/Makefile 1.6 +2 -2 ports/www/tdiary/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jun 27 14:29:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A7D316A4CF; Sun, 27 Jun 2004 14:29:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C52743D53; Sun, 27 Jun 2004 14:29:09 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RET9vZ006761; Sun, 27 Jun 2004 14:29:09 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RET9Mw006760; Sun, 27 Jun 2004 14:29:09 GMT (envelope-from thierry) Message-Id: <200406271429.i5RET9Mw006760@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 27 Jun 2004 14:29:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/mnemo Makefile distinfo pkg-message ports/deskutils/mnemo/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 14:29:09 -0000 thierry 2004-06-27 14:29:09 UTC FreeBSD ports repository Modified files: deskutils/mnemo Makefile distinfo Added files: deskutils/mnemo/files pkg-message.in Removed files: deskutils/mnemo pkg-message Log: Upgrade to 1.1.2. Revision Changes Path 1.6 +8 -5 ports/deskutils/mnemo/Makefile 1.4 +2 -2 ports/deskutils/mnemo/distinfo 1.1 +21 -0 ports/deskutils/mnemo/files/pkg-message.in (new) 1.2 +0 -21 ports/deskutils/mnemo/pkg-message (dead) From owner-cvs-all@FreeBSD.ORG Sun Jun 27 14:40:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49FD416A4CE; Sun, 27 Jun 2004 14:40:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C34B43D31; Sun, 27 Jun 2004 14:40:05 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5REe5G1007042; Sun, 27 Jun 2004 14:40:05 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5REe4Kr007041; Sun, 27 Jun 2004 14:40:04 GMT (envelope-from simon) Message-Id: <200406271440.i5REe4Kr007041@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 27 Jun 2004 14:40:04 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/share/mk web.site.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 14:40:05 -0000 simon 2004-06-27 14:40:04 UTC FreeBSD doc repository Modified files: share/mk web.site.mk Log: If /usr/bin/perl5 does not exist and /usr/local/bin/perl5 does, use the later as fallback. Revision Changes Path 1.62 +4 -1 www/share/mk/web.site.mk From owner-cvs-all@FreeBSD.ORG Sun Jun 27 14:44:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02CA816A4CE; Sun, 27 Jun 2004 14:44:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6EC243D1D; Sun, 27 Jun 2004 14:44:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5REidT5007182; Sun, 27 Jun 2004 14:44:39 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5REidWY007181; Sun, 27 Jun 2004 14:44:39 GMT (envelope-from pav) Message-Id: <200406271444.i5REidWY007181@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 27 Jun 2004 14:44:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/xmedcon Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 14:44:40 -0000 pav 2004-06-27 14:44:39 UTC FreeBSD ports repository Modified files: graphics/xmedcon Makefile distinfo Log: - Update to 0.9.7.1 - Correct handling of OPTIONS PR: ports/68398 Submitted by: Paul Everlund (maintainer) Revision Changes Path 1.16 +14 -14 ports/graphics/xmedcon/Makefile 1.13 +2 -2 ports/graphics/xmedcon/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jun 27 14:51:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90E1816A4CE; Sun, 27 Jun 2004 14:51:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7383B43D45; Sun, 27 Jun 2004 14:51:46 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5REpivj007471; Sun, 27 Jun 2004 14:51:44 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5REpiYo007470; Sun, 27 Jun 2004 14:51:44 GMT (envelope-from pav) Message-Id: <200406271451.i5REpiYo007470@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 27 Jun 2004 14:51:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/py-webware Makefile pkg-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 14:51:46 -0000 pav 2004-06-27 14:51:44 UTC FreeBSD ports repository Modified files: www/py-webware Makefile pkg-install Log: - Use UID 108 and unmark IGNOREd PR: ports/68400 Submitted by: Stefan Schwarzer (maintainer) Revision Changes Path 1.4 +0 -4 ports/www/py-webware/Makefile 1.2 +2 -2 ports/www/py-webware/pkg-install From owner-cvs-all@FreeBSD.ORG Sun Jun 27 14:52:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CBA516A4CE; Sun, 27 Jun 2004 14:52:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 305C443D2F; Sun, 27 Jun 2004 14:52:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5REqSfA007516; Sun, 27 Jun 2004 14:52:28 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5REqSoZ007515; Sun, 27 Jun 2004 14:52:28 GMT (envelope-from pav) Message-Id: <200406271452.i5REqSoZ007515@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 27 Jun 2004 14:52:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 14:52:28 -0000 pav 2004-06-27 14:52:28 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - Register UID 108 for webkit (www/py-webware) Revision Changes Path 1.449 +1 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Sun Jun 27 14:55:12 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 14:58:21 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 15:20:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8A4C16A4CE; Sun, 27 Jun 2004 15:20:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B11F43D41; Sun, 27 Jun 2004 15:20:11 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RFJs6C008243; Sun, 27 Jun 2004 15:19:54 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RFJsRl008242; Sun, 27 Jun 2004 15:19:54 GMT (envelope-from skv) Message-Id: <200406271519.i5RFJsRl008242@repoman.freebsd.org> From: Sergey Skvortsov Date: Sun, 27 Jun 2004 15:19:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Devel-DProfPP Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 15:20:11 -0000 skv 2004-06-27 15:19:54 UTC FreeBSD ports repository Modified files: devel/p5-Devel-DProfPP Makefile Log: Require perl 5.6 or later. Pointed by: kris Revision Changes Path 1.2 +7 -1 ports/devel/p5-Devel-DProfPP/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jun 27 15:27:33 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 15:35:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F09916A4CE; Sun, 27 Jun 2004 15:35:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 275E343D3F; Sun, 27 Jun 2004 15:35:18 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RFYpfa008684; Sun, 27 Jun 2004 15:34:51 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RFYpJB008683; Sun, 27 Jun 2004 15:34:51 GMT (envelope-from lth) Message-Id: <200406271534.i5RFYpJB008683@repoman.freebsd.org> From: Lars Thegler Date: Sun, 27 Jun 2004 15:34:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefileports/security/p5-Digest-MD5-M4p Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 15:35:18 -0000 lth 2004-06-27 15:34:51 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Digest-MD5-M4p Makefile distinfo pkg-descr pkg-plist Log: Add p5-Digest-MD5-M4p 0.01, Perl interface to a variant of the MD5 algorithm. Approved by: erwin (implicit) Revision Changes Path 1.518 +1 -0 ports/security/Makefile 1.1 +38 -0 ports/security/p5-Digest-MD5-M4p/Makefile (new) 1.1 +2 -0 ports/security/p5-Digest-MD5-M4p/distinfo (new) 1.1 +4 -0 ports/security/p5-Digest-MD5-M4p/pkg-descr (new) 1.1 +9 -0 ports/security/p5-Digest-MD5-M4p/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jun 27 15:35:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B935216A4CE; Sun, 27 Jun 2004 15:35:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B45943D1D; Sun, 27 Jun 2004 15:35:56 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RFZYYM008807; Sun, 27 Jun 2004 15:35:34 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RFZYbr008806; Sun, 27 Jun 2004 15:35:34 GMT (envelope-from lth) Message-Id: <200406271535.i5RFZYbr008806@repoman.freebsd.org> From: Lars Thegler Date: Sun, 27 Jun 2004 15:35:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 15:35:56 -0000 lth 2004-06-27 15:35:34 UTC FreeBSD ports repository Modified files: . modules Log: p5-Digest-MD5-M4p --> ports/security/p5-Digest-MD5-M4p Revision Changes Path 1.10418 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jun 27 16:30:52 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 16:43:08 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 16:45:28 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 16:51:12 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 16:55:46 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 16:59:03 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 16:59:19 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 17:27:04 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 17:32:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC6C416A4CE; Sun, 27 Jun 2004 17:32:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4B0143D1F; Sun, 27 Jun 2004 17:32:30 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RHWUIe012263; Sun, 27 Jun 2004 17:32:30 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RHWUb3012262; Sun, 27 Jun 2004 17:32:30 GMT (envelope-from marcus) Message-Id: <200406271732.i5RHWUb3012262@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 27 Jun 2004 17:32:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.gnome.mk ports/audio/beast/files patch-configure ports/audio/streamtuner/files patch-configure ports/net/gnomba/files patch-ac ports/sysutils/gnomecontrolcenter2/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 17:32:31 -0000 marcus 2004-06-27 17:32:30 UTC FreeBSD ports repository Modified files: Mk bsd.gnome.mk audio/beast/files patch-configure databases/gnomedb/files patch-configure sysutils/gnomecontrolcenter2/files patch-configure Removed files: audio/streamtuner/files patch-configure net/gnomba/files patch-ac Log: Add more locale directory hacks to bsd.gnome.mk, and fix ports that tried to fix these using their own patches. PR: 68256 Submitted by: Jean-Yves Lefort Revision Changes Path 1.72 +4 -2 ports/Mk/bsd.gnome.mk 1.2 +0 -9 ports/audio/beast/files/patch-configure 1.2 +0 -11 ports/audio/streamtuner/files/patch-configure (dead) 1.9 +1 -10 ports/databases/gnomedb/files/patch-configure 1.2 +0 -11 ports/net/gnomba/files/patch-ac (dead) 1.8 +0 -9 ports/sysutils/gnomecontrolcenter2/files/patch-configure From owner-cvs-all@FreeBSD.ORG Sun Jun 27 17:48:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 503AE16A4CE; Sun, 27 Jun 2004 17:48:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 335E343D1D; Sun, 27 Jun 2004 17:48:53 +0000 (GMT) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RHmo9b012705; Sun, 27 Jun 2004 17:48:50 GMT (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RHmoEH012704; Sun, 27 Jun 2004 17:48:50 GMT (envelope-from lkoeller) Message-Id: <200406271748.i5RHmoEH012704@repoman.freebsd.org> From: Lars Koeller Date: Sun, 27 Jun 2004 17:48:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/bacula Makefile distinfo patch-autoconf-Make.common.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 17:48:53 -0000 lkoeller 2004-06-27 17:48:50 UTC FreeBSD ports repository Modified files: sysutils/bacula Makefile distinfo sysutils/bacula/files patch-autoconf-Make.common.in Removed files: sysutils/bacula/files patch-Makefile.in Log: o) Update to version 1.34.5 Revision Changes Path 1.26 +1 -1 ports/sysutils/bacula/Makefile 1.11 +2 -2 ports/sysutils/bacula/distinfo 1.2 +0 -20 ports/sysutils/bacula/files/patch-Makefile.in (dead) 1.4 +6 -6 ports/sysutils/bacula/files/patch-autoconf-Make.common.in From owner-cvs-all@FreeBSD.ORG Sun Jun 27 17:56:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB5016A4CE; Sun, 27 Jun 2004 17:56:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5109343D46; Sun, 27 Jun 2004 17:56:12 +0000 (GMT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RHuC2I012964; Sun, 27 Jun 2004 17:56:12 GMT (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RHuCWU012963; Sun, 27 Jun 2004 17:56:12 GMT (envelope-from obraun) Message-Id: <200406271756.i5RHuCWU012963@repoman.freebsd.org> From: Oliver Braun Date: Sun, 27 Jun 2004 17:56:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/darcs Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 17:56:12 -0000 obraun 2004-06-27 17:56:12 UTC FreeBSD ports repository Modified files: devel/darcs Makefile distinfo Log: Upgrade to 0.9.22. PR: ports/68397 Submitted by: Björn Lindström Revision Changes Path 1.21 +1 -1 ports/devel/darcs/Makefile 1.15 +2 -2 ports/devel/darcs/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:00:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C75F516A4CE; Sun, 27 Jun 2004 18:00:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8D4A43D2D; Sun, 27 Jun 2004 18:00:57 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RI0vYn013120; Sun, 27 Jun 2004 18:00:57 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RI0vtn013119; Sun, 27 Jun 2004 18:00:57 GMT (envelope-from krion) Message-Id: <200406271800.i5RI0vtn013119@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:00:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/par2cmdline Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:00:57 -0000 krion 2004-06-27 18:00:57 UTC FreeBSD ports repository Modified files: archivers/par2cmdline Makefile distinfo Removed files: archivers/par2cmdline pkg-plist Log: Update to version 0.4 PR: ports/68366 Submitted by: Ports Fury Revision Changes Path 1.3 +9 -2 ports/archivers/par2cmdline/Makefile 1.3 +2 -2 ports/archivers/par2cmdline/distinfo 1.2 +0 -6 ports/archivers/par2cmdline/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:01:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B46216A4CE; Sun, 27 Jun 2004 18:01:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D01643D39; Sun, 27 Jun 2004 18:01:24 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RI1NTN013161; Sun, 27 Jun 2004 18:01:23 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RI1NMo013160; Sun, 27 Jun 2004 18:01:23 GMT (envelope-from krion) Message-Id: <200406271801.i5RI1NMo013160@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:01:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/nightfall Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:01:24 -0000 krion 2004-06-27 18:01:23 UTC FreeBSD ports repository Modified files: astro/nightfall Makefile distinfo Log: Update to version 1.38 PR: ports/68367 Submitted by: Ports Fury Revision Changes Path 1.10 +1 -2 ports/astro/nightfall/Makefile 1.6 +2 -2 ports/astro/nightfall/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:01:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3E3B16A4CE; Sun, 27 Jun 2004 18:01:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86AAE43D1F; Sun, 27 Jun 2004 18:01:58 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RI1wmv013228; Sun, 27 Jun 2004 18:01:58 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RI1wIm013227; Sun, 27 Jun 2004 18:01:58 GMT (envelope-from krion) Message-Id: <200406271801.i5RI1wIm013227@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:01:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/mhwaveedit Makefile distinfo ports/audio/mhwaveedit/files patch-src::recorddialog.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:01:58 -0000 krion 2004-06-27 18:01:58 UTC FreeBSD ports repository Modified files: audio/mhwaveedit Makefile distinfo Removed files: audio/mhwaveedit/files patch-src::recorddialog.c Log: Update to version 1.3.0 PR: ports/68368 Submitted by: Ports Fury Revision Changes Path 1.24 +16 -2 ports/audio/mhwaveedit/Makefile 1.14 +2 -2 ports/audio/mhwaveedit/distinfo 1.2 +0 -12 ports/audio/mhwaveedit/files/patch-src::recorddialog.c (dead) From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:02:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B82C16A4CE; Sun, 27 Jun 2004 18:02:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 758F743D2F; Sun, 27 Jun 2004 18:02:24 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RI2OJb013270; Sun, 27 Jun 2004 18:02:24 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RI2ONC013269; Sun, 27 Jun 2004 18:02:24 GMT (envelope-from krion) Message-Id: <200406271802.i5RI2ONC013269@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:02:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/gerbv Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:02:24 -0000 krion 2004-06-27 18:02:24 UTC FreeBSD ports repository Modified files: cad/gerbv Makefile distinfo pkg-plist Log: Update to version 0.16 PR: ports/68369 Submitted by: Ports Fury Revision Changes Path 1.17 +5 -10 ports/cad/gerbv/Makefile 1.8 +2 -2 ports/cad/gerbv/distinfo 1.7 +4 -0 ports/cad/gerbv/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:03:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A6A916A4CE; Sun, 27 Jun 2004 18:03:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 455CA43D5C; Sun, 27 Jun 2004 18:03:29 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RI3S1Q013381; Sun, 27 Jun 2004 18:03:28 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RI3Sh7013380; Sun, 27 Jun 2004 18:03:28 GMT (envelope-from krion) Message-Id: <200406271803.i5RI3Sh7013380@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:03:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/genius Makefile distinfo pkg-plist ports/deskutils/genius/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:03:29 -0000 krion 2004-06-27 18:03:28 UTC FreeBSD ports repository Modified files: deskutils/genius Makefile distinfo pkg-plist Added files: deskutils/genius/files patch-Makefile.in Log: Update to version 0.6.1 PR: ports/68371 Submitted by: Ports Fury Revision Changes Path 1.31 +1 -2 ports/deskutils/genius/Makefile 1.10 +2 -2 ports/deskutils/genius/distinfo 1.1 +14 -0 ports/deskutils/genius/files/patch-Makefile.in (new) 1.9 +7 -0 ports/deskutils/genius/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:04:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7E8416A4CE; Sun, 27 Jun 2004 18:04:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8E9E43D1F; Sun, 27 Jun 2004 18:04:45 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RI4jtn013466; Sun, 27 Jun 2004 18:04:45 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RI4jmj013465; Sun, 27 Jun 2004 18:04:45 GMT (envelope-from krion) Message-Id: <200406271804.i5RI4jmj013465@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:04:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/ljcharm Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:04:45 -0000 krion 2004-06-27 18:04:45 UTC FreeBSD ports repository Modified files: deskutils/ljcharm Makefile distinfo pkg-plist Log: Update to version 1.4.0 PR: ports/68373 Submitted by: Ports Fury Revision Changes Path 1.3 +8 -11 ports/deskutils/ljcharm/Makefile 1.3 +2 -2 ports/deskutils/ljcharm/distinfo 1.2 +5 -5 ports/deskutils/ljcharm/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:05:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6CE516A4CE; Sun, 27 Jun 2004 18:05:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8C5843D46; Sun, 27 Jun 2004 18:05:39 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RI5bG6013608; Sun, 27 Jun 2004 18:05:37 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RI5bQK013607; Sun, 27 Jun 2004 18:05:37 GMT (envelope-from krion) Message-Id: <200406271805.i5RI5bQK013607@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:05:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/cxref Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:05:40 -0000 krion 2004-06-27 18:05:37 UTC FreeBSD ports repository Modified files: devel/cxref Makefile distinfo Removed files: devel/cxref pkg-plist Log: Update to version 1.5g PR: ports/68374 Submitted by: Ports Fury Revision Changes Path 1.23 +7 -5 ports/devel/cxref/Makefile 1.11 +2 -2 ports/devel/cxref/distinfo 1.7 +0 -4 ports/devel/cxref/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:06:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D0D116A4CE; Sun, 27 Jun 2004 18:06:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FC8B43D39; Sun, 27 Jun 2004 18:06:40 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RI6dkc013698; Sun, 27 Jun 2004 18:06:39 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RI6duZ013697; Sun, 27 Jun 2004 18:06:39 GMT (envelope-from krion) Message-Id: <200406271806.i5RI6duZ013697@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:06:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/knights Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:06:40 -0000 krion 2004-06-27 18:06:39 UTC FreeBSD ports repository Modified files: games/knights Makefile distinfo pkg-plist Log: Update to version 0.6 PR: ports/68377 Submitted by: Ports Fury Revision Changes Path 1.7 +7 -7 ports/games/knights/Makefile 1.3 +2 -2 ports/games/knights/distinfo 1.2 +27 -24 ports/games/knights/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:02:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B39FE16A4CE; Sun, 27 Jun 2004 18:02:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 954BA43D39; Sun, 27 Jun 2004 18:02:50 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RI2oLR013308; Sun, 27 Jun 2004 18:02:50 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RI2oJI013307; Sun, 27 Jun 2004 18:02:50 GMT (envelope-from krion) Message-Id: <200406271802.i5RI2oJI013307@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:02:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/unixODBC Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:02:50 -0000 krion 2004-06-27 18:02:50 UTC FreeBSD ports repository Modified files: databases/unixODBC Makefile distinfo pkg-plist Log: Update to version 2.2.9 PR: ports/68370 Submitted by: Ports Fury Revision Changes Path 1.40 +1 -1 ports/databases/unixODBC/Makefile 1.23 +2 -2 ports/databases/unixODBC/distinfo 1.21 +1 -0 ports/databases/unixODBC/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:03:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ACD216A4CE; Sun, 27 Jun 2004 18:03:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DB0543D1F; Sun, 27 Jun 2004 18:03:48 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RI3m1E013419; Sun, 27 Jun 2004 18:03:48 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RI3l2i013418; Sun, 27 Jun 2004 18:03:48 GMT (envelope-from krion) Message-Id: <200406271803.i5RI3l2i013418@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:03:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/knowit Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:03:48 -0000 krion 2004-06-27 18:03:47 UTC FreeBSD ports repository Modified files: deskutils/knowit Makefile distinfo pkg-plist Log: Update to version 0.10 PR: ports/68372 Submitted by: Ports Fury Revision Changes Path 1.13 +9 -5 ports/deskutils/knowit/Makefile 1.6 +2 -2 ports/deskutils/knowit/distinfo 1.7 +2 -2 ports/deskutils/knowit/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:06:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42FAE16A4CE; Sun, 27 Jun 2004 18:06:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2455743D1F; Sun, 27 Jun 2004 18:06:20 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RI6Igi013660; Sun, 27 Jun 2004 18:06:18 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RI6Iur013659; Sun, 27 Jun 2004 18:06:18 GMT (envelope-from krion) Message-Id: <200406271806.i5RI6Iur013659@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:06:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/dparser Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:06:20 -0000 krion 2004-06-27 18:06:18 UTC FreeBSD ports repository Modified files: devel/dparser Makefile distinfo Removed files: devel/dparser pkg-plist Log: Update to version 1.10 PR: ports/68375 Submitted by: Ports Fury Revision Changes Path 1.6 +12 -4 ports/devel/dparser/Makefile 1.4 +2 -2 ports/devel/dparser/distinfo 1.2 +0 -9 ports/devel/dparser/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:07:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFD8816A4E6; Sun, 27 Jun 2004 18:07:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92E7543D2F; Sun, 27 Jun 2004 18:07:03 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RI73tT013736; Sun, 27 Jun 2004 18:07:03 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RI73We013735; Sun, 27 Jun 2004 18:07:03 GMT (envelope-from krion) Message-Id: <200406271807.i5RI73We013735@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:07:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/tux-aqfh Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:07:03 -0000 krion 2004-06-27 18:07:03 UTC FreeBSD ports repository Modified files: games/tux-aqfh Makefile Log: Fix build PR: ports/68378 Submitted by: Ports Fury Revision Changes Path 1.11 +13 -10 ports/games/tux-aqfh/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:07:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0D4A16A4CE; Sun, 27 Jun 2004 18:07:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A480A43D48; Sun, 27 Jun 2004 18:07:44 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RI7Wfi013775; Sun, 27 Jun 2004 18:07:32 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RI7Ww8013774; Sun, 27 Jun 2004 18:07:32 GMT (envelope-from krion) Message-Id: <200406271807.i5RI7Ww8013774@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:07:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/vamos Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:07:45 -0000 krion 2004-06-27 18:07:32 UTC FreeBSD ports repository Modified files: games/vamos Makefile Log: Mark as BROKEN on 4.x PR: ports/68379 Submitted by: Ports Fury Revision Changes Path 1.27 +7 -1 ports/games/vamos/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:09:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 636C616A4D0; Sun, 27 Jun 2004 18:09:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DCA743D45; Sun, 27 Jun 2004 18:09:55 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RI9rKD014002; Sun, 27 Jun 2004 18:09:53 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RI9r3L014001; Sun, 27 Jun 2004 18:09:53 GMT (envelope-from krion) Message-Id: <200406271809.i5RI9r3L014001@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:09:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gliv Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:09:55 -0000 krion 2004-06-27 18:09:53 UTC FreeBSD ports repository Modified files: graphics/gliv Makefile distinfo Log: Update to version 1.8.3 PR: ports/68383 Submitted by: Ports Fury Revision Changes Path 1.28 +1 -2 ports/graphics/gliv/Makefile 1.17 +2 -2 ports/graphics/gliv/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:08:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CE2316A4CE; Sun, 27 Jun 2004 18:08:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F02543D2D; Sun, 27 Jun 2004 18:08:20 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RI8EDx013855; Sun, 27 Jun 2004 18:08:14 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RI8EN8013854; Sun, 27 Jun 2004 18:08:14 GMT (envelope-from krion) Message-Id: <200406271808.i5RI8EN8013854@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:08:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/dvipng Makefile distinfo ports/graphics/dvipng/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:08:20 -0000 krion 2004-06-27 18:08:14 UTC FreeBSD ports repository Modified files: graphics/dvipng Makefile distinfo Added files: graphics/dvipng/files patch-Makefile.in Log: Update to version 1.1 PR: ports/68380 Submitted by: Ports Fury Revision Changes Path 1.6 +4 -6 ports/graphics/dvipng/Makefile 1.5 +2 -2 ports/graphics/dvipng/distinfo 1.1 +19 -0 ports/graphics/dvipng/files/patch-Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:08:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4A4516A4CF; Sun, 27 Jun 2004 18:08:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D5E143D1F; Sun, 27 Jun 2004 18:08:45 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RI8ciu013889; Sun, 27 Jun 2004 18:08:38 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RI8cd5013888; Sun, 27 Jun 2004 18:08:38 GMT (envelope-from krion) Message-Id: <200406271808.i5RI8cd5013888@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:08:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/epstool Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:08:46 -0000 krion 2004-06-27 18:08:38 UTC FreeBSD ports repository Modified files: graphics/epstool Makefile Log: Add MASTER_SITE_TEX_CTAN to MASTER_SITES PR: ports/68381 Submitted by: Ports Fury Revision Changes Path 1.23 +3 -2 ports/graphics/epstool/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:09:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEB6C16A4CE; Sun, 27 Jun 2004 18:09:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7D1643D2F; Sun, 27 Jun 2004 18:09:20 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RI9KSP013966; Sun, 27 Jun 2004 18:09:20 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RI9Kov013965; Sun, 27 Jun 2004 18:09:20 GMT (envelope-from krion) Message-Id: <200406271809.i5RI9Kov013965@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:09:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gfont Makefile distinfo pkg-descr pkg-message pkg-plist ports/graphics/gfont/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:09:20 -0000 krion 2004-06-27 18:09:20 UTC FreeBSD ports repository Modified files: graphics/gfont Makefile distinfo pkg-descr pkg-plist Removed files: graphics/gfont pkg-message graphics/gfont/files patch-aa Log: Update to version 1.0.3 PR: ports/68382 Submitted by: Ports Fury Revision Changes Path 1.14 +8 -9 ports/graphics/gfont/Makefile 1.4 +2 -2 ports/graphics/gfont/distinfo 1.2 +0 -19 ports/graphics/gfont/files/patch-aa (dead) 1.4 +6 -18 ports/graphics/gfont/pkg-descr 1.2 +0 -12 ports/graphics/gfont/pkg-message (dead) 1.3 +50 -4 ports/graphics/gfont/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:10:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0887716A4CE; Sun, 27 Jun 2004 18:10:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF78B43D1D; Sun, 27 Jun 2004 18:10:45 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RIAjIc014098; Sun, 27 Jun 2004 18:10:45 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RIAj6h014097; Sun, 27 Jun 2004 18:10:45 GMT (envelope-from krion) Message-Id: <200406271810.i5RIAj6h014097@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:10:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/jbigkit Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:10:46 -0000 krion 2004-06-27 18:10:45 UTC FreeBSD ports repository Modified files: graphics/jbigkit Makefile distinfo Log: Update to version 1.6 PR: ports/68384 Submitted by: Ports Fury Revision Changes Path 1.21 +2 -2 ports/graphics/jbigkit/Makefile 1.9 +2 -2 ports/graphics/jbigkit/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:11:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35ADB16A4CE; Sun, 27 Jun 2004 18:11:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18D3443D31; Sun, 27 Jun 2004 18:11:15 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RIBEUM014189; Sun, 27 Jun 2004 18:11:14 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RIBET1014188; Sun, 27 Jun 2004 18:11:14 GMT (envelope-from krion) Message-Id: <200406271811.i5RIBET1014188@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:11:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/pngwriter Makefile distinfo pkg-plist ports/graphics/pngwriter/files patch-make.include.linux X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:11:15 -0000 krion 2004-06-27 18:11:14 UTC FreeBSD ports repository Modified files: graphics/pngwriter Makefile distinfo pkg-plist Removed files: graphics/pngwriter/files patch-make.include.linux Log: Update to version 0.4.0 PR: ports/68385 Submitted by: Ports Fury Revision Changes Path 1.2 +15 -10 ports/graphics/pngwriter/Makefile 1.3 +2 -2 ports/graphics/pngwriter/distinfo 1.2 +0 -14 ports/graphics/pngwriter/files/patch-make.include.linux (dead) 1.2 +5 -3 ports/graphics/pngwriter/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:11:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B064F16A4CF; Sun, 27 Jun 2004 18:11:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 936F743D48; Sun, 27 Jun 2004 18:11:39 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RIBZ1S014227; Sun, 27 Jun 2004 18:11:35 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RIBZS0014226; Sun, 27 Jun 2004 18:11:35 GMT (envelope-from krion) Message-Id: <200406271811.i5RIBZS0014226@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:11:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/kbiff Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:11:39 -0000 krion 2004-06-27 18:11:35 UTC FreeBSD ports repository Modified files: mail/kbiff Makefile distinfo pkg-plist Log: Update to version 3.7.1 PR: ports/68386 Submitted by: Ports Fury Revision Changes Path 1.37 +7 -7 ports/mail/kbiff/Makefile 1.11 +2 -2 ports/mail/kbiff/distinfo 1.8 +4 -21 ports/mail/kbiff/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:12:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11AD916A4CE; Sun, 27 Jun 2004 18:12:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8C5F43D2D; Sun, 27 Jun 2004 18:12:02 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RIC1hO014291; Sun, 27 Jun 2004 18:12:01 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RIC1wB014290; Sun, 27 Jun 2004 18:12:01 GMT (envelope-from krion) Message-Id: <200406271812.i5RIC1wB014290@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:12:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/drgeo Makefile distinfo pkg-plist ports/math/drgeo/files patch-drgeo_adaptDialog.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:12:03 -0000 krion 2004-06-27 18:12:01 UTC FreeBSD ports repository Modified files: math/drgeo Makefile distinfo pkg-plist math/drgeo/files patch-drgeo_adaptDialog.cc Log: Update to version 0.9.13 PR: ports/68387 Submitted by: Ports Fury Revision Changes Path 1.18 +1 -2 ports/math/drgeo/Makefile 1.13 +2 -2 ports/math/drgeo/distinfo 1.2 +10 -9 ports/math/drgeo/files/patch-drgeo_adaptDialog.cc 1.11 +9 -0 ports/math/drgeo/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:12:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E2DC16A4CE; Sun, 27 Jun 2004 18:12:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 507EE43D1F; Sun, 27 Jun 2004 18:12:21 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RICLn5014329; Sun, 27 Jun 2004 18:12:21 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RICLjj014328; Sun, 27 Jun 2004 18:12:21 GMT (envelope-from krion) Message-Id: <200406271812.i5RICLjj014328@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:12:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/gnuplot Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:12:21 -0000 krion 2004-06-27 18:12:21 UTC FreeBSD ports repository Modified files: math/gnuplot Makefile Log: Fix OPTIONS PR: ports/68388 Submitted by: Ports Fury Revision Changes Path 1.53 +7 -6 ports/math/gnuplot/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:12:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A6B116A4CE; Sun, 27 Jun 2004 18:12:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C67B43D31; Sun, 27 Jun 2004 18:12:43 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RICgXH014365; Sun, 27 Jun 2004 18:12:42 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RICgCM014364; Sun, 27 Jun 2004 18:12:42 GMT (envelope-from krion) Message-Id: <200406271812.i5RICgCM014364@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:12:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/gonvert Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:12:43 -0000 krion 2004-06-27 18:12:42 UTC FreeBSD ports repository Modified files: misc/gonvert Makefile distinfo Log: Update to version 0.2.01 PR: ports/68389 Submitted by: Ports Fury Revision Changes Path 1.18 +1 -2 ports/misc/gonvert/Makefile 1.9 +2 -2 ports/misc/gonvert/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:13:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCEF516A4D1; Sun, 27 Jun 2004 18:13:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7185443D1F; Sun, 27 Jun 2004 18:13:17 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RIDH8g014433; Sun, 27 Jun 2004 18:13:17 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RIDHD8014432; Sun, 27 Jun 2004 18:13:17 GMT (envelope-from krion) Message-Id: <200406271813.i5RIDHD8014432@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:13:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/ghostscript-afpl Makefile Makefile.inc distinfo ports/print/ghostscript-afpl/scripts configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:13:17 -0000 krion 2004-06-27 18:13:17 UTC FreeBSD ports repository Modified files: print/ghostscript-afpl Makefile Makefile.inc distinfo print/ghostscript-afpl/scripts configure Log: Update EPLASER driver to version 3.1.4 PR: ports/68390 Submitted by: Ports Fury Revision Changes Path 1.134 +3 -3 ports/print/ghostscript-afpl/Makefile 1.9 +2 -2 ports/print/ghostscript-afpl/Makefile.inc 1.55 +2 -2 ports/print/ghostscript-afpl/distinfo 1.33 +3 -2 ports/print/ghostscript-afpl/scripts/configure From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:13:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9508A16A4E8; Sun, 27 Jun 2004 18:13:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77B9C43D1F; Sun, 27 Jun 2004 18:13:39 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RIDdAA014492; Sun, 27 Jun 2004 18:13:39 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RIDdQ1014491; Sun, 27 Jun 2004 18:13:39 GMT (envelope-from krion) Message-Id: <200406271813.i5RIDdQ1014491@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:13:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/ghostscript-gnu Makefile Makefile.inc distinfo ports/print/ghostscript-gnu/scripts configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:13:39 -0000 krion 2004-06-27 18:13:39 UTC FreeBSD ports repository Modified files: print/ghostscript-gnu Makefile Makefile.inc distinfo print/ghostscript-gnu/scripts configure Log: Update EPLASER driver to version 3.1.4 PR: ports/68391 Submitted by: Ports Fury Revision Changes Path 1.110 +4 -3 ports/print/ghostscript-gnu/Makefile 1.3 +4 -0 ports/print/ghostscript-gnu/Makefile.inc 1.46 +2 -2 ports/print/ghostscript-gnu/distinfo 1.24 +3 -2 ports/print/ghostscript-gnu/scripts/configure From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:14:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E820616A4CE; Sun, 27 Jun 2004 18:14:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E188F43D2D; Sun, 27 Jun 2004 18:14:11 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RIEBAt014565; Sun, 27 Jun 2004 18:14:11 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RIEBMT014564; Sun, 27 Jun 2004 18:14:11 GMT (envelope-from krion) Message-Id: <200406271814.i5RIEBMT014564@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 18:14:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/wmakerconf Makefile distinfo pkg-descr pkg-plist ports/x11-wm/wmakerconf/files patch-aa patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:14:12 -0000 krion 2004-06-27 18:14:11 UTC FreeBSD ports repository Modified files: x11-wm/wmakerconf Makefile distinfo pkg-descr pkg-plist x11-wm/wmakerconf/files patch-aa Removed files: x11-wm/wmakerconf/files patch-ab Log: Update to version 2.9.1 PR: ports/68394 Submitted by: Ports Fury Revision Changes Path 1.37 +24 -19 ports/x11-wm/wmakerconf/Makefile 1.11 +2 -2 ports/x11-wm/wmakerconf/distinfo 1.5 +3 -4 ports/x11-wm/wmakerconf/files/patch-aa 1.4 +0 -20 ports/x11-wm/wmakerconf/files/patch-ab (dead) 1.8 +1 -1 ports/x11-wm/wmakerconf/pkg-descr 1.10 +58 -58 ports/x11-wm/wmakerconf/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:32:17 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 18:32:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C93A816A4CE; Sun, 27 Jun 2004 18:32:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA5EA43D1F; Sun, 27 Jun 2004 18:32:40 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RIWXoQ015069; Sun, 27 Jun 2004 18:32:33 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RIWXMP015068; Sun, 27 Jun 2004 18:32:33 GMT (envelope-from vs) Message-Id: <200406271832.i5RIWXMP015068@repoman.freebsd.org> From: Volker Stolz Date: Sun, 27 Jun 2004 18:32:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/ghc6-doc Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:32:40 -0000 vs 2004-06-27 18:32:33 UTC FreeBSD ports repository Modified files: lang/ghc6-doc Makefile distinfo pkg-plist Log: - Make fetchable - Assign to haskell@ (approved by olgeni@) Revision Changes Path 1.13 +2 -2 ports/lang/ghc6-doc/Makefile 1.10 +16 -16 ports/lang/ghc6-doc/distinfo 1.7 +208 -217 ports/lang/ghc6-doc/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 18:38:13 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 19:09:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F0BD16A4CE; Sun, 27 Jun 2004 19:09:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81C2043D39; Sun, 27 Jun 2004 19:09:24 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RJ95SE016064; Sun, 27 Jun 2004 19:09:05 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RJ95If016063; Sun, 27 Jun 2004 19:09:05 GMT (envelope-from blackend) Message-Id: <200406271909.i5RJ95If016063@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 27 Jun 2004 19:09:05 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/flyer flyer.tex X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 19:09:24 -0000 blackend 2004-06-27 19:09:05 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/flyer flyer.tex Log: MFen 1.3 --> 1.5 Revision Changes Path 1.4 +2 -2 doc/fr_FR.ISO8859-1/flyer/flyer.tex From owner-cvs-all@FreeBSD.ORG Sun Jun 27 19:20:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F54D16A4CE; Sun, 27 Jun 2004 19:20:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 120F543D31; Sun, 27 Jun 2004 19:20:34 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RJKXir016453; Sun, 27 Jun 2004 19:20:33 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RJKXoe016452; Sun, 27 Jun 2004 19:20:33 GMT (envelope-from marcus) Message-Id: <200406271920.i5RJKXoe016452@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 27 Jun 2004 19:20:33 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome/docs gnome_porting.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 19:20:34 -0000 marcus 2004-06-27 19:20:33 UTC FreeBSD doc repository Modified files: en/gnome/docs gnome_porting.sgml Log: gnomehack no longer overrides pre-patch. Revision Changes Path 1.13 +2 -5 www/en/gnome/docs/gnome_porting.sgml From owner-cvs-all@FreeBSD.ORG Sun Jun 27 19:26:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C23AD16A4CE; Sun, 27 Jun 2004 19:26:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A616E43D4C; Sun, 27 Jun 2004 19:26:50 +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 i5RJQFnf016590; Sun, 27 Jun 2004 19:26:15 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RJQFWg016589; Sun, 27 Jun 2004 19:26:15 GMT (envelope-from eik) Message-Id: <200406271926.i5RJQFWg016589@repoman.freebsd.org> From: Oliver Eikemeier Date: Sun, 27 Jun 2004 19:26:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 19:26:50 -0000 eik 2004-06-27 19:26:14 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: reference cleanup Revision Changes Path 1.131 +30 -43 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Jun 27 19:53:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E5C016A4CE; Sun, 27 Jun 2004 19:53:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5851B43D2D; Sun, 27 Jun 2004 19:53:52 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RJrqVx017329; Sun, 27 Jun 2004 19:53:52 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RJrqGn017328; Sun, 27 Jun 2004 19:53:52 GMT (envelope-from lth) Message-Id: <200406271953.i5RJrqGn017328@repoman.freebsd.org> From: Lars Thegler Date: Sun, 27 Jun 2004 19:53:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefileports/audio/p5-Net-DAAP-Client-Auth Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 19:53:52 -0000 lth 2004-06-27 19:53:52 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/p5-Net-DAAP-Client-Auth Makefile distinfo pkg-descr pkg-plist Log: Add p5-Net-DAAP-Client-Auth 0.13, extend Net::DAAP::Client to do iTunes authorisation. Approved by: erwin (implicit) Revision Changes Path 1.527 +1 -0 ports/audio/Makefile 1.1 +38 -0 ports/audio/p5-Net-DAAP-Client-Auth/Makefile (new) 1.1 +2 -0 ports/audio/p5-Net-DAAP-Client-Auth/distinfo (new) 1.1 +7 -0 ports/audio/p5-Net-DAAP-Client-Auth/pkg-descr (new) 1.1 +10 -0 ports/audio/p5-Net-DAAP-Client-Auth/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jun 27 19:54:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3A4816A4CE; Sun, 27 Jun 2004 19:54:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6E3743D2F; Sun, 27 Jun 2004 19:54:03 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RJs3VN017384; Sun, 27 Jun 2004 19:54:03 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RJs3aI017383; Sun, 27 Jun 2004 19:54:03 GMT (envelope-from lth) Message-Id: <200406271954.i5RJs3aI017383@repoman.freebsd.org> From: Lars Thegler Date: Sun, 27 Jun 2004 19:54:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 19:54:04 -0000 lth 2004-06-27 19:54:03 UTC FreeBSD ports repository Modified files: . modules Log: p5-Net-DAAP-Client-Auth --> ports/audio/p5-Net-DAAP-Client-Auth Revision Changes Path 1.10419 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jun 27 19:57:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4558E16A4CE; Sun, 27 Jun 2004 19:57:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27FFF43D45; Sun, 27 Jun 2004 19:57:17 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RJvC0Z017510; Sun, 27 Jun 2004 19:57:12 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RJvCTP017509; Sun, 27 Jun 2004 19:57:12 GMT (envelope-from marcus) Message-Id: <200406271957.i5RJvCTP017509@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 27 Jun 2004 19:57:12 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome/docs porting.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 19:57:17 -0000 marcus 2004-06-27 19:57:12 UTC FreeBSD doc repository Modified files: en/gnome/docs porting.sgml Log: * Add a link to the omf.pl script for generating OMF plist entries automatically * Mention that USE_LIBTOOL_VER=13 and lthack may not be enough to fix libtool problems, and point to patch-ltmain.sh * Add info on the new GConf schema installation policy, and provide a gconf.pl script to add the entries automatically Revision Changes Path 1.41 +63 -1 www/en/gnome/docs/porting.sgml From owner-cvs-all@FreeBSD.ORG Sun Jun 27 20:17:13 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 20:44:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1081116A4CE; Sun, 27 Jun 2004 20:44:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E77F543D5D; Sun, 27 Jun 2004 20:44:37 +0000 (GMT) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RKgaHq018685; Sun, 27 Jun 2004 20:42:36 GMT (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RKgaV2018684; Sun, 27 Jun 2004 20:42:36 GMT (envelope-from mheinen) Message-Id: <200406272042.i5RKgaV2018684@repoman.freebsd.org> From: Martin Heinen Date: Sun, 27 Jun 2004 20:42:36 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml/glossary freebsd-glossary.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 20:44:38 -0000 mheinen 2004-06-27 20:42:36 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/share/sgml/glossary freebsd-glossary.sgml Log: Replace literal quotes with quote tags. Revision Changes Path 1.8 +2 -2 doc/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml From owner-cvs-all@FreeBSD.ORG Sun Jun 27 20:46:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A41116A4CE; Sun, 27 Jun 2004 20:46:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D45E43D2D; Sun, 27 Jun 2004 20:46:04 +0000 (GMT) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RKhrLW018730; Sun, 27 Jun 2004 20:43:53 GMT (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RKhrY3018729; Sun, 27 Jun 2004 20:43:53 GMT (envelope-from mheinen) Message-Id: <200406272043.i5RKhrY3018729@repoman.freebsd.org> From: Martin Heinen Date: Sun, 27 Jun 2004 20:43:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/printing chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 20:46:04 -0000 mheinen 2004-06-27 20:43:53 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/printing chapter.sgml Log: Add a non breaking space, use the &unix; entity, s!1 of two ways!in one of two! Revision Changes Path 1.86 +3 -3 doc/en_US.ISO8859-1/books/handbook/printing/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Jun 27 20:57:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D129F16A4CE; Sun, 27 Jun 2004 20:57:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA10843D2D; Sun, 27 Jun 2004 20:57:44 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RKugeB019240; Sun, 27 Jun 2004 20:56:42 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RKugW6019239; Sun, 27 Jun 2004 20:56:42 GMT (envelope-from lth) Message-Id: <200406272056.i5RKugW6019239@repoman.freebsd.org> From: Lars Thegler Date: Sun, 27 Jun 2004 20:56:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-Filesys-Virtual Makefile distinfo pkg-descr pkg-plist5.005_03-Virtual::Plain.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 20:57:45 -0000 lth 2004-06-27 20:56:42 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Filesys-Virtual Makefile distinfo pkg-descr pkg-plist devel/p5-Filesys-Virtual/files 5.005_03-Virtual.pm 5.005_03-Virtual::Plain.pm Log: Add p5-Filesys-Virtual 0.04, Perl extension to provide a framework for a virtual filesystem. Approved by: erwin (implicit) Revision Changes Path 1.1588 +1 -0 ports/devel/Makefile 1.1 +28 -0 ports/devel/p5-Filesys-Virtual/Makefile (new) 1.1 +2 -0 ports/devel/p5-Filesys-Virtual/distinfo (new) 1.1 +11 -0 ports/devel/p5-Filesys-Virtual/files/5.005_03-Virtual.pm (new) 1.1 +18 -0 ports/devel/p5-Filesys-Virtual/files/5.005_03-Virtual::Plain.pm (new) 1.1 +7 -0 ports/devel/p5-Filesys-Virtual/pkg-descr (new) 1.1 +6 -0 ports/devel/p5-Filesys-Virtual/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jun 27 20:57:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 362D316A4CF; Sun, 27 Jun 2004 20:57:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 178E943D1D; Sun, 27 Jun 2004 20:57:49 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RKusQw019286; Sun, 27 Jun 2004 20:56:54 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RKusog019285; Sun, 27 Jun 2004 20:56:54 GMT (envelope-from lth) Message-Id: <200406272056.i5RKusog019285@repoman.freebsd.org> From: Lars Thegler Date: Sun, 27 Jun 2004 20:56:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 20:57:49 -0000 lth 2004-06-27 20:56:54 UTC FreeBSD ports repository Modified files: . modules Log: p5-Filesys-Virtual --> ports/devel/p5-Filesys-Virtual Revision Changes Path 1.10420 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jun 27 20:59:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B62A16A4D0; Sun, 27 Jun 2004 20:59:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C78443D2F; Sun, 27 Jun 2004 20:59:50 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RKwLPP019374; Sun, 27 Jun 2004 20:58:21 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RKwLfg019373; Sun, 27 Jun 2004 20:58:21 GMT (envelope-from lofi) Message-Id: <200406272058.i5RKwLfg019373@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 27 Jun 2004 20:58:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/warppipe Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 20:59:50 -0000 lofi 2004-06-27 20:58:21 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/warppipe Makefile distinfo pkg-descr pkg-plist Log: Add warppipe, online multi-player gaming for the Nintendo GameCube. Submitted by: Chris Howells Revision Changes Path 1.1309 +1 -0 ports/net/Makefile 1.1 +26 -0 ports/net/warppipe/Makefile (new) 1.1 +2 -0 ports/net/warppipe/distinfo (new) 1.1 +11 -0 ports/net/warppipe/pkg-descr (new) 1.1 +2 -0 ports/net/warppipe/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jun 27 20:59:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1425C16A4D0; Sun, 27 Jun 2004 20:59:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB99F43D3F; Sun, 27 Jun 2004 20:59:51 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RKwZNZ019424; Sun, 27 Jun 2004 20:58:35 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RKwZQf019423; Sun, 27 Jun 2004 20:58:35 GMT (envelope-from lofi) Message-Id: <200406272058.i5RKwZQf019423@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 27 Jun 2004 20:58:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 20:59:52 -0000 lofi 2004-06-27 20:58:35 UTC FreeBSD ports repository Modified files: . modules Log: warppipe --> ports/net/warppipe Revision Changes Path 1.10421 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jun 27 21:00:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A59816A4CE; Sun, 27 Jun 2004 21:00:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BEEF43D31; Sun, 27 Jun 2004 21:00:12 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RKwlG3019474; Sun, 27 Jun 2004 20:58:47 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RKwlSQ019473; Sun, 27 Jun 2004 20:58:47 GMT (envelope-from marcus) Message-Id: <200406272058.i5RKwlSQ019473@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 27 Jun 2004 20:58:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/portlint Makefile ports/devel/portlint/src portlint.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 21:00:12 -0000 marcus 2004-06-27 20:58:47 UTC FreeBSD ports repository Modified files: devel/portlint Makefile devel/portlint/src portlint.pl Log: Update to 2.6.6 * Fix a typo in the libtool archive hint [1] * Check for ports that have a poorly specified CONFLICTS line as well as ports that conflict with themselves [2] * Check for proper handling of gconf schemas * Check for explicit listing of %gconf keys in the plist Spotted by: lofi [1] Submitted by: eik [2] Revision Changes Path 1.81 +1 -1 ports/devel/portlint/Makefile 1.62 +114 -9 ports/devel/portlint/src/portlint.pl From owner-cvs-all@FreeBSD.ORG Sun Jun 27 21:14:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F094416A4CE; Sun, 27 Jun 2004 21:14:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D247243D2D; Sun, 27 Jun 2004 21:14:57 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RLEvC6019993; Sun, 27 Jun 2004 21:14:57 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RLEvkc019992; Sun, 27 Jun 2004 21:14:57 GMT (envelope-from krion) Message-Id: <200406272114.i5RLEvkc019992@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 21:14:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/ghostscript-gnu Makefile Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 21:14:58 -0000 krion 2004-06-27 21:14:57 UTC FreeBSD ports repository Modified files: print/ghostscript-gnu Makefile Makefile.inc Log: Fix package build Revision Changes Path 1.111 +1 -1 ports/print/ghostscript-gnu/Makefile 1.4 +2 -2 ports/print/ghostscript-gnu/Makefile.inc From owner-cvs-all@FreeBSD.ORG Sun Jun 27 21:15:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E47916A4CE; Sun, 27 Jun 2004 21:15:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11D0A43D1F; Sun, 27 Jun 2004 21:15:49 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RLFmfL020086; Sun, 27 Jun 2004 21:15:48 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RLFm8c020085; Sun, 27 Jun 2004 21:15:48 GMT (envelope-from lofi) Message-Id: <200406272115.i5RLFm8c020085@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 27 Jun 2004 21:15:48 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 21:15:49 -0000 lofi 2004-06-27 21:15:48 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Chris Howells, contributor of net/warppipe port. Revision Changes Path 1.220 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Sun Jun 27 21:15:55 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 21:16:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02AB116A4D0; Sun, 27 Jun 2004 21:16:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D965043D49; Sun, 27 Jun 2004 21:16:03 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RLG37N020128; Sun, 27 Jun 2004 21:16:03 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RLG39V020127; Sun, 27 Jun 2004 21:16:03 GMT (envelope-from krion) Message-Id: <200406272116.i5RLG39V020127@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 27 Jun 2004 21:16:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/ghostscript-afpl Makefile Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 21:16:04 -0000 krion 2004-06-27 21:16:03 UTC FreeBSD ports repository Modified files: print/ghostscript-afpl Makefile Makefile.inc Log: Fix package build Revision Changes Path 1.135 +1 -1 ports/print/ghostscript-afpl/Makefile 1.10 +2 -2 ports/print/ghostscript-afpl/Makefile.inc From owner-cvs-all@FreeBSD.ORG Sun Jun 27 21:17:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AE3816A4CE; Sun, 27 Jun 2004 21:17:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1161643D2F; Sun, 27 Jun 2004 21:17:18 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RLHHQn020394; Sun, 27 Jun 2004 21:17:17 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RLHHTL020393; Sun, 27 Jun 2004 21:17:17 GMT (envelope-from fjoe) Message-Id: <200406272117.i5RLHHTL020393@repoman.freebsd.org> From: Max Khon Date: Sun, 27 Jun 2004 21:17:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/wxgtk2-common-devel Makefile pkg-plist ports/x11-toolkits/wxgtk2-contrib-common-devel Makefile pkg-plist ports/x11-toolkits/wxgtk2-contrib-devel Makefile pkg-plist ports/x11-toolkits/wxgtk2-devel Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 21:17:18 -0000 fjoe 2004-06-27 21:17:17 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/wxgtk2-common-devel Makefile pkg-plist x11-toolkits/wxgtk2-contrib-common-devel Makefile pkg-plist x11-toolkits/wxgtk2-contrib-devel Makefile pkg-plist x11-toolkits/wxgtk2-devel Makefile distinfo pkg-descr pkg-plist x11-toolkits/wxgtk2-devel/files patch-Makefile.in patch-configure patch-contrib-Makefile.in patch-contrib-src-Makefile.in patch-contrib-src-animate-Makefile.in patch-contrib-src-deprecated-Makefile.in patch-contrib-src-fl-Makefile.in patch-contrib-src-gizmos-Makefile.in patch-contrib-src-ogl-Makefile.in patch-contrib-src-plot-Makefile.in patch-contrib-src-stc-Makefile.in patch-contrib-src-svg-Makefile.in patch-contrib-src-xrc-Makefile.in patch-contrib-utils-Makefile.in patch-wx-config.in x11-toolkits/wxgtk2-unicode-contrib-devel Makefile pkg-plist x11-toolkits/wxgtk2-unicode-devel Makefile pkg-plist x11-toolkits/wxgtk2-utils-devel Makefile pkg-plist Log: New ports: wxWidgets 2.5.2 (development branch) + contributed libraries and utils. Revision Changes Path 1.324 +7 -0 ports/x11-toolkits/Makefile 1.1 +14 -0 ports/x11-toolkits/wxgtk2-common-devel/Makefile (new) 1.1 +455 -0 ports/x11-toolkits/wxgtk2-common-devel/pkg-plist (new) 1.1 +14 -0 ports/x11-toolkits/wxgtk2-contrib-common-devel/Makefile (new) 1.1 +108 -0 ports/x11-toolkits/wxgtk2-contrib-common-devel/pkg-plist (new) 1.1 +14 -0 ports/x11-toolkits/wxgtk2-contrib-devel/Makefile (new) 1.1 +27 -0 ports/x11-toolkits/wxgtk2-contrib-devel/pkg-plist (new) 1.1 +103 -0 ports/x11-toolkits/wxgtk2-devel/Makefile (new) 1.1 +2 -0 ports/x11-toolkits/wxgtk2-devel/distinfo (new) 1.1 +37 -0 ports/x11-toolkits/wxgtk2-devel/files/patch-Makefile.in (new) 1.1 +55 -0 ports/x11-toolkits/wxgtk2-devel/files/patch-configure (new) 1.1 +9 -0 ports/x11-toolkits/wxgtk2-devel/files/patch-contrib-Makefile.in (new) 1.1 +28 -0 ports/x11-toolkits/wxgtk2-devel/files/patch-contrib-src-Makefile.in (new) 1.1 +11 -0 ports/x11-toolkits/wxgtk2-devel/files/patch-contrib-src-animate-Makefile.in (new) 1.1 +11 -0 ports/x11-toolkits/wxgtk2-devel/files/patch-contrib-src-deprecated-Makefile.in (new) 1.1 +11 -0 ports/x11-toolkits/wxgtk2-devel/files/patch-contrib-src-fl-Makefile.in (new) 1.1 +11 -0 ports/x11-toolkits/wxgtk2-devel/files/patch-contrib-src-gizmos-Makefile.in (new) 1.1 +11 -0 ports/x11-toolkits/wxgtk2-devel/files/patch-contrib-src-ogl-Makefile.in (new) 1.1 +11 -0 ports/x11-toolkits/wxgtk2-devel/files/patch-contrib-src-plot-Makefile.in (new) 1.1 +11 -0 ports/x11-toolkits/wxgtk2-devel/files/patch-contrib-src-stc-Makefile.in (new) 1.1 +11 -0 ports/x11-toolkits/wxgtk2-devel/files/patch-contrib-src-svg-Makefile.in (new) 1.1 +11 -0 ports/x11-toolkits/wxgtk2-devel/files/patch-contrib-src-xrc-Makefile.in (new) 1.1 +12 -0 ports/x11-toolkits/wxgtk2-devel/files/patch-contrib-utils-Makefile.in (new) 1.1 +11 -0 ports/x11-toolkits/wxgtk2-devel/files/patch-wx-config.in (new) 1.1 +4 -0 ports/x11-toolkits/wxgtk2-devel/pkg-descr (new) 1.1 +26 -0 ports/x11-toolkits/wxgtk2-devel/pkg-plist (new) 1.1 +14 -0 ports/x11-toolkits/wxgtk2-unicode-contrib-devel/Makefile (new) 1.1 +27 -0 ports/x11-toolkits/wxgtk2-unicode-contrib-devel/pkg-plist (new) 1.1 +14 -0 ports/x11-toolkits/wxgtk2-unicode-devel/Makefile (new) 1.1 +26 -0 ports/x11-toolkits/wxgtk2-unicode-devel/pkg-plist (new) 1.1 +19 -0 ports/x11-toolkits/wxgtk2-utils-devel/Makefile (new) 1.1 +3 -0 ports/x11-toolkits/wxgtk2-utils-devel/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jun 27 21:18:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA53F16A4CE; Sun, 27 Jun 2004 21:18:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C98743D2F; Sun, 27 Jun 2004 21:18:27 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RLIPVl020500; Sun, 27 Jun 2004 21:18:25 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RLIPJ3020499; Sun, 27 Jun 2004 21:18:25 GMT (envelope-from fjoe) Message-Id: <200406272118.i5RLIPJ3020499@repoman.freebsd.org> From: Max Khon Date: Sun, 27 Jun 2004 21:18:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/pgadmin3 Makefile distinfo pkg-plist patch-src-include-dlgForeignKey.hpatch-src-include-dlgTable.h patch-src-include-frmStatus.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 21:18:27 -0000 fjoe 2004-06-27 21:18:25 UTC FreeBSD ports repository Modified files: databases/pgadmin3 Makefile distinfo pkg-plist databases/pgadmin3/files patch-configure Added files: databases/pgadmin3/files patch-src-include-dlgForeignKey.h patch-src-include-dlgFunction.h patch-src-include-dlgRule.h patch-src-include-dlgTable.h patch-src-include-dlgView.h patch-src-include-frmQuery.h patch-src-include-frmStatus.h patch-src-ui-dlgForeignKey.cpp patch-src-ui-dlgFunction.cpp patch-src-ui-dlgRule.cpp patch-src-ui-dlgTable.cpp patch-src-ui-dlgView.cpp patch-src-ui-events.cpp patch-src-ui-frmQuery.cpp patch-src-ui-frmStatus.cpp Log: Update to 1.0.2. Use wxWidgets 2.5.2. Revision Changes Path 1.6 +18 -9 ports/databases/pgadmin3/Makefile 1.3 +2 -2 ports/databases/pgadmin3/distinfo 1.3 +12 -3 ports/databases/pgadmin3/files/patch-configure 1.1 +11 -0 ports/databases/pgadmin3/files/patch-src-include-dlgForeignKey.h (new) 1.1 +10 -0 ports/databases/pgadmin3/files/patch-src-include-dlgFunction.h (new) 1.1 +10 -0 ports/databases/pgadmin3/files/patch-src-include-dlgRule.h (new) 1.1 +31 -0 ports/databases/pgadmin3/files/patch-src-include-dlgTable.h (new) 1.1 +10 -0 ports/databases/pgadmin3/files/patch-src-include-dlgView.h (new) 1.1 +11 -0 ports/databases/pgadmin3/files/patch-src-include-frmQuery.h (new) 1.1 +12 -0 ports/databases/pgadmin3/files/patch-src-include-frmStatus.h (new) 1.1 +11 -0 ports/databases/pgadmin3/files/patch-src-ui-dlgForeignKey.cpp (new) 1.1 +23 -0 ports/databases/pgadmin3/files/patch-src-ui-dlgFunction.cpp (new) 1.1 +24 -0 ports/databases/pgadmin3/files/patch-src-ui-dlgRule.cpp (new) 1.1 +114 -0 ports/databases/pgadmin3/files/patch-src-ui-dlgTable.cpp (new) 1.1 +24 -0 ports/databases/pgadmin3/files/patch-src-ui-dlgView.cpp (new) 1.1 +10 -0 ports/databases/pgadmin3/files/patch-src-ui-events.cpp (new) 1.1 +11 -0 ports/databases/pgadmin3/files/patch-src-ui-frmQuery.cpp (new) 1.1 +39 -0 ports/databases/pgadmin3/files/patch-src-ui-frmStatus.cpp (new) 1.2 +16 -3 ports/databases/pgadmin3/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 21:41:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A70F16A4CE; Sun, 27 Jun 2004 21:41:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CE3B43D46; Sun, 27 Jun 2004 21:41:15 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RLf8ho021090; Sun, 27 Jun 2004 21:41:08 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RLf80Q021089; Sun, 27 Jun 2004 21:41:08 GMT (envelope-from marcus) Message-Id: <200406272141.i5RLf80Q021089@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 27 Jun 2004 21:41:08 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome Makefile gconf.pl omf.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 21:41:15 -0000 marcus 2004-06-27 21:41:08 UTC FreeBSD doc repository Modified files: en/gnome Makefile Added files: en/gnome gconf.pl omf.pl Log: Add the gconf.pl and omf.pl scripts to automatically add GConf and OMF plist instructions respectively. Revision Changes Path 1.17 +2 -2 www/en/gnome/Makefile 1.1 +58 -0 www/en/gnome/gconf.pl (new) 1.1 +58 -0 www/en/gnome/omf.pl (new) From owner-cvs-all@FreeBSD.ORG Sun Jun 27 21:45:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3E5A16A4CE; Sun, 27 Jun 2004 21:45:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC5FB43D1F; Sun, 27 Jun 2004 21:45:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RLjggt021286; Sun, 27 Jun 2004 21:45:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RLjgBf021285; Sun, 27 Jun 2004 21:45:42 GMT (envelope-from pav) Message-Id: <200406272145.i5RLjgBf021285@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 27 Jun 2004 21:45:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/efax-gtk Makefile distinfo pkg-plist ports/comms/efax-gtk/files patch-install patch-pthread-include patch-src::config.h.in patch-src::prog_defs.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 21:45:46 -0000 pav 2004-06-27 21:45:42 UTC FreeBSD ports repository Modified files: comms/efax-gtk Makefile distinfo pkg-plist Added files: comms/efax-gtk/files patch-pthread-include Removed files: comms/efax-gtk/files patch-install patch-src::config.h.in patch-src::prog_defs.h Log: - Update to 2.2.8 PR: ports/68417 Submitted by: Jean-Baptiste Quenot (maintainer) Revision Changes Path 1.2 +4 -2 ports/comms/efax-gtk/Makefile 1.2 +2 -2 ports/comms/efax-gtk/distinfo 1.2 +0 -11 ports/comms/efax-gtk/files/patch-install (dead) 1.1 +66 -0 ports/comms/efax-gtk/files/patch-pthread-include (new) 1.2 +0 -12 ports/comms/efax-gtk/files/patch-src::config.h.in (dead) 1.2 +0 -11 ports/comms/efax-gtk/files/patch-src::prog_defs.h (dead) 1.2 +1 -1 ports/comms/efax-gtk/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 21:54:46 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 21:59:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2E6816A4CE; Sun, 27 Jun 2004 21:59:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBF5E43D45; Sun, 27 Jun 2004 21:59:19 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RLx5Rm021696; Sun, 27 Jun 2004 21:59:05 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RLx5tw021695; Sun, 27 Jun 2004 21:59:05 GMT (envelope-from lth) Message-Id: <200406272159.i5RLx5tw021695@repoman.freebsd.org> From: Lars Thegler Date: Sun, 27 Jun 2004 21:59:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefileports/audio/p5-Filesys-Virtual-DAAP Makefile distinfo pkg-descr pkg-plist test.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 21:59:20 -0000 lth 2004-06-27 21:59:05 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/p5-Filesys-Virtual-DAAP Makefile distinfo pkg-descr pkg-plist test.pl Log: Add p5-Filesys-Virtual-DAAP 0.02, present a DAAP share as a VFS. Approved by: erwin (implicit) Revision Changes Path 1.528 +1 -0 ports/audio/Makefile 1.1 +38 -0 ports/audio/p5-Filesys-Virtual-DAAP/Makefile (new) 1.1 +2 -0 ports/audio/p5-Filesys-Virtual-DAAP/distinfo (new) 1.1 +7 -0 ports/audio/p5-Filesys-Virtual-DAAP/pkg-descr (new) 1.1 +3 -0 ports/audio/p5-Filesys-Virtual-DAAP/pkg-plist (new) 1.1 +2 -0 ports/audio/p5-Filesys-Virtual-DAAP/test.pl (new) From owner-cvs-all@FreeBSD.ORG Sun Jun 27 21:59:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8751A16A4CE; Sun, 27 Jun 2004 21:59:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A0BA43D39; Sun, 27 Jun 2004 21:59:40 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RLxHfj021742; Sun, 27 Jun 2004 21:59:17 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RLxHhg021741; Sun, 27 Jun 2004 21:59:17 GMT (envelope-from lth) Message-Id: <200406272159.i5RLxHhg021741@repoman.freebsd.org> From: Lars Thegler Date: Sun, 27 Jun 2004 21:59:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 21:59:40 -0000 lth 2004-06-27 21:59:17 UTC FreeBSD ports repository Modified files: . modules Log: p5-Filesys-Virtual-DAAP --> ports/audio/p5-Filesys-Virtual-DAAP Revision Changes Path 1.10422 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jun 27 22:03:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FEF616A4CE; Sun, 27 Jun 2004 22:03:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2177F43D4C; Sun, 27 Jun 2004 22:03:03 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RM2ijd021897; Sun, 27 Jun 2004 22:02:44 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RM2iv8021896; Sun, 27 Jun 2004 22:02:44 GMT (envelope-from lth) Message-Id: <200406272202.i5RM2iv8021896@repoman.freebsd.org> From: Lars Thegler Date: Sun, 27 Jun 2004 22:02:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/p5-Filesys-Virtual-DAAP test.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 22:03:04 -0000 lth 2004-06-27 22:02:44 UTC FreeBSD ports repository Removed files: audio/p5-Filesys-Virtual-DAAP test.pl Log: Removed surplus file. Pointy hat to: me Approved by: erwin (implicit) Revision Changes Path 1.2 +0 -2 ports/audio/p5-Filesys-Virtual-DAAP/test.pl (dead) From owner-cvs-all@FreeBSD.ORG Sun Jun 27 22:26:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6823816A4CE; Sun, 27 Jun 2004 22:26:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BF8E43D31; Sun, 27 Jun 2004 22:26:40 +0000 (GMT) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RMQRW6022977; Sun, 27 Jun 2004 22:26:27 GMT (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RMQRws022976; Sun, 27 Jun 2004 22:26:27 GMT (envelope-from mheinen) Message-Id: <200406272226.i5RMQRws022976@repoman.freebsd.org> From: Martin Heinen Date: Sun, 27 Jun 2004 22:26:27 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/de_DE.ISO8859-1/books/handbook Makefile book.sgml chapter.sgml doc/de_DE.ISO8859-1/books/handbook/bibliographychapter.sgml doc/de_DE.ISO8859-1/books/handbook/disks ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 22:26:40 -0000 mheinen 2004-06-27 22:26:27 UTC FreeBSD doc repository Modified files: de_DE.ISO8859-1/books/handbook Makefile book.sgml de_DE.ISO8859-1/books/handbook/advanced-networking chapter.sgml de_DE.ISO8859-1/books/handbook/bibliography chapter.sgml de_DE.ISO8859-1/books/handbook/config chapter.sgml de_DE.ISO8859-1/books/handbook/cutting-edge chapter.sgml de_DE.ISO8859-1/books/handbook/disks chapter.sgml de_DE.ISO8859-1/books/handbook/eresources chapter.sgml de_DE.ISO8859-1/books/handbook/introduction chapter.sgml de_DE.ISO8859-1/books/handbook/kernelconfig chapter.sgml de_DE.ISO8859-1/books/handbook/l10n chapter.sgml de_DE.ISO8859-1/books/handbook/mail chapter.sgml de_DE.ISO8859-1/books/handbook/mirrors chapter.sgml de_DE.ISO8859-1/books/handbook/multimedia chapter.sgml de_DE.ISO8859-1/books/handbook/pgpkeys chapter.sgml de_DE.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml de_DE.ISO8859-1/books/handbook/ports chapter.sgml de_DE.ISO8859-1/books/handbook/printing chapter.sgml de_DE.ISO8859-1/books/handbook/security chapter.sgml de_DE.ISO8859-1/books/handbook/serialcomms chapter.sgml Log: MFbed: Update the German Handbook. books/handbook/Makefile fixes only books/handbook/book.sgml 1.146 -> 1.147 books/handbook/advanced-networking/chapter.sgml 1.293 -> 1.309 [*] books/handbook/bibliography/chapter.sgml 1.62 -> 1.63 books/handbook/config/chapter.sgml 1.144 -> 1.156 books/handbook/cutting-edge/chapter.sgml 1.198 -> 1.200 books/handbook/disks/chapter.sgml 1.196 -> 1.201 books/handbook/eresources/chapter.sgml 1.140 -> 1.143 books/handbook/introduction/chapter.sgml 1.97 -> 1.98 books/handbook/kernelconfig/chapter.sgml 1.130 -> 1.132 books/handbook/l10n/chapter.sgml 1.95 -> 1.96 books/handbook/mail/chapter.sgml 1.116 -> 1.117 books/handbook/mirrors/chapter.sgml 1.340 -> 1.342 books/handbook/multimedia/chapter.sgml 1.81 -> 1.83 books/handbook/pgpkeys/chapter.sgml 1.222 -> 1.226 books/handbook/ppp-and-slip/chapter.sgml 1.131 -> 1.137 books/handbook/ports/chapter.sgml 1.217 -> 1.218 books/handbook/printing/chapter.sgml 1.82 -> 1.86 books/handbook/security/chapter.sgml 1.203 -> 1.205 books/handbook/serialcomms/chapter.sgml 1.84 -> 1.88 Obtained from: The FreeBSD German Documentation Project. [*] Submitted by: Johann Kois Revision Changes Path 1.26 +3 -3 doc/de_DE.ISO8859-1/books/handbook/Makefile 1.20 +114 -102 doc/de_DE.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.25 +3 -3 doc/de_DE.ISO8859-1/books/handbook/bibliography/chapter.sgml 1.40 +4 -2 doc/de_DE.ISO8859-1/books/handbook/book.sgml 1.30 +84 -16 doc/de_DE.ISO8859-1/books/handbook/config/chapter.sgml 1.27 +10 -7 doc/de_DE.ISO8859-1/books/handbook/cutting-edge/chapter.sgml 1.36 +54 -16 doc/de_DE.ISO8859-1/books/handbook/disks/chapter.sgml 1.22 +5 -5 doc/de_DE.ISO8859-1/books/handbook/eresources/chapter.sgml 1.11 +4 -4 doc/de_DE.ISO8859-1/books/handbook/introduction/chapter.sgml 1.29 +21 -10 doc/de_DE.ISO8859-1/books/handbook/kernelconfig/chapter.sgml 1.20 +4 -4 doc/de_DE.ISO8859-1/books/handbook/l10n/chapter.sgml 1.22 +3 -3 doc/de_DE.ISO8859-1/books/handbook/mail/chapter.sgml 1.31 +21 -16 doc/de_DE.ISO8859-1/books/handbook/mirrors/chapter.sgml 1.16 +40 -3 doc/de_DE.ISO8859-1/books/handbook/multimedia/chapter.sgml 1.17 +18 -3 doc/de_DE.ISO8859-1/books/handbook/pgpkeys/chapter.sgml 1.27 +6 -6 doc/de_DE.ISO8859-1/books/handbook/ports/chapter.sgml 1.21 +40 -41 doc/de_DE.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml 1.10 +54 -14 doc/de_DE.ISO8859-1/books/handbook/printing/chapter.sgml 1.32 +3 -3 doc/de_DE.ISO8859-1/books/handbook/security/chapter.sgml 1.23 +42 -3 doc/de_DE.ISO8859-1/books/handbook/serialcomms/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Jun 27 22:35:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0DAF16A4CE; Sun, 27 Jun 2004 22:35:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A370343D1D; Sun, 27 Jun 2004 22:35:11 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RMYAH1023166; Sun, 27 Jun 2004 22:34:10 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RMYAsc023165; Sun, 27 Jun 2004 22:34:10 GMT (envelope-from fjoe) Message-Id: <200406272234.i5RMYAsc023165@repoman.freebsd.org> From: Max Khon Date: Sun, 27 Jun 2004 22:34:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 22:35:11 -0000 fjoe 2004-06-27 22:34:10 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Log: Fix order. Revision Changes Path 1.325 +1 -1 ports/x11-toolkits/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jun 27 22:38:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38E0C16A4CE; Sun, 27 Jun 2004 22:38:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19E9E43D1F; Sun, 27 Jun 2004 22:38:15 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RMb3WW023317; Sun, 27 Jun 2004 22:37:03 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RMb3tK023316; Sun, 27 Jun 2004 22:37:03 GMT (envelope-from fjoe) Message-Id: <200406272237.i5RMb3tK023316@repoman.freebsd.org> From: Max Khon Date: Sun, 27 Jun 2004 22:37:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 22:38:15 -0000 fjoe 2004-06-27 22:37:03 UTC FreeBSD ports repository Modified files: . modules Log: Add modules for wxgtk2-*devel ports. Revision Changes Path 1.10423 +7 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jun 27 22:58:08 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 23:16:42 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 23:23:14 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 23:25:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B1BD16A4CE; Sun, 27 Jun 2004 23:25:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C86F43D3F; Sun, 27 Jun 2004 23:25:45 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RNPbNp024773; Sun, 27 Jun 2004 23:25:37 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RNPbT5024772; Sun, 27 Jun 2004 23:25:37 GMT (envelope-from kuriyama) Message-Id: <200406272325.i5RNPbT5024772@repoman.freebsd.org> From: Jun Kuriyama Date: Sun, 27 Jun 2004 23:25:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-HTML-Template Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 23:25:45 -0000 kuriyama 2004-06-27 23:25:37 UTC FreeBSD ports repository Modified files: www/p5-HTML-Template Makefile Log: Add conditional depedency on p5-Digest-MD5. Reported by: olgeni Revision Changes Path 1.15 +4 -0 ports/www/p5-HTML-Template/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jun 27 23:27:36 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 23:27:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A8C916A4CE; Sun, 27 Jun 2004 23:27:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D28E43D2D; Sun, 27 Jun 2004 23:27:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RNRlhh024927; Sun, 27 Jun 2004 23:27:47 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RNRlT4024926; Sun, 27 Jun 2004 23:27:47 GMT (envelope-from pav) Message-Id: <200406272327.i5RNRlT4024926@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 27 Jun 2004 23:27:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/goggles Makefile distinfo pkg-plist ports/multimedia/goggles/files patch-build-config.linux X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 23:27:56 -0000 pav 2004-06-27 23:27:47 UTC FreeBSD ports repository Modified files: multimedia/goggles Makefile distinfo pkg-plist Added files: multimedia/goggles/files patch-build-config.linux Log: - Update to 0.7.4, which works with FOX-1.2 - Unbreak Revision Changes Path 1.17 +23 -18 ports/multimedia/goggles/Makefile 1.8 +2 -2 ports/multimedia/goggles/distinfo 1.1 +43 -0 ports/multimedia/goggles/files/patch-build-config.linux (new) 1.2 +3 -1 ports/multimedia/goggles/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 23:30:07 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 23:36:45 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 23:52:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B220916A4CE; Sun, 27 Jun 2004 23:52:32 +0000 (GMT) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8580943D2D; Sun, 27 Jun 2004 23:52:32 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from [198.60.22.206] (helo=mgr6.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1BejRo-0006U0-02; Sun, 27 Jun 2004 17:52:32 -0600 Received: from [166.70.56.15] (helo=misty.eyesbeyond.com) by mgr6.xmission.com with esmtp (Exim 4.32) id 1BejRn-0007OH-QZ; Sun, 27 Jun 2004 17:52:32 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i5RNqUYr036366; Sun, 27 Jun 2004 17:52:30 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i5RNqTMu036365; Sun, 27 Jun 2004 17:52:29 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sun, 27 Jun 2004 17:52:29 -0600 From: Greg Lewis To: Kirill Ponomarew Message-ID: <20040627235229.GA36136@misty.eyesbeyond.com> References: <200406271812.i5RICLjj014328@repoman.freebsd.org> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <200406271812.i5RICLjj014328@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mgr6.xmission.com X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=8.0 tests=BAYES_00 autolearn=no version=2.63 X-SA-Exim-Connect-IP: 166.70.56.15 X-SA-Exim-Mail-From: glewis@eyesbeyond.com X-SA-Exim-Version: 4.0 (built Sat, 24 Apr 2004 12:31:30 +0200) X-SA-Exim-Scanned: Yes (on mgr6.xmission.com) cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/math/gnuplot Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 23:52:32 -0000 On Sun, Jun 27, 2004 at 06:12:21PM +0000, Kirill Ponomarew wrote: > krion 2004-06-27 18:12:21 UTC > > FreeBSD ports repository > > Modified files: > math/gnuplot Makefile > Log: > Fix OPTIONS > > PR: ports/68388 > Submitted by: Ports Fury So, what exactly is wrong with doing .if defined(WITH_OPTION) stuff .else other stuff .endif that .if defined(WITHOUT_OPTION) other stuff .else stuff .endif fixes? The only thing I can think of is that it may be prefered to test the WITHOUT_OPTION variable when the default is on. Is that it? Also, why wasn't the PR assigned to the maintainer (me :)? -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sun Jun 27 23:59:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94BA716A4CE; Sun, 27 Jun 2004 23:59:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76B0A43D1D; Sun, 27 Jun 2004 23:59:18 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RNx8bq025859; Sun, 27 Jun 2004 23:59:08 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RNx8Z1025858; Sun, 27 Jun 2004 23:59:08 GMT (envelope-from fjoe) Message-Id: <200406272359.i5RNx8Z1025858@repoman.freebsd.org> From: Max Khon Date: Sun, 27 Jun 2004 23:59:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/togl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 23:59:18 -0000 fjoe 2004-06-27 23:59:08 UTC FreeBSD ports repository Modified files: graphics/togl Makefile Log: Remove unnecessary USE_MESA and USE_GMAKE. Revision Changes Path 1.12 +0 -2 ports/graphics/togl/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jun 27 23:59:38 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 00:02:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42A4D16A4CE; Mon, 28 Jun 2004 00:02:08 +0000 (GMT) Received: from hood.oook.cz (hood.oook.cz [212.27.205.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4495443D41; Mon, 28 Jun 2004 00:02:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (localhost.oook.cz [127.0.0.1]) by hood.oook.cz (8.12.11/8.12.11) with ESMTP id i5S01tXc005730 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 Jun 2004 02:01:55 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by hood.oook.cz (8.12.11/8.12.11/Submit) id i5S01svE005729; Mon, 28 Jun 2004 02:01:54 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: hood.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Greg Lewis In-Reply-To: <20040627235229.GA36136@misty.eyesbeyond.com> References: <200406271812.i5RICLjj014328@repoman.freebsd.org> <20040627235229.GA36136@misty.eyesbeyond.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-1lTAHWqIgpJxT4LXBrVa" Message-Id: <1088380914.969.10.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 28 Jun 2004 02:01:54 +0200 cc: cvs-ports@FreeBSD.org cc: Kirill Ponomarew cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/math/gnuplot Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 00:02:08 -0000 --=-1lTAHWqIgpJxT4LXBrVa Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable V po, 28. 06. 2004 v 01:52, Greg Lewis p=ED=B9e: > > FreeBSD ports repository > >=20 > > Modified files: > > math/gnuplot Makefile=20 > > Log: > > Fix OPTIONS > > =20 > > PR: ports/68388 > > Submitted by: Ports Fury >=20 > So, what exactly is wrong with doing >=20 > .if defined(WITH_OPTION) > stuff > .else > other stuff > .endif >=20 > that >=20 > .if defined(WITHOUT_OPTION) > other stuff > .else > stuff > .endif >=20 > fixes? The only thing I can think of is that it may be prefered to test = the > WITHOUT_OPTION variable when the default is on. Is that it? In the unattended build, when no OPTIONS dialog is displayed, you don't have any WITH* and WITHOUT* variables set. Your port should behave as if default values were selected. OPTIONS=3D OPTION "foo" on Default is to have OPTION on. When no WITH/WITHOUT* variables are generated, your test .if defined(WITH_OPTION) will fail. That's now the default you wanted. If you check instead .if !defined(WITHOUT_OPTION) it will work correctly in case OPTIONS were not processed. This nicely demonstrates in unattended build on packages on Bento, for example. > Also, why wasn't the PR assigned to the maintainer (me :)? Ask krion :) --=20 Pav Lucistnik lofi> My _sympathetic_ opinion about kdevelop is that it's a huge pile of shit that might at least work okay if used in Linux. lofi> My neutral opinion is that it's just a huge pile of shit. --=-1lTAHWqIgpJxT4LXBrVa Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBA31/yntdYP8FOsoIRAidmAJ42G/3z3KTiPkdJ50+qil9HaLXrgwCdFa6A Mlw1bKig32iqdmXu8MkKo5M= =Ntf+ -----END PGP SIGNATURE----- --=-1lTAHWqIgpJxT4LXBrVa-- From owner-cvs-all@FreeBSD.ORG Mon Jun 28 00:21:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1932316A4CE; Mon, 28 Jun 2004 00:21:49 +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 BFF5B43D48; Mon, 28 Jun 2004 00:21:48 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from [172.16.0.7] (helo=localhost) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1Bejtw-000O7c-ID; Mon, 28 Jun 2004 02:21:47 +0200 Date: Mon, 28 Jun 2004 02:21:53 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: pav@FreeBSD.org From: Oliver Eikemeier In-Reply-To: <1088380914.969.10.camel@hood.oook.cz> Message-Id: <28186290-C899-11D8-9FE1-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: Greg Lewis cc: cvs-ports@FreeBSD.org cc: Kirill Ponomarew cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/math/gnuplot Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 00:21:49 -0000 Pav Lucistnik wrote: > In the unattended build, when no OPTIONS dialog is displayed, you don't > have any WITH* and WITHOUT* variables set. Your port should behave as if > default values were selected. > > OPTIONS= OPTION "foo" on > > Default is to have OPTION on. When no WITH/WITHOUT* variables are > generated, your test > > .if defined(WITH_OPTION) > > will fail. That's now the default you wanted. If you check instead > > .if !defined(WITHOUT_OPTION) > > it will work correctly in case OPTIONS were not processed. This nicely > demonstrates in unattended build on packages on Bento, for example. As a side note, generously changing WITH_* to WITHOUT_* breaks upgrading for all people (like me) that use portupgrade to upgrade their ports. Also, it might be intended to have a different set of options preselected to choose from than those used for package building. You should note changes like this at least in UPDATING. -Oliver From owner-cvs-all@FreeBSD.ORG Mon Jun 28 00:58:54 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 01:17:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4422B16A4CE; Mon, 28 Jun 2004 01:17:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D76943D1F; Mon, 28 Jun 2004 01:17:38 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S1HcX5027993; Mon, 28 Jun 2004 01:17:38 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S1HcVW027992; Mon, 28 Jun 2004 01:17:38 GMT (envelope-from fjoe) Message-Id: <200406280117.i5S1HcVW027992@repoman.freebsd.org> From: Max Khon Date: Mon, 28 Jun 2004 01:17:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/cloop-utils Makefile distinfo pkg-plist patch-create_compressed_fs.c patch-extract_compressed_fs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 01:17:38 -0000 fjoe 2004-06-28 01:17:38 UTC FreeBSD ports repository Modified files: sysutils/cloop-utils Makefile distinfo Removed files: sysutils/cloop-utils pkg-plist sysutils/cloop-utils/files patch-Makefile patch-create_compressed_fs.c patch-extract_compressed_fs.c Log: Update to 2.01-2. Revision Changes Path 1.6 +11 -3 ports/sysutils/cloop-utils/Makefile 1.4 +2 -2 ports/sysutils/cloop-utils/distinfo 1.2 +0 -16 ports/sysutils/cloop-utils/files/patch-Makefile (dead) 1.2 +0 -57 ports/sysutils/cloop-utils/files/patch-create_compressed_fs.c (dead) 1.2 +0 -33 ports/sysutils/cloop-utils/files/patch-extract_compressed_fs.c (dead) 1.2 +0 -2 ports/sysutils/cloop-utils/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon Jun 28 01:19:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E22016A4CE; Mon, 28 Jun 2004 01:19:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FB7F43D49; Mon, 28 Jun 2004 01:19:49 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S1JimV028047; Mon, 28 Jun 2004 01:19:44 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S1JiT0028046; Mon, 28 Jun 2004 01:19:44 GMT (envelope-from fjoe) Message-Id: <200406280119.i5S1JiT0028046@repoman.freebsd.org> From: Max Khon Date: Mon, 28 Jun 2004 01:19:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/unixODBC Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 01:19:49 -0000 fjoe 2004-06-28 01:19:44 UTC FreeBSD ports repository Modified files: databases/unixODBC Makefile Log: Build with thread supports by default. Bump PORTREVISION. Revision Changes Path 1.41 +2 -1 ports/databases/unixODBC/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jun 28 01:36:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9421F16A4CE; Mon, 28 Jun 2004 01:36:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5401243D1F; Mon, 28 Jun 2004 01:36:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S1ZsMV028522; Mon, 28 Jun 2004 01:35:54 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S1ZsOa028521; Mon, 28 Jun 2004 01:35:54 GMT (envelope-from pav) Message-Id: <200406280135.i5S1ZsOa028521@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 28 Jun 2004 01:35:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/pear-Spreadsheet_Excel_Writer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 01:36:49 -0000 pav 2004-06-28 01:35:54 UTC FreeBSD ports repository Modified files: textproc/pear-Spreadsheet_Excel_Writer Makefile distinfo Log: - Update to 0.8 Revision Changes Path 1.4 +1 -1 ports/textproc/pear-Spreadsheet_Excel_Writer/Makefile 1.2 +2 -2 ports/textproc/pear-Spreadsheet_Excel_Writer/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jun 28 02:10:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBA9216A4CE; Mon, 28 Jun 2004 02:10:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E75643D3F; Mon, 28 Jun 2004 02:10:57 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S2AvA4029385; Mon, 28 Jun 2004 02:10:57 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S2AvRq029384; Mon, 28 Jun 2004 02:10:57 GMT (envelope-from adamw) Message-Id: <200406280210.i5S2AvRq029384@repoman.freebsd.org> From: Adam Weinberger Date: Mon, 28 Jun 2004 02:10:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/talkfilters Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 02:10:58 -0000 adamw 2004-06-28 02:10:57 UTC FreeBSD ports repository Modified files: misc/talkfilters Makefile distinfo Log: Update to 2.3.2. Revision Changes Path 1.6 +2 -2 ports/misc/talkfilters/Makefile 1.6 +2 -2 ports/misc/talkfilters/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jun 28 02:19:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 807B816A4CE; Mon, 28 Jun 2004 02:19:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61D2343D2D; Mon, 28 Jun 2004 02:19:26 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S2IwaB029634; Mon, 28 Jun 2004 02:18:58 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S2IwQv029633; Mon, 28 Jun 2004 02:18:58 GMT (envelope-from marcus) Message-Id: <200406280218.i5S2IwQv029633@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 28 Jun 2004 02:18:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla Makefile distinfo pkg-install.in patch-build_unix_run-mozilla.sh patch-directory-c-sdk-ldap-libraries-liblber-lber-int.h patch-extensions_negotiateauth_Makefile.inpatch-nsprpub-pr-src-io-prprf.c patch-other-licenses_libical_src_libical_Makefile.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 02:19:26 -0000 marcus 2004-06-28 02:18:58 UTC FreeBSD ports repository Modified files: www/mozilla Makefile distinfo www/mozilla/files patch-build_unix_run-mozilla.sh patch-config_autoconf.mk.in patch-nsprpub-pr-src-io-prprf.c patch-qt patch-security::coreconf::FreeBSD.mk patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc Added files: www/mozilla pkg-install.in www/mozilla/files extra-patch-nsSVGLibartGlyphMetricsFT.cpp patch-extensions_negotiateauth_Makefile.in Removed files: www/mozilla/files patch-directory-c-sdk-ldap-libraries-liblber-lber-int.h patch-modules::libpref::src::unix::unix.js patch-other-licenses_libical_src_libical_Makefile.in Log: * Update to 1.7 * Build the chrome and component registries in a pkg-install script so that the resulting paths are correct [1] For a list of all the changes in 1.7, see http://www.mozilla.org/releases/mozilla1.7. This port features support for the GSSAPI extension as well as optional gnome-vfs support. PR: 65590 [1] Submitted by: thierry [1] Revision Changes Path 1.165 +102 -78 ports/www/mozilla/Makefile 1.67 +2 -2 ports/www/mozilla/distinfo 1.1 +43 -0 ports/www/mozilla/files/extra-patch-nsSVGLibartGlyphMetricsFT.cpp (new) 1.4 +3 -1 ports/www/mozilla/files/patch-build_unix_run-mozilla.sh 1.2 +7 -7 ports/www/mozilla/files/patch-config_autoconf.mk.in 1.2 +0 -30 ports/www/mozilla/files/patch-directory-c-sdk-ldap-libraries-liblber-lber-int.h (dead) 1.1 +12 -0 ports/www/mozilla/files/patch-extensions_negotiateauth_Makefile.in (new) 1.7 +0 -14 ports/www/mozilla/files/patch-modules::libpref::src::unix::unix.js (dead) 1.2 +8 -6 ports/www/mozilla/files/patch-nsprpub-pr-src-io-prprf.c 1.2 +0 -11 ports/www/mozilla/files/patch-other-licenses_libical_src_libical_Makefile.in (dead) 1.25 +11 -11 ports/www/mozilla/files/patch-qt 1.8 +2 -2 ports/www/mozilla/files/patch-security::coreconf::FreeBSD.mk 1.2 +5 -5 ports/www/mozilla/files/patch-xpcom::reflect::xptcall::public::xptcstubsdecl.inc 1.1 +29 -0 ports/www/mozilla/pkg-install.in (new) From owner-cvs-all@FreeBSD.ORG Mon Jun 28 02:22:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47C3A16A4CE; Mon, 28 Jun 2004 02:22:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B29343D39; Mon, 28 Jun 2004 02:22:18 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S2Lp6s029798; Mon, 28 Jun 2004 02:21:51 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S2LpAn029797; Mon, 28 Jun 2004 02:21:51 GMT (envelope-from marcus) Message-Id: <200406280221.i5S2LpAn029797@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 28 Jun 2004 02:21:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/galeon Makefile distinfo pkg-plist ports/www/galeon/files patch-hairy X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 02:22:18 -0000 marcus 2004-06-28 02:21:51 UTC FreeBSD ports repository Modified files: www/galeon Makefile distinfo pkg-plist www/galeon/files patch-hairy Log: Update to 1.2.14 which is the latest release of 1.2. This features support for Mozilla 1.7, but will have no future Mozilla support. While I'm here, use the new GConf schema policy. Revision Changes Path 1.126 +2 -22 ports/www/galeon/Makefile 1.50 +2 -2 ports/www/galeon/distinfo 1.7 +15 -15 ports/www/galeon/files/patch-hairy 1.37 +2 -136 ports/www/galeon/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 02:23:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2732C16A4CE; Mon, 28 Jun 2004 02:23:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 096BB43D39; Mon, 28 Jun 2004 02:23:06 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S2MTAj029870; Mon, 28 Jun 2004 02:22:29 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S2MSt0029869; Mon, 28 Jun 2004 02:22:28 GMT (envelope-from marcus) Message-Id: <200406280222.i5S2MSt0029869@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 28 Jun 2004 02:22:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/galeon2 Makefile pkg-plist ports/www/galeon2/files patch-mozilla_GtkNSSKeyPairDialogs.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 02:23:06 -0000 marcus 2004-06-28 02:22:28 UTC FreeBSD ports repository Modified files: www/galeon2 Makefile pkg-plist Added files: www/galeon2/files patch-mozilla_GtkNSSKeyPairDialogs.cpp Log: * Fix build with Mozilla 1.7 * Use the new GConf schema policy Revision Changes Path 1.146 +3 -2 ports/www/galeon2/Makefile 1.1 +29 -0 ports/www/galeon2/files/patch-mozilla_GtkNSSKeyPairDialogs.cpp (new) 1.50 +2 -96 ports/www/galeon2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jun 27 19:00:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 063C516A4CE; Sun, 27 Jun 2004 19:00:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9C8A43D1D; Sun, 27 Jun 2004 19:00:51 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RJ0oPF015834; Sun, 27 Jun 2004 19:00:50 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RJ0ocM015833; Sun, 27 Jun 2004 19:00:50 GMT (envelope-from marcus) Message-Id: <200406271900.i5RJ0ocM015833@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 27 Jun 2004 19:00:50 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome/docs porting.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 19:00:52 -0000 marcus 2004-06-27 19:00:50 UTC FreeBSD doc repository Modified files: en/gnome/docs porting.sgml Log: Minor formatting fixes. Translators can ignore. Revision Changes Path 1.40 +20 -18 www/en/gnome/docs/porting.sgml From owner-cvs-all@FreeBSD.ORG Sun Jun 27 19:18:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 870C716A4CF; Sun, 27 Jun 2004 19:18:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DE8B43D39; Sun, 27 Jun 2004 19:18:00 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RJI0po016332; Sun, 27 Jun 2004 19:18:00 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RJI0oo016331; Sun, 27 Jun 2004 19:18:00 GMT (envelope-from simon) Message-Id: <200406271918.i5RJI0oo016331@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 27 Jun 2004 19:18:00 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en index.xsl www/share/sgml includes.misc.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 19:18:00 -0000 simon 2004-06-27 19:18:00 UTC FreeBSD doc repository Modified files: en index.xsl share/sgml includes.misc.xsl Log: Make the "right box" a bit less cluttered: - Removing the announcement links for the 5.X and the 4.X releases. - Point the title link for the 5.X release to the announcement, as it is already the case for the 4.X release. - Only show the 5 first items from the project news and the press sections. Reviewed by: hrs Revision Changes Path 1.105 +5 -7 www/en/index.xsl 1.13 +5 -5 www/share/sgml/includes.misc.xsl From owner-cvs-all@FreeBSD.ORG Sun Jun 27 20:54:17 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sun Jun 27 22:21:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C90916A4CE; Sun, 27 Jun 2004 22:21:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54CA943D1D; Sun, 27 Jun 2004 22:21:15 +0000 (GMT) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5RMLFtu022509; Sun, 27 Jun 2004 22:21:15 GMT (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5RMLFuF022508; Sun, 27 Jun 2004 22:21:15 GMT (envelope-from mheinen) Message-Id: <200406272221.i5RMLFuF022508@repoman.freebsd.org> From: Martin Heinen Date: Sun, 27 Jun 2004 22:21:15 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/de_DE.ISO8859-1/books/faq Makefile book.sgml doc/de_DE.ISO8859-1/books/fdp-primer Makefile book.sgml doc/de_DE.ISO8859-1/books/fdp-primer/see-also chapter.sgml doc/de_DE.ISO8859-1/share/sgml mailing-lists.ent ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 22:21:15 -0000 mheinen 2004-06-27 22:21:15 UTC FreeBSD doc repository Modified files: de_DE.ISO8859-1/books/faq Makefile book.sgml de_DE.ISO8859-1/books/fdp-primer Makefile book.sgml de_DE.ISO8859-1/books/fdp-primer/overview chapter.sgml de_DE.ISO8859-1/books/fdp-primer/see-also chapter.sgml de_DE.ISO8859-1/share/sgml mailing-lists.ent de_DE.ISO8859-1/share/sgml/glossary freebsd-glossary.sgml Log: MFbed: Update the German documentation set. books/faq/Makefile 1.10 -> 1.11 books/faq/book.sgml 1.617 -> 1.620 books/fdp-primer/Makefile 1.12 -> 1.13 books/fdp-primer/book.sgml 1.21 -> 1.22 books/fdp-primer/overview/chapter.sgml 1.19 -> 1.20 books/fdp-primer/see-also/chapter.sgml 1.10 -> 1.11 share/sgml/mailing-lists.ent 1.32 -> 1.34 share/sgml/glossary/freebsd-glossary.sgml 1.5 -> 1.8 Obtained from: The FreeBSD German Documentation Project. Revision Changes Path 1.6 +3 -3 doc/de_DE.ISO8859-1/books/faq/Makefile 1.48 +10 -8 doc/de_DE.ISO8859-1/books/faq/book.sgml 1.3 +3 -3 doc/de_DE.ISO8859-1/books/fdp-primer/Makefile 1.4 +5 -2 doc/de_DE.ISO8859-1/books/fdp-primer/book.sgml 1.2 +3 -3 doc/de_DE.ISO8859-1/books/fdp-primer/overview/chapter.sgml 1.3 +3 -3 doc/de_DE.ISO8859-1/books/fdp-primer/see-also/chapter.sgml 1.2 +121 -4 doc/de_DE.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml 1.16 +11 -2 doc/de_DE.ISO8859-1/share/sgml/mailing-lists.ent From owner-cvs-all@FreeBSD.ORG Sun Jun 27 23:05:20 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 01:16:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E689116A4CE; Mon, 28 Jun 2004 01:16:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C97D843D2F; Mon, 28 Jun 2004 01:16:35 +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 i5S1GZda027922; Mon, 28 Jun 2004 01:16:35 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S1GZ8n027921; Mon, 28 Jun 2004 01:16:35 GMT (envelope-from eik) Message-Id: <200406280116.i5S1GZ8n027921@repoman.freebsd.org> From: Oliver Eikemeier Date: Mon, 28 Jun 2004 01:16:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit-db/database portaudit2vuxml.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 01:16:36 -0000 eik 2004-06-28 01:16:35 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit2vuxml.pl Log: diversify url conversion Revision Changes Path 1.2 +22 -2 ports/security/portaudit-db/database/portaudit2vuxml.pl From owner-cvs-all@FreeBSD.ORG Mon Jun 28 02:23:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C9B516A4CE; Mon, 28 Jun 2004 02:23:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F0B343D3F; Mon, 28 Jun 2004 02:23:43 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S2N27g029910; Mon, 28 Jun 2004 02:23:02 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S2N2fF029909; Mon, 28 Jun 2004 02:23:02 GMT (envelope-from marcus) Message-Id: <200406280223.i5S2N2fF029909@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 28 Jun 2004 02:23:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/epiphany Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 02:23:43 -0000 marcus 2004-06-28 02:23:02 UTC FreeBSD ports repository Modified files: www/epiphany Makefile pkg-plist Log: Chase Mozilla 1.7, and use the new GConf schema policy. Revision Changes Path 1.52 +3 -2 ports/www/epiphany/Makefile 1.23 +4 -24 ports/www/epiphany/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 02:24:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC11E16A4CE; Mon, 28 Jun 2004 02:24:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CC9743D58; Mon, 28 Jun 2004 02:24:29 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S2NrK2029953; Mon, 28 Jun 2004 02:23:53 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S2NrcV029952; Mon, 28 Jun 2004 02:23:53 GMT (envelope-from marcus) Message-Id: <200406280223.i5S2NrcV029952@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 28 Jun 2004 02:23:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla-gtk1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 02:24:29 -0000 marcus 2004-06-28 02:23:53 UTC FreeBSD ports repository Modified files: www/mozilla-gtk1 Makefile Log: Chase Mozilla 1.7. Revision Changes Path 1.18 +1 -1 ports/www/mozilla-gtk1/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jun 28 02:24:32 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 02:25:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD2BD16A4CE; Mon, 28 Jun 2004 02:25:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B091943D39; Mon, 28 Jun 2004 02:25:39 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S2PYdm030106; Mon, 28 Jun 2004 02:25:34 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S2PY3K030105; Mon, 28 Jun 2004 02:25:34 GMT (envelope-from marcus) Message-Id: <200406280225.i5S2PY3K030105@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 28 Jun 2004 02:25:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 02:25:40 -0000 marcus 2004-06-28 02:25:34 UTC FreeBSD ports repository Modified files: www/mozilla-devel Makefile Log: Mark this guy IGNORE until I get around to bringing in 1.8a1. Revision Changes Path 1.191 +2 -0 ports/www/mozilla-devel/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jun 28 02:36:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FE4816A4CE; Mon, 28 Jun 2004 02:36:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6EA843D2D; Mon, 28 Jun 2004 02:36:31 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S2aJP5030438; Mon, 28 Jun 2004 02:36:19 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S2aJkB030437; Mon, 28 Jun 2004 02:36:19 GMT (envelope-from marcus) Message-Id: <200406280236.i5S2aJkB030437@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 28 Jun 2004 02:36:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/mozilla-devel-gtk1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 02:36:32 -0000 marcus 2004-06-28 02:36:19 UTC FreeBSD ports repository Modified files: www Makefile Removed files: www/mozilla-devel-gtk1 Makefile Log: Remove mozilla-devel-gtk1. As of Mozilla 1.8, there is not going to be a GTK+-1.x version anymore. Revision Changes Path 1.908 +0 -1 ports/www/Makefile 1.20 +0 -19 ports/www/mozilla-devel-gtk1/Makefile (dead) From owner-cvs-all@FreeBSD.ORG Mon Jun 28 02:37:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4CC616A4CE; Mon, 28 Jun 2004 02:37:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A66A443D48; Mon, 28 Jun 2004 02:37:16 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S2ave5030488; Mon, 28 Jun 2004 02:36:57 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S2avTv030487; Mon, 28 Jun 2004 02:36:57 GMT (envelope-from marcus) Message-Id: <200406280236.i5S2avTv030487@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 28 Jun 2004 02:36:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 02:37:16 -0000 marcus 2004-06-28 02:36:57 UTC FreeBSD ports repository Modified files: . modules Log: Remove ports/www/mozilla-devel-gtk1. Revision Changes Path 1.10424 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jun 28 02:38:21 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 02:55:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64B9716A4CE; Mon, 28 Jun 2004 02:55:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CDEE43D46; Mon, 28 Jun 2004 02:55:25 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S2tBB2031017; Mon, 28 Jun 2004 02:55:11 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S2tBnt031016; Mon, 28 Jun 2004 02:55:11 GMT (envelope-from metal) Message-Id: <200406280255.i5S2tBnt031016@repoman.freebsd.org> From: SUZUKI Koichi Date: Mon, 28 Jun 2004 02:55:11 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/man/man1 Makefile doscmd.1 sasc.1 sgsc.1 doc/ja_JP.eucJP/man/man8 Makefile stlload.8 stlstats.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 02:55:25 -0000 metal 2004-06-28 02:55:11 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 Makefile ja_JP.eucJP/man/man8 Makefile Removed files: ja_JP.eucJP/man/man1 doscmd.1 sasc.1 sgsc.1 ja_JP.eucJP/man/man8 stlload.8 stlstats.8 Log: Remove the manpages, whose original versions have already removed. Submitted by: koizumistr@minos.ocn.ne.jp Approved by: kuriyama (mentor) Revision Changes Path 1.62 +0 -3 doc/ja_JP.eucJP/man/man1/Makefile 1.20 +0 -761 doc/ja_JP.eucJP/man/man1/doscmd.1 (dead) 1.14 +0 -99 doc/ja_JP.eucJP/man/man1/sasc.1 (dead) 1.12 +0 -99 doc/ja_JP.eucJP/man/man1/sgsc.1 (dead) 1.66 +0 -2 doc/ja_JP.eucJP/man/man8/Makefile 1.12 +0 -142 doc/ja_JP.eucJP/man/man8/stlload.8 (dead) 1.15 +0 -143 doc/ja_JP.eucJP/man/man8/stlstats.8 (dead) From owner-cvs-all@FreeBSD.ORG Mon Jun 28 03:08:31 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 03:16:33 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 03:22:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DA9516A4CE; Mon, 28 Jun 2004 03:22:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5001343D2D; Mon, 28 Jun 2004 03:22:48 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S3MmtF032175; Mon, 28 Jun 2004 03:22:48 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S3Mm8W032174; Mon, 28 Jun 2004 03:22:48 GMT (envelope-from bland) Message-Id: <200406280322.i5S3Mm8W032174@repoman.freebsd.org> From: Alexander Nedotsukov Date: Mon, 28 Jun 2004 03:22:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libsigc++ Makefile ports/devel/libsigc++12 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 03:22:48 -0000 bland 2004-06-28 03:22:48 UTC FreeBSD ports repository Modified files: devel/libsigc++ Makefile devel/libsigc++12 Makefile Log: Do not list libsigc++ in gnome category. Revision Changes Path 1.18 +1 -1 ports/devel/libsigc++/Makefile 1.26 +1 -1 ports/devel/libsigc++12/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jun 28 03:37:09 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 03:40:36 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 03:49:30 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 03:58:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9EC416A4CE; Mon, 28 Jun 2004 03:58:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABEE443D1D; Mon, 28 Jun 2004 03:58:47 +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 i5S3wl0N033370; Mon, 28 Jun 2004 03:58:47 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S3wl0i033369; Mon, 28 Jun 2004 03:58:47 GMT (envelope-from trhodes) Message-Id: <200406280358.i5S3wl0i033369@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 28 Jun 2004 03:58:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml ports/security/portaudit-db/database portaudit.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 03:58:47 -0000 trhodes 2004-06-28 03:58:47 UTC FreeBSD ports repository (src,doc committer) Modified files: security/vuxml vuln.xml security/portaudit-db/database portaudit.txt Log: Move MoinMoin entry to VuXML. Revision Changes Path 1.33 +1 -2 ports/security/portaudit-db/database/portaudit.txt 1.132 +25 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Mon Jun 28 04:04:43 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 04:26:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADF1316A4CE; Mon, 28 Jun 2004 04:26:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9068543D53; Mon, 28 Jun 2004 04:26:33 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S4QXGN034245; Mon, 28 Jun 2004 04:26:33 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S4QXR9034244; Mon, 28 Jun 2004 04:26:33 GMT (envelope-from perky) Message-Id: <200406280426.i5S4QXR9034244@repoman.freebsd.org> From: Hye-Shik Chang Date: Mon, 28 Jun 2004 04:26:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/py-gui Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 04:26:33 -0000 perky 2004-06-28 04:26:33 UTC FreeBSD ports repository Modified files: x11-toolkits/py-gui Makefile distinfo pkg-plist Log: Update to 1.5 Revision Changes Path 1.2 +3 -1 ports/x11-toolkits/py-gui/Makefile 1.2 +2 -2 ports/x11-toolkits/py-gui/distinfo 1.2 +35 -3 ports/x11-toolkits/py-gui/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 05:03:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C93816A4CE; Mon, 28 Jun 2004 05:03:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F17D443D2F; Mon, 28 Jun 2004 05:03:55 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S53tbO035200; Mon, 28 Jun 2004 05:03:55 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S53trw035199; Mon, 28 Jun 2004 05:03:55 GMT (envelope-from krion) Message-Id: <200406280503.i5S53trw035199@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 28 Jun 2004 05:03:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/ghostscript-afpl Makefile.inc pkg-plist ports/print/ghostscript-gnu Makefile.inc pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 05:03:56 -0000 krion 2004-06-28 05:03:55 UTC FreeBSD ports repository Modified files: print/ghostscript-afpl Makefile.inc pkg-plist print/ghostscript-gnu Makefile.inc pkg-plist Log: Remove nonexisting file from pkg-plist Submitted by: Kent Stewart Pointyhat to: krion Revision Changes Path 1.11 +2 -2 ports/print/ghostscript-afpl/Makefile.inc 1.35 +1 -2 ports/print/ghostscript-afpl/pkg-plist 1.5 +2 -2 ports/print/ghostscript-gnu/Makefile.inc 1.26 +1 -2 ports/print/ghostscript-gnu/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 05:08:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E73A16A4CE; Mon, 28 Jun 2004 05:08:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40C9143D4C; Mon, 28 Jun 2004 05:08:25 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S58P83035368; Mon, 28 Jun 2004 05:08:25 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S58PUk035367; Mon, 28 Jun 2004 05:08:25 GMT (envelope-from krion) Message-Id: <200406280508.i5S58PUk035367@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 28 Jun 2004 05:08:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/atr3d Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 05:08:25 -0000 krion 2004-06-28 05:08:25 UTC FreeBSD ports repository Modified files: games/atr3d Makefile Log: Utilize USE_GL knob Submitted by: fjoe Revision Changes Path 1.10 +2 -2 ports/games/atr3d/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jun 28 05:37:26 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 05:56:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D2CA16A4CE; Mon, 28 Jun 2004 05:56:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E00E43D31; Mon, 28 Jun 2004 05:56:25 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S5toVk036756; Mon, 28 Jun 2004 05:55:50 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S5togI036755; Mon, 28 Jun 2004 05:55:50 GMT (envelope-from krion) Message-Id: <200406280555.i5S5togI036755@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 28 Jun 2004 05:55:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/bogofilter Makefile distinfo ports/mail/bogofilter/files patch-src-tests-t.frame X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 05:56:25 -0000 krion 2004-06-28 05:55:50 UTC FreeBSD ports repository Modified files: mail/bogofilter Makefile distinfo Removed files: mail/bogofilter/files patch-src-tests-t.frame Log: Update to version 0.92.0 PR: ports/68436 Submitted by: maintainer Revision Changes Path 1.39 +2 -2 ports/mail/bogofilter/Makefile 1.30 +2 -2 ports/mail/bogofilter/distinfo 1.2 +0 -11 ports/mail/bogofilter/files/patch-src-tests-t.frame (dead) From owner-cvs-all@FreeBSD.ORG Mon Jun 28 05:58:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A732E16A4CE; Mon, 28 Jun 2004 05:58:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 895C443D46; Mon, 28 Jun 2004 05:58:44 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S5wZmD036821; Mon, 28 Jun 2004 05:58:35 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S5wZrC036820; Mon, 28 Jun 2004 05:58:35 GMT (envelope-from krion) Message-Id: <200406280558.i5S5wZrC036820@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 28 Jun 2004 05:58:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/fgkicker Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 05:58:44 -0000 krion 2004-06-28 05:58:35 UTC FreeBSD ports repository Modified files: games/fgkicker Makefile distinfo Log: Update to version 0.9 PR: ports/68429 Submitted by: maintainer Revision Changes Path 1.10 +2 -2 ports/games/fgkicker/Makefile 1.6 +2 -2 ports/games/fgkicker/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jun 28 06:02:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBB2416A4CE; Mon, 28 Jun 2004 06:02:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE42043D1F; Mon, 28 Jun 2004 06:02:46 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S62dCr036965; Mon, 28 Jun 2004 06:02:39 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S62dB5036964; Mon, 28 Jun 2004 06:02:39 GMT (envelope-from perky) Message-Id: <200406280602.i5S62dB5036964@repoman.freebsd.org> From: Hye-Shik Chang Date: Mon, 28 Jun 2004 06:02:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/python Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 06:02:47 -0000 perky 2004-06-28 06:02:39 UTC FreeBSD ports repository Modified files: lang/python Makefile Log: Fix comment. Submitted by: fjoe Revision Changes Path 1.131 +1 -1 ports/lang/python/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jun 28 06:04:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D33F116A4CE; Mon, 28 Jun 2004 06:04:24 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83FBE43D41; Mon, 28 Jun 2004 06:04:20 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.34 (FreeBSD)) id 1BepFZ-0004L5-Ug; Mon, 28 Jun 2004 08:04:17 +0200 Date: Mon, 28 Jun 2004 08:04:17 +0200 From: Kirill Ponomarew To: Pav Lucistnik Message-ID: <20040628060417.GM71637@voodoo.oberon.net> References: <200406271812.i5RICLjj014328@repoman.freebsd.org> <20040627235229.GA36136@misty.eyesbeyond.com> <1088380914.969.10.camel@hood.oook.cz> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="w2xx78T4DcG3O+DJ" Content-Disposition: inline In-Reply-To: <1088380914.969.10.camel@hood.oook.cz> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: Greg Lewis cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/math/gnuplot Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 06:04:25 -0000 --w2xx78T4DcG3O+DJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Mon, Jun 28, 2004 at 02:01:54AM +0200, Pav Lucistnik wrote: =20 > In the unattended build, when no OPTIONS dialog is displayed, you don't > have any WITH* and WITHOUT* variables set. Your port should behave as if > default values were selected. >=20 > OPTIONS=3D OPTION "foo" on >=20 > Default is to have OPTION on. When no WITH/WITHOUT* variables are > generated, your test >=20 > .if defined(WITH_OPTION) >=20 > will fail. That's now the default you wanted. If you check instead >=20 > .if !defined(WITHOUT_OPTION) >=20 > it will work correctly in case OPTIONS were not processed. This nicely > demonstrates in unattended build on packages on Bento, for example. >=20 > > Also, why wasn't the PR assigned to the maintainer (me :)? >=20 > Ask krion :) Yeah, I should dress up my pointyhat for that ;) -Kirill --w2xx78T4DcG3O+DJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA37ThQC1G6a60JuURAt4qAKCAkOJY9+hfMFnDecu3azIo9llztwCgm9fh dyF+0SjN9iEbthnrOxamkJU= =5diq -----END PGP SIGNATURE----- --w2xx78T4DcG3O+DJ-- From owner-cvs-all@FreeBSD.ORG Mon Jun 28 06:05:42 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 06:20:29 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 06:24:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7783E16A4CE; Mon, 28 Jun 2004 06:24:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59EE243D4C; Mon, 28 Jun 2004 06:24:11 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S6OBvN037583; Mon, 28 Jun 2004 06:24:11 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S6OB0f037582; Mon, 28 Jun 2004 06:24:11 GMT (envelope-from perky) Message-Id: <200406280624.i5S6OB0f037582@repoman.freebsd.org> From: Hye-Shik Chang Date: Mon, 28 Jun 2004 06:24:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/python-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 06:24:11 -0000 perky 2004-06-28 06:24:11 UTC FreeBSD ports repository Modified files: lang/python-devel Makefile Log: Test lack of non-default options for CONFIG-unaware environments as done in lang/python either. Submitted by: fjoe Revision Changes Path 1.115 +3 -3 ports/lang/python-devel/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jun 28 06:25:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD3C516A4CE; Mon, 28 Jun 2004 06:25:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EA5443D49; Mon, 28 Jun 2004 06:25:26 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S6PQZW037669; Mon, 28 Jun 2004 06:25:26 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S6PQS7037668; Mon, 28 Jun 2004 06:25:26 GMT (envelope-from perky) Message-Id: <200406280625.i5S6PQS7037668@repoman.freebsd.org> From: Hye-Shik Chang Date: Mon, 28 Jun 2004 06:25:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/python-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 06:25:26 -0000 perky 2004-06-28 06:25:26 UTC FreeBSD ports repository Modified files: lang/python-devel Makefile Log: More OPTIONS change of UCS2->UCS4 which is missed in previous commit. Revision Changes Path 1.116 +1 -1 ports/lang/python-devel/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jun 28 06:33:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89EDF16A4CE; Mon, 28 Jun 2004 06:33:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AB4443D2F; Mon, 28 Jun 2004 06:33:20 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S6X6RI037879; Mon, 28 Jun 2004 06:33:06 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S6X6c4037878; Mon, 28 Jun 2004 06:33:06 GMT (envelope-from krion) Message-Id: <200406280633.i5S6X6c4037878@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 28 Jun 2004 06:33:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libidn Makefile Makefile.man distinfo pkg-plist ports/devel/libidn/files patch-po::LINGUAS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 06:33:20 -0000 krion 2004-06-28 06:33:06 UTC FreeBSD ports repository Modified files: devel/libidn Makefile Makefile.man distinfo pkg-plist devel/libidn/files patch-po::LINGUAS Log: Update to version 0.5.0 Revision Changes Path 1.31 +2 -3 ports/devel/libidn/Makefile 1.3 +3 -0 ports/devel/libidn/Makefile.man 1.19 +2 -2 ports/devel/libidn/distinfo 1.4 +7 -4 ports/devel/libidn/files/patch-po::LINGUAS 1.16 +2 -1 ports/devel/libidn/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 06:37:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67BAD16A4CE; Mon, 28 Jun 2004 06:37:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4922F43D1D; Mon, 28 Jun 2004 06:37:06 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S6aK3e038073; Mon, 28 Jun 2004 06:36:20 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S6aK3u038072; Mon, 28 Jun 2004 06:36:20 GMT (envelope-from krion) Message-Id: <200406280636.i5S6aK3u038072@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 28 Jun 2004 06:36:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Net-LibIDN Makefile ports/net/echoping Makefile ports/security/gsasl Makefile ports/security/shishi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 06:37:06 -0000 krion 2004-06-28 06:36:20 UTC FreeBSD ports repository Modified files: devel/p5-Net-LibIDN Makefile net/echoping Makefile security/gsasl Makefile security/shishi Makefile Log: Chase libraries for new devel/libidn version Revision Changes Path 1.5 +1 -1 ports/devel/p5-Net-LibIDN/Makefile 1.19 +1 -1 ports/net/echoping/Makefile 1.14 +1 -1 ports/security/gsasl/Makefile 1.12 +1 -1 ports/security/shishi/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jun 28 07:03:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD9F316A4CE; Mon, 28 Jun 2004 07:03:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEDBA43D1F; Mon, 28 Jun 2004 07:03:16 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S737Ij038827; Mon, 28 Jun 2004 07:03:07 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S737Qk038826; Mon, 28 Jun 2004 07:03:07 GMT (envelope-from vs) Message-Id: <200406280703.i5S737Qk038826@repoman.freebsd.org> From: Volker Stolz Date: Mon, 28 Jun 2004 07:03:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/lphoto Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 07:03:16 -0000 vs 2004-06-28 07:03:07 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/lphoto Makefile distinfo pkg-descr pkg-plist Log: Add lphoto 1.0.13, a complete desktop solution for digital photo management. PR: ports/67559 Submitted by: michael johnson Revision Changes Path 1.699 +1 -0 ports/graphics/Makefile 1.1 +30 -0 ports/graphics/lphoto/Makefile (new) 1.1 +2 -0 ports/graphics/lphoto/distinfo (new) 1.1 +9 -0 ports/graphics/lphoto/pkg-descr (new) 1.1 +86 -0 ports/graphics/lphoto/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jun 28 07:03:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74DE816A4CF; Mon, 28 Jun 2004 07:03:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54E7443D2F; Mon, 28 Jun 2004 07:03:26 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S73J1O038875; Mon, 28 Jun 2004 07:03:19 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S73JGU038874; Mon, 28 Jun 2004 07:03:19 GMT (envelope-from vs) Message-Id: <200406280703.i5S73JGU038874@repoman.freebsd.org> From: Volker Stolz Date: Mon, 28 Jun 2004 07:03:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 07:03:26 -0000 vs 2004-06-28 07:03:19 UTC FreeBSD ports repository Modified files: . modules Log: lphoto --> ports/graphics/lphoto Revision Changes Path 1.10425 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jun 28 07:19:19 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 07:58:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88F7616A4CE; Mon, 28 Jun 2004 07:58:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BC1E43D3F; Mon, 28 Jun 2004 07:58:19 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S7wC9G040444; Mon, 28 Jun 2004 07:58:12 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S7wCDk040443; Mon, 28 Jun 2004 07:58:12 GMT (envelope-from krion) Message-Id: <200406280758.i5S7wCDk040443@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 28 Jun 2004 07:58:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/gsasl Makefile Makefile.man distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 07:58:19 -0000 krion 2004-06-28 07:58:12 UTC FreeBSD ports repository Modified files: security/gsasl Makefile Makefile.man distinfo pkg-plist Log: Update to version 0.1.1 Revision Changes Path 1.15 +1 -2 ports/security/gsasl/Makefile 1.2 +2 -0 ports/security/gsasl/Makefile.man 1.8 +2 -2 ports/security/gsasl/distinfo 1.6 +1 -1 ports/security/gsasl/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 08:11:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69F9616A4CE; Mon, 28 Jun 2004 08:11:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C2C743D45; Mon, 28 Jun 2004 08:11:10 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S8B7V4040828; Mon, 28 Jun 2004 08:11:07 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S8B7nD040827; Mon, 28 Jun 2004 08:11:07 GMT (envelope-from vs) Message-Id: <200406280811.i5S8B7nD040827@repoman.freebsd.org> From: Volker Stolz Date: Mon, 28 Jun 2004 08:11:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-DBD-LDAP Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 08:11:10 -0000 vs 2004-06-28 08:11:07 UTC FreeBSD ports repository Modified files: databases/p5-DBD-LDAP Makefile distinfo pkg-plist Log: Update to 0.6 (perl 5.8 fixes) PR: ports/67843 Submitted by: Sergey Matveychuk Approved by: maintainer timeout Revision Changes Path 1.8 +1 -3 ports/databases/p5-DBD-LDAP/Makefile 1.4 +2 -2 ports/databases/p5-DBD-LDAP/distinfo 1.3 +0 -2 ports/databases/p5-DBD-LDAP/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 08:18:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0D3716A4CE; Mon, 28 Jun 2004 08:18:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A33D143D3F; Mon, 28 Jun 2004 08:18:30 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S8I2iO040985; Mon, 28 Jun 2004 08:18:02 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S8I2u2040984; Mon, 28 Jun 2004 08:18:02 GMT (envelope-from vs) Message-Id: <200406280818.i5S8I2u2040984@repoman.freebsd.org> From: Volker Stolz Date: Mon, 28 Jun 2004 08:18:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/qicosi Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 08:18:30 -0000 vs 2004-06-28 08:18:02 UTC FreeBSD ports repository Modified files: comms/qicosi Makefile distinfo Log: Update to 0.54.1 PR: ports/68430 Submitted by: maintainer Revision Changes Path 1.18 +1 -1 ports/comms/qicosi/Makefile 1.14 +2 -2 ports/comms/qicosi/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jun 28 08:24:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A34816A4CE; Mon, 28 Jun 2004 08:24:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFCA743D2D; Mon, 28 Jun 2004 08:24:41 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S8OI7t041159; Mon, 28 Jun 2004 08:24:18 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S8OIs2041158; Mon, 28 Jun 2004 08:24:18 GMT (envelope-from vs) Message-Id: <200406280824.i5S8OIs2041158@repoman.freebsd.org> From: Volker Stolz Date: Mon, 28 Jun 2004 08:24:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/gnocl Makefile distinfo ports/x11-toolkits/gnocl/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 08:24:42 -0000 vs 2004-06-28 08:24:18 UTC FreeBSD ports repository Modified files: x11-toolkits/gnocl Makefile distinfo x11-toolkits/gnocl/files patch-Makefile Log: Update to 0.5.16 (unbreak w. gtk+-2.4), thanks to Jochen Huhmann PR: ports/68421 Submitted by: maintainer Revision Changes Path 1.8 +1 -5 ports/x11-toolkits/gnocl/Makefile 1.4 +2 -2 ports/x11-toolkits/gnocl/distinfo 1.2 +11 -8 ports/x11-toolkits/gnocl/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Mon Jun 28 08:28:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7758616A4CE; Mon, 28 Jun 2004 08:28:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5935443D39; Mon, 28 Jun 2004 08:28:35 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S8RRP0041278; Mon, 28 Jun 2004 08:27:27 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S8RRJu041277; Mon, 28 Jun 2004 08:27:27 GMT (envelope-from vs) Message-Id: <200406280827.i5S8RRJu041277@repoman.freebsd.org> From: Volker Stolz Date: Mon, 28 Jun 2004 08:27:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/cymbaline Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 08:28:35 -0000 vs 2004-06-28 08:27:27 UTC FreeBSD ports repository Modified files: audio/cymbaline Makefile distinfo Log: - Update to 1.2d - Add py-ao and py-mad to run deps (cymbaline won't work without them) - Make COMMENT start with a capital to pet portlint PR: ports/68425 Submitted by: Roman Bogorodskiy Revision Changes Path 1.17 +5 -5 ports/audio/cymbaline/Makefile 1.12 +2 -2 ports/audio/cymbaline/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jun 28 08:40:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FC8316A4CF; Mon, 28 Jun 2004 08:40:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EBEA43D49; Mon, 28 Jun 2004 08:40:24 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S8dvk7041589; Mon, 28 Jun 2004 08:39:57 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S8dvZQ041588; Mon, 28 Jun 2004 08:39:57 GMT (envelope-from ale) Message-Id: <200406280839.i5S8dvZQ041588@repoman.freebsd.org> From: Alex Dupre Date: Mon, 28 Jun 2004 08:39:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/qmailadmin-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 08:40:24 -0000 ale 2004-06-28 08:39:57 UTC FreeBSD ports repository Modified files: mail/qmailadmin-devel Makefile distinfo pkg-plist Log: Update to 1.2.2 release. Revision Changes Path 1.23 +1 -1 ports/mail/qmailadmin-devel/Makefile 1.15 +2 -2 ports/mail/qmailadmin-devel/distinfo 1.14 +1 -0 ports/mail/qmailadmin-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 09:02:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC72C16A4CE; Mon, 28 Jun 2004 09:02:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE2B043D3F; Mon, 28 Jun 2004 09:02:41 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S92JlI042216; Mon, 28 Jun 2004 09:02:19 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S92JjW042215; Mon, 28 Jun 2004 09:02:19 GMT (envelope-from ale) Message-Id: <200406280902.i5S92JjW042215@repoman.freebsd.org> From: Alex Dupre Date: Mon, 28 Jun 2004 09:02:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/php4 Makefile pkg-plist ports/lang/php4/files patch-scripts::Makefile.frag X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 09:02:42 -0000 ale 2004-06-28 09:02:19 UTC FreeBSD ports repository Modified files: lang/php4 Makefile pkg-plist Added files: lang/php4/files patch-scripts::Makefile.frag Log: Install GD header files for pecl-pdflib extension. Revision Changes Path 1.73 +1 -1 ports/lang/php4/Makefile 1.3 +11 -0 ports/lang/php4/files/patch-scripts::Makefile.frag (new) 1.13 +16 -0 ports/lang/php4/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 09:03:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08BE716A4CF; Mon, 28 Jun 2004 09:03:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF6ED43D39; Mon, 28 Jun 2004 09:03:40 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S93K9s042286; Mon, 28 Jun 2004 09:03:20 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S93Jng042285; Mon, 28 Jun 2004 09:03:19 GMT (envelope-from ale) Message-Id: <200406280903.i5S93Jng042285@repoman.freebsd.org> From: Alex Dupre Date: Mon, 28 Jun 2004 09:03:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/php5 Makefile pkg-plist ports/lang/php5/files patch-scripts::Makefile.frag X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 09:03:41 -0000 ale 2004-06-28 09:03:19 UTC FreeBSD ports repository Modified files: lang/php5 Makefile pkg-plist lang/php5/files patch-scripts::Makefile.frag Log: Install GD and MBSTRINGS header files for pdflib and mailparse extensions. Revision Changes Path 1.68 +1 -1 ports/lang/php5/Makefile 1.2 +12 -3 ports/lang/php5/files/patch-scripts::Makefile.frag 1.12 +32 -0 ports/lang/php5/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 09:09:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D3F216A4CE; Mon, 28 Jun 2004 09:09:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7071943D1D; Mon, 28 Jun 2004 09:09:12 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S98pqP042494; Mon, 28 Jun 2004 09:08:51 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S98pYB042493; Mon, 28 Jun 2004 09:08:51 GMT (envelope-from metal) Message-Id: <200406280908.i5S98pYB042493@repoman.freebsd.org> From: SUZUKI Koichi Date: Mon, 28 Jun 2004 09:08:51 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/man/man1 Makefiledoc/ja_JP.eucJP/man/man2 Makefile doc/ja_JP.eucJP/man/man8 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 09:09:12 -0000 metal 2004-06-28 09:08:51 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 Makefile ja_JP.eucJP/man/man2 Makefile ja_JP.eucJP/man/man8 Makefile Log: Make some links, which I forgot to add before. Approved by: kuriyama (mentor) Revision Changes Path 1.63 +2 -0 doc/ja_JP.eucJP/man/man1/Makefile 1.12 +2 -0 doc/ja_JP.eucJP/man/man2/Makefile 1.67 +2 -0 doc/ja_JP.eucJP/man/man8/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jun 28 09:39:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFCAE16A4CE; Mon, 28 Jun 2004 09:39:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C32E643D2D; Mon, 28 Jun 2004 09:39:30 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S9dOoi043225; Mon, 28 Jun 2004 09:39:24 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S9dODB043224; Mon, 28 Jun 2004 09:39:24 GMT (envelope-from vs) Message-Id: <200406280939.i5S9dODB043224@repoman.freebsd.org> From: Volker Stolz Date: Mon, 28 Jun 2004 09:39:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mlmmj Makefile distinfo ports/mail/mlmmj/files patch-mlmmj-make-ml.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 09:39:31 -0000 vs 2004-06-28 09:39:24 UTC FreeBSD ports repository Modified files: mail/mlmmj Makefile distinfo mail/mlmmj/files patch-mlmmj-make-ml.sh Log: Update to 0.8.1.1 (see PR for fixes) PR: ports/68433 Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/mail/mlmmj/Makefile 1.3 +2 -2 ports/mail/mlmmj/distinfo 1.2 +6 -7 ports/mail/mlmmj/files/patch-mlmmj-make-ml.sh From owner-cvs-all@FreeBSD.ORG Mon Jun 28 09:41:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C62F16A4CE; Mon, 28 Jun 2004 09:41:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F8FE43D2D; Mon, 28 Jun 2004 09:41:22 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S9fMSg043357; Mon, 28 Jun 2004 09:41:22 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S9fMSB043356; Mon, 28 Jun 2004 09:41:22 GMT (envelope-from ale) Message-Id: <200406280941.i5S9fMSB043356@repoman.freebsd.org> From: Alex Dupre Date: Mon, 28 Jun 2004 09:41:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/enigmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 09:41:22 -0000 ale 2004-06-28 09:41:22 UTC FreeBSD ports repository Modified files: mail/enigmail Makefile distinfo Log: - Update enigmail to 0.84.1 - Add support for mozilla 1.7 Revision Changes Path 1.18 +1 -1 ports/mail/enigmail/Makefile 1.11 +0 -2 ports/mail/enigmail/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jun 28 09:55:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71F2616A4CE; Mon, 28 Jun 2004 09:55:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53E1243D2D; Mon, 28 Jun 2004 09:55: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 i5S9tkku043722; Mon, 28 Jun 2004 09:55:46 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S9tkqU043721; Mon, 28 Jun 2004 09:55:46 GMT (envelope-from eik) Message-Id: <200406280955.i5S9tkqU043721@repoman.freebsd.org> From: Oliver Eikemeier Date: Mon, 28 Jun 2004 09:55:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit-db/database portaudit.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 09:55:47 -0000 eik 2004-06-28 09:55:46 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: xine-lib RTSP handling vulnerabilities Revision Changes Path 1.34 +2 -1 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Mon Jun 28 10:30:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CCB416A4CF; Mon, 28 Jun 2004 10:30:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4744943D48; Mon, 28 Jun 2004 10:30:21 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SATAGu044565; Mon, 28 Jun 2004 10:29:10 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SATACW044564; Mon, 28 Jun 2004 10:29:10 GMT (envelope-from vs) Message-Id: <200406281029.i5SATACW044564@repoman.freebsd.org> From: Volker Stolz Date: Mon, 28 Jun 2004 10:29:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/qmrtg Makefile distinfo pkg-descr pkg-message pkg-plist ports/mail/qmrtg/files patch-qmrtg.sh patch-qmrtgsync.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 10:30:21 -0000 vs 2004-06-28 10:29:10 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/qmrtg Makefile distinfo pkg-descr pkg-message pkg-plist mail/qmrtg/files patch-qmrtg.sh patch-qmrtgsync.sh Log: Add qmrtg 0.5.6, a simple tool for monitoring and graphing qmail activity through MRTG. PR: ports/67887 Submitted by: Mij Revision Changes Path 1.540 +1 -0 ports/mail/Makefile 1.1 +50 -0 ports/mail/qmrtg/Makefile (new) 1.1 +2 -0 ports/mail/qmrtg/distinfo (new) 1.1 +8 -0 ports/mail/qmrtg/files/patch-qmrtg.sh (new) 1.1 +8 -0 ports/mail/qmrtg/files/patch-qmrtgsync.sh (new) 1.1 +16 -0 ports/mail/qmrtg/pkg-descr (new) 1.1 +22 -0 ports/mail/qmrtg/pkg-message (new) 1.1 +18 -0 ports/mail/qmrtg/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jun 28 10:30:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FFA116A4CF; Mon, 28 Jun 2004 10:30:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DA8843D3F; Mon, 28 Jun 2004 10:30:26 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SATLjf044615; Mon, 28 Jun 2004 10:29:21 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SATLfO044614; Mon, 28 Jun 2004 10:29:21 GMT (envelope-from vs) Message-Id: <200406281029.i5SATLfO044614@repoman.freebsd.org> From: Volker Stolz Date: Mon, 28 Jun 2004 10:29:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 10:30:26 -0000 vs 2004-06-28 10:29:21 UTC FreeBSD ports repository Modified files: . modules Log: qmrtg --> ports/mail/qmrtg Revision Changes Path 1.10426 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jun 28 11:11:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 560B916A4CF; Mon, 28 Jun 2004 11:11:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 387DE43D41; Mon, 28 Jun 2004 11:11:29 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SBBOGM045713; Mon, 28 Jun 2004 11:11:24 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SBBOA8045712; Mon, 28 Jun 2004 11:11:24 GMT (envelope-from vs) Message-Id: <200406281111.i5SBBOA8045712@repoman.freebsd.org> From: Volker Stolz Date: Mon, 28 Jun 2004 11:11:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/cymbaline Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 11:11:29 -0000 vs 2004-06-28 11:11:24 UTC FreeBSD ports repository Modified files: audio/cymbaline Makefile Log: Assign maintainership to previous submitter Roman Bogorodskiy. Thanks for volunteering! Revision Changes Path 1.18 +1 -1 ports/audio/cymbaline/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jun 28 11:18:55 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 11:33:12 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 11:35:22 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 11:36:43 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 11:38:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C6A016A4CE; Mon, 28 Jun 2004 11:38:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3698F43D41; Mon, 28 Jun 2004 11:38:37 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SBcCPA046657; Mon, 28 Jun 2004 11:38:12 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SBcCaf046656; Mon, 28 Jun 2004 11:38:12 GMT (envelope-from vs) Message-Id: <200406281138.i5SBcCaf046656@repoman.freebsd.org> From: Volker Stolz Date: Mon, 28 Jun 2004 11:38:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/xpvm Makefile distinfo pkg-descr pkg-message pkg-plist ports/net/xpvm/files patch-tracer:Makefile.aimk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 11:38:37 -0000 vs 2004-06-28 11:38:12 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/xpvm Makefile distinfo pkg-descr pkg-message pkg-plist net/xpvm/files patch-src:Makefile.aimk patch-src:Makefile.xpvm patch-tracer:Makefile.aimk Log: Add xpvm 1.2.5, a Graphical Console and Monitor for PVM. PR: ports/65076 Submitted by: Rong-En Fan Revision Changes Path 1.1310 +1 -0 ports/net/Makefile 1.1 +56 -0 ports/net/xpvm/Makefile (new) 1.1 +2 -0 ports/net/xpvm/distinfo (new) 1.1 +102 -0 ports/net/xpvm/files/patch-src:Makefile.aimk (new) 1.1 +12 -0 ports/net/xpvm/files/patch-src:Makefile.xpvm (new) 1.1 +36 -0 ports/net/xpvm/files/patch-tracer:Makefile.aimk (new) 1.1 +7 -0 ports/net/xpvm/pkg-descr (new) 1.1 +8 -0 ports/net/xpvm/pkg-message (new) 1.1 +95 -0 ports/net/xpvm/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jun 28 11:38:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9318016A4EC; Mon, 28 Jun 2004 11:38:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75CA843D39; Mon, 28 Jun 2004 11:38:41 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SBcNF6046703; Mon, 28 Jun 2004 11:38:23 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SBcNiN046702; Mon, 28 Jun 2004 11:38:23 GMT (envelope-from vs) Message-Id: <200406281138.i5SBcNiN046702@repoman.freebsd.org> From: Volker Stolz Date: Mon, 28 Jun 2004 11:38:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 11:38:43 -0000 vs 2004-06-28 11:38:23 UTC FreeBSD ports repository Modified files: . modules Log: xpvm --> ports/net/xpvm Revision Changes Path 1.10427 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jun 28 11:41:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 833A616A4CE; Mon, 28 Jun 2004 11:41:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D56E43D1F; Mon, 28 Jun 2004 11:41:03 +0000 (GMT) (envelope-from tg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SBepge046884; Mon, 28 Jun 2004 11:40:51 GMT (envelope-from tg@repoman.freebsd.org) Received: (from tg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SBepjT046883; Mon, 28 Jun 2004 11:40:51 GMT (envelope-from tg) Message-Id: <200406281140.i5SBepjT046883@repoman.freebsd.org> From: Thomas Gellekum Date: Mon, 28 Jun 2004 11:40:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/freedoko Makefile distinfo pkg-plist ports/games/freedoko/files patch-Makefile patch-class!Makefile patch-misc!setting.cpp patch-player!Makefile patch-ui!Makefile patch-ui!gtkmm!ui.game.gameplay.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 11:41:03 -0000 tg 2004-06-28 11:40:51 UTC FreeBSD ports repository Modified files: games/freedoko Makefile distinfo pkg-plist Removed files: games/freedoko/files patch-Makefile patch-class!Makefile patch-misc!setting.cpp patch-player!Makefile patch-ui!Makefile patch-ui!gtk!Makefile patch-ui!gtkmm!Makefile patch-ui!gtkmm!ui.game.gameplay.cpp Log: Upgrade to 0.6.5. Revision Changes Path 1.5 +6 -7 ports/games/freedoko/Makefile 1.2 +2 -2 ports/games/freedoko/distinfo 1.2 +0 -75 ports/games/freedoko/files/patch-Makefile (dead) 1.2 +0 -20 ports/games/freedoko/files/patch-class!Makefile (dead) 1.2 +0 -14 ports/games/freedoko/files/patch-misc!setting.cpp (dead) 1.2 +0 -20 ports/games/freedoko/files/patch-player!Makefile (dead) 1.2 +0 -25 ports/games/freedoko/files/patch-ui!Makefile (dead) 1.2 +0 -18 ports/games/freedoko/files/patch-ui!gtk!Makefile (dead) 1.2 +0 -16 ports/games/freedoko/files/patch-ui!gtkmm!Makefile (dead) 1.2 +0 -11 ports/games/freedoko/files/patch-ui!gtkmm!ui.game.gameplay.cpp (dead) 1.2 +4 -22 ports/games/freedoko/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 11:46:52 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 11:49:01 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 11:51:29 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 11:54:45 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 12:00:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 906B616A4CF; Mon, 28 Jun 2004 12:00:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D11F43D46; Mon, 28 Jun 2004 12:00:26 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SC0QDA047427; Mon, 28 Jun 2004 12:00:26 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SC0PYt047426; Mon, 28 Jun 2004 12:00:25 GMT (envelope-from vs) Message-Id: <200406281200.i5SC0PYt047426@repoman.freebsd.org> From: Volker Stolz Date: Mon, 28 Jun 2004 12:00:25 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 12:00:46 -0000 vs 2004-06-28 12:00:25 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Mij for mail/qmrtg PR: ports/67887 Revision Changes Path 1.221 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Mon Jun 28 12:13:54 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 12:32:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA34C16A4CE; Mon, 28 Jun 2004 12:32:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E50543D31; Mon, 28 Jun 2004 12:32:11 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SCWB6v048425; Mon, 28 Jun 2004 12:32:11 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SCWB5a048424; Mon, 28 Jun 2004 12:32:11 GMT (envelope-from osa) Message-Id: <200406281232.i5SCWB5a048424@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Mon, 28 Jun 2004 12:32:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/fastdb Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 12:32:11 -0000 osa 2004-06-28 12:32:11 UTC FreeBSD ports repository Modified files: databases/fastdb Makefile distinfo Log: Update to latest release: 3.01. 1. Fix bug in implementation of backup with compactify option 2. Fix bug with unpacking reference column value at server (remote CLI interface) 3. Fix bug in dbdatabase::findTableByName method 4. Fix bug in cli_update function implementation (local CLI) 5. Add context parameter to cli_set_error_handler and cli_array_column_ex functions Revision Changes Path 1.45 +1 -1 ports/databases/fastdb/Makefile 1.42 +2 -2 ports/databases/fastdb/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jun 28 12:45:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE41B16A4CE; Mon, 28 Jun 2004 12:45:26 +0000 (GMT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01E7443D3F; Mon, 28 Jun 2004 12:45:26 +0000 (GMT) (envelope-from danfe@regency.nsu.ru) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.32) id 1BevYB-00018D-DW; Mon, 28 Jun 2004 19:47:55 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.10/8.12.10) with ESMTP id i5SCjn9k049413; Mon, 28 Jun 2004 19:45:49 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.10/8.12.10/Submit) id i5SCjnZW049332; Mon, 28 Jun 2004 19:45:49 +0700 (NOVST) (envelope-from danfe) Date: Mon, 28 Jun 2004 19:45:48 +0700 From: Alexey Dokuchaev To: Michael Nottebrock Message-ID: <20040628124548.GA48471@regency.nsu.ru> References: <200406272058.i5RKwLfg019373@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406272058.i5RKwLfg019373@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/net Makefile ports/net/warppipe Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 12:45:27 -0000 On Sun, Jun 27, 2004 at 08:58:21PM +0000, Michael Nottebrock wrote: > lofi 2004-06-27 20:58:21 UTC > > FreeBSD ports repository > > Modified files: > net Makefile > Added files: > net/warppipe Makefile distinfo pkg-descr pkg-plist > Log: > Add warppipe, online multi-player gaming for the Nintendo GameCube. Why not in `games'? ./danfe From owner-cvs-all@FreeBSD.ORG Mon Jun 28 13:28:23 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 13:28:24 -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-all@FreeBSD.ORG Mon Jun 28 13:32:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91EA016A4CF; Mon, 28 Jun 2004 13:32:14 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFA4C43D46; Mon, 28 Jun 2004 13:32:13 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 84998530C; Mon, 28 Jun 2004 15:32:09 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id C9B09530A; Mon, 28 Jun 2004 15:31:55 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 6A9D1B86C; Mon, 28 Jun 2004 15:31:55 +0200 (CEST) To: Alexey Dokuchaev References: <200406272058.i5RKwLfg019373@repoman.freebsd.org> <20040628124548.GA48471@regency.nsu.ru> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Mon, 28 Jun 2004 15:31:55 +0200 In-Reply-To: <20040628124548.GA48471@regency.nsu.ru> (Alexey Dokuchaev's message of "Mon, 28 Jun 2004 19:45:48 +0700") 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-ports@freebsd.org cc: Michael Nottebrock cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/net Makefile ports/net/warppipe Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 13:32:14 -0000 Alexey Dokuchaev writes: > On Sun, Jun 27, 2004 at 08:58:21PM +0000, Michael Nottebrock wrote: > > Log: > > Add warppipe, online multi-player gaming for the Nintendo GameCube. > Why not in `games'? It's not a game, it's network tunneling tool which allows you to play LAN-only multiplayer games over the Internet. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Mon Jun 28 13:43:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B3A616A4CE; Mon, 28 Jun 2004 13:43:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11A0343D2D; Mon, 28 Jun 2004 13:43:36 +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 i5SDhR1n050357; Mon, 28 Jun 2004 13:43:27 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SDhRMx050356; Mon, 28 Jun 2004 13:43:27 GMT (envelope-from den) Message-Id: <200406281343.i5SDhRMx050356@repoman.freebsd.org> From: Denis Peplin Date: Mon, 28 Jun 2004 13:43:27 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ru relnotes.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 13:43:36 -0000 den 2004-06-28 13:43:27 UTC FreeBSD doc repository Modified files: ru relnotes.sgml Log: Link early-adopter to translated version Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.4 +2 -2 www/ru/relnotes.sgml From owner-cvs-all@FreeBSD.ORG Mon Jun 28 13:23:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CF3416A4CE; Mon, 28 Jun 2004 13:23:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81E1143D2D; Mon, 28 Jun 2004 13:23:38 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SDNVNC049664; Mon, 28 Jun 2004 13:23:31 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SDNV5C049663; Mon, 28 Jun 2004 13:23:31 GMT (envelope-from krion) Message-Id: <200406281323.i5SDNV5C049663@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 28 Jun 2004 13:23:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/hypersrc Makefile distinfo ports/devel/hypersrc/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 13:23:38 -0000 krion 2004-06-28 13:23:31 UTC FreeBSD ports repository Modified files: devel/hypersrc Makefile distinfo Removed files: devel/hypersrc/files patch-Makefile Log: Update to version 5.4.6 PR: ports/68376 Submitted by: Ports Fury Revision Changes Path 1.21 +8 -5 ports/devel/hypersrc/Makefile 1.16 +2 -2 ports/devel/hypersrc/distinfo 1.10 +0 -67 ports/devel/hypersrc/files/patch-Makefile (dead) From owner-cvs-all@FreeBSD.ORG Mon Jun 28 13:28:15 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 13:36:00 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 13:48:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0394216A4D1; Mon, 28 Jun 2004 13:48:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBC4B43D54; Mon, 28 Jun 2004 13:48:56 +0000 (GMT) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SDmte5050518; Mon, 28 Jun 2004 13:48:55 GMT (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SDmtlS050517; Mon, 28 Jun 2004 13:48:55 GMT (envelope-from sanpei) Message-Id: <200406281348.i5SDmtlS050517@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Mon, 28 Jun 2004 13:48:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/iv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 13:48:57 -0000 sanpei 2004-06-28 13:48:55 UTC FreeBSD ports repository Modified files: japanese/iv Makefile Log: Drop maintainership. I no longer use this software. Revision Changes Path 1.24 +1 -1 ports/japanese/iv/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jun 28 14:02:25 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 14:12:10 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 14:21:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A419316A52D; Mon, 28 Jun 2004 14:21:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89CAD43D49; Mon, 28 Jun 2004 14:21:20 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SEL26a051436; Mon, 28 Jun 2004 14:21:02 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SEL21r051435; Mon, 28 Jun 2004 14:21:02 GMT (envelope-from krion) Message-Id: <200406281421.i5SEL21r051435@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 28 Jun 2004 14:21:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/tcpreen Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 14:21:20 -0000 krion 2004-06-28 14:21:02 UTC FreeBSD ports repository Modified files: net/tcpreen Makefile distinfo Log: Update to version 1.4.0 PR: ports/68443 Submitted by: maintainer Revision Changes Path 1.14 +1 -2 ports/net/tcpreen/Makefile 1.9 +2 -2 ports/net/tcpreen/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jun 28 15:32:25 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 15:36:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F17C416A4D1; Mon, 28 Jun 2004 15:36:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C204E43D31; Mon, 28 Jun 2004 15:36:21 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SFaLNS053342; Mon, 28 Jun 2004 15:36:21 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SFaL4s053341; Mon, 28 Jun 2004 15:36:21 GMT (envelope-from marcus) Message-Id: <200406281536.i5SFaL4s053341@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 28 Jun 2004 15:36:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 15:36:22 -0000 marcus 2004-06-28 15:36:21 UTC FreeBSD ports repository Modified files: . MOVED Log: Add an entry for mozilla-devel-gtk1. Reminded by: erwin Revision Changes Path 1.461 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Mon Jun 28 15:41:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E707E16A4CE; Mon, 28 Jun 2004 15:41:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBB6643D31; Mon, 28 Jun 2004 15:41:28 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SFfS0N053516; Mon, 28 Jun 2004 15:41:28 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SFfSvY053515; Mon, 28 Jun 2004 15:41:28 GMT (envelope-from krion) Message-Id: <200406281541.i5SFfSvY053515@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 28 Jun 2004 15:41:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/icpld Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 15:41:29 -0000 krion 2004-06-28 15:41:28 UTC FreeBSD ports repository Modified files: net/icpld Makefile distinfo Log: Update to version 1.0.0 Revision Changes Path 1.11 +1 -1 ports/net/icpld/Makefile 1.9 +2 -2 ports/net/icpld/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jun 28 15:43:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CDB616A4CE; Mon, 28 Jun 2004 15:43:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31A2843D1F; Mon, 28 Jun 2004 15:43:14 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SFhETr053573; Mon, 28 Jun 2004 15:43:14 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SFhEoY053572; Mon, 28 Jun 2004 15:43:14 GMT (envelope-from erwin) Message-Id: <200406281543.i5SFhEoY053572@repoman.freebsd.org> From: Erwin Lansing Date: Mon, 28 Jun 2004 15:43:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-ResourcePool Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 15:43:14 -0000 erwin 2004-06-28 15:43:14 UTC FreeBSD ports repository Modified files: devel/p5-ResourcePool Makefile Log: Use PKGMESSAGE instead of assuming people install from . Submitted by: Andreas Kasparz Revision Changes Path 1.12 +1 -1 ports/devel/p5-ResourcePool/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jun 28 15:44:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F08816A4CE; Mon, 28 Jun 2004 15:44:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7373B43D2F; Mon, 28 Jun 2004 15:44:57 +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 i5SFivCT053620; Mon, 28 Jun 2004 15:44:57 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SFivXZ053619; Mon, 28 Jun 2004 15:44:57 GMT (envelope-from mlaier) Message-Id: <200406281544.i5SFivXZ053619@repoman.freebsd.org> From: Max Laier Date: Mon, 28 Jun 2004 15:44:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/spamd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 15:44:57 -0000 mlaier 2004-06-28 15:44:57 UTC FreeBSD ports repository (src committer) Modified files: mail/spamd Makefile Log: Make spamd-conf.8 adhere hier(7) and take $PREFIX into account. PR: ports/65252 Submitted-by: Xin LI (w/ changes) Revision Changes Path 1.5 +2 -0 ports/mail/spamd/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jun 28 16:06:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D798516A4CE; Mon, 28 Jun 2004 16:06:25 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D6CF43D1F; Mon, 28 Jun 2004 16:06:25 +0000 (GMT) (envelope-from max@love2party.net) Received: from [212.227.126.206] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BeyeG-0008I1-00; Mon, 28 Jun 2004 18:06:24 +0200 Received: from [217.227.159.208] (helo=donor.laier.local) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1BeyeF-0005Ti-00; Mon, 28 Jun 2004 18:06:24 +0200 From: Max Laier To: cvs-ports@freebsd.org Date: Mon, 28 Jun 2004 18:03:39 +0200 User-Agent: KMail/1.6.2 References: <200406281544.i5SFivXZ053619@repoman.freebsd.org> In-Reply-To: <200406281544.i5SFivXZ053619@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_iFE4AdloZ72fHxI"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406281803.46041.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:61c499deaeeba3ba5be80f48ecc83056 cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/spamd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 16:06:26 -0000 --Boundary-02=_iFE4AdloZ72fHxI Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 28 June 2004 17:44, Max Laier wrote: > mlaier 2004-06-28 15:44:57 UTC > > FreeBSD ports repository (src committer) > > Modified files: > mail/spamd Makefile > Log: > Make spamd-conf.8 adhere hier(7) and take $PREFIX into account. > > PR: ports/65252 > Submitted-by: Xin LI (w/ changes) Upps ... forgot to add: Approved by: roberto =2D-=20 Best regards, | mlaier@freebsd.org Max Laier | ICQ #67774661 http://pf4freebsd.love2party.net/ | mlaier@EFnet --Boundary-02=_iFE4AdloZ72fHxI Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBA4EFhXyyEoT62BG0RAsKHAJ9y9nksNJ7E6kxJtRWflaNUQPeNJwCeKsr7 NC70iJo9JdGERRpG4PHho4w= =lfGW -----END PGP SIGNATURE----- --Boundary-02=_iFE4AdloZ72fHxI-- From owner-cvs-all@FreeBSD.ORG Mon Jun 28 16:17:11 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 16:19:51 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 16:21:52 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 16:22:21 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 16:27:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73DEB16A4CE; Mon, 28 Jun 2004 16:27:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5708743D2D; Mon, 28 Jun 2004 16:27:56 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SGRu7t055049; Mon, 28 Jun 2004 16:27:56 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SGRumX055048; Mon, 28 Jun 2004 16:27:56 GMT (envelope-from krion) Message-Id: <200406281627.i5SGRumX055048@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 28 Jun 2004 16:27:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ipsumdump Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 16:27:56 -0000 krion 2004-06-28 16:27:56 UTC FreeBSD ports repository Modified files: net/ipsumdump Makefile distinfo Log: Update to version 1.35 Revision Changes Path 1.8 +1 -2 ports/net/ipsumdump/Makefile 1.4 +2 -2 ports/net/ipsumdump/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jun 28 16:28:23 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 16:30:49 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 16:39:07 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 16:46:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17A0916A4CE; Mon, 28 Jun 2004 16:46:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE4F643D54; Mon, 28 Jun 2004 16:46:36 +0000 (GMT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SGka9L055717; Mon, 28 Jun 2004 16:46:36 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SGkaqY055716; Mon, 28 Jun 2004 16:46:36 GMT (envelope-from knu) Message-Id: <200406281646.i5SGkaqY055716@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 28 Jun 2004 16:46:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/ruby-amazon Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 16:46:37 -0000 knu 2004-06-28 16:46:36 UTC FreeBSD ports repository Modified files: www/ruby-amazon Makefile distinfo Log: Update to 0.8.3. Revision Changes Path 1.4 +1 -1 ports/www/ruby-amazon/Makefile 1.4 +2 -2 ports/www/ruby-amazon/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jun 28 16:48:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFC8B16A4CE; Mon, 28 Jun 2004 16:48:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C44DE43D2F; Mon, 28 Jun 2004 16:48:59 +0000 (GMT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SGmxLE055779; Mon, 28 Jun 2004 16:48:59 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SGmxxF055778; Mon, 28 Jun 2004 16:48:59 GMT (envelope-from knu) Message-Id: <200406281648.i5SGmxxF055778@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 28 Jun 2004 16:48:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/pdumpfs Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 16:49:00 -0000 knu 2004-06-28 16:48:59 UTC FreeBSD ports repository Modified files: sysutils/pdumpfs Makefile distinfo Log: Update to 1.0. Revision Changes Path 1.7 +1 -1 ports/sysutils/pdumpfs/Makefile 1.7 +2 -2 ports/sysutils/pdumpfs/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jun 28 16:56:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 091FE16A4CE; Mon, 28 Jun 2004 16:56:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0309F43D3F; Mon, 28 Jun 2004 16:56:05 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SGu4iw056077; Mon, 28 Jun 2004 16:56:04 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SGu42A056076; Mon, 28 Jun 2004 16:56:04 GMT (envelope-from krion) Message-Id: <200406281656.i5SGu42A056076@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 28 Jun 2004 16:56:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/squid Makefile distinfo patch-helpers-ntlm_auth-SMB-libntlmssp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 16:56:05 -0000 krion 2004-06-28 16:56:04 UTC FreeBSD ports repository Modified files: www/squid Makefile distinfo www/squid/files follow_xff-configure.patch Removed files: www/squid/files patch-helpers-ntlm_auth-SMB-libntlmssp.c Log: Fix the patch that simulates the autotools bootstrap for the follow-xff-patchset (thanks to Michael Ranner for spotting the problem and testing the fix). While at it, wordsmith the comments in the patch. Use the official patch for the NTLM auth helper vulnerability, see for details. Build install the SMB basic authentication helpers by default PR: ports/68448 Submitted by: maintainer Revision Changes Path 1.128 +4 -3 ports/www/squid/Makefile 1.91 +2 -0 ports/www/squid/distinfo 1.2 +18 -5 ports/www/squid/files/follow_xff-configure.patch 1.4 +0 -78 ports/www/squid/files/patch-helpers-ntlm_auth-SMB-libntlmssp.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Jun 28 16:56:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E24A16A4CE; Mon, 28 Jun 2004 16:56:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4288643D49; Mon, 28 Jun 2004 16:56:42 +0000 (GMT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SGugZI056115; Mon, 28 Jun 2004 16:56:42 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SGugBV056114; Mon, 28 Jun 2004 16:56:42 GMT (envelope-from knu) Message-Id: <200406281656.i5SGugBV056114@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 28 Jun 2004 16:56:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/ruby-mp3info Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 16:56:42 -0000 knu 2004-06-28 16:56:42 UTC FreeBSD ports repository Modified files: audio/ruby-mp3info Makefile distinfo pkg-plist Log: Update to 0.3. Revision Changes Path 1.6 +7 -3 ports/audio/ruby-mp3info/Makefile 1.4 +2 -2 ports/audio/ruby-mp3info/distinfo 1.4 +14 -3 ports/audio/ruby-mp3info/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 17:09:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F38716A4CE; Mon, 28 Jun 2004 17:09:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2321743D41; Mon, 28 Jun 2004 17:09:53 +0000 (GMT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SH9r8K056454; Mon, 28 Jun 2004 17:09:53 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SH9rYU056453; Mon, 28 Jun 2004 17:09:53 GMT (envelope-from knu) Message-Id: <200406281709.i5SH9rYU056453@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 28 Jun 2004 17:09:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/ruby-gsl Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 17:09:53 -0000 knu 2004-06-28 17:09:52 UTC FreeBSD ports repository Modified files: math/ruby-gsl Makefile distinfo pkg-plist Log: Update to 0.4.6. Revision Changes Path 1.12 +5 -2 ports/math/ruby-gsl/Makefile 1.5 +2 -2 ports/math/ruby-gsl/distinfo 1.6 +65 -27 ports/math/ruby-gsl/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 17:12:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F46C16A4CE; Mon, 28 Jun 2004 17:12:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3114A43D53; Mon, 28 Jun 2004 17:12:13 +0000 (GMT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SHCDnZ056579; Mon, 28 Jun 2004 17:12:13 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SHCDa4056578; Mon, 28 Jun 2004 17:12:13 GMT (envelope-from knu) Message-Id: <200406281712.i5SHCDa4056578@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 28 Jun 2004 17:12:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/ruby-image_size Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 17:12:13 -0000 knu 2004-06-28 17:12:13 UTC FreeBSD ports repository Modified files: graphics/ruby-image_size Makefile distinfo Log: Update to 20040618. Revision Changes Path 1.7 +1 -1 ports/graphics/ruby-image_size/Makefile 1.4 +2 -2 ports/graphics/ruby-image_size/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jun 28 17:13:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6610816A4D1; Mon, 28 Jun 2004 17:13:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49AC443D49; Mon, 28 Jun 2004 17:13:52 +0000 (GMT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SHDqkv056628; Mon, 28 Jun 2004 17:13:52 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SHDqNm056627; Mon, 28 Jun 2004 17:13:52 GMT (envelope-from knu) Message-Id: <200406281713.i5SHDqNm056627@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 28 Jun 2004 17:13:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/oniguruma Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 17:13:52 -0000 knu 2004-06-28 17:13:52 UTC FreeBSD ports repository Modified files: devel/oniguruma Makefile distinfo Log: Update to 2.3.1. Revision Changes Path 1.26 +1 -1 ports/devel/oniguruma/Makefile 1.21 +2 -2 ports/devel/oniguruma/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jun 28 17:29:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1C0916A4CE; Mon, 28 Jun 2004 17:29:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5E2243D2F; Mon, 28 Jun 2004 17:29:17 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SHTH0m056999; Mon, 28 Jun 2004 17:29:17 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SHTH4c056998; Mon, 28 Jun 2004 17:29:17 GMT (envelope-from ale) Message-Id: <200406281729.i5SHTH4c056998@repoman.freebsd.org> From: Alex Dupre Date: Mon, 28 Jun 2004 17:29:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/enigmail-thunderbird Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 17:29:18 -0000 ale 2004-06-28 17:29:17 UTC FreeBSD ports repository Modified files: mail/enigmail-thunderbird Makefile Log: Mark IGNORE, since the new thunderbird extension manager doesn't allow to install extensions globally. Revision Changes Path 1.12 +2 -0 ports/mail/enigmail-thunderbird/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jun 28 17:29:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2E6316A4CE; Mon, 28 Jun 2004 17:29:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85E6A43D1D; Mon, 28 Jun 2004 17:29:40 +0000 (GMT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SHTeAZ057034; Mon, 28 Jun 2004 17:29:40 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SHTeIU057033; Mon, 28 Jun 2004 17:29:40 GMT (envelope-from knu) Message-Id: <200406281729.i5SHTeIU057033@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 28 Jun 2004 17:29:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/ruby-xslt Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 17:29:40 -0000 knu 2004-06-28 17:29:40 UTC FreeBSD ports repository Modified files: textproc/ruby-xslt Makefile distinfo pkg-descr pkg-plist Log: xslt4r no longer seems to be maintained, so replace it with another newer XSLT library implementation by Gregoire Lejeune. http://www.webtime-project.net/ruby-xslt/ This update of course breaks the API compatibility. Revision Changes Path 1.6 +8 -15 ports/textproc/ruby-xslt/Makefile 1.4 +2 -2 ports/textproc/ruby-xslt/distinfo 1.3 +3 -3 ports/textproc/ruby-xslt/pkg-descr 1.4 +28 -10 ports/textproc/ruby-xslt/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 18:15:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD77D16A4CE; Mon, 28 Jun 2004 18:15:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9BFE43D46; Mon, 28 Jun 2004 18:15:32 +0000 (GMT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SIFW9L058250; Mon, 28 Jun 2004 18:15:32 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SIFWSY058249; Mon, 28 Jun 2004 18:15:32 GMT (envelope-from knu) Message-Id: <200406281815.i5SIFWSY058249@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 28 Jun 2004 18:15:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/ruby-ogginfo Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 18:15:33 -0000 knu 2004-06-28 18:15:32 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/ruby-ogginfo Makefile distinfo pkg-descr pkg-plist Log: Add ruby-ogginfo, a Ruby library to access to information on ogg files. Revision Changes Path 1.529 +1 -0 ports/audio/Makefile 1.1 +31 -0 ports/audio/ruby-ogginfo/Makefile (new) 1.1 +2 -0 ports/audio/ruby-ogginfo/distinfo (new) 1.1 +5 -0 ports/audio/ruby-ogginfo/pkg-descr (new) 1.1 +1 -0 ports/audio/ruby-ogginfo/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jun 28 18:15:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B31D516A4CF; Mon, 28 Jun 2004 18:15:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94D1443D39; Mon, 28 Jun 2004 18:15:43 +0000 (GMT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SIFh9g058300; Mon, 28 Jun 2004 18:15:43 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SIFhG2058299; Mon, 28 Jun 2004 18:15:43 GMT (envelope-from knu) Message-Id: <200406281815.i5SIFhG2058299@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 28 Jun 2004 18:15:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 18:15:43 -0000 knu 2004-06-28 18:15:43 UTC FreeBSD ports repository Modified files: . modules Log: ruby-ogginfo --> ports/audio/ruby-ogginfo Revision Changes Path 1.10428 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jun 28 18:43:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B55A16A4CE; Mon, 28 Jun 2004 18:43:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C1C043D2F; Mon, 28 Jun 2004 18:43:41 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SIhf0v058979; Mon, 28 Jun 2004 18:43:41 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SIhf24058978; Mon, 28 Jun 2004 18:43:41 GMT (envelope-from glewis) Message-Id: <200406281843.i5SIhf24058978@repoman.freebsd.org> From: Greg Lewis Date: Mon, 28 Jun 2004 18:43:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/linux-ibm-jdk13 Makefile distinfo pkg-plist ports/java/linux-ibm-jdk13/files cacerts X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 18:43:41 -0000 glewis 2004-06-28 18:43:41 UTC FreeBSD ports repository Modified files: java/linux-ibm-jdk13 Makefile distinfo pkg-plist Removed files: java/linux-ibm-jdk13/files cacerts Log: . Update to 1.3.1 SR7. This update includes the updated certificates, so there is no need for the extra cacerts file anymore. Revision Changes Path 1.20 +1 -2 ports/java/linux-ibm-jdk13/Makefile 1.12 +2 -1 ports/java/linux-ibm-jdk13/distinfo 1.2 +0 -28 ports/java/linux-ibm-jdk13/files/cacerts (dead) 1.11 +1 -0 ports/java/linux-ibm-jdk13/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 18:57:06 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 19:03:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC1F516A4CE; Mon, 28 Jun 2004 19:03:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 902E743D2F; Mon, 28 Jun 2004 19:03:23 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SJ3N3q059630; Mon, 28 Jun 2004 19:03:23 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SJ3N6r059629; Mon, 28 Jun 2004 19:03:23 GMT (envelope-from blackend) Message-Id: <200406281903.i5SJ3N6r059629@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 28 Jun 2004 19:03:23 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/multimedia chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 19:03:23 -0000 blackend 2004-06-28 19:03:23 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/multimedia chapter.sgml Log: MFen 1.80 --> 1.83 Revision Changes Path 1.13 +48 -6 doc/fr_FR.ISO8859-1/books/handbook/multimedia/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jun 28 19:06:30 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 19:13:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3CCC16A4CE; Mon, 28 Jun 2004 19:13:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4DCD43D41; Mon, 28 Jun 2004 19:13:22 +0000 (GMT) (envelope-from nsayer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SJDMct060070; Mon, 28 Jun 2004 19:13:22 GMT (envelope-from nsayer@repoman.freebsd.org) Received: (from nsayer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SJDMVZ060069; Mon, 28 Jun 2004 19:13:22 GMT (envelope-from nsayer) Message-Id: <200406281913.i5SJDMVZ060069@repoman.freebsd.org> From: Nick Sayer Date: Mon, 28 Jun 2004 19:13:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/akregator Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 19:13:23 -0000 nsayer 2004-06-28 19:13:22 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/akregator Makefile distinfo pkg-descr pkg-plist Log: Add port for aKregator, a KDE RSS aggregator Revision Changes Path 1.909 +1 -0 ports/www/Makefile 1.1 +24 -0 ports/www/akregator/Makefile (new) 1.1 +2 -0 ports/www/akregator/distinfo (new) 1.1 +3 -0 ports/www/akregator/pkg-descr (new) 1.1 +16 -0 ports/www/akregator/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jun 28 19:13:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9347E16A4D7; Mon, 28 Jun 2004 19:13:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5872143D45; Mon, 28 Jun 2004 19:13:31 +0000 (GMT) (envelope-from nsayer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SJDVIs060120; Mon, 28 Jun 2004 19:13:31 GMT (envelope-from nsayer@repoman.freebsd.org) Received: (from nsayer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SJDVBL060119; Mon, 28 Jun 2004 19:13:31 GMT (envelope-from nsayer) Message-Id: <200406281913.i5SJDVBL060119@repoman.freebsd.org> From: Nick Sayer Date: Mon, 28 Jun 2004 19:13:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 19:13:31 -0000 nsayer 2004-06-28 19:13:31 UTC FreeBSD ports repository Modified files: . modules Log: akregator --> ports/www/akregator Revision Changes Path 1.10429 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jun 28 19:15:40 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 19:18:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 340DB16A4CE; Mon, 28 Jun 2004 19:18:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15FC943D2D; Mon, 28 Jun 2004 19:18:58 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SJIvDN060310; Mon, 28 Jun 2004 19:18:57 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SJIv4g060309; Mon, 28 Jun 2004 19:18:57 GMT (envelope-from marcus) Message-Id: <200406281918.i5SJIv4g060309@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 28 Jun 2004 19:18:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/meanwhile Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 19:18:58 -0000 marcus 2004-06-28 19:18:57 UTC FreeBSD ports repository Modified files: net/meanwhile Makefile distinfo pkg-plist Log: Update to 0.3. Revision Changes Path 1.4 +2 -8 ports/net/meanwhile/Makefile 1.4 +2 -4 ports/net/meanwhile/distinfo 1.3 +1 -0 ports/net/meanwhile/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 19:19:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B778E16A4CE; Mon, 28 Jun 2004 19:19:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 966D943D1F; Mon, 28 Jun 2004 19:19:23 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SJJNuN060378; Mon, 28 Jun 2004 19:19:23 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SJJNgh060377; Mon, 28 Jun 2004 19:19:23 GMT (envelope-from marcus) Message-Id: <200406281919.i5SJJNgh060377@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 28 Jun 2004 19:19:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/meanwhile-gaim Makefile distinfo ports/net/meanwhile-gaim/files patch-src_mwgaim.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 19:19:23 -0000 marcus 2004-06-28 19:19:23 UTC FreeBSD ports repository Modified files: net/meanwhile-gaim Makefile distinfo Removed files: net/meanwhile-gaim/files patch-src_mwgaim.c Log: Update to 0.79. Revision Changes Path 1.3 +1 -2 ports/net/meanwhile-gaim/Makefile 1.2 +2 -2 ports/net/meanwhile-gaim/distinfo 1.3 +0 -1088 ports/net/meanwhile-gaim/files/patch-src_mwgaim.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Jun 28 19:22:41 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 19:39:00 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 19:47:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC83516A4CE; Mon, 28 Jun 2004 19:47:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DBDE43D2D; Mon, 28 Jun 2004 19:47:59 +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 i5SJlipd061140; Mon, 28 Jun 2004 19:47:44 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SJliif061139; Mon, 28 Jun 2004 19:47:44 GMT (envelope-from des) Message-Id: <200406281947.i5SJliif061139@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 28 Jun 2004 19:47:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/sbcl Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 19:47:59 -0000 des 2004-06-28 19:47:44 UTC FreeBSD ports repository Modified files: lang/sbcl Makefile distinfo pkg-plist Log: Upgrade to 0.8.12 Revision Changes Path 1.15 +1 -1 ports/lang/sbcl/Makefile 1.10 +4 -4 ports/lang/sbcl/distinfo 1.12 +2 -0 ports/lang/sbcl/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 19:58:39 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 19:59:46 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 20:04:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C32316A4CE; Mon, 28 Jun 2004 20:04:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D92543D4C; Mon, 28 Jun 2004 20:04:34 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SK4YQw061648; Mon, 28 Jun 2004 20:04:34 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SK4Yf0061647; Mon, 28 Jun 2004 20:04:34 GMT (envelope-from blackend) Message-Id: <200406282004.i5SK4Yf0061647@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 28 Jun 2004 20:04:34 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 20:04:34 -0000 blackend 2004-06-28 20:04:34 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Add some missing role attributes for hostid tags. Revision Changes Path 1.310 +6 -6 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jun 28 20:07:04 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 20:09:02 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 20:18:22 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 20:24:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B46316A4CF; Mon, 28 Jun 2004 20:24:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43F3343D53; Mon, 28 Jun 2004 20:24:21 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SKOHAX062412; Mon, 28 Jun 2004 20:24:17 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SKOHKN062411; Mon, 28 Jun 2004 20:24:17 GMT (envelope-from krion) Message-Id: <200406282024.i5SKOHKN062411@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 28 Jun 2004 20:24:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/bogofilter Makefileports/mail/bogofilter/files ChangeLog.port patch-aa patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 20:24:21 -0000 krion 2004-06-28 20:24:17 UTC FreeBSD ports repository Modified files: mail/bogofilter Makefile Added files: mail/bogofilter/files ChangeLog.port patch-aa patch-ab Log: Add a ChangeLog.port file Fix SIGSEGV (NULL dereferenced pointer read) when %I is used and no IP address had been found (reported by Clemens Fischer) Fix data base shutdown in multiple-wordlists mode when BOGOFILTER_CONCURRENT_DATA_STORE is set in the environment PR: ports/68455 Submitted by: maintainer Revision Changes Path 1.40 +2 -1 ports/mail/bogofilter/Makefile 1.1 +13 -0 ports/mail/bogofilter/files/ChangeLog.port (new) 1.8 +172 -0 ports/mail/bogofilter/files/patch-aa (new) 1.1 +11 -0 ports/mail/bogofilter/files/patch-ab (new) From owner-cvs-all@FreeBSD.ORG Mon Jun 28 20:26:21 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 20:26:36 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 20:41:33 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 20:57:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B014C16A4CF; Mon, 28 Jun 2004 20:57:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D1D043D45; Mon, 28 Jun 2004 20:57:11 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SKvBpT063567; Mon, 28 Jun 2004 20:57:11 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SKvBoR063566; Mon, 28 Jun 2004 20:57:11 GMT (envelope-from marcus) Message-Id: <200406282057.i5SKvBoR063566@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 28 Jun 2004 20:57:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/meanwhile Makefile ports/net/meanwhile/files patch-st_list.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 20:57:11 -0000 marcus 2004-06-28 20:57:11 UTC FreeBSD ports repository Modified files: net/meanwhile Makefile Added files: net/meanwhile/files patch-st_list.c Log: Properly convert ';' to ' ' in the user names. Revision Changes Path 1.5 +1 -0 ports/net/meanwhile/Makefile 1.1 +10 -0 ports/net/meanwhile/files/patch-st_list.c (new) From owner-cvs-all@FreeBSD.ORG Mon Jun 28 21:01:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E267516A4CF; Mon, 28 Jun 2004 21:01:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2EDB43D4C; Mon, 28 Jun 2004 21:01:47 +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 i5SL1l99063746; Mon, 28 Jun 2004 21:01:47 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SL1lok063745; Mon, 28 Jun 2004 21:01:47 GMT (envelope-from murray) Message-Id: <200406282101.i5SL1lok063745@repoman.freebsd.org> From: Murray Stokely Date: Mon, 28 Jun 2004 21:01:47 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en support.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 21:01:48 -0000 murray 2004-06-28 21:01:47 UTC FreeBSD doc repository Modified files: en support.sgml Log: Correct the sorting of Chinese translations. PR: www/61086 Submitted by: Hiroo Ono Revision Changes Path 1.339 +4 -4 www/en/support.sgml From owner-cvs-all@FreeBSD.ORG Mon Jun 28 21:05:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEA5816A4CE; Mon, 28 Jun 2004 21:05:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF0E543D3F; Mon, 28 Jun 2004 21:05:05 +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 i5SL4WKV063815; Mon, 28 Jun 2004 21:04:32 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SL4WuD063814; Mon, 28 Jun 2004 21:04:32 GMT (envelope-from murray) Message-Id: <200406282104.i5SL4WuD063814@repoman.freebsd.org> From: Murray Stokely Date: Mon, 28 Jun 2004 21:04:32 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/docproj translations.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 21:05:06 -0000 murray 2004-06-28 21:04:32 UTC FreeBSD doc repository Modified files: en/docproj translations.sgml Log: Correct sorting. PR: www/61086 Revision Changes Path 1.70 +2 -2 www/en/docproj/translations.sgml From owner-cvs-all@FreeBSD.ORG Mon Jun 28 21:10:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 736C616A4CE; Mon, 28 Jun 2004 21:10:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5595543D48; Mon, 28 Jun 2004 21:10: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 i5SL9WtM063988; Mon, 28 Jun 2004 21:09:32 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SL9WmO063987; Mon, 28 Jun 2004 21:09:32 GMT (envelope-from imp) Message-Id: <200406282109.i5SL9WmO063987@repoman.freebsd.org> From: Warner Losh Date: Mon, 28 Jun 2004 21:09:32 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 21:10:50 -0000 imp 2004-06-28 21:09:32 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: New items for my rack Revision Changes Path 1.197 +6 -6 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Mon Jun 28 21:11:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53ACD16A4CE; Mon, 28 Jun 2004 21:11:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32F3543D45; Mon, 28 Jun 2004 21:11:21 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SL9tdY064025; Mon, 28 Jun 2004 21:09:55 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SL9tFG064024; Mon, 28 Jun 2004 21:09:55 GMT (envelope-from vs) Message-Id: <200406282109.i5SL9tFG064024@repoman.freebsd.org> From: Volker Stolz Date: Mon, 28 Jun 2004 21:09:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/pcgen Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 21:11:21 -0000 vs 2004-06-28 21:09:55 UTC FreeBSD ports repository Modified files: games/pcgen Makefile distinfo pkg-plist Log: Update to 5.7.2 If you experience exceptions, please read the PR. PR: ports/68451 Submitted by: maintainer Revision Changes Path 1.8 +2 -2 ports/games/pcgen/Makefile 1.7 +2 -2 ports/games/pcgen/distinfo 1.8 +190 -1 ports/games/pcgen/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 21:13:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FE6816A4CF; Mon, 28 Jun 2004 21:13:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5098243D54; Mon, 28 Jun 2004 21:13: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 i5SLC2VU064164; Mon, 28 Jun 2004 21:12:02 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SLC2F1064163; Mon, 28 Jun 2004 21:12:02 GMT (envelope-from imp) Message-Id: <200406282112.i5SLC2F1064163@repoman.freebsd.org> From: Warner Losh Date: Mon, 28 Jun 2004 21:12:02 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 21:13:12 -0000 imp 2004-06-28 21:12:02 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Oops, forgot to add the 2U case for my development box... Revision Changes Path 1.198 +3 -3 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Mon Jun 28 21:14:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 360D716A4CE; Mon, 28 Jun 2004 21:14:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1631543D3F; Mon, 28 Jun 2004 21:14:04 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SLDLeh064212; Mon, 28 Jun 2004 21:13:21 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SLDLwl064211; Mon, 28 Jun 2004 21:13:21 GMT (envelope-from glewis) Message-Id: <200406282113.i5SLDLwl064211@repoman.freebsd.org> From: Greg Lewis Date: Mon, 28 Jun 2004 21:13:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/saxon Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 21:14:04 -0000 glewis 2004-06-28 21:13:21 UTC FreeBSD ports repository Modified files: textproc/saxon Makefile distinfo pkg-plist Log: . Update to 6.5.3. . Use MASTER_SITE_SOURCEFORGE_EXTENDED rather than MASTER_SITE_SOURCEFORGE. . Make it bsd.java.mk 2.0 compliant. . Reduced packing list by using PLIST_FILES and PORTDOCS. . Various cosmetic changes. PR: 68447 Submitted by: Herve Quiroz Revision Changes Path 1.7 +32 -11 ports/textproc/saxon/Makefile 1.5 +2 -2 ports/textproc/saxon/distinfo 1.4 +0 -469 ports/textproc/saxon/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 21:20:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1BE816A4CE; Mon, 28 Jun 2004 21:20:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D443B43D3F; Mon, 28 Jun 2004 21:20:42 +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 i5SLK0oO064379; Mon, 28 Jun 2004 21:20:00 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SLK0au064378; Mon, 28 Jun 2004 21:20:00 GMT (envelope-from trhodes) Message-Id: <200406282120.i5SLK0au064378@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 28 Jun 2004 21:20:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 21:20:43 -0000 trhodes 2004-06-28 21:20:00 UTC FreeBSD ports repository (src,doc committer) Modified files: security/vuxml vuln.xml Log: Add xorg-clients due to xdm socket vuln. Revision Changes Path 1.133 +29 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Mon Jun 28 21:27:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 501D616A4CE; Mon, 28 Jun 2004 21:27:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3129143D53; Mon, 28 Jun 2004 21:27:46 +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 i5SLRGR3064649; Mon, 28 Jun 2004 21:27:16 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SLRGUX064648; Mon, 28 Jun 2004 21:27:16 GMT (envelope-from eik) Message-Id: <200406282127.i5SLRGUX064648@repoman.freebsd.org> From: Oliver Eikemeier Date: Mon, 28 Jun 2004 21:27:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 21:27:46 -0000 eik 2004-06-28 21:27:16 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: add a reference to ISC DHCP overflows Revision Changes Path 1.134 +3 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Mon Jun 28 21:32:43 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 21:36:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C00916A4CF; Mon, 28 Jun 2004 21:36:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C45F43D53; Mon, 28 Jun 2004 21:36:39 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SLacib064918; Mon, 28 Jun 2004 21:36:38 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SLac3x064917; Mon, 28 Jun 2004 21:36:38 GMT (envelope-from vs) Message-Id: <200406282136.i5SLac3x064917@repoman.freebsd.org> From: Volker Stolz Date: Mon, 28 Jun 2004 21:36:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/py-bittornado Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 21:36:39 -0000 vs 2004-06-28 21:36:38 UTC FreeBSD ports repository Modified files: net/py-bittornado Makefile distinfo pkg-plist Log: Update to 0.3.3: - reduced RAM usage (hopefully) - smarter upstream control - fast-resume, file priority system - automatically saves stats and some client settings PR: ports/68446 Submitted by: maintainer Revision Changes Path 1.9 +3 -2 ports/net/py-bittornado/Makefile 1.5 +2 -2 ports/net/py-bittornado/distinfo 1.5 +0 -3 ports/net/py-bittornado/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 21:37:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2382516A4CE; Mon, 28 Jun 2004 21:37:17 +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 B49C543D1F; Mon, 28 Jun 2004 21:37:16 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-11.local ([172.16.0.11] helo=localhost) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1Bf3nx-000Czf-Ru; Mon, 28 Jun 2004 23:37:16 +0200 Date: Mon, 28 Jun 2004 23:37:05 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Tom Rhodes From: Oliver Eikemeier In-Reply-To: <200406282120.i5SLK0au064378@repoman.freebsd.org> Message-Id: <4CC96791-C94B-11D8-9FE1-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 21:37:17 -0000 Tom Rhodes wrote: > trhodes 2004-06-28 21:20:00 UTC > > FreeBSD ports repository (src,doc committer) > > Modified files: > security/vuxml vuln.xml > Log: > Add xorg-clients due to xdm socket vuln. Is it correct to mark xorg-clients>=6.7.0 as vulnerable? -Oliver From owner-cvs-all@FreeBSD.ORG Mon Jun 28 21:48:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 510DC16A4CE; Mon, 28 Jun 2004 21:48:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 490F443D58; Mon, 28 Jun 2004 21:48:56 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SLmund065275; Mon, 28 Jun 2004 21:48:56 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SLmu1u065274; Mon, 28 Jun 2004 21:48:56 GMT (envelope-from vanilla) Message-Id: <200406282148.i5SLmu1u065274@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 28 Jun 2004 21:48:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/postgresql-contrib Makefile ports/databases/postgresql-jdbc Makefile ports/databases/postgresql-pltcl Makefile ports/databases/postgresql7 Makefile distinfo pkg-install pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 21:48:56 -0000 vanilla 2004-06-28 21:48:56 UTC FreeBSD ports repository Modified files: databases/postgresql-contrib Makefile databases/postgresql-jdbc Makefile databases/postgresql-pltcl Makefile databases/postgresql7 Makefile distinfo pkg-install pkg-plist Log: Upgrade to 7.4.3. PR: ports/68456 Submitted by: maintainer Revision Changes Path 1.6 +1 -1 ports/databases/postgresql-contrib/Makefile 1.13 +1 -1 ports/databases/postgresql-jdbc/Makefile 1.12 +1 -1 ports/databases/postgresql-pltcl/Makefile 1.126 +12 -2 ports/databases/postgresql7/Makefile 1.33 +8 -8 ports/databases/postgresql7/distinfo 1.10 +6 -6 ports/databases/postgresql7/pkg-install 1.41 +3 -0 ports/databases/postgresql7/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 22:07:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB33516A4CE; Mon, 28 Jun 2004 22:07:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A221443D2F; Mon, 28 Jun 2004 22:07:53 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SM7rjW065933; Mon, 28 Jun 2004 22:07:53 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SM7rwd065932; Mon, 28 Jun 2004 22:07:53 GMT (envelope-from vanilla) Message-Id: <200406282207.i5SM7rwd065932@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 28 Jun 2004 22:07:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases Makefile ports/databases/slony1 Makefile distinfo pkg-descr pkg-message ports/databases/slony1/files extra-GNUmakefile.in patch-builddocs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 22:07:53 -0000 vanilla 2004-06-28 22:07:53 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/slony1 Makefile distinfo pkg-descr pkg-message databases/slony1/files extra-GNUmakefile.in patch-builddocs Log: Add slony1 1.0.0.b3, postgreSQL master to multiple slaves replication system. PR: ports/68245 Submitted by: Radim Kolar Revision Changes Path 1.347 +1 -0 ports/databases/Makefile 1.1 +62 -0 ports/databases/slony1/Makefile (new) 1.1 +2 -0 ports/databases/slony1/distinfo (new) 1.1 +11 -0 ports/databases/slony1/files/extra-GNUmakefile.in (new) 1.1 +14 -0 ports/databases/slony1/files/patch-builddocs (new) 1.1 +13 -0 ports/databases/slony1/pkg-descr (new) 1.1 +8 -0 ports/databases/slony1/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Mon Jun 28 22:09:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20D4316A4CE; Mon, 28 Jun 2004 22:09:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00B4843D1F; Mon, 28 Jun 2004 22:09:25 +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 i5SM9Omp065988; Mon, 28 Jun 2004 22:09:24 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SM9O0k065987; Mon, 28 Jun 2004 22:09:24 GMT (envelope-from eik) Message-Id: <200406282209.i5SM9O0k065987@repoman.freebsd.org> From: Oliver Eikemeier Date: Mon, 28 Jun 2004 22:09:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit-db/database portaudit.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 22:09:25 -0000 eik 2004-06-28 22:09:24 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: add Apache input header folding DoS vulnerability Revision Changes Path 1.35 +2 -1 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Mon Jun 28 22:44:30 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 22:49:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7ABE16A4CE; Mon, 28 Jun 2004 22:49:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A92B243D48; Mon, 28 Jun 2004 22:49:17 +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 i5SMnHxn067012; Mon, 28 Jun 2004 22:49:17 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SMnHE1067011; Mon, 28 Jun 2004 22:49:17 GMT (envelope-from trhodes) Message-Id: <200406282249.i5SMnHE1067011@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 28 Jun 2004 22:49:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 22:49:17 -0000 trhodes 2004-06-28 22:49:17 UTC FreeBSD ports repository (src,doc committer) Modified files: security/vuxml vuln.xml Log: Use the equal '=' sign as only the current version was affected. Revision Changes Path 1.135 +3 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Mon Jun 28 23:07:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E5AF16A4CE; Mon, 28 Jun 2004 23:07:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE10343D45; Mon, 28 Jun 2004 23:07:40 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SN7eNs067592; Mon, 28 Jun 2004 23:07:40 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SN7eMq067591; Mon, 28 Jun 2004 23:07:40 GMT (envelope-from roam) Message-Id: <200406282307.i5SN7eMq067591@repoman.freebsd.org> From: Peter Pentchev Date: Mon, 28 Jun 2004 23:07:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/daemontools Makefile pkg-plist ports/sysutils/daemontools/files svscan.sh.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 23:07:41 -0000 roam 2004-06-28 23:07:40 UTC FreeBSD ports repository Modified files: sysutils/daemontools Makefile pkg-plist sysutils/daemontools/files svscan.sh.sample Log: USE_RC_SUBR. Submitted by: nork Revision Changes Path 1.15 +10 -7 ports/sysutils/daemontools/Makefile 1.4 +48 -38 ports/sysutils/daemontools/files/svscan.sh.sample 1.7 +1 -1 ports/sysutils/daemontools/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jun 28 23:16:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9D5E16A4CE; Mon, 28 Jun 2004 23:16:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA16243D39; Mon, 28 Jun 2004 23:16:53 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SNGreI067829; Mon, 28 Jun 2004 23:16:53 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SNGr6B067828; Mon, 28 Jun 2004 23:16:53 GMT (envelope-from kuriyama) Message-Id: <200406282316.i5SNGr6B067828@repoman.freebsd.org> From: Jun Kuriyama Date: Mon, 28 Jun 2004 23:16:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/apr Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 23:16:54 -0000 kuriyama 2004-06-28 23:16:53 UTC FreeBSD ports repository Modified files: devel/apr Makefile Log: Unbreak on amd64 by copying config.{sub,guess} correctly. Approved by: maintainer Tested on the box from: AMD Developper Program Revision Changes Path 1.44 +6 -1 ports/devel/apr/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jun 28 23:33:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BFD316A4CE; Mon, 28 Jun 2004 23:33:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD46E43D31; Mon, 28 Jun 2004 23:33:27 +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 i5SNXRTf068210; Mon, 28 Jun 2004 23:33:27 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SNXRKx068209; Mon, 28 Jun 2004 23:33:27 GMT (envelope-from eik) Message-Id: <200406282333.i5SNXRKx068209@repoman.freebsd.org> From: Oliver Eikemeier Date: Mon, 28 Jun 2004 23:33:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/rc_subr Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 23:33:28 -0000 eik 2004-06-28 23:33:27 UTC FreeBSD ports repository Modified files: sysutils/rc_subr Makefile distinfo Log: update to version 1.29 Revision Changes Path 1.7 +7 -1 ports/sysutils/rc_subr/Makefile 1.5 +2 -2 ports/sysutils/rc_subr/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jun 28 23:45:44 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Mon Jun 28 23:56:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BAED16A4CE; Mon, 28 Jun 2004 23:56:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BAE043D39; Mon, 28 Jun 2004 23:56:18 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SNuI8G068865; Mon, 28 Jun 2004 23:56:18 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SNuINZ068864; Mon, 28 Jun 2004 23:56:18 GMT (envelope-from roam) Message-Id: <200406282356.i5SNuINZ068864@repoman.freebsd.org> From: Peter Pentchev Date: Mon, 28 Jun 2004 23:56:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/daemontools Makefile ports/sysutils/daemontools/files svscan.sh.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 23:56:18 -0000 roam 2004-06-28 23:56:18 UTC FreeBSD ports repository Modified files: sysutils/daemontools Makefile sysutils/daemontools/files svscan.sh.sample Log: Switch from using /bin/csh to /bin/sh, as suggested on -ports. Revision Changes Path 1.16 +1 -1 ports/sysutils/daemontools/Makefile 1.5 +1 -1 ports/sysutils/daemontools/files/svscan.sh.sample From owner-cvs-all@FreeBSD.ORG Tue Jun 29 00:07:33 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 00:44:48 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 01:02:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F45C16A4CE; Tue, 29 Jun 2004 01:02:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DE7A43D3F; Tue, 29 Jun 2004 01:02:46 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T12kMK070402; Tue, 29 Jun 2004 01:02:46 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T12k6l070401; Tue, 29 Jun 2004 01:02:46 GMT (envelope-from roam) Message-Id: <200406290102.i5T12k6l070401@repoman.freebsd.org> From: Peter Pentchev Date: Tue, 29 Jun 2004 01:02:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/qmailadmin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 01:02:46 -0000 roam 2004-06-29 01:02:46 UTC FreeBSD ports repository Modified files: mail/qmailadmin Makefile Log: Add the WITH_SPAM_DETECTION and SPAM_COMMAND knobs. Submitted by: Rey Marin Jr. Revision Changes Path 1.25 +13 -1 ports/mail/qmailadmin/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jun 29 01:08:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFE7216A4DF; Tue, 29 Jun 2004 01:08:11 +0000 (GMT) Received: from mail.lambertfam.org (www.lambertfam.org [216.223.208.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6377F43D1F; Tue, 29 Jun 2004 01:08:11 +0000 (GMT) (envelope-from lambert@lambertfam.org) Received: from localhost (localhost [127.0.0.1]) by mail.lambertfam.org (Postfix) with ESMTP id 8F4C934D69; Mon, 28 Jun 2004 21:08:08 -0400 (EDT) Received: from mail.lambertfam.org ([127.0.0.1]) by localhost (www.lambertfam.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 97402-05; Mon, 28 Jun 2004 21:08:06 -0400 (EDT) Received: from laptop.lambertfam.org (unknown [65.66.76.3]) by mail.lambertfam.org (Postfix) with ESMTP id 91B4F34D53; Mon, 28 Jun 2004 21:08:06 -0400 (EDT) Received: by laptop.lambertfam.org (Postfix, from userid 1001) id A4BA1C12F; Mon, 28 Jun 2004 20:08:04 -0500 (CDT) Date: Mon, 28 Jun 2004 20:08:04 -0500 From: Scott Lambert To: Diane Bruce Message-ID: <20040629010804.GA1283@laptop.lambertfam.org> References: <200406252152.i5PLqGnm035778@repoman.freebsd.org> <20040625221903.GA94568@xor.obsecurity.org> <20040626023104.GA89002@heceta.db.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040626023104.GA89002@heceta.db.net> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at lambertfam.org cc: ports-committers@FreeBSD.org cc: cvs-ports@FreeBSD.org cc: Pav Lucistnik cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/comms Makefile ports/comms/predict Makefile distinfo pkg-descr ports/comms/predict/files Makefile predict.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 01:08:11 -0000 On Fri, Jun 25, 2004 at 10:31:04PM -0400, Diane Bruce wrote: > I would agree it would be a candidate for cross-listing in astro, > however, there are now eight amateur radio ports in comms, including > "predict." There two more amateur radio ports that are about to be > submitted and several more in the pipe. > > > The ports are (so far): > > predict, gpredict, hamlib, hamfax (broken under 4.x), gmfsk, acfax, > grig, xlog There is also ports/comms/aldo > I would argue that a new hamradio category would make sense at this time. I think that's a good idea. -- Scott Lambert KC5MLE Unix SysAdmin lambert@lambertfam.org From owner-cvs-all@FreeBSD.ORG Tue Jun 29 01:11:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E10316A4CE; Tue, 29 Jun 2004 01:11:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E065E43D2D; Tue, 29 Jun 2004 01:11:51 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T1BVHP070712; Tue, 29 Jun 2004 01:11:31 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T1BVQR070711; Tue, 29 Jun 2004 01:11:31 GMT (envelope-from ijliao) Message-Id: <200406290111.i5T1BVQR070711@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 29 Jun 2004 01:11:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/genproto Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 01:11:52 -0000 ijliao 2004-06-29 01:11:31 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/genproto Makefile distinfo pkg-descr Log: add genproto 0.3 Generates prototypes from C/C++ code Revision Changes Path 1.1589 +1 -0 ports/devel/Makefile 1.1 +28 -0 ports/devel/genproto/Makefile (new) 1.1 +2 -0 ports/devel/genproto/distinfo (new) 1.1 +4 -0 ports/devel/genproto/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Jun 29 01:11:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5C3B16A4DF; Tue, 29 Jun 2004 01:11:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 911C843D2F; Tue, 29 Jun 2004 01:11:56 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T1BenY070758; Tue, 29 Jun 2004 01:11:40 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T1Beab070757; Tue, 29 Jun 2004 01:11:40 GMT (envelope-from ijliao) Message-Id: <200406290111.i5T1Beab070757@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 29 Jun 2004 01:11:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 01:11:57 -0000 ijliao 2004-06-29 01:11:40 UTC FreeBSD ports repository Modified files: . modules Log: genproto --> ports/devel/genproto Revision Changes Path 1.10430 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jun 29 01:33:35 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 02:30:24 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 02:30:25 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 02:30:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7497A16A4D8; Tue, 29 Jun 2004 02:30:27 +0000 (GMT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1F9743D41; Tue, 29 Jun 2004 02:30:26 +0000 (GMT) (envelope-from danfe@regency.nsu.ru) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.32) id 1Bf8Qz-0003C5-0g; Tue, 29 Jun 2004 09:33:21 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.10/8.12.10) with ESMTP id i5T2V69k021201; Tue, 29 Jun 2004 09:31:06 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.10/8.12.10/Submit) id i5T2V37K021111; Tue, 29 Jun 2004 09:31:03 +0700 (NOVST) (envelope-from danfe) Date: Tue, 29 Jun 2004 09:31:03 +0700 From: Alexey Dokuchaev To: Dag-Erling Sm?rgrav Message-ID: <20040629023103.GA19096@regency.nsu.ru> References: <200406272058.i5RKwLfg019373@repoman.freebsd.org> <20040628124548.GA48471@regency.nsu.ru> 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-ports@freebsd.org cc: Michael Nottebrock cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/net Makefile ports/net/warppipe Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 02:30:27 -0000 On Mon, Jun 28, 2004 at 03:31:55PM +0200, Dag-Erling Sm?rgrav wrote: > Alexey Dokuchaev writes: > > On Sun, Jun 27, 2004 at 08:58:21PM +0000, Michael Nottebrock wrote: > > > Log: > > > Add warppipe, online multi-player gaming for the Nintendo GameCube. > > Why not in `games'? > > It's not a game, it's network tunneling tool which allows you to play > LAN-only multiplayer games over the Internet. Than the description should be stated a bit more clear, like something of your answer. :-) Maybe a forced commit would be appropriate. ./danfe From owner-cvs-all@FreeBSD.ORG Tue Jun 29 02:44:50 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 03:11:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2465216A4CE; Tue, 29 Jun 2004 03:11:45 +0000 (GMT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57AF343D58; Tue, 29 Jun 2004 03:11:44 +0000 (GMT) (envelope-from danfe@regency.nsu.ru) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.32) id 1Bf94s-0000HF-M2; Tue, 29 Jun 2004 10:14:34 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.10/8.12.10) with ESMTP id i5T3CN9k034234; Tue, 29 Jun 2004 10:12:23 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.10/8.12.10/Submit) id i5T3CNLt034139; Tue, 29 Jun 2004 10:12:23 +0700 (NOVST) (envelope-from danfe) Date: Tue, 29 Jun 2004 10:12:23 +0700 From: Alexey Dokuchaev To: Dag-Erling Sm?rgrav Message-ID: <20040629031223.GA28917@regency.nsu.ru> References: <200406272058.i5RKwLfg019373@repoman.freebsd.org> <20040628124548.GA48471@regency.nsu.ru> <20040629023103.GA19096@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040629023103.GA19096@regency.nsu.ru> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@freebsd.org cc: Michael Nottebrock cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/net Makefile ports/net/warppipe Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 03:11:45 -0000 On Tue, Jun 29, 2004 at 09:31:03AM +0700, Alexey Dokuchaev wrote: > On Mon, Jun 28, 2004 at 03:31:55PM +0200, Dag-Erling Sm?rgrav wrote: > > Alexey Dokuchaev writes: > > > On Sun, Jun 27, 2004 at 08:58:21PM +0000, Michael Nottebrock wrote: > > > > Log: > > > > Add warppipe, online multi-player gaming for the Nintendo GameCube. > > > Why not in `games'? > > > > It's not a game, it's network tunneling tool which allows you to play > > LAN-only multiplayer games over the Internet. > > Than the description should be stated a bit more clear, like something of > your answer. :-) > > Maybe a forced commit would be appropriate. Also, it should be stated that lots of things that are not games, still go under `games' category, i.e. statistics generators, dockapps, applets, etc. ./danfe From owner-cvs-all@FreeBSD.ORG Tue Jun 29 03:13:54 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 03:19:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FE5216A4CE; Tue, 29 Jun 2004 03:19:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 223E343D55; Tue, 29 Jun 2004 03:19:24 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T3JOn5074376; Tue, 29 Jun 2004 03:19:24 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T3JNvg074375; Tue, 29 Jun 2004 03:19:23 GMT (envelope-from kensmith) Message-Id: <200406290319.i5T3JNvg074375@repoman.freebsd.org> From: Ken Smith Date: Tue, 29 Jun 2004 03:19:23 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releng index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 03:19:24 -0000 kensmith 2004-06-29 03:19:23 UTC FreeBSD doc repository Modified files: en/releng index.sgml Log: Add information about ftp-archive.freebsd.org, a site with a fairly large collection of older releases. Revision Changes Path 1.108 +6 -2 www/en/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Tue Jun 29 03:31:20 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 03:32:12 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 03:33:03 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 03:39:19 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 03:48:53 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 04:51:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5E0C16A4CE; Tue, 29 Jun 2004 04:51:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDCB043D2D; Tue, 29 Jun 2004 04:51:38 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T4pc2d077162; Tue, 29 Jun 2004 04:51:38 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T4pcPZ077161; Tue, 29 Jun 2004 04:51:38 GMT (envelope-from adamw) Message-Id: <200406290451.i5T4pcPZ077161@repoman.freebsd.org> From: Adam Weinberger Date: Tue, 29 Jun 2004 04:51:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/gnomeapplets2 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 04:51:39 -0000 adamw 2004-06-29 04:51:38 UTC FreeBSD ports repository Modified files: x11/gnomeapplets2 Makefile distinfo pkg-plist Log: Update to 2.6.2. Revision Changes Path 1.66 +1 -2 ports/x11/gnomeapplets2/Makefile 1.30 +2 -2 ports/x11/gnomeapplets2/distinfo 1.36 +1 -0 ports/x11/gnomeapplets2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jun 29 05:10:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D72F316A4CE; Tue, 29 Jun 2004 05:10:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE30A43D1F; Tue, 29 Jun 2004 05:10:44 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T5Ai1Z077683; Tue, 29 Jun 2004 05:10:44 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T5Ai2u077682; Tue, 29 Jun 2004 05:10:44 GMT (envelope-from marcus) Message-Id: <200406290510.i5T5Ai2u077682@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 29 Jun 2004 05:10:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/gnomeapplets2 pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 05:10:45 -0000 marcus 2004-06-29 05:10:44 UTC FreeBSD ports repository Modified files: x11/gnomeapplets2 pkg-plist Log: Use the new new GConf handling scheme. Revision Changes Path 1.37 +30 -72 ports/x11/gnomeapplets2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jun 29 05:14:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 153DA16A4CE; Tue, 29 Jun 2004 05:14:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 128DB43D1F; Tue, 29 Jun 2004 05:14:31 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T5EUC9077897; Tue, 29 Jun 2004 05:14:30 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T5EULM077896; Tue, 29 Jun 2004 05:14:30 GMT (envelope-from marcus) Message-Id: <200406290514.i5T5EULM077896@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 29 Jun 2004 05:14:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gnome2-hacker-tools Makefile ports/editors/gnome2-office Makefile ports/x11/gnome2 Makefile ports/x11/gnome2-lite Makefile ports/x11/gnome2-fifth-toe Makefile ports/x11/gnome2-power-tools Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 05:14:31 -0000 marcus 2004-06-29 05:14:30 UTC FreeBSD ports repository Modified files: devel/gnome2-hacker-tools Makefile editors/gnome2-office Makefile x11/gnome2 Makefile x11/gnome2-lite Makefile x11/gnome2-fifth-toe Makefile x11/gnome2-power-tools Makefile Log: Update to GNOME 2.6.2. The full set of changesis listed at http://lists.gnome.org/archives/gnome-announce-list/2004-June/msg00067.html. Revision Changes Path 1.11 +1 -1 ports/devel/gnome2-hacker-tools/Makefile 1.15 +1 -1 ports/editors/gnome2-office/Makefile 1.53 +1 -2 ports/x11/gnome2-fifth-toe/Makefile 1.12 +1 -1 ports/x11/gnome2-lite/Makefile 1.12 +1 -1 ports/x11/gnome2-power-tools/Makefile 1.84 +1 -1 ports/x11/gnome2/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jun 29 05:20:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8866D16A4CE; Tue, 29 Jun 2004 05:20:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7158D43D39; Tue, 29 Jun 2004 05:20:33 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T5KX1E078095; Tue, 29 Jun 2004 05:20:33 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T5KXSY078094; Tue, 29 Jun 2004 05:20:33 GMT (envelope-from marcus) Message-Id: <200406290520.i5T5KXSY078094@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 29 Jun 2004 05:20:33 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 05:20:33 -0000 marcus 2004-06-29 05:20:33 UTC FreeBSD doc repository Modified files: en/gnome news.xml Log: Announce GNOME 2.6.2 for FreeBSD. Revision Changes Path 1.70 +16 -1 www/en/gnome/news.xml From owner-cvs-all@FreeBSD.ORG Tue Jun 29 05:25:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD32016A4CE; Tue, 29 Jun 2004 05:25:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92AE243D5E; Tue, 29 Jun 2004 05:25:35 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T5PZKs078283; Tue, 29 Jun 2004 05:25:35 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T5PZ1C078282; Tue, 29 Jun 2004 05:25:35 GMT (envelope-from marcus) Message-Id: <200406290525.i5T5PZ1C078282@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 29 Jun 2004 05:25:35 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome/docs gnome_porting.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 05:25:35 -0000 marcus 2004-06-29 05:25:35 UTC FreeBSD doc repository Modified files: en/gnome/docs gnome_porting.sgml Log: lthack and intlhack are now available in the FreeBSD ports tree. Revision Changes Path 1.14 +3 -6 www/en/gnome/docs/gnome_porting.sgml From owner-cvs-all@FreeBSD.ORG Tue Jun 29 05:33:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0305916A4CE; Tue, 29 Jun 2004 05:33:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF55C43D46; Tue, 29 Jun 2004 05:33:06 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T5X6Li078470; Tue, 29 Jun 2004 05:33:06 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T5X6Cp078469; Tue, 29 Jun 2004 05:33:06 GMT (envelope-from thierry) Message-Id: <200406290533.i5T5X6Cp078469@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 29 Jun 2004 05:33:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/spambnc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 05:33:07 -0000 thierry 2004-06-29 05:33:06 UTC FreeBSD ports repository Modified files: mail/spambnc Makefile distinfo Log: Upgrade to the latest snapshot. Revision Changes Path 1.41 +1 -1 ports/mail/spambnc/Makefile 1.35 +3 -3 ports/mail/spambnc/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jun 29 05:56:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A328A16A4CE; Tue, 29 Jun 2004 05:56:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2C7B43D31; Tue, 29 Jun 2004 05:56:32 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T5uW16079120; Tue, 29 Jun 2004 05:56:32 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T5uWFT079119; Tue, 29 Jun 2004 05:56:32 GMT (envelope-from marcus) Message-Id: <200406290556.i5T5uWFT079119@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 29 Jun 2004 05:56:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/netatalk-devel Makefile distinfo pkg-plist patch-etc_afpd_Makefile.in patch-etc_afpd_quota.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 05:56:32 -0000 marcus 2004-06-29 05:56:32 UTC FreeBSD ports repository Modified files: net/netatalk-devel Makefile distinfo pkg-plist net/netatalk-devel/files patch-configure Removed files: net/netatalk-devel/files patch-etc_afpd_Makefile.in patch-etc_afpd_quota.c Log: Update to 2.0 Beta 2. Revision Changes Path 1.58 +3 -4 ports/net/netatalk-devel/Makefile 1.20 +2 -2 ports/net/netatalk-devel/distinfo 1.12 +21 -49 ports/net/netatalk-devel/files/patch-configure 1.2 +0 -20 ports/net/netatalk-devel/files/patch-etc_afpd_Makefile.in (dead) 1.2 +0 -34 ports/net/netatalk-devel/files/patch-etc_afpd_quota.c (dead) 1.21 +2 -0 ports/net/netatalk-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jun 29 06:06:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7CDE16A4CE; Tue, 29 Jun 2004 06:06:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FA9543D5A; Tue, 29 Jun 2004 06:06:11 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T66BSp079432; Tue, 29 Jun 2004 06:06:11 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T66BZ7079431; Tue, 29 Jun 2004 06:06:11 GMT (envelope-from marcus) Message-Id: <200406290606.i5T66BZ7079431@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 29 Jun 2004 06:06:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/libxklavier Makefile distinfo patch-libxklavier_xklavier_config_xkb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 06:06:11 -0000 marcus 2004-06-29 06:06:11 UTC FreeBSD ports repository Modified files: x11/libxklavier Makefile distinfo Added files: x11/libxklavier/files patch-libxklavier_xklavier_config_xkb.c Log: Update to 1.03. Revision Changes Path 1.16 +1 -1 ports/x11/libxklavier/Makefile 1.13 +2 -2 ports/x11/libxklavier/distinfo 1.1 +13 -0 ports/x11/libxklavier/files/patch-libxklavier_xklavier_config_xkb.c (new) From owner-cvs-all@FreeBSD.ORG Tue Jun 29 06:09:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF63416A4CE; Tue, 29 Jun 2004 06:09:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B75DA43D2D; Tue, 29 Jun 2004 06:09:10 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T69AxJ079497; Tue, 29 Jun 2004 06:09:10 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T69AlA079496; Tue, 29 Jun 2004 06:09:10 GMT (envelope-from marcus) Message-Id: <200406290609.i5T69AlA079496@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 29 Jun 2004 06:09:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/gnomekeyring Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 06:09:11 -0000 marcus 2004-06-29 06:09:10 UTC FreeBSD ports repository Modified files: security/gnomekeyring Makefile Log: Correct a typo. CONFIGURE_ARGS should obviously be CONFIGURE_ENV here. Revision Changes Path 1.4 +1 -1 ports/security/gnomekeyring/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jun 29 06:33:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F28F16A4CE; Tue, 29 Jun 2004 06:33:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7689243D53; Tue, 29 Jun 2004 06:33:43 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T6XhpW080051; Tue, 29 Jun 2004 06:33:43 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T6XhaV080050; Tue, 29 Jun 2004 06:33:43 GMT (envelope-from vs) Message-Id: <200406290633.i5T6XhaV080050@repoman.freebsd.org> From: Volker Stolz Date: Tue, 29 Jun 2004 06:33:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/jabber-aim Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 06:33:43 -0000 vs 2004-06-29 06:33:43 UTC FreeBSD ports repository Modified files: net/jabber-aim Makefile Log: Fix the build problem induced by net/jabber's update PR: ports/68403 Submitted by: c0decafe.net No time/Busy: seanc Revision Changes Path 1.8 +8 -4 ports/net/jabber-aim/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jun 29 06:45:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D561D16A4CF; Tue, 29 Jun 2004 06:45:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE26743D1D; Tue, 29 Jun 2004 06:45:30 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T6jUkY080418; Tue, 29 Jun 2004 06:45:30 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T6jUxS080417; Tue, 29 Jun 2004 06:45:30 GMT (envelope-from olgeni) Message-Id: <200406290645.i5T6jUxS080417@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 29 Jun 2004 06:45:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/sitecopy Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 06:45:31 -0000 olgeni 2004-06-29 06:45:30 UTC FreeBSD ports repository Modified files: www/sitecopy Makefile Log: Use shared library www/neon rather than included libneon (security fix). PR: 68461 Submitted by: Thomas L. Kjeldsen Revision Changes Path 1.38 +4 -2 ports/www/sitecopy/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jun 29 07:22:00 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 07:40:39 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 07:41:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A86416A4CE; Tue, 29 Jun 2004 07:41:37 +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 338E543D45; Tue, 29 Jun 2004 07:41:37 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-11.local ([172.16.0.11] helo=localhost) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1BfDF8-000Jn1-6G; Tue, 29 Jun 2004 09:41:36 +0200 Date: Tue, 29 Jun 2004 09:41:46 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Jimmy Olgeni , Thomas L.Kjeldsen From: Oliver Eikemeier In-Reply-To: <200406290645.i5T6jUxS080417@repoman.freebsd.org> Message-Id: Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: Tom Rhodes cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/sitecopy Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 07:41:37 -0000 Jimmy Olgeni wrote: > Log: > Use shared library www/neon rather than included libneon (security > fix). > > PR: 68461 > Submitted by: Thomas L. Kjeldsen FWIIW, it would be helpful when you would remark that this fixes This would save us the time searching for entries an checking whether they are correct. You could also make an entry yourself or correct an existing one when it is missing or wrong. Thanks for fixing this -Oliver From owner-cvs-all@FreeBSD.ORG Tue Jun 29 07:48:44 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 08:06:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC3D516A4CE; Tue, 29 Jun 2004 08:06:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2AAA43D49; Tue, 29 Jun 2004 08:06:20 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T86KcQ082741; Tue, 29 Jun 2004 08:06:20 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T86KNa082740; Tue, 29 Jun 2004 08:06:20 GMT (envelope-from clement) Message-Id: <200406290806.i5T86KNa082740@repoman.freebsd.org> From: Clement Laforet Date: Tue, 29 Jun 2004 08:06:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/apache2 Makefile ports/www/apache2/files patch-server:protocol.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 08:06:20 -0000 clement 2004-06-29 08:06:20 UTC FreeBSD ports repository Modified files: www/apache2 Makefile Added files: www/apache2/files patch-server:protocol.c Log: - Security fix. CAN-2004-0493 - memory exhaustion denial of service http://www.freebsd.org/ports/portaudit/81a8c9c2-c94f-11d8-8898-000d6111a684.html Noticed by: eik Obtained from: apache CVS Revision Changes Path 1.185 +1 -1 ports/www/apache2/Makefile 1.1 +32 -0 ports/www/apache2/files/patch-server:protocol.c (new) From owner-cvs-all@FreeBSD.ORG Tue Jun 29 08:33:59 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 08:41:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E406B16A4CE; Tue, 29 Jun 2004 08:41:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C847A43D45; Tue, 29 Jun 2004 08:41:28 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T8fSuP083638; Tue, 29 Jun 2004 08:41:28 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T8fStZ083637; Tue, 29 Jun 2004 08:41:28 GMT (envelope-from roam) Message-Id: <200406290841.i5T8fStZ083637@repoman.freebsd.org> From: Peter Pentchev Date: Tue, 29 Jun 2004 08:41:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-Time-Human Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 08:41:29 -0000 roam 2004-06-29 08:41:28 UTC FreeBSD ports repository Modified files: textproc/p5-Time-Human Makefile Log: Mark as broken on Perl 5.005; I'll figure this out in a while. And there was I, happily committing the port on Friday, pretty sure that I've tested a new Perl module port on 4.x... apparently it was something entirely different :( Reported by: gohan via kris Pointy hat to: myself Revision Changes Path 1.2 +7 -1 ports/textproc/p5-Time-Human/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jun 29 09:03:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAE5C16A4CE; Tue, 29 Jun 2004 09:03:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D0EA43D58; Tue, 29 Jun 2004 09:03:47 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T93dN4084193; Tue, 29 Jun 2004 09:03:39 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T93dWq084192; Tue, 29 Jun 2004 09:03:39 GMT (envelope-from linimon) Message-Id: <200406290903.i5T93dWq084192@repoman.freebsd.org> From: Mark Linimon Date: Tue, 29 Jun 2004 09:03:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/pam_krb5 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 09:03:47 -0000 linimon 2004-06-29 09:03:39 UTC FreeBSD ports repository Modified files: security/pam_krb5 Makefile Log: Change default status if no configuration is given from BROKEN to IGNORE. This saves a bogus build cycle on bento/pointyhat. No response from maintainer for some time. Revision Changes Path 1.19 +1 -1 ports/security/pam_krb5/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jun 29 09:05:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4C2416A4CE; Tue, 29 Jun 2004 09:05:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6C0243D3F; Tue, 29 Jun 2004 09:05:41 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T95YtE084371; Tue, 29 Jun 2004 09:05:34 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T95YvF084370; Tue, 29 Jun 2004 09:05:34 GMT (envelope-from ijliao) Message-Id: <200406290905.i5T95YvF084370@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 29 Jun 2004 09:05:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/py-simpy Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 09:05:41 -0000 ijliao 2004-06-29 09:05:34 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-simpy Makefile distinfo pkg-descr Log: add py-simpy 1.4.2 Simulation in Python Revision Changes Path 1.1590 +1 -0 ports/devel/Makefile 1.1 +42 -0 ports/devel/py-simpy/Makefile (new) 1.1 +2 -0 ports/devel/py-simpy/distinfo (new) 1.1 +10 -0 ports/devel/py-simpy/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Jun 29 09:05:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85D2816A4CE; Tue, 29 Jun 2004 09:05:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 692B843D2F; Tue, 29 Jun 2004 09:05:57 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T95jGL084441; Tue, 29 Jun 2004 09:05:45 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T95j2C084440; Tue, 29 Jun 2004 09:05:45 GMT (envelope-from ijliao) Message-Id: <200406290905.i5T95j2C084440@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 29 Jun 2004 09:05:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 09:05:57 -0000 ijliao 2004-06-29 09:05:45 UTC FreeBSD ports repository Modified files: . modules Log: py-simpy --> ports/devel/py-simpy Revision Changes Path 1.10431 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jun 29 09:07:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB9B316A4CE; Tue, 29 Jun 2004 09:07:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE14543D5D; Tue, 29 Jun 2004 09:07:26 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T97Hkx084530; Tue, 29 Jun 2004 09:07:17 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T97HfF084529; Tue, 29 Jun 2004 09:07:17 GMT (envelope-from roam) Message-Id: <200406290907.i5T97HfF084529@repoman.freebsd.org> From: Peter Pentchev Date: Tue, 29 Jun 2004 09:07:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-Time-Human Makefile pkg-plist ports/textproc/p5-Time-Human/files Human.pm-5005.patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 09:07:27 -0000 roam 2004-06-29 09:07:17 UTC FreeBSD ports repository Modified files: textproc/p5-Time-Human Makefile pkg-plist Added files: textproc/p5-Time-Human/files Human.pm-5005.patch Log: Okay, here's a Perl 5.00503-friendly version. Revision Changes Path 1.3 +2 -1 ports/textproc/p5-Time-Human/Makefile 1.1 +59 -0 ports/textproc/p5-Time-Human/files/Human.pm-5005.patch (new) 1.2 +2 -2 ports/textproc/p5-Time-Human/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jun 29 09:17:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F00816A4D0; Tue, 29 Jun 2004 09:17:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5126443D5A; Tue, 29 Jun 2004 09:17:09 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T9H9YY084837; Tue, 29 Jun 2004 09:17:09 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T9H94A084836; Tue, 29 Jun 2004 09:17:09 GMT (envelope-from linimon) Message-Id: <200406290917.i5T9H94A084836@repoman.freebsd.org> From: Mark Linimon Date: Tue, 29 Jun 2004 09:17:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/mule-common Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 09:17:09 -0000 linimon 2004-06-29 09:17:09 UTC FreeBSD ports repository Modified files: editors/mule-common Makefile Log: Change a BROKEN to IGNORE if dependencies are not satisfied. This will save an otherwise pointless bento/pointyhat build. No response from maintainer for quite some time. Revision Changes Path 1.65 +1 -1 ports/editors/mule-common/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jun 29 09:32:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EA5816A4CE; Tue, 29 Jun 2004 09:32:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42D9B43D1D; Tue, 29 Jun 2004 09:32:38 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T9WcQc085225; Tue, 29 Jun 2004 09:32:38 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T9Wcrg085224; Tue, 29 Jun 2004 09:32:38 GMT (envelope-from linimon) Message-Id: <200406290932.i5T9Wcrg085224@repoman.freebsd.org> From: Mark Linimon Date: Tue, 29 Jun 2004 09:32:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 09:32:38 -0000 linimon 2004-06-29 09:32:38 UTC FreeBSD ports repository Modified files: . modules Log: Remove security/drwebd. Its functionality is already included in drweb. Revision Changes Path 1.10432 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jun 29 09:35:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDCB116A4CE; Tue, 29 Jun 2004 09:35:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFB8743D48; Tue, 29 Jun 2004 09:35:22 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T9ZMx1085395; Tue, 29 Jun 2004 09:35:22 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T9ZMeG085394; Tue, 29 Jun 2004 09:35:22 GMT (envelope-from linimon) Message-Id: <200406290935.i5T9ZMeG085394@repoman.freebsd.org> From: Mark Linimon Date: Tue, 29 Jun 2004 09:35:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefile ports/security/drwebd Makefile pkg-plist ports/security/drwebd/files drweb-0.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 09:35:23 -0000 linimon 2004-06-29 09:35:22 UTC FreeBSD ports repository Modified files: security Makefile Removed files: security/drwebd Makefile pkg-plist security/drwebd/files drweb-0.sh Log: As previously announced, remove drwebd. Its functionality is already included in security/drweb. Revision Changes Path 1.519 +0 -1 ports/security/Makefile 1.6 +0 -42 ports/security/drwebd/Makefile (dead) 1.2 +0 -22 ports/security/drwebd/files/drweb-0.sh (dead) 1.3 +0 -3 ports/security/drwebd/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Jun 29 09:37:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F254816A4CE; Tue, 29 Jun 2004 09:37:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6AD543D45; Tue, 29 Jun 2004 09:37:31 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T9bSDi085512; Tue, 29 Jun 2004 09:37:28 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T9bSpO085511; Tue, 29 Jun 2004 09:37:28 GMT (envelope-from linimon) Message-Id: <200406290937.i5T9bSpO085511@repoman.freebsd.org> From: Mark Linimon Date: Tue, 29 Jun 2004 09:37:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 09:37:32 -0000 linimon 2004-06-29 09:37:28 UTC FreeBSD ports repository Modified files: . MOVED Log: Fold security/drwebd into security/drweb. Revision Changes Path 1.462 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Tue Jun 29 10:00:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C4C316A4CE; Tue, 29 Jun 2004 10:00:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CFDA43D1F; Tue, 29 Jun 2004 10:00:04 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T9xX5l086129; Tue, 29 Jun 2004 09:59:33 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T9xX0c086128; Tue, 29 Jun 2004 09:59:33 GMT (envelope-from ijliao) Message-Id: <200406290959.i5T9xX0c086128@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 29 Jun 2004 09:59:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/klassmodeler Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 10:00:04 -0000 ijliao 2004-06-29 09:59:33 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/klassmodeler Makefile distinfo pkg-descr Log: add klassmodeler 0.8.2 A tool for visually creating and documenting classes Revision Changes Path 1.1591 +1 -0 ports/devel/Makefile 1.1 +45 -0 ports/devel/klassmodeler/Makefile (new) 1.1 +2 -0 ports/devel/klassmodeler/distinfo (new) 1.1 +19 -0 ports/devel/klassmodeler/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Jun 29 10:00:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2DED16A4DD; Tue, 29 Jun 2004 10:00:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5F8543D45; Tue, 29 Jun 2004 10:00:09 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5T9xhLK086176; Tue, 29 Jun 2004 09:59:43 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5T9xhKg086175; Tue, 29 Jun 2004 09:59:43 GMT (envelope-from ijliao) Message-Id: <200406290959.i5T9xhKg086175@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 29 Jun 2004 09:59:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 10:00:10 -0000 ijliao 2004-06-29 09:59:43 UTC FreeBSD ports repository Modified files: . modules Log: klassmodeler --> ports/devel/klassmodeler Revision Changes Path 1.10433 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jun 29 10:07:47 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 10:13:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C854916A4CE; Tue, 29 Jun 2004 10:13:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA91043D2F; Tue, 29 Jun 2004 10:13:16 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TACYKd086616; Tue, 29 Jun 2004 10:12:34 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TACYIZ086615; Tue, 29 Jun 2004 10:12:34 GMT (envelope-from linimon) Message-Id: <200406291012.i5TACYIZ086615@repoman.freebsd.org> From: Mark Linimon Date: Tue, 29 Jun 2004 10:12:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/cherokee Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 10:13:17 -0000 linimon 2004-06-29 10:12:34 UTC FreeBSD ports repository Modified files: www/cherokee Makefile Log: Reset bouncing maintainer address. Revision Changes Path 1.4 +1 -1 ports/www/cherokee/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jun 29 10:20:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDD6416A4CE; Tue, 29 Jun 2004 10:20:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD8443D41; Tue, 29 Jun 2004 10:20:37 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TAJtNA086919; Tue, 29 Jun 2004 10:19:55 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TAJtAT086918; Tue, 29 Jun 2004 10:19:55 GMT (envelope-from linimon) Message-Id: <200406291019.i5TAJtAT086918@repoman.freebsd.org> From: Mark Linimon Date: Tue, 29 Jun 2004 10:19:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/hsetroot Makefile ports/graphics/libcaca Makefile ports/net/tcpstat Makefile ports/www/rnews Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 10:20:38 -0000 linimon 2004-06-29 10:19:55 UTC FreeBSD ports repository Modified files: graphics/hsetroot Makefile graphics/libcaca Makefile net/tcpstat Makefile www/rnews Makefile Log: Reset bouncing maintainer address. Revision Changes Path 1.5 +1 -1 ports/graphics/hsetroot/Makefile 1.2 +1 -1 ports/graphics/libcaca/Makefile 1.6 +1 -1 ports/net/tcpstat/Makefile 1.2 +1 -1 ports/www/rnews/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jun 29 10:22:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EE0116A4CF; Tue, 29 Jun 2004 10:22:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E571143D5F; Tue, 29 Jun 2004 10:22:48 +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 i5TALr74087178; Tue, 29 Jun 2004 10:21:53 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TALrld087177; Tue, 29 Jun 2004 10:21:53 GMT (envelope-from eik) Message-Id: <200406291021.i5TALrld087177@repoman.freebsd.org> From: Oliver Eikemeier Date: Tue, 29 Jun 2004 10:21:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit-db/database portaudit.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 10:22:49 -0000 eik 2004-06-29 10:21:53 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: add isakmpd security association deletion vulnerability Revision Changes Path 1.36 +4 -3 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Tue Jun 29 10:29:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B41616A4CE; Tue, 29 Jun 2004 10:29:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E4FA43D5E; Tue, 29 Jun 2004 10:29:11 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TATBbp087652; Tue, 29 Jun 2004 10:29:11 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TATBaF087651; Tue, 29 Jun 2004 10:29:11 GMT (envelope-from linimon) Message-Id: <200406291029.i5TATBaF087651@repoman.freebsd.org> From: Mark Linimon Date: Tue, 29 Jun 2004 10:29:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/py-sqlrelay Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 10:29:11 -0000 linimon 2004-06-29 10:29:11 UTC FreeBSD ports repository Modified files: databases/py-sqlrelay Makefile pkg-plist Log: Fix plist and unbreak. Revision Changes Path 1.10 +0 -2 ports/databases/py-sqlrelay/Makefile 1.2 +0 -1 ports/databases/py-sqlrelay/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jun 29 10:30:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CD8216A4CE; Tue, 29 Jun 2004 10:30:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86D6243D2D; Tue, 29 Jun 2004 10:30:46 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TAUkuv087807; Tue, 29 Jun 2004 10:30:46 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TAUkgw087806; Tue, 29 Jun 2004 10:30:46 GMT (envelope-from osa) Message-Id: <200406291030.i5TAUkgw087806@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 29 Jun 2004 10:30:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/srg Makefile distinfo pkg-descr ports/www/srg/files patch-resolver-test-cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 10:30:46 -0000 osa 2004-06-29 10:30:46 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/srg Makefile distinfo pkg-descr www/srg/files patch-resolver-test-cpp Log: Add Squid Report Generator. Main features are: * PHP Output with built in authentication hooks * Fast Processing * Reporting right down the the location vistied Submitted by: Dmitry Semkin Revision Changes Path 1.910 +1 -0 ports/www/Makefile 1.1 +40 -0 ports/www/srg/Makefile (new) 1.1 +2 -0 ports/www/srg/distinfo (new) 1.1 +22 -0 ports/www/srg/files/patch-resolver-test-cpp (new) 1.1 +14 -0 ports/www/srg/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Jun 29 10:32:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 468E316A4CE; Tue, 29 Jun 2004 10:32:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28D2443D2D; Tue, 29 Jun 2004 10:32:49 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TAWef2087876; Tue, 29 Jun 2004 10:32:40 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TAWe8F087875; Tue, 29 Jun 2004 10:32:40 GMT (envelope-from osa) Message-Id: <200406291032.i5TAWe8F087875@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 29 Jun 2004 10:32:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 10:32:49 -0000 osa 2004-06-29 10:32:40 UTC FreeBSD ports repository Modified files: . modules Log: srg -> ports/www/srg Revision Changes Path 1.10434 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jun 29 10:33:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4163416A4CF; Tue, 29 Jun 2004 10:33:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 199BF43D53; Tue, 29 Jun 2004 10:33:16 +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 i5TAX3vr087914; Tue, 29 Jun 2004 10:33:03 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TAX3LS087913; Tue, 29 Jun 2004 10:33:03 GMT (envelope-from eik) Message-Id: <200406291033.i5TAX3LS087913@repoman.freebsd.org> From: Oliver Eikemeier Date: Tue, 29 Jun 2004 10:33:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit-db/database portaudit.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 10:33:16 -0000 eik 2004-06-29 10:33:03 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: add MIT Kerberos 5 krb5_aname_to_localname() buffer overflow Revision Changes Path 1.37 +2 -1 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Tue Jun 29 10:40:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB2C216A4CE; Tue, 29 Jun 2004 10:40:29 +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 504FA43D58; Tue, 29 Jun 2004 10:40:29 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-11.local ([172.16.0.11] helo=localhost) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1BfG1M-000AVi-TE; Tue, 29 Jun 2004 12:39:44 +0200 Date: Tue, 29 Jun 2004 12:39:44 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Cy Schubert From: Oliver Eikemeier In-Reply-To: <200406112308.i5BN8vMP075455@repoman.freebsd.org> Message-Id: Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: Tom Rhodes cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/krb5 Makefile distinfo ports/security/krb5/files patch-lib::krb5::os::an_to_ln.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 10:40:30 -0000 Cy Schubert wrote: > cy 2004-06-11 23:08:57 UTC > > FreeBSD ports repository > > Modified files: > security/krb5 Makefile distinfo > Removed files: > security/krb5/files patch-lib::krb5::os::an_to_ln.c > Log: > Update KRB5 1.3.3 --> 1.3.4 Since this fixes a security vulnerability, would you please consider adding an entry to the vulnerability database next time? I added one for this one, you may want to review it for correctness: Thanks -Oliver From owner-cvs-all@FreeBSD.ORG Tue Jun 29 10:40:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B5D716A4CE; Tue, 29 Jun 2004 10:40:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EDB043D39; Tue, 29 Jun 2004 10:40:45 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TAe8HI088128; Tue, 29 Jun 2004 10:40:08 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TAe8Ip088127; Tue, 29 Jun 2004 10:40:08 GMT (envelope-from clement) Message-Id: <200406291040.i5TAe8Ip088127@repoman.freebsd.org> From: Clement Laforet Date: Tue, 29 Jun 2004 10:40:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/suphp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 10:40:45 -0000 clement 2004-06-29 10:40:08 UTC FreeBSD ports repository Modified files: www/suphp Makefile Log: - Add WITH_LOGNAME and WITH_LOGPATH knobs. I kept LOG_NAME to not break POLA (Will be removed for next release). Requested by: Dennis Koster Revision Changes Path 1.13 +6 -3 ports/www/suphp/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jun 29 10:41:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BC5716A4CE; Tue, 29 Jun 2004 10:41:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F27143D5C; Tue, 29 Jun 2004 10:41:57 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TAfF0h088230; Tue, 29 Jun 2004 10:41:15 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TAfFEl088229; Tue, 29 Jun 2004 10:41:15 GMT (envelope-from osa) Message-Id: <200406291041.i5TAfFEl088229@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 29 Jun 2004 10:41:15 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 10:41:57 -0000 osa 2004-06-29 10:41:15 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Dmitry Semkin , author of www/srg port. Revision Changes Path 1.222 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Tue Jun 29 10:42:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56E7016A4CE; Tue, 29 Jun 2004 10:42:30 +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 1195A43D1D; Tue, 29 Jun 2004 10:42:30 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-11.local ([172.16.0.11] helo=localhost) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1BfG3W-000AWD-Uh; Tue, 29 Jun 2004 12:41:49 +0200 Date: Tue, 29 Jun 2004 12:41:59 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Clement Laforet From: Oliver Eikemeier In-Reply-To: <200406290806.i5T86KNa082740@repoman.freebsd.org> Message-Id: Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/apache2 Makefile ports/www/apache2/files patch-server:protocol.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 10:42:30 -0000 Clement Laforet wrote: > Log: > - Security fix. > CAN-2004-0493 - memory exhaustion denial of service > > http://www.freebsd.org/ports/portaudit/81a8c9c2-c94f-11d8-8898-000d6111a684. > html Thanks. Keep up the good work -Oliver From owner-cvs-all@FreeBSD.ORG Tue Jun 29 11:01:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F054516A4CE; Tue, 29 Jun 2004 11:01:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2A9243D2D; Tue, 29 Jun 2004 11:01:26 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TB19xZ089027; Tue, 29 Jun 2004 11:01:09 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TB19V1089026; Tue, 29 Jun 2004 11:01:09 GMT (envelope-from markus) Message-Id: <200406291101.i5TB19V1089026@repoman.freebsd.org> From: Markus Brueffer Date: Tue, 29 Jun 2004 11:01:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/amarok Makefile distinfo ports/audio/amarok/files patch-playlistwindow.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 11:01:27 -0000 markus 2004-06-29 11:01:09 UTC FreeBSD ports repository Modified files: audio/amarok Makefile distinfo Removed files: audio/amarok/files patch-playlistwindow.cpp Log: Update to version 1.0.1 Revision Changes Path 1.7 +1 -1 ports/audio/amarok/Makefile 1.3 +2 -2 ports/audio/amarok/distinfo 1.2 +0 -15 ports/audio/amarok/files/patch-playlistwindow.cpp (dead) From owner-cvs-all@FreeBSD.ORG Tue Jun 29 11:04:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE58C16A4CE for ; Tue, 29 Jun 2004 11:04:32 +0000 (GMT) Received: from goofy.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 91D0D43D1D for ; Tue, 29 Jun 2004 11:04:29 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: (qmail 18069 invoked by uid 89); 29 Jun 2004 13:04:42 +0200 Received: from clement@FreeBSD.org by goofy.cultdeadsheep.org by uid 89 with qmail-scanner-1.22 Clear:RC:1(192.168.0.4):SA:0(-3.3/5.0):. Processed in 0.648824 secs); 29 Jun 2004 11:04:42 -0000 X-Qmail-Scanner-Mail-From: clement@FreeBSD.org via goofy.cultdeadsheep.org X-Qmail-Scanner: 1.22 (Clear:RC:1(192.168.0.4):SA:0(-3.3/5.0):. Processed in 0.648824 secs) Received: from unknown (HELO satan.cultdeadsheep.org) (192.168.0.4) by goofy.cultdeadsheep.org with SMTP; 29 Jun 2004 13:04:41 +0200 Date: Tue, 29 Jun 2004 13:04:22 +0200 From: Clement Laforet To: Oliver Eikemeier Message-Id: <20040629130422.22015476.clement@FreeBSD.org> In-Reply-To: References: <200406290806.i5T86KNa082740@repoman.freebsd.org> Organization: FreeBSD Project X-Mailer: Sylpheed version 0.9.11 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="Signature=_Tue__29_Jun_2004_13_04_22_+0200_oI3/bH6ZjkJoVQPN" X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on goofy.cultdeadsheep.org X-Spam-Level: X-Spam-Status: No, hits=-3.3 required=5.0 tests=AWL,BAYES_00,COMBINED_FROM, FS_GAPPY_2,FS_GAPPY_3,SARE_SUB_MOBFU_2,SARE_SUB_MOBFU_3 autolearn=no version=2.63 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/apache2 Makefile ports/www/apache2/files patch-server:protocol.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 11:04:33 -0000 --Signature=_Tue__29_Jun_2004_13_04_22_+0200_oI3/bH6ZjkJoVQPN Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Tue, 29 Jun 2004 12:41:59 +0200 Oliver Eikemeier wrote: > Thanks. Keep up the good work And 5mn later, apache 2.0.50 was put on apache master server ;-) I'm waiting for announcement to commit the update... clem --Signature=_Tue__29_Jun_2004_13_04_22_+0200_oI3/bH6ZjkJoVQPN Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA4Uy2sRhfjwcjuh0RAvIsAJ4oqWEmr84dicE3jk05dNRFKKCCJwCgoqz1 hcJJzUJLiekznpoq3tMInd8= =eu07 -----END PGP SIGNATURE----- --Signature=_Tue__29_Jun_2004_13_04_22_+0200_oI3/bH6ZjkJoVQPN-- From owner-cvs-all@FreeBSD.ORG Tue Jun 29 11:43:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 904CE16A4CE; Tue, 29 Jun 2004 11:43:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7488B43D55; Tue, 29 Jun 2004 11:43:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TBhOGZ090027; Tue, 29 Jun 2004 11:43:24 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TBhO6u090026; Tue, 29 Jun 2004 11:43:24 GMT (envelope-from pav) Message-Id: <200406291143.i5TBhO6u090026@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 29 Jun 2004 11:43:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/flow-tools Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 11:43:27 -0000 pav 2004-06-29 11:43:24 UTC FreeBSD ports repository Modified files: net-mgmt/flow-tools Makefile Log: - Install man pages in post-install: instead of pre-install: This fixes installation to clean prefix, mtree was invoked after pre-install: target from port. Reported by: Martin Horcicka Revision Changes Path 1.13 +1 -1 ports/net-mgmt/flow-tools/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jun 29 12:13:19 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 12:18:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7B3216A4CE; Tue, 29 Jun 2004 12:18:23 +0000 (GMT) Received: from spqr.osg.gov.bc.ca (spqr.osg.gov.bc.ca [142.32.102.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9516D43D53; Tue, 29 Jun 2004 12:18:23 +0000 (GMT) (envelope-from Cy.Schubert@komquats.com) Received: from spqr.komquats.com (s0106002078125c0c.gv.shawcable.net [24.108.146.123]) by spqr.osg.gov.bc.ca (Postfix) with ESMTP id ADDE7A3159; Tue, 29 Jun 2004 05:18:22 -0700 (PDT) Received: from cwsys.cwsent.com (cwsys [10.1.1.1]) by spqr.komquats.com (Postfix) with ESMTP id BD5ED5A82E; Tue, 29 Jun 2004 05:18:21 -0700 (PDT) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.11/8.12.8) with ESMTP id i5TCIKqX028656; Tue, 29 Jun 2004 05:18:21 -0700 (PDT) (envelope-from Cy.Schubert@uumail.gov.bc.ca) Message-Id: <200406291218.i5TCIKqX028656@cwsys.cwsent.com> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: Oliver Eikemeier In-Reply-To: Message from Oliver Eikemeier Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 29 Jun 2004 05:18:20 -0700 Sender: Cy.Schubert@komquats.com cc: Tom Rhodes cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Cy Schubert Subject: Re: cvs commit: ports/security/krb5 Makefile distinfo ports/security/krb5/files patch-lib::krb5::os::an_to_ln.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Cy Schubert List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 12:18:23 -0000 In message , Oliver Eik emeier writes: > Cy Schubert wrote: > > > cy 2004-06-11 23:08:57 UTC > > > > FreeBSD ports repository > > > > Modified files: > > security/krb5 Makefile distinfo > > Removed files: > > security/krb5/files patch-lib::krb5::os::an_to_ln.c > > Log: > > Update KRB5 1.3.3 --> 1.3.4 > > Since this fixes a security vulnerability, would you please consider > adding an entry to the vulnerability database next time? I added one for > this one, you may want to review it for correctness: > > > html> OK and thanks. Cheers, -- Cy Schubert http://www.komquats.com/ BC Government . FreeBSD UNIX Cy.Schubert@osg.gov.bc.ca . cy@FreeBSD.org http://www.gov.bc.ca/ . http://www.FreeBSD.org/ "Lift long enough and I believe arrogance is replaced by humility and fear by courage and selfishness by generosity and rudeness by compassion and caring." -- Dave Draper From owner-cvs-all@FreeBSD.ORG Tue Jun 29 12:21:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E80416A4CE; Tue, 29 Jun 2004 12:21:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6224A43D1D; Tue, 29 Jun 2004 12:21:20 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TCLKsn090990; Tue, 29 Jun 2004 12:21:20 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TCLK36090989; Tue, 29 Jun 2004 12:21:20 GMT (envelope-from clement) Message-Id: <200406291221.i5TCLK36090989@repoman.freebsd.org> From: Clement Laforet Date: Tue, 29 Jun 2004 12:21:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/suphp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 12:21:20 -0000 clement 2004-06-29 12:21:20 UTC FreeBSD ports repository Modified files: www/suphp Makefile Log: - s/--enable-setid-mode/--with-setid-mode/ Reported by: Andries Filmer Revision Changes Path 1.14 +1 -1 ports/www/suphp/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jun 29 12:46:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B91B16A4CE; Tue, 29 Jun 2004 12:46:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F22043D46; Tue, 29 Jun 2004 12:46:55 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TCktYU091578; Tue, 29 Jun 2004 12:46:55 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TCksRm091577; Tue, 29 Jun 2004 12:46:54 GMT (envelope-from tobez) Message-Id: <200406291246.i5TCksRm091577@repoman.freebsd.org> From: Anton Berezin Date: Tue, 29 Jun 2004 12:46:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-Template-Toolkit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 12:46:55 -0000 tobez 2004-06-29 12:46:54 UTC FreeBSD ports repository Modified files: www/p5-Template-Toolkit Makefile Log: Nevermind portlint, respect PREFIX. Submitted by: parv@pair.com PR: 68468 Revision Changes Path 1.14 +1 -1 ports/www/p5-Template-Toolkit/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jun 29 12:58:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F9B416A4E0; Tue, 29 Jun 2004 12:58:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C2D843D41; Tue, 29 Jun 2004 12:58:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TCwnnR091888; Tue, 29 Jun 2004 12:58:49 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TCwnXQ091887; Tue, 29 Jun 2004 12:58:49 GMT (envelope-from pav) Message-Id: <200406291258.i5TCwnXQ091887@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 29 Jun 2004 12:58:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/wmnetload Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 12:58:56 -0000 pav 2004-06-29 12:58:49 UTC FreeBSD ports repository Modified files: net/wmnetload Makefile Log: - libdockapp is really a LIB_DEPENDS Submitted by: Martin Horcicka Revision Changes Path 1.2 +2 -1 ports/net/wmnetload/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jun 29 13:13:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85F9116A4CE; Tue, 29 Jun 2004 13:13:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80E2243D54; Tue, 29 Jun 2004 13:13:28 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TDDSkD092359; Tue, 29 Jun 2004 13:13:28 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TDDSja092358; Tue, 29 Jun 2004 13:13:28 GMT (envelope-from perky) Message-Id: <200406291313.i5TDDSja092358@repoman.freebsd.org> From: Hye-Shik Chang Date: Tue, 29 Jun 2004 13:13:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mod_scgi Makefile distinfo pkg-message pkg-plist ports/www/mod_scgi/files patch-apache2-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 13:13:28 -0000 perky 2004-06-29 13:13:28 UTC FreeBSD ports repository Modified files: www/mod_scgi Makefile distinfo pkg-plist Added files: www/mod_scgi pkg-message www/mod_scgi/files patch-apache2-Makefile Log: - Update to 1.2a1 (port version 1.2.a1) - Assign maintainership to submitter. PR: 68353 Submitted by: Dryice Liu Revision Changes Path 1.5 +20 -8 ports/www/mod_scgi/Makefile 1.3 +2 -2 ports/www/mod_scgi/distinfo 1.1 +11 -0 ports/www/mod_scgi/files/patch-apache2-Makefile (new) 1.1 +3 -0 ports/www/mod_scgi/pkg-message (new) 1.2 +1 -1 ports/www/mod_scgi/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jun 29 13:18:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07A7316A4CE; Tue, 29 Jun 2004 13:18:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFF3343D53; Tue, 29 Jun 2004 13:18:17 +0000 (GMT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TDIHIh092518; Tue, 29 Jun 2004 13:18:17 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TDIHhw092517; Tue, 29 Jun 2004 13:18:17 GMT (envelope-from knu) Message-Id: <200406291318.i5TDIHhw092517@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 29 Jun 2004 13:18:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/ruby-odbc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 13:18:18 -0000 knu 2004-06-29 13:18:17 UTC FreeBSD ports repository Modified files: databases/ruby-odbc Makefile distinfo Log: Update to 0.993. Revision Changes Path 1.23 +1 -1 ports/databases/ruby-odbc/Makefile 1.20 +2 -2 ports/databases/ruby-odbc/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jun 29 13:18:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27C2116A4CE; Tue, 29 Jun 2004 13:18:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BE8643D49; Tue, 29 Jun 2004 13:18:45 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TDIi3u092552; Tue, 29 Jun 2004 13:18:44 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TDIiDk092551; Tue, 29 Jun 2004 13:18:44 GMT (envelope-from perky) Message-Id: <200406291318.i5TDIiDk092551@repoman.freebsd.org> From: Hye-Shik Chang Date: Tue, 29 Jun 2004 13:18:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/py-scgi Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 13:18:45 -0000 perky 2004-06-29 13:18:44 UTC FreeBSD ports repository Modified files: www/py-scgi Makefile distinfo pkg-plist Log: - Update to 1.2a2 (port version 1.2.a2) - Assign maintainership to submitter PR: 68354 Submitted by: Dryice Liu Revision Changes Path 1.4 +3 -4 ports/www/py-scgi/Makefile 1.3 +2 -2 ports/www/py-scgi/distinfo 1.2 +1 -1 ports/www/py-scgi/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jun 29 13:33:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ADA216A4CE; Tue, 29 Jun 2004 13:33:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F415C43D49; Tue, 29 Jun 2004 13:33:42 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TDXfKm092937; Tue, 29 Jun 2004 13:33:41 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TDXfEc092936; Tue, 29 Jun 2004 13:33:41 GMT (envelope-from krion) Message-Id: <200406291333.i5TDXfEc092936@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 29 Jun 2004 13:33:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/esmtp Makefile ports/mail/esmtp/files patch-smtp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 13:33:43 -0000 krion 2004-06-29 13:33:41 UTC FreeBSD ports repository Modified files: mail/esmtp Makefile Added files: mail/esmtp/files patch-smtp.c Log: Add patch which disables annoying log warnings when only auth is used. Submitted by: Bohdan Horst Revision Changes Path 1.7 +1 -1 ports/mail/esmtp/Makefile 1.1 +33 -0 ports/mail/esmtp/files/patch-smtp.c (new) From owner-cvs-all@FreeBSD.ORG Tue Jun 29 14:02:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6C8116A4CE; Tue, 29 Jun 2004 14:02:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B01243D4C; Tue, 29 Jun 2004 14:02:33 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TE2XGQ093739; Tue, 29 Jun 2004 14:02:33 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TE2XPV093738; Tue, 29 Jun 2004 14:02:33 GMT (envelope-from krion) Message-Id: <200406291402.i5TE2XPV093738@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 29 Jun 2004 14:02:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mutt-devel/files patch-date-conditional X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 14:02:33 -0000 krion 2004-06-29 14:02:33 UTC FreeBSD ports repository Modified files: mail/mutt-devel/files patch-date-conditional Log: Fix the timezone handling of the "conditional date"-patch PR: ports/68477 Submitted by: maintainer Revision Changes Path 1.2 +5 -4 ports/mail/mutt-devel/files/patch-date-conditional From owner-cvs-all@FreeBSD.ORG Tue Jun 29 14:03:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C078916A4CE; Tue, 29 Jun 2004 14:03:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4F8343D46; Tue, 29 Jun 2004 14:03:57 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TE3vuv093807; Tue, 29 Jun 2004 14:03:57 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TE3vCI093806; Tue, 29 Jun 2004 14:03:57 GMT (envelope-from nork) Message-Id: <200406291403.i5TE3vCI093806@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 29 Jun 2004 14:03:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/jvim3 Makefileports/japanese/jvim3/files patch-src::unix.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 14:03:57 -0000 nork 2004-06-29 14:03:57 UTC FreeBSD ports repository Modified files: japanese/jvim3 Makefile Added files: japanese/jvim3/files patch-src::unix.c Log: Use termios rather than sgtty. Approved by: taoka (blanket) Tested on the box from: AMD Developper Program Revision Changes Path 1.30 +1 -0 ports/japanese/jvim3/Makefile 1.1 +30 -0 ports/japanese/jvim3/files/patch-src::unix.c (new) From owner-cvs-all@FreeBSD.ORG Tue Jun 29 14:14:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41F9416A4CF; Tue, 29 Jun 2004 14:14:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 259AA43D55; Tue, 29 Jun 2004 14:14:02 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TEE24Z094121; Tue, 29 Jun 2004 14:14:02 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TEE2Ok094120; Tue, 29 Jun 2004 14:14:02 GMT (envelope-from vs) Message-Id: <200406291414.i5TEE2Ok094120@repoman.freebsd.org> From: Volker Stolz Date: Tue, 29 Jun 2004 14:14:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/qmrtg Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 14:14:02 -0000 vs 2004-06-29 14:14:02 UTC FreeBSD ports repository Modified files: mail/qmrtg Makefile distinfo Log: Update to 0.5.7: - correct an error when parsing long log entries, causing wrong reports PR: ports/68462 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/mail/qmrtg/Makefile 1.2 +2 -2 ports/mail/qmrtg/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jun 29 14:32:06 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 15:15:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C8D116A4CE; Tue, 29 Jun 2004 15:15:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72BE443D46; Tue, 29 Jun 2004 15:15:00 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TFF0AM095701; Tue, 29 Jun 2004 15:15:00 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TFF0YJ095700; Tue, 29 Jun 2004 15:15:00 GMT (envelope-from arved) Message-Id: <200406291515.i5TFF0YJ095700@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 29 Jun 2004 15:15:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/science/ruby-gphys Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 15:15:00 -0000 arved 2004-06-29 15:15:00 UTC FreeBSD ports repository Modified files: science/ruby-gphys Makefile Log: Depend on ruby-fftw3 PR: 68466 Submitted by: Shin'ya Murakami Revision Changes Path 1.5 +2 -0 ports/science/ruby-gphys/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jun 29 15:25:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1784516A4CE; Tue, 29 Jun 2004 15:25:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0B9743D1D; Tue, 29 Jun 2004 15:25:20 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TFPDpV095980; Tue, 29 Jun 2004 15:25:13 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TFPDU8095979; Tue, 29 Jun 2004 15:25:13 GMT (envelope-from arved) Message-Id: <200406291525.i5TFPDU8095979@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 29 Jun 2004 15:25:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/abcmidi Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 15:25:21 -0000 arved 2004-06-29 15:25:13 UTC FreeBSD ports repository Modified files: audio/abcmidi Makefile distinfo Log: Update to 2004.06.26 PR: 68444 Submitted by: Brian Candler Revision Changes Path 1.15 +1 -1 ports/audio/abcmidi/Makefile 1.11 +2 -2 ports/audio/abcmidi/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jun 29 15:27:40 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 15:28:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3174616A4CF; Tue, 29 Jun 2004 15:28:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16DEA43D1D; Tue, 29 Jun 2004 15:28:30 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TFSSDF096112; Tue, 29 Jun 2004 15:28:28 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TFSSrk096111; Tue, 29 Jun 2004 15:28:28 GMT (envelope-from adamw) Message-Id: <200406291528.i5TFSSrk096111@repoman.freebsd.org> From: Adam Weinberger Date: Tue, 29 Jun 2004 15:28:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/drweb-postfix Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 15:28:30 -0000 adamw 2004-06-29 15:28:28 UTC FreeBSD ports repository Modified files: security/drweb-postfix Makefile Log: Correct the location of the port providing the drwebd binary. Should fix INDEX builds. Revision Changes Path 1.8 +1 -1 ports/security/drweb-postfix/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jun 29 15:41:06 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 15:46:13 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 15:52:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEE5316A4CE; Tue, 29 Jun 2004 15:52:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF20143D2D; Tue, 29 Jun 2004 15:52:50 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TFqobu096955; Tue, 29 Jun 2004 15:52:50 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TFqoKV096954; Tue, 29 Jun 2004 15:52:50 GMT (envelope-from kensmith) Message-Id: <200406291552.i5TFqoKV096954@repoman.freebsd.org> From: Ken Smith Date: Tue, 29 Jun 2004 15:52:50 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releng index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 15:52:51 -0000 kensmith 2004-06-29 15:52:50 UTC FreeBSD doc repository Modified files: en/releng index.sgml Log: Get the URL right. The server only accepts FTP connects, not HTTP... Probably deserves pointy hat: kensmith Revision Changes Path 1.109 +3 -3 www/en/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Tue Jun 29 15:57:10 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 16:11:06 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 16:13:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 480F216A4CE; Tue, 29 Jun 2004 16:13:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A8DB43D1D; Tue, 29 Jun 2004 16:13:13 +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 i5TGDBsb098073; Tue, 29 Jun 2004 16:13:11 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TGDBPV098072; Tue, 29 Jun 2004 16:13:11 GMT (envelope-from netchild) Message-Id: <200406291613.i5TGDBPV098072@repoman.freebsd.org> From: Alexander Leidinger Date: Tue, 29 Jun 2004 16:13:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/icc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 16:13:13 -0000 netchild 2004-06-29 16:13:11 UTC FreeBSD ports repository Modified files: lang/icc Makefile distinfo Log: Update to 8.0.066p069.1. Revision Changes Path 1.71 +1 -1 ports/lang/icc/Makefile 1.36 +2 -2 ports/lang/icc/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jun 29 16:14:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C71FB16A4CE; Tue, 29 Jun 2004 16:14:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9A7C43D46; Tue, 29 Jun 2004 16:14:58 +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 i5TGEiaH098145; Tue, 29 Jun 2004 16:14:44 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TGEiNj098144; Tue, 29 Jun 2004 16:14:44 GMT (envelope-from netchild) Message-Id: <200406291614.i5TGEiNj098144@repoman.freebsd.org> From: Alexander Leidinger Date: Tue, 29 Jun 2004 16:14:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sylpheed-claws Makefile distinfo pkg-plist ports/mail/sylpheed-claws/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 16:14:58 -0000 netchild 2004-06-29 16:14:44 UTC FreeBSD ports repository Modified files: mail/sylpheed-claws Makefile distinfo pkg-plist mail/sylpheed-claws/files patch-configure Log: - Update to 0.9.12. - Install GNOME desktop files if appropriate. Revision Changes Path 1.53 +9 -2 ports/mail/sylpheed-claws/Makefile 1.23 +2 -2 ports/mail/sylpheed-claws/distinfo 1.15 +4 -22 ports/mail/sylpheed-claws/files/patch-configure 1.24 +3 -0 ports/mail/sylpheed-claws/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jun 29 16:29:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 431CF16A4CE; Tue, 29 Jun 2004 16:29:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2694343D39; Tue, 29 Jun 2004 16:29:58 +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 i5TGTaYU098530; Tue, 29 Jun 2004 16:29:36 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TGTabN098529; Tue, 29 Jun 2004 16:29:36 GMT (envelope-from green) Message-Id: <200406291629.i5TGTabN098529@repoman.freebsd.org> From: Brian Feldman Date: Tue, 29 Jun 2004 16:29:36 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 16:29:58 -0000 green 2004-06-29 16:29:36 UTC FreeBSD doc repository (src,ports committer) Modified files: en/donations wantlist.sgml Log: Express desire for a USB serial dongle. Revision Changes Path 1.199 +8 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Tue Jun 29 17:24:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6D7D16A4CE; Tue, 29 Jun 2004 17:24:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA24743D48; Tue, 29 Jun 2004 17:24:30 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5THOFcV000312; Tue, 29 Jun 2004 17:24:15 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5THOFQq000311; Tue, 29 Jun 2004 17:24:15 GMT (envelope-from vs) Message-Id: <200406291724.i5THOFQq000311@repoman.freebsd.org> From: Volker Stolz Date: Tue, 29 Jun 2004 17:24:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/dbmail Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 17:24:31 -0000 vs 2004-06-29 17:24:15 UTC FreeBSD ports repository Modified files: mail/dbmail Makefile pkg-plist Log: Minor cleanup: - added file EXTRAS (referenced from other documents) - removed script install-dbmail.sh PR: ports/68473 Submitted by: Radim Kolar Revision Changes Path 1.14 +2 -1 ports/mail/dbmail/Makefile 1.5 +1 -2 ports/mail/dbmail/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jun 29 17:25:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7605916A4CF; Tue, 29 Jun 2004 17:25:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69E1543D53; Tue, 29 Jun 2004 17:25:52 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5THPaoa000445; Tue, 29 Jun 2004 17:25:36 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5THPatJ000444; Tue, 29 Jun 2004 17:25:36 GMT (envelope-from vs) Message-Id: <200406291725.i5THPatJ000444@repoman.freebsd.org> From: Volker Stolz Date: Tue, 29 Jun 2004 17:25:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/clip Makefile distinfo pkg-message pkg-plist ports/databases/clip/files patch-clip::configure patch-cliplibs::clip-gtk::configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 17:25:52 -0000 vs 2004-06-29 17:25:36 UTC FreeBSD ports repository Modified files: databases/clip Makefile distinfo pkg-message pkg-plist databases/clip/files patch-clip::configure patch-cliplibs::clip-gtk::configure Removed files: databases/clip/files patch-cliplibs::clip-gd::gd::gdcache.h Log: - Update to 1.1.10 including patch-set - Test for/suggest CLIPROOT - Don't package empty directories Revision Changes Path 1.27 +30 -6 ports/databases/clip/Makefile 1.7 +4 -2 ports/databases/clip/distinfo 1.2 +7 -7 ports/databases/clip/files/patch-clip::configure 1.2 +0 -11 ports/databases/clip/files/patch-cliplibs::clip-gd::gd::gdcache.h (dead) 1.3 +12 -12 ports/databases/clip/files/patch-cliplibs::clip-gtk::configure 1.2 +1 -0 ports/databases/clip/pkg-message 1.8 +52 -10 ports/databases/clip/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jun 29 17:39:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED00516A4CE; Tue, 29 Jun 2004 17:39:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D02D643D1D; Tue, 29 Jun 2004 17:39:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5THdBGY000801; Tue, 29 Jun 2004 17:39:11 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5THdBPL000800; Tue, 29 Jun 2004 17:39:11 GMT (envelope-from pav) Message-Id: <200406291739.i5THdBPL000800@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 29 Jun 2004 17:39:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/xsmbrowser Makefile distinfo ports/net/xsmbrowser/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 17:39:13 -0000 pav 2004-06-29 17:39:11 UTC FreeBSD ports repository Modified files: net/xsmbrowser Makefile distinfo net/xsmbrowser/files patch-aa Log: - Update to 3.4.0 PR: ports/67869 Submitted by: Stefan Walter Approved by: maintainer timeout (14 days) Revision Changes Path 1.9 +1 -2 ports/net/xsmbrowser/Makefile 1.4 +2 -2 ports/net/xsmbrowser/distinfo 1.3 +68 -86 ports/net/xsmbrowser/files/patch-aa From owner-cvs-all@FreeBSD.ORG Tue Jun 29 17:42:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60C3516A4CE; Tue, 29 Jun 2004 17:42:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 436A143D1F; Tue, 29 Jun 2004 17:42:31 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5THgTws000939; Tue, 29 Jun 2004 17:42:29 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5THgTt6000938; Tue, 29 Jun 2004 17:42:29 GMT (envelope-from wilko) Message-Id: <200406291742.i5THgTt6000938@repoman.freebsd.org> From: Wilko Bulte Date: Tue, 29 Jun 2004 17:42:29 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 17:42:31 -0000 wilko 2004-06-29 17:42:29 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: philip will get my Fore ATM card Revision Changes Path 1.166 +8 -1 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Tue Jun 29 17:49:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C889B16A4E8; Tue, 29 Jun 2004 17:49:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A945543D2F; Tue, 29 Jun 2004 17:49:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5THmXe3001105; Tue, 29 Jun 2004 17:48:33 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5THmXct001104; Tue, 29 Jun 2004 17:48:33 GMT (envelope-from pav) Message-Id: <200406291748.i5THmXct001104@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 29 Jun 2004 17:48:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/milter-greylist Makefile distinfo ports/mail/milter-greylist/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 17:49:35 -0000 pav 2004-06-29 17:48:33 UTC FreeBSD ports repository Modified files: mail/milter-greylist Makefile distinfo mail/milter-greylist/files patch-Makefile.in Log: - Update to 1.5.3 PR: ports/68427 Submitted by: Cyril Guibourg (maintainer) Revision Changes Path 1.6 +8 -4 ports/mail/milter-greylist/Makefile 1.4 +2 -2 ports/mail/milter-greylist/distinfo 1.4 +2 -27 ports/mail/milter-greylist/files/patch-Makefile.in From owner-cvs-all@FreeBSD.ORG Tue Jun 29 18:01:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C42D16A4CE; Tue, 29 Jun 2004 18:01:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0044F43D1F; Tue, 29 Jun 2004 18:01: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 i5TI0w2l001485; Tue, 29 Jun 2004 18:00:58 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TI0w8I001484; Tue, 29 Jun 2004 18:00:58 GMT (envelope-from hrs) Message-Id: <200406291800.i5TI0w8I001484@repoman.freebsd.org> From: Hiroki Sato Date: Tue, 29 Jun 2004 18:00:58 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/share/sgml advisories.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 18:01:22 -0000 hrs 2004-06-29 18:00:58 UTC FreeBSD doc repository Modified files: share/sgml advisories.xml Log: Add FreeBSD 4.10-RELEASE. Revision Changes Path 1.165 +9 -1 www/share/sgml/advisories.xml From owner-cvs-all@FreeBSD.ORG Tue Jun 29 18:06:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 008F016A4CE; Tue, 29 Jun 2004 18:06:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6CE443D2D; Tue, 29 Jun 2004 18:06:38 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TI6bHb001683; Tue, 29 Jun 2004 18:06:37 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TI6beZ001682; Tue, 29 Jun 2004 18:06:37 GMT (envelope-from erwin) Message-Id: <200406291806.i5TI6beZ001682@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 29 Jun 2004 18:06:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/p5-File-Scan Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 18:06:39 -0000 erwin 2004-06-29 18:06:37 UTC FreeBSD ports repository Modified files: security/p5-File-Scan Makefile distinfo Log: Update to 1.19 PR: 68481 Submitted by: maintainer Revision Changes Path 1.50 +1 -1 ports/security/p5-File-Scan/Makefile 1.47 +2 -2 ports/security/p5-File-Scan/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jun 29 18:30:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 966EE16A4CE; Tue, 29 Jun 2004 18:30:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79F9943D39; Tue, 29 Jun 2004 18:30:12 +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 i5TIUCNZ002246; Tue, 29 Jun 2004 18:30:12 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TIUCDl002245; Tue, 29 Jun 2004 18:30:12 GMT (envelope-from cperciva) Message-Id: <200406291830.i5TIUCDl002245@repoman.freebsd.org> From: Colin Percival Date: Tue, 29 Jun 2004 18:30:12 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en navigation.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 18:30:12 -0000 cperciva 2004-06-29 18:30:12 UTC FreeBSD doc repository (src committer) Modified files: en navigation.xml Log: Replace "List of needs" by "Donations Wantlist", to reflect the actual nature of the page being linked to. Suggested by: mwlucas Revision Changes Path 1.5 +2 -2 www/en/navigation.xml From owner-cvs-all@FreeBSD.ORG Tue Jun 29 18:52:20 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 18:52:20 -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-all@FreeBSD.ORG Tue Jun 29 18:54:47 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 18:56:15 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 18:57:04 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 18:57:18 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 18:59:05 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 18:59:31 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 19:01:04 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 19:02:27 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 19:04:10 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 19:05:33 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 19:07:02 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 20:05:46 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 20:16:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D94816A4CE; Tue, 29 Jun 2004 20:16:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FFFC43D1D; Tue, 29 Jun 2004 20:16:59 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TKGb99006191; Tue, 29 Jun 2004 20:16:37 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TKGbBs006190; Tue, 29 Jun 2004 20:16:37 GMT (envelope-from glewis) Message-Id: <200406292016.i5TKGbBs006190@repoman.freebsd.org> From: Greg Lewis Date: Tue, 29 Jun 2004 20:16:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.java.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 20:16:59 -0000 glewis 2004-06-29 20:16:37 UTC FreeBSD ports repository Modified files: Mk bsd.java.mk Log: . Add appropriate definitions for JAVASHAREDIR and JAVAJARDIR to PLIST_SUB. . Define java utility variables such as JAVA, JAVAC, JAVAH, APPLETVIEWER, etc. conditionally (?=) rather than explicitly (=). This is in line with both bsd.port.mk and the earlier version of bsd.java.mk. Reviewed by: Herve Quiroz Revision Changes Path 1.47 +21 -17 ports/Mk/bsd.java.mk From owner-cvs-all@FreeBSD.ORG Tue Jun 29 20:22:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55C3616A4CE; Tue, 29 Jun 2004 20:22:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3959E43D2D; Tue, 29 Jun 2004 20:22:18 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TKMIDw006342; Tue, 29 Jun 2004 20:22:18 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TKMIRs006341; Tue, 29 Jun 2004 20:22:18 GMT (envelope-from marcus) Message-Id: <200406292022.i5TKMIRs006341@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 29 Jun 2004 20:22:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/firefox Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 20:22:18 -0000 marcus 2004-06-29 20:22:18 UTC FreeBSD ports repository Modified files: www/firefox Makefile distinfo Log: Update to 0.9.1. Revision Changes Path 1.89 +1 -2 ports/www/firefox/Makefile 1.13 +2 -2 ports/www/firefox/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jun 29 20:25:43 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 20:38:44 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 20:41:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4662516A4CE; Tue, 29 Jun 2004 20:41:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2304C43D41; Tue, 29 Jun 2004 20:41:23 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TKfNqG006998; Tue, 29 Jun 2004 20:41:23 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TKfN0n006997; Tue, 29 Jun 2004 20:41:23 GMT (envelope-from krion) Message-Id: <200406292041.i5TKfN0n006997@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 29 Jun 2004 20:41:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/prtunnel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 20:41:23 -0000 krion 2004-06-29 20:41:22 UTC FreeBSD ports repository Modified files: net/prtunnel Makefile distinfo Log: Update to version 0.2.4 Revision Changes Path 1.11 +1 -1 ports/net/prtunnel/Makefile 1.8 +2 -2 ports/net/prtunnel/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jun 29 20:47:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F12A816A4CE; Tue, 29 Jun 2004 20:47:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB3B243D2F; Tue, 29 Jun 2004 20:47:31 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TKlVxM007183; Tue, 29 Jun 2004 20:47:31 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TKlV0A007182; Tue, 29 Jun 2004 20:47:31 GMT (envelope-from lth) Message-Id: <200406292047.i5TKlV0A007182@repoman.freebsd.org> From: Lars Thegler Date: Tue, 29 Jun 2004 20:47:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/daapd Makefile distinfo pkg-message pkg-plist ports/audio/daapd/files daapd.sh patch-README patch-daapd-example.conf patch-daapd.8 patch-daapd.cc patch-makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 20:47:32 -0000 lth 2004-06-29 20:47:31 UTC FreeBSD ports repository Modified files: audio/daapd Makefile distinfo pkg-message pkg-plist audio/daapd/files daapd.sh patch-makefile Added files: audio/daapd/files patch-README patch-daapd-example.conf patch-daapd.8 patch-daapd.cc Log: - Update to 0.2.2c - Use rc.subr, cache file and OPTIONS Approved by: erwin (implicit) Revision Changes Path 1.6 +26 -5 ports/audio/daapd/Makefile 1.4 +2 -2 ports/audio/daapd/distinfo 1.3 +39 -25 ports/audio/daapd/files/daapd.sh 1.1 +11 -0 ports/audio/daapd/files/patch-README (new) 1.1 +15 -0 ports/audio/daapd/files/patch-daapd-example.conf (new) 1.1 +11 -0 ports/audio/daapd/files/patch-daapd.8 (new) 1.1 +22 -0 ports/audio/daapd/files/patch-daapd.cc (new) 1.3 +67 -8 ports/audio/daapd/files/patch-makefile 1.2 +11 -1 ports/audio/daapd/pkg-message 1.4 +2 -2 ports/audio/daapd/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jun 29 20:50:24 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 21:00:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E47A16A4CE; Tue, 29 Jun 2004 21:00:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7216A43D54; Tue, 29 Jun 2004 21:00:04 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TKxvGx007579; Tue, 29 Jun 2004 20:59:57 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TKxvRC007578; Tue, 29 Jun 2004 20:59:57 GMT (envelope-from lth) Message-Id: <200406292059.i5TKxvRC007578@repoman.freebsd.org> From: Lars Thegler Date: Tue, 29 Jun 2004 20:59:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 21:00:04 -0000 lth 2004-06-29 20:59:57 UTC FreeBSD ports repository Modified files: . UPDATING Log: - Add note about net/daapd now using rc.subr. Approved by: erwin (implicit) Revision Changes Path 1.36 +7 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Tue Jun 29 21:13:25 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 21:20:38 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 21:28:29 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 22:47:55 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Tue Jun 29 23:25:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D108E16A4CE; Tue, 29 Jun 2004 23:25:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA44E43D45; Tue, 29 Jun 2004 23:25:08 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TNOfHp011374; Tue, 29 Jun 2004 23:24:41 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TNOfNZ011373; Tue, 29 Jun 2004 23:24:41 GMT (envelope-from mbr) Message-Id: <200406292324.i5TNOfNZ011373@repoman.freebsd.org> From: Martin Blapp Date: Tue, 29 Jun 2004 23:24:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mimedefang/files patch-embperl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 23:25:09 -0000 mbr 2004-06-29 23:24:41 UTC FreeBSD ports repository Added files: mail/mimedefang/files patch-embperl.c Log: Plug a big memleak in the mimedefang embedded perl mode. The fix seems to be FreeBSD specific, other platforms (linux,solaris) have other problems (stability). The global variable "PL_perl_destruct_level" needs to be set to "1" before the destructor perl_destruct() is called, not afterwards. It is not clear why this has to be done, since "PL_perl_destruct_level" should be defined static. Without this fix "PL_perl_destruct_level" is always "0" when the destructor gets called. This fix has an effect only if "MX_EMBED_PERL=yes" is set in the startup- script which is needed to run mimedefang in the embedded perl mode. You should use perl 5.8.4 too to have it working properly. The fix has been committed to mimedefang 2.44-BETA-1. Reviewed by: David F. Skoll Not reviewed by: Maintainer (no reply) Revision Changes Path 1.1 +20 -0 ports/mail/mimedefang/files/patch-embperl.c (new) From owner-cvs-all@FreeBSD.ORG Tue Jun 29 23:31:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD92016A4D0; Tue, 29 Jun 2004 23:31:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A96643D41; Tue, 29 Jun 2004 23:31:43 +0000 (GMT) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TNVFC2011621; Tue, 29 Jun 2004 23:31:15 GMT (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TNVFMY011619; Tue, 29 Jun 2004 23:31:15 GMT (envelope-from seanc) Message-Id: <200406292331.i5TNVFMY011619@repoman.freebsd.org> From: Sean Chittenden Date: Tue, 29 Jun 2004 23:31:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/qt-pgsql-plugin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 23:31:44 -0000 seanc 2004-06-29 23:31:15 UTC FreeBSD ports repository Modified files: databases/qt-pgsql-plugin Makefile Log: Make databases/qt-pgsql-plugin POSTGRESQL_PORT aware. Approved by: kde@ Revision Changes Path 1.6 +3 -1 ports/databases/qt-pgsql-plugin/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jun 29 23:37:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C08FB16A4CE; Tue, 29 Jun 2004 23:37:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A323E43D39; Tue, 29 Jun 2004 23:37:37 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5TNbOxh011859; Tue, 29 Jun 2004 23:37:24 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5TNbOHd011858; Tue, 29 Jun 2004 23:37:24 GMT (envelope-from mbr) Message-Id: <200406292337.i5TNbOHd011858@repoman.freebsd.org> From: Martin Blapp Date: Tue, 29 Jun 2004 23:37:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mimedefang Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 23:37:37 -0000 mbr 2004-06-29 23:37:24 UTC FreeBSD ports repository Modified files: mail/mimedefang Makefile Log: Bump portrevision after memleak fix. Revision Changes Path 1.35 +1 -1 ports/mail/mimedefang/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jun 29 23:40:38 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 00:02:14 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 00:02:14 -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-all@FreeBSD.ORG Wed Jun 30 00:19:31 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 00:48:02 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 01:01:27 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 01:14:51 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 01:17:28 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 01:35:22 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 01:44:25 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 01:50:22 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 02:13:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD01816A4CE; Wed, 30 Jun 2004 02:13:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E83643D3F; Wed, 30 Jun 2004 02:13:44 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U2DFQS016193; Wed, 30 Jun 2004 02:13:15 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U2DFnI016192; Wed, 30 Jun 2004 02:13:15 GMT (envelope-from marcus) Message-Id: <200406300213.i5U2DFnI016192@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 30 Jun 2004 02:13:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/libgnomeprint pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 02:13:44 -0000 marcus 2004-06-30 02:13:15 UTC FreeBSD ports repository Modified files: print/libgnomeprint pkg-plist Log: Remove a redundant entry from the plist. Revision Changes Path 1.46 +0 -1 ports/print/libgnomeprint/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jun 30 02:15:49 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 02:29:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4849F16A4CE; Wed, 30 Jun 2004 02:29:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2826C43D2F; Wed, 30 Jun 2004 02:29:41 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U2TPc6016669; Wed, 30 Jun 2004 02:29:25 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U2TPQE016668; Wed, 30 Jun 2004 02:29:25 GMT (envelope-from ijliao) Message-Id: <200406300229.i5U2TPQE016668@repoman.freebsd.org> From: Ying-Chieh Liao Date: Wed, 30 Jun 2004 02:29:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/xmlstarlet Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 02:29:41 -0000 ijliao 2004-06-30 02:29:25 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/xmlstarlet Makefile distinfo pkg-descr Log: add xmlstarlet 0.9.1 Command Line XML Toolkit Revision Changes Path 1.700 +1 -0 ports/textproc/Makefile 1.1 +34 -0 ports/textproc/xmlstarlet/Makefile (new) 1.1 +2 -0 ports/textproc/xmlstarlet/distinfo (new) 1.1 +10 -0 ports/textproc/xmlstarlet/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Jun 30 02:29:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46B3016A4F1; Wed, 30 Jun 2004 02:29:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26A6543D2F; Wed, 30 Jun 2004 02:29:47 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U2TZgJ016715; Wed, 30 Jun 2004 02:29:35 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U2TZsh016714; Wed, 30 Jun 2004 02:29:35 GMT (envelope-from ijliao) Message-Id: <200406300229.i5U2TZsh016714@repoman.freebsd.org> From: Ying-Chieh Liao Date: Wed, 30 Jun 2004 02:29:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 02:29:47 -0000 ijliao 2004-06-30 02:29:35 UTC FreeBSD ports repository Modified files: . modules Log: xmlstarlet --> ports/textproc/xmlstarlet Revision Changes Path 1.10435 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jun 30 02:46:34 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 02:56:27 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 03:03:11 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 03:04:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDB4516A4CE; Wed, 30 Jun 2004 03:04:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2CDA43D31; Wed, 30 Jun 2004 03:04:41 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U34Og1018084; Wed, 30 Jun 2004 03:04:24 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U34O60018083; Wed, 30 Jun 2004 03:04:24 GMT (envelope-from linimon) Message-Id: <200406300304.i5U34O60018083@repoman.freebsd.org> From: Mark Linimon Date: Wed, 30 Jun 2004 03:04:24 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 03:04:42 -0000 linimon 2004-06-30 03:04:24 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Beging to rework the section on dependencies Makevars, especially with respect to WITH_*/WITHOUT_*. Although this patch is incomplete, it is better than what is there. Note: I've removed some of the GNOME text because AFAICT it is just completely wrong now. PR: docs/67707 No reaction from: freebsd-doc, portmgr Revision Changes Path 1.450 +156 -37 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Wed Jun 30 03:06:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C958A16A4CE; Wed, 30 Jun 2004 03:06:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA4FA43D41; Wed, 30 Jun 2004 03:06:01 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U35mm7018230; Wed, 30 Jun 2004 03:05:48 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U35mUi018229; Wed, 30 Jun 2004 03:05:48 GMT (envelope-from markus) Message-Id: <200406300305.i5U35mUi018229@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 30 Jun 2004 03:05:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/krename Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 03:06:02 -0000 markus 2004-06-30 03:05:48 UTC FreeBSD ports repository Modified files: sysutils/krename Makefile distinfo pkg-plist Log: - Update to version 3.0.0 - Use MASTER_SITE_SOURCEFORGE_EXTENDED - Fix whitespace - Remove PTHREAD_LIBS hack Revision Changes Path 1.17 +4 -6 ports/sysutils/krename/Makefile 1.8 +2 -2 ports/sysutils/krename/distinfo 1.5 +37 -18 ports/sysutils/krename/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jun 30 03:20:24 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 03:23:51 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 03:44:05 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 03:46:56 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 03:48:23 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 03:51:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5310816A4CE; Wed, 30 Jun 2004 03:51:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AE2343D53; Wed, 30 Jun 2004 03:51:54 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U3pmxM019639; Wed, 30 Jun 2004 03:51:48 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U3pmJs019638; Wed, 30 Jun 2004 03:51:48 GMT (envelope-from vanilla) Message-Id: <200406300351.i5U3pmJs019638@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 30 Jun 2004 03:51:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases Makefile ports/databases/postgis-jdbc Makefile distinfo pkg-descr pkg-plist ports/databases/postgis-jdbc/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 03:51:54 -0000 vanilla 2004-06-30 03:51:48 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/postgis-jdbc Makefile distinfo pkg-descr pkg-plist databases/postgis-jdbc/files patch-Makefile Log: Add postgis-jdbc 0.8.2, postGIS spatial data structures for JDBC. PR: ports/68322 Submitted by: Sam Lawrance Revision Changes Path 1.348 +1 -0 ports/databases/Makefile 1.1 +28 -0 ports/databases/postgis-jdbc/Makefile (new) 1.1 +2 -0 ports/databases/postgis-jdbc/distinfo (new) 1.1 +51 -0 ports/databases/postgis-jdbc/files/patch-Makefile (new) 1.1 +4 -0 ports/databases/postgis-jdbc/pkg-descr (new) 1.1 +4 -0 ports/databases/postgis-jdbc/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jun 30 03:54:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D63116A4CE; Wed, 30 Jun 2004 03:54:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F34843D2F; Wed, 30 Jun 2004 03:54:08 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U3rvFh019707; Wed, 30 Jun 2004 03:53:57 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U3rvIT019706; Wed, 30 Jun 2004 03:53:57 GMT (envelope-from vanilla) Message-Id: <200406300353.i5U3rvIT019706@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 30 Jun 2004 03:53:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 03:54:08 -0000 vanilla 2004-06-30 03:53:57 UTC FreeBSD ports repository Modified files: . modules Log: Add databases/slony1 & databases/postgis-jdbc. Revision Changes Path 1.10436 +2 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jun 30 04:19:40 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 04:40:49 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 04:42:43 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 04:45:54 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 04:47:46 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 04:50:06 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 04:53:25 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 04:54:25 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 04:54:49 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 04:54:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4EB916A4D2; Wed, 30 Jun 2004 04:54:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9372C43D5A; Wed, 30 Jun 2004 04:54:54 +0000 (GMT) (envelope-from dannyboy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U4sgVT021687; Wed, 30 Jun 2004 04:54:42 GMT (envelope-from dannyboy@repoman.freebsd.org) Received: (from dannyboy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U4sfSC021686; Wed, 30 Jun 2004 04:54:42 GMT (envelope-from dannyboy) Message-Id: <200406300454.i5U4sfSC021686@repoman.freebsd.org> From: Daniel Harris Date: Wed, 30 Jun 2004 04:54:41 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mac chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 04:54:54 -0000 dannyboy 2004-06-30 04:54:41 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mac chapter.sgml Log: Fix a few typos and tweak a little grammar, between the point where I started paying attention and the point where I realized I have to be awake early this morning and might not get a chance to return to this. Revision Changes Path 1.2 +18 -18 doc/en_US.ISO8859-1/books/handbook/mac/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Jun 30 05:22:02 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 05:36:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18AFA16A4CE; Wed, 30 Jun 2004 05:36:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEC9643D53; Wed, 30 Jun 2004 05:36:37 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U5aJLC022891; Wed, 30 Jun 2004 05:36:19 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U5aJHj022890; Wed, 30 Jun 2004 05:36:19 GMT (envelope-from marcus) Message-Id: <200406300536.i5U5aJHj022890@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 30 Jun 2004 05:36:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/gnumeric2 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 05:36:38 -0000 marcus 2004-06-30 05:36:19 UTC FreeBSD ports repository Modified files: math/gnumeric2 Makefile distinfo pkg-plist Log: Update to 1.2.13. Revision Changes Path 1.129 +1 -2 ports/math/gnumeric2/Makefile 1.73 +2 -2 ports/math/gnumeric2/distinfo 1.66 +6 -116 ports/math/gnumeric2/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jun 30 05:36:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5835516A4CF; Wed, 30 Jun 2004 05:36:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3966E43D53; Wed, 30 Jun 2004 05:36:38 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U5aMAb022915; Wed, 30 Jun 2004 05:36:22 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U5aMwe022914; Wed, 30 Jun 2004 05:36:22 GMT (envelope-from linimon) Message-Id: <200406300536.i5U5aMwe022914@repoman.freebsd.org> From: Mark Linimon Date: Wed, 30 Jun 2004 05:36:22 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/platforms sparc.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 05:36:38 -0000 linimon 2004-06-30 05:36:22 UTC FreeBSD doc repository Modified files: en/platforms sparc.sgml Log: Make a section label consistent. PR: www/67518 Submitted by: Rudolf Cejka Revision Changes Path 1.19 +2 -2 www/en/platforms/sparc.sgml From owner-cvs-all@FreeBSD.ORG Wed Jun 30 05:45:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DBBB16A4CE; Wed, 30 Jun 2004 05:45:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FD6A43D31; Wed, 30 Jun 2004 05:45:11 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U5iQtH023164; Wed, 30 Jun 2004 05:44:26 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U5iQqa023163; Wed, 30 Jun 2004 05:44:26 GMT (envelope-from ijliao) Message-Id: <200406300544.i5U5iQqa023163@repoman.freebsd.org> From: Ying-Chieh Liao Date: Wed, 30 Jun 2004 05:44:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/jpatch Makefile distinfo pkg-descr ports/graphics/jpatch/files jpatch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 05:45:11 -0000 ijliao 2004-06-30 05:44:26 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/jpatch Makefile distinfo pkg-descr graphics/jpatch/files jpatch Log: add jpatch 0.3b1 A spline based 3D modeling tool Revision Changes Path 1.700 +1 -0 ports/graphics/Makefile 1.1 +32 -0 ports/graphics/jpatch/Makefile (new) 1.1 +2 -0 ports/graphics/jpatch/distinfo (new) 1.1 +3 -0 ports/graphics/jpatch/files/jpatch (new) 1.1 +4 -0 ports/graphics/jpatch/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Jun 30 05:45:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8012416A4D6; Wed, 30 Jun 2004 05:45:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 555FC43D5A; Wed, 30 Jun 2004 05:45:23 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U5icbu023210; Wed, 30 Jun 2004 05:44:38 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U5icXK023209; Wed, 30 Jun 2004 05:44:38 GMT (envelope-from ijliao) Message-Id: <200406300544.i5U5icXK023209@repoman.freebsd.org> From: Ying-Chieh Liao Date: Wed, 30 Jun 2004 05:44:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 05:45:37 -0000 ijliao 2004-06-30 05:44:38 UTC FreeBSD ports repository Modified files: . modules Log: jpatch --> ports/graphics/jpatch Revision Changes Path 1.10437 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jun 30 05:52:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26E5516A4CE; Wed, 30 Jun 2004 05:52:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07D3243D3F; Wed, 30 Jun 2004 05:52:19 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U5ph2f023500; Wed, 30 Jun 2004 05:51:43 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U5phYh023499; Wed, 30 Jun 2004 05:51:43 GMT (envelope-from marcus) Message-Id: <200406300551.i5U5phYh023499@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 30 Jun 2004 05:51:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/gstreamer Makefile ports/multimedia/gstreamer/files patch-tools_gst-inspect.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 05:52:19 -0000 marcus 2004-06-30 05:51:43 UTC FreeBSD ports repository Modified files: multimedia/gstreamer Makefile Added files: multimedia/gstreamer/files patch-tools_gst-inspect.c Log: Fix a double-free crash when running gst-inspect against certain plug-ins. Reported by: bland Revision Changes Path 1.23 +1 -0 ports/multimedia/gstreamer/Makefile 1.1 +10 -0 ports/multimedia/gstreamer/files/patch-tools_gst-inspect.c (new) From owner-cvs-all@FreeBSD.ORG Wed Jun 30 05:58:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCFBA16A4CE; Wed, 30 Jun 2004 05:58:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C604943D45; Wed, 30 Jun 2004 05:58:21 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U5w2xf023709; Wed, 30 Jun 2004 05:58:02 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U5w23t023708; Wed, 30 Jun 2004 05:58:02 GMT (envelope-from linimon) Message-Id: <200406300558.i5U5w23t023708@repoman.freebsd.org> From: Mark Linimon Date: Wed, 30 Jun 2004 05:58:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/db2 pkg-descr ports/databases/db3 pkg-descr ports/databases/db4 pkg-descr ports/databases/db41 pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 05:58:21 -0000 linimon 2004-06-30 05:58:02 UTC FreeBSD ports repository Modified files: databases/db2 pkg-descr databases/db3 pkg-descr databases/db4 pkg-descr databases/db41 pkg-descr Log: Fix typos and reword to make a little bit clearer. PR: docs/68450 Submitted by: Michel Lavondes Revision Changes Path 1.7 +3 -3 ports/databases/db2/pkg-descr 1.8 +3 -3 ports/databases/db3/pkg-descr 1.10 +3 -3 ports/databases/db4/pkg-descr 1.11 +2 -2 ports/databases/db41/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Jun 30 06:13:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6242216A4CE; Wed, 30 Jun 2004 06:13:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43DC243D1F; Wed, 30 Jun 2004 06:13:22 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U6D9Rk024157; Wed, 30 Jun 2004 06:13:09 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U6D9aV024156; Wed, 30 Jun 2004 06:13:09 GMT (envelope-from perky) Message-Id: <200406300613.i5U6D9aV024156@repoman.freebsd.org> From: Hye-Shik Chang Date: Wed, 30 Jun 2004 06:13:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11 Makefile ports/x11/ruby-gtktrayicon Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 06:13:22 -0000 perky 2004-06-30 06:13:09 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/ruby-gtktrayicon Makefile distinfo pkg-descr pkg-plist Log: Add ruby-gtktrayicon 0.1.0, a Ruby-binding for GTK+2 trayicon. Revision Changes Path 1.520 +1 -0 ports/x11/Makefile 1.1 +29 -0 ports/x11/ruby-gtktrayicon/Makefile (new) 1.1 +2 -0 ports/x11/ruby-gtktrayicon/distinfo (new) 1.1 +4 -0 ports/x11/ruby-gtktrayicon/pkg-descr (new) 1.1 +2 -0 ports/x11/ruby-gtktrayicon/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jun 30 06:13:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCAEB16A4CE; Wed, 30 Jun 2004 06:13:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E8C843D1F; Wed, 30 Jun 2004 06:13:35 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U6DKJR024203; Wed, 30 Jun 2004 06:13:20 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U6DKTA024202; Wed, 30 Jun 2004 06:13:20 GMT (envelope-from perky) Message-Id: <200406300613.i5U6DKTA024202@repoman.freebsd.org> From: Hye-Shik Chang Date: Wed, 30 Jun 2004 06:13:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 06:13:35 -0000 perky 2004-06-30 06:13:20 UTC FreeBSD ports repository Modified files: . modules Log: ruby-gtktrayicon --> ports/x11/ruby-gtktrayicon Revision Changes Path 1.10438 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jun 30 06:33:40 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 06:44:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 984CB16A4CF; Wed, 30 Jun 2004 06:44:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AFF943D39; Wed, 30 Jun 2004 06:44:13 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U6hohT025002; Wed, 30 Jun 2004 06:43:50 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U6hoQK025001; Wed, 30 Jun 2004 06:43:50 GMT (envelope-from ijliao) Message-Id: <200406300643.i5U6hoQK025001@repoman.freebsd.org> From: Ying-Chieh Liao Date: Wed, 30 Jun 2004 06:43:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/tintfu Makefile distinfo pkg-descr ports/graphics/tintfu/files tintfu X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 06:44:13 -0000 ijliao 2004-06-30 06:43:50 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/tintfu Makefile distinfo pkg-descr graphics/tintfu/files tintfu Log: add tintfu 0.0.4 A GraphViz .dot file editor Revision Changes Path 1.701 +1 -0 ports/graphics/Makefile 1.1 +38 -0 ports/graphics/tintfu/Makefile (new) 1.1 +2 -0 ports/graphics/tintfu/distinfo (new) 1.1 +3 -0 ports/graphics/tintfu/files/tintfu (new) 1.1 +10 -0 ports/graphics/tintfu/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Jun 30 06:44:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 663C616A4E0; Wed, 30 Jun 2004 06:44:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D8EA43D3F; Wed, 30 Jun 2004 06:44:18 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U6hxVv025049; Wed, 30 Jun 2004 06:43:59 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U6hxcY025048; Wed, 30 Jun 2004 06:43:59 GMT (envelope-from ijliao) Message-Id: <200406300643.i5U6hxcY025048@repoman.freebsd.org> From: Ying-Chieh Liao Date: Wed, 30 Jun 2004 06:43:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 06:44:18 -0000 ijliao 2004-06-30 06:43:59 UTC FreeBSD ports repository Modified files: . modules Log: tintfu --> ports/graphics/tintfu Revision Changes Path 1.10439 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jun 30 06:53:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE69816A4CE; Wed, 30 Jun 2004 06:53:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 908E343D46; Wed, 30 Jun 2004 06:53:16 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U6rDdV025344; Wed, 30 Jun 2004 06:53:13 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U6rDTl025343; Wed, 30 Jun 2004 06:53:13 GMT (envelope-from perky) Message-Id: <200406300653.i5U6rDTl025343@repoman.freebsd.org> From: Hye-Shik Chang Date: Wed, 30 Jun 2004 06:53:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/ruby-gtktrayicon Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 06:53:16 -0000 perky 2004-06-30 06:53:13 UTC FreeBSD ports repository Modified files: x11/ruby-gtktrayicon Makefile Log: Add missing buildtime dependency. Revision Changes Path 1.2 +1 -0 ports/x11/ruby-gtktrayicon/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jun 30 06:56:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB29816A4CE; Wed, 30 Jun 2004 06:56:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BE2D43D1D; Wed, 30 Jun 2004 06:56:10 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U6tuZ7025502; Wed, 30 Jun 2004 06:55:56 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U6tugU025501; Wed, 30 Jun 2004 06:55:56 GMT (envelope-from linimon) Message-Id: <200406300655.i5U6tugU025501@repoman.freebsd.org> From: Mark Linimon Date: Wed, 30 Jun 2004 06:55:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/biology/migrate Makefile distinfo pkg-plist ports/biology/migrate/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 06:56:10 -0000 linimon 2004-06-30 06:55:56 UTC FreeBSD ports repository Modified files: biology/migrate Makefile distinfo pkg-plist Added files: biology/migrate/files patch-Makefile.in Log: Update to 1.7.6.1. PR: ports/67429 Submitted by: Roman Neuhauser Approved by: maintainer timeout (4 weeks) Revision Changes Path 1.5 +19 -9 ports/biology/migrate/Makefile 1.4 +2 -2 ports/biology/migrate/distinfo 1.1 +11 -0 ports/biology/migrate/files/patch-Makefile.in (new) 1.3 +11 -0 ports/biology/migrate/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jun 30 07:04:15 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 07:05:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1079416A4CE; Wed, 30 Jun 2004 07:05:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E767C43D31; Wed, 30 Jun 2004 07:05:46 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U75VxA026005; Wed, 30 Jun 2004 07:05:31 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U75VKg026004; Wed, 30 Jun 2004 07:05:31 GMT (envelope-from perky) Message-Id: <200406300705.i5U75VKg026004@repoman.freebsd.org> From: Hye-Shik Chang Date: Wed, 30 Jun 2004 07:05:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/gtray Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 07:05:47 -0000 perky 2004-06-30 07:05:31 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/gtray Makefile distinfo pkg-descr pkg-plist Log: Add gtray 1.1, a small tray application that notifies when you've got a mail on your gmail account. Revision Changes Path 1.541 +1 -0 ports/mail/Makefile 1.1 +26 -0 ports/mail/gtray/Makefile (new) 1.1 +2 -0 ports/mail/gtray/distinfo (new) 1.1 +6 -0 ports/mail/gtray/pkg-descr (new) 1.1 +10 -0 ports/mail/gtray/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jun 30 07:05:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59DE016A4F1; Wed, 30 Jun 2004 07:05:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AE5243D5A; Wed, 30 Jun 2004 07:05:52 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U75ft9026059; Wed, 30 Jun 2004 07:05:41 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U75flk026058; Wed, 30 Jun 2004 07:05:41 GMT (envelope-from perky) Message-Id: <200406300705.i5U75flk026058@repoman.freebsd.org> From: Hye-Shik Chang Date: Wed, 30 Jun 2004 07:05:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 07:05:52 -0000 perky 2004-06-30 07:05:41 UTC FreeBSD ports repository Modified files: . modules Log: gtray --> ports/mail/gtray Revision Changes Path 1.10440 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jun 30 07:09:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CA8F16A4CE; Wed, 30 Jun 2004 07:09:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FA8243D58; Wed, 30 Jun 2004 07:09:47 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U79ZJi026216; Wed, 30 Jun 2004 07:09:36 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U79ZTi026215; Wed, 30 Jun 2004 07:09:35 GMT (envelope-from linimon) Message-Id: <200406300709.i5U79ZTi026215@repoman.freebsd.org> From: Mark Linimon Date: Wed, 30 Jun 2004 07:09:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/quixote Makefile distinfo pkg-plist pkg-req X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 07:09:47 -0000 linimon 2004-06-30 07:09:35 UTC FreeBSD ports repository Modified files: www/quixote Makefile distinfo pkg-plist Removed files: www/quixote pkg-req Log: Upgrade to 0.6.1; clean up pkg-plist file with macros; remove pkg-req, use numbered USE_PYTHON macro instead. PR: ports/67573 Submitted by: Dryice Liu Approved by: maintainer timeout (3 weeks) Revision Changes Path 1.17 +4 -9 ports/www/quixote/Makefile 1.12 +2 -2 ports/www/quixote/distinfo 1.10 +139 -122 ports/www/quixote/pkg-plist 1.3 +0 -17 ports/www/quixote/pkg-req (dead) From owner-cvs-all@FreeBSD.ORG Wed Jun 30 07:14:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB15816A4CE; Wed, 30 Jun 2004 07:14:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B63043D31; Wed, 30 Jun 2004 07:14:46 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U7EShM026453; Wed, 30 Jun 2004 07:14:28 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U7ESN5026452; Wed, 30 Jun 2004 07:14:28 GMT (envelope-from krion) Message-Id: <200406300714.i5U7ESN5026452@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 30 Jun 2004 07:14:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/dnsmasq Makefile distinfo pkg-descr ports/dns/dnsmasq/files dnsmasq.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 07:14:46 -0000 krion 2004-06-30 07:14:28 UTC FreeBSD ports repository Modified files: dns/dnsmasq Makefile distinfo pkg-descr Added files: dns/dnsmasq/files dnsmasq.sh Log: Update to 2.9 PR: ports/68491 Submitted by: maintainer Revision Changes Path 1.12 +3 -2 ports/dns/dnsmasq/Makefile 1.10 +2 -2 ports/dns/dnsmasq/distinfo 1.1 +29 -0 ports/dns/dnsmasq/files/dnsmasq.sh (new) 1.4 +13 -9 ports/dns/dnsmasq/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Jun 30 07:19:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B22BE16A4CF; Wed, 30 Jun 2004 07:19:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EBAA43D53; Wed, 30 Jun 2004 07:19:58 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U7JLhf026621; Wed, 30 Jun 2004 07:19:21 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U7JLBd026620; Wed, 30 Jun 2004 07:19:21 GMT (envelope-from krion) Message-Id: <200406300719.i5U7JLBd026620@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 30 Jun 2004 07:19:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/gbottler Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 07:19:58 -0000 krion 2004-06-30 07:19:21 UTC FreeBSD ports repository Modified files: games/gbottler Makefile distinfo pkg-plist Log: Update to 0.0.6 PR: ports/68492 Submitted by: maintainer Revision Changes Path 1.6 +2 -2 ports/games/gbottler/Makefile 1.5 +2 -2 ports/games/gbottler/distinfo 1.5 +19 -0 ports/games/gbottler/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jun 30 07:26:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5448616A4CE; Wed, 30 Jun 2004 07:26:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3829C43D46; Wed, 30 Jun 2004 07:26:34 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U7PhCS026876; Wed, 30 Jun 2004 07:25:43 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U7PhWc026875; Wed, 30 Jun 2004 07:25:43 GMT (envelope-from krion) Message-Id: <200406300725.i5U7PhWc026875@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 30 Jun 2004 07:25:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/socat Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 07:26:34 -0000 krion 2004-06-30 07:25:43 UTC FreeBSD ports repository Modified files: net/socat Makefile distinfo Removed files: net/socat pkg-plist Log: Update to 1.4.0.0 PR: ports/68483 Submitted by: Nicolas Jombart Revision Changes Path 1.13 +10 -3 ports/net/socat/Makefile 1.11 +2 -2 ports/net/socat/distinfo 1.4 +0 -7 ports/net/socat/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Jun 30 07:28:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46BFB16A4D0; Wed, 30 Jun 2004 07:28:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 294FD43D45; Wed, 30 Jun 2004 07:28:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U7ROHv026961; Wed, 30 Jun 2004 07:27:24 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U7ROIf026960; Wed, 30 Jun 2004 07:27:24 GMT (envelope-from pav) Message-Id: <200406300727.i5U7ROIf026960@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 30 Jun 2004 07:27:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gdal Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 07:28:15 -0000 pav 2004-06-30 07:27:24 UTC FreeBSD ports repository Modified files: graphics/gdal Makefile distinfo pkg-plist Log: - Update to 1.2.0 - Pass maintainership to submitter PR: ports/68482 Submitted by: Sam Lawrance Revision Changes Path 1.10 +10 -6 ports/graphics/gdal/Makefile 1.6 +2 -2 ports/graphics/gdal/distinfo 1.5 +26 -13 ports/graphics/gdal/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jun 30 07:32:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A15F16A4CE; Wed, 30 Jun 2004 07:32:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C97A43D2F; Wed, 30 Jun 2004 07:32:49 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U7WNHm027133; Wed, 30 Jun 2004 07:32:23 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U7WNi1027132; Wed, 30 Jun 2004 07:32:23 GMT (envelope-from krion) Message-Id: <200406300732.i5U7WNi1027132@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 30 Jun 2004 07:32:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/py-docutils Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 07:32:49 -0000 krion 2004-06-30 07:32:23 UTC FreeBSD ports repository Modified files: textproc/py-docutils Makefile distinfo pkg-plist Log: Update to 0.3 PR: ports/68485 Submitted by: Choe, Cheng-Dae Revision Changes Path 1.5 +1 -1 ports/textproc/py-docutils/Makefile 1.3 +2 -2 ports/textproc/py-docutils/distinfo 1.2 +51 -11 ports/textproc/py-docutils/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jun 30 07:35:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0059416A4CE; Wed, 30 Jun 2004 07:35:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D773443D39; Wed, 30 Jun 2004 07:35:24 +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 i5U7Ymam027181; Wed, 30 Jun 2004 07:34:48 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U7Ym8H027180; Wed, 30 Jun 2004 07:34:48 GMT (envelope-from hrs) Message-Id: <200406300734.i5U7Ym8H027180@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 30 Jun 2004 07:34:47 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 07:35:25 -0000 hrs 2004-06-30 07:34:47 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add new entries: eeprom(8), geom(8), ggatec(8), ggated(8), ggatel(8), smbmsg(8), sunlabel(8) Revision Changes Path 1.282 +7 -1 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Wed Jun 30 07:43:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12D5B16A4CF; Wed, 30 Jun 2004 07:43:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E30F943D4C; Wed, 30 Jun 2004 07:43:11 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U7gjvO027519; Wed, 30 Jun 2004 07:42:45 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U7gjhk027518; Wed, 30 Jun 2004 07:42:45 GMT (envelope-from vs) Message-Id: <200406300742.i5U7gjhk027518@repoman.freebsd.org> From: Volker Stolz Date: Wed, 30 Jun 2004 07:42:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ossp-sa Makefile distinfo ports/net/ossp-sa/files patch-ts.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 07:43:12 -0000 vs 2004-06-30 07:42:45 UTC FreeBSD ports repository Modified files: net/ossp-sa Makefile distinfo Removed files: net/ossp-sa/files patch-ts.c Log: Update to 1.2.2 PR: ports/68490 Submitted by: Kimura Fuyuki Revision Changes Path 1.15 +1 -1 ports/net/ossp-sa/Makefile 1.5 +2 -2 ports/net/ossp-sa/distinfo 1.2 +0 -14 ports/net/ossp-sa/files/patch-ts.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Jun 30 07:53:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 006AC16A4CE; Wed, 30 Jun 2004 07:53:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6A6E43D3F; Wed, 30 Jun 2004 07:53:52 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U7rgw1027833; Wed, 30 Jun 2004 07:53:42 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U7rg1x027832; Wed, 30 Jun 2004 07:53:42 GMT (envelope-from vs) Message-Id: <200406300753.i5U7rg1x027832@repoman.freebsd.org> From: Volker Stolz Date: Wed, 30 Jun 2004 07:53:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mailmgr Makefile pkg-descr pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 07:53:53 -0000 vs 2004-06-30 07:53:42 UTC FreeBSD ports repository Modified files: mail/mailmgr Makefile pkg-descr pkg-message Log: - Chase distfile - Fix packaging PR: ports/66865 Submitted by: Rong-En Fan Approved by: maintainer timeout Revision Changes Path 1.4 +7 -3 ports/mail/mailmgr/Makefile 1.2 +1 -1 ports/mail/mailmgr/pkg-descr 1.3 +2 -2 ports/mail/mailmgr/pkg-message From owner-cvs-all@FreeBSD.ORG Wed Jun 30 07:54:52 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 07:57:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DFB216A4CE; Wed, 30 Jun 2004 07:57:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F4FC43D4C; Wed, 30 Jun 2004 07:57:23 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U7v5Ax027984; Wed, 30 Jun 2004 07:57:05 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U7v4VX027983; Wed, 30 Jun 2004 07:57:04 GMT (envelope-from vs) Message-Id: <200406300757.i5U7v4VX027983@repoman.freebsd.org> From: Volker Stolz Date: Wed, 30 Jun 2004 07:57:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/heimdal Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 07:57:24 -0000 vs 2004-06-30 07:57:04 UTC FreeBSD ports repository Modified files: security/heimdal Makefile Log: Cleanup master-sites. PR: ports/67157 Submitted by: Roman Neuhauser Approved by: maintainer timeout Revision Changes Path 1.64 +2 -3 ports/security/heimdal/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jun 30 08:00:50 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 08:04:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A76A316A4CE; Wed, 30 Jun 2004 08:04:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0A8843D46; Wed, 30 Jun 2004 08:04:26 +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 i5U842dA028240; Wed, 30 Jun 2004 08:04:02 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U842Bn028239; Wed, 30 Jun 2004 08:04:02 GMT (envelope-from eik) Message-Id: <200406300804.i5U842Bn028239@repoman.freebsd.org> From: Oliver Eikemeier Date: Wed, 30 Jun 2004 08:04:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules ports/www Makefile ports/deskutils Makefile ports/www/drivel Makefile distinfo pkg-descr pkg-plist ports/deskutils/drivel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 08:04:26 -0000 eik 2004-06-30 08:04:02 UTC FreeBSD ports repository Modified files: . modules www Makefile deskutils Makefile deskutils/drivel Makefile Removed files: www/drivel Makefile distinfo pkg-descr pkg-plist Log: Repocopy www/drivel -> deskutils/drivel PR: 68480 Submitted by: Roman Bogorodskiy Approved by: Koop Mast (maintainer) Revision Changes Path 1.10441 +1 -1 CVSROOT/modules 1.154 +1 -0 ports/deskutils/Makefile 1.4 +1 -1 ports/deskutils/drivel/Makefile 1.911 +0 -1 ports/www/Makefile 1.4 +0 -28 ports/www/drivel/Makefile (dead) 1.2 +0 -2 ports/www/drivel/distinfo (dead) 1.2 +0 -3 ports/www/drivel/pkg-descr (dead) 1.2 +0 -25 ports/www/drivel/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Jun 30 08:04:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11E4016A4CE; Wed, 30 Jun 2004 08:04:47 +0000 (GMT) Received: from smtp.eos.ocn.ne.jp (eos.ocn.ne.jp [211.6.83.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE01A43D2F; Wed, 30 Jun 2004 08:04:46 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p41073-adsao12honb4-acca.tokyo.ocn.ne.jp [219.161.230.73]) by smtp.eos.ocn.ne.jp (Postfix) with ESMTP id 591271D58; Wed, 30 Jun 2004 17:04:23 +0900 (JST) Received: from localhost (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.12.9p2/8.12.9) with ESMTP id i5U84DA3012949; Wed, 30 Jun 2004 17:04:15 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Wed, 30 Jun 2004 17:03:20 +0900 (JST) Message-Id: <20040630.170320.42785848.hrs@eos.ocn.ne.jp> To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org From: Hiroki Sato In-Reply-To: <200406300734.i5U7Ym8H027180@repoman.freebsd.org> References: <200406300734.i5U7Ym8H027180@repoman.freebsd.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 4.0.65 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Wed_Jun_30_17_03_20_2004_483)--" Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 08:04:47 -0000 ----Security_Multipart(Wed_Jun_30_17_03_20_2004_483)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hiroki Sato wrote in <200406300734.i5U7Ym8H027180@repoman.freebsd.org>: hrs> hrs 2004-06-30 07:34:47 UTC hrs> hrs> FreeBSD doc repository hrs> hrs> Modified files: hrs> share/sgml man-refs.ent hrs> Log: hrs> Add new entries: hrs> eeprom(8), geom(8), ggatec(8), ggated(8), hrs> ggatel(8), smbmsg(8), sunlabel(8) ...and gconcat(8) has been removed. -- | Hiroki SATO ----Security_Multipart(Wed_Jun_30_17_03_20_2004_483)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBA4nPITyzT2CeTzy0RAkngAJwM9ow6WcFppQUF6sx741j+hhoKywCeJHK8 AbInp5vHhzg9QqW+aGmAQ6Y= =kApA -----END PGP SIGNATURE----- ----Security_Multipart(Wed_Jun_30_17_03_20_2004_483)---- From owner-cvs-all@FreeBSD.ORG Wed Jun 30 08:07:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E338D16A4CF; Wed, 30 Jun 2004 08:07:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B106E43D58; Wed, 30 Jun 2004 08:07:09 +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 i5U86Rfp028407; Wed, 30 Jun 2004 08:06:27 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U86Rt0028406; Wed, 30 Jun 2004 08:06:27 GMT (envelope-from eik) Message-Id: <200406300806.i5U86Rt0028406@repoman.freebsd.org> From: Oliver Eikemeier Date: Wed, 30 Jun 2004 08:06:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 08:07:10 -0000 eik 2004-06-30 08:06:27 UTC FreeBSD ports repository Modified files: . MOVED Log: www/drivel -> deskutils/drivel Revision Changes Path 1.463 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Wed Jun 30 08:13:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 752EA16A4CE; Wed, 30 Jun 2004 08:13:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 577D443D2F; Wed, 30 Jun 2004 08:13:56 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U8Dcnc028570; Wed, 30 Jun 2004 08:13:38 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U8DcZ1028569; Wed, 30 Jun 2004 08:13:38 GMT (envelope-from vs) Message-Id: <200406300813.i5U8DcZ1028569@repoman.freebsd.org> From: Volker Stolz Date: Wed, 30 Jun 2004 08:13:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/openbox Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 08:13:56 -0000 vs 2004-06-30 08:13:38 UTC FreeBSD ports repository Modified files: x11-wm/openbox Makefile distinfo Log: Update to 3.2 PR: ports/66773 Submitted by: Munish Chopra Approved by: maintainer timeout Revision Changes Path 1.65 +1 -2 ports/x11-wm/openbox/Makefile 1.39 +2 -3 ports/x11-wm/openbox/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jun 30 08:28:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BD1916A4CE; Wed, 30 Jun 2004 08:28:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24FEE43D3F; Wed, 30 Jun 2004 08:28:40 +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 i5U8RB3j028994; Wed, 30 Jun 2004 08:27:11 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U8RB2Q028993; Wed, 30 Jun 2004 08:27:11 GMT (envelope-from eik) Message-Id: <200406300827.i5U8RB2Q028993@repoman.freebsd.org> From: Oliver Eikemeier Date: Wed, 30 Jun 2004 08:27:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules ports/japanese Makefile ports/japanese/bugzilla Makefile distinfo pkg-plist ports/devel/bugzilla Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 08:28:40 -0000 eik 2004-06-30 08:27:10 UTC FreeBSD ports repository Modified files: . modules japanese Makefile devel/bugzilla Makefile distinfo Added files: japanese/bugzilla Makefile distinfo pkg-plist Log: - update devel/bugzilla to 2.16.5 - new slave port japanese/bugzilla PR: 68318, 68319 Submitted by: TAKATSU Tomonari Revision Changes Path 1.10442 +2 -1 CVSROOT/modules 1.28 +5 -6 ports/devel/bugzilla/Makefile 1.10 +2 -2 ports/devel/bugzilla/distinfo 1.539 +1 -0 ports/japanese/Makefile 1.1 +26 -0 ports/japanese/bugzilla/Makefile (new) 1.1 +4 -0 ports/japanese/bugzilla/distinfo (new) 1.1 +388 -0 ports/japanese/bugzilla/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jun 30 08:46:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A3C416A4CE; Wed, 30 Jun 2004 08:46:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E39243D1D; Wed, 30 Jun 2004 08:46:40 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U8kIX6029500; Wed, 30 Jun 2004 08:46:18 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U8kIHk029499; Wed, 30 Jun 2004 08:46:18 GMT (envelope-from krion) Message-Id: <200406300846.i5U8kIHk029499@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 30 Jun 2004 08:46:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/scmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 08:46:40 -0000 krion 2004-06-30 08:46:18 UTC FreeBSD ports repository Modified files: mail/scmail Makefile Log: Fix fetch if 'gauche-config' isn't in $PATH PR: ports/68497 Submitted by: INOUE Tomonori Approved by: maintainer Revision Changes Path 1.10 +1 -1 ports/mail/scmail/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jun 30 09:21:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AA9516A4CF; Wed, 30 Jun 2004 09:21:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E0D243D58; Wed, 30 Jun 2004 09:21:47 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U9LZ50030394; Wed, 30 Jun 2004 09:21:35 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U9LZXO030393; Wed, 30 Jun 2004 09:21:35 GMT (envelope-from ijliao) Message-Id: <200406300921.i5U9LZXO030393@repoman.freebsd.org> From: Ying-Chieh Liao Date: Wed, 30 Jun 2004 09:21:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ulxmlrpcpp Makefile distinfo pkg-plist ports/net/ulxmlrpcpp/files patch-ulxmlrpcpp:tests:Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 09:21:47 -0000 ijliao 2004-06-30 09:21:35 UTC FreeBSD ports repository Modified files: net/ulxmlrpcpp Makefile distinfo pkg-plist Added files: net/ulxmlrpcpp/files patch-ulxmlrpcpp:tests:Makefile.in Log: upgrade to 1.4.2 Revision Changes Path 1.6 +3 -3 ports/net/ulxmlrpcpp/Makefile 1.5 +2 -2 ports/net/ulxmlrpcpp/distinfo 1.1 +12 -0 ports/net/ulxmlrpcpp/files/patch-ulxmlrpcpp:tests:Makefile.in (new) 1.4 +12 -2 ports/net/ulxmlrpcpp/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jun 30 09:23:11 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 09:58:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4644F16A4CE; Wed, 30 Jun 2004 09:58:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A1FB43D45; Wed, 30 Jun 2004 09:58:48 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5U9w9iV031284; Wed, 30 Jun 2004 09:58:09 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5U9w98G031283; Wed, 30 Jun 2004 09:58:09 GMT (envelope-from vs) Message-Id: <200406300958.i5U9w98G031283@repoman.freebsd.org> From: Volker Stolz Date: Wed, 30 Jun 2004 09:58:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/nethack34 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 09:58:48 -0000 vs 2004-06-30 09:58:09 UTC FreeBSD ports repository Modified files: games/nethack34 Makefile distinfo Log: Add WITH_MENUCOLORS tweak for console-version: http://www.netsonic.fi/~walker/nethack.html PR: ports/68363 Submitted by: Jeremy Chadwick Revision Changes Path 1.47 +17 -7 ports/games/nethack34/Makefile 1.13 +2 -0 ports/games/nethack34/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jun 30 10:11:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2079316A4CE; Wed, 30 Jun 2004 10:11:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0264643D1F; Wed, 30 Jun 2004 10:11:41 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UAB5pE031664; Wed, 30 Jun 2004 10:11:05 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UAB5Yb031663; Wed, 30 Jun 2004 10:11:05 GMT (envelope-from vs) Message-Id: <200406301011.i5UAB5Yb031663@repoman.freebsd.org> From: Volker Stolz Date: Wed, 30 Jun 2004 10:11:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ripetools Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 10:11:41 -0000 vs 2004-06-30 10:11:05 UTC FreeBSD ports repository Modified files: net/ripetools Makefile Log: Mark as DEPRECATED in favour of net/ripe-whois PR: ports/65794 Submitted by: Tmur Bakeyev Revision Changes Path 1.9 +2 -0 ports/net/ripetools/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jun 30 10:17:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2017A16A4CE; Wed, 30 Jun 2004 10:17:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 038B643D58; Wed, 30 Jun 2004 10:17:56 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UAHXu2031816; Wed, 30 Jun 2004 10:17:33 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UAHXbs031815; Wed, 30 Jun 2004 10:17:33 GMT (envelope-from vs) Message-Id: <200406301017.i5UAHXbs031815@repoman.freebsd.org> From: Volker Stolz Date: Wed, 30 Jun 2004 10:17:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/shells/zsh pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 10:17:56 -0000 vs 2004-06-30 10:17:33 UTC FreeBSD ports repository Modified files: shells/zsh pkg-plist Log: Fix packaging w/ NOSHARED. PR: ports/65468 Submitted by: Dimitry Andric Approved by: maintainer timeout Revision Changes Path 1.31 +20 -20 ports/shells/zsh/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jun 30 10:23:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBD6116A4CE; Wed, 30 Jun 2004 10:23:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEC4643D41; Wed, 30 Jun 2004 10:23:48 +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 i5UANbhf031968; Wed, 30 Jun 2004 10:23:37 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UANbem031967; Wed, 30 Jun 2004 10:23:37 GMT (envelope-from hrs) Message-Id: <200406301023.i5UANbem031967@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 30 Jun 2004 10:23:37 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 10:23:49 -0000 hrs 2004-06-30 10:23:37 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add new entries: rmd160(1), sha1(1), fwip(4), and ixgb(4). Revision Changes Path 1.283 +4 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Wed Jun 30 10:24:52 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 10:28:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E973416A4CE; Wed, 30 Jun 2004 10:28:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBC2743D45; Wed, 30 Jun 2004 10:28:59 +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 i5UASnFk032141; Wed, 30 Jun 2004 10:28:49 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UASn4F032140; Wed, 30 Jun 2004 10:28:49 GMT (envelope-from netchild) Message-Id: <200406301028.i5UASn4F032140@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 30 Jun 2004 10:28:49 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 10:29:00 -0000 netchild 2004-06-30 10:28:49 UTC FreeBSD doc repository (ports committer) Modified files: en/donations wantlist.sgml Log: A pony and a ponyshed (in a friendly color) please. Revision Changes Path 1.200 +15 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Wed Jun 30 10:30:52 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 10:30:52 -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-all@FreeBSD.ORG Wed Jun 30 10:31:21 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 10:32:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8088516A4CF; Wed, 30 Jun 2004 10:32:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 635C843D54; Wed, 30 Jun 2004 10:32:03 +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 i5UAVjQS032267; Wed, 30 Jun 2004 10:31:45 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UAVjXC032266; Wed, 30 Jun 2004 10:31:45 GMT (envelope-from eik) Message-Id: <200406301031.i5UAVjXC032266@repoman.freebsd.org> From: Oliver Eikemeier Date: Wed, 30 Jun 2004 10:31:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/pkg_install-devel Makefile distinfo pkg-req X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 10:32:03 -0000 eik 2004-06-30 10:31:45 UTC FreeBSD ports repository Modified files: sysutils/pkg_install-devel Makefile distinfo Added files: sysutils/pkg_install-devel pkg-req Log: update to 20040629: sync with -CURRENT Revision Changes Path 1.15 +15 -3 ports/sysutils/pkg_install-devel/Makefile 1.14 +2 -2 ports/sysutils/pkg_install-devel/distinfo 1.1 +16 -0 ports/sysutils/pkg_install-devel/pkg-req (new) From owner-cvs-all@FreeBSD.ORG Wed Jun 30 10:46:58 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 11:09:22 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 11:10:27 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 11:15:37 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 11:46:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F6C016A4CE; Wed, 30 Jun 2004 11:46:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0286F43D41; Wed, 30 Jun 2004 11:46:16 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UBjJuF034210; Wed, 30 Jun 2004 11:45:19 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UBjJMg034209; Wed, 30 Jun 2004 11:45:19 GMT (envelope-from vs) Message-Id: <200406301145.i5UBjJMg034209@repoman.freebsd.org> From: Volker Stolz Date: Wed, 30 Jun 2004 11:45:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms Makefile ports/comms/cdr_read Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 11:46:16 -0000 vs 2004-06-30 11:45:19 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/cdr_read Makefile distinfo pkg-descr Log: Add cdr_read 1.09, utility for reading of the call detail records from PBX. PR: ports/68271 Submitted by: Konstantin Reznichenko Revision Changes Path 1.110 +1 -0 ports/comms/Makefile 1.1 +32 -0 ports/comms/cdr_read/Makefile (new) 1.1 +2 -0 ports/comms/cdr_read/distinfo (new) 1.1 +9 -0 ports/comms/cdr_read/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Jun 30 11:46:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0CCF16A4CE; Wed, 30 Jun 2004 11:46:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 847D943D54; Wed, 30 Jun 2004 11:46:37 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UBjViH034284; Wed, 30 Jun 2004 11:45:31 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UBjVqc034283; Wed, 30 Jun 2004 11:45:31 GMT (envelope-from vs) Message-Id: <200406301145.i5UBjVqc034283@repoman.freebsd.org> From: Volker Stolz Date: Wed, 30 Jun 2004 11:45:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 11:46:37 -0000 vs 2004-06-30 11:45:31 UTC FreeBSD ports repository Modified files: . modules Log: cdr_read --> ports/comms/cdr_read Revision Changes Path 1.10443 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jun 30 11:50:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8EDB16A4CE; Wed, 30 Jun 2004 11:50:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAC5643D48; Wed, 30 Jun 2004 11:50:09 +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 i5UBnhPq034364; Wed, 30 Jun 2004 11:49:43 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UBnhKC034363; Wed, 30 Jun 2004 11:49:43 GMT (envelope-from eik) Message-Id: <200406301149.i5UBnhKC034363@repoman.freebsd.org> From: Oliver Eikemeier Date: Wed, 30 Jun 2004 11:49:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/ircd-hybrid Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 11:50:10 -0000 eik 2004-06-30 11:49:43 UTC FreeBSD ports repository Modified files: irc/ircd-hybrid Makefile distinfo pkg-plist Log: - update to 7.0.2 security fix: - make PREFIX-safe - fix pkg-plist - create irc user on install not fixed: - leaves extra files in /usr/local/etc/ircd-hybrid PR: 68504 Submitted by: Brad Davis (maintainer) Revision Changes Path 1.30 +13 -13 ports/irc/ircd-hybrid/Makefile 1.14 +2 -2 ports/irc/ircd-hybrid/distinfo 1.13 +204 -202 ports/irc/ircd-hybrid/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jun 30 11:56:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E17816A4CE; Wed, 30 Jun 2004 11:56:34 +0000 (GMT) Received: from jk.homeunix.net (dhcp-19-33.dsl.CSUChico.EDU [132.241.19.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id C33F643D4C; Wed, 30 Jun 2004 11:56:33 +0000 (GMT) (envelope-from jk@jk.homeunix.net) Received: from jk.homeunix.net (localhost [127.0.0.1]) by jk.homeunix.net (8.13.0/8.13.0) with ESMTP id i5UBuRZP001860 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 30 Jun 2004 04:56:27 -0700 (PDT) Received: (from warlock@localhost) by jk.homeunix.net (8.13.0/8.13.0/Submit) id i5UBuRal001859; Wed, 30 Jun 2004 04:56:27 -0700 (PDT) Date: Wed, 30 Jun 2004 04:56:27 -0700 From: John Kennedy To: Adam Weinberger Message-ID: <20040630115627.GA60709@memnoch.jk.homeunix.net> References: <200406291528.i5TFSSrk096111@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406291528.i5TFSSrk096111@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-jk-MailScanner: No infection found X-jk-MailScanner-SpamCheck: not spam, SpamAssassin (score=-4.9, required 6, autolearn=not spam, BAYES_00 -4.90) X-jk-MailScanner-From: warlock@jk.homeunix.net cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/security/drweb-postfix Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 11:56:34 -0000 On Tue, Jun 29, 2004 at 03:28:28PM +0000, Adam Weinberger wrote: > Modified files: > security/drweb-postfix Makefile > Log: > Correct the location of the port providing the drwebd binary. > Should fix INDEX builds. Thanks. Trying to update the ports database via portsdb was giving me these types of errors: Updating the ports index ... Generating INDEX.tmp - please wait..drweb_postfix-4.29.12f: "/usr/ports/security/drwebd" non-existent -- dependency list incomplete ===> security/drweb-postfix failed *** Error code 1 1 error From owner-cvs-all@FreeBSD.ORG Wed Jun 30 11:57:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFA3A16A4CE; Wed, 30 Jun 2004 11:57:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2CD543D39; Wed, 30 Jun 2004 11:57:49 +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 i5UBveAQ034641; Wed, 30 Jun 2004 11:57:40 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UBveGp034640; Wed, 30 Jun 2004 11:57:40 GMT (envelope-from eik) Message-Id: <200406301157.i5UBveGp034640@repoman.freebsd.org> From: Oliver Eikemeier Date: Wed, 30 Jun 2004 11:57:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/ircd-hybrid Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 11:57:49 -0000 eik 2004-06-30 11:57:40 UTC FreeBSD ports repository Modified files: irc/ircd-hybrid Makefile pkg-plist Log: Use %%PORTVERSION%% instead of 7.0.2 Pointed out by: erwin Pointy hat to: eik Revision Changes Path 1.31 +2 -0 ports/irc/ircd-hybrid/Makefile 1.14 +204 -204 ports/irc/ircd-hybrid/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jun 30 12:17:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55DDE16A4CE; Wed, 30 Jun 2004 12:17:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3894543D31; Wed, 30 Jun 2004 12:17:33 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UCHDaq035134; Wed, 30 Jun 2004 12:17:13 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UCHD1K035133; Wed, 30 Jun 2004 12:17:13 GMT (envelope-from lth) Message-Id: <200406301217.i5UCHD1K035133@repoman.freebsd.org> From: Lars Thegler Date: Wed, 30 Jun 2004 12:17:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Parse-CPAN-Packages Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 12:17:33 -0000 lth 2004-06-30 12:17:13 UTC FreeBSD ports repository Modified files: devel/p5-Parse-CPAN-Packages Makefile distinfo pkg-plist Log: - Update to 2.21 Approved by: erwin (implicit) Revision Changes Path 1.3 +5 -12 ports/devel/p5-Parse-CPAN-Packages/Makefile 1.2 +2 -2 ports/devel/p5-Parse-CPAN-Packages/distinfo 1.2 +0 -4 ports/devel/p5-Parse-CPAN-Packages/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jun 30 12:19:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9A8316A4CE; Wed, 30 Jun 2004 12:19:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C0F443D45; Wed, 30 Jun 2004 12:19:29 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UCJIXQ035186; Wed, 30 Jun 2004 12:19:18 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UCJI3U035185; Wed, 30 Jun 2004 12:19:18 GMT (envelope-from vs) Message-Id: <200406301219.i5UCJI3U035185@repoman.freebsd.org> From: Volker Stolz Date: Wed, 30 Jun 2004 12:19:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/msyslog Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 12:19:29 -0000 vs 2004-06-30 12:19:18 UTC FreeBSD ports repository Modified files: sysutils/msyslog Makefile Log: Log to /var/run/log instead of /dev/log. (bump PORTREVISION) PR: ports/55237 Submitted by: Janos Mohacsi Revision Changes Path 1.18 +7 -1 ports/sysutils/msyslog/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jun 30 12:21:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79B7F16A4CE; Wed, 30 Jun 2004 12:21:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BA6343D58; Wed, 30 Jun 2004 12:21:59 +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 i5UCLnEU035315; Wed, 30 Jun 2004 12:21:49 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UCLnJt035314; Wed, 30 Jun 2004 12:21:49 GMT (envelope-from eik) Message-Id: <200406301221.i5UCLnJt035314@repoman.freebsd.org> From: Oliver Eikemeier Date: Wed, 30 Jun 2004 12:21:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 12:21:59 -0000 eik 2004-06-30 12:21:49 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: add one exim and some sourceforge mirrors Revision Changes Path 1.249 +4 -4 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Wed Jun 30 12:25:22 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 12:33:29 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 13:09:33 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 13:13:31 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 13:16:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B24E16A4CE; Wed, 30 Jun 2004 13:16:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A83143D1D; Wed, 30 Jun 2004 13:16:18 +0000 (GMT) (envelope-from dannyboy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UDEJOY036725; Wed, 30 Jun 2004 13:14:19 GMT (envelope-from dannyboy@repoman.freebsd.org) Received: (from dannyboy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UDEJlI036724; Wed, 30 Jun 2004 13:14:19 GMT (envelope-from dannyboy) Message-Id: <200406301314.i5UDEJlI036724@repoman.freebsd.org> From: Daniel Harris Date: Wed, 30 Jun 2004 13:14:19 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mac chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 13:16:18 -0000 dannyboy 2004-06-30 13:14:19 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mac chapter.sgml Log: Fix things like "The setfmac does suchnsuch" by adding "command" or such when appropriate. Reviewed by: trhodes Revision Changes Path 1.3 +4 -4 doc/en_US.ISO8859-1/books/handbook/mac/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Jun 30 13:16:57 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 13:18:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A52F816A4CE; Wed, 30 Jun 2004 13:18:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86E1443D2F; Wed, 30 Jun 2004 13:18:55 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UDH9dD037048; Wed, 30 Jun 2004 13:17:09 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UDH9gP037047; Wed, 30 Jun 2004 13:17:09 GMT (envelope-from dinoex) Message-Id: <200406301317.i5UDH9gP037047@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 30 Jun 2004 13:17:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/tcl84 Makefile ports/lang/tcl84/files patch-tclUnixChan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 13:18:55 -0000 dinoex 2004-06-30 13:17:09 UTC FreeBSD ports repository Modified files: lang/tcl84 Makefile Added files: lang/tcl84/files patch-tclUnixChan.c Log: - support mode on /dev/cuaa* Submitted by: John Hay Revision Changes Path 1.80 +1 -0 ports/lang/tcl84/Makefile 1.1 +12 -0 ports/lang/tcl84/files/patch-tclUnixChan.c (new) From owner-cvs-all@FreeBSD.ORG Wed Jun 30 13:36:17 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 13:54:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04C3116A4CE; Wed, 30 Jun 2004 13:54:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA4BA43D2F; Wed, 30 Jun 2004 13:54:08 +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 i5UDrXNi037976; Wed, 30 Jun 2004 13:53:33 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UDrXfT037975; Wed, 30 Jun 2004 13:53:33 GMT (envelope-from hrs) Message-Id: <200406301353.i5UDrXfT037975@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 30 Jun 2004 13:53:33 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 13:54:09 -0000 hrs 2004-06-30 13:53:33 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Back out &man.gconcat.8; removal to unbreak the build. Revision Changes Path 1.284 +1 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Wed Jun 30 13:55:53 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 13:59:51 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 14:07:42 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 14:09:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFE3E16A4CE; Wed, 30 Jun 2004 14:09:25 +0000 (GMT) Received: from volginfo.ru (ns.volginfo.ru [217.23.84.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C2BC43D2F; Wed, 30 Jun 2004 14:09:25 +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 4C60D2015; Wed, 30 Jun 2004 18:09:19 +0400 (MSD) Message-ID: <40E2C98B.8050204@FreeBSD.org> Date: Wed, 30 Jun 2004 18:09:15 +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: <200406301353.i5UDrXfT037975@repoman.freebsd.org> In-Reply-To: <200406301353.i5UDrXfT037975@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 14:09:25 -0000 Hi! Hiroki Sato wrote: > hrs 2004-06-30 13:53:33 UTC > > FreeBSD doc repository > > Modified files: > share/sgml man-refs.ent > Log: > Back out &man.gconcat.8; removal to unbreak the build. Probably not needed anymore (ru_RU relnotes updated). From owner-cvs-all@FreeBSD.ORG Wed Jun 30 14:16:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 625B416A4D0 for ; Wed, 30 Jun 2004 14:16:26 +0000 (GMT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 32D5D43D2D for ; Wed, 30 Jun 2004 14:16:26 +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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 14:18:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EB1D16A4CE; Wed, 30 Jun 2004 14:18:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F28543D2F; Wed, 30 Jun 2004 14:18:01 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UEH6EG038726; Wed, 30 Jun 2004 14:17:06 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UEH6FB038725; Wed, 30 Jun 2004 14:17:06 GMT (envelope-from vs) Message-Id: <200406301417.i5UEH6FB038725@repoman.freebsd.org> From: Volker Stolz Date: Wed, 30 Jun 2004 14:17:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/galax Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 14:18:01 -0000 vs 2004-06-30 14:17:06 UTC FreeBSD ports repository Modified files: textproc/galax Makefile pkg-plist Log: Build the Java-API as well. Revision Changes Path 1.8 +4 -2 ports/textproc/galax/Makefile 1.4 +48 -0 ports/textproc/galax/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jun 30 14:19:42 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 14:31:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92B0F16A4CE; Wed, 30 Jun 2004 14:31:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7418C43D45; Wed, 30 Jun 2004 14:31:08 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UEUtiZ039182; Wed, 30 Jun 2004 14:30:55 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UEUt6m039181; Wed, 30 Jun 2004 14:30:55 GMT (envelope-from clement) Message-Id: <200406301430.i5UEUt6m039181@repoman.freebsd.org> From: Clement Laforet Date: Wed, 30 Jun 2004 14:30:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports LEGAL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 14:31:08 -0000 clement 2004-06-30 14:30:55 UTC FreeBSD ports repository Modified files: . LEGAL Log: - Make LEGAL closer to reality. Revision Changes Path 1.355 +308 -98 ports/LEGAL From owner-cvs-all@FreeBSD.ORG Wed Jun 30 14:53:30 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 15:10:19 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 15:22:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BEED16A4CE; Wed, 30 Jun 2004 15:22:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DDF643D45; Wed, 30 Jun 2004 15:22:41 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UFMAeg040670; Wed, 30 Jun 2004 15:22:10 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UFMAGr040669; Wed, 30 Jun 2004 15:22:10 GMT (envelope-from vs) Message-Id: <200406301522.i5UFMAGr040669@repoman.freebsd.org> From: Volker Stolz Date: Wed, 30 Jun 2004 15:22:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/galax Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 15:22:41 -0000 vs 2004-06-30 15:22:10 UTC FreeBSD ports repository Modified files: textproc/galax Makefile Log: Fix Java-includes in previous commit ("jni_md.h") Revision Changes Path 1.9 +2 -1 ports/textproc/galax/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jun 30 15:55:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E94216A4CE; Wed, 30 Jun 2004 15:55:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F53E43D3F; Wed, 30 Jun 2004 15:55:10 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UFsJ6f041460; Wed, 30 Jun 2004 15:54:19 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UFsJP3041459; Wed, 30 Jun 2004 15:54:19 GMT (envelope-from vs) Message-Id: <200406301554.i5UFsJP3041459@repoman.freebsd.org> From: Volker Stolz Date: Wed, 30 Jun 2004 15:54:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jboss3 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 15:55:10 -0000 vs 2004-06-30 15:54:19 UTC FreeBSD ports repository Modified files: java/jboss3 Makefile distinfo Log: Update to 3.2.5 PR: ports/68508 Submitted by: maintainer Revision Changes Path 1.25 +1 -1 ports/java/jboss3/Makefile 1.10 +2 -2 ports/java/jboss3/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jun 30 15:56:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93C8C16A4CE; Wed, 30 Jun 2004 15:56:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7564443D55; Wed, 30 Jun 2004 15:56:48 +0000 (GMT) (envelope-from dannyboy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UFuNf4041591; Wed, 30 Jun 2004 15:56:23 GMT (envelope-from dannyboy@repoman.freebsd.org) Received: (from dannyboy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UFuNYQ041590; Wed, 30 Jun 2004 15:56:23 GMT (envelope-from dannyboy) Message-Id: <200406301556.i5UFuNYQ041590@repoman.freebsd.org> From: Daniel Harris Date: Wed, 30 Jun 2004 15:56:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/pptpclient Makefile distinfo ports/net/pptpclient/files patch-ad X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 15:56:48 -0000 dannyboy 2004-06-30 15:56:23 UTC FreeBSD ports repository Modified files: net/pptpclient Makefile distinfo Added files: net/pptpclient/files patch-ad Log: Update to 1.5.0. Submitted by: maintainer Revision Changes Path 1.11 +2 -2 ports/net/pptpclient/Makefile 1.6 +2 -2 ports/net/pptpclient/distinfo 1.4 +11 -0 ports/net/pptpclient/files/patch-ad (new) From owner-cvs-all@FreeBSD.ORG Wed Jun 30 15:57:52 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 15:59:51 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 16:00:50 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 16:03:08 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 16:03:57 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 16:08:37 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 16:09:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A578416A4CE; Wed, 30 Jun 2004 16:09:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85E2543D41; Wed, 30 Jun 2004 16:09:36 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UG9479042182; Wed, 30 Jun 2004 16:09:04 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UG94L9042181; Wed, 30 Jun 2004 16:09:04 GMT (envelope-from roam) Message-Id: <200406301609.i5UG94L9042181@repoman.freebsd.org> From: Peter Pentchev Date: Wed, 30 Jun 2004 16:09:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/cicquin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 16:09:36 -0000 roam 2004-06-30 16:09:04 UTC FreeBSD ports repository Modified files: net/cicquin Makefile Log: Add a people.FreeBSD.org master site and prepare for adding a local one, too, when my public_distfiles changes from yesterday actually propagate to the FTP servers. Revision Changes Path 1.2 +5 -1 ports/net/cicquin/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jun 30 16:29:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA39816A4CE; Wed, 30 Jun 2004 16:29:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABFF243D49; Wed, 30 Jun 2004 16:29:03 +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 i5UGT3er042674; Wed, 30 Jun 2004 16:29:03 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UGT3rN042673; Wed, 30 Jun 2004 16:29:03 GMT (envelope-from green) Message-Id: <200406301629.i5UGT3rN042673@repoman.freebsd.org> From: Brian Feldman Date: Wed, 30 Jun 2004 16:29:03 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 16:29:04 -0000 green 2004-06-30 16:29:03 UTC FreeBSD doc repository (src,ports committer) Modified files: en/donations wantlist.sgml Log: I have generously been donated just what I was hoping for :) Revision Changes Path 1.201 +1 -8 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Wed Jun 30 16:39:47 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 16:47:23 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 16:54:38 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 16:58:40 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 17:05:25 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 17:15:20 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 17:25:15 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 17:27:42 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 17:31:52 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 17:32:35 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 17:33:46 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 17:34:15 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 17:34:20 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 17:35:11 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 17:37:23 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 17:40:07 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 17:44:10 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 17:49:23 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 17:51:54 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 17:56:01 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 18:03:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A10516A4CE; Wed, 30 Jun 2004 18:03:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BED743D4C; Wed, 30 Jun 2004 18:03:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UI3E6G046366; Wed, 30 Jun 2004 18:03:14 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UI3EfM046365; Wed, 30 Jun 2004 18:03:14 GMT (envelope-from pav) Message-Id: <200406301803.i5UI3EfM046365@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 30 Jun 2004 18:03:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/binkd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 18:03:23 -0000 pav 2004-06-30 18:03:14 UTC FreeBSD ports repository Modified files: net/binkd Makefile distinfo Log: - Update to 0.9.7 PR: ports/68478 Submitted by: Oleg Sharoiko Approved by: maintainer Revision Changes Path 1.16 +2 -2 ports/net/binkd/Makefile 1.8 +2 -2 ports/net/binkd/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jun 30 18:10:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4398F16A4CE; Wed, 30 Jun 2004 18:10:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26E9B43D49; Wed, 30 Jun 2004 18:10:54 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UIArbn046630; Wed, 30 Jun 2004 18:10:53 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UIAr0N046629; Wed, 30 Jun 2004 18:10:53 GMT (envelope-from jeh) Message-Id: <200406301810.i5UIAr0N046629@repoman.freebsd.org> From: "James E. Housley" Date: Wed, 30 Jun 2004 18:10:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 18:10:54 -0000 jeh 2004-06-30 18:10:53 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4371 Revision Changes Path 1.247 +1 -1 ports/security/uvscan-dat/Makefile 1.245 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jun 30 18:58:34 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 19:00:52 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 19:24:42 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 19:32:48 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 19:47:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2514316A4CE; Wed, 30 Jun 2004 19:47:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 082E243D49; Wed, 30 Jun 2004 19:47:57 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UJlcqw049076; Wed, 30 Jun 2004 19:47:38 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UJlc0K049075; Wed, 30 Jun 2004 19:47:38 GMT (envelope-from ceri) Message-Id: <200406301947.i5UJlc0K049075@repoman.freebsd.org> From: Ceri Davies Date: Wed, 30 Jun 2004 19:47:38 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/freebsd-questions article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 19:47:57 -0000 ceri 2004-06-30 19:47:38 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/freebsd-questions article.sgml Log: Fill in the URL for the questions@ list's bit of mailman. Submitted by: Matt Revision Changes Path 1.20 +1 -1 doc/en_US.ISO8859-1/articles/freebsd-questions/article.sgml From owner-cvs-all@FreeBSD.ORG Wed Jun 30 19:50:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF7FF16A4CF; Wed, 30 Jun 2004 19:50:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A19D043D45; Wed, 30 Jun 2004 19:50:47 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UJog6P049224; Wed, 30 Jun 2004 19:50:42 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UJogcE049223; Wed, 30 Jun 2004 19:50:42 GMT (envelope-from ceri) Message-Id: <200406301950.i5UJogcE049223@repoman.freebsd.org> From: Ceri Davies Date: Wed, 30 Jun 2004 19:50:42 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 19:50:48 -0000 ceri 2004-06-30 19:50:42 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Add my desire for a laptop. Revision Changes Path 1.202 +8 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Wed Jun 30 19:52:43 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 19:54:30 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 19:56:26 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 19:56:31 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 20:02:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE3C916A4CE; Wed, 30 Jun 2004 20:02:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 910FF43D2F; Wed, 30 Jun 2004 20:02:13 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UK20vA049645; Wed, 30 Jun 2004 20:02:00 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UK2025049644; Wed, 30 Jun 2004 20:02:00 GMT (envelope-from marcus) Message-Id: <200406302002.i5UK2025049644@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 30 Jun 2004 20:02:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/epiphany-extensions Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 20:02:13 -0000 marcus 2004-06-30 20:02:00 UTC FreeBSD ports repository Modified files: www/epiphany-extensions Makefile Log: Chase the Mozilla 1.7 update. Revision Changes Path 1.4 +3 -2 ports/www/epiphany-extensions/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jun 30 20:08:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC6DD16A4CE; Wed, 30 Jun 2004 20:08:16 +0000 (GMT) Received: from hood.oook.cz (hood.oook.cz [212.27.205.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C763B43D4C; Wed, 30 Jun 2004 20:08:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (localhost.oook.cz [127.0.0.1]) by hood.oook.cz (8.12.11/8.12.11) with ESMTP id i5UK7r7K081227 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 30 Jun 2004 22:07:53 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by hood.oook.cz (8.12.11/8.12.11/Submit) id i5UK7rbn081222; Wed, 30 Jun 2004 22:07:53 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: hood.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Mark Linimon In-Reply-To: <200406300304.i5U34O60018083@repoman.freebsd.org> References: <200406300304.i5U34O60018083@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-/i4X9oJEiQgQ6kmz19qG" Message-Id: <1088626072.46114.0.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 30 Jun 2004 22:07:53 +0200 cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 20:08:16 -0000 --=-/i4X9oJEiQgQ6kmz19qG Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable V st, 30. 06. 2004 v 05:04, Mark Linimon p=ED=B9e: > linimon 2004-06-30 03:04:24 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > en_US.ISO8859-1/books/porters-handbook book.sgml=20 > Log: > Beging to rework the section on dependencies Makevars, especially with > respect to WITH_*/WITHOUT_*. Although this patch is incomplete, it is > better than what is there. Are you sure about WITHOUT_GETTEXT? We commonly use WITHOUT_NLS. > Note: I've removed some of the GNOME text because AFAICT it is just > completely wrong now. Yes, it was. --=20 Pav Lucistnik Any Palm app requiring an 90+ page manual has lost its vision. =20 --=-/i4X9oJEiQgQ6kmz19qG Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBA4x2YntdYP8FOsoIRAjGgAJ4lFEaUQ1Jw6urC3bfUMt/Nk4mpTwCgwFye 3vpsUO9YrAwMwzYxPxtQKic= =h2+4 -----END PGP SIGNATURE----- --=-/i4X9oJEiQgQ6kmz19qG-- From owner-cvs-all@FreeBSD.ORG Wed Jun 30 20:09:38 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 20:09:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FE4B16A4CE; Wed, 30 Jun 2004 20:09:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6E2343D46; Wed, 30 Jun 2004 20:09:15 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UK8d6d049867; Wed, 30 Jun 2004 20:08:39 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UK8dq9049866; Wed, 30 Jun 2004 20:08:39 GMT (envelope-from marcus) Message-Id: <200406302008.i5UK8dq9049866@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 30 Jun 2004 20:08:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/gnomesystemtools Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 20:09:16 -0000 marcus 2004-06-30 20:08:39 UTC FreeBSD ports repository Modified files: sysutils/gnomesystemtools Makefile distinfo pkg-plist Log: Update to 0.34.0. Revision Changes Path 1.2 +2 -2 ports/sysutils/gnomesystemtools/Makefile 1.2 +2 -2 ports/sysutils/gnomesystemtools/distinfo 1.2 +4 -31 ports/sysutils/gnomesystemtools/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jun 30 20:31:37 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 20:32:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D74116A4CE; Wed, 30 Jun 2004 20:32:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70B0A43D3F; Wed, 30 Jun 2004 20:32:13 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UKVogg050687; Wed, 30 Jun 2004 20:31:50 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UKVoIR050686; Wed, 30 Jun 2004 20:31:50 GMT (envelope-from wilko) Message-Id: <200406302031.i5UKVoIR050686@repoman.freebsd.org> From: Wilko Bulte Date: Wed, 30 Jun 2004 20:31:50 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 20:32:13 -0000 wilko 2004-06-30 20:31:50 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: ATM card went out today. Revision Changes Path 1.167 +2 -2 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Wed Jun 30 20:46:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D18F16A4CF; Wed, 30 Jun 2004 20:46:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 580CC43D1D; Wed, 30 Jun 2004 20:46:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UKjejf051190; Wed, 30 Jun 2004 20:45:40 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UKjeeh051189; Wed, 30 Jun 2004 20:45:40 GMT (envelope-from pav) Message-Id: <200406302045.i5UKjeeh051189@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 30 Jun 2004 20:45:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/mozilla-jlp Makefile distinfo pkg-plist ports/japanese/mozilla-jlp/files unix.js X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 20:46:06 -0000 pav 2004-06-30 20:45:40 UTC FreeBSD ports repository Modified files: japanese/mozilla-jlp Makefile distinfo pkg-plist Removed files: japanese/mozilla-jlp/files unix.js Log: - Update to 1.7 PR: ports/68439 Submitted by: Yoshisato YANAGISAWA Approved by: maintainer Revision Changes Path 1.56 +3 -9 ports/japanese/mozilla-jlp/Makefile 1.39 +2 -2 ports/japanese/mozilla-jlp/distinfo 1.19 +0 -381 ports/japanese/mozilla-jlp/files/unix.js (dead) 1.23 +0 -3 ports/japanese/mozilla-jlp/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jun 30 20:49:55 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 20:58:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8AFE16A4CE; Wed, 30 Jun 2004 20:58:51 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7847243D46; Wed, 30 Jun 2004 20:58:51 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id D04D514316; Wed, 30 Jun 2004 15:58:50 -0500 (CDT) Date: Wed, 30 Jun 2004 15:58:50 -0500 (CDT) From: Mark Linimon X-X-Sender: linimon@pancho To: Pav Lucistnik In-Reply-To: <1088626072.46114.0.camel@hood.oook.cz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-all@FreeBSD.org cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: Mark Linimon Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 20:58:51 -0000 On Wed, 30 Jun 2004, Pav Lucistnik wrote: > Are you sure about WITHOUT_GETTEXT? We commonly use WITHOUT_NLS. If that's the way to go, sure, let's change it. I was doing some guesswork here and didn't get any responses to feedback. So, now *you're* the volunteer to write up the next set to document :-) (I can do the markup.) mcl From owner-cvs-all@FreeBSD.ORG Wed Jun 30 21:00:47 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 21:00:48 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 21:24:28 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 21:28:20 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 21:38:38 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 21:38:45 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 21:40:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B56C316A4CE; Wed, 30 Jun 2004 21:40:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9920643D2F; Wed, 30 Jun 2004 21:40:03 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5ULdtmd052962; Wed, 30 Jun 2004 21:39:55 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5ULdtTh052961; Wed, 30 Jun 2004 21:39:55 GMT (envelope-from mezz) Message-Id: <200406302139.i5ULdtTh052961@repoman.freebsd.org> From: Jeremy Messenger Date: Wed, 30 Jun 2004 21:39:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/fluxbox-devel Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 21:40:03 -0000 mezz 2004-06-30 21:39:55 UTC FreeBSD ports repository Modified files: x11-wm/fluxbox-devel Makefile pkg-plist Log: -Add DOCS. -Remove the build and run depend of XFree86-4-clients. -Bump PORTREVISION, because of depend and pkg-plist changes. PR: ports/68512 Submitted by: Roman Bogorodskiy Revision Changes Path 1.39 +10 -4 ports/x11-wm/fluxbox-devel/Makefile 1.17 +8 -1 ports/x11-wm/fluxbox-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jun 30 21:43:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0FCF16A4CE; Wed, 30 Jun 2004 21:43:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C428843D5C; Wed, 30 Jun 2004 21:43:11 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5ULgxmg053147; Wed, 30 Jun 2004 21:42:59 GMT (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5ULgxaU053146; Wed, 30 Jun 2004 21:42:59 GMT (envelope-from ade) Message-Id: <200406302142.i5ULgxaU053146@repoman.freebsd.org> From: Ade Lovett Date: Wed, 30 Jun 2004 21:42:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/autoconf259 Makefileports/devel/autoconf259/files patch-autoreconf.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 21:43:12 -0000 ade 2004-06-30 21:42:59 UTC FreeBSD ports repository Modified files: devel/autoconf259 Makefile Added files: devel/autoconf259/files patch-autoreconf.in Log: Fix for auto-creation of an auxiliary directory when using the base version of perl in 4.x Whilst the package list isn't affected, PORTREVISION has been bumped to warn 4.x users -- those on 5.x don't necessarily have to update. PR: 68509 Submitted by: Martin Kammerhofer Revision Changes Path 1.55 +1 -0 ports/devel/autoconf259/Makefile 1.1 +7 -0 ports/devel/autoconf259/files/patch-autoreconf.in (new) From owner-cvs-all@FreeBSD.ORG Wed Jun 30 21:48:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F73516A4CE; Wed, 30 Jun 2004 21:48:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 323CB43D2F; Wed, 30 Jun 2004 21:48:42 +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 i5ULmXe4053297; Wed, 30 Jun 2004 21:48:33 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5ULmXkw053296; Wed, 30 Jun 2004 21:48:33 GMT (envelope-from josef) Message-Id: <200406302148.i5ULmXkw053296@repoman.freebsd.org> From: Josef El-Rayes Date: Wed, 30 Jun 2004 21:48:33 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/commercial hardware.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 21:48:42 -0000 josef 2004-06-30 21:48:33 UTC FreeBSD doc repository Modified files: en/commercial hardware.xml Log: Add eRacks as FreeBSD powered hardware vendor. Requested by: From: info Revision Changes Path 1.4 +16 -1 www/en/commercial/hardware.xml From owner-cvs-all@FreeBSD.ORG Wed Jun 30 21:52:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5F2116A4CE; Wed, 30 Jun 2004 21:52:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C66DF43D4C; Wed, 30 Jun 2004 21:52:52 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5ULqoAD053495; Wed, 30 Jun 2004 21:52:50 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5ULqoKr053494; Wed, 30 Jun 2004 21:52:50 GMT (envelope-from ambrisko) Message-Id: <200406302152.i5ULqoKr053494@repoman.freebsd.org> From: Doug Ambrisko Date: Wed, 30 Jun 2004 21:52:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/etherboot Makefile distinfo pkg-descr ports/net/etherboot/files patch-aa patch-ab patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 21:52:53 -0000 ambrisko 2004-06-30 21:52:50 UTC FreeBSD ports repository Modified files: net/etherboot Makefile distinfo pkg-descr net/etherboot/files patch-aa Added files: net/etherboot/files patch-ab patch-ac Log: Update to EtherBoot 5.2.4 Revision Changes Path 1.26 +1 -1 ports/net/etherboot/Makefile 1.16 +2 -2 ports/net/etherboot/distinfo 1.13 +22 -44 ports/net/etherboot/files/patch-aa 1.8 +33 -0 ports/net/etherboot/files/patch-ab (new) 1.1 +15 -0 ports/net/etherboot/files/patch-ac (new) 1.8 +1 -1 ports/net/etherboot/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Jun 30 22:01:16 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 22:07:34 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 22:18:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A110416A4CE; Wed, 30 Jun 2004 22:18:25 +0000 (GMT) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 676B043D2F; Wed, 30 Jun 2004 22:18:25 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i5UMI98M081311; Wed, 30 Jun 2004 15:18:09 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i5UMI97t081310; Wed, 30 Jun 2004 15:18:09 -0700 (PDT) (envelope-from rizzo) Date: Wed, 30 Jun 2004 15:18:08 -0700 From: Luigi Rizzo To: Doug Ambrisko Message-ID: <20040630151808.A81112@xorpc.icir.org> References: <200406302152.i5ULqoKr053494@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200406302152.i5ULqoKr053494@repoman.freebsd.org>; from ambrisko@FreeBSD.org on Wed, Jun 30, 2004 at 09:52:50PM +0000 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/etherboot Makefile distinfo pkg-descr ports/net/etherboot/files patch-aa patch-ab patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 22:18:26 -0000 warning -- etherboot 5.2.x has severe backward compatibility issues wrt the previous version (5.0.x) In particular, with the new version we have lost the possibility of using the boot1a bootloader in front of the etherboot image. This is a very precious feature, because you can stick both the boot1a and the etherboot code in the unused chunk of the first track of the disk (sectors 2-63 or 2-32 in the case of flash cards), meaning that you can set up a diskless boot partition even if the disk is fully used. With the new code i believe you need LILO, and i am not sure at all that you can do the same -- at the very least you cannot certainly do something as simple as cat boot1a.bin rtl8139.lzrom | dd of=/dev/ad0 oseek=1 to install the diskless partition. I understand that the new code supports a lot more cards, and this is a good reason to have it -- but the 'boot1a' feature is a precious one, basically the first thing (and possibly the only one) I install on every HD i have to let it boot freebsd. I believe we ought to keep the old port around, either by renaming it to etherboot50, or (for POLA) renaming the new one to etherboot52 or etherboot-ng or similar. cheers luigi On Wed, Jun 30, 2004 at 09:52:50PM +0000, Doug Ambrisko wrote: > ambrisko 2004-06-30 21:52:50 UTC > > FreeBSD ports repository > > Modified files: > net/etherboot Makefile distinfo pkg-descr > net/etherboot/files patch-aa > Added files: > net/etherboot/files patch-ab patch-ac > Log: > Update to EtherBoot 5.2.4 > > Revision Changes Path > 1.26 +1 -1 ports/net/etherboot/Makefile > 1.16 +2 -2 ports/net/etherboot/distinfo > 1.13 +22 -44 ports/net/etherboot/files/patch-aa > 1.8 +33 -0 ports/net/etherboot/files/patch-ab (new) > 1.1 +15 -0 ports/net/etherboot/files/patch-ac (new) > 1.8 +1 -1 ports/net/etherboot/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Jun 30 22:34:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1468116A4CE; Wed, 30 Jun 2004 22:34:34 +0000 (GMT) Received: from mail.ambrisko.com (adsl-64-174-51-43.dsl.snfc21.pacbell.net [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id B455A43D46; Wed, 30 Jun 2004 22:34:33 +0000 (GMT) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) (192.168.1.2) by mail.ambrisko.com with ESMTP; 30 Jun 2004 15:34:22 -0700 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.9p2/8.12.9) with ESMTP id i5UMYLSU066308; Wed, 30 Jun 2004 15:34:21 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.9p2/8.12.9/Submit) id i5UMYLoi066307; Wed, 30 Jun 2004 15:34:21 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200406302234.i5UMYLoi066307@ambrisko.com> In-Reply-To: <20040630151808.A81112@xorpc.icir.org> To: Luigi Rizzo Date: Wed, 30 Jun 2004 15:34:21 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: Doug Ambrisko cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/etherboot Makefile distinfo pkg-descr ports/net/etherboot/files patch-aa patch-ab patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 22:34:34 -0000 Luigi Rizzo writes: | warning -- etherboot 5.2.x has severe backward compatibility issues | wrt the previous version (5.0.x) | | In particular, with the new version we have lost the possibility | of using the boot1a bootloader in front of the etherboot image. | This is a very precious feature, because you can stick both the | boot1a and the etherboot code in the unused chunk of the first | track of the disk (sectors 2-63 or 2-32 in the case of flash cards), | meaning that you can set up a diskless boot partition even if the | disk is fully used. | | With the new code i believe you need LILO, and i am not sure | at all that you can do the same -- at the very least you cannot | certainly do something as simple as | | cat boot1a.bin rtl8139.lzrom | dd of=/dev/ad0 oseek=1 | | to install the diskless partition. I'll try to test it again but I think this should still work ... a similar variation worked for me before. So for me that hasn't been the case. BTW the main motivation is the exising port doesn't build due to missing tarball so I moved it to the latest release build (once I made it work properly with FreeBSD). Doug A. From owner-cvs-all@FreeBSD.ORG Wed Jun 30 22:39:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C685416A4D1; Wed, 30 Jun 2004 22:39:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFA2143D1F; Wed, 30 Jun 2004 22:39:03 +0000 (GMT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UMcjex054680; Wed, 30 Jun 2004 22:38:45 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UMcjVY054679; Wed, 30 Jun 2004 22:38:45 GMT (envelope-from naddy) Message-Id: <200406302238.i5UMcjVY054679@repoman.freebsd.org> From: Christian Weisgerber Date: Wed, 30 Jun 2004 22:38:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/nano Makefile distinfo ports/editors/nano/files patch-files.c patch-nanorc.sample patch-search.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 22:39:04 -0000 naddy 2004-06-30 22:38:45 UTC FreeBSD ports repository Modified files: editors/nano Makefile distinfo Added files: editors/nano/files patch-nanorc.sample Removed files: editors/nano/files patch-files.c patch-search.c Log: * Update to 1.2.4. Changes in this release: various bug fixes. * Fix regular expressions in nanorc.sample; pointed out by Jacek Wotka. Revision Changes Path 1.30 +2 -3 ports/editors/nano/Makefile 1.18 +2 -2 ports/editors/nano/distinfo 1.2 +0 -56 ports/editors/nano/files/patch-files.c (dead) 1.1 +58 -0 ports/editors/nano/files/patch-nanorc.sample (new) 1.2 +0 -19 ports/editors/nano/files/patch-search.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Jun 30 22:51:59 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 23:13:26 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 23:21:22 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 23:39:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E6F816A4CE; Wed, 30 Jun 2004 23:39:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 608AD43D39; Wed, 30 Jun 2004 23:39:00 +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 i5UNd0Cs056444; Wed, 30 Jun 2004 23:39:00 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UNd05O056443; Wed, 30 Jun 2004 23:39:00 GMT (envelope-from eik) Message-Id: <200406302339.i5UNd05O056443@repoman.freebsd.org> From: Oliver Eikemeier Date: Wed, 30 Jun 2004 23:39:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit-db/database portaudit.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 23:39:00 -0000 eik 2004-06-30 23:39:00 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: - SSLtelnet remote format string vulnerability (guys, this is a public list) - add some references Revision Changes Path 1.38 +9 -8 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Wed Jun 30 23:43:43 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 23:45:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8184C16A4CE; Wed, 30 Jun 2004 23:45:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62FE743D39; Wed, 30 Jun 2004 23:45:29 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UNjR0X056712; Wed, 30 Jun 2004 23:45:27 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5UNjRqx056711; Wed, 30 Jun 2004 23:45:27 GMT (envelope-from pav) Message-Id: <200406302345.i5UNjRqx056711@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 30 Jun 2004 23:45:27 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome/docs porting.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 23:45:29 -0000 pav 2004-06-30 23:45:27 UTC FreeBSD doc repository (ports committer) Modified files: en/gnome/docs porting.sgml Log: - Fix typo in gconf section Revision Changes Path 1.42 +2 -2 www/en/gnome/docs/porting.sgml From owner-cvs-all@FreeBSD.ORG Wed Jun 30 23:55:02 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 23:55:33 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Wed Jun 30 23:58:23 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 00:01:26 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 00:35:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFAC516A4CF; Thu, 1 Jul 2004 00:35:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2BE443D53; Thu, 1 Jul 2004 00:35:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i610ZW60058134; Thu, 1 Jul 2004 00:35:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i610ZWcO058133; Thu, 1 Jul 2004 00:35:32 GMT (envelope-from pav) Message-Id: <200407010035.i610ZWcO058133@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 1 Jul 2004 00:35:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gthumb2 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 00:35:32 -0000 pav 2004-07-01 00:35:32 UTC FreeBSD ports repository Modified files: graphics/gthumb2 Makefile distinfo pkg-plist Log: - Update to 2.4.1 - Switch to new gconf handling Revision Changes Path 1.40 +1 -1 ports/graphics/gthumb2/Makefile 1.22 +2 -2 ports/graphics/gthumb2/distinfo 1.25 +2 -92 ports/graphics/gthumb2/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 1 00:51:36 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 01:48:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FFBE16A4CE; Thu, 1 Jul 2004 01:48:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E549F43D1F; Thu, 1 Jul 2004 01:48:26 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i611mPFI059947; Thu, 1 Jul 2004 01:48:25 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i611mPtV059946; Thu, 1 Jul 2004 01:48:25 GMT (envelope-from ijliao) Message-Id: <200407010148.i611mPtV059946@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 1 Jul 2004 01:48:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/swish-e Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 01:48:27 -0000 ijliao 2004-07-01 01:48:25 UTC FreeBSD ports repository Modified files: www/swish-e Makefile distinfo pkg-plist Log: upgrade to 2.4.2 utilize PORTDOCS Revision Changes Path 1.12 +4 -3 ports/www/swish-e/Makefile 1.7 +2 -2 ports/www/swish-e/distinfo 1.6 +0 -69 ports/www/swish-e/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 1 01:48:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 880B816A4CE; Thu, 1 Jul 2004 01:48:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B03C43D1F; Thu, 1 Jul 2004 01:48:49 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i611mnLb059990; Thu, 1 Jul 2004 01:48:49 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i611mn0F059989; Thu, 1 Jul 2004 01:48:49 GMT (envelope-from ijliao) Message-Id: <200407010148.i611mn0F059989@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 1 Jul 2004 01:48:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/swish-e/files patch-config:ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 01:48:49 -0000 ijliao 2004-07-01 01:48:49 UTC FreeBSD ports repository Added files: www/swish-e/files patch-config:ltmain.sh Log: add missing file in last commit Revision Changes Path 1.1 +15 -0 ports/www/swish-e/files/patch-config:ltmain.sh (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 1 02:07:01 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 02:19:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D01416A4CE; Thu, 1 Jul 2004 02:19:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FD4243D3F; Thu, 1 Jul 2004 02:19:39 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i612JL5T060808; Thu, 1 Jul 2004 02:19:21 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i612JLiT060807; Thu, 1 Jul 2004 02:19:21 GMT (envelope-from adamw) Message-Id: <200407010219.i612JLiT060807@repoman.freebsd.org> From: Adam Weinberger Date: Thu, 1 Jul 2004 02:19:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/scummvm-tools Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 02:19:39 -0000 adamw 2004-07-01 02:19:21 UTC FreeBSD ports repository Modified files: games/scummvm-tools Makefile distinfo pkg-plist Log: Update to 0.6.0. PR: ports/68533 Submitted by: maintainer Revision Changes Path 1.7 +19 -7 ports/games/scummvm-tools/Makefile 1.3 +2 -2 ports/games/scummvm-tools/distinfo 1.2 +4 -4 ports/games/scummvm-tools/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 1 02:45:24 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 02:54:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7239A16A4CE; Thu, 1 Jul 2004 02:54:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54E5B43D45; Thu, 1 Jul 2004 02:54:33 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i612s7Ih061659; Thu, 1 Jul 2004 02:54:07 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i612s7NE061658; Thu, 1 Jul 2004 02:54:07 GMT (envelope-from linimon) Message-Id: <200407010254.i612s7NE061658@repoman.freebsd.org> From: Mark Linimon Date: Thu, 1 Jul 2004 02:54:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/quixote Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 02:54:33 -0000 linimon 2004-07-01 02:54:07 UTC FreeBSD ports repository Modified files: www/quixote Makefile Log: Give maintainership to submitter of most recent PR; the current submitter had been unresponsive for quite some time. Revision Changes Path 1.18 +1 -1 ports/www/quixote/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 1 03:00:52 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 03:00:53 -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-all@FreeBSD.ORG Thu Jul 1 03:02:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE4F916A4CE; Thu, 1 Jul 2004 03:02:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70B6A43D54; Thu, 1 Jul 2004 03:02:32 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6132Ner062087; Thu, 1 Jul 2004 03:02:23 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6132N6O062086; Thu, 1 Jul 2004 03:02:23 GMT (envelope-from linimon) Message-Id: <200407010302.i6132N6O062086@repoman.freebsd.org> From: Mark Linimon Date: Thu, 1 Jul 2004 03:02:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/biology/fasta3 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 03:02:33 -0000 linimon 2004-07-01 03:02:23 UTC FreeBSD ports repository Modified files: biology/fasta3 Makefile distinfo Log: Chase mastersite and fix checksum to unbreak. (Changes are inclusion of a logfile, one Linux-only change, and one change in a test script). Assign submitter as new maintainer as current one has not responded to PRs for some time. PR: ports/68199 Submitted by: Fernan Aguero Revision Changes Path 1.12 +2 -6 ports/biology/fasta3/Makefile 1.7 +2 -2 ports/biology/fasta3/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 1 03:08:21 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 04:00:29 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 04:00:29 -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-all@FreeBSD.ORG Thu Jul 1 04:05:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91A7816A4CE; Thu, 1 Jul 2004 04:05:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ABA843D1D; Thu, 1 Jul 2004 04:05:17 +0000 (GMT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6145HeT063766; Thu, 1 Jul 2004 04:05:17 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6145Hkt063765; Thu, 1 Jul 2004 04:05:17 GMT (envelope-from knu) Message-Id: <200407010405.i6145Hkt063765@repoman.freebsd.org> From: Akinori MUSHA Date: Thu, 1 Jul 2004 04:05:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/portupgrade Makefile distinfo ports/sysutils/portupgrade/files patch-portinfo.rb X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 04:05:17 -0000 knu 2004-07-01 04:05:16 UTC FreeBSD ports repository Modified files: sysutils/portupgrade Makefile distinfo Removed files: sysutils/portupgrade/files patch-portinfo.rb Log: Update to 20040701. New distfile. portupgrade: - Make -PP/--use-packages-only work better, just as I originally intended. Now packages are correctly identified using pkg_info(1), "LATEST_LINK" files are also properly detected. Related informational messages have also been improved. It turned out that the LATEST_LINK/NO_LATEST_LINK detection was broken long ago and hasn't been working for long. pkg_fetch(1): - Properly rename a "latest link" file with a full package name with version part. pkgtools.conf(5): - Improve and unify the method for pattern matching in MAKE_ARGS, BEFOREBUILD, BEFOREDEINSTALL and AFTERINSTALL variables. This should fix some cases where it looks like MAKE_ARGS entries are ignored. Revision Changes Path 1.186 +3 -5 ports/sysutils/portupgrade/Makefile 1.151 +2 -6 ports/sysutils/portupgrade/distinfo 1.3 +0 -16 ports/sysutils/portupgrade/files/patch-portinfo.rb (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 1 04:11:32 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 04:14:56 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 04:54:22 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 04:56:25 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 05:09:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7E3C16A4CE; Thu, 1 Jul 2004 05:09:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 981E043D48; Thu, 1 Jul 2004 05:09:07 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6158eaL065469; Thu, 1 Jul 2004 05:08:40 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6158evd065468; Thu, 1 Jul 2004 05:08:40 GMT (envelope-from linimon) Message-Id: <200407010508.i6158evd065468@repoman.freebsd.org> From: Mark Linimon Date: Thu, 1 Jul 2004 05:08:40 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 05:09:07 -0000 linimon 2004-07-01 05:08:40 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Rework of categories explanations: remove confusing colloquialism, add text to ensure that the first category must be a physical category, move comments about 'misc' out of the main table and into the commentary below, finish removing information about COMMENT being a file. Spurred in part by: Mike Brown Revision Changes Path 1.451 +26 -15 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 1 05:11:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69E7216A4CF; Thu, 1 Jul 2004 05:11:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4326143D46; Thu, 1 Jul 2004 05:11:13 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i615Ap6x065607; Thu, 1 Jul 2004 05:10:51 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i615ApbY065606; Thu, 1 Jul 2004 05:10:51 GMT (envelope-from linimon) Message-Id: <200407010510.i615ApbY065606@repoman.freebsd.org> From: Mark Linimon Date: Thu, 1 Jul 2004 05:10:50 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 05:11:13 -0000 linimon 2004-07-01 05:10:50 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document UID/GID for mail/courier. Revision Changes Path 1.452 +2 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 1 05:14:23 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 05:34:03 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 05:54:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A325316A4CE; Thu, 1 Jul 2004 05:54:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8852743D3F; Thu, 1 Jul 2004 05:54:57 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i615suIv066757; Thu, 1 Jul 2004 05:54:56 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i615su23066756; Thu, 1 Jul 2004 05:54:56 GMT (envelope-from clement) Message-Id: <200407010554.i615su23066756@repoman.freebsd.org> From: Clement Laforet Date: Thu, 1 Jul 2004 05:54:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/apache2 Makefile Makefile.doc Makefile.modules distinfo pkg-message pkg-plist ports/www/apache2/files exp-apr-kqueue.patch exp-http-ready.patch patch-server:protocol.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 05:54:57 -0000 clement 2004-07-01 05:54:56 UTC FreeBSD ports repository Modified files: www/apache2 Makefile Makefile.doc Makefile.modules distinfo pkg-message pkg-plist Added files: www/apache2/files exp-apr-kqueue.patch exp-http-ready.patch exp-windowsupdate.patch patch-srclib:apr-util:misc:apr_reslist.c Removed files: www/apache2/files patch-modules:ssl:ssl_engine_kernel.c patch-server:protocol.c Log: - Update to 2.0.50 Important changes: *) SECURITY: CAN-2004-0493 (cve.mitre.org) Close a denial of service vulnerability identified by Georgi Guninski which could lead to memory exhaustion with certain input data. [Jeff Trawick] *) SECURITY: CAN-2004-0488 (cve.mitre.org) mod_ssl: Fix a buffer overflow in the FakeBasicAuth code for a (trusted) client certificate subject DN which exceeds 6K in length. [Joe Orton] Details can be found here: http://www.apache.org/dist/httpd/CHANGES_2.0 - Use autoconf 2.59 - Add add SUEXEC_LOGFILE tunable to set suexec logfile [1] - Silently ignore removal of libexec/apache2 directory - Import latest version of apr_reslit.c from apr CVS which adds timeout feature to apr_reslist_acquire(). This is required for future mod_logio-st. - Add explicit dependency on libiconv (so nowwe support libiconv) - Move Windows Update fix from MASTER_SITE_LOCAL to ports tree - add WITH_EXPERIMENTAL_PATCHES knobs: These patches are backports from apache CVS HEAD or apr CVS HEAD. They have positive impacts on apache responsiveness but can be instable and are NOT currently supported by apache/apr teams. * exp-http-ready.patch: add "httpready" support for ACCEPT_FILTER (currently apache 2 only support "dataready") * exp-apr-kqueue.patch: add support for kqueue in apr_poll(). This patch greatly improves apache network performance (up to 18% according to the author, on my test box, between 13% and 21%) Test and feedback on -STABLE are welcome ;) For more details, please see: http://marc.theaimsgroup.com/?t=108650227500001&r=1&w=2 Submitted by: knu [1] NOTE: Please set MASTER_SITE_APACHE_HTTPD to closest mirrors. you can easily find them from: http://www.apache.org/dyn/closer.cgi/httpd/ Thanks : Revision Changes Path 1.186 +10 -7 ports/www/apache2/Makefile 1.7 +2 -1 ports/www/apache2/Makefile.doc 1.14 +3 -2 ports/www/apache2/Makefile.modules 1.64 +2 -4 ports/www/apache2/distinfo 1.1 +475 -0 ports/www/apache2/files/exp-apr-kqueue.patch (new) 1.1 +21 -0 ports/www/apache2/files/exp-http-ready.patch (new) 1.1 +11 -0 ports/www/apache2/files/exp-windowsupdate.patch (new) 1.2 +0 -39 ports/www/apache2/files/patch-modules:ssl:ssl_engine_kernel.c (dead) 1.2 +0 -32 ports/www/apache2/files/patch-server:protocol.c (dead) 1.1 +112 -0 ports/www/apache2/files/patch-srclib:apr-util:misc:apr_reslist.c (new) 1.4 +0 -1 ports/www/apache2/pkg-message 1.64 +459 -340 ports/www/apache2/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 1 06:02:36 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 06:15:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B7F716A4CE; Thu, 1 Jul 2004 06:15:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D4F143D31; Thu, 1 Jul 2004 06:15:17 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i616FG5L067425; Thu, 1 Jul 2004 06:15:16 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i616FGiU067424; Thu, 1 Jul 2004 06:15:16 GMT (envelope-from krion) Message-Id: <200407010615.i616FGiU067424@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 1 Jul 2004 06:15:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/atr3d Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 06:15:17 -0000 krion 2004-07-01 06:15:16 UTC FreeBSD ports repository Modified files: games/atr3d Makefile Log: Add missing dependency Reported by: pointyhat via kris Revision Changes Path 1.11 +3 -2 ports/games/atr3d/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 1 06:24:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5888916A4CE; Thu, 1 Jul 2004 06:24:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5190E43D49; Thu, 1 Jul 2004 06:24:16 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i616O1P9067694; Thu, 1 Jul 2004 06:24:01 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i616O19k067693; Thu, 1 Jul 2004 06:24:01 GMT (envelope-from linimon) Message-Id: <200407010624.i616O19k067693@repoman.freebsd.org> From: Mark Linimon Date: Thu, 1 Jul 2004 06:24:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/biology/fasta Makefile distinfo pkg-plist ports/biology/fasta/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 06:24:16 -0000 linimon 2004-07-01 06:24:01 UTC FreeBSD ports repository Modified files: biology/fasta Makefile distinfo pkg-plist biology/fasta/files patch-Makefile Log: Update to fix fetch. Rework PORTVERSION to be more like biology/fasta3 and pacify portlint. PR: ports/67428 Submitted by: Roman Neuhauser Approved by: maintainer timeout (one month) Revision Changes Path 1.5 +3 -4 ports/biology/fasta/Makefile 1.3 +2 -2 ports/biology/fasta/distinfo 1.2 +4 -3 ports/biology/fasta/files/patch-Makefile 1.3 +2 -0 ports/biology/fasta/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 1 06:32:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4D5516A4D0; Thu, 1 Jul 2004 06:32:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85A6143D31; Thu, 1 Jul 2004 06:32:12 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i616W6Qc067823; Thu, 1 Jul 2004 06:32:06 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i616W6Ka067822; Thu, 1 Jul 2004 06:32:06 GMT (envelope-from edwin) Message-Id: <200407010632.i616W6Ka067822@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 1 Jul 2004 06:32:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/ltmdm Makefile ports/comms/ltmdm/files patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 06:32:12 -0000 edwin 2004-07-01 06:32:05 UTC FreeBSD ports repository Modified files: comms/ltmdm Makefile comms/ltmdm/files patch-ac Log: Chase fixes in TTY source. and tell phk to stop breaking tty source compat! Submitted by: darius@dons.net.au Reviewed by: Barney Wolff Revision Changes Path 1.13 +1 -1 ports/comms/ltmdm/Makefile 1.3 +118 -13 ports/comms/ltmdm/files/patch-ac From owner-cvs-all@FreeBSD.ORG Thu Jul 1 06:40:20 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 06:56:25 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 07:04:40 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 07:22:37 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 07:24:18 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 07:29:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF21816A4CE; Thu, 1 Jul 2004 07:29:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B14D943D2F; Thu, 1 Jul 2004 07:29:10 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i617T48K068570; Thu, 1 Jul 2004 07:29:04 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i617T4k3068569; Thu, 1 Jul 2004 07:29:04 GMT (envelope-from linimon) Message-Id: <200407010729.i617T4k3068569@repoman.freebsd.org> From: Mark Linimon Date: Thu, 1 Jul 2004 07:29:04 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 07:29:11 -0000 linimon 2004-07-01 07:29:04 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Add an entry about Broadcom being unlikely ever to release documentation about their chipsets used in the 43xx cards. Taken from: a post from the long-suffering wpaul Revision Changes Path 1.626 +19 -0 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 1 07:33:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5020416A4CE; Thu, 1 Jul 2004 07:33:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3235D43D54; Thu, 1 Jul 2004 07:33:20 +0000 (GMT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i617XKC6068647; Thu, 1 Jul 2004 07:33:20 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i617XKJQ068646; Thu, 1 Jul 2004 07:33:20 GMT (envelope-from knu) Message-Id: <200407010733.i617XKJQ068646@repoman.freebsd.org> From: Akinori MUSHA Date: Thu, 1 Jul 2004 07:33:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/ruby-xslt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 07:33:20 -0000 knu 2004-07-01 07:33:20 UTC FreeBSD ports repository Modified files: textproc/ruby-xslt Makefile Log: D'oh, I forgot to add LIB_DEPENDS... Revision Changes Path 1.7 +3 -0 ports/textproc/ruby-xslt/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 1 07:39:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90A8916A4CE; Thu, 1 Jul 2004 07:39:30 +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 2A6D843D1D; Thu, 1 Jul 2004 07:39:30 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-7.local ([172.16.0.7] helo=localhost) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1Bfw9i-000DI0-FE; Thu, 01 Jul 2004 09:38:53 +0200 Date: Thu, 1 Jul 2004 09:39:13 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Mark Linimon From: Oliver Eikemeier In-Reply-To: <200406300304.i5U34O60018083@repoman.freebsd.org> Message-Id: Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 07:39:30 -0000 Mark Linimon wrote: > Begin to rework the section on dependencies Makevars, especially with > respect to WITH_*/WITHOUT_*. Although this patch is incomplete, it is > better than what is there. Hmmm... WITH_BERKELEY_DB and WITH_BDB_VER make a nice example of inconsistency... -Oliver From owner-cvs-all@FreeBSD.ORG Thu Jul 1 07:44:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20E3B16A4CE; Thu, 1 Jul 2004 07:44:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02DCF43D31; Thu, 1 Jul 2004 07:44:29 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i617iRt5069124; Thu, 1 Jul 2004 07:44:27 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i617iRox069123; Thu, 1 Jul 2004 07:44:27 GMT (envelope-from erwin) Message-Id: <200407010744.i617iRox069123@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 1 Jul 2004 07:44:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-T2 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 07:44:29 -0000 erwin 2004-07-01 07:44:27 UTC FreeBSD ports repository Modified files: databases/p5-T2 Makefile pkg-plist Log: Unbreak by using %%SITE_PERL%% and not hardcoding it. Revision Changes Path 1.4 +0 -2 ports/databases/p5-T2/Makefile 1.2 +10 -10 ports/databases/p5-T2/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 1 07:46:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D7F016A4CE; Thu, 1 Jul 2004 07:46:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2058043D55; Thu, 1 Jul 2004 07:46:14 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i617k4hx069238; Thu, 1 Jul 2004 07:46:04 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i617k4QA069237; Thu, 1 Jul 2004 07:46:04 GMT (envelope-from krion) Message-Id: <200407010746.i617k4QA069237@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 1 Jul 2004 07:46:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/cxref Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 07:46:14 -0000 krion 2004-07-01 07:46:04 UTC FreeBSD ports repository Modified files: devel/cxref Makefile Log: Fix package build. Reported by: pointyhat via kris Revision Changes Path 1.24 +3 -4 ports/devel/cxref/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 1 07:46:40 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 07:56:57 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 07:59:23 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 08:02:04 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 08:05:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 545DA16A4CE; Thu, 1 Jul 2004 08:05:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 325C143D31; Thu, 1 Jul 2004 08:05:20 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6184s0O070165; Thu, 1 Jul 2004 08:04:54 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6184sNh070164; Thu, 1 Jul 2004 08:04:54 GMT (envelope-from pav) Message-Id: <200407010804.i6184sNh070164@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 1 Jul 2004 08:04:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/pearpc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 08:05:20 -0000 pav 2004-07-01 08:04:54 UTC FreeBSD ports repository Modified files: emulators/pearpc Makefile Log: - Unbreak on 4.x Reported by: bento via kris Pointy hat: mezz Revision Changes Path 1.8 +5 -0 ports/emulators/pearpc/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 1 08:06:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E34E16A4CE; Thu, 1 Jul 2004 08:06:51 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38C2243D1F; Thu, 1 Jul 2004 08:06:51 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from [192.160.235.2] (cs242743-143.austin.rr.com [24.27.43.143]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id EE5DD14859; Thu, 1 Jul 2004 03:06:39 -0500 (CDT) From: Mark Linimon Organization: Lonesome Dove Computing Services To: Oliver Eikemeier Date: Thu, 1 Jul 2004 03:04:12 -0500 User-Agent: KMail/1.6.2 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407010304.12011.linimon@FreeBSD.org> cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 08:06:51 -0000 > Hmmm... WITH_BERKELEY_DB and WITH_BDB_VER make a nice example of > inconsistency... IMHO first we have to document what's being used; only then can we start to try to bring some sanity into it. mcl From owner-cvs-all@FreeBSD.ORG Thu Jul 1 08:09:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4590B16A4CE; Thu, 1 Jul 2004 08:09:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2906043D39; Thu, 1 Jul 2004 08:09:11 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6188j1L070365; Thu, 1 Jul 2004 08:08:45 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6188j4w070364; Thu, 1 Jul 2004 08:08:45 GMT (envelope-from krion) Message-Id: <200407010808.i6188j4w070364@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 1 Jul 2004 08:08:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gfont Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 08:09:11 -0000 krion 2004-07-01 08:08:45 UTC FreeBSD ports repository Modified files: graphics/gfont Makefile Log: Fix dependencies. Reported by: pointyhat via kris Revision Changes Path 1.15 +2 -0 ports/graphics/gfont/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 1 08:20:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C873D16A582; Thu, 1 Jul 2004 08:20:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A99F743D2D; Thu, 1 Jul 2004 08:20:34 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i618JjVI070664; Thu, 1 Jul 2004 08:19:45 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i618JjPZ070663; Thu, 1 Jul 2004 08:19:45 GMT (envelope-from ijliao) Message-Id: <200407010819.i618JjPZ070663@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 1 Jul 2004 08:19:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/phpwebapp Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 08:20:34 -0000 ijliao 2004-07-01 08:19:45 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/phpwebapp Makefile distinfo pkg-descr Log: add phpwebapp 1.0 A web application framework Revision Changes Path 1.912 +1 -0 ports/www/Makefile 1.1 +30 -0 ports/www/phpwebapp/Makefile (new) 1.1 +2 -0 ports/www/phpwebapp/distinfo (new) 1.1 +10 -0 ports/www/phpwebapp/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 1 08:20:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72F7916A636; Thu, 1 Jul 2004 08:20:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 551F643D53; Thu, 1 Jul 2004 08:20:43 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i618JsgI070711; Thu, 1 Jul 2004 08:19:54 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i618JsGP070710; Thu, 1 Jul 2004 08:19:54 GMT (envelope-from ijliao) Message-Id: <200407010819.i618JsGP070710@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 1 Jul 2004 08:19:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 08:20:43 -0000 ijliao 2004-07-01 08:19:54 UTC FreeBSD ports repository Modified files: . modules Log: phpwebapp --> ports/www/phpwebapp Revision Changes Path 1.10444 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 1 08:22:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 006B816A4CE; Thu, 1 Jul 2004 08:22:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D622243D4C; Thu, 1 Jul 2004 08:22:48 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i618LwYn070832; Thu, 1 Jul 2004 08:21:58 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i618LwWt070831; Thu, 1 Jul 2004 08:21:58 GMT (envelope-from linimon) Message-Id: <200407010821.i618LwWt070831@repoman.freebsd.org> From: Mark Linimon Date: Thu, 1 Jul 2004 08:21:58 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 08:22:49 -0000 linimon 2004-07-01 08:21:58 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: WITHOUT_NLS is preferred to WITHOUT_GETTEXT. Pointed out by: pav, eik Revision Changes Path 1.453 +8 -8 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 1 08:28:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DF5516A4CE; Thu, 1 Jul 2004 08:28:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FEF743D1D; Thu, 1 Jul 2004 08:28:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i618RmSU071014; Thu, 1 Jul 2004 08:27:48 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i618RmRO071013; Thu, 1 Jul 2004 08:27:48 GMT (envelope-from pav) Message-Id: <200407010827.i618RmRO071013@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 1 Jul 2004 08:27:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/mplayer Makefile ports/multimedia/mplayer/files patch-ad X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 08:28:53 -0000 pav 2004-07-01 08:27:48 UTC FreeBSD ports repository Modified files: multimedia/mplayer Makefile multimedia/mplayer/files patch-ad Log: - Respect CFLAGS, fix WITHOUT_RUNTIME_CPUDETECTION knob, style PR: ports/68431 Submitted by: Tom McLaughlin Approved by: maintainer Revision Changes Path 1.97 +1 -3 ports/multimedia/mplayer/Makefile 1.18 +22 -3 ports/multimedia/mplayer/files/patch-ad From owner-cvs-all@FreeBSD.ORG Thu Jul 1 08:30:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BD4816A4CF; Thu, 1 Jul 2004 08:30:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C8B043D41; Thu, 1 Jul 2004 08:30:13 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i618Tluk071076; Thu, 1 Jul 2004 08:29:47 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i618Tl4F071075; Thu, 1 Jul 2004 08:29:47 GMT (envelope-from vs) Message-Id: <200407010829.i618Tl4F071075@repoman.freebsd.org> From: Volker Stolz Date: Thu, 1 Jul 2004 08:29:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mixmaster Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 08:30:13 -0000 vs 2004-07-01 08:29:47 UTC FreeBSD ports repository Modified files: mail/mixmaster Makefile Log: Use OpenSSL from port if not in base. Noticed by: cluster via kris Revision Changes Path 1.2 +3 -0 ports/mail/mixmaster/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 1 08:31:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8E0D16A4CE; Thu, 1 Jul 2004 08:31:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC6D143D53; Thu, 1 Jul 2004 08:31:12 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i618UZjo071153; Thu, 1 Jul 2004 08:30:35 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i618UZoc071152; Thu, 1 Jul 2004 08:30:35 GMT (envelope-from osa) Message-Id: <200407010830.i618UZoc071152@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Thu, 1 Jul 2004 08:30:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/srg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 08:31:12 -0000 osa 2004-07-01 08:30:35 UTC FreeBSD ports repository Modified files: www/srg Makefile Log: Fix build under 4.x by use USE_GETOPT_LONG. Notice from: kris and bento Revision Changes Path 1.2 +5 -2 ports/www/srg/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 1 08:47:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E01ED16A4CE; Thu, 1 Jul 2004 08:47:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8390C43D1D; Thu, 1 Jul 2004 08:47:57 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i618lkt8071570; Thu, 1 Jul 2004 08:47:46 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i618lkwZ071569; Thu, 1 Jul 2004 08:47:46 GMT (envelope-from vs) Message-Id: <200407010847.i618lkwZ071569@repoman.freebsd.org> From: Volker Stolz Date: Thu, 1 Jul 2004 08:47:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/cvsplot Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 08:47:58 -0000 vs 2004-07-01 08:47:46 UTC FreeBSD ports repository Modified files: devel/cvsplot Makefile distinfo Log: Update to 1.7.3 PR: ports/68535 Submitted by: maintainer Revision Changes Path 1.15 +1 -1 ports/devel/cvsplot/Makefile 1.8 +2 -2 ports/devel/cvsplot/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 1 08:51:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CA8416A4CE; Thu, 1 Jul 2004 08:51:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F46D43D3F; Thu, 1 Jul 2004 08:51:59 +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 i618pE2L071752; Thu, 1 Jul 2004 08:51:14 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i618pEmu071751; Thu, 1 Jul 2004 08:51:14 GMT (envelope-from brueffer) Message-Id: <200407010851.i618pEmu071751@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 1 Jul 2004 08:51:14 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 08:51:59 -0000 brueffer 2004-07-01 08:51:14 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Add my desire for a fast SCSI drive Revision Changes Path 1.203 +9 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 1 08:52:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1213116A4D4; Thu, 1 Jul 2004 08:52:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E800343D31; Thu, 1 Jul 2004 08:52:01 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i618pGMZ071785; Thu, 1 Jul 2004 08:51:16 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i618pGbO071784; Thu, 1 Jul 2004 08:51:16 GMT (envelope-from vs) Message-Id: <200407010851.i618pGbO071784@repoman.freebsd.org> From: Volker Stolz Date: Thu, 1 Jul 2004 08:51:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/ilohamail Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 08:52:02 -0000 vs 2004-07-01 08:51:16 UTC FreeBSD ports repository Modified files: mail/ilohamail Makefile distinfo pkg-plist Log: Update to 0.8.13 PR: ports/68520 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/mail/ilohamail/Makefile 1.2 +2 -2 ports/mail/ilohamail/distinfo 1.2 +69 -0 ports/mail/ilohamail/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 1 09:12:53 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 09:12:53 -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-all@FreeBSD.ORG Thu Jul 1 09:32:48 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 09:34:28 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 09:36:47 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 09:53:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C276716A4CE; Thu, 1 Jul 2004 09:53:28 +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 858F843D49; Thu, 1 Jul 2004 09:53:28 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-7.local ([172.16.0.7] helo=localhost) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1BfyFh-0009Qi-44; Thu, 01 Jul 2004 11:53:12 +0200 Date: Thu, 1 Jul 2004 11:53:32 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Clement Laforet From: Oliver Eikemeier In-Reply-To: <200407010554.i615su23066756@repoman.freebsd.org> Message-Id: <82FEC989-CB44-11D8-9FE1-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/apache2 Makefile Makefile.doc Makefile.modules distinfo pkg-message pkg-plist ports/www/apache2/files exp-apr-kqueue.patch exp-http-ready.patch exp-windowsupdate.patch patch-modules:ssl:ssl_engine_kernel.c patch-server:protocol.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 09:53:28 -0000 Clement Laforet wrote: > NOTE: > Please set MASTER_SITE_APACHE_HTTPD to closest mirrors. > you can easily find them from: > http://www.apache.org/dyn/closer.cgi/httpd/ Or use distrank from , which works for all ports ;) -Oliver From owner-cvs-all@FreeBSD.ORG Thu Jul 1 10:17:15 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 10:56:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FD8C16A4CE; Thu, 1 Jul 2004 10:56:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F70743D1D; Thu, 1 Jul 2004 10:56:25 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61At3ra074948; Thu, 1 Jul 2004 10:55:03 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61At34P074947; Thu, 1 Jul 2004 10:55:03 GMT (envelope-from vs) Message-Id: <200407011055.i61At34P074947@repoman.freebsd.org> From: Volker Stolz Date: Thu, 1 Jul 2004 10:55:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/slony1 Makefile distinfo pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 10:56:25 -0000 vs 2004-07-01 10:55:03 UTC FreeBSD ports repository Modified files: databases/slony1 Makefile distinfo pkg-message Log: Update to 1.0.0.r1: - install html documentation for slonik - this version is not compatible with beta3, you need to uninstall it from database. PR: ports/68519 Submitted by: maintainer Revision Changes Path 1.2 +8 -6 ports/databases/slony1/Makefile 1.2 +2 -2 ports/databases/slony1/distinfo 1.2 +4 -4 ports/databases/slony1/pkg-message From owner-cvs-all@FreeBSD.ORG Thu Jul 1 11:02:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AFCC16A4CE; Thu, 1 Jul 2004 11:02:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7471C43D49; Thu, 1 Jul 2004 11:02:46 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61B0qtd075230; Thu, 1 Jul 2004 11:00:52 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61B0qQV075229; Thu, 1 Jul 2004 11:00:52 GMT (envelope-from vs) Message-Id: <200407011100.i61B0qQV075229@repoman.freebsd.org> From: Volker Stolz Date: Thu, 1 Jul 2004 11:00:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/cvsweb-converters Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 11:02:46 -0000 vs 2004-07-01 11:00:52 UTC FreeBSD ports repository Modified files: sysutils/cvsweb-converters Makefile distinfo pkg-descr Removed files: sysutils/cvsweb-converters pkg-plist Log: - Update to 0.2.1: Parse FreeBSD commitmessages again, after the date format has changed slightly on 5 June 2004 - Nuke plist in favour of PLIST_FILES while here PR: ports/68507 Submitted by: maintainer Revision Changes Path 1.7 +6 -16 ports/sysutils/cvsweb-converters/Makefile 1.5 +2 -2 ports/sysutils/cvsweb-converters/distinfo 1.3 +1 -1 ports/sysutils/cvsweb-converters/pkg-descr 1.3 +0 -4 ports/sysutils/cvsweb-converters/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 1 11:12:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3629916A4CE; Thu, 1 Jul 2004 11:12:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3A4143D1D; Thu, 1 Jul 2004 11:12:16 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61BAi82075528; Thu, 1 Jul 2004 11:10:44 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61BAiuj075527; Thu, 1 Jul 2004 11:10:44 GMT (envelope-from vs) Message-Id: <200407011110.i61BAiuj075527@repoman.freebsd.org> From: Volker Stolz Date: Thu, 1 Jul 2004 11:10:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/dansguardian-devel Makefile distinfo ports/www/dansguardian-devel/files patch-autoconf::fbsd.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 11:12:17 -0000 vs 2004-07-01 11:10:44 UTC FreeBSD ports repository Modified files: www/dansguardian-devel Makefile distinfo www/dansguardian-devel/files patch-autoconf::fbsd.in Log: - Update to 2.7.7.9 - Fixup OPTIONS/GCC 3.3 handling PR: ports/68517 Submitted by: maintainer Revision Changes Path 1.12 +5 -4 ports/www/dansguardian-devel/Makefile 1.8 +2 -2 ports/www/dansguardian-devel/distinfo 1.6 +7 -15 ports/www/dansguardian-devel/files/patch-autoconf::fbsd.in From owner-cvs-all@FreeBSD.ORG Thu Jul 1 11:16:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61AA916A4CE; Thu, 1 Jul 2004 11:16:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4486643D41; Thu, 1 Jul 2004 11:16:23 +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 i61BFG46075650; Thu, 1 Jul 2004 11:15:16 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61BFGuv075649; Thu, 1 Jul 2004 11:15:16 GMT (envelope-from eik) Message-Id: <200407011115.i61BFGuv075649@repoman.freebsd.org> From: Oliver Eikemeier Date: Thu, 1 Jul 2004 11:15:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 11:16:23 -0000 eik 2004-07-01 11:15:16 UTC FreeBSD ports repository Modified files: . UPDATING Log: document changed settings in portaudit 0.4.1 -> .5 Revision Changes Path 1.37 +18 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Thu Jul 1 11:19:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65C7516A4CE; Thu, 1 Jul 2004 11:19:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EF1A43D55; Thu, 1 Jul 2004 11:19:01 +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 i61Axmss075113; Thu, 1 Jul 2004 10:59:48 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61AxmXW075112; Thu, 1 Jul 2004 10:59:48 GMT (envelope-from eik) Message-Id: <200407011059.i61AxmXW075112@repoman.freebsd.org> From: Oliver Eikemeier Date: Thu, 1 Jul 2004 10:59:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit Makefile pkg-deinstall pkg-install pkg-plist ports/security/portaudit/files fetchaudit.sh portaudit-cmd.sh portaudit.1 portaudit.conf portaudit.functions portaudit.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 11:19:01 -0000 eik 2004-07-01 10:59:48 UTC FreeBSD ports repository Modified files: security/portaudit Makefile pkg-deinstall pkg-install pkg-plist security/portaudit/files portaudit-cmd.sh portaudit.1 portaudit.conf portaudit.sh Removed files: security/portaudit/files fetchaudit.sh portaudit.functions Log: - update to version 0.5 *** NOTE *** The preferences file format has changed, as have the periodic.conf(5) names. Normally the default settings should be adequate, except when you need to configure a proxy. Use $PREFIX/etc/portaudit.conf.sample as an example. - moved portaudit to sbin - clean up, merging stuff into the portaudit script - better return codes and errors to stderr - -f can check stdin now - dropped ports tree auditing - merged the periodic(8) scripts into one - run daily auditing as `nobody' Revision Changes Path 1.10 +13 -24 ports/security/portaudit/Makefile 1.4 +0 -62 ports/security/portaudit/files/fetchaudit.sh (dead) 1.6 +331 -61 ports/security/portaudit/files/portaudit-cmd.sh 1.4 +49 -43 ports/security/portaudit/files/portaudit.1 1.4 +4 -13 ports/security/portaudit/files/portaudit.conf 1.10 +0 -320 ports/security/portaudit/files/portaudit.functions (dead) 1.3 +19 -23 ports/security/portaudit/files/portaudit.sh 1.3 +8 -6 ports/security/portaudit/pkg-deinstall 1.4 +23 -3 ports/security/portaudit/pkg-install 1.4 +2 -6 ports/security/portaudit/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 1 11:28:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAE8B16A4CE; Thu, 1 Jul 2004 11:28:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DAB143D41; Thu, 1 Jul 2004 11:28:11 +0000 (GMT) (envelope-from tg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61BRUv0075973; Thu, 1 Jul 2004 11:27:30 GMT (envelope-from tg@repoman.freebsd.org) Received: (from tg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61BRUPL075972; Thu, 1 Jul 2004 11:27:30 GMT (envelope-from tg) Message-Id: <200407011127.i61BRUPL075972@repoman.freebsd.org> From: Thomas Gellekum Date: Thu, 1 Jul 2004 11:27:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/freedoko Makefile distinfo ports/games/freedoko/files patch-Makefile.os X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 11:28:11 -0000 tg 2004-07-01 11:27:30 UTC FreeBSD ports repository Modified files: games/freedoko Makefile distinfo Added files: games/freedoko/files patch-Makefile.os Log: Upgrade to 0.6.5b. Use gtkmm-2.4; this should fix the build problems on -stable. Revision Changes Path 1.6 +13 -8 ports/games/freedoko/Makefile 1.3 +2 -2 ports/games/freedoko/distinfo 1.1 +13 -0 ports/games/freedoko/files/patch-Makefile.os (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 1 11:39:42 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 11:50:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D5FD16A4CE; Thu, 1 Jul 2004 11:50:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FC1A43D31; Thu, 1 Jul 2004 11:50:29 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61BnwkO076524; Thu, 1 Jul 2004 11:49:58 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61BnweG076523; Thu, 1 Jul 2004 11:49:58 GMT (envelope-from lth) Message-Id: <200407011149.i61BnweG076523@repoman.freebsd.org> From: Lars Thegler Date: Thu, 1 Jul 2004 11:49:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-Email-Filter Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 11:50:29 -0000 lth 2004-07-01 11:49:58 UTC FreeBSD ports repository Modified files: mail/p5-Email-Filter Makefile distinfo Log: Update to 1.01 Approved by: erwin (implicit) Revision Changes Path 1.3 +1 -1 ports/mail/p5-Email-Filter/Makefile 1.3 +2 -2 ports/mail/p5-Email-Filter/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 1 12:14:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4919216A4CE; Thu, 1 Jul 2004 12:14:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C83B43D1F; Thu, 1 Jul 2004 12:14:02 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61CDI02077263; Thu, 1 Jul 2004 12:13:18 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61CDISR077262; Thu, 1 Jul 2004 12:13:18 GMT (envelope-from perky) Message-Id: <200407011213.i61CDISR077262@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 1 Jul 2004 12:13:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/py-parsing Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 12:14:02 -0000 perky 2004-07-01 12:13:17 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-parsing Makefile distinfo pkg-descr pkg-plist Log: Add port for pyparsing 1.2, a general parser for Python Revision Changes Path 1.1592 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/py-parsing/Makefile (new) 1.1 +2 -0 ports/devel/py-parsing/distinfo (new) 1.1 +6 -0 ports/devel/py-parsing/pkg-descr (new) 1.1 +3 -0 ports/devel/py-parsing/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 1 12:14:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94EB716A4D2; Thu, 1 Jul 2004 12:14:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7681F43D41; Thu, 1 Jul 2004 12:14:10 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61CDTEs077309; Thu, 1 Jul 2004 12:13:29 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61CDTdd077308; Thu, 1 Jul 2004 12:13:29 GMT (envelope-from perky) Message-Id: <200407011213.i61CDTdd077308@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 1 Jul 2004 12:13:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 12:14:10 -0000 perky 2004-07-01 12:13:29 UTC FreeBSD ports repository Modified files: . modules Log: py-parsing --> ports/devel/py-parsing Revision Changes Path 1.10445 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 1 12:42:56 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 12:43:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AFD816A4CE; Thu, 1 Jul 2004 12:43:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CF7143D1F; Thu, 1 Jul 2004 12:43:14 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61CgRts078054; Thu, 1 Jul 2004 12:42:27 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61CgRam078053; Thu, 1 Jul 2004 12:42:27 GMT (envelope-from bland) Message-Id: <200407011242.i61CgRam078053@repoman.freebsd.org> From: Alexander Nedotsukov Date: Thu, 1 Jul 2004 12:42:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/user-selector-applet Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 12:43:14 -0000 bland 2004-07-01 12:42:27 UTC FreeBSD ports repository Modified files: x11/user-selector-applet Makefile Log: Add intlhack to fix build on -STABLE. Reported by: bento via kris Revision Changes Path 1.2 +1 -1 ports/x11/user-selector-applet/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 1 12:50:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E663416A4CE; Thu, 1 Jul 2004 12:50:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7F7443D1F; Thu, 1 Jul 2004 12:50:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61Cn5mD078236; Thu, 1 Jul 2004 12:49:06 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61Cn52I078235; Thu, 1 Jul 2004 12:49:05 GMT (envelope-from pav) Message-Id: <200407011249.i61Cn52I078235@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 1 Jul 2004 12:49:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/gnome-music-quiz Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 12:50:05 -0000 pav 2004-07-01 12:49:05 UTC FreeBSD ports repository Modified files: games/gnome-music-quiz Makefile Log: - Move intltool copying to pre-configure. This fixes build in clean environment Reported by: bento via kris Revision Changes Path 1.2 +1 -1 ports/games/gnome-music-quiz/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 1 13:32:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8FBE16A4CF; Thu, 1 Jul 2004 13:32:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA58643D45; Thu, 1 Jul 2004 13:32:21 +0000 (GMT) (envelope-from mwlucas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61DVSIT079273; Thu, 1 Jul 2004 13:31:28 GMT (envelope-from mwlucas@repoman.freebsd.org) Received: (from mwlucas@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61DVSAp079272; Thu, 1 Jul 2004 13:31:28 GMT (envelope-from mwlucas) Message-Id: <200407011331.i61DVSAp079272@repoman.freebsd.org> From: Michael Lucas Date: Thu, 1 Jul 2004 13:31:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 13:32:22 -0000 mwlucas 2004-07-01 13:31:28 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: dfr would like a firewire analyzer. Revision Changes Path 1.204 +10 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 1 13:44:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02A4B16A4CF; Thu, 1 Jul 2004 13:44:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D88A843D54; Thu, 1 Jul 2004 13:44:11 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61Dhfd2079577; Thu, 1 Jul 2004 13:43:41 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61Dhfgw079576; Thu, 1 Jul 2004 13:43:41 GMT (envelope-from erwin) Message-Id: <200407011343.i61Dhfgw079576@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 1 Jul 2004 13:43:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Set-Scalar Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 13:44:12 -0000 erwin 2004-07-01 13:43:40 UTC FreeBSD ports repository Modified files: devel/p5-Set-Scalar Makefile distinfo Log: Update to 1.19 Approved by: maintainer (implicit) Revision Changes Path 1.16 +1 -1 ports/devel/p5-Set-Scalar/Makefile 1.13 +2 -2 ports/devel/p5-Set-Scalar/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 1 14:11:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34DC716A4CE; Thu, 1 Jul 2004 14:11:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1734343D49; Thu, 1 Jul 2004 14:11:47 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61EAXIr080322; Thu, 1 Jul 2004 14:10:33 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61EAXwU080321; Thu, 1 Jul 2004 14:10:33 GMT (envelope-from tobez) Message-Id: <200407011410.i61EAXwU080321@repoman.freebsd.org> From: Anton Berezin Date: Thu, 1 Jul 2004 14:10:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/p5-Image-Imlib2 Makefile ports/graphics/p5-Image-Imlib2/files patch-Imlib2.xs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 14:11:47 -0000 tobez 2004-07-01 14:10:33 UTC FreeBSD ports repository Modified files: graphics/p5-Image-Imlib2 Makefile Added files: graphics/p5-Image-Imlib2/files patch-Imlib2.xs Log: Compensate for braindead xsubpp in 5.005_03. Now it actually works correctly with older perls. While at it, assign maintainership to perl@, it should deal with this port better than ports@. Revision Changes Path 1.8 +2 -1 ports/graphics/p5-Image-Imlib2/Makefile 1.1 +62 -0 ports/graphics/p5-Image-Imlib2/files/patch-Imlib2.xs (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 1 14:27:09 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 14:30:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA2DD16A4CE; Thu, 1 Jul 2004 14:30:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC38A43D3F; Thu, 1 Jul 2004 14:30:08 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61ETdtV080790; Thu, 1 Jul 2004 14:29:39 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61ETdYG080789; Thu, 1 Jul 2004 14:29:39 GMT (envelope-from krion) Message-Id: <200407011429.i61ETdYG080789@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 1 Jul 2004 14:29:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/pmacct Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 14:30:09 -0000 krion 2004-07-01 14:29:39 UTC FreeBSD ports repository Modified files: net-mgmt/pmacct Makefile distinfo pkg-descr pkg-plist Log: Update to version 0.7.0 - A new network daemon, nfacctd, was introduced. It listens for Netflow V1/V5 packets coming from the network, and then processes data as pmacctd does. - pmacctd's IP fragmentation handling has been strongly enhanced. Revision Changes Path 1.22 +2 -4 ports/net-mgmt/pmacct/Makefile 1.18 +2 -2 ports/net-mgmt/pmacct/distinfo 1.3 +9 -9 ports/net-mgmt/pmacct/pkg-descr 1.6 +7 -3 ports/net-mgmt/pmacct/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 1 14:58:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1452516A4CE; Thu, 1 Jul 2004 14:58:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA82A43D2D; Thu, 1 Jul 2004 14:58:39 +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 i61EvrdR081576; Thu, 1 Jul 2004 14:57:53 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61EvrsR081575; Thu, 1 Jul 2004 14:57:53 GMT (envelope-from brueffer) Message-Id: <200407011457.i61EvrsR081575@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 1 Jul 2004 14:57:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 14:58:40 -0000 brueffer 2004-07-01 14:57:53 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Oops, sort my entry into the correct place. One shouldn't create patches against old versions... Revision Changes Path 1.205 +9 -9 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 1 15:08:30 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 15:08:31 -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-all@FreeBSD.ORG Thu Jul 1 15:18:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B19A016A4CE; Thu, 1 Jul 2004 15:18:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9451043D46; Thu, 1 Jul 2004 15:18:04 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61FHC53082429; Thu, 1 Jul 2004 15:17:12 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61FHCd6082428; Thu, 1 Jul 2004 15:17:12 GMT (envelope-from krion) Message-Id: <200407011517.i61FHCd6082428@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 1 Jul 2004 15:17:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/keychain Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 15:18:04 -0000 krion 2004-07-01 15:17:12 UTC FreeBSD ports repository Modified files: security/keychain Makefile distinfo Log: Update to version 2.3.3 PR: ports/68542 Submitted by: maintainer Revision Changes Path 1.15 +1 -1 ports/security/keychain/Makefile 1.10 +2 -2 ports/security/keychain/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 1 15:19:54 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 15:43:11 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 15:50:23 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 16:00:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08C9F16A4D2; Thu, 1 Jul 2004 16:00:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE19243D31; Thu, 1 Jul 2004 16:00:24 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61FxAtv084270; Thu, 1 Jul 2004 15:59:10 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61FxAph084269; Thu, 1 Jul 2004 15:59:10 GMT (envelope-from marcus) Message-Id: <200407011559.i61FxAph084269@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 1 Jul 2004 15:59:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/gaim Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 16:00:25 -0000 marcus 2004-07-01 15:59:10 UTC FreeBSD ports repository Modified files: japanese/gaim Makefile distinfo Log: Update to 0.79. PR: 68560 Submitted by: maintainer Revision Changes Path 1.11 +1 -1 ports/japanese/gaim/Makefile 1.10 +4 -4 ports/japanese/gaim/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 1 16:05:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D98EA16A4CE; Thu, 1 Jul 2004 16:05:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC97F43D1D; Thu, 1 Jul 2004 16:05:55 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61G4Rl4084442; Thu, 1 Jul 2004 16:04:27 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61G4RrE084441; Thu, 1 Jul 2004 16:04:27 GMT (envelope-from marcus) Message-Id: <200407011604.i61G4RrE084441@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 1 Jul 2004 16:04:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/balsa/files patch-aj X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 16:05:56 -0000 marcus 2004-07-01 16:04:27 UTC FreeBSD ports repository Modified files: japanese/balsa/files patch-aj Log: Fix patching after the recent locale dir changes to bsd.gnome.mk. Reported by: pointyhat via kris Revision Changes Path 1.2 +3 -3 ports/japanese/balsa/files/patch-aj From owner-cvs-all@FreeBSD.ORG Thu Jul 1 16:07:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D8FA16A4CE; Thu, 1 Jul 2004 16:07:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EFDD43D31; Thu, 1 Jul 2004 16:07:27 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61G61N9084594; Thu, 1 Jul 2004 16:06:01 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61G614F084593; Thu, 1 Jul 2004 16:06:01 GMT (envelope-from marcus) Message-Id: <200407011606.i61G614F084593@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 1 Jul 2004 16:06:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/uf-view/files patch-po X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 16:07:27 -0000 marcus 2004-07-01 16:06:01 UTC FreeBSD ports repository Removed files: misc/uf-view/files patch-po Log: Fix patching after the recent locale dir changes to bsd.gnome.mk. Reported by: pointyhat via kris Revision Changes Path 1.2 +0 -13 ports/misc/uf-view/files/patch-po (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 1 16:22:11 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 16:23:14 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 16:24:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E438516A4CE; Thu, 1 Jul 2004 16:24:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCE9743D1D; Thu, 1 Jul 2004 16:24:25 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61GNDtQ085092; Thu, 1 Jul 2004 16:23:13 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61GND2h085091; Thu, 1 Jul 2004 16:23:13 GMT (envelope-from marcus) Message-Id: <200407011623.i61GND2h085091@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 1 Jul 2004 16:23:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/meanwhile Makefile ports/net/meanwhile/files patch-src_cipher.c patch-src_cipher.h patch-src_srvc_aware.c patch-src_st_list.c patch-st_list.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 16:24:26 -0000 marcus 2004-07-01 16:23:13 UTC FreeBSD ports repository Modified files: net/meanwhile Makefile Added files: net/meanwhile/files patch-src_cipher.c patch-src_cipher.h patch-src_srvc_aware.c patch-src_st_list.c Removed files: net/meanwhile/files patch-st_list.c Log: Add the latest CVS patches that fix 64-bit build and operation as well as some buddy list fixes. Revision Changes Path 1.6 +1 -1 ports/net/meanwhile/Makefile 1.1 +64 -0 ports/net/meanwhile/files/patch-src_cipher.c (new) 1.1 +50 -0 ports/net/meanwhile/files/patch-src_cipher.h (new) 1.1 +19 -0 ports/net/meanwhile/files/patch-src_srvc_aware.c (new) 1.1 +116 -0 ports/net/meanwhile/files/patch-src_st_list.c (new) 1.2 +0 -10 ports/net/meanwhile/files/patch-st_list.c (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 1 16:25:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ADEB16A4CE; Thu, 1 Jul 2004 16:25:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CEEA43D2F; Thu, 1 Jul 2004 16:25:46 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61GNvRE085128; Thu, 1 Jul 2004 16:23:57 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61GNvU8085127; Thu, 1 Jul 2004 16:23:57 GMT (envelope-from marcus) Message-Id: <200407011623.i61GNvU8085127@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 1 Jul 2004 16:23:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/meanwhile-gaim Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 16:25:46 -0000 marcus 2004-07-01 16:23:57 UTC FreeBSD ports repository Modified files: net/meanwhile-gaim Makefile distinfo Log: The meanwhile-gaim distfile was rerolled to add some new buddy list saving options. Revision Changes Path 1.4 +1 -0 ports/net/meanwhile-gaim/Makefile 1.3 +2 -2 ports/net/meanwhile-gaim/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 1 16:32:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCEAE16A4CE; Thu, 1 Jul 2004 16:32:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B603B43D2D; Thu, 1 Jul 2004 16:32:53 +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 i61GV3AK085419; Thu, 1 Jul 2004 16:31:03 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61GV3qd085418; Thu, 1 Jul 2004 16:31:03 GMT (envelope-from green) Message-Id: <200407011631.i61GV3qd085418@repoman.freebsd.org> From: Brian Feldman Date: Thu, 1 Jul 2004 16:31:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/palm/coldsync Makefile ports/palm/coldsync/files patch-libpconn_PConnection_usb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 16:32:53 -0000 green 2004-07-01 16:31:03 UTC FreeBSD ports repository Modified files: palm/coldsync Makefile Added files: palm/coldsync/files patch-libpconn_PConnection_usb.c Log: After many hours of fiddling with ugen and uvisor and coldsync and such, I discovered that the only reason coldsync's ugen support doesn't work out of the box for a Treo 270 (HandSpring Visor-based phone) is that it uses a very low resolution sleep (one second) while waiting for USB devices to appear in "transient" mode. Due to this, it almost always misses the first packet in the HotSync, which comes from the Palm, and after five seconds the entire process would time out. Decrease the amount of time that is spent sleeping while waiting for USB devices to appear so that it works every time. (You probably do not want to try this without ugen(4) from yesterday which will NOT panic when the USB device goes away before programs with it open have closed their references.) Approved by: maintainer Revision Changes Path 1.30 +1 -1 ports/palm/coldsync/Makefile 1.1 +40 -0 ports/palm/coldsync/files/patch-libpconn_PConnection_usb.c (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 1 16:48:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A21016A4CF; Thu, 1 Jul 2004 16:48:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4294643D48; Thu, 1 Jul 2004 16:48:57 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61GiYi3085759; Thu, 1 Jul 2004 16:44:34 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61GiYgi085758; Thu, 1 Jul 2004 16:44:34 GMT (envelope-from marcus) Message-Id: <200407011644.i61GiYgi085758@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 1 Jul 2004 16:44:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/firefox-remote Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 16:48:57 -0000 marcus 2004-07-01 16:44:34 UTC FreeBSD ports repository Modified files: www/firefox-remote Makefile distinfo pkg-descr pkg-plist Added files: www/firefox-remote pkg-message Log: Update to 20040701 which determines the installed Firefox version, and adds support for thunderbird-remote. PR: 68503 Submitted by: maintainer Revision Changes Path 1.5 +5 -2 ports/www/firefox-remote/Makefile 1.3 +2 -2 ports/www/firefox-remote/distinfo 1.2 +2 -0 ports/www/firefox-remote/pkg-descr 1.1 +7 -0 ports/www/firefox-remote/pkg-message (new) 1.2 +1 -0 ports/www/firefox-remote/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 1 17:01:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97B2C16A4CE; Thu, 1 Jul 2004 17:01:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A1D243D1F; Thu, 1 Jul 2004 17:01:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61H0V6F086182; Thu, 1 Jul 2004 17:00:31 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61H0VYU086181; Thu, 1 Jul 2004 17:00:31 GMT (envelope-from pav) Message-Id: <200407011700.i61H0VYU086181@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 1 Jul 2004 17:00:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/xpenguins Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 17:01:22 -0000 pav 2004-07-01 17:00:31 UTC FreeBSD ports repository Modified files: games/xpenguins Makefile distinfo pkg-plist Log: - Update xpenguins-daemon addon to 1.2 PR: ports/67926 Submitted by: Christian Burkert Approved by: maintainer timeout (14 days) Revision Changes Path 1.7 +6 -6 ports/games/xpenguins/Makefile 1.7 +2 -2 ports/games/xpenguins/distinfo 1.6 +1 -0 ports/games/xpenguins/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 1 17:07:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FF6D16A4CF; Thu, 1 Jul 2004 17:07:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8680043D54; Thu, 1 Jul 2004 17:07:21 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61H6fIn087503; Thu, 1 Jul 2004 17:06:41 GMT (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61H6frv087502; Thu, 1 Jul 2004 17:06:41 GMT (envelope-from ade) Message-Id: <200407011706.i61H6frv087502@repoman.freebsd.org> From: Ade Lovett Date: Thu, 1 Jul 2004 17:06:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED ports/Mk bsd.autotools.mk ports/audio/pd Makefile ports/audio/swami Makefile ports/audio/xmms-imms Makefile ports/databases/dbconnect Makefile ports/databases/firebird-devel Makefile ports/databases/firebird-devel/files patch-autogen.sh ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 17:07:21 -0000 ade 2004-07-01 17:06:41 UTC FreeBSD ports repository Modified files: . MOVED Mk bsd.autotools.mk audio/pd Makefile audio/swami Makefile audio/xmms-imms Makefile databases/dbconnect Makefile databases/firebird-devel Makefile databases/firebird-devel/files patch-autogen.sh databases/freetds Makefile databases/freetds/files patch-aclocal-m4 databases/mysql-administrator Makefile databases/pgcluster Makefile deskutils/multisync Makefile devel Makefile devel/ac-archive Makefile devel/apr Makefile devel/glademm Makefile devel/kdevelop Makefile devel/kdevelop/files patch-parts-appwizard-common-admin-detect-autoconf.sh devel/libtool15 Makefile devel/libtool15/files patch-ad patch-ltmain.sh devel/pcre Makefile devel/swarm Makefile finance/qhacc Makefile games/scorched3d-devel Makefile graphics/xpdf Makefile mail/cyrus-imapd22 Makefile misc/skyutils Makefile multimedia/libdvdnav Makefile multimedia/okle Makefile net/quagga Makefile net-mgmt/net-snmp4 Makefile science/mpqc Makefile science/psi3 Makefile security/mcrypt Makefile sysutils/apachetop Makefile sysutils/grub Makefile www/apache2 Makefile www/tidy-devel Makefile x11/vdesk Makefile x11-toolkits/lesstif Makefile x11-wm/icewm Makefile Removed files: devel/autoconf257 Makefile distinfo pkg-descr pkg-plist devel/autoconf257/files patch-autoconf.texi patch-standards.texi devel/automake17 Makefile distinfo pkg-descr pkg-plist devel/automake17/files patch-Makefile.in patch-aclocal.in patch-automake.in patch-automake.texi patch-configure patch-m4-Makefile.in devel/libtool14 Makefile distinfo pkg-descr pkg-plist devel/libtool14/files patch-aa patch-ab patch-ad patch-ae patch-af patch-libtoolize.in patch-ltmain.sh Log: Autotools cleanup. Remove autoconf257 (259), automake17 (18), and libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!) Revision Changes Path 1.464 +4 -1 ports/MOVED 1.4 +29 -18 ports/Mk/bsd.autotools.mk 1.14 +1 -1 ports/audio/pd/Makefile 1.2 +1 -1 ports/audio/swami/Makefile 1.8 +2 -2 ports/audio/xmms-imms/Makefile 1.9 +1 -1 ports/databases/dbconnect/Makefile 1.22 +2 -5 ports/databases/firebird-devel/Makefile 1.2 +3 -3 ports/databases/firebird-devel/files/patch-autogen.sh 1.38 +1 -1 ports/databases/freetds/Makefile 1.2 +0 -11 ports/databases/freetds/files/patch-aclocal-m4 1.11 +1 -1 ports/databases/mysql-administrator/Makefile 1.8 +3 -3 ports/databases/pgcluster/Makefile 1.8 +1 -1 ports/deskutils/multisync/Makefile 1.1593 +0 -3 ports/devel/Makefile 1.18 +1 -1 ports/devel/ac-archive/Makefile 1.45 +4 -6 ports/devel/apr/Makefile 1.55 +0 -76 ports/devel/autoconf257/Makefile (dead) 1.17 +0 -2 ports/devel/autoconf257/distinfo (dead) 1.2 +0 -23 ports/devel/autoconf257/files/patch-autoconf.texi (dead) 1.2 +0 -19 ports/devel/autoconf257/files/patch-standards.texi (dead) 1.4 +0 -9 ports/devel/autoconf257/pkg-descr (dead) 1.17 +0 -58 ports/devel/autoconf257/pkg-plist (dead) 1.49 +0 -54 ports/devel/automake17/Makefile (dead) 1.17 +0 -2 ports/devel/automake17/distinfo (dead) 1.6 +0 -69 ports/devel/automake17/files/patch-Makefile.in (dead) 1.6 +0 -63 ports/devel/automake17/files/patch-aclocal.in (dead) 1.4 +0 -20 ports/devel/automake17/files/patch-automake.in (dead) 1.7 +0 -20 ports/devel/automake17/files/patch-automake.texi (dead) 1.4 +0 -20 ports/devel/automake17/files/patch-configure (dead) 1.4 +0 -19 ports/devel/automake17/files/patch-m4-Makefile.in (dead) 1.4 +0 -14 ports/devel/automake17/pkg-descr (dead) 1.17 +0 -100 ports/devel/automake17/pkg-plist (dead) 1.5 +2 -2 ports/devel/glademm/Makefile 1.64 +2 -2 ports/devel/kdevelop/Makefile 1.2 +8 -8 ports/devel/kdevelop/files/patch-parts-appwizard-common-admin-detect-autoconf.sh 1.36 +0 -64 ports/devel/libtool14/Makefile (dead) 1.7 +0 -2 ports/devel/libtool14/distinfo (dead) 1.6 +0 -19 ports/devel/libtool14/files/patch-aa (dead) 1.5 +0 -50 ports/devel/libtool14/files/patch-ab (dead) 1.11 +0 -64 ports/devel/libtool14/files/patch-ad (dead) 1.4 +0 -14 ports/devel/libtool14/files/patch-ae (dead) 1.4 +0 -37 ports/devel/libtool14/files/patch-af (dead) 1.2 +0 -9 ports/devel/libtool14/files/patch-libtoolize.in (dead) 1.2 +0 -11 ports/devel/libtool14/files/patch-ltmain.sh (dead) 1.3 +0 -8 ports/devel/libtool14/pkg-descr (dead) 1.9 +0 -28 ports/devel/libtool14/pkg-plist (dead) 1.37 +1 -1 ports/devel/libtool15/Makefile 1.11 +0 -50 ports/devel/libtool15/files/patch-ad 1.3 +40 -3 ports/devel/libtool15/files/patch-ltmain.sh 1.22 +1 -2 ports/devel/pcre/Makefile 1.30 +3 -3 ports/devel/swarm/Makefile 1.50 +1 -1 ports/finance/qhacc/Makefile 1.16 +2 -2 ports/games/scorched3d-devel/Makefile 1.58 +1 -1 ports/graphics/xpdf/Makefile 1.118 +2 -2 ports/mail/cyrus-imapd22/Makefile 1.3 +1 -1 ports/misc/skyutils/Makefile 1.14 +4 -4 ports/multimedia/libdvdnav/Makefile 1.14 +1 -1 ports/multimedia/okle/Makefile 1.92 +2 -2 ports/net-mgmt/net-snmp4/Makefile 1.20 +2 -2 ports/net/quagga/Makefile 1.22 +1 -1 ports/science/mpqc/Makefile 1.5 +1 -1 ports/science/psi3/Makefile 1.27 +1 -1 ports/security/mcrypt/Makefile 1.12 +1 -1 ports/sysutils/apachetop/Makefile 1.20 +2 -3 ports/sysutils/grub/Makefile 1.187 +6 -1 ports/www/apache2/Makefile 1.80 +2 -2 ports/www/tidy-devel/Makefile 1.68 +4 -2 ports/x11-toolkits/lesstif/Makefile 1.99 +1 -1 ports/x11-wm/icewm/Makefile 1.9 +1 -1 ports/x11/vdesk/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 1 17:08:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C51116A4CE; Thu, 1 Jul 2004 17:08:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DAAB43D31; Thu, 1 Jul 2004 17:08:10 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61H7SI8087555; Thu, 1 Jul 2004 17:07:28 GMT (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61H7S6I087554; Thu, 1 Jul 2004 17:07:28 GMT (envelope-from ade) Message-Id: <200407011707.i61H7S6I087554@repoman.freebsd.org> From: Ade Lovett Date: Thu, 1 Jul 2004 17:07:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 17:08:10 -0000 ade 2004-07-01 17:07:28 UTC FreeBSD ports repository Modified files: . modules Log: Remove autoconf257, automake17 and libtool14 Revision Changes Path 1.10446 +0 -3 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 1 17:14:39 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 17:16:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58FE416A4CE; Thu, 1 Jul 2004 17:16:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BE5343D4C; Thu, 1 Jul 2004 17:16:02 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61HEqb1087794; Thu, 1 Jul 2004 17:14:52 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61HEqGx087793; Thu, 1 Jul 2004 17:14:52 GMT (envelope-from marcus) Message-Id: <200407011714.i61HEqGx087793@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 1 Jul 2004 17:14:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/firefox-remote Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 17:16:02 -0000 marcus 2004-07-01 17:14:52 UTC FreeBSD ports repository Modified files: www/firefox-remote Makefile distinfo Log: Update to 20040702 to fix a bug that crept in in the last version. PR: 68564 Submitted by: maintainer Revision Changes Path 1.6 +1 -1 ports/www/firefox-remote/Makefile 1.4 +2 -2 ports/www/firefox-remote/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 1 17:16:56 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 17:21:52 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 17:23:53 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 17:24:59 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 17:35:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5854D16A4CE for ; Thu, 1 Jul 2004 17:35:44 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FF0E43D55 for ; Thu, 1 Jul 2004 17:35:43 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i61HW8Hi036684 for cvs-all@FreeBSD.org.checked; (8.12.8/vak/2.1) Thu, 1 Jul 2004 21:32:08 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i61HTfmr036547; (8.12.8/vak/2.1) Thu, 1 Jul 2004 21:29:41 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <40E449E8.9050501@cronyx.ru> Date: Thu, 01 Jul 2004 21:29:12 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Colin Percival References: <200406291830.i5TIUCDl002245@repoman.freebsd.org> In-Reply-To: <200406291830.i5TIUCDl002245@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en navigation.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 17:35:44 -0000 Colin Percival wrote: >cperciva 2004-06-29 18:30:12 UTC > > FreeBSD doc repository (src committer) > > Modified files: > en navigation.xml > Log: > Replace "List of needs" by "Donations Wantlist", to reflect > the actual nature of the page being linked to. > > "FreeBSD Developers Want List" page has a sentence "This page lists various developer hardware needs." Since "pony" not a hardware, I think this should be fixed smth like this: This page lists various developer hardware, software, documentation needs or what ever could help a development process. Note that list IIRC already contain some books needs. rik > > Suggested by: mwlucas > > Revision Changes Path > 1.5 +2 -2 www/en/navigation.xml >_______________________________________________ >cvs-doc@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/cvs-doc >To unsubscribe, send any mail to "cvs-doc-unsubscribe@freebsd.org" > > > > From owner-cvs-all@FreeBSD.ORG Thu Jul 1 17:53:02 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 17:54:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69BFF16A4CF; Thu, 1 Jul 2004 17:54:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C8EB43D46; Thu, 1 Jul 2004 17:54:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61HqZ0Q089038; Thu, 1 Jul 2004 17:52:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61HqZnI089037; Thu, 1 Jul 2004 17:52:35 GMT (envelope-from pav) Message-Id: <200407011752.i61HqZnI089037@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 1 Jul 2004 17:52:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/psvn Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 17:54:32 -0000 pav 2004-07-01 17:52:35 UTC FreeBSD ports repository Modified files: devel/psvn Makefile distinfo Log: - Update to 10079 PR: ports/68489 Submitted by: Kimura Fuyuki (maintainer) Revision Changes Path 1.3 +1 -1 ports/devel/psvn/Makefile 1.3 +2 -2 ports/devel/psvn/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 1 18:07:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D154F16A4CE; Thu, 1 Jul 2004 18:07:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2D9343D41; Thu, 1 Jul 2004 18:07:54 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61I6ZZw089470; Thu, 1 Jul 2004 18:06:35 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61I6ZQH089469; Thu, 1 Jul 2004 18:06:35 GMT (envelope-from clement) Message-Id: <200407011806.i61I6ZQH089469@repoman.freebsd.org> From: Clement Laforet Date: Thu, 1 Jul 2004 18:06:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/apache2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 18:07:55 -0000 clement 2004-07-01 18:06:35 UTC FreeBSD ports repository Modified files: www/apache2 Makefile Log: - revert ade's commit, since it breaks the ports due to something looking like a reverse patching. Revision Changes Path 1.188 +1 -7 ports/www/apache2/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 1 18:12:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C54EF16A4CE; Thu, 1 Jul 2004 18:12:22 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8785E43D49; Thu, 1 Jul 2004 18:12:22 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 32BDC148AB; Thu, 1 Jul 2004 13:11:16 -0500 (CDT) Date: Thu, 1 Jul 2004 13:11:16 -0500 (CDT) From: Mark Linimon X-X-Sender: linimon@pancho To: Brian Feldman In-Reply-To: <200407011631.i61GV3qd085418@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/palm/coldsync Makefileports/palm/coldsync/files patch-libpconn_PConnection_usb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 18:12:22 -0000 On Thu, 1 Jul 2004, Brian Feldman wrote: > (You probably do not want to try this without ugen(4) from yesterday > which will NOT panic when the USB device goes away before programs > with it open have closed their references.) Definitely should be an entry in ports/UPDATING. mcl From owner-cvs-all@FreeBSD.ORG Thu Jul 1 18:14:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7FB516A4CE; Thu, 1 Jul 2004 18:14:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA31143D31; Thu, 1 Jul 2004 18:14:03 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61ID50i089652; Thu, 1 Jul 2004 18:13:05 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61ID5mK089651; Thu, 1 Jul 2004 18:13:05 GMT (envelope-from lofi) Message-Id: <200407011813.i61ID5mK089651@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 1 Jul 2004 18:13:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/kdevelop/files patch-parts-appwizard-common-admin-detect-autoconf.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 18:14:03 -0000 lofi 2004-07-01 18:13:05 UTC FreeBSD ports repository Modified files: devel/kdevelop/files patch-parts-appwizard-common-admin-detect-autoconf.sh Log: Fix typo (autoconf295 -> autoconf259). Revision Changes Path 1.3 +1 -1 ports/devel/kdevelop/files/patch-parts-appwizard-common-admin-detect-autoconf.sh From owner-cvs-all@FreeBSD.ORG Thu Jul 1 18:14:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02B6216A4CE; Thu, 1 Jul 2004 18:14:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D946F43D3F; Thu, 1 Jul 2004 18:14:35 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61IDoRO089684; Thu, 1 Jul 2004 18:13:50 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61IDobC089683; Thu, 1 Jul 2004 18:13:50 GMT (envelope-from thierry) Message-Id: <200407011813.i61IDobC089683@repoman.freebsd.org> From: Thierry Thomas Date: Thu, 1 Jul 2004 18:13:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/spambnc distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 18:14:36 -0000 thierry 2004-07-01 18:13:50 UTC FreeBSD ports repository Modified files: mail/spambnc distinfo Log: Tarball has been rerolled. (does not deserve a portrevision bump). Noticed by: Kris / pointyhat. Revision Changes Path 1.36 +1 -1 ports/mail/spambnc/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 1 18:21:37 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 18:31:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A6B116A4CE; Thu, 1 Jul 2004 18:31:24 +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 i61IVNB5005629; Thu, 1 Jul 2004 14:31:23 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.12.11/8.12.11/Submit) id i61IVNR2005628; Thu, 1 Jul 2004 14:31:23 -0400 (EDT) (envelope-from green) Date: Thu, 1 Jul 2004 14:31:22 -0400 From: Brian Fundakowski Feldman To: Mark Linimon Message-ID: <20040701183122.GD1034@green.homeunix.org> References: <200407011631.i61GV3qd085418@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/palm/coldsync Makefile ports/palm/coldsync/files patch-libpconn_PConnection_usb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 18:31:24 -0000 On Thu, Jul 01, 2004 at 01:11:16PM -0500, Mark Linimon wrote: > On Thu, 1 Jul 2004, Brian Feldman wrote: > > > (You probably do not want to try this without ugen(4) from yesterday > > which will NOT panic when the USB device goes away before programs > > with it open have closed their references.) > > Definitely should be an entry in ports/UPDATING. What do you think it should say, just that it's dangerous to use a 5.x that is not up-to-date with -CURRENT, with ugen(4) devices? -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Thu Jul 1 18:34:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D74216A4CE; Thu, 1 Jul 2004 18:34:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3094043D1F; Thu, 1 Jul 2004 18:34:28 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61IXUgX090367; Thu, 1 Jul 2004 18:33:30 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61IXUZ9090366; Thu, 1 Jul 2004 18:33:30 GMT (envelope-from ceri) Message-Id: <200407011833.i61IXUZ9090366@repoman.freebsd.org> From: Ceri Davies Date: Thu, 1 Jul 2004 18:33:30 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 18:34:28 -0000 ceri 2004-07-01 18:33:30 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: I'd like a heavy book to hit members of the doc team with. Revision Changes Path 1.206 +8 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 1 18:50:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0119B16A4CE; Thu, 1 Jul 2004 18:50:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D843E43D46; Thu, 1 Jul 2004 18:50:33 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61InhwS090835; Thu, 1 Jul 2004 18:49:43 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61InhwL090834; Thu, 1 Jul 2004 18:49:43 GMT (envelope-from vs) Message-Id: <200407011849.i61InhwL090834@repoman.freebsd.org> From: Volker Stolz Date: Thu, 1 Jul 2004 18:49:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/nethack34 Makefileports/games/nethack34/files patch-ad X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 18:50:34 -0000 vs 2004-07-01 18:49:43 UTC FreeBSD ports repository Modified files: games/nethack34 Makefile games/nethack34/files patch-ad Log: - Fix MENUCOLORS-support on -CURRENT - Add WITH_MAIL-knob PR: ports/68522 Submitted by Jeremy Chadwick Revision Changes Path 1.48 +19 -4 ports/games/nethack34/Makefile 1.10 +9 -3 ports/games/nethack34/files/patch-ad From owner-cvs-all@FreeBSD.ORG Thu Jul 1 18:55:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D721116A4CE; Thu, 1 Jul 2004 18:55:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B915343D2F; Thu, 1 Jul 2004 18:55:41 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61IsQxT091024; Thu, 1 Jul 2004 18:54:26 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61IsQA5091023; Thu, 1 Jul 2004 18:54:26 GMT (envelope-from thierry) Message-Id: <200407011854.i61IsQA5091023@repoman.freebsd.org> From: Thierry Thomas Date: Thu, 1 Jul 2004 18:54:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/postgis Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 18:55:42 -0000 thierry 2004-07-01 18:54:26 UTC FreeBSD ports repository Modified files: databases/postgis Makefile Log: Chase PostgreSQL upgrade. Noticed by: Kris / pointyhat. Revision Changes Path 1.3 +2 -1 ports/databases/postgis/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 1 18:59:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77C2216A4CE; Thu, 1 Jul 2004 18:59:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5923F43D2F; Thu, 1 Jul 2004 18:59:55 +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 i61IwEmb091141; Thu, 1 Jul 2004 18:58:14 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61IwEgw091140; Thu, 1 Jul 2004 18:58:14 GMT (envelope-from maxim) Message-Id: <200407011858.i61IwEgw091140@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 1 Jul 2004 18:58:14 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 18:59:55 -0000 maxim 2004-07-01 18:58:14 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Replace a reference to beast.FreeBSD.org as a single non-i386 machine in the developers cluster by a link to the FreeBSD Internal Page. Spotted by: Gleb Smirnoff Reviewed by: ceri@, Remko Lodder Revision Changes Path 1.196 +3 -5 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 1 19:04:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2097216A4CE; Thu, 1 Jul 2004 19:04:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0398343D1D; Thu, 1 Jul 2004 19:04:17 +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 i61J3aud091293; Thu, 1 Jul 2004 19:03:36 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61J3aJk091292; Thu, 1 Jul 2004 19:03:36 GMT (envelope-from eik) Message-Id: <200407011903.i61J3aJk091292@repoman.freebsd.org> From: Oliver Eikemeier Date: Thu, 1 Jul 2004 19:03:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit-db/database portaudit.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 19:04:17 -0000 eik 2004-07-01 19:03:36 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: phpMyAdmin code injection Revision Changes Path 1.39 +2 -1 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Thu Jul 1 19:59:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FCCC16A4CE; Thu, 1 Jul 2004 19:59:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 404E443D1F; Thu, 1 Jul 2004 19:59:19 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61Jx2kt092716; Thu, 1 Jul 2004 19:59:02 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61Jx2V1092715; Thu, 1 Jul 2004 19:59:02 GMT (envelope-from lth) Message-Id: <200407011959.i61Jx2V1092715@repoman.freebsd.org> From: Lars Thegler Date: Thu, 1 Jul 2004 19:59:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-XML-Simple Makefile distinfo ports/textproc/p5-XML-Simple/files 5.005_03-lib::XML::Simple.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 19:59:19 -0000 lth 2004-07-01 19:59:02 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Simple Makefile distinfo Added files: textproc/p5-XML-Simple/files 5.005_03-lib::XML::Simple.pm Log: Update to 2.12 PR: 68046 Approved by: maintainer timeout, erwin (implicit) Revision Changes Path 1.11 +10 -2 ports/textproc/p5-XML-Simple/Makefile 1.7 +2 -2 ports/textproc/p5-XML-Simple/distinfo 1.1 +41 -0 ports/textproc/p5-XML-Simple/files/5.005_03-lib::XML::Simple.pm (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 1 20:01:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DC9616A4CE; Thu, 1 Jul 2004 20:01:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 008E943D3F; Thu, 1 Jul 2004 20:01:16 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61K0dQY092777; Thu, 1 Jul 2004 20:00:39 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61K0dOj092776; Thu, 1 Jul 2004 20:00:39 GMT (envelope-from adamw) Message-Id: <200407012000.i61K0dOj092776@repoman.freebsd.org> From: Adam Weinberger Date: Thu, 1 Jul 2004 20:00:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/mplayer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 20:01:16 -0000 adamw 2004-07-01 20:00:39 UTC FreeBSD ports repository Modified files: multimedia/mplayer Makefile distinfo Log: Apply a vendor-distributed patch to correct a number of string vulnerabilities, some of which are remotely exploitable. More info at: http://www.mplayerhq.hu/homepage/design7/news.html Revision Changes Path 1.98 +5 -1 ports/multimedia/mplayer/Makefile 1.24 +2 -0 ports/multimedia/mplayer/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 1 20:01:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0804116A4CE; Thu, 1 Jul 2004 20:01:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DED9F43D39; Thu, 1 Jul 2004 20:01:42 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61K1I1u092888; Thu, 1 Jul 2004 20:01:18 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61K1Ixl092887; Thu, 1 Jul 2004 20:01:18 GMT (envelope-from kris) Message-Id: <200407012001.i61K1Ixl092887@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 1 Jul 2004 20:01:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/asmutils Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 20:01:43 -0000 kris 2004-07-01 20:01:18 UTC FreeBSD ports repository Modified files: devel/asmutils Makefile Log: BROKEN on 5.x: Does not install with new binutils Revision Changes Path 1.11 +7 -1 ports/devel/asmutils/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 1 20:02:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08D6316A4CE; Thu, 1 Jul 2004 20:02:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE33043D3F; Thu, 1 Jul 2004 20:02:31 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61K29pa092939; Thu, 1 Jul 2004 20:02:09 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61K29kv092938; Thu, 1 Jul 2004 20:02:09 GMT (envelope-from blackend) Message-Id: <200407012002.i61K29kv092938@repoman.freebsd.org> From: Marc Fonvieille Date: Thu, 1 Jul 2004 20:02:09 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 20:02:32 -0000 blackend 2004-07-01 20:02:09 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Add role attributes for some hostid tags. Revision Changes Path 1.311 +5 -5 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 1 20:05:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92C2B16A4CE; Thu, 1 Jul 2004 20:05:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 717F543D45; Thu, 1 Jul 2004 20:05:27 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61K4dig092992; Thu, 1 Jul 2004 20:04:39 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61K4dla092991; Thu, 1 Jul 2004 20:04:39 GMT (envelope-from kris) Message-Id: <200407012004.i61K4dla092991@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 1 Jul 2004 20:04:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/HVSC-Update Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 20:05:27 -0000 kris 2004-07-01 20:04:39 UTC FreeBSD ports repository Modified files: audio/HVSC-Update Makefile Log: Still BROKEN on 5.2-CURRENT Revision Changes Path 1.8 +4 -0 ports/audio/HVSC-Update/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 1 20:16:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1573B16A4D0; Thu, 1 Jul 2004 20:16:58 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8A5643D45; Thu, 1 Jul 2004 20:16:57 +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])i61ILfnM025017; Thu, 1 Jul 2004 14:21:42 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id AE4C752698; Thu, 1 Jul 2004 11:21:39 -0700 (PDT) Date: Thu, 1 Jul 2004 11:21:39 -0700 From: Kris Kennaway To: Volker Stolz Message-ID: <20040701182139.GA30229@xor.obsecurity.org> References: <200407011110.i61BAiuj075527@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vkogqOf2sHV7VnPd" Content-Disposition: inline In-Reply-To: <200407011110.i61BAiuj075527@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/dansguardian-devel Makefile distinfo ports/www/dansguardian-devel/files patch-autoconf::fbsd.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 20:16:58 -0000 --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 01, 2004 at 11:10:44AM +0000, Volker Stolz wrote: > vs 2004-07-01 11:10:44 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > www/dansguardian-devel Makefile distinfo=20 > www/dansguardian-devel/files patch-autoconf::fbsd.in=20 > Log: > - Update to 2.7.7.9 > - Fixup OPTIONS/GCC 3.3 handling > =20 > PR: ports/68517 > Submitted by: maintainer > | NO_CDROM=3D "Commercial download is restricted. Check ${DG_URL} for m= ore info" > | -NO_PACKAGE=3D "Redistribution is restricted. Check ${DG_URL} for more= info" > | +#NO_PACKAGE=3D "Redistribution is restricted. Check ${DG_URL} for mor= e info" > | RESTRICTED=3D ${NO_PACKAGE} This looks accidental, or at least wrong :-) Kris --vkogqOf2sHV7VnPd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA5FYzWry0BWjoQKURAlqJAJ9iqEkyzBPmP1IePc+Qs3wfwiOQgwCgqVP8 wW3YulBYjLarYPE9rzxeRxU= =ccGU -----END PGP SIGNATURE----- --vkogqOf2sHV7VnPd-- From owner-cvs-all@FreeBSD.ORG Thu Jul 1 20:59:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 288F016A4CE; Thu, 1 Jul 2004 20:59:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A55C43D45; Thu, 1 Jul 2004 20:59:48 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61KwMZJ094328; Thu, 1 Jul 2004 20:58:22 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61KwMaJ094327; Thu, 1 Jul 2004 20:58:22 GMT (envelope-from lth) Message-Id: <200407012058.i61KwMaJ094327@repoman.freebsd.org> From: Lars Thegler Date: Thu, 1 Jul 2004 20:58:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-VCS Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 20:59:48 -0000 lth 2004-07-01 20:58:22 UTC FreeBSD ports repository Modified files: devel/p5-VCS Makefile distinfo pkg-plist Log: Update to 0.13 Approved by: erwin (implicit) Revision Changes Path 1.6 +2 -2 ports/devel/p5-VCS/Makefile 1.6 +2 -2 ports/devel/p5-VCS/distinfo 1.3 +0 -5 ports/devel/p5-VCS/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 1 21:07:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EE3216A4CE; Thu, 1 Jul 2004 21:07:12 +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 D72E443D1F; Thu, 1 Jul 2004 21:07:11 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-7.local ([172.16.0.7] helo=localhost) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1Bg8kn-000AAs-Pz; Thu, 01 Jul 2004 23:06:10 +0200 Date: Thu, 1 Jul 2004 23:06:20 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Adam Weinberger From: Oliver Eikemeier In-Reply-To: <200407012000.i61K0dOj092776@repoman.freebsd.org> Message-Id: <80428D25-CBA2-11D8-9FE1-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/multimedia/mplayer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 21:07:12 -0000 Adam Weinberger wrote: > adamw 2004-07-01 20:00:39 UTC > > FreeBSD ports repository > > Modified files: > multimedia/mplayer Makefile distinfo > Log: > Apply a vendor-distributed patch to correct a number of string > vulnerabilities, some of which are remotely exploitable. > > More info at: http://www.mplayerhq.hu/homepage/design7/news.html Since this fixes a vulnerability, could you please add an entry to ports/security/vuxml/vuln.xml or ports/security/portaudit-db/database/portaudit.txt (Not both, the first is preferred)? Thanks -Oliver From owner-cvs-all@FreeBSD.ORG Thu Jul 1 21:07:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B62716A4CF; Thu, 1 Jul 2004 21:07:12 +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 65F4343D31; Thu, 1 Jul 2004 21:07:12 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-7.local ([172.16.0.7] helo=localhost) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1Bg8jk-000AAQ-TK; Thu, 01 Jul 2004 23:05:44 +0200 Date: Thu, 1 Jul 2004 23:05:15 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Adam Weinberger From: Oliver Eikemeier In-Reply-To: <200407012000.i61K0dOj092776@repoman.freebsd.org> Message-Id: <5992FAE0-CBA2-11D8-9FE1-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/multimedia/mplayer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 21:07:12 -0000 Adam Weinberger wrote: > adamw 2004-07-01 20:00:39 UTC > > FreeBSD ports repository > > Modified files: > multimedia/mplayer Makefile distinfo > Log: > Apply a vendor-distributed patch to correct a number of string > vulnerabilities, some of which are remotely exploitable. > > More info at: http://www.mplayerhq.hu/homepage/design7/news.html Since this fixes a vulnerability, could you please add an entry to ports/security/vuxml/vuln.xml or ports/security/portaudit-db/database/portaudit.txt (Not both, the first is preferred)? Thanks -Oliver From owner-cvs-all@FreeBSD.ORG Thu Jul 1 21:14:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD0D616A4CF; Thu, 1 Jul 2004 21:14:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F81243D1D; Thu, 1 Jul 2004 21:14:21 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61LD8Li094736; Thu, 1 Jul 2004 21:13:08 GMT (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61LD89f094735; Thu, 1 Jul 2004 21:13:08 GMT (envelope-from ade) Message-Id: <200407012113.i61LD89f094735@repoman.freebsd.org> From: Ade Lovett Date: Thu, 1 Jul 2004 21:13:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.autotools.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 21:14:21 -0000 ade 2004-07-01 21:13:08 UTC FreeBSD ports repository Modified files: Mk bsd.autotools.mk Log: .error -> BROKEN (against my better judgement, but hey ho) PR: 68568 Submitted by: eik Revision Changes Path 1.5 +9 -11 ports/Mk/bsd.autotools.mk From owner-cvs-all@FreeBSD.ORG Thu Jul 1 21:15:01 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 21:17:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C141D16A4CE; Thu, 1 Jul 2004 21:17:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A293D43D49; Thu, 1 Jul 2004 21:17:13 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61LGApm094915; Thu, 1 Jul 2004 21:16:10 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61LGAkt094914; Thu, 1 Jul 2004 21:16:10 GMT (envelope-from marcus) Message-Id: <200407012116.i61LGAkt094914@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 1 Jul 2004 21:16:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 21:17:13 -0000 marcus 2004-07-01 21:16:10 UTC FreeBSD ports repository Modified files: www/mozilla-devel Makefile Log: * Make MOZ_SUFX overrideable just in case * Remove the remaining vestiges of GTK+-1 support Revision Changes Path 1.192 +1 -10 ports/www/mozilla-devel/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 1 21:17:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D31F16A4CE; Thu, 1 Jul 2004 21:17:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EE0F43D45; Thu, 1 Jul 2004 21:17:49 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61LH2Pi094984; Thu, 1 Jul 2004 21:17:02 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61LH2eA094983; Thu, 1 Jul 2004 21:17:02 GMT (envelope-from marcus) Message-Id: <200407012117.i61LH2eA094983@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 1 Jul 2004 21:17:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla Makefile ports/www/mozilla-gtk1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 21:17:49 -0000 marcus 2004-07-01 21:17:02 UTC FreeBSD ports repository Modified files: www/mozilla Makefile www/mozilla-gtk1 Makefile Log: Allow MOZ_SUFX to be overridden to fix the build of galeon. Reported by: pointyhat via kris Revision Changes Path 1.19 +2 -1 ports/www/mozilla-gtk1/Makefile 1.166 +1 -1 ports/www/mozilla/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 1 21:19:33 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 21:20:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB16916A4F7; Thu, 1 Jul 2004 21:20:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE41843D2F; Thu, 1 Jul 2004 21:20:34 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61LJRlB095097; Thu, 1 Jul 2004 21:19:27 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61LJRLM095096; Thu, 1 Jul 2004 21:19:27 GMT (envelope-from krion) Message-Id: <200407012119.i61LJRLM095096@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 1 Jul 2004 21:19:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/nut Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 21:20:35 -0000 krion 2004-07-01 21:19:27 UTC FreeBSD ports repository Modified files: misc/nut Makefile distinfo Log: Update to 9.17 Revision Changes Path 1.29 +1 -1 ports/misc/nut/Makefile 1.25 +2 -2 ports/misc/nut/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 1 21:22:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB4E216A4CF; Thu, 1 Jul 2004 21:22:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACB2A43D41; Thu, 1 Jul 2004 21:22:16 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61LL7EX095220; Thu, 1 Jul 2004 21:21:07 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61LL7JA095219; Thu, 1 Jul 2004 21:21:07 GMT (envelope-from lofi) Message-Id: <200407012121.i61LL7JA095219@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 1 Jul 2004 21:21:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 21:22:17 -0000 lofi 2004-07-01 21:21:07 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Remove some dead KDE mirrors and replace the rest (except the ring-sites) with KDE's smart global roundrobin. Revision Changes Path 1.250 +2 -17 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Thu Jul 1 21:22:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E78D16A4CE; Thu, 1 Jul 2004 21:22:44 +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 D614343D46; Thu, 1 Jul 2004 21:22:43 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-7.local ([172.16.0.7] helo=localhost) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1Bg8zj-000ADW-KN; Thu, 01 Jul 2004 23:21:37 +0200 Date: Thu, 1 Jul 2004 23:21:46 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Ade Lovett From: Oliver Eikemeier In-Reply-To: <200407012113.i61LD89f094735@repoman.freebsd.org> Message-Id: Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.autotools.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 21:22:44 -0000 Ade Lovett wrote: > ade 2004-07-01 21:13:08 UTC > > FreeBSD ports repository > > Modified files: > Mk bsd.autotools.mk > Log: > .error -> BROKEN (against my better judgement, but hey ho) > > PR: 68568 > Submitted by: eik Thanks! I owe you a . -Oliver From owner-cvs-all@FreeBSD.ORG Thu Jul 1 21:23:36 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 21:23:37 -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-all@FreeBSD.ORG Thu Jul 1 21:26:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD96016A4CE; Thu, 1 Jul 2004 21:26:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEEB443D31; Thu, 1 Jul 2004 21:26:56 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61LQClc095363; Thu, 1 Jul 2004 21:26:12 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61LQCEq095362; Thu, 1 Jul 2004 21:26:12 GMT (envelope-from vs) Message-Id: <200407012126.i61LQCEq095362@repoman.freebsd.org> From: Volker Stolz Date: Thu, 1 Jul 2004 21:26:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/dansguardian-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 21:26:57 -0000 vs 2004-07-01 21:26:12 UTC FreeBSD ports repository Modified files: www/dansguardian-devel Makefile Log: Fix left-over from testing. Noticed by: kris Pointy hat: me Revision Changes Path 1.13 +1 -1 ports/www/dansguardian-devel/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 1 21:37:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BCFF16A4CE; Thu, 1 Jul 2004 21:37:45 +0000 (GMT) Received: from smtp-out6.xs4all.nl (smtp-out6.xs4all.nl [194.109.24.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6437F43D1D; Thu, 1 Jul 2004 21:37:44 +0000 (GMT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out6.xs4all.nl (8.12.10/8.12.10) with ESMTP id i61Kwbew082529; Thu, 1 Jul 2004 22:58:37 +0200 (CEST) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i61Kwag8021233; Thu, 1 Jul 2004 22:58:36 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i61Kwaau021232; Thu, 1 Jul 2004 22:58:36 +0200 (CEST) (envelope-from wkb) Date: Thu, 1 Jul 2004 22:58:36 +0200 From: Wilko Bulte To: Roman Kurakin Message-ID: <20040701205836.GB21206@freebie.xs4all.nl> References: <200406291830.i5TIUCDl002245@repoman.freebsd.org> <40E449E8.9050501@cronyx.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40E449E8.9050501@cronyx.ru> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-STABLE X-PGP: finger wilko@freebsd.org cc: doc-committers@FreeBSD.ORG cc: cvs-doc@FreeBSD.ORG cc: Colin Percival cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: www/en navigation.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 21:37:45 -0000 On Thu, Jul 01, 2004 at 09:29:12PM +0400, Roman Kurakin wrote: > Colin Percival wrote: > > >cperciva 2004-06-29 18:30:12 UTC > > > > FreeBSD doc repository (src committer) > > > > Modified files: > > en navigation.xml > > Log: > > Replace "List of needs" by "Donations Wantlist", to reflect > > the actual nature of the page being linked to. > > > > > "FreeBSD Developers Want List" page has a sentence "This page lists > various developer hardware needs." > Since "pony" not a hardware, I think this should be fixed smth like this: But a pony is also no software? Hmm... -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Jul 1 22:06:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE68F16A4CE; Thu, 1 Jul 2004 22:06:29 +0000 (GMT) Received: from smtp-out2.xs4all.nl (smtp-out2.xs4all.nl [194.109.24.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E50643D45; Thu, 1 Jul 2004 22:06:29 +0000 (GMT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out2.xs4all.nl (8.12.10/8.12.10) with ESMTP id i61Kw0xK018561; Thu, 1 Jul 2004 22:58:00 +0200 (CEST) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i61KvxPE021222; Thu, 1 Jul 2004 22:57:59 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i61KvxFO021221; Thu, 1 Jul 2004 22:57:59 +0200 (CEST) (envelope-from wkb) Date: Thu, 1 Jul 2004 22:57:59 +0200 From: Wilko Bulte To: Ceri Davies Message-ID: <20040701205759.GA21206@freebie.xs4all.nl> References: <200407011833.i61IXUZ9090366@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407011833.i61IXUZ9090366@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-STABLE X-PGP: finger wilko@freebsd.org cc: doc-committers@FreeBSD.ORG cc: cvs-doc@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 22:06:29 -0000 On Thu, Jul 01, 2004 at 06:33:30PM +0000, Ceri Davies wrote: > ceri 2004-07-01 18:33:30 UTC > > FreeBSD doc repository > > Modified files: > en/donations wantlist.sgml > Log: > I'd like a heavy book to hit members of the doc team with. A Gutenberg bible? -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Jul 1 22:17:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFF0316A4CE; Thu, 1 Jul 2004 22:17:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C93C843D1F; Thu, 1 Jul 2004 22:17:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61MG9YE096656; Thu, 1 Jul 2004 22:16:09 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61MG95m096655; Thu, 1 Jul 2004 22:16:09 GMT (envelope-from pav) Message-Id: <200407012216.i61MG95m096655@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 1 Jul 2004 22:16:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro Makefileports/astro/gdesklets-goodweather-psi Makefile distinfo pkg-descr ports/astro/gdesklets-goodweather-psi/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 22:17:27 -0000 pav 2004-07-01 22:16:09 UTC FreeBSD ports repository Modified files: astro Makefile Added files: astro/gdesklets-goodweather-psi Makefile distinfo pkg-descr astro/gdesklets-goodweather-psi/files pkg-message.in Log: Add gdesklets-goodweather-psi, GoodWeather desklet with psi theme. PR: ports/68500 Submitted by: michael johnson Revision Changes Path 1.82 +1 -0 ports/astro/Makefile 1.1 +44 -0 ports/astro/gdesklets-goodweather-psi/Makefile (new) 1.1 +2 -0 ports/astro/gdesklets-goodweather-psi/distinfo (new) 1.1 +13 -0 ports/astro/gdesklets-goodweather-psi/files/pkg-message.in (new) 1.1 +3 -0 ports/astro/gdesklets-goodweather-psi/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 1 22:17:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCE2616A4CE; Thu, 1 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 AF24343D3F; Thu, 1 Jul 2004 22:17:59 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61MGw23096701; Thu, 1 Jul 2004 22:16:58 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61MGwYa096700; Thu, 1 Jul 2004 22:16:58 GMT (envelope-from pav) Message-Id: <200407012216.i61MGwYa096700@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 1 Jul 2004 22:16:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 22:18:00 -0000 pav 2004-07-01 22:16:58 UTC FreeBSD ports repository Modified files: . modules Log: gdesklets-goodweather-psi --> ports/astro/gdesklets-goodweather-psi Revision Changes Path 1.10447 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 1 22:19:04 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 22:24:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69F4C16A4CE; Thu, 1 Jul 2004 22:24:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C81343D39; Thu, 1 Jul 2004 22:24:47 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61MNB8m096995; Thu, 1 Jul 2004 22:23:11 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61MNBL8096994; Thu, 1 Jul 2004 22:23:11 GMT (envelope-from ale) Message-Id: <200407012223.i61MNBL8096994@repoman.freebsd.org> From: Alex Dupre Date: Thu, 1 Jul 2004 22:23:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libtool15/files patch-ad X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 22:24:47 -0000 ale 2004-07-01 22:23:11 UTC FreeBSD ports repository Removed files: devel/libtool15/files patch-ad Log: Remove empty patchfile. Revision Changes Path 1.12 +0 -0 ports/devel/libtool15/files/patch-ad (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 1 22:27:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E71F16A4CF; Thu, 1 Jul 2004 22:27:08 +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 1CE8343D1F; Thu, 1 Jul 2004 22:27:08 +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 i61MOrbN079746; Thu, 1 Jul 2004 15:24:54 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.11/8.12.10/Submit) id i61MOrWS079745; Thu, 1 Jul 2004 15:24:53 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Thu, 1 Jul 2004 15:24:53 -0700 From: David Schultz To: Wilko Bulte Message-ID: <20040701222453.GA79696@VARK.homeunix.com> Mail-Followup-To: Wilko Bulte , Roman Kurakin , doc-committers@FreeBSD.ORG, cvs-doc@FreeBSD.ORG, Colin Percival , cvs-all@FreeBSD.ORG References: <200406291830.i5TIUCDl002245@repoman.freebsd.org> <40E449E8.9050501@cronyx.ru> <20040701205836.GB21206@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040701205836.GB21206@freebie.xs4all.nl> cc: cvs-all@FreeBSD.ORG cc: doc-committers@FreeBSD.ORG cc: cvs-doc@FreeBSD.ORG cc: Colin Percival cc: Roman Kurakin Subject: Re: cvs commit: www/en navigation.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 22:27:08 -0000 On Thu, Jul 01, 2004, Wilko Bulte wrote: > On Thu, Jul 01, 2004 at 09:29:12PM +0400, Roman Kurakin wrote: > > Colin Percival wrote: > > > > >cperciva 2004-06-29 18:30:12 UTC > > > > > > FreeBSD doc repository (src committer) > > > > > > Modified files: > > > en navigation.xml > > > Log: > > > Replace "List of needs" by "Donations Wantlist", to reflect > > > the actual nature of the page being linked to. > > > > > > > > "FreeBSD Developers Want List" page has a sentence "This page lists > > various developer hardware needs." > > Since "pony" not a hardware, I think this should be fixed smth like this: > > But a pony is also no software? Hmm... Why not? A pony runs slowly, has bugs, and takes a long time to boot. From owner-cvs-all@FreeBSD.ORG Thu Jul 1 22:29:04 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 22:32:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C5D516A4CE; Thu, 1 Jul 2004 22:32:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94E1F43D3F; Thu, 1 Jul 2004 22:32:43 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61MUJki097305; Thu, 1 Jul 2004 22:30:19 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61MUJwC097304; Thu, 1 Jul 2004 22:30:19 GMT (envelope-from glewis) Message-Id: <200407012230.i61MUJwC097304@repoman.freebsd.org> From: Greg Lewis Date: Thu, 1 Jul 2004 22:30:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/cocoon Makefile Makefile.options Makefile.test-options distinfo pkg-descr pkg-message pkg-plist ports/textproc/cocoon/files cocoon.sh cocoonctl patch-Utils.java patch-aa patch-ab patch-cocoon.sh pkg-deinstall pkg-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 22:32:43 -0000 glewis 2004-07-01 22:30:19 UTC FreeBSD ports repository Modified files: textproc/cocoon Makefile distinfo pkg-descr pkg-message pkg-plist Added files: textproc/cocoon Makefile.options Makefile.test-options textproc/cocoon/files cocoon.sh cocoonctl patch-cocoon.sh pkg-deinstall pkg-install Removed files: textproc/cocoon/files patch-Utils.java patch-aa patch-ab Log: . Major update to 2.1.5. . Assign maintainership to the submitter. PR: 66253 Submitted by: Jean-Baptiste Quenot Revision Changes Path 1.25 +103 -41 ports/textproc/cocoon/Makefile 1.1 +56 -0 ports/textproc/cocoon/Makefile.options (new) 1.1 +250 -0 ports/textproc/cocoon/Makefile.test-options (new) 1.10 +2 -2 ports/textproc/cocoon/distinfo 1.1 +31 -0 ports/textproc/cocoon/files/cocoon.sh (new) 1.1 +48 -0 ports/textproc/cocoon/files/cocoonctl (new) 1.2 +0 -51 ports/textproc/cocoon/files/patch-Utils.java (dead) 1.2 +0 -19 ports/textproc/cocoon/files/patch-aa (dead) 1.2 +0 -8 ports/textproc/cocoon/files/patch-ab (dead) 1.1 +41 -0 ports/textproc/cocoon/files/patch-cocoon.sh (new) 1.1 +61 -0 ports/textproc/cocoon/files/pkg-deinstall (new) 1.1 +55 -0 ports/textproc/cocoon/files/pkg-install (new) 1.3 +13 -7 ports/textproc/cocoon/pkg-descr 1.7 +7 -19 ports/textproc/cocoon/pkg-message 1.10 +130 -522 ports/textproc/cocoon/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 1 22:37:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FE6316A4CE for ; Thu, 1 Jul 2004 22:37:53 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3093243D45 for ; Thu, 1 Jul 2004 22:37:53 +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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 22:37:53 -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-all@FreeBSD.ORG Thu Jul 1 22:39:22 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 22:45:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D2CC16A4CF; Thu, 1 Jul 2004 22:45:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FE7C43D39; Thu, 1 Jul 2004 22:45:41 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61Mi0xZ097785; Thu, 1 Jul 2004 22:44:00 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61Mi02J097784; Thu, 1 Jul 2004 22:44:00 GMT (envelope-from glewis) Message-Id: <200407012244.i61Mi02J097784@repoman.freebsd.org> From: Greg Lewis Date: Thu, 1 Jul 2004 22:44:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.java.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 22:45:41 -0000 glewis 2004-07-01 22:44:00 UTC FreeBSD ports repository Modified files: Mk bsd.java.mk Log: . Reapply the changes of PR/61351 (by linimon) to bsd.java.mk 2.0. These got spammed in the update to bsd.java.mk 2.0. They replace .BEGIN blocks with check-makevars:: targets. PR: 68516 Submitted by: Herve Quiroz Revision Changes Path 1.48 +17 -17 ports/Mk/bsd.java.mk From owner-cvs-all@FreeBSD.ORG Thu Jul 1 22:48:19 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 22:51:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF3F816A4CE; Thu, 1 Jul 2004 22:51:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A234743D2F; Thu, 1 Jul 2004 22:51:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61MoD9v097953; Thu, 1 Jul 2004 22:50:13 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61MoDbF097952; Thu, 1 Jul 2004 22:50:13 GMT (envelope-from pav) Message-Id: <200407012250.i61MoDbF097952@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 1 Jul 2004 22:50:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mail-notification Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 22:51:35 -0000 pav 2004-07-01 22:50:13 UTC FreeBSD ports repository Modified files: mail/mail-notification Makefile distinfo pkg-descr pkg-plist Log: - Update to 0.4.0 - Rewrite pkg-descr - New gconf handling PR: ports/68487 Submitted by: Jean-Yves Lefort (maintainer) Revision Changes Path 1.7 +3 -4 ports/mail/mail-notification/Makefile 1.4 +2 -2 ports/mail/mail-notification/distinfo 1.2 +12 -10 ports/mail/mail-notification/pkg-descr 1.3 +20 -33 ports/mail/mail-notification/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 1 23:13:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4D2B16A4CE; Thu, 1 Jul 2004 23:13:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE9F543D1D; Thu, 1 Jul 2004 23:13:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61NB4b3098608; Thu, 1 Jul 2004 23:11:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61NB44e098607; Thu, 1 Jul 2004 23:11:04 GMT (envelope-from pav) Message-Id: <200407012311.i61NB44e098607@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 1 Jul 2004 23:11:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases Makefile ports/databases/py-sqlobject Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 23:13:16 -0000 pav 2004-07-01 23:11:04 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/py-sqlobject Makefile distinfo pkg-descr pkg-plist Log: Add py-sqlobject, a Python class that allows you to translate RDBMS table rows into Python objects, and manipulate those objects to transparently manipulate the database. PR: ports/68501 Submitted by: Choe, Cheng-Dae Revision Changes Path 1.349 +1 -0 ports/databases/Makefile 1.1 +26 -0 ports/databases/py-sqlobject/Makefile (new) 1.1 +2 -0 ports/databases/py-sqlobject/distinfo (new) 1.1 +5 -0 ports/databases/py-sqlobject/pkg-descr (new) 1.1 +38 -0 ports/databases/py-sqlobject/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 1 23:14:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9DA016A4CE; Thu, 1 Jul 2004 23:14:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBB6643D41; Thu, 1 Jul 2004 23:14:19 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61NBleV098646; Thu, 1 Jul 2004 23:11:47 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61NBl1e098645; Thu, 1 Jul 2004 23:11:47 GMT (envelope-from pav) Message-Id: <200407012311.i61NBl1e098645@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 1 Jul 2004 23:11:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 23:14:20 -0000 pav 2004-07-01 23:11:47 UTC FreeBSD ports repository Modified files: . modules Log: py-sqlobject --> ports/databases/py-sqlobject Revision Changes Path 1.10448 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 1 23:29:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5E9416A4CE; Thu, 1 Jul 2004 23:29:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B90B043D39; Thu, 1 Jul 2004 23:29:21 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61NQvwE099113; Thu, 1 Jul 2004 23:26:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61NQvne099112; Thu, 1 Jul 2004 23:26:57 GMT (envelope-from pav) Message-Id: <200407012326.i61NQvne099112@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 1 Jul 2004 23:26:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/php-xdebug Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 23:29:22 -0000 pav 2004-07-01 23:26:57 UTC FreeBSD ports repository Modified files: devel/php-xdebug Makefile distinfo Log: - Update to 1.3.2 PR: ports/68513 Submitted by: Roman Neuhauser (maintainer) Revision Changes Path 1.6 +1 -1 ports/devel/php-xdebug/Makefile 1.5 +2 -2 ports/devel/php-xdebug/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 1 23:36:14 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Thu Jul 1 23:36:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4869B16A532; Thu, 1 Jul 2004 23:36:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A53743D45; Thu, 1 Jul 2004 23:36:16 +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 i61NYBiV099340; Thu, 1 Jul 2004 23:34:11 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61NYBwQ099339; Thu, 1 Jul 2004 23:34:11 GMT (envelope-from scottl) Message-Id: <200407012334.i61NYBwQ099339@repoman.freebsd.org> From: Scott Long Date: Thu, 1 Jul 2004 23:34:11 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.3R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 23:36:19 -0000 scottl 2004-07-01 23:34:11 UTC FreeBSD doc repository Modified files: en/releases/5.3R todo.sgml Log: Move a couple of items down to the 'desired' list as they aren't critical. Add the GDB 6.1 kernel debugging task to the required list. Revision Changes Path 1.25 +31 -24 www/en/releases/5.3R/todo.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 1 23:40:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1F3216A4CE; Thu, 1 Jul 2004 23:40:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3A2343D58; Thu, 1 Jul 2004 23:40:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61NcaHp099523; Thu, 1 Jul 2004 23:38:36 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61Ncak5099522; Thu, 1 Jul 2004 23:38:36 GMT (envelope-from pav) Message-Id: <200407012338.i61Ncak5099522@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 1 Jul 2004 23:38:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/wzdftpd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 23:40:06 -0000 pav 2004-07-01 23:38:36 UTC FreeBSD ports repository Modified files: ftp/wzdftpd Makefile distinfo Log: - Update to 0.3.3 PR: ports/68562 Submitted by: Roman Bogorodskiy (maintainer) Revision Changes Path 1.10 +3 -2 ports/ftp/wzdftpd/Makefile 1.6 +2 -2 ports/ftp/wzdftpd/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 1 23:43:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C41B516A4CE; Thu, 1 Jul 2004 23:43:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A700343D4C; Thu, 1 Jul 2004 23:43:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61NfBYh099672; Thu, 1 Jul 2004 23:41:11 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61NfAYQ099671; Thu, 1 Jul 2004 23:41:10 GMT (envelope-from pav) Message-Id: <200407012341.i61NfAYQ099671@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 1 Jul 2004 23:41:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/itl Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 23:43:12 -0000 pav 2004-07-01 23:41:10 UTC FreeBSD ports repository Modified files: math/itl Makefile pkg-plist Log: - Fix optional dependency on unexistant port - WANT_ -> WITH_ - Portlint PR: ports/68567 Submitted by: Eric van Gyzen Revision Changes Path 1.3 +3 -3 ports/math/itl/Makefile 1.2 +0 -1 ports/math/itl/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 1 23:47:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00ECA16A4CE; Thu, 1 Jul 2004 23:47:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7BC743D2F; Thu, 1 Jul 2004 23:47:14 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61NjtCx099829; Thu, 1 Jul 2004 23:45:55 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61Njtoa099828; Thu, 1 Jul 2004 23:45:55 GMT (envelope-from lioux) Message-Id: <200407012345.i61Njtoa099828@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 1 Jul 2004 23:45:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/freenet Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 23:47:15 -0000 lioux 2004-07-01 23:45:55 UTC FreeBSD ports repository Modified files: net/freenet Makefile distinfo Log: Remove BROKEN ("unfetchable"): update to FreeBSD Stable build 5084 released 20040702 snapshot Revision Changes Path 1.15 +2 -6 ports/net/freenet/Makefile 1.10 +2 -2 ports/net/freenet/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 1 23:53:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED5B816A4CE; Thu, 1 Jul 2004 23:53:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D083643D45; Thu, 1 Jul 2004 23:53:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61Np9IG000137; Thu, 1 Jul 2004 23:51:09 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61Np9tY000136; Thu, 1 Jul 2004 23:51:09 GMT (envelope-from pav) Message-Id: <200407012351.i61Np9tY000136@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 1 Jul 2004 23:51:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/phpmyadmin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 23:53:06 -0000 pav 2004-07-01 23:51:09 UTC FreeBSD ports repository Modified files: databases/phpmyadmin Makefile distinfo Log: - Update to 2.5.7-pl1, which closes security vulnerability allowing remote user to inject php code PR: ports/68557 Submitted by: Matthew Seaman (maintainer) Revision Changes Path 1.17 +2 -1 ports/databases/phpmyadmin/Makefile 1.12 +2 -2 ports/databases/phpmyadmin/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 1 23:56:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC98B16A4CE; Thu, 1 Jul 2004 23:56:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF18B43D2D; Thu, 1 Jul 2004 23:56:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61Ntdaj000290; Thu, 1 Jul 2004 23:55:39 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61Ntd1h000289; Thu, 1 Jul 2004 23:55:39 GMT (envelope-from pav) Message-Id: <200407012355.i61Ntd1h000289@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 1 Jul 2004 23:55:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 23:56:31 -0000 pav 2004-07-01 23:55:39 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Add phpMyAdmin 2.5.7 vulnerability. I hope I got XML right. Revision Changes Path 1.136 +26 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Jul 2 00:00:36 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 00:03:36 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 00:13:30 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 00:32:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9153A16A4CE; Fri, 2 Jul 2004 00:32:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73D4743D39; Fri, 2 Jul 2004 00:32:16 +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 i620VI97001271; Fri, 2 Jul 2004 00:31:18 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i620VIxV001270; Fri, 2 Jul 2004 00:31:18 GMT (envelope-from eik) Message-Id: <200407020031.i620VIxV001270@repoman.freebsd.org> From: Oliver Eikemeier Date: Fri, 2 Jul 2004 00:31:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit Makefile ports/sysutils/pkg_install-devel pkg-req X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 00:32:16 -0000 eik 2004-07-02 00:31:18 UTC FreeBSD ports repository Modified files: security/portaudit Makefile sysutils/pkg_install-devel pkg-req Log: Test OSVERSION instead of pkg_info -P to enable cross-version builds Requested by: kris Revision Changes Path 1.11 +2 -5 ports/security/portaudit/Makefile 1.2 +10 -5 ports/sysutils/pkg_install-devel/pkg-req From owner-cvs-all@FreeBSD.ORG Fri Jul 2 00:37:25 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 00:37:25 -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-all@FreeBSD.ORG Fri Jul 2 00:38:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC46F16A4CE; Fri, 2 Jul 2004 00:38:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEE8843D4C; Fri, 2 Jul 2004 00:38:08 +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 i620aWbV001498; Fri, 2 Jul 2004 00:36:32 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i620aWpF001497; Fri, 2 Jul 2004 00:36:32 GMT (envelope-from eik) Message-Id: <200407020036.i620aWpF001497@repoman.freebsd.org> From: Oliver Eikemeier Date: Fri, 2 Jul 2004 00:36:32 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 00:38:09 -0000 eik 2004-07-02 00:36:32 UTC FreeBSD doc repository (src,ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: document __FreeBSD_version 502120 Revision Changes Path 1.454 +6 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 2 00:40:27 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 00:41:01 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 00:49:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DBBD16A4CE; Fri, 2 Jul 2004 00:49:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 704D743D45; Fri, 2 Jul 2004 00: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 i620mui6002053; Fri, 2 Jul 2004 00:48:56 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i620mupt002052; Fri, 2 Jul 2004 00:48:56 GMT (envelope-from eik) Message-Id: <200407020048.i620mupt002052@repoman.freebsd.org> From: Oliver Eikemeier Date: Fri, 2 Jul 2004 00:48:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit-db/database portaudit.txt ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 00:49:47 -0000 eik 2004-07-02 00:48:56 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt security/vuxml vuln.xml Log: move "phpMyAdmin code injection" to vuxml Revision Changes Path 1.40 +1 -2 ports/security/portaudit-db/database/portaudit.txt 1.137 +10 -3 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Jul 2 01:08:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 081C916A4CE; Fri, 2 Jul 2004 01:08:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEC6443D54; Fri, 2 Jul 2004 01:08:30 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6217jEF002597; Fri, 2 Jul 2004 01:07:45 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6217jLh002596; Fri, 2 Jul 2004 01:07:45 GMT (envelope-from lioux) Message-Id: <200407020107.i6217jLh002596@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 2 Jul 2004 01:07:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes/kde-icons-crystalosx Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 01:08:31 -0000 lioux 2004-07-02 01:07:45 UTC FreeBSD ports repository Modified files: x11-themes/kde-icons-crystalosx Makefile distinfo pkg-plist Log: o Remove BROKEN: update MASTER_SITES o Bump PORTVERSION since distfile changed Revision Changes Path 1.3 +10 -5 ports/x11-themes/kde-icons-crystalosx/Makefile 1.2 +2 -2 ports/x11-themes/kde-icons-crystalosx/distinfo 1.2 +5 -10 ports/x11-themes/kde-icons-crystalosx/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 2 01:13:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01F1516A4CE; Fri, 2 Jul 2004 01:13:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D857E43D2D; Fri, 2 Jul 2004 01:13:33 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i621C2DL002750; Fri, 2 Jul 2004 01:12:02 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i621C21L002749; Fri, 2 Jul 2004 01:12:02 GMT (envelope-from lioux) Message-Id: <200407020112.i621C21L002749@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 2 Jul 2004 01:12:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ddd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 01:13:34 -0000 lioux 2004-07-02 01:12:02 UTC FreeBSD ports repository Modified files: devel/ddd Makefile Log: Drop maintainership Revision Changes Path 1.55 +1 -1 ports/devel/ddd/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 03:17:45 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 03:31:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 261D216A4CF; Fri, 2 Jul 2004 03:31:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E2C243D55; Fri, 2 Jul 2004 03:31:00 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i623TZ35006711; Fri, 2 Jul 2004 03:29:35 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i623TZD2006710; Fri, 2 Jul 2004 03:29:35 GMT (envelope-from ijliao) Message-Id: <200407020329.i623TZD2006710@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 2 Jul 2004 03:29:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/centericq Makefile distinfo ports/net/centericq/files msn-Makefile.in msn-abstracthook.cc msn-config.h.in msn-configure msn-imcontroller.cc msn-libmsn msn-msnhook.cc msn-msnhook.h msn-src::Makefile.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 03:31:00 -0000 ijliao 2004-07-02 03:29:35 UTC FreeBSD ports repository Modified files: net/centericq Makefile distinfo Added files: net/centericq/files patch-msn-connection.cpp patch-msn-filetransfer.cpp Removed files: net/centericq/files msn-Makefile.in msn-abstracthook.cc msn-config.h.in msn-configure msn-imcontroller.cc msn-libmsn msn-msnhook.cc msn-msnhook.h msn-src::Makefile.in msn-src::hooks::Makefile.in patch-Xml.h patch-configure Log: upgrade to 4.10.0 PR: 68578 Submitted by: maintainer Revision Changes Path 1.87 +2 -1 ports/net/centericq/Makefile 1.40 +2 -2 ports/net/centericq/distinfo 1.3 +0 -32 ports/net/centericq/files/msn-Makefile.in (dead) 1.2 +0 -20 ports/net/centericq/files/msn-abstracthook.cc (dead) 1.2 +0 -12 ports/net/centericq/files/msn-config.h.in (dead) 1.2 +0 -72 ports/net/centericq/files/msn-configure (dead) 1.2 +0 -10 ports/net/centericq/files/msn-imcontroller.cc (dead) 1.2 +0 -5986 ports/net/centericq/files/msn-libmsn (dead) 1.3 +0 -804 ports/net/centericq/files/msn-msnhook.cc (dead) 1.2 +0 -92 ports/net/centericq/files/msn-msnhook.h (dead) 1.2 +0 -17 ports/net/centericq/files/msn-src::Makefile.in (dead) 1.2 +0 -34 ports/net/centericq/files/msn-src::hooks::Makefile.in (dead) 1.3 +0 -11 ports/net/centericq/files/patch-Xml.h (dead) 1.8 +0 -20 ports/net/centericq/files/patch-configure (dead) 1.1 +12 -0 ports/net/centericq/files/patch-msn-connection.cpp (new) 1.1 +10 -0 ports/net/centericq/files/patch-msn-filetransfer.cpp (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 03:39:19 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 03:40:59 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 03:46:00 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 03:48:35 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 03:49:21 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 03:51:42 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 04:07:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC26016A4CE; Fri, 2 Jul 2004 04:07:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF6F443D48; Fri, 2 Jul 2004 04:07:16 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6245r2i008078; Fri, 2 Jul 2004 04:05:53 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6245rOa008077; Fri, 2 Jul 2004 04:05:53 GMT (envelope-from bland) Message-Id: <200407020405.i6245rOa008077@repoman.freebsd.org> From: Alexander Nedotsukov Date: Fri, 2 Jul 2004 04:05:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/gtkmm24 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 04:07:17 -0000 bland 2004-07-02 04:05:53 UTC FreeBSD ports repository Modified files: x11-toolkits/gtkmm24 Makefile distinfo Log: Update to 2.4.4 Revision Changes Path 1.72 +1 -1 ports/x11-toolkits/gtkmm24/Makefile 1.32 +2 -2 ports/x11-toolkits/gtkmm24/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 2 04:32:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FE5A16A4CE; Fri, 2 Jul 2004 04:32:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0262A43D48; Fri, 2 Jul 2004 04:32:29 +0000 (GMT) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i624UjHC008834; Fri, 2 Jul 2004 04:30:45 GMT (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i624UjrD008833; Fri, 2 Jul 2004 04:30:45 GMT (envelope-from jmallett) Message-Id: <200407020430.i624UjrD008833@repoman.freebsd.org> From: Juli Mallett Date: Fri, 2 Jul 2004 04:30:45 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 04:32:29 -0000 jmallett 2004-07-02 04:30:45 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Close a td. Revision Changes Path 1.207 +2 -2 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 2 04:39:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAEC316A4CE; Fri, 2 Jul 2004 04:39:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE0E743D3F; Fri, 2 Jul 2004 04:39:45 +0000 (GMT) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i624cO6f009057; Fri, 2 Jul 2004 04:38:24 GMT (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i624cOxV009056; Fri, 2 Jul 2004 04:38:24 GMT (envelope-from jmallett) Message-Id: <200407020438.i624cOxV009056@repoman.freebsd.org> From: Juli Mallett Date: Fri, 2 Jul 2004 04:38:24 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 04:39:46 -0000 jmallett 2004-07-02 04:38:24 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Add some things I'd like to have to poke at to the beglist, namely a sparc64 (Ultra5-ish) and an Alpha. Revision Changes Path 1.208 +15 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 2 04:48:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFFA616A4CE; Fri, 2 Jul 2004 04:48:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2E8343D2F; Fri, 2 Jul 2004 04:48:57 +0000 (GMT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i624NJrV008546; Fri, 2 Jul 2004 04:23:19 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i624NJhx008545; Fri, 2 Jul 2004 04:23:19 GMT (envelope-from knu) Message-Id: <200407020423.i624NJhx008545@repoman.freebsd.org> From: Akinori MUSHA Date: Fri, 2 Jul 2004 04:23:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/portupgrade Makefile ports/sysutils/portupgrade/files patch-pkgtools.rb X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 04:48:58 -0000 knu 2004-07-02 04:23:19 UTC FreeBSD ports repository Modified files: sysutils/portupgrade Makefile Added files: sysutils/portupgrade/files patch-pkgtools.rb Log: Apply a patch to avoid "undefined method `each' for nil:NilClass" error when such configuration variable as MAKE_ARGS, typically BEFORE_DEINSTALL is not defined. Reported by: krion, Tsurutani Naoki Revision Changes Path 1.187 +1 -0 ports/sysutils/portupgrade/Makefile 1.7 +16 -0 ports/sysutils/portupgrade/files/patch-pkgtools.rb (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 05:44:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B006816A4DF; Fri, 2 Jul 2004 05:44:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7D8C43D39; Fri, 2 Jul 2004 05:44:45 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i625hPh9010664; Fri, 2 Jul 2004 05:43:25 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i625hPDu010663; Fri, 2 Jul 2004 05:43:25 GMT (envelope-from marcus) Message-Id: <200407020543.i625hPDu010663@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 2 Jul 2004 05:43:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11 Makefile ports/x11/brightside Makefile distinfo pkg-descr pkg-plist ports/x11/brightside/files patch-src_brightside.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 05:44:45 -0000 marcus 2004-07-02 05:43:24 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/brightside Makefile distinfo pkg-descr pkg-plist x11/brightside/files patch-src_brightside-tray.c patch-src_brightside-util.c patch-src_brightside.c Log: Add brightside, a tool that adds edge and corner actions to the GNOME desktop. For example, with brightside, you can switch virtual desktops by moving the pointer to the edge of the screen. You can also allocate actions to the corners a la Mac OS X. Revision Changes Path 1.521 +1 -0 ports/x11/Makefile 1.1 +25 -0 ports/x11/brightside/Makefile (new) 1.1 +2 -0 ports/x11/brightside/distinfo (new) 1.1 +19 -0 ports/x11/brightside/files/patch-src_brightside-tray.c (new) 1.1 +13 -0 ports/x11/brightside/files/patch-src_brightside-util.c (new) 1.1 +322 -0 ports/x11/brightside/files/patch-src_brightside.c (new) 1.1 +12 -0 ports/x11/brightside/pkg-descr (new) 1.1 +72 -0 ports/x11/brightside/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 05:44:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDC5516A55F; Fri, 2 Jul 2004 05:44:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0A0D43D31; Fri, 2 Jul 2004 05:44:51 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i625hX3U010710; Fri, 2 Jul 2004 05:43:33 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i625hXq8010709; Fri, 2 Jul 2004 05:43:33 GMT (envelope-from marcus) Message-Id: <200407020543.i625hXq8010709@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 2 Jul 2004 05:43:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 05:44:51 -0000 marcus 2004-07-02 05:43:33 UTC FreeBSD ports repository Modified files: . modules Log: brightside --> ports/x11/brightside Revision Changes Path 1.10449 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 2 06:19:13 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 06:44:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47F6F16A4CE; Fri, 2 Jul 2004 06:44:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 058B143D1D; Fri, 2 Jul 2004 06:44:16 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i626hSo4012366; Fri, 2 Jul 2004 06:43:28 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i626hSAe012365; Fri, 2 Jul 2004 06:43:28 GMT (envelope-from erwin) Message-Id: <200407020643.i626hSAe012365@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 2 Jul 2004 06:43:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/p5-Digest-SHA1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 06:44:16 -0000 erwin 2004-07-02 06:43:28 UTC FreeBSD ports repository Modified files: security/p5-Digest-SHA1 Makefile Log: Make dependency on p5-Digest conditional on perl version PR: 68577 Submitted by: David Lay Revision Changes Path 1.12 +8 -4 ports/security/p5-Digest-SHA1/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 06:47:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8178016A4CE; Fri, 2 Jul 2004 06:47:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6460443D39; Fri, 2 Jul 2004 06:47:12 +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 i626kI97012484; Fri, 2 Jul 2004 06:46:18 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i626kI65012483; Fri, 2 Jul 2004 06:46:18 GMT (envelope-from josef) Message-Id: <200407020646.i626kI65012483@repoman.freebsd.org> From: Josef El-Rayes Date: Fri, 2 Jul 2004 06:46:18 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 06:47:12 -0000 josef 2004-07-02 06:46:18 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Express my need for support to afford grog's kernel debugging tutorial. Revision Changes Path 1.209 +9 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 2 06:53:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12E3C16A4CE; Fri, 2 Jul 2004 06:53:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C22443D1D; Fri, 2 Jul 2004 06:53:48 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i626pkZk012698; Fri, 2 Jul 2004 06:51:46 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i626pkTr012697; Fri, 2 Jul 2004 06:51:46 GMT (envelope-from erwin) Message-Id: <200407020651.i626pkTr012697@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 2 Jul 2004 06:51:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/ircd-hybrid Makefileports/irc/ircd-hybrid/files include-config.h.pre-patch patch-include-config.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 06:53:48 -0000 erwin 2004-07-02 06:51:46 UTC FreeBSD ports repository Modified files: irc/ircd-hybrid Makefile Added files: irc/ircd-hybrid/files include-config.h.pre-patch Removed files: irc/ircd-hybrid/files patch-include-config.h Log: Yet another file that had the version number hardcoded in it. Patch the patch on the fly to use PORTVERSION. The version number should probably be removed alltogether. Approved by: maintainer Revision Changes Path 1.32 +6 -0 ports/irc/ircd-hybrid/Makefile 1.1 +32 -0 ports/irc/ircd-hybrid/files/include-config.h.pre-patch (new) 1.3 +0 -32 ports/irc/ircd-hybrid/files/patch-include-config.h (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 06:55:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 846AF16A4CE; Fri, 2 Jul 2004 06:55:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65EAF43D1D; Fri, 2 Jul 2004 06:55:34 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i626sKwp012761; Fri, 2 Jul 2004 06:54:20 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i626sKsC012760; Fri, 2 Jul 2004 06:54:20 GMT (envelope-from marcus) Message-Id: <200407020654.i626sKsC012760@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 2 Jul 2004 06:54:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/xchat2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 06:55:34 -0000 marcus 2004-07-02 06:54:20 UTC FreeBSD ports repository Modified files: irc/xchat2 Makefile distinfo Log: Update to 2.0.10 which features completely re-written tab completion functionality. See http://forum.xchat.org/viewtopic.php?p=653 for more details on the ne wtab completion, and http://xchat.org/changelog.txt for the rest of the changes. Revision Changes Path 1.136 +1 -1 ports/irc/xchat2/Makefile 1.73 +2 -2 ports/irc/xchat2/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 2 07:13:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 928D916A4CE; Fri, 2 Jul 2004 07:13:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74BFF43D3F; Fri, 2 Jul 2004 07:13:39 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i627BKFw013413; Fri, 2 Jul 2004 07:11:20 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i627BKuW013412; Fri, 2 Jul 2004 07:11:20 GMT (envelope-from erwin) Message-Id: <200407020711.i627BKuW013412@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 2 Jul 2004 07:11:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/p5-Scalar-List-Utils Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 07:13:39 -0000 erwin 2004-07-02 07:11:20 UTC FreeBSD ports repository Modified files: lang/p5-Scalar-List-Utils Makefile distinfo Log: Update to 1.14 Revision Changes Path 1.7 +1 -1 ports/lang/p5-Scalar-List-Utils/Makefile 1.7 +2 -1 ports/lang/p5-Scalar-List-Utils/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 2 07:20:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BB3016A4CE; Fri, 2 Jul 2004 07:20:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DC4043D31; Fri, 2 Jul 2004 07:20:39 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i627JQdw013732; Fri, 2 Jul 2004 07:19:26 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i627JQpn013731; Fri, 2 Jul 2004 07:19:26 GMT (envelope-from erwin) Message-Id: <200407020719.i627JQpn013731@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 2 Jul 2004 07:19:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-Mail-Bulkmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 07:20:39 -0000 erwin 2004-07-02 07:19:26 UTC FreeBSD ports repository Modified files: mail/p5-Mail-Bulkmail Makefile distinfo Log: Update to 3.12 Approved by: maintainer (implicit) Revision Changes Path 1.8 +1 -1 ports/mail/p5-Mail-Bulkmail/Makefile 1.6 +2 -2 ports/mail/p5-Mail-Bulkmail/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 2 07:31:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE95D16A4F7; Fri, 2 Jul 2004 07:31:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 907E243D1F; Fri, 2 Jul 2004 07:31:06 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i627T9nV014110; Fri, 2 Jul 2004 07:29:09 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i627T95H014109; Fri, 2 Jul 2004 07:29:09 GMT (envelope-from perky) Message-Id: <200407020729.i627T95H014109@repoman.freebsd.org> From: Hye-Shik Chang Date: Fri, 2 Jul 2004 07:29:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/liferea Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 07:31:06 -0000 perky 2004-07-02 07:29:09 UTC FreeBSD ports repository Modified files: net/liferea Makefile distinfo pkg-plist Log: Update to 0.5.1 Revision Changes Path 1.25 +1 -1 ports/net/liferea/Makefile 1.20 +2 -2 ports/net/liferea/distinfo 1.17 +2 -0 ports/net/liferea/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 2 07:35:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8063B16A4CE; Fri, 2 Jul 2004 07:35:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61EB143D4C; Fri, 2 Jul 2004 07:35:12 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i627XKvt014271; Fri, 2 Jul 2004 07:33:20 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i627XK6m014270; Fri, 2 Jul 2004 07:33:20 GMT (envelope-from erwin) Message-Id: <200407020733.i627XK6m014270@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 2 Jul 2004 07:33:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/p5-IO-Interface Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 07:35:12 -0000 erwin 2004-07-02 07:33:20 UTC FreeBSD ports repository Modified files: net/p5-IO-Interface Makefile distinfo Log: Update to 0.98 Approved by: maintainer (implicit) Revision Changes Path 1.6 +1 -1 ports/net/p5-IO-Interface/Makefile 1.4 +2 -2 ports/net/p5-IO-Interface/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 2 07:35:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C3F816A4CE; Fri, 2 Jul 2004 07:35:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13EC143D2D; Fri, 2 Jul 2004 07:35:38 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i627YeMR014778; Fri, 2 Jul 2004 07:34:40 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i627YeI5014777; Fri, 2 Jul 2004 07:34:40 GMT (envelope-from ale) Message-Id: <200407020734.i627YeI5014777@repoman.freebsd.org> From: Alex Dupre Date: Fri, 2 Jul 2004 07:34:40 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/it_IT.ISO8859-15/articles/committers-guide Makefile article.sgmldoc/it_IT.ISO8859-15/articles/explaining-bsd doc/it_IT.ISO8859-15/articles/filtering-bridges Makefile article.sgml doc/it_IT.ISO8859-15/articles/multi-os ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 07:35:38 -0000 ale 2004-07-02 07:34:40 UTC FreeBSD doc repository Modified files: it_IT.ISO8859-15/articles/committers-guide Makefile article.sgml it_IT.ISO8859-15/articles/euro Makefile it_IT.ISO8859-15/articles/explaining-bsd Makefile article.sgml it_IT.ISO8859-15/articles/filtering-bridges Makefile article.sgml it_IT.ISO8859-15/articles/multi-os Makefile it_IT.ISO8859-15/articles/new-users Makefile article.sgml it_IT.ISO8859-15/articles/vm-design Makefile it_IT.ISO8859-15/books/handbook Makefile book.sgml chapters.ent it_IT.ISO8859-15/books/handbook/bibliography chapter.sgml it_IT.ISO8859-15/books/handbook/boot chapter.sgml it_IT.ISO8859-15/books/handbook/eresources chapter.sgml it_IT.ISO8859-15/books/handbook/introduction chapter.sgml it_IT.ISO8859-15/books/handbook/l10n chapter.sgml it_IT.ISO8859-15/books/handbook/mail chapter.sgml it_IT.ISO8859-15/books/handbook/mirrors chapter.sgml it_IT.ISO8859-15/books/handbook/multimedia chapter.sgml it_IT.ISO8859-15/books/handbook/pgpkeys chapter.sgml it_IT.ISO8859-15/books/handbook/ports chapter.sgml it_IT.ISO8859-15/books/handbook/security chapter.sgml it_IT.ISO8859-15/books/handbook/serialcomms chapter.sgml it_IT.ISO8859-15/books/handbook/vinum chapter.sgml it_IT.ISO8859-15/books/unix-introduction/getting-started chapter.sgml it_IT.ISO8859-15/flyer flyer.tex it_IT.ISO8859-15/share/sgml mailing-lists.ent trademarks.ent it_IT.ISO8859-15/share/sgml/glossary freebsd-glossary.sgml Added files: it_IT.ISO8859-15/books/handbook/mac Makefile chapter.sgml Log: - Update Italian documentation - Add handbook mac chapter Revision Changes Path 1.5 +0 -0 doc/it_IT.ISO8859-15/articles/committers-guide/Makefile 1.10 +29 -17 doc/it_IT.ISO8859-15/articles/committers-guide/article.sgml 1.3 +0 -0 doc/it_IT.ISO8859-15/articles/euro/Makefile 1.3 +0 -0 doc/it_IT.ISO8859-15/articles/explaining-bsd/Makefile 1.7 +5 -3 doc/it_IT.ISO8859-15/articles/explaining-bsd/article.sgml 1.4 +0 -0 doc/it_IT.ISO8859-15/articles/filtering-bridges/Makefile 1.12 +0 -0 doc/it_IT.ISO8859-15/articles/filtering-bridges/article.sgml 1.3 +0 -0 doc/it_IT.ISO8859-15/articles/multi-os/Makefile 1.4 +0 -0 doc/it_IT.ISO8859-15/articles/new-users/Makefile 1.9 +4 -2 doc/it_IT.ISO8859-15/articles/new-users/article.sgml 1.4 +0 -0 doc/it_IT.ISO8859-15/articles/vm-design/Makefile 1.8 +1 -0 doc/it_IT.ISO8859-15/books/handbook/Makefile 1.7 +2 -2 doc/it_IT.ISO8859-15/books/handbook/bibliography/chapter.sgml 1.9 +7 -2 doc/it_IT.ISO8859-15/books/handbook/book.sgml 1.7 +0 -0 doc/it_IT.ISO8859-15/books/handbook/boot/chapter.sgml 1.4 +2 -1 doc/it_IT.ISO8859-15/books/handbook/chapters.ent 1.10 +10 -10 doc/it_IT.ISO8859-15/books/handbook/eresources/chapter.sgml 1.7 +3 -3 doc/it_IT.ISO8859-15/books/handbook/introduction/chapter.sgml 1.7 +3 -3 doc/it_IT.ISO8859-15/books/handbook/l10n/chapter.sgml 1.1 +15 -0 doc/it_IT.ISO8859-15/books/handbook/mac/Makefile (new) 1.1 +122 -0 doc/it_IT.ISO8859-15/books/handbook/mac/chapter.sgml (new) 1.8 +1 -1 doc/it_IT.ISO8859-15/books/handbook/mail/chapter.sgml 1.7 +36 -13 doc/it_IT.ISO8859-15/books/handbook/mirrors/chapter.sgml 1.8 +45 -7 doc/it_IT.ISO8859-15/books/handbook/multimedia/chapter.sgml 1.8 +17 -2 doc/it_IT.ISO8859-15/books/handbook/pgpkeys/chapter.sgml 1.8 +3 -3 doc/it_IT.ISO8859-15/books/handbook/ports/chapter.sgml 1.4 +3 -3 doc/it_IT.ISO8859-15/books/handbook/security/chapter.sgml 1.5 +39 -2 doc/it_IT.ISO8859-15/books/handbook/serialcomms/chapter.sgml 1.6 +0 -0 doc/it_IT.ISO8859-15/books/handbook/vinum/chapter.sgml 1.3 +0 -0 doc/it_IT.ISO8859-15/books/unix-introduction/getting-started/chapter.sgml 1.2 +3 -2 doc/it_IT.ISO8859-15/flyer/flyer.tex 1.3 +125 -3 doc/it_IT.ISO8859-15/share/sgml/glossary/freebsd-glossary.sgml 1.10 +10 -1 doc/it_IT.ISO8859-15/share/sgml/mailing-lists.ent 1.2 +5 -5 doc/it_IT.ISO8859-15/share/sgml/trademarks.ent From owner-cvs-all@FreeBSD.ORG Fri Jul 2 07:36:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BCF016A4CE; Fri, 2 Jul 2004 07:36:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34AFE43D45; Fri, 2 Jul 2004 07:36:24 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i627ZN0j014950; Fri, 2 Jul 2004 07:35:23 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i627ZNbQ014949; Fri, 2 Jul 2004 07:35:23 GMT (envelope-from ale) Message-Id: <200407020735.i627ZNbQ014949@repoman.freebsd.org> From: Alex Dupre Date: Fri, 2 Jul 2004 07:35:23 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/it Makefile docs.sgml includes.sgml includes.xsl index.xsl navigation.xml www/it/releases Makefile index.sgml www/it/releases/4.10R Makefile announce.sgml... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 07:36:24 -0000 ale 2004-07-02 07:35:23 UTC FreeBSD doc repository Modified files: it Makefile docs.sgml includes.sgml includes.xsl index.xsl navigation.xml it/releases Makefile index.sgml it/releases/5.2.1R Makefile announce.sgml it/releases/5.2R announce.sgml Added files: it/releases/4.10R Makefile announce.sgml Log: - Update Italian web site - Add 4.10R announce Revision Changes Path 1.7 +5 -2 www/it/Makefile 1.7 +1 -1 www/it/docs.sgml 1.9 +4 -4 www/it/includes.sgml 1.10 +30 -12 www/it/includes.xsl 1.13 +32 -12 www/it/index.xsl 1.3 +1 -1 www/it/navigation.xml 1.1 +12 -0 www/it/releases/4.10R/Makefile (new) 1.1 +205 -0 www/it/releases/4.10R/announce.sgml (new) 1.2 +0 -0 www/it/releases/5.2.1R/Makefile 1.3 +1 -1 www/it/releases/5.2.1R/announce.sgml 1.4 +1 -1 www/it/releases/5.2R/announce.sgml 1.3 +3 -2 www/it/releases/Makefile 1.5 +39 -28 www/it/releases/index.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 2 07:38:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46F7F16A4CF; Fri, 2 Jul 2004 07:38:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 280EB43D39; Fri, 2 Jul 2004 07:38:14 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i627bTpQ015104; Fri, 2 Jul 2004 07:37:29 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i627bTYq015103; Fri, 2 Jul 2004 07:37:29 GMT (envelope-from erwin) Message-Id: <200407020737.i627bTYq015103@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 2 Jul 2004 07:37:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/p5-Graph Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 07:38:14 -0000 erwin 2004-07-02 07:37:29 UTC FreeBSD ports repository Modified files: math/p5-Graph Makefile distinfo Log: Update to 0.20105 Approved by: maintainer (implicit) Revision Changes Path 1.5 +1 -1 ports/math/p5-Graph/Makefile 1.4 +2 -2 ports/math/p5-Graph/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 2 07:42:23 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 07:48:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2183D16A4CE; Fri, 2 Jul 2004 07:48:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03B7D43D3F; Fri, 2 Jul 2004 07:48:03 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i627knsU015443; Fri, 2 Jul 2004 07:46:49 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i627knc1015442; Fri, 2 Jul 2004 07:46:49 GMT (envelope-from erwin) Message-Id: <200407020746.i627knc1015442@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 2 Jul 2004 07:46:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/p5-Crypt-PassGen Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 07:48:03 -0000 erwin 2004-07-02 07:46:49 UTC FreeBSD ports repository Modified files: security/p5-Crypt-PassGen Makefile distinfo Log: Update to 0.04 Approved by: maintainer (implicit) Revision Changes Path 1.5 +1 -1 ports/security/p5-Crypt-PassGen/Makefile 1.4 +2 -2 ports/security/p5-Crypt-PassGen/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 2 07:49:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62C6916A4CE; Fri, 2 Jul 2004 07:49:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44C0A43D53; Fri, 2 Jul 2004 07:49:17 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i627P2VH013953; Fri, 2 Jul 2004 07:25:02 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i627P2BO013951; Fri, 2 Jul 2004 07:25:02 GMT (envelope-from maho) Message-Id: <200407020725.i627P2BO013951@repoman.freebsd.org> From: Maho Nakata Date: Fri, 2 Jul 2004 07:25:02 +0000 (UTC) To: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 07:49:17 -0000 maho 2004-07-02 07:25:02 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Pavel Veretennikov, for his contribution for making 23 localized OpenOffice.org packages for 4.10 PRERELEASE Revision Changes Path 1.223 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 2 07:49:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CB8716A4CF; Fri, 2 Jul 2004 07:49:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61C6543D4C; Fri, 2 Jul 2004 07:49:17 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6276iVB013246; Fri, 2 Jul 2004 07:06:44 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6276iY5013245; Fri, 2 Jul 2004 07:06:44 GMT (envelope-from erwin) Message-Id: <200407020706.i6276iY5013245@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 2 Jul 2004 07:06:44 +0000 (UTC) To: ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Time-HiRes Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 07:49:18 -0000 erwin 2004-07-02 07:06:44 UTC FreeBSD ports repository Modified files: devel/p5-Time-HiRes Makefile distinfo Log: Update to 1.59 Approved by: maintainer (implicit) Revision Changes Path 1.19 +1 -1 ports/devel/p5-Time-HiRes/Makefile 1.13 +2 -2 ports/devel/p5-Time-HiRes/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:00:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1EF416A4CF; Fri, 2 Jul 2004 08:00:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94AA443D31; Fri, 2 Jul 2004 08:00:33 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i627wMAM015809; Fri, 2 Jul 2004 07:58:22 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i627wMKt015808; Fri, 2 Jul 2004 07:58:22 GMT (envelope-from erwin) Message-Id: <200407020758.i627wMKt015808@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 2 Jul 2004 07:58:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-Regexp-Common Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:00:33 -0000 erwin 2004-07-02 07:58:22 UTC FreeBSD ports repository Modified files: textproc/p5-Regexp-Common Makefile distinfo pkg-plist Log: Update to 2.115 Approved by: maintainer (implicit) Revision Changes Path 1.9 +2 -1 ports/textproc/p5-Regexp-Common/Makefile 1.10 +2 -2 ports/textproc/p5-Regexp-Common/distinfo 1.6 +1 -0 ports/textproc/p5-Regexp-Common/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:09:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C64916A4CE; Fri, 2 Jul 2004 08:09:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EA2343D39; Fri, 2 Jul 2004 08:09:31 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62888Fo016210; Fri, 2 Jul 2004 08:08:08 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628887a016209; Fri, 2 Jul 2004 08:08:08 GMT (envelope-from erwin) Message-Id: <200407020808.i628887a016209@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 2 Jul 2004 08:08:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-Text-DoubleMetaphone Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:09:31 -0000 erwin 2004-07-02 08:08:08 UTC FreeBSD ports repository Modified files: textproc/p5-Text-DoubleMetaphone Makefile distinfo Log: Update to 0.07 Approved by: maintainer (implicit) Revision Changes Path 1.7 +1 -1 ports/textproc/p5-Text-DoubleMetaphone/Makefile 1.4 +2 -2 ports/textproc/p5-Text-DoubleMetaphone/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:14:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 638AD16A4CE; Fri, 2 Jul 2004 08:14:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4591A43D39; Fri, 2 Jul 2004 08:14:34 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628D7Dq016382; Fri, 2 Jul 2004 08:13:07 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628D7VO016381; Fri, 2 Jul 2004 08:13:07 GMT (envelope-from kris) Message-Id: <200407020813.i628D7VO016381@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 2 Jul 2004 08:13:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/barry Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:14:34 -0000 kris 2004-07-02 08:13:07 UTC FreeBSD ports repository Modified files: sysutils/barry Makefile Log: Use full path to portsdb instead of assuming ${LOCALBASE}/sbin is in PATH Revision Changes Path 1.12 +2 -2 ports/sysutils/barry/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:14:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A05F16A4CE; Fri, 2 Jul 2004 08:14:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CF1A43D31; Fri, 2 Jul 2004 08:14:59 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628DmAL016432; Fri, 2 Jul 2004 08:13:48 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628Dm4M016431; Fri, 2 Jul 2004 08:13:48 GMT (envelope-from erwin) Message-Id: <200407020813.i628Dm4M016431@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 2 Jul 2004 08:13:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-Text-Quoted Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:14:59 -0000 erwin 2004-07-02 08:13:47 UTC FreeBSD ports repository Modified files: textproc/p5-Text-Quoted Makefile distinfo Log: Update to 1.7 Revision Changes Path 1.5 +1 -1 ports/textproc/p5-Text-Quoted/Makefile 1.4 +2 -2 ports/textproc/p5-Text-Quoted/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:15:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0620516A4CE; Fri, 2 Jul 2004 08:15:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9FD343D46; Fri, 2 Jul 2004 08:15:52 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628EVAr016481; Fri, 2 Jul 2004 08:14:31 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628EV2m016480; Fri, 2 Jul 2004 08:14:31 GMT (envelope-from kris) Message-Id: <200407020814.i628EV2m016480@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 2 Jul 2004 08:14:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/gnomemeeting Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:15:53 -0000 kris 2004-07-02 08:14:31 UTC FreeBSD ports repository Modified files: net/gnomemeeting Makefile Log: BROKEN: Build fails Revision Changes Path 1.42 +2 -0 ports/net/gnomemeeting/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:16:14 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 08:17:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92F1316A4CE; Fri, 2 Jul 2004 08:17:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 744AE43D48; Fri, 2 Jul 2004 08:17:36 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628GVr9016646; Fri, 2 Jul 2004 08:16:31 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628GVR5016645; Fri, 2 Jul 2004 08:16:31 GMT (envelope-from kris) Message-Id: <200407020816.i628GVR5016645@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 2 Jul 2004 08:16:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/hs-gtk+hs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:17:36 -0000 kris 2004-07-02 08:16:31 UTC FreeBSD ports repository Modified files: x11-toolkits/hs-gtk+hs Makefile Log: BROKEN: Build fails Revision Changes Path 1.23 +2 -0 ports/x11-toolkits/hs-gtk+hs/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:18:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A28AF16A4CF; Fri, 2 Jul 2004 08:18:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8471243D46; Fri, 2 Jul 2004 08:18:29 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i627sFkn015652; Fri, 2 Jul 2004 07:54:15 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i627sF3m015651; Fri, 2 Jul 2004 07:54:15 GMT (envelope-from vs) Message-Id: <200407020754.i627sF3m015651@repoman.freebsd.org> From: Volker Stolz Date: Fri, 2 Jul 2004 07:54:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/oinkmaster Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:18:29 -0000 vs 2004-07-02 07:54:15 UTC FreeBSD ports repository Modified files: security/oinkmaster Makefile Log: Oinkmaster now lives at SouceForge.net, fix MASTER_SITES correspondingly PR: ports/68588 Submitted by: Toni Viemero Revision Changes Path 1.7 +2 -1 ports/security/oinkmaster/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:18:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C03B16A4D1; Fri, 2 Jul 2004 08:18:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E59343D39; Fri, 2 Jul 2004 08:18:35 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628I51Q016708; Fri, 2 Jul 2004 08:18:05 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628I58Q016707; Fri, 2 Jul 2004 08:18:05 GMT (envelope-from kris) Message-Id: <200407020818.i628I58Q016707@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 2 Jul 2004 08:18:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/k3d Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:18:35 -0000 kris 2004-07-02 08:18:05 UTC FreeBSD ports repository Modified files: graphics/k3d Makefile Log: BROKEN on 4.x: Does not compile Revision Changes Path 1.3 +4 -0 ports/graphics/k3d/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:19:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EA2516A4CE; Fri, 2 Jul 2004 08:19:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FC8743D46; Fri, 2 Jul 2004 08:19:26 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628J0GF016746; Fri, 2 Jul 2004 08:19:00 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628J0Qc016745; Fri, 2 Jul 2004 08:19:00 GMT (envelope-from kris) Message-Id: <200407020819.i628J0Qc016745@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 2 Jul 2004 08:19:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/offlineimap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:19:26 -0000 kris 2004-07-02 08:19:00 UTC FreeBSD ports repository Modified files: mail/offlineimap Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.20 +2 -0 ports/mail/offlineimap/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:20:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C05F916A4CF; Fri, 2 Jul 2004 08:20:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2CB243D49; Fri, 2 Jul 2004 08:20:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628JanL016799; Fri, 2 Jul 2004 08:19:36 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628JaFs016798; Fri, 2 Jul 2004 08:19:36 GMT (envelope-from pav) Message-Id: <200407020819.i628JaFs016798@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Jul 2004 08:19:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/liferea/files patch-src-update.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:20:37 -0000 pav 2004-07-02 08:19:36 UTC FreeBSD ports repository Added files: net/liferea/files patch-src-update.c Log: - Fix build on FreeBSD 4.x Revision Changes Path 1.1 +12 -0 ports/net/liferea/files/patch-src-update.c (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:21:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B7DD16A4CE; Fri, 2 Jul 2004 08:21:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D75C43D41; Fri, 2 Jul 2004 08:21:11 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628K2bM016848; Fri, 2 Jul 2004 08:20:02 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628K2ne016847; Fri, 2 Jul 2004 08:20:02 GMT (envelope-from kris) Message-Id: <200407020820.i628K2ne016847@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 2 Jul 2004 08:20:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/biology/py-biopython Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:21:11 -0000 kris 2004-07-02 08:20:02 UTC FreeBSD ports repository Modified files: biology/py-biopython Makefile Log: BROKEN: Does not build Revision Changes Path 1.18 +2 -0 ports/biology/py-biopython/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:21:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 699CA16A4CF; Fri, 2 Jul 2004 08:21:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C4F443D45; Fri, 2 Jul 2004 08:21:44 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628KuPM016981; Fri, 2 Jul 2004 08:20:56 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628KuXr016980; Fri, 2 Jul 2004 08:20:56 GMT (envelope-from vs) Message-Id: <200407020820.i628KuXr016980@repoman.freebsd.org> From: Volker Stolz Date: Fri, 2 Jul 2004 08:20:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/xmess Makefile ports/emulators/xmame Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:21:44 -0000 vs 2004-07-02 08:20:56 UTC FreeBSD ports repository Modified files: emulators/xmess Makefile emulators/xmame Makefile distinfo Log: Update to 0.83.1 PRs: ports/68550, ports/68551 Submitted by: maintainer Revision Changes Path 1.74 +1 -1 ports/emulators/xmame/Makefile 1.45 +2 -2 ports/emulators/xmame/distinfo 1.27 +1 -1 ports/emulators/xmess/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:22:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D549216A4CE; Fri, 2 Jul 2004 08:22:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8B0443D1F; Fri, 2 Jul 2004 08:22:01 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628L8P8017022; Fri, 2 Jul 2004 08:21:08 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628L8uP017021; Fri, 2 Jul 2004 08:21:08 GMT (envelope-from kris) Message-Id: <200407020821.i628L8uP017021@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 2 Jul 2004 08:21:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/ruby-rmagick Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:22:02 -0000 kris 2004-07-02 08:21:08 UTC FreeBSD ports repository Modified files: graphics/ruby-rmagick Makefile Log: BROKEN: Does not compile Revision Changes Path 1.19 +2 -0 ports/graphics/ruby-rmagick/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:23:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 838A716A4CE; Fri, 2 Jul 2004 08:23:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6508343D1F; Fri, 2 Jul 2004 08:23:00 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628M9M5017067; Fri, 2 Jul 2004 08:22:09 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628M99k017066; Fri, 2 Jul 2004 08:22:09 GMT (envelope-from kris) Message-Id: <200407020822.i628M99k017066@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 2 Jul 2004 08:22:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/py-magick Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:23:00 -0000 kris 2004-07-02 08:22:09 UTC FreeBSD ports repository Modified files: graphics/py-magick Makefile Log: BROKEN: Broken pkg-plist Revision Changes Path 1.4 +2 -0 ports/graphics/py-magick/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:25:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10AE616A4CE; Fri, 2 Jul 2004 08:25:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E648943D41; Fri, 2 Jul 2004 08:25:04 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628O2NF017131; Fri, 2 Jul 2004 08:24:02 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628O2C7017130; Fri, 2 Jul 2004 08:24:02 GMT (envelope-from kris) Message-Id: <200407020824.i628O2C7017130@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 2 Jul 2004 08:24:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/qterm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:25:05 -0000 kris 2004-07-02 08:24:02 UTC FreeBSD ports repository Modified files: chinese/qterm Makefile Log: BROKEN on 4.x: Does not compile Revision Changes Path 1.16 +4 -0 ports/chinese/qterm/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:26:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A6E016A4CE; Fri, 2 Jul 2004 08:26:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D9F843D39; Fri, 2 Jul 2004 08:26:16 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628OmuJ017175; Fri, 2 Jul 2004 08:24:48 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628Om77017174; Fri, 2 Jul 2004 08:24:48 GMT (envelope-from kris) Message-Id: <200407020824.i628Om77017174@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 2 Jul 2004 08:24:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/vim-scdoc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:26:16 -0000 kris 2004-07-02 08:24:48 UTC FreeBSD ports repository Modified files: chinese/vim-scdoc Makefile Log: BROKEN: Install fails Revision Changes Path 1.3 +2 -0 ports/chinese/vim-scdoc/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:27:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BC2916A4CE; Fri, 2 Jul 2004 08:27:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D47843D1D; Fri, 2 Jul 2004 08:27:18 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628QINu017279; Fri, 2 Jul 2004 08:26:18 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628QIYd017278; Fri, 2 Jul 2004 08:26:18 GMT (envelope-from kris) Message-Id: <200407020826.i628QIYd017278@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 2 Jul 2004 08:26:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/cle_base Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:27:18 -0000 kris 2004-07-02 08:26:18 UTC FreeBSD ports repository Modified files: chinese/cle_base Makefile Log: BROKEN: Install fails when linprocfs is mounted Revision Changes Path 1.12 +2 -0 ports/chinese/cle_base/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:28:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A8E316A4CE; Fri, 2 Jul 2004 08:28:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B4CF43D1F; Fri, 2 Jul 2004 08:28:15 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628RJA2017322; Fri, 2 Jul 2004 08:27:19 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628RJPA017321; Fri, 2 Jul 2004 08:27:19 GMT (envelope-from vs) Message-Id: <200407020827.i628RJPA017321@repoman.freebsd.org> From: Volker Stolz Date: Fri, 2 Jul 2004 08:27:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/mpg123 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:28:15 -0000 vs 2004-07-02 08:27:19 UTC FreeBSD ports repository Modified files: audio/mpg123 Makefile Log: - use ${ARCH} instead of ${MACHINE_ARCH} - pet portlint - assign maintainership to submitter PR: ports/68555 Submitted by: Roman Bogorodskiy Revision Changes Path 1.59 +4 -3 ports/audio/mpg123/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:35:15 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:35:15 -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-all@FreeBSD.ORG Fri Jul 2 08:36:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6392B16A4CF; Fri, 2 Jul 2004 08:36:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C78843D2D; Fri, 2 Jul 2004 08:36:31 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628ZYtD017582; Fri, 2 Jul 2004 08:35:34 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628ZYWZ017581; Fri, 2 Jul 2004 08:35:34 GMT (envelope-from lth) Message-Id: <200407020835.i628ZYWZ017581@repoman.freebsd.org> From: Lars Thegler Date: Fri, 2 Jul 2004 08:35:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Hash-Merge Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:36:31 -0000 lth 2004-07-02 08:35:34 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Hash-Merge Makefile distinfo pkg-descr pkg-plist Log: Add p5-Hash-Merge 0.07, merges hashes. PR: 68574 Submitted by: snowchyld Approved by: erwin (implicit) Revision Changes Path 1.701 +1 -0 ports/textproc/Makefile 1.1 +24 -0 ports/textproc/p5-Hash-Merge/Makefile (new) 1.1 +2 -0 ports/textproc/p5-Hash-Merge/distinfo (new) 1.1 +6 -0 ports/textproc/p5-Hash-Merge/pkg-descr (new) 1.1 +6 -0 ports/textproc/p5-Hash-Merge/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:36:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 568C816A4CE; Fri, 2 Jul 2004 08:36:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3816E43D1F; Fri, 2 Jul 2004 08:36:42 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628ZojP017628; Fri, 2 Jul 2004 08:35:50 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628ZoRV017627; Fri, 2 Jul 2004 08:35:50 GMT (envelope-from lth) Message-Id: <200407020835.i628ZoRV017627@repoman.freebsd.org> From: Lars Thegler Date: Fri, 2 Jul 2004 08:35:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:36:42 -0000 lth 2004-07-02 08:35:50 UTC FreeBSD ports repository Modified files: . modules Log: p5-Hash-Merge --> ports/textproc/p5-Hash-Merge Revision Changes Path 1.10450 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:38:32 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 08:39:34 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 08:44:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0E8516A4CE; Fri, 2 Jul 2004 08:44:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2D2743D54; Fri, 2 Jul 2004 08:44:01 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628givM017820; Fri, 2 Jul 2004 08:42:44 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628giJL017819; Fri, 2 Jul 2004 08:42:44 GMT (envelope-from kris) Message-Id: <200407020842.i628giJL017819@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 2 Jul 2004 08:42:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/offlineimap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:44:02 -0000 kris 2004-07-02 08:42:44 UTC FreeBSD ports repository Modified files: mail/offlineimap Makefile Log: Back out previous, port was recently fixed Pointy hat to: kris Revision Changes Path 1.21 +0 -2 ports/mail/offlineimap/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:47:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2942316A4CF; Fri, 2 Jul 2004 08:47:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B0F243D45; Fri, 2 Jul 2004 08:47:17 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628kcT6017933; Fri, 2 Jul 2004 08:46:38 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628kcgK017932; Fri, 2 Jul 2004 08:46:38 GMT (envelope-from demon) Message-Id: <200407020846.i628kcgK017932@repoman.freebsd.org> From: Dmitry Sivachenko Date: Fri, 2 Jul 2004 08:46:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/mrtg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:47:17 -0000 demon 2004-07-02 08:46:38 UTC FreeBSD ports repository Modified files: net-mgmt/mrtg Makefile Log: Depend on textproc/PodParser only if PERL_LEVEL < 500800. Submitted by: ale Revision Changes Path 1.75 +7 -1 ports/net-mgmt/mrtg/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:53:36 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 08:54:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 112D316A4CE; Fri, 2 Jul 2004 08:54:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E813243D2D; Fri, 2 Jul 2004 08:54:02 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628qT1l018132; Fri, 2 Jul 2004 08:52:29 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628qTXO018131; Fri, 2 Jul 2004 08:52:29 GMT (envelope-from demon) Message-Id: <200407020852.i628qTXO018131@repoman.freebsd.org> From: Dmitry Sivachenko Date: Fri, 2 Jul 2004 08:52:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/clusterit/files patch-dsh-dsh.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:54:03 -0000 demon 2004-07-02 08:52:29 UTC FreeBSD ports repository Added files: net/clusterit/files patch-dsh-dsh.c Log: Fix dsh crash. Submitted by: Barkley Vowk Revision Changes Path 1.1 +18 -0 ports/net/clusterit/files/patch-dsh-dsh.c (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:54:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D32316A4CE; Fri, 2 Jul 2004 08:54:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FD9643D1D; Fri, 2 Jul 2004 08:54:17 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628qRpr018104; Fri, 2 Jul 2004 08:52:27 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628qQEJ018103; Fri, 2 Jul 2004 08:52:26 GMT (envelope-from vs) Message-Id: <200407020852.i628qQEJ018103@repoman.freebsd.org> From: Volker Stolz Date: Fri, 2 Jul 2004 08:52:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/xpvm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:54:17 -0000 vs 2004-07-02 08:52:26 UTC FreeBSD ports repository Modified files: net/xpvm Makefile Log: s/malloc.h/stdlib.h/ Noticed by: cluster via kris Revision Changes Path 1.2 +6 -0 ports/net/xpvm/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:55:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63AFF16A4CE; Fri, 2 Jul 2004 08:55:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4471643D3F; Fri, 2 Jul 2004 08:55:33 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628sATO018204; Fri, 2 Jul 2004 08:54:10 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628sASQ018203; Fri, 2 Jul 2004 08:54:10 GMT (envelope-from linimon) Message-Id: <200407020854.i628sASQ018203@repoman.freebsd.org> From: Mark Linimon Date: Fri, 2 Jul 2004 08:54:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/bookmarkbridge/files patch-configure ports/www/bookmarkbridge Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:55:33 -0000 linimon 2004-07-02 08:54:10 UTC FreeBSD ports repository Modified files: www/bookmarkbridge Makefile distinfo Removed files: www/bookmarkbridge/files patch-configure Log: Update to 0.72. PR: ports/68583 Approved by: maintainer Revision Changes Path 1.6 +4 -4 ports/www/bookmarkbridge/Makefile 1.3 +2 -2 ports/www/bookmarkbridge/distinfo 1.2 +0 -11 ports/www/bookmarkbridge/files/patch-configure (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 08:57:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EBEC16A4CE; Fri, 2 Jul 2004 08:57:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8170B43D31; Fri, 2 Jul 2004 08:57:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i628upcv018345; Fri, 2 Jul 2004 08:56:51 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i628upVV018344; Fri, 2 Jul 2004 08:56:51 GMT (envelope-from pav) Message-Id: <200407020856.i628upVV018344@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Jul 2004 08:56:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/py-feedparser Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:57:51 -0000 pav 2004-07-02 08:56:51 UTC FreeBSD ports repository Modified files: textproc/py-feedparser Makefile distinfo pkg-descr Log: - Update to 3.1 PR: ports/68538 Submitted by: Matthew X. Economou Revision Changes Path 1.2 +6 -9 ports/textproc/py-feedparser/Makefile 1.2 +2 -2 ports/textproc/py-feedparser/distinfo 1.2 +15 -4 ports/textproc/py-feedparser/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Jul 2 09:08:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02E5416A4CE; Fri, 2 Jul 2004 09:08:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D821643D45; Fri, 2 Jul 2004 09:08:07 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62978hG018683; Fri, 2 Jul 2004 09:07:08 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62978hM018682; Fri, 2 Jul 2004 09:07:08 GMT (envelope-from kris) Message-Id: <200407020907.i62978hM018682@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 2 Jul 2004 09:07:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/vim-scdoc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 09:08:08 -0000 kris 2004-07-02 09:07:08 UTC FreeBSD ports repository Modified files: chinese/vim-scdoc Makefile Log: Reset bouncing maintainer: Diagnostic-Code: X-Postfix; host mta-v1.mail.vip.cnb.yahoo.com[202.43.216.28] said: 554 delivery error: dd Sorry your message to liu_yinghong@yahoo.com.cn cannot be delivered. This account has been disabled or discontinued [#102]. - mta107.mail.cnb.yahoo.com (in reply to end of DATA command) Revision Changes Path 1.4 +1 -1 ports/chinese/vim-scdoc/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 09:10:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5817216A4CE; Fri, 2 Jul 2004 09:10:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38D3C43D45; Fri, 2 Jul 2004 09:10:34 +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 i6299LEN018743; Fri, 2 Jul 2004 09:09:21 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6299LAQ018742; Fri, 2 Jul 2004 09:09:21 GMT (envelope-from des) Message-Id: <200407020909.i6299LAQ018742@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 2 Jul 2004 09:09:21 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/share/sgml advisories.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 09:10:34 -0000 des 2004-07-02 09:09:21 UTC FreeBSD doc repository Modified files: share/sgml advisories.xml Log: Add SA-04:13.linux. Revision Changes Path 1.166 +9 -1 www/share/sgml/advisories.xml From owner-cvs-all@FreeBSD.ORG Fri Jul 2 09:14:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94B7616A4CE; Fri, 2 Jul 2004 09:14:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7601C43D2F; Fri, 2 Jul 2004 09:14:17 +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 i629CrnE018889; Fri, 2 Jul 2004 09:12:53 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i629CruR018888; Fri, 2 Jul 2004 09:12:53 GMT (envelope-from des) Message-Id: <200407020912.i629CruR018888@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 2 Jul 2004 09:12:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 09:14:17 -0000 des 2004-07-02 09:12:52 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add SA-04:13.linux Revision Changes Path 1.138 +31 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Jul 2 09:14:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF6D016A4CE; Fri, 2 Jul 2004 09:14:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D28CC43D1D; Fri, 2 Jul 2004 09:14:32 +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 i629D7TU018926; Fri, 2 Jul 2004 09:13:07 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i629D7gL018925; Fri, 2 Jul 2004 09:13:07 GMT (envelope-from des) Message-Id: <200407020913.i629D7gL018925@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 2 Jul 2004 09:13:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 09:14:33 -0000 des 2004-07-02 09:13:07 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Whitespace cleanup. Revision Changes Path 1.139 +19 -19 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Jul 2 09:15:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3472716A4CE; Fri, 2 Jul 2004 09:15:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16DC443D3F; Fri, 2 Jul 2004 09:15:41 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i629EjrO018990; Fri, 2 Jul 2004 09:14:45 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i629EjuP018989; Fri, 2 Jul 2004 09:14:45 GMT (envelope-from kris) Message-Id: <200407020914.i629EjuP018989@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 2 Jul 2004 09:14:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-xmltv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 09:15:41 -0000 kris 2004-07-02 09:14:45 UTC FreeBSD ports repository Modified files: textproc/p5-xmltv Makefile Log: BROKEN: Broken pkg-plist Revision Changes Path 1.12 +2 -0 ports/textproc/p5-xmltv/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 09:20:40 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 09:21:07 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 09:29:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8199516A4CE; Fri, 2 Jul 2004 09:29:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63F9543D31; Fri, 2 Jul 2004 09:29:02 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i629R7xl019424; Fri, 2 Jul 2004 09:27:07 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i629R794019423; Fri, 2 Jul 2004 09:27:07 GMT (envelope-from kris) Message-Id: <200407020927.i629R794019423@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 2 Jul 2004 09:27:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/science/vis5d+/files patch-src::misc.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 09:29:02 -0000 kris 2004-07-02 09:27:07 UTC FreeBSD ports repository Added files: science/vis5d+/files patch-src::misc.h Log: Fix build on -CURRENT Submitted by: das Revision Changes Path 1.1 +16 -0 ports/science/vis5d+/files/patch-src::misc.h (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 09:29:10 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 09:34:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC99716A4CE; Fri, 2 Jul 2004 09:34:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E527A43D41; Fri, 2 Jul 2004 09:34:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i629We7j019737; Fri, 2 Jul 2004 09:32:40 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i629WedM019736; Fri, 2 Jul 2004 09:32:40 GMT (envelope-from pav) Message-Id: <200407020932.i629WedM019736@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Jul 2004 09:32:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/xtla Makefile distinfo pkg-descr pkg-plist ports/devel/xtla/files patch-lisp-Makefile.in patch-lisp-xtla-defs.el X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 09:34:07 -0000 pav 2004-07-02 09:32:40 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/xtla Makefile distinfo pkg-descr pkg-plist devel/xtla/files patch-lisp-Makefile.in patch-lisp-xtla-defs.el Log: Add xtla, an Emacs frontend to tla, GNU Arch version control system. PR: ports/68416 Submitted by: Dryice Liu Revision Changes Path 1.1594 +1 -0 ports/devel/Makefile 1.1 +50 -0 ports/devel/xtla/Makefile (new) 1.1 +2 -0 ports/devel/xtla/distinfo (new) 1.1 +11 -0 ports/devel/xtla/files/patch-lisp-Makefile.in (new) 1.1 +18 -0 ports/devel/xtla/files/patch-lisp-xtla-defs.el (new) 1.1 +19 -0 ports/devel/xtla/pkg-descr (new) 1.1 +17 -0 ports/devel/xtla/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 09:34:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1CF116A4CE; Fri, 2 Jul 2004 09:34:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9335443D2D; Fri, 2 Jul 2004 09:34:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i629XKKF019781; Fri, 2 Jul 2004 09:33:20 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i629XKlS019780; Fri, 2 Jul 2004 09:33:20 GMT (envelope-from pav) Message-Id: <200407020933.i629XKlS019780@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Jul 2004 09:33:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 09:34:34 -0000 pav 2004-07-02 09:33:20 UTC FreeBSD ports repository Modified files: . modules Log: xtla --> ports/devel/xtla Revision Changes Path 1.10451 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 2 09:37:02 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 09:48:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FE1616A4CE; Fri, 2 Jul 2004 09:48:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3074F43D46; Fri, 2 Jul 2004 09:48:32 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i629lbQN020378; Fri, 2 Jul 2004 09:47:37 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i629lbra020377; Fri, 2 Jul 2004 09:47:37 GMT (envelope-from kris) Message-Id: <200407020947.i629lbra020377@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 2 Jul 2004 09:47:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/ayam Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 09:48:32 -0000 kris 2004-07-02 09:47:37 UTC FreeBSD ports repository Modified files: graphics/ayam Makefile Log: BROKEN on 5.x: Does not compile Revision Changes Path 1.7 +7 -1 ports/graphics/ayam/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 09:54:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9B4B16A4CE; Fri, 2 Jul 2004 09:54:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E22F643D39; Fri, 2 Jul 2004 09:54:04 +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 i629qfCk020622; Fri, 2 Jul 2004 09:52:41 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i629qfVO020621; Fri, 2 Jul 2004 09:52:41 GMT (envelope-from netchild) Message-Id: <200407020952.i629qfVO020621@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 2 Jul 2004 09:52:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED ports/math/libgmp-freebsd Makefile distinfo pkg-descr pkg-plist ports/math/libgmp-freebsd/files patch-Makefile patch-contrib_longlong.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 09:54:05 -0000 netchild 2004-07-02 09:52:41 UTC FreeBSD ports repository Modified files: . MOVED Removed files: math/libgmp-freebsd Makefile distinfo pkg-descr pkg-plist math/libgmp-freebsd/files patch-Makefile patch-contrib_longlong.h Log: Remove expired port, it's superseded by math/libgmp4. Reminded by: marius Revision Changes Path 1.465 +2 -1 ports/MOVED 1.8 +0 -35 ports/math/libgmp-freebsd/Makefile (dead) 1.3 +0 -2 ports/math/libgmp-freebsd/distinfo (dead) 1.3 +0 -19 ports/math/libgmp-freebsd/files/patch-Makefile (dead) 1.2 +0 -636 ports/math/libgmp-freebsd/files/patch-contrib_longlong.h (dead) 1.2 +0 -17 ports/math/libgmp-freebsd/pkg-descr (dead) 1.2 +0 -5 ports/math/libgmp-freebsd/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 09:54:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FFB116A4CE; Fri, 2 Jul 2004 09:54:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18D7443D31; Fri, 2 Jul 2004 09:54:39 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i629rPFh020695; Fri, 2 Jul 2004 09:53:25 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i629rPtF020694; Fri, 2 Jul 2004 09:53:25 GMT (envelope-from vs) Message-Id: <200407020953.i629rPtF020694@repoman.freebsd.org> From: Volker Stolz Date: Fri, 2 Jul 2004 09:53:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/biology/nab Makefile distinfo pkg-plist ports/biology/nab/files patch-Makefile patch-atom.c patch-src:database.c patch-src:molio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 09:54:39 -0000 vs 2004-07-02 09:53:25 UTC FreeBSD ports repository Modified files: biology/nab Makefile distinfo pkg-plist biology/nab/files patch-Makefile patch-src:database.c Added files: biology/nab/files patch-src:molio.c Removed files: biology/nab/files patch-atom.c Log: Update to 4.6 PR: ports/68561 Submitted by: maintainer Revision Changes Path 1.15 +7 -4 ports/biology/nab/Makefile 1.8 +2 -2 ports/biology/nab/distinfo 1.3 +13 -6 ports/biology/nab/files/patch-Makefile 1.2 +0 -10 ports/biology/nab/files/patch-atom.c (dead) 1.3 +9 -0 ports/biology/nab/files/patch-src:database.c 1.1 +10 -0 ports/biology/nab/files/patch-src:molio.c (new) 1.9 +17 -29 ports/biology/nab/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 2 10:02:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC09516A4CE; Fri, 2 Jul 2004 10:02:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DE8543D1D; Fri, 2 Jul 2004 10:02:35 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62A1NWJ020945; Fri, 2 Jul 2004 10:01:23 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62A1Mag020944; Fri, 2 Jul 2004 10:01:22 GMT (envelope-from kris) Message-Id: <200407021001.i62A1Mag020944@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 2 Jul 2004 10:01:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/p5-GdkPixbuf Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 10:02:35 -0000 kris 2004-07-02 10:01:22 UTC FreeBSD ports repository Modified files: x11-toolkits/p5-GdkPixbuf Makefile Log: Still BROKEN with perl 5.8.4 Revision Changes Path 1.18 +2 -2 ports/x11-toolkits/p5-GdkPixbuf/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 10:04:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB25416A4CE; Fri, 2 Jul 2004 10:04:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C41AF43D53; Fri, 2 Jul 2004 10:04:43 +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 i62A3a2B021033; Fri, 2 Jul 2004 10:03:36 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62A3a2m021032; Fri, 2 Jul 2004 10:03:36 GMT (envelope-from netchild) Message-Id: <200407021003.i62A3a2m021032@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 2 Jul 2004 10:03:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ctorrent Makefile distinfo ports/net/ctorrent/files patch-btcontent.cpp patch-btfiles.cpp patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 10:04:43 -0000 netchild 2004-07-02 10:03:36 UTC FreeBSD ports repository Modified files: net/ctorrent Makefile distinfo Added files: net/ctorrent/files patch-btcontent.cpp patch-btfiles.cpp patch-configure Log: - fix OpenSSL handling - add SIZE - fix a minor configure warning PR: 64389 Submitted by: marius Reminded by: marius Approved by: maintainer Revision Changes Path 1.5 +1 -0 ports/net/ctorrent/Makefile 1.4 +1 -0 ports/net/ctorrent/distinfo 1.1 +14 -0 ports/net/ctorrent/files/patch-btcontent.cpp (new) 1.1 +14 -0 ports/net/ctorrent/files/patch-btfiles.cpp (new) 1.1 +41 -0 ports/net/ctorrent/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 10:09:50 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 10:20:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A674116A4CE; Fri, 2 Jul 2004 10:20:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8937743D2D; Fri, 2 Jul 2004 10:20:23 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62AFR1r021403; Fri, 2 Jul 2004 10:15:27 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62AFR9d021402; Fri, 2 Jul 2004 10:15:27 GMT (envelope-from demon) Message-Id: <200407021015.i62AFR9d021402@repoman.freebsd.org> From: Dmitry Sivachenko Date: Fri, 2 Jul 2004 10:15:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/mrtg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 10:20:23 -0000 demon 2004-07-02 10:15:27 UTC FreeBSD ports repository Modified files: net-mgmt/mrtg Makefile Log: Back out last change. PodParser in ports has newer version than that in perl distribution. Requested by: tobez Revision Changes Path 1.76 +1 -7 ports/net-mgmt/mrtg/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 10:25:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7718116A4CE; Fri, 2 Jul 2004 10:25:43 +0000 (GMT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id B041E43D1F; Fri, 2 Jul 2004 10:25:42 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from [192.168.0.101] (thunder.alexdupre.com [192.168.0.101]) i62AOCHO073218; Fri, 2 Jul 2004 12:24:12 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <40E537CC.3050801@FreeBSD.org> Date: Fri, 02 Jul 2004 12:24:12 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dmitry Sivachenko References: <200407021015.i62AFR9d021402@repoman.freebsd.org> In-Reply-To: <200407021015.i62AFR9d021402@repoman.freebsd.org> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net-mgmt/mrtg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 10:25:43 -0000 Dmitry Sivachenko wrote: > demon 2004-07-02 10:15:27 UTC > > FreeBSD ports repository > > Modified files: > net-mgmt/mrtg Makefile > Log: > Back out last change. PodParser in ports has newer version than that in > perl distribution. The problem is that PodParser conflicts with perl 5.8.4, it overwrites some perl files. -- Alex Dupre From owner-cvs-all@FreeBSD.ORG Fri Jul 2 10:56:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAF6E16A4CE; Fri, 2 Jul 2004 10:56:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBFDD43D1F; Fri, 2 Jul 2004 10:56:38 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62Au3VH022468; Fri, 2 Jul 2004 10:56:03 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62Au3kA022467; Fri, 2 Jul 2004 10:56:03 GMT (envelope-from tobez) Message-Id: <200407021056.i62Au3kA022467@repoman.freebsd.org> From: Anton Berezin Date: Fri, 2 Jul 2004 10:56:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/p5-GdkPixbuf Makefile ports/x11-toolkits/p5-GdkPixbuf/files patch-Makefile.PL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 10:56:39 -0000 tobez 2004-07-02 10:56:03 UTC FreeBSD ports repository Modified files: x11-toolkits/p5-GdkPixbuf Makefile x11-toolkits/p5-GdkPixbuf/files patch-Makefile.PL Log: Unbreak on 5.8 by doing some creative patching. While at it, assign maintainership to perl@. Revision Changes Path 1.19 +2 -2 ports/x11-toolkits/p5-GdkPixbuf/Makefile 1.3 +22 -3 ports/x11-toolkits/p5-GdkPixbuf/files/patch-Makefile.PL From owner-cvs-all@FreeBSD.ORG Fri Jul 2 11:08:48 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 11:12:04 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 11:19:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA90916A4CE; Fri, 2 Jul 2004 11:19:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DA8443D41; Fri, 2 Jul 2004 11:19:36 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62B6J7R022892; Fri, 2 Jul 2004 11:06:19 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62B6J0Y022891; Fri, 2 Jul 2004 11:06:19 GMT (envelope-from demon) Message-Id: <200407021106.i62B6J0Y022891@repoman.freebsd.org> From: Dmitry Sivachenko Date: Fri, 2 Jul 2004 11:06:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED CVSROOT modules ports/devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 11:19:36 -0000 demon 2004-07-02 11:06:19 UTC FreeBSD ports repository Modified files: . MOVED . modules devel Makefile Log: devel/umbrello port has gone. Revision Changes Path 1.10452 +0 -1 CVSROOT/modules 1.466 +2 -1 ports/MOVED 1.1595 +0 -1 ports/devel/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 11:19:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D314C16A4CF; Fri, 2 Jul 2004 11:19:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A989743D49; Fri, 2 Jul 2004 11:19:36 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62B356l022680; Fri, 2 Jul 2004 11:03:05 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62B35hm022679; Fri, 2 Jul 2004 11:03:05 GMT (envelope-from demon) Message-Id: <200407021103.i62B35hm022679@repoman.freebsd.org> From: Dmitry Sivachenko Date: Fri, 2 Jul 2004 11:03:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/umbrello Makefile distinfo pkg-descr pkg-plist ports/devel/umbrello/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 11:19:37 -0000 demon 2004-07-02 11:03:05 UTC FreeBSD ports repository Removed files: devel/umbrello Makefile distinfo pkg-descr pkg-plist devel/umbrello/files patch-configure Log: Remove this port. Newer version of umbrello is available in kdesdk port. Revision Changes Path 1.10 +0 -29 ports/devel/umbrello/Makefile (dead) 1.6 +0 -2 ports/devel/umbrello/distinfo (dead) 1.2 +0 -65 ports/devel/umbrello/files/patch-configure (dead) 1.3 +0 -8 ports/devel/umbrello/pkg-descr (dead) 1.3 +0 -193 ports/devel/umbrello/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 12:10:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7466116A4CE; Fri, 2 Jul 2004 12:10:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55C2243D53; Fri, 2 Jul 2004 12:10:45 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62C9ALY024456; Fri, 2 Jul 2004 12:09:10 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62C9AtL024455; Fri, 2 Jul 2004 12:09:10 GMT (envelope-from krion) Message-Id: <200407021209.i62C9AtL024455@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 2 Jul 2004 12:09:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/mmpython Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 12:10:45 -0000 krion 2004-07-02 12:09:10 UTC FreeBSD ports repository Modified files: multimedia/mmpython Makefile distinfo Log: Update to 0.4.4 PR: ports/68581 Submitted by: maintainer Revision Changes Path 1.11 +1 -9 ports/multimedia/mmpython/Makefile 1.8 +2 -2 ports/multimedia/mmpython/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 2 12:13:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A04516A4CE; Fri, 2 Jul 2004 12:13:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CB3D43D41; Fri, 2 Jul 2004 12:13:27 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62CBWan024579; Fri, 2 Jul 2004 12:11:32 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62CBW0j024578; Fri, 2 Jul 2004 12:11:32 GMT (envelope-from krion) Message-Id: <200407021211.i62CBW0j024578@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 2 Jul 2004 12:11:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/benchmarks/webbench Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 12:13:27 -0000 krion 2004-07-02 12:11:32 UTC FreeBSD ports repository Modified files: benchmarks/webbench Makefile distinfo Log: Update to 1.5 PR: ports/68593 Submitted by: maintainer Revision Changes Path 1.6 +1 -1 ports/benchmarks/webbench/Makefile 1.4 +2 -2 ports/benchmarks/webbench/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 2 12:17:54 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 12:19:07 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 12:32:43 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 12:35:43 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 13:14:43 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 13:33:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E1E516A4CE; Fri, 2 Jul 2004 13:33:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E51C843D2D; Fri, 2 Jul 2004 13:33:37 +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 i62DVjfP026991; Fri, 2 Jul 2004 13:31:45 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62DVjCC026990; Fri, 2 Jul 2004 13:31:45 GMT (envelope-from eik) Message-Id: <200407021331.i62DVjCC026990@repoman.freebsd.org> From: Oliver Eikemeier Date: Fri, 2 Jul 2004 13:31:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 13:33:38 -0000 eik 2004-07-02 13:31:45 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: GNATS local privilege elevation Revision Changes Path 1.140 +33 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Jul 2 13:43:34 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 13:49:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7975C16A4CE; Fri, 2 Jul 2004 13:49:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C86A43D2D; Fri, 2 Jul 2004 13:49:32 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62Dlfju027475; Fri, 2 Jul 2004 13:47:41 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62DlfGg027474; Fri, 2 Jul 2004 13:47:41 GMT (envelope-from clement) Message-Id: <200407021347.i62DlfGg027474@repoman.freebsd.org> From: Clement Laforet Date: Fri, 2 Jul 2004 13:47:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/apache2 Makefile pkg-plist ports/www/apache2/files patch-configure.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 13:49:32 -0000 clement 2004-07-02 13:47:41 UTC FreeBSD ports repository Modified files: www/apache2 Makefile pkg-plist www/apache2/files patch-configure.in Log: - Make configure script define DEFAULT_SCOREBOARD. - Add NOTICE file to respect Apache 2.0 license Revision Changes Path 1.189 +1 -0 ports/www/apache2/Makefile 1.2 +5 -3 ports/www/apache2/files/patch-configure.in 1.65 +2 -1 ports/www/apache2/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 2 14:10:44 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 14:20:48 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 14:25:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F72E16A4CE; Fri, 2 Jul 2004 14:25:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 835F743D2F; Fri, 2 Jul 2004 14:25:48 +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 i62EO44Q028444; Fri, 2 Jul 2004 14:24:04 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62EO4fs028443; Fri, 2 Jul 2004 14:24:04 GMT (envelope-from eik) Message-Id: <200407021424.i62EO4fs028443@repoman.freebsd.org> From: Oliver Eikemeier Date: Fri, 2 Jul 2004 14:24:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 14:25:48 -0000 eik 2004-07-02 14:24:04 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: GNATS local privilege elevation (corrected PORTREVISION) Revision Changes Path 1.141 +2 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Jul 2 14:32:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8FC016A4CE; Fri, 2 Jul 2004 14:32:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC00243D1D; Fri, 2 Jul 2004 14:32:09 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62EUo4q028675; Fri, 2 Jul 2004 14:30:50 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62EUoA8028674; Fri, 2 Jul 2004 14:30:50 GMT (envelope-from yar) Message-Id: <200407021430.i62EUoA8028674@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 2 Jul 2004 14:30:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/scr2txt pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 14:32:09 -0000 yar 2004-07-02 14:30:50 UTC FreeBSD ports repository Modified files: textproc/scr2txt pkg-descr Log: Fix a cut'n'paste bug: This is scr2txt, not scr2png. Revision Changes Path 1.2 +1 -1 ports/textproc/scr2txt/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Jul 2 14:43:12 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 14:52:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1355C16A4CE; Fri, 2 Jul 2004 14:52:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E98A443D2D; Fri, 2 Jul 2004 14:52:00 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62Eotoo029203; Fri, 2 Jul 2004 14:50:55 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62Eot3v029202; Fri, 2 Jul 2004 14:50:55 GMT (envelope-from nork) Message-Id: <200407021450.i62Eot3v029202@repoman.freebsd.org> From: Norikatsu Shigemura Date: Fri, 2 Jul 2004 14:50:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/liveMedia Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 14:52:01 -0000 nork 2004-07-02 14:50:55 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2004.07.02. Submitted by: Jim Garlick Revision Changes Path 1.118 +1 -1 ports/net/liveMedia/Makefile 1.109 +2 -2 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 2 15:10:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F74916A4CE; Fri, 2 Jul 2004 15:10:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61D8D43D41; Fri, 2 Jul 2004 15:10:53 +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 i62F8lRI029633; Fri, 2 Jul 2004 15:08:47 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62F8lmI029632; Fri, 2 Jul 2004 15:08:47 GMT (envelope-from netchild) Message-Id: <200407021508.i62F8lmI029632@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 2 Jul 2004 15:08:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 15:10:53 -0000 netchild 2004-07-02 15:08:47 UTC FreeBSD ports repository Modified files: math Makefile Log: Remove libgmp-freebsd, superseded by libgmp4. Revision Changes Path 1.273 +0 -1 ports/math/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 15:12:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 728EE16A4CE; Fri, 2 Jul 2004 15:12:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5682743D1D; Fri, 2 Jul 2004 15:12:34 +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 i62FAVlr029756; Fri, 2 Jul 2004 15:10:31 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62FAVeY029755; Fri, 2 Jul 2004 15:10:31 GMT (envelope-from netchild) Message-Id: <200407021510.i62FAVeY029755@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 2 Jul 2004 15:10:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 15:12:34 -0000 netchild 2004-07-02 15:10:31 UTC FreeBSD ports repository Modified files: . modules Log: Remove libgmp-freebsd, superseded by libgmp4. Revision Changes Path 1.10453 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 2 15:20:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A31D16A4CE; Fri, 2 Jul 2004 15:20:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 342EB43D41; Fri, 2 Jul 2004 15:20:59 +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 i62FIb47030061; Fri, 2 Jul 2004 15:18:37 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62FIb6u030060; Fri, 2 Jul 2004 15:18:37 GMT (envelope-from netchild) Message-Id: <200407021518.i62FIb6u030060@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 2 Jul 2004 15:18:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED ports/korean Makefile ports/korean/mkisofs Makefile distinfo pkg-descr pkg-plist ports/korean/mkisofs/files patch-ac patch-ad patch-aj patch-bb patch-bc patch-bd patch-be X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 15:20:59 -0000 netchild 2004-07-02 15:18:37 UTC FreeBSD ports repository Modified files: . MOVED korean Makefile Removed files: korean/mkisofs Makefile distinfo pkg-descr pkg-plist korean/mkisofs/files patch-ac patch-ad patch-aj patch-bb patch-bc patch-bd patch-be Log: Remove expired port, superseded by sysutils/cdrtools-cjk. Reminded by: marius Approved by: cjh Revision Changes Path 1.467 +2 -1 ports/MOVED 1.103 +0 -1 ports/korean/Makefile 1.6 +0 -53 ports/korean/mkisofs/Makefile (dead) 1.3 +0 -4 ports/korean/mkisofs/distinfo (dead) 1.2 +0 -11 ports/korean/mkisofs/files/patch-ac (dead) 1.2 +0 -31 ports/korean/mkisofs/files/patch-ad (dead) 1.2 +0 -41 ports/korean/mkisofs/files/patch-aj (dead) 1.2 +0 -13 ports/korean/mkisofs/files/patch-bb (dead) 1.2 +0 -42 ports/korean/mkisofs/files/patch-bc (dead) 1.2 +0 -47 ports/korean/mkisofs/files/patch-bd (dead) 1.2 +0 -33 ports/korean/mkisofs/files/patch-be (dead) 1.2 +0 -11 ports/korean/mkisofs/pkg-descr (dead) 1.2 +0 -7 ports/korean/mkisofs/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 15:21:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D79EC16A4CE; Fri, 2 Jul 2004 15:21:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAFCF43D2D; Fri, 2 Jul 2004 15:21:22 +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 i62FKNSJ030152; Fri, 2 Jul 2004 15:20:23 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62FKN9r030150; Fri, 2 Jul 2004 15:20:23 GMT (envelope-from netchild) Message-Id: <200407021520.i62FKN9r030150@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 2 Jul 2004 15:20:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 15:21:23 -0000 netchild 2004-07-02 15:20:23 UTC FreeBSD ports repository Modified files: . modules Log: Remove expired korean/mkisofs, superseded by sysutils/cdrtools-cjk. Revision Changes Path 1.10454 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 2 15:49:26 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 15:55:17 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 16:09:36 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 16:13:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA1C716A4CE; Fri, 2 Jul 2004 16:13:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE7D843D45; Fri, 2 Jul 2004 16:13:47 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62GC2Fu031631; Fri, 2 Jul 2004 16:12:02 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62GC2ZV031630; Fri, 2 Jul 2004 16:12:02 GMT (envelope-from marcus) Message-Id: <200407021612.i62GC2ZV031630@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 2 Jul 2004 16:12:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gconf2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 16:13:48 -0000 marcus 2004-07-02 16:12:02 UTC FreeBSD ports repository Modified files: devel/gconf2 Makefile distinfo Log: Update to 2.6.3. Revision Changes Path 1.59 +1 -1 ports/devel/gconf2/Makefile 1.28 +2 -2 ports/devel/gconf2/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 2 16:19:42 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 16:20:23 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 16:21:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C95F316A4D2 for ; Fri, 2 Jul 2004 16:21:46 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id E506443D41 for ; Fri, 2 Jul 2004 16:21:45 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i62GI14b000926 for cvs-all@FreeBSD.ORG.checked; (8.12.8/vak/2.1) Fri, 2 Jul 2004 20:18:01 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i62GFbO8000770; (8.12.8/vak/2.1) Fri, 2 Jul 2004 20:15:37 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <40E58A0C.7080907@cronyx.ru> Date: Fri, 02 Jul 2004 20:15:08 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wilko Bulte References: <200406291830.i5TIUCDl002245@repoman.freebsd.org> <40E449E8.9050501@cronyx.ru> <20040701205836.GB21206@freebie.xs4all.nl> In-Reply-To: <20040701205836.GB21206@freebie.xs4all.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: doc-committers@FreeBSD.ORG cc: cvs-doc@FreeBSD.ORG cc: Colin Percival cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: www/en navigation.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 16:21:47 -0000 Wilko Bulte wrote: >On Thu, Jul 01, 2004 at 09:29:12PM +0400, Roman Kurakin wrote: > > >>Colin Percival wrote: >> >> >>>cperciva 2004-06-29 18:30:12 UTC >>> >>>FreeBSD doc repository (src committer) >>> >>>Modified files: >>> en navigation.xml >>>Log: >>>Replace "List of needs" by "Donations Wantlist", to reflect >>>the actual nature of the page being linked to. >>> >>> >>"FreeBSD Developers Want List" page has a sentence "This page lists >>various developer hardware needs." >>Since "pony" not a hardware, I think this should be fixed smth like this: >> >> > >But a pony is also no software? Hmm... > > Yea, and not a book, it fits to all other that could help in development (in case the brains produce more ideas while riding a pony, or pony-bus is the fastest way to get from rest place to freebsd devel place since increasing traffic jam problem ;-) or smt else that I can't even imagine. But seriously what do you think about my suggestion? And who may take this clean up "hardware word problem" task since I don't believe I can do this according to my English skills. Also while I am here I have some other task for doc@ guys. Some changes made by rwatson@ in network API need to be documented, any volunteers? rik From owner-cvs-all@FreeBSD.ORG Fri Jul 2 16:44:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42DCC16A4CE; Fri, 2 Jul 2004 16:44:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C80943D2D; Fri, 2 Jul 2004 16:44:21 +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 i62GhMTj032561; Fri, 2 Jul 2004 16:43:22 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62GhM3N032560; Fri, 2 Jul 2004 16:43:22 GMT (envelope-from eik) Message-Id: <200407021643.i62GhM3N032560@repoman.freebsd.org> From: Oliver Eikemeier Date: Fri, 2 Jul 2004 16:43:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules ports/security Makefile ports/security/rdigest Makefile pkg-descr ports/security/rdigest/files patch-aa patch-ab patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 16:44:21 -0000 eik 2004-07-02 16:43:22 UTC FreeBSD ports repository Modified files: . modules security Makefile Added files: security/rdigest Makefile pkg-descr security/rdigest/files patch-aa patch-ab patch-ac Log: Add NetBSD rdigest from Revision Changes Path 1.10455 +1 -0 CVSROOT/modules 1.520 +1 -0 ports/security/Makefile 1.1 +20 -0 ports/security/rdigest/Makefile (new) 1.1 +60 -0 ports/security/rdigest/files/patch-aa (new) 1.1 +89 -0 ports/security/rdigest/files/patch-ab (new) 1.1 +204 -0 ports/security/rdigest/files/patch-ac (new) 1.1 +47 -0 ports/security/rdigest/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 16:46:55 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 16:47:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E3E516A4CE; Fri, 2 Jul 2004 16:47:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7007E43D41; Fri, 2 Jul 2004 16:47:08 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62Gk2gC032742; Fri, 2 Jul 2004 16:46:02 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62Gk2K9032741; Fri, 2 Jul 2004 16:46:02 GMT (envelope-from marcus) Message-Id: <200407021646.i62Gk2K9032741@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 2 Jul 2004 16:46:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fonts/fontconfig Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 16:47:08 -0000 marcus 2004-07-02 16:46:02 UTC FreeBSD ports repository Modified files: x11-fonts/fontconfig Makefile distinfo Log: Update to 2.2.3. Revision Changes Path 1.36 +1 -1 ports/x11-fonts/fontconfig/Makefile 1.10 +2 -2 ports/x11-fonts/fontconfig/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 2 16:55:33 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 16:57:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6F7B16A4CE; Fri, 2 Jul 2004 16:57:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA46143D2F; Fri, 2 Jul 2004 16:57:07 +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 i62Gtblt033010; Fri, 2 Jul 2004 16:55:37 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62Gtbig033009; Fri, 2 Jul 2004 16:55:37 GMT (envelope-from des) Message-Id: <200407021655.i62Gtbig033009@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 2 Jul 2004 16:55:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/SSLtelnet Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 16:57:08 -0000 des 2004-07-02 16:55:37 UTC FreeBSD ports repository Modified files: net/SSLtelnet Makefile Log: Mark FORBIDDEN and DEPRECATED. Revision Changes Path 1.29 +4 -0 ports/net/SSLtelnet/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 16:57:09 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 17:07:50 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 17:09:52 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 17:19:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5075316A4CE; Fri, 2 Jul 2004 17:19:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3239943D1F; Fri, 2 Jul 2004 17:19:07 +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 i62H41x4033202; Fri, 2 Jul 2004 17:04:01 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62H41NK033201; Fri, 2 Jul 2004 17:04:01 GMT (envelope-from brueffer) Message-Id: <200407021704.i62H41NK033201@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 2 Jul 2004 17:04:01 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 17:19:07 -0000 brueffer 2004-07-02 17:04:01 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Use acronym tags for DVMRP Revision Changes Path 1.312 +1 -1 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 2 17:21:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E09BE16A4CE; Fri, 2 Jul 2004 17:21:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C309043D41; Fri, 2 Jul 2004 17:21:32 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62HKNSc033743; Fri, 2 Jul 2004 17:20:23 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62HKNNE033742; Fri, 2 Jul 2004 17:20:23 GMT (envelope-from skv) Message-Id: <200407021720.i62HKNNE033742@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 2 Jul 2004 17:20:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/converters/p5-Text-Iconv Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 17:21:33 -0000 skv 2004-07-02 17:20:23 UTC FreeBSD ports repository Modified files: converters/p5-Text-Iconv Makefile distinfo pkg-descr Log: Updated to 1.3 Revision Changes Path 1.11 +1 -2 ports/converters/p5-Text-Iconv/Makefile 1.4 +2 -2 ports/converters/p5-Text-Iconv/distinfo 1.5 +0 -3 ports/converters/p5-Text-Iconv/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Jul 2 17:48:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C435816A4CE; Fri, 2 Jul 2004 17:48:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A649A43D5D; Fri, 2 Jul 2004 17:48:27 +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 i62Hl1kM034412; Fri, 2 Jul 2004 17:47:01 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62Hl1sE034411; Fri, 2 Jul 2004 17:47:01 GMT (envelope-from brueffer) Message-Id: <200407021747.i62Hl1sE034411@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 2 Jul 2004 17:47:01 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 17:48:28 -0000 brueffer 2004-07-02 17:47:01 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: In the IPv6 section: Add rc.conf configuration examples PR: 67996 Submitted by: Brad Davis Revision Changes Path 1.313 +102 -0 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 2 18:01:41 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 18:11:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED50316A4CE; Fri, 2 Jul 2004 18:11:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D07F643D31; Fri, 2 Jul 2004 18:11:08 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62I9AbD035138; Fri, 2 Jul 2004 18:09:10 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62I9AeL035137; Fri, 2 Jul 2004 18:09:10 GMT (envelope-from jeh) Message-Id: <200407021809.i62I9AeL035137@repoman.freebsd.org> From: "James E. Housley" Date: Fri, 2 Jul 2004 18:09:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 18:11:09 -0000 jeh 2004-07-02 18:09:10 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: *******************IMPORTANT******************* 4372 Emergency Dat release due to: W32/LOVEGATE.AD@MM ********************************************** Revision Changes Path 1.248 +1 -1 ports/security/uvscan-dat/Makefile 1.246 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 2 18:20:06 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 18:20:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5F0016A4CF; Fri, 2 Jul 2004 18:20:10 +0000 (GMT) Received: from smtp-out5.xs4all.nl (smtp-out5.xs4all.nl [194.109.24.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1709D43D2D; Fri, 2 Jul 2004 18:20:10 +0000 (GMT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out5.xs4all.nl (8.12.10/8.12.10) with ESMTP id i62FxHUY046765; Fri, 2 Jul 2004 17:59:17 +0200 (CEST) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i62FxGqb024944; Fri, 2 Jul 2004 17:59:16 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i62FxGq2024942; Fri, 2 Jul 2004 17:59:16 +0200 (CEST) (envelope-from wkb) Date: Fri, 2 Jul 2004 17:59:16 +0200 From: Wilko Bulte To: Kris Kennaway Message-ID: <20040702155916.GA24893@freebie.xs4all.nl> References: <200406291830.i5TIUCDl002245@repoman.freebsd.org> <40E449E8.9050501@cronyx.ru> <20040701205836.GB21206@freebie.xs4all.nl> <20040701231734.GA33845@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040701231734.GA33845@xor.obsecurity.org> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-STABLE X-PGP: finger wilko@freebsd.org cc: cvs-all@FreeBSD.ORG cc: doc-committers@FreeBSD.ORG cc: cvs-doc@FreeBSD.ORG cc: Colin Percival cc: Roman Kurakin Subject: Re: cvs commit: www/en navigation.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 18:20:11 -0000 On Thu, Jul 01, 2004 at 04:17:34PM -0700, Kris Kennaway wrote: > On Thu, Jul 01, 2004 at 10:58:36PM +0200, Wilko Bulte wrote: > > On Thu, Jul 01, 2004 at 09:29:12PM +0400, Roman Kurakin wrote: > > > Colin Percival wrote: > > > > > > >cperciva 2004-06-29 18:30:12 UTC > > > > > > > > FreeBSD doc repository (src committer) > > > > > > > > Modified files: > > > > en navigation.xml > > > > Log: > > > > Replace "List of needs" by "Donations Wantlist", to reflect > > > > the actual nature of the page being linked to. > > > > > > > > > > > "FreeBSD Developers Want List" page has a sentence "This page lists > > > various developer hardware needs." > > > Since "pony" not a hardware, I think this should be fixed smth like this: > > > > But a pony is also no software? Hmm... > > From my quotes file (possibly not original source): > > Definitions of hardware and software for dummies: > > Hardware is what you kick; > Software is what you curse. First the pony kicks you, then you curse it. Hmm. -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Fri Jul 2 18:28:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D54A16A4CE; Fri, 2 Jul 2004 18:28:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1127343D3F; Fri, 2 Jul 2004 18:28:10 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62IQWOK035747; Fri, 2 Jul 2004 18:26:32 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62IQWW7035746; Fri, 2 Jul 2004 18:26:32 GMT (envelope-from marcus) Message-Id: <200407021826.i62IQWW7035746@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 2 Jul 2004 18:26:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/intltool Makefile distinfo ports/textproc/intltool/files install-sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 18:28:10 -0000 marcus 2004-07-02 18:26:32 UTC FreeBSD ports repository Modified files: textproc/intltool Makefile distinfo Added files: textproc/intltool/files install-sh Log: Update to 0.31. Revision Changes Path 1.36 +10 -3 ports/textproc/intltool/Makefile 1.24 +2 -2 ports/textproc/intltool/distinfo 1.1 +295 -0 ports/textproc/intltool/files/install-sh (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 18:49:22 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 18:49:22 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 18:49:23 -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-all@FreeBSD.ORG Fri Jul 2 19:00:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B893416A4CE; Fri, 2 Jul 2004 19:00:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A3C243D2D; Fri, 2 Jul 2004 19:00:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62IxAsW036736; Fri, 2 Jul 2004 18:59:10 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62IxAuJ036735; Fri, 2 Jul 2004 18:59:10 GMT (envelope-from pav) Message-Id: <200407021859.i62IxAuJ036735@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Jul 2004 18:59:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/polish/kadu Makefile distinfo pkg-plist ports/polish/kadu/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 19:00:47 -0000 pav 2004-07-02 18:59:10 UTC FreeBSD ports repository Modified files: polish/kadu Makefile distinfo pkg-plist polish/kadu/files patch-Makefile.in Log: - Update to 0.3.9 PR: ports/68607 Submitted by: Jacek Pelka (maintainer) Revision Changes Path 1.10 +4 -4 ports/polish/kadu/Makefile 1.6 +2 -2 ports/polish/kadu/distinfo 1.4 +4 -4 ports/polish/kadu/files/patch-Makefile.in 1.6 +25 -0 ports/polish/kadu/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 2 19:08:28 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 19:11:02 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 19:30:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13BFD16A4CF 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 A1B6543D48 for ; Fri, 2 Jul 2004 19:30:14 +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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 19:31:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DCB916A4CE; Fri, 2 Jul 2004 19:31:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E489243D2F; Fri, 2 Jul 2004 19:31:51 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62JURrq038836; Fri, 2 Jul 2004 19:30:27 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62JURx0038835; Fri, 2 Jul 2004 19:30:27 GMT (envelope-from glewis) Message-Id: <200407021930.i62JURx0038835@repoman.freebsd.org> From: Greg Lewis Date: Fri, 2 Jul 2004 19:30:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/saxon Makefileports/textproc/saxon/files saxon.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 19:31:52 -0000 glewis 2004-07-02 19:30:27 UTC FreeBSD ports repository Modified files: textproc/saxon Makefile Added files: textproc/saxon/files saxon.sh Log: . Add a shell script to allow people to easily run saxon from the command line. PR: 68548 Submitted by: Herve Quiroz Revision Changes Path 1.8 +11 -1 ports/textproc/saxon/Makefile 1.1 +6 -0 ports/textproc/saxon/files/saxon.sh (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 19:43:19 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 19:46:23 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 19:46:24 -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-all@FreeBSD.ORG Fri Jul 2 19:49:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFF0116A4CF; 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 C8C5543D2D; Fri, 2 Jul 2004 19:49:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62Jm3Yr039959; Fri, 2 Jul 2004 19:48:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62Jm3iM039958; Fri, 2 Jul 2004 19:48:03 GMT (envelope-from pav) Message-Id: <200407021948.i62Jm3iM039958@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Jul 2004 19:48:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games Makefile ports/games/polypuzzle Makefile distinfo pkg-descr pkg-plist ports/games/polypuzzle/files patch-polypuzzle X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 19:49:44 -0000 pav 2004-07-02 19:48:03 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/polypuzzle Makefile distinfo pkg-descr pkg-plist games/polypuzzle/files patch-polypuzzle Log: Add polypuzzle, a small polygon puzzle written in Tk. PR: ports/68510 Submitted by: Janos Mohacsi Revision Changes Path 1.697 +1 -0 ports/games/Makefile 1.1 +43 -0 ports/games/polypuzzle/Makefile (new) 1.1 +2 -0 ports/games/polypuzzle/distinfo (new) 1.1 +13 -0 ports/games/polypuzzle/files/patch-polypuzzle (new) 1.1 +5 -0 ports/games/polypuzzle/pkg-descr (new) 1.1 +25 -0 ports/games/polypuzzle/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 19:49:44 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 19:49:44 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 19:50:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7788816A4CE; Fri, 2 Jul 2004 19:50:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59AEF43D48; Fri, 2 Jul 2004 19:50:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62JnIC6040027; Fri, 2 Jul 2004 19:49:18 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62JnICg040026; Fri, 2 Jul 2004 19:49:18 GMT (envelope-from pav) Message-Id: <200407021949.i62JnICg040026@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Jul 2004 19:49:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 19:50:51 -0000 pav 2004-07-02 19:49:18 UTC FreeBSD ports repository Modified files: . modules Log: polypuzzle --> ports/games/polypuzzle Revision Changes Path 1.10456 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 2 19:55:27 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 19:56:42 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 19:58:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7690F16A4CE; Fri, 2 Jul 2004 19:58:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5805143D31; Fri, 2 Jul 2004 19:58:33 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62Jv6UC040445; Fri, 2 Jul 2004 19:57:06 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62Jv6g5040444; Fri, 2 Jul 2004 19:57:06 GMT (envelope-from glewis) Message-Id: <200407021957.i62Jv6g5040444@repoman.freebsd.org> From: Greg Lewis Date: Fri, 2 Jul 2004 19:57:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/linux-sun-jdk14 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 19:58:33 -0000 glewis 2004-07-02 19:57:06 UTC FreeBSD ports repository Modified files: java/linux-sun-jdk14 Makefile distinfo pkg-plist Log: . Update to 1.4.2_05. Revision Changes Path 1.45 +2 -2 ports/java/linux-sun-jdk14/Makefile 1.15 +2 -2 ports/java/linux-sun-jdk14/distinfo 1.19 +10 -1 ports/java/linux-sun-jdk14/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 2 20:02:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8816A16A4CE; Fri, 2 Jul 2004 20:02:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69D8743D55; Fri, 2 Jul 2004 20:02:48 +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 i62K1FwN040617; Fri, 2 Jul 2004 20:01:15 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62K1FF3040616; Fri, 2 Jul 2004 20:01:15 GMT (envelope-from eik) Message-Id: <200407022001.i62K1FF3040616@repoman.freebsd.org> From: Oliver Eikemeier Date: Fri, 2 Jul 2004 20:01:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/digest Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 20:02:48 -0000 eik 2004-07-02 20:01:15 UTC FreeBSD ports repository Modified files: security/digest Makefile Log: Adjusted makefile for rdigest slave port. Forgotten by: me Noticed by: kris Revision Changes Path 1.12 +13 -13 ports/security/digest/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 20:15:53 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 20:17:00 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 20:18:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3CBE16A4CE; Fri, 2 Jul 2004 20:18:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC84A43D39; Fri, 2 Jul 2004 20:18:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62KGuMl041117; Fri, 2 Jul 2004 20:16:56 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62KGuJs041116; Fri, 2 Jul 2004 20:16:56 GMT (envelope-from pav) Message-Id: <200407022016.i62KGuJs041116@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Jul 2004 20:16:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/portindex Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 20:18:06 -0000 pav 2004-07-02 20:16:56 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/portindex Makefile distinfo pkg-descr Log: Add portindex, an alternative INDEX file builder. Features: 1. You do not need to wait 1 hour after every cvsup for make index to finish. This program supports incremental index builds. 2. Supports indexing of incomplete ports trees. 3. Dependences between ports (including multiple) are correctly tracked. tracking is done by .include hunting 4. Dependences on /usr/port/Mk/* are tracked 5. Dependences on /var/db/ports are tracked 6. Dependences on Makefile.local are tracked 7. No known difference between make index and this program WWW: http://home.tiscali.cz/~cz210552/bsdportsutils.html PR: ports/68549 Submitted by: Radim Kolar Revision Changes Path 1.548 +1 -0 ports/sysutils/Makefile 1.1 +47 -0 ports/sysutils/portindex/Makefile (new) 1.1 +2 -0 ports/sysutils/portindex/distinfo (new) 1.1 +15 -0 ports/sysutils/portindex/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 20:20:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69AD716A4CE; Fri, 2 Jul 2004 20:20:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BB4643D2D; Fri, 2 Jul 2004 20:20:17 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62KIomA041183; Fri, 2 Jul 2004 20:18:50 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62KIo73041182; Fri, 2 Jul 2004 20:18:50 GMT (envelope-from pav) Message-Id: <200407022018.i62KIo73041182@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Jul 2004 20:18:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/portindex/files portindex.sh portreadmes.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 20:20:17 -0000 pav 2004-07-02 20:18:50 UTC FreeBSD ports repository Added files: sysutils/portindex/files portindex.sh portreadmes.sh Log: - Add two files missed in previous commit Revision Changes Path 1.1 +2 -0 ports/sysutils/portindex/files/portindex.sh (new) 1.1 +2 -0 ports/sysutils/portindex/files/portreadmes.sh (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 20:22:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D26B316A4CE; Fri, 2 Jul 2004 20:22:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B591443D2F; Fri, 2 Jul 2004 20:22:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62KKcf5041472; Fri, 2 Jul 2004 20:20:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62KKc4g041471; Fri, 2 Jul 2004 20:20:38 GMT (envelope-from pav) Message-Id: <200407022020.i62KKc4g041471@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Jul 2004 20:20:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 20:22:10 -0000 pav 2004-07-02 20:20:38 UTC FreeBSD ports repository Modified files: . modules Log: portindex --> ports/sysutils/portindex Revision Changes Path 1.10457 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 2 20:29:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 938A516A4CE; Fri, 2 Jul 2004 20:29:23 +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 285EE43D39; Fri, 2 Jul 2004 20:29:22 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-11.local ([172.16.0.11] helo=localhost) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1BgUdB-000KBD-TX; Fri, 02 Jul 2004 22:27:36 +0200 Date: Fri, 2 Jul 2004 22:28:00 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: "James E. Housley" From: Oliver Eikemeier In-Reply-To: <200407021809.i62I9AeL035137@repoman.freebsd.org> Message-Id: <4F96B64F-CC66-11D8-9FE1-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/uvscan-dat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 20:29:23 -0000 James E. Housley wrote: > *******************IMPORTANT******************* > > 4372 Emergency Dat release due to: > > W32/LOVEGATE.AD@MM > > ********************************************** Ok, yet another virus surfaced. Happens every other day. Where is the `emergency' here? -Oliver From owner-cvs-all@FreeBSD.ORG Fri Jul 2 20:34:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 969E416A4CE; Fri, 2 Jul 2004 20:34:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7275143D2F; Fri, 2 Jul 2004 20:34:07 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62KWYof042256; Fri, 2 Jul 2004 20:32:34 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62KWY2L042255; Fri, 2 Jul 2004 20:32:34 GMT (envelope-from ambrisko) Message-Id: <200407022032.i62KWY2L042255@repoman.freebsd.org> From: Doug Ambrisko Date: Fri, 2 Jul 2004 20:32:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/etherboot pkg-descr ports/net/etherboot/files patch-ad X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 20:34:07 -0000 ambrisko 2004-07-02 20:32:34 UTC FreeBSD ports repository Modified files: net/etherboot pkg-descr Added files: net/etherboot/files patch-ad Log: Revert the 5.2.4 version of boot1a.s to that of the former 5.0.8. This should make things work like before. Update the desc. for compressed images lzrom -> zrom. Revision Changes Path 1.1 +32 -0 ports/net/etherboot/files/patch-ad (new) 1.9 +1 -1 ports/net/etherboot/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Jul 2 20:42:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C508416A4CF; Fri, 2 Jul 2004 20:42:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD9BC43D1D; Fri, 2 Jul 2004 20:42:39 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62Kf1bU042624; Fri, 2 Jul 2004 20:41:01 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62Kf1Ss042623; Fri, 2 Jul 2004 20:41:01 GMT (envelope-from thierry) Message-Id: <200407022041.i62Kf1Ss042623@repoman.freebsd.org> From: Thierry Thomas Date: Fri, 2 Jul 2004 20:41:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/zope Makefile distinfo pkg-message pkg-plist pkg-message.in zope.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 20:42:39 -0000 thierry 2004-07-02 20:41:01 UTC FreeBSD ports repository Modified files: www/zope Makefile distinfo pkg-plist www/zope/files zope.sh Added files: www/zope/files pkg-message.in Removed files: www/zope pkg-message www/zope/files patch-lib-python-zdaemon-zdctl.py Log: Upgrade to 2.7.1. PR: ports/68408 Submitted by: HAYASHI Yasushi Approved by: maintainer. Revision Changes Path 1.59 +7 -3 ports/www/zope/Makefile 1.29 +2 -2 ports/www/zope/distinfo 1.2 +0 -14 ports/www/zope/files/patch-lib-python-zdaemon-zdctl.py (dead) 1.1 +27 -0 ports/www/zope/files/pkg-message.in (new) 1.3 +3 -3 ports/www/zope/files/zope.sh 1.4 +0 -28 ports/www/zope/pkg-message (dead) 1.37 +46 -10 ports/www/zope/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 2 20:49:12 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 20:49:47 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 20:52:02 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 20:56:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5063D16A4CE for ; Fri, 2 Jul 2004 20:56:56 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 390C843D2F for ; Fri, 2 Jul 2004 20:56:55 +0000 (GMT) (envelope-from itetcu@apropo.ro) Received: (qmail 24477 invoked by uid 89); 2 Jul 2004 20:51:43 -0000 Received: from unknown (HELO it.buh.cameradicommercio.ro) (82.76.129.53) by 0 with SMTP; 2 Jul 2004 20:51:43 -0000 Received: from localhost (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id A5D531E1; Fri, 2 Jul 2004 23:34:27 +0300 (EEST) Received: from it.buh.cameradicommercio.ro ([127.0.0.1])port 10024) with ESMTP id 37669-09; Fri, 2 Jul 2004 23:34:27 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with SMTP id 2B89E26; Fri, 2 Jul 2004 23:34:27 +0300 (EEST) Date: Fri, 2 Jul 2004 23:34:26 +0300 From: Ion-Mihai Tetcu To: Pav Lucistnik Message-Id: <20040702233426.22cff6b9@it.buh.cameradicommercio.ro> In-Reply-To: <200407022016.i62KGuJs041116@repoman.freebsd.org> References: <200407022016.i62KGuJs041116@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-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/portindex Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 20:56:56 -0000 On Fri, 2 Jul 2004 20:16:56 +0000 (UTC) Pav Lucistnik wrote: > pav 2004-07-02 20:16:56 UTC > > FreeBSD ports repository > > Modified files: > sysutils Makefile > Added files: > sysutils/portindex Makefile distinfo pkg-descr > Log: > Add portindex, an alternative INDEX file builder. Features: Thanks. -- IOnut Unregistered ;) FreeBSD "user" From owner-cvs-all@FreeBSD.ORG Fri Jul 2 21:00:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CF5C16A4CE; Fri, 2 Jul 2004 21:00:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D86043D39; Fri, 2 Jul 2004 21:00:02 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62KwlqN043114; Fri, 2 Jul 2004 20:58:47 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62KwlIA043113; Fri, 2 Jul 2004 20:58:47 GMT (envelope-from pav) Message-Id: <200407022058.i62KwlIA043113@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Jul 2004 20:58:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/cups-samba/files patch-cups-samba.install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 21:00:02 -0000 pav 2004-07-02 20:58:46 UTC FreeBSD ports repository Modified files: print/cups-samba/files patch-cups-samba.install Log: - Teach install script that there are other tar implementations beside GNU tar which supports -P flag. This should fix Bento build using bsdtar. Revision Changes Path 1.2 +20 -5 ports/print/cups-samba/files/patch-cups-samba.install From owner-cvs-all@FreeBSD.ORG Fri Jul 2 21:05:27 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 21:17:54 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 21:29:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 210D516A4CE 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 0023143D31 for ; Fri, 2 Jul 2004 21:29:15 +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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 21:38:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFB4916A4CE; Fri, 2 Jul 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 96B6C43D1D; Fri, 2 Jul 2004 21:38:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62LbZdl045173; Fri, 2 Jul 2004 21:37:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62LbZJ2045172; Fri, 2 Jul 2004 21:37:35 GMT (envelope-from pav) Message-Id: <200407022137.i62LbZJ2045172@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Jul 2004 21:37:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms Makefile ports/comms/nokryptia Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 21:38:45 -0000 pav 2004-07-02 21:37:35 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/nokryptia Makefile distinfo pkg-descr Log: Add nokryptia, a program to convert music files like MP3 to work on a Nokia 5510 cell phone. PR: ports/68565 Submitted by: Aleksander Fafula [alex@fafula.com] Revision Changes Path 1.111 +1 -0 ports/comms/Makefile 1.1 +27 -0 ports/comms/nokryptia/Makefile (new) 1.1 +2 -0 ports/comms/nokryptia/distinfo (new) 1.1 +6 -0 ports/comms/nokryptia/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 21:40:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FC3916A4CE; Fri, 2 Jul 2004 21:40:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E446143D39; Fri, 2 Jul 2004 21:40:17 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62LcrlO045225; Fri, 2 Jul 2004 21:38:53 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62Lcrq1045224; Fri, 2 Jul 2004 21:38:53 GMT (envelope-from pav) Message-Id: <200407022138.i62Lcrq1045224@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Jul 2004 21:38:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 21:40:18 -0000 pav 2004-07-02 21:38:53 UTC FreeBSD ports repository Modified files: . modules Log: nokryptia --> ports/comms/nokryptia Revision Changes Path 1.10458 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 2 21:42:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF68416A4CE; Fri, 2 Jul 2004 21:42:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD3A843D41; Fri, 2 Jul 2004 21:42:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62LelHa045371; Fri, 2 Jul 2004 21:40:47 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62Lelh7045370; Fri, 2 Jul 2004 21:40:47 GMT (envelope-from pav) Message-Id: <200407022140.i62Lelh7045370@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Jul 2004 21:40:47 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 21:42:38 -0000 pav 2004-07-02 21:40:47 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Aleksander Fafula for comms/nokryptia port. Revision Changes Path 1.224 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 2 21:45:55 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 22:04:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34CF016A4CE; Fri, 2 Jul 2004 22:04:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15A5443EDE; Fri, 2 Jul 2004 22:04:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62M4YhD047313; Fri, 2 Jul 2004 22:04:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62M4YYv047312; Fri, 2 Jul 2004 22:04:34 GMT (envelope-from pav) Message-Id: <200407022204.i62M4YYv047312@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Jul 2004 22:04:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/jabber-msn Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 22:04:42 -0000 pav 2004-07-02 22:04:34 UTC FreeBSD ports repository Modified files: net/jabber-msn Makefile distinfo pkg-plist Log: - Update to 1.3 PR: ports/68570 Submitted by: (maintainer) Revision Changes Path 1.9 +11 -6 ports/net/jabber-msn/Makefile 1.5 +2 -2 ports/net/jabber-msn/distinfo 1.3 +0 -1 ports/net/jabber-msn/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 2 22:10:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81D1516A4E8; Fri, 2 Jul 2004 22:10:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFFAB43EE1; Fri, 2 Jul 2004 22:10:26 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62MAFdD047570; Fri, 2 Jul 2004 22:10:15 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62MAFp0047569; Fri, 2 Jul 2004 22:10:15 GMT (envelope-from glewis) Message-Id: <200407022210.i62MAFp0047569@repoman.freebsd.org> From: Greg Lewis Date: Fri, 2 Jul 2004 22:10:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/resin2 Makefile distinfo pkg-plist ports/www/resin2/files resin.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 22:10:32 -0000 glewis 2004-07-02 22:10:15 UTC FreeBSD ports repository Modified files: www/resin2 Makefile distinfo pkg-plist www/resin2/files resin.sh.in Log: . Update to 2.1.14. PR: 68604 Submitted by: Jean-Baptiste Quenot (maintainer) Revision Changes Path 1.4 +5 -2 ports/www/resin2/Makefile 1.3 +2 -2 ports/www/resin2/distinfo 1.2 +2 -1 ports/www/resin2/files/resin.sh.in 1.4 +113 -115 ports/www/resin2/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 2 22:14:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0341216A4CE; Fri, 2 Jul 2004 22:14:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7A0443EDA; Fri, 2 Jul 2004 22:14:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62ME6Bm047715; Fri, 2 Jul 2004 22:14:06 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62ME6OT047714; Fri, 2 Jul 2004 22:14:06 GMT (envelope-from pav) Message-Id: <200407022214.i62ME6OT047714@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Jul 2004 22:14:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/nsd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 22:14:07 -0000 pav 2004-07-02 22:14:06 UTC FreeBSD ports repository Modified files: dns/nsd Makefile distinfo Log: - Update to 2.1.1 PR: ports/68603 Submitted by: Olafur Osvaldsson (maintainer) Revision Changes Path 1.15 +1 -2 ports/dns/nsd/Makefile 1.9 +2 -2 ports/dns/nsd/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 2 22:15:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9072216A4CE; Fri, 2 Jul 2004 22:15:54 +0000 (GMT) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E5FF43EC0; Fri, 2 Jul 2004 22:15:54 +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])i628upCZ027883; Fri, 2 Jul 2004 04:56:51 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 30BAA52347; Fri, 2 Jul 2004 01:56:53 -0700 (PDT) Date: Fri, 2 Jul 2004 01:56:53 -0700 From: Kris Kennaway To: Dmitry Sivachenko Message-ID: <20040702085652.GA42546@xor.obsecurity.org> References: <200407020852.i628qTXO018131@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jI8keyz6grp/JLjh" Content-Disposition: inline In-Reply-To: <200407020852.i628qTXO018131@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/clusterit/files patch-dsh-dsh.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 22:15:54 -0000 --jI8keyz6grp/JLjh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 02, 2004 at 08:52:29AM +0000, Dmitry Sivachenko wrote: > demon 2004-07-02 08:52:29 UTC >=20 > FreeBSD ports repository >=20 > Added files: > net/clusterit/files patch-dsh-dsh.c=20 > Log: > Fix dsh crash. > =20 > Submitted by: Barkley Vowk PORTREVISION bump? Kris --jI8keyz6grp/JLjh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA5SNUWry0BWjoQKURAg84AKDioG/BMYCayqchEOZkFuRc4nlbbwCfY67I iCbyTblVPICpome0Ol0ZT9Y= =WC2z -----END PGP SIGNATURE----- --jI8keyz6grp/JLjh-- From owner-cvs-all@FreeBSD.ORG Fri Jul 2 22:17:56 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 22:17:57 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 22:17:58 -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-all@FreeBSD.ORG Fri Jul 2 22:17:59 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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: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-all@FreeBSD.ORG Fri Jul 2 22:18:00 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 22:22:35 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 22:24:41 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 22:24:53 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 22:25:40 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 22:26:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A94316A4CF; Fri, 2 Jul 2004 22:26:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AFFD43D41; Fri, 2 Jul 2004 22:26:44 +0000 (GMT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62MQinN049939; Fri, 2 Jul 2004 22:26:44 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62MQian049938; Fri, 2 Jul 2004 22:26:44 GMT (envelope-from naddy) Message-Id: <200407022226.i62MQian049938@repoman.freebsd.org> From: Christian Weisgerber Date: Fri, 2 Jul 2004 22:26:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/pavuk Makefile ports/ftp/pavuk/files patch-src_http.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 22:26:44 -0000 naddy 2004-07-02 22:26:44 UTC FreeBSD ports repository Modified files: ftp/pavuk Makefile Added files: ftp/pavuk/files patch-src_http.c Log: Fix buffer overflow. Submitted by: Ulf Harnhammar Revision Changes Path 1.41 +1 -1 ports/ftp/pavuk/Makefile 1.1 +16 -0 ports/ftp/pavuk/files/patch-src_http.c (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 22:30:25 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 22:30:55 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 22:35:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D06D16A4CE; Fri, 2 Jul 2004 22:35:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14ACF43D1D; Fri, 2 Jul 2004 22:35:42 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62MZTCa050408; Fri, 2 Jul 2004 22:35:29 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62MZT8O050407; Fri, 2 Jul 2004 22:35:29 GMT (envelope-from vanilla) Message-Id: <200407022235.i62MZT8O050407@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 2 Jul 2004 22:35:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/scim Makefile distinfo pkg-descr pkg-message pkg-plist ports/textproc/scim/files patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 22:35:42 -0000 vanilla 2004-07-02 22:35:29 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/scim Makefile distinfo pkg-descr pkg-message pkg-plist textproc/scim/files patch-ltmain.sh Log: Add scim 0.99.2, smart Common Input Method platform. PR: ports/67133 Submitted by: Jie Gao Somepart by: me Revision Changes Path 1.702 +1 -0 ports/textproc/Makefile 1.1 +50 -0 ports/textproc/scim/Makefile (new) 1.1 +2 -0 ports/textproc/scim/distinfo (new) 1.1 +51 -0 ports/textproc/scim/files/patch-ltmain.sh (new) 1.1 +5 -0 ports/textproc/scim/pkg-descr (new) 1.1 +21 -0 ports/textproc/scim/pkg-message (new) 1.1 +99 -0 ports/textproc/scim/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 22:36:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36B0516A4CE; Fri, 2 Jul 2004 22:36:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E1A543D46; Fri, 2 Jul 2004 22:36:38 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62MaQ58050552; Fri, 2 Jul 2004 22:36:26 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62MaQ6Z050551; Fri, 2 Jul 2004 22:36:26 GMT (envelope-from vanilla) Message-Id: <200407022236.i62MaQ6Z050551@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 2 Jul 2004 22:36:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese Makefile ports/chinese/scim-chinese Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 22:36:38 -0000 vanilla 2004-07-02 22:36:26 UTC FreeBSD ports repository Modified files: chinese Makefile Added files: chinese/scim-chinese Makefile distinfo pkg-descr pkg-message pkg-plist Log: Add scim-chinese 0.4.0, SCIM Chinese Smart Pinyin input method. PR: ports/67133 Submitted by: Jie Gao somepart by: me Revision Changes Path 1.186 +1 -0 ports/chinese/Makefile 1.1 +35 -0 ports/chinese/scim-chinese/Makefile (new) 1.1 +2 -0 ports/chinese/scim-chinese/distinfo (new) 1.1 +7 -0 ports/chinese/scim-chinese/pkg-descr (new) 1.1 +20 -0 ports/chinese/scim-chinese/pkg-message (new) 1.1 +20 -0 ports/chinese/scim-chinese/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 22:38:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19CF116A4CE; Fri, 2 Jul 2004 22:38:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 117A543D1F; Fri, 2 Jul 2004 22:38:07 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62Mc0kv050943; Fri, 2 Jul 2004 22:38:00 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62Mc0Pk050942; Fri, 2 Jul 2004 22:38:00 GMT (envelope-from vanilla) Message-Id: <200407022238.i62Mc0Pk050942@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 2 Jul 2004 22:38:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese Makefile ports/chinese/scim-tables Makefile distinfo pkg-descr pkg-message pkg-plistpatch-icons-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 22:38:07 -0000 vanilla 2004-07-02 22:38:00 UTC FreeBSD ports repository Modified files: chinese Makefile Added files: chinese/scim-tables Makefile distinfo pkg-descr pkg-message pkg-plist chinese/scim-tables/files patch-Makefile.in patch-icons-Makefile.in Log: Add scim-tables 0.4.0, SCIM table based Chinese input methods. PR: ports/67133 Submitted by: Jie Gao Somepart by: me Revision Changes Path 1.187 +1 -0 ports/chinese/Makefile 1.1 +29 -0 ports/chinese/scim-tables/Makefile (new) 1.1 +2 -0 ports/chinese/scim-tables/distinfo (new) 1.1 +11 -0 ports/chinese/scim-tables/files/patch-Makefile.in (new) 1.1 +31 -0 ports/chinese/scim-tables/files/patch-icons-Makefile.in (new) 1.1 +8 -0 ports/chinese/scim-tables/pkg-descr (new) 1.1 +20 -0 ports/chinese/scim-tables/pkg-message (new) 1.1 +25 -0 ports/chinese/scim-tables/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 22:40:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3391116A4CE; Fri, 2 Jul 2004 22:40:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A9EC43D55; Fri, 2 Jul 2004 22:40:03 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62Mdpew051077; Fri, 2 Jul 2004 22:39:51 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62Mdpvu051076; Fri, 2 Jul 2004 22:39:51 GMT (envelope-from vanilla) Message-Id: <200407022239.i62Mdpvu051076@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 2 Jul 2004 22:39:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese Makefile ports/japanese/scim-tables Makefile distinfo pkg-descr pkg-message pkg-plistpatch-icons-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 22:40:03 -0000 vanilla 2004-07-02 22:39:51 UTC FreeBSD ports repository Modified files: japanese Makefile Added files: japanese/scim-tables Makefile distinfo pkg-descr pkg-message pkg-plist japanese/scim-tables/files patch-Makefile.in patch-icons-Makefile.in Log: Add scim-tables 0.4.0, SCIM table based Japanese input methods. PR: ports/67133 Submitted by: Jie Gao Somepart by: me Revision Changes Path 1.540 +1 -0 ports/japanese/Makefile 1.1 +29 -0 ports/japanese/scim-tables/Makefile (new) 1.1 +2 -0 ports/japanese/scim-tables/distinfo (new) 1.1 +11 -0 ports/japanese/scim-tables/files/patch-Makefile.in (new) 1.1 +30 -0 ports/japanese/scim-tables/files/patch-icons-Makefile.in (new) 1.1 +7 -0 ports/japanese/scim-tables/pkg-descr (new) 1.1 +14 -0 ports/japanese/scim-tables/pkg-message (new) 1.1 +7 -0 ports/japanese/scim-tables/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 22:41:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4107F16A4CE; Fri, 2 Jul 2004 22:41:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3858943D1F; Fri, 2 Jul 2004 22:41:34 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62MfVTm051307; Fri, 2 Jul 2004 22:41:31 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62MfVvG051306; Fri, 2 Jul 2004 22:41:31 GMT (envelope-from vanilla) Message-Id: <200407022241.i62MfVvG051306@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 2 Jul 2004 22:41:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/korean Makefile ports/korean/scim-tables Makefile distinfo pkg-descr pkg-message pkg-plistpatch-icons-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 22:41:34 -0000 vanilla 2004-07-02 22:41:31 UTC FreeBSD ports repository Modified files: korean Makefile Added files: korean/scim-tables Makefile distinfo pkg-descr pkg-message pkg-plist korean/scim-tables/files patch-Makefile.in patch-icons-Makefile.in Log: Add scim-tables 0.4.0, SCIM table based Korean input methods. PR: ports/67133 Submitted by: Jie Gao Somepart by: me Revision Changes Path 1.104 +1 -0 ports/korean/Makefile 1.1 +29 -0 ports/korean/scim-tables/Makefile (new) 1.1 +2 -0 ports/korean/scim-tables/distinfo (new) 1.1 +11 -0 ports/korean/scim-tables/files/patch-Makefile.in (new) 1.1 +30 -0 ports/korean/scim-tables/files/patch-icons-Makefile.in (new) 1.1 +7 -0 ports/korean/scim-tables/pkg-descr (new) 1.1 +14 -0 ports/korean/scim-tables/pkg-message (new) 1.1 +5 -0 ports/korean/scim-tables/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 22:43:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53F7E16A4CE; Fri, 2 Jul 2004 22:43:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3571343D2F; Fri, 2 Jul 2004 22:43:21 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62MhKD6051380; Fri, 2 Jul 2004 22:43:20 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62MhKWX051379; Fri, 2 Jul 2004 22:43:20 GMT (envelope-from pav) Message-Id: <200407022243.i62MhKWX051379@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Jul 2004 22:43:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/portindex Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 22:43:21 -0000 pav 2004-07-02 22:43:20 UTC FreeBSD ports repository Modified files: sysutils/portindex Makefile Log: - Chase redirect which is only visible for foreign clients. Reported by: Andrzej Tobola Revision Changes Path 1.2 +1 -1 ports/sysutils/portindex/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 2 22:43:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1777E16A4CE; Fri, 2 Jul 2004 22:43:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED60343D39; Fri, 2 Jul 2004 22:43:49 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62MhnEl051409; Fri, 2 Jul 2004 22:43:49 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62MhnvK051408; Fri, 2 Jul 2004 22:43:49 GMT (envelope-from vanilla) Message-Id: <200407022243.i62MhnvK051408@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 2 Jul 2004 22:43:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 22:43:50 -0000 vanilla 2004-07-02 22:43:49 UTC FreeBSD ports repository Modified files: . modules Log: Add textproc/scim, chinese/scim-table, chinese/scim-chinese, ja-scim-table, ko-scim-table. Revision Changes Path 1.10459 +5 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 2 22:48:30 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 22:50:40 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 22:56:28 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 23:00:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FDE116A4CF; Fri, 2 Jul 2004 23:00:17 +0000 (GMT) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id B76C243D3F; Fri, 2 Jul 2004 23:00:16 +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])i61NHiP6014759; Thu, 1 Jul 2004 19:17:45 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4E18652364; Thu, 1 Jul 2004 16:17:34 -0700 (PDT) Date: Thu, 1 Jul 2004 16:17:34 -0700 From: Kris Kennaway To: Wilko Bulte Message-ID: <20040701231734.GA33845@xor.obsecurity.org> References: <200406291830.i5TIUCDl002245@repoman.freebsd.org> <40E449E8.9050501@cronyx.ru> <20040701205836.GB21206@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mYCpIKhGyMATD0i+" Content-Disposition: inline In-Reply-To: <20040701205836.GB21206@freebie.xs4all.nl> User-Agent: Mutt/1.4.2.1i cc: cvs-all@FreeBSD.ORG cc: doc-committers@FreeBSD.ORG cc: cvs-doc@FreeBSD.ORG cc: Colin Percival cc: Roman Kurakin Subject: Re: cvs commit: www/en navigation.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 23:00:17 -0000 --mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 01, 2004 at 10:58:36PM +0200, Wilko Bulte wrote: > On Thu, Jul 01, 2004 at 09:29:12PM +0400, Roman Kurakin wrote: > > Colin Percival wrote: > >=20 > > >cperciva 2004-06-29 18:30:12 UTC > > > > > > FreeBSD doc repository (src committer) > > > > > > Modified files: > > > en navigation.xml=20 > > > Log: > > > Replace "List of needs" by "Donations Wantlist", to reflect > > > the actual nature of the page being linked to. > > >=20 > > > > > "FreeBSD Developers Want List" page has a sentence "This page lists=20 > > various developer hardware needs." > > Since "pony" not a hardware, I think this should be fixed smth like thi= s: >=20 > But a pony is also no software? Hmm... =46rom my quotes file (possibly not original source): Definitions of hardware and software for dummies: Hardware is what you kick; Software is what you curse. HTH! Kris --mYCpIKhGyMATD0i+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA5JuNWry0BWjoQKURAu/VAJ9pyUlLqKIeC3OsuzK/isf3GnVtpACgwjQJ MCRKPQZRRL+fR7uNswks9rM= =QAfu -----END PGP SIGNATURE----- --mYCpIKhGyMATD0i+-- From owner-cvs-all@FreeBSD.ORG Fri Jul 2 23:13:01 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 23:14:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63E5C16A4CE; Fri, 2 Jul 2004 23:14:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4431743D45; Fri, 2 Jul 2004 23:14:53 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62NEr7L055634; Fri, 2 Jul 2004 23:14:53 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62NEres055633; Fri, 2 Jul 2004 23:14:53 GMT (envelope-from markus) Message-Id: <200407022314.i62NEres055633@repoman.freebsd.org> From: Markus Brueffer Date: Fri, 2 Jul 2004 23:14:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/amarok Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 23:14:53 -0000 markus 2004-07-02 23:14:53 UTC FreeBSD ports repository Modified files: audio/amarok Makefile pkg-plist Log: - Fix pkg-plist - Bump PORTREVISION Submitted by: pointyhat via kris Revision Changes Path 1.8 +1 -0 ports/audio/amarok/Makefile 1.3 +12 -12 ports/audio/amarok/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 2 23:20:06 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 23:21:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6D9A16A4CE; Fri, 2 Jul 2004 23:21:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD09843D58; Fri, 2 Jul 2004 23:21:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62NLrE5055943; Fri, 2 Jul 2004 23:21:53 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62NLrOb055942; Fri, 2 Jul 2004 23:21:53 GMT (envelope-from pav) Message-Id: <200407022321.i62NLrOb055942@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Jul 2004 23:21:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/nbd-server Makefile distinfo ports/net/nbd-server/files nbd.h patch-include patch-mans X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 23:21:53 -0000 pav 2004-07-02 23:21:53 UTC FreeBSD ports repository Modified files: net/nbd-server Makefile distinfo net/nbd-server/files nbd.h Added files: net/nbd-server/files patch-mans Removed files: net/nbd-server/files patch-include Log: - Update to 2.7.1 PR: ports/68575 Submitted by: Wouter Verhelst Modified by: Christian Laursen (maintainer) Revision Changes Path 1.4 +3 -7 ports/net/nbd-server/Makefile 1.3 +2 -2 ports/net/nbd-server/distinfo 1.2 +23 -39 ports/net/nbd-server/files/nbd.h 1.2 +0 -11 ports/net/nbd-server/files/patch-include (dead) 1.1 +20 -0 ports/net/nbd-server/files/patch-mans (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 23:31:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E62716A4CE; Fri, 2 Jul 2004 23:31:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E28C443D45; Fri, 2 Jul 2004 23:31:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62NVIgF056218; Fri, 2 Jul 2004 23:31:18 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62NVIDB056217; Fri, 2 Jul 2004 23:31:18 GMT (envelope-from pav) Message-Id: <200407022331.i62NVIDB056217@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Jul 2004 23:31:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/sipsak Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 23:31:19 -0000 pav 2004-07-02 23:31:18 UTC FreeBSD ports repository Modified files: net/sipsak Makefile distinfo Removed files: net/sipsak pkg-plist Log: - Update to 0.8.9 PR: ports/68608 Submitted by: jesusr (maintainer) Revision Changes Path 1.2 +4 -12 ports/net/sipsak/Makefile 1.3 +2 -2 ports/net/sipsak/distinfo 1.2 +0 -2 ports/net/sipsak/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 2 23:42:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FDC116A4CE; Fri, 2 Jul 2004 23:42:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F91C43D5E; Fri, 2 Jul 2004 23:42:52 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62NgodA056849; Fri, 2 Jul 2004 23:42:50 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62NgofH056848; Fri, 2 Jul 2004 23:42:50 GMT (envelope-from pav) Message-Id: <200407022342.i62NgofH056848@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Jul 2004 23:42:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/spin Makefile distinfo pkg-plist ports/devel/spin/files patch-xspin X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 23:42:52 -0000 pav 2004-07-02 23:42:50 UTC FreeBSD ports repository Modified files: devel/spin Makefile distinfo pkg-plist devel/spin/files patch-xspin Log: - Update to 4.2.0 PR: ports/68611 Submitted by: Jonathan Hanna (maintainer) Revision Changes Path 1.40 +7 -8 ports/devel/spin/Makefile 1.28 +2 -2 ports/devel/spin/distinfo 1.6 +2 -2 ports/devel/spin/files/patch-xspin 1.17 +4 -4 ports/devel/spin/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 2 23:43:06 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 23:51:45 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 23:52:20 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Fri Jul 2 23:57:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EB2616A4CE; Fri, 2 Jul 2004 23:57:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E35CA43D39; Fri, 2 Jul 2004 23:57:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62NvaEx059025; Fri, 2 Jul 2004 23:57:36 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62NvaQ6059024; Fri, 2 Jul 2004 23:57:36 GMT (envelope-from pav) Message-Id: <200407022357.i62NvaQ6059024@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 2 Jul 2004 23:57:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pear-HTML_QuickForm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 23:57:48 -0000 pav 2004-07-02 23:57:36 UTC FreeBSD ports repository Modified files: devel/pear-HTML_QuickForm Makefile distinfo Log: - Update to 3.2.3 - Pass maintainership to submitter PR: ports/68602 Submitted by: Gerrit Beine Revision Changes Path 1.2 +3 -2 ports/devel/pear-HTML_QuickForm/Makefile 1.2 +2 -2 ports/devel/pear-HTML_QuickForm/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 3 00:03:27 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 00:06:28 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 00:13:44 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 00:24:46 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 00:36:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECBC816A4CE; Sat, 3 Jul 2004 00:36:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE62243D64; Sat, 3 Jul 2004 00:36:28 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i630aShH061575; Sat, 3 Jul 2004 00:36:28 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i630aSgh061572; Sat, 3 Jul 2004 00:36:28 GMT (envelope-from marcus) Message-Id: <200407030036.i630aSgh061572@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 3 Jul 2004 00:36:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/thunderbird Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 00:36:29 -0000 marcus 2004-07-03 00:36:28 UTC FreeBSD ports repository Modified files: mail/thunderbird Makefile distinfo pkg-plist Log: Update to 0.7.1. Revision Changes Path 1.20 +3 -3 ports/mail/thunderbird/Makefile 1.9 +2 -2 ports/mail/thunderbird/distinfo 1.6 +797 -797 ports/mail/thunderbird/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 3 00:39:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAE5216A4CE; Sat, 3 Jul 2004 00:39:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAEC943D39; Sat, 3 Jul 2004 00:39:04 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i630d4wE062086; Sat, 3 Jul 2004 00:39:04 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i630d4m6062085; Sat, 3 Jul 2004 00:39:04 GMT (envelope-from markus) Message-Id: <200407030039.i630d4m6062085@repoman.freebsd.org> From: Markus Brueffer Date: Sat, 3 Jul 2004 00:39:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED ports/net Makefile ports/net/kopete Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 00:39:05 -0000 markus 2004-07-03 00:39:04 UTC FreeBSD ports repository Modified files: . MOVED net Makefile Removed files: net/kopete Makefile distinfo pkg-descr pkg-plist Log: Remove kopete, which is now part of the kdenetwork3 port Revision Changes Path 1.468 +2 -1 ports/MOVED 1.1311 +0 -1 ports/net/Makefile 1.23 +0 -30 ports/net/kopete/Makefile (dead) 1.11 +0 -2 ports/net/kopete/distinfo (dead) 1.4 +0 -8 ports/net/kopete/pkg-descr (dead) 1.10 +0 -575 ports/net/kopete/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 3 00:51:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E65BA16A4CE; Sat, 3 Jul 2004 00:51:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C69D343D1F; Sat, 3 Jul 2004 00:51:40 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i630peG6062480; Sat, 3 Jul 2004 00:51:40 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i630pear062479; Sat, 3 Jul 2004 00:51:40 GMT (envelope-from markus) Message-Id: <200407030051.i630pear062479@repoman.freebsd.org> From: Markus Brueffer Date: Sat, 3 Jul 2004 00:51:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 00:51:41 -0000 markus 2004-07-03 00:51:40 UTC FreeBSD ports repository Modified files: . modules Log: Remove kopete, which is now part of the kdenetwork3 port Revision Changes Path 1.10460 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 3 00:57:43 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 01:08:03 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 01:19:46 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 01:19:46 -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-all@FreeBSD.ORG Sat Jul 3 01:26:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08B2616A4CE; Sat, 3 Jul 2004 01:26:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD9A643D1F; Sat, 3 Jul 2004 01:26:35 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i631QZId063558; Sat, 3 Jul 2004 01:26:35 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i631QZJR063557; Sat, 3 Jul 2004 01:26:35 GMT (envelope-from lioux) Message-Id: <200407030126.i631QZJR063557@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 3 Jul 2004 01:26:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes/kde-icons-noia Makefile.icons X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 01:26:36 -0000 lioux 2004-07-03 01:26:35 UTC FreeBSD ports repository Modified files: x11-themes/kde-icons-noia Makefile.icons Log: KDE icon themes can have either index.desktop or index.theme index files depending on the KDE version they were meant for. Tend for these 2 situations Revision Changes Path 1.4 +9 -3 ports/x11-themes/kde-icons-noia/Makefile.icons From owner-cvs-all@FreeBSD.ORG Sat Jul 3 01:28:22 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 01:30:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78C4B16A4CE; Sat, 3 Jul 2004 01:30:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59B9543D55; Sat, 3 Jul 2004 01:30:18 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i631UIlw063882; Sat, 3 Jul 2004 01:30:18 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i631UIet063881; Sat, 3 Jul 2004 01:30:18 GMT (envelope-from lioux) Message-Id: <200407030130.i631UIet063881@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 3 Jul 2004 01:30:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes/kde-icons-nuvola Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 01:30:18 -0000 lioux 2004-07-03 01:30:17 UTC FreeBSD ports repository Modified files: x11-themes/kde-icons-nuvola Makefile distinfo pkg-descr pkg-plist Log: o Update to 1.0 beta o Update WWW tag o Remove BROKEN ("unfetchable") Revision Changes Path 1.3 +4 -5 ports/x11-themes/kde-icons-nuvola/Makefile 1.2 +2 -2 ports/x11-themes/kde-icons-nuvola/distinfo 1.2 +1 -1 ports/x11-themes/kde-icons-nuvola/pkg-descr 1.2 +1510 -90 ports/x11-themes/kde-icons-nuvola/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 3 01:42:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B15BF16A4CE; Sat, 3 Jul 2004 01:42:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90A8B43D46; Sat, 3 Jul 2004 01:42:42 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i631ggIY064313; Sat, 3 Jul 2004 01:42:42 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i631ggog064312; Sat, 3 Jul 2004 01:42:42 GMT (envelope-from lioux) Message-Id: <200407030142.i631ggog064312@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 3 Jul 2004 01:42:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes/kde-icons-lush Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 01:42:42 -0000 lioux 2004-07-03 01:42:42 UTC FreeBSD ports repository Modified files: x11-themes/kde-icons-lush Makefile pkg-descr Log: o Update both MASTER_SITES and WWW tag o However, the port is still BROKEN ("unfetchable") Revision Changes Path 1.3 +2 -2 ports/x11-themes/kde-icons-lush/Makefile 1.2 +1 -1 ports/x11-themes/kde-icons-lush/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Jul 3 01:49:18 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 02:03:45 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 02:10:52 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 02:11:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F060E16A4CE; Sat, 3 Jul 2004 02:11:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D020E43D62; Sat, 3 Jul 2004 02:11:32 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i632BWeB065311; Sat, 3 Jul 2004 02:11:32 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i632BW9h065310; Sat, 3 Jul 2004 02:11:32 GMT (envelope-from marcus) Message-Id: <200407030211.i632BW9h065310@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 3 Jul 2004 02:11:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/dedit/files patch-ae X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 02:11:33 -0000 marcus 2004-07-03 02:11:32 UTC FreeBSD ports repository Modified files: editors/dedit/files patch-ae Log: Remove patches that were rolled into bsd.gnome.mk. Reported by: pointyhat via kris Revision Changes Path 1.4 +0 -18 ports/editors/dedit/files/patch-ae From owner-cvs-all@FreeBSD.ORG Sat Jul 3 02:17:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA38E16A4CE; Sat, 3 Jul 2004 02:17:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA1D043D55; Sat, 3 Jul 2004 02:17:19 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i632HJQb065478; Sat, 3 Jul 2004 02:17:19 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i632HJlR065477; Sat, 3 Jul 2004 02:17:19 GMT (envelope-from lioux) Message-Id: <200407030217.i632HJlR065477@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 3 Jul 2004 02:17:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes/kde-icons-amaranth-althaea Makefiledistinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 02:17:20 -0000 lioux 2004-07-03 02:17:19 UTC FreeBSD ports repository Modified files: x11-themes/kde-icons-amaranth-althaea Makefile distinfo pkg-plist Log: Update to 0.5 Revision Changes Path 1.3 +1 -1 ports/x11-themes/kde-icons-amaranth-althaea/Makefile 1.3 +2 -2 ports/x11-themes/kde-icons-amaranth-althaea/distinfo 1.3 +230 -176 ports/x11-themes/kde-icons-amaranth-althaea/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 3 02:37:42 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 02:37:43 -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-all@FreeBSD.ORG Sat Jul 3 02:38:03 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 02:52:36 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 02:59:02 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 03:03:33 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 03:39:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFCE216A4CE; Sat, 3 Jul 2004 03:39:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C111743D48; Sat, 3 Jul 2004 03:39:16 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i633dGCK068086; Sat, 3 Jul 2004 03:39:16 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i633dGks068085; Sat, 3 Jul 2004 03:39:16 GMT (envelope-from kris) Message-Id: <200407030339.i633dGks068085@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 3 Jul 2004 03:39:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/diablo-jdk13 Makefileports/java/diablo-jre13 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 03:39:17 -0000 kris 2004-07-03 03:39:16 UTC FreeBSD ports repository Modified files: java/diablo-jdk13 Makefile java/diablo-jre13 Makefile Log: BROKEN on 5.x: does not run (libm is binary incompatible with 4.x) Revision Changes Path 1.7 +5 -0 ports/java/diablo-jdk13/Makefile 1.7 +6 -0 ports/java/diablo-jre13/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 3 03:51:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4C0316A4CE; Sat, 3 Jul 2004 03:51:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD0C843D3F; Sat, 3 Jul 2004 03:51:29 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i633pTxw068475; Sat, 3 Jul 2004 03:51:29 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i633pTHA068474; Sat, 3 Jul 2004 03:51:29 GMT (envelope-from marcus) Message-Id: <200407030351.i633pTHA068474@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 3 Jul 2004 03:51:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/gstreamer Makefile ports/multimedia/gstreamer/filespatch-tools_gst-inspect.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 03:51:29 -0000 marcus 2004-07-03 03:51:29 UTC FreeBSD ports repository Modified files: multimedia/gstreamer Makefile multimedia/gstreamer/files patch-tools_gst-inspect.c Added files: multimedia/gstreamer/files patch-gst_schedulers_gstoptimalscheduler.c Log: * Fix a free'd memory access crash that occurs with malloc debugging enabled [1] * Use a better fix from GStreamer CVS to fix the double free in gst-inspect [2] Found by: monkey-bubble [1] Obtained from: GStreamer CVS [2] Revision Changes Path 1.24 +1 -1 ports/multimedia/gstreamer/Makefile 1.1 +20 -0 ports/multimedia/gstreamer/files/patch-gst_schedulers_gstoptimalscheduler.c (new) 1.2 +7 -7 ports/multimedia/gstreamer/files/patch-tools_gst-inspect.c From owner-cvs-all@FreeBSD.ORG Sat Jul 3 03:54:14 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 04:15:34 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 05:24:27 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 05:35:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D76B916A4CE; Sat, 3 Jul 2004 05:35:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B860F43D46; Sat, 3 Jul 2004 05:35:13 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i635ZDDt071180; Sat, 3 Jul 2004 05:35:13 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i635ZDcB071179; Sat, 3 Jul 2004 05:35:13 GMT (envelope-from jkoshy) Message-Id: <200407030535.i635ZDcB071179@repoman.freebsd.org> From: Joseph Koshy Date: Sat, 3 Jul 2004 05:35:13 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 05:35:14 -0000 jkoshy 2004-07-03 05:35:13 UTC FreeBSD doc repository Modified files: en/news press.xml Log: Add Alexander Prohorenko's article on building a web services cluster using FreeSBIE, a FreeBSD based live CD. Revision Changes Path 1.138 +17 -1 www/en/news/press.xml From owner-cvs-all@FreeBSD.ORG Sat Jul 3 05:39:44 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 05:43:10 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 06:04:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9A5616A4CE; Sat, 3 Jul 2004 06:04:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB72C43D55; Sat, 3 Jul 2004 06:04:44 +0000 (GMT) (envelope-from nsayer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6364ips071986; Sat, 3 Jul 2004 06:04:44 GMT (envelope-from nsayer@repoman.freebsd.org) Received: (from nsayer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6364igY071985; Sat, 3 Jul 2004 06:04:44 GMT (envelope-from nsayer) Message-Id: <200407030604.i6364igY071985@repoman.freebsd.org> From: Nick Sayer Date: Sat, 3 Jul 2004 06:04:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/akregator Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 06:04:45 -0000 nsayer 2004-07-03 06:04:44 UTC FreeBSD ports repository Modified files: www/akregator Makefile distinfo Log: Upgrade to latest chase distfile ...off to a temporary master site. Revision Changes Path 1.2 +6 -3 ports/www/akregator/Makefile 1.2 +2 -2 ports/www/akregator/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 3 06:31:22 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 06:37:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1756516A4CE; Sat, 3 Jul 2004 06:37:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EF7D43D58; Sat, 3 Jul 2004 06:37:02 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i636b13H073031; Sat, 3 Jul 2004 06:37:01 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i636b1lh073030; Sat, 3 Jul 2004 06:37:01 GMT (envelope-from thierry) Message-Id: <200407030637.i636b1lh073030@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 3 Jul 2004 06:37:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/mozex Makefile Makefile.xpi distinfo pkg-descr pkg-install.xpi pkg-message pkg-plist ports/www/mozex/files installed-chrome.txt ports/www/mozex-firefox Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 06:37:02 -0000 thierry 2004-07-03 06:37:01 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/mozex Makefile Makefile.xpi distinfo pkg-descr pkg-install.xpi pkg-message pkg-plist www/mozex/files installed-chrome.txt www/mozex-firefox Makefile Log: Adding www/mozex & www/mozex-firefox, external programs integration into Mozilla / Firefox. The files Makefile.xpi and pkg-install.xpi have been designed to install any .xpi extension (hopefully). PR: ports/65589 Revision Changes Path 1.913 +2 -0 ports/www/Makefile 1.1 +18 -0 ports/www/mozex-firefox/Makefile (new) 1.1 +24 -0 ports/www/mozex/Makefile (new) 1.1 +74 -0 ports/www/mozex/Makefile.xpi (new) 1.1 +2 -0 ports/www/mozex/distinfo (new) 1.1 +1 -0 ports/www/mozex/files/installed-chrome.txt (new) 1.1 +10 -0 ports/www/mozex/pkg-descr (new) 1.1 +59 -0 ports/www/mozex/pkg-install.xpi (new) 1.1 +8 -0 ports/www/mozex/pkg-message (new) 1.1 +2 -0 ports/www/mozex/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 3 06:38:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A6F616A4CE; Sat, 3 Jul 2004 06:38:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5288F43D3F; Sat, 3 Jul 2004 06:38:16 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i636cGPi073124; Sat, 3 Jul 2004 06:38:16 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i636cGjZ073123; Sat, 3 Jul 2004 06:38:16 GMT (envelope-from thierry) Message-Id: <200407030638.i636cGjZ073123@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 3 Jul 2004 06:38:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/french Makefile ports/french/mozilla-flp Makefile distinfo pkg-descr pkg-message pkg-plist ports/french/mozilla-flp/files installed-chrome.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 06:38:16 -0000 thierry 2004-07-03 06:38:16 UTC FreeBSD ports repository Modified files: french Makefile Added files: french/mozilla-flp Makefile distinfo pkg-descr pkg-message pkg-plist french/mozilla-flp/files installed-chrome.txt Log: Adding french/mozilla-flp, Mozilla French Language Pack. Note: the language pack for firefox 0.9.1 is not yet available. PR: ports/63238 Revision Changes Path 1.39 +1 -0 ports/french/Makefile 1.1 +44 -0 ports/french/mozilla-flp/Makefile (new) 1.1 +2 -0 ports/french/mozilla-flp/distinfo (new) 1.1 +28 -0 ports/french/mozilla-flp/files/installed-chrome.txt (new) 1.1 +3 -0 ports/french/mozilla-flp/pkg-descr (new) 1.1 +8 -0 ports/french/mozilla-flp/pkg-message (new) 1.1 +20 -0 ports/french/mozilla-flp/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 3 06:41:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9729716A4CE; Sat, 3 Jul 2004 06:41:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F6D443D5F; Sat, 3 Jul 2004 06:41:13 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i636fDOR073332; Sat, 3 Jul 2004 06:41:13 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i636fDeX073331; Sat, 3 Jul 2004 06:41:13 GMT (envelope-from thierry) Message-Id: <200407030641.i636fDeX073331@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 3 Jul 2004 06:41:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/preferential Makefile distinfo pkg-descr pkg-plist ports/www/preferential-firefox Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 06:41:13 -0000 thierry 2004-07-03 06:41:13 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/preferential Makefile distinfo pkg-descr pkg-plist www/preferential-firefox Makefile Log: Adding www/preferential & www/preferential-firefox, GUI interface to view and edit all Mozilla / Firefox prefs. PR: ports/63237 Revision Changes Path 1.914 +2 -0 ports/www/Makefile 1.1 +18 -0 ports/www/preferential-firefox/Makefile (new) 1.1 +26 -0 ports/www/preferential/Makefile (new) 1.1 +2 -0 ports/www/preferential/distinfo (new) 1.1 +5 -0 ports/www/preferential/pkg-descr (new) 1.1 +2 -0 ports/www/preferential/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 3 06:46:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C074116A4CE; Sat, 3 Jul 2004 06:46:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A29BB43D1F; Sat, 3 Jul 2004 06:46:08 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i636k8TL073462; Sat, 3 Jul 2004 06:46:08 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i636k8nx073461; Sat, 3 Jul 2004 06:46:08 GMT (envelope-from thierry) Message-Id: <200407030646.i636k8nx073461@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 3 Jul 2004 06:46:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 06:46:08 -0000 thierry 2004-07-03 06:46:08 UTC FreeBSD ports repository Modified files: . modules Log: Adding www/mozex, www/mozex-firefox, french/mozilla-flp, www/preferential and www/preferential-firefox. PRs: ports/65589, ports/63238, ports/63237. Revision Changes Path 1.10461 +5 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 3 06:48:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B580C16A4CE; Sat, 3 Jul 2004 06:48:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 968ED43D5A; Sat, 3 Jul 2004 06:48:34 +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 i636mYUq073543; Sat, 3 Jul 2004 06:48:34 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i636mYL2073542; Sat, 3 Jul 2004 06:48:34 GMT (envelope-from trhodes) Message-Id: <200407030648.i636mYL2073542@repoman.freebsd.org> From: Tom Rhodes Date: Sat, 3 Jul 2004 06:48:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml ports/security/portaudit-db/database portaudit.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 06:48:34 -0000 trhodes 2004-07-03 06:48:34 UTC FreeBSD ports repository (src,doc committer) Modified files: security/vuxml vuln.xml security/portaudit-db/database portaudit.txt Log: Move phpnuke vulnerabilities to VuXML. Revision Changes Path 1.41 +1 -2 ports/security/portaudit-db/database/portaudit.txt 1.142 +32 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sat Jul 3 07:07:12 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 07:16:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C247416A4CE; Sat, 3 Jul 2004 07:16:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3D4543D2F; Sat, 3 Jul 2004 07:16:17 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i637GHxh074480; Sat, 3 Jul 2004 07:16:17 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i637GHGv074479; Sat, 3 Jul 2004 07:16:17 GMT (envelope-from krion) Message-Id: <200407030716.i637GHGv074479@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 3 Jul 2004 07:16:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gauche-gl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 07:16:17 -0000 krion 2004-07-03 07:16:17 UTC FreeBSD ports repository Modified files: graphics/gauche-gl Makefile Log: Add missing dependency PR: ports/68613 Submitted by: maintainer Revision Changes Path 1.13 +2 -0 ports/graphics/gauche-gl/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 3 07:18:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FD3416A4CE; Sat, 3 Jul 2004 07:18:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60F8143D49; Sat, 3 Jul 2004 07:18:10 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i637IAa3074544; Sat, 3 Jul 2004 07:18:10 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i637IA9D074543; Sat, 3 Jul 2004 07:18:10 GMT (envelope-from krion) Message-Id: <200407030718.i637IA9D074543@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 3 Jul 2004 07:18:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/f-prot-sig Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 07:18:10 -0000 krion 2004-07-03 07:18:10 UTC FreeBSD ports repository Modified files: security/f-prot-sig Makefile distinfo Log: Update to 20040702 PR: ports/68622 Submitted by: maintainer Revision Changes Path 1.15 +1 -1 ports/security/f-prot-sig/Makefile 1.11 +2 -2 ports/security/f-prot-sig/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 3 07:21:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2251316A4CE; Sat, 3 Jul 2004 07:21:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0413243D5C; Sat, 3 Jul 2004 07:21:08 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i637L7cN074691; Sat, 3 Jul 2004 07:21:07 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i637L7m4074690; Sat, 3 Jul 2004 07:21:07 GMT (envelope-from krion) Message-Id: <200407030721.i637L7m4074690@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 3 Jul 2004 07:21:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/py-sip Makefile distinfo ports/devel/py-sip/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 07:21:08 -0000 krion 2004-07-03 07:21:07 UTC FreeBSD ports repository Modified files: devel/py-sip Makefile distinfo devel/py-sip/files patch-aa Log: Update to 4.0 PR: ports/68621 Submitted by: maintainer Revision Changes Path 1.10 +1 -2 ports/devel/py-sip/Makefile 1.6 +2 -2 ports/devel/py-sip/distinfo 1.2 +3 -3 ports/devel/py-sip/files/patch-aa From owner-cvs-all@FreeBSD.ORG Sat Jul 3 07:24:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10A0716A4CE; Sat, 3 Jul 2004 07:24:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E65AC43D1D; Sat, 3 Jul 2004 07:24:44 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i637Oi9w074833; Sat, 3 Jul 2004 07:24:44 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i637Oi3O074832; Sat, 3 Jul 2004 07:24:44 GMT (envelope-from krion) Message-Id: <200407030724.i637Oi3O074832@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 3 Jul 2004 07:24:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sylpheed-gtk2 Makefile distinfo pkg-plist ports/mail/sylpheed-gtk2/files patch-src::defs.h patch-src::main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 07:24:45 -0000 krion 2004-07-03 07:24:44 UTC FreeBSD ports repository Modified files: mail/sylpheed-gtk2 Makefile distinfo pkg-plist mail/sylpheed-gtk2/files patch-src::defs.h patch-src::main.c Log: Update to 0.9.12.20040622 PR: ports/68620 Submitted by: maintainer Revision Changes Path 1.14 +15 -36 ports/mail/sylpheed-gtk2/Makefile 1.5 +2 -2 ports/mail/sylpheed-gtk2/distinfo 1.3 +3 -8 ports/mail/sylpheed-gtk2/files/patch-src::defs.h 1.2 +8 -7 ports/mail/sylpheed-gtk2/files/patch-src::main.c 1.4 +0 -8 ports/mail/sylpheed-gtk2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 3 08:02:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D1E116A4CE; Sat, 3 Jul 2004 08:02:28 +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 CF86643D45; Sat, 3 Jul 2004 08:02:27 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-5.local ([172.16.0.5] helo=localhost) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1BgfTa-00024j-Ft; Sat, 03 Jul 2004 10:02:26 +0200 Date: Sat, 3 Jul 2004 10:02:48 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Christian Weisgerber From: Oliver Eikemeier In-Reply-To: <200407022226.i62MQian049938@repoman.freebsd.org> Message-Id: <5F85E6A4-CCC7-11D8-9FE1-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: Tom Rhodes cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/ftp/pavuk Makefile ports/ftp/pavuk/files patch-src_http.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 08:02:28 -0000 Christian Weisgerber wrote: > naddy 2004-07-02 22:26:44 UTC > > FreeBSD ports repository > > Modified files: > ftp/pavuk Makefile > Added files: > ftp/pavuk/files patch-src_http.c > Log: > Fix buffer overflow. > > Submitted by: Ulf Harnhammar Since this fixes a vulnerability, could you please add an entry to ports/security/vuxml/vuln.xml or ports/security/portaudit-db/database/portaudit.txt (Not both, the first is preferred)? A short how-to can be found at Thanks -Oliver From owner-cvs-all@FreeBSD.ORG Sat Jul 3 08:05:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3C9F16A4CE; Sat, 3 Jul 2004 08:05:21 +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 ACC4C43D5C; Sat, 3 Jul 2004 08:05:21 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-5.local ([172.16.0.5] helo=localhost) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1BgfWP-00053h-4W; Sat, 03 Jul 2004 10:05:21 +0200 Date: Sat, 3 Jul 2004 10:05:43 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Adam Weinberger From: Oliver Eikemeier In-Reply-To: <200407012000.i61K0dOj092776@repoman.freebsd.org> Message-Id: Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: Tom Rhodes cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/multimedia/mplayer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 08:05:22 -0000 Adam Weinberger wrote: > adamw 2004-07-01 20:00:39 UTC > > FreeBSD ports repository > > Modified files: > multimedia/mplayer Makefile distinfo > Log: > Apply a vendor-distributed patch to correct a number of string > vulnerabilities, some of which are remotely exploitable. > > More info at: http://www.mplayerhq.hu/homepage/design7/news.html Did you think of making the entry in the vulnerability database? A short how-to could be found at Thanks -Oliver From owner-cvs-all@FreeBSD.ORG Sat Jul 3 08:36:10 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 08:45:21 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 08:50:36 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 09:11:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E808B16A4CE; Sat, 3 Jul 2004 09:11:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8B6C43D1D; Sat, 3 Jul 2004 09:11:54 +0000 (GMT) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i639Bs9C077607; Sat, 3 Jul 2004 09:11:54 GMT (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i639Bs6T077606; Sat, 3 Jul 2004 09:11:54 GMT (envelope-from lkoeller) Message-Id: <200407030911.i639Bs6T077606@repoman.freebsd.org> From: Lars Koeller Date: Sat, 3 Jul 2004 09:11:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/bacula Makefileports/sysutils/bacula/files patch-src-console-console.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 09:11:55 -0000 lkoeller 2004-07-03 09:11:54 UTC FreeBSD ports repository Modified files: sysutils/bacula Makefile Added files: sysutils/bacula/files patch-src-console-console.c Log: o) Fix build error in console.c with readline support PR: - Submitted by: Kris Kennaway Revision Changes Path 1.27 +1 -0 ports/sysutils/bacula/Makefile 1.1 +63 -0 ports/sysutils/bacula/files/patch-src-console-console.c (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 3 09:17:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A237D16A4CE; Sat, 3 Jul 2004 09:17:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8520F43D5A; Sat, 3 Jul 2004 09:17:12 +0000 (GMT) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i639H83G077748; Sat, 3 Jul 2004 09:17:08 GMT (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i639H8J1077747; Sat, 3 Jul 2004 09:17:08 GMT (envelope-from lkoeller) Message-Id: <200407030917.i639H8J1077747@repoman.freebsd.org> From: Lars Koeller Date: Sat, 3 Jul 2004 09:17:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/bacula Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 09:17:12 -0000 lkoeller 2004-07-03 09:17:08 UTC FreeBSD ports repository Modified files: sysutils/bacula Makefile pkg-plist Log: o) Bacula didn't create the database dir anymore when it is installed. Now the port did it. PR: - Submitted by: Andy Wettstein Revision Changes Path 1.28 +3 -1 ports/sysutils/bacula/Makefile 1.8 +1 -0 ports/sysutils/bacula/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 3 09:42:01 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 09:53:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85E7016A4CE; Sat, 3 Jul 2004 09:53:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6928143D2F; Sat, 3 Jul 2004 09:53:15 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i639rFeW078686; Sat, 3 Jul 2004 09:53:15 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i639rFUT078685; Sat, 3 Jul 2004 09:53:15 GMT (envelope-from kris) Message-Id: <200407030953.i639rFUT078685@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 3 Jul 2004 09:53:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/biology/tinker Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 09:53:16 -0000 kris 2004-07-03 09:53:15 UTC FreeBSD ports repository Modified files: biology/tinker Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.24 +2 -0 ports/biology/tinker/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 3 11:51:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0883C16A4CE; Sat, 3 Jul 2004 11:51:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE98543D3F; Sat, 3 Jul 2004 11:51:09 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63Bp9QM081535; Sat, 3 Jul 2004 11:51:09 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63Bp9N4081534; Sat, 3 Jul 2004 11:51:09 GMT (envelope-from thierry) Message-Id: <200407031151.i63Bp9N4081534@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 3 Jul 2004 11:51:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pear-XML_Serializer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 11:51:10 -0000 thierry 2004-07-03 11:51:09 UTC FreeBSD ports repository Modified files: devel/pear-XML_Serializer Makefile distinfo Log: Upgrading to 0.10.0. Revision Changes Path 1.5 +7 -7 ports/devel/pear-XML_Serializer/Makefile 1.4 +2 -2 ports/devel/pear-XML_Serializer/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 3 11:51:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57C6816A4CF; Sat, 3 Jul 2004 11:51:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3961343D5A; Sat, 3 Jul 2004 11:51:52 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63Bpq4K081579; Sat, 3 Jul 2004 11:51:52 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63BpqvB081578; Sat, 3 Jul 2004 11:51:52 GMT (envelope-from thierry) Message-Id: <200407031151.i63BpqvB081578@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 3 Jul 2004 11:51:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/pear-Net_URL Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 11:51:52 -0000 thierry 2004-07-03 11:51:52 UTC FreeBSD ports repository Modified files: net/pear-Net_URL Makefile distinfo Log: Upgrading to 1.0.14. Revision Changes Path 1.7 +1 -1 ports/net/pear-Net_URL/Makefile 1.5 +2 -2 ports/net/pear-Net_URL/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 3 11:52:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1D4C16A4CE; Sat, 3 Jul 2004 11:52:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2F3543D48; Sat, 3 Jul 2004 11:52:30 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63BqUCU081647; Sat, 3 Jul 2004 11:52:30 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63BqUcB081646; Sat, 3 Jul 2004 11:52:30 GMT (envelope-from thierry) Message-Id: <200407031152.i63BqUcB081646@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 3 Jul 2004 11:52:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pear-XML_Util Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 11:52:31 -0000 thierry 2004-07-03 11:52:30 UTC FreeBSD ports repository Modified files: devel/pear-XML_Util Makefile distinfo Log: Upgrading to 0.6.1. Revision Changes Path 1.6 +1 -1 ports/devel/pear-XML_Util/Makefile 1.5 +2 -2 ports/devel/pear-XML_Util/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 3 11:53:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9108C16A4CE; Sat, 3 Jul 2004 11:53:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73B2443D45; Sat, 3 Jul 2004 11:53:01 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63Br1x3081693; Sat, 3 Jul 2004 11:53:01 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63Br1dJ081692; Sat, 3 Jul 2004 11:53:01 GMT (envelope-from thierry) Message-Id: <200407031153.i63Br1dJ081692@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 3 Jul 2004 11:53:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/pear-HTTP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 11:53:01 -0000 thierry 2004-07-03 11:53:01 UTC FreeBSD ports repository Modified files: www/pear-HTTP Makefile distinfo Log: Upgrading to 1.3.0. Revision Changes Path 1.4 +1 -1 ports/www/pear-HTTP/Makefile 1.3 +2 -2 ports/www/pear-HTTP/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 3 12:46:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DEEF16A4CE; Sat, 3 Jul 2004 12:46:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E94143D46; Sat, 3 Jul 2004 12:46:42 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63Ckgc7083063; Sat, 3 Jul 2004 12:46:42 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63Ckgd9083062; Sat, 3 Jul 2004 12:46:42 GMT (envelope-from edwin) Message-Id: <200407031246.i63Ckgd9083062@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 3 Jul 2004 12:46:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/samba3 Makefile ports/net/samba3/files patch-jerry-cli_pipe.cpatch-jerry-rpc_dce.h... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 12:46:42 -0000 edwin 2004-07-03 12:46:42 UTC FreeBSD ports repository Modified files: net/samba3 Makefile net/samba3/files samba.sh.sample Added files: net/samba3/files patch-configure.in patch-include_config.h.in patch-jerry-cli_pipe.c patch-jerry-filename.c patch-jerry-parse_rpc.c patch-jerry-rpc_dce.h patch-jerry-srv_pipe.c patch-jerry-uid.c patch-rpcclient_cmd_reg.c Log: Here I attach the patch that fixes mentioned 3 problems as well as few others: * BUG 1315 - wbinfo -t unsuccessful on 3.0.4 * BUG 1319 - Cannot write to a share with write-list users * BUG 1345 - Macromedia Homesite cannot connect anymore after upgrade to 3.0.4 * Patch from Rudolf Cejka - rpcclient does not recognize parameters in -c correctly. * Patch from Joerg Pulz - fixes to samba.sh startup script. PR: ports/67865 Submitted by: edwin@mavetju.org,Rudolf Cejka ,Joerg Pulz Approved by: maintainer Revision Changes Path 1.124 +4 -4 ports/net/samba3/Makefile 1.7 +16 -0 ports/net/samba3/files/patch-configure.in (new) 1.1 +12 -0 ports/net/samba3/files/patch-include_config.h.in (new) 1.1 +53 -0 ports/net/samba3/files/patch-jerry-cli_pipe.c (new) 1.1 +15 -0 ports/net/samba3/files/patch-jerry-filename.c (new) 1.1 +38 -0 ports/net/samba3/files/patch-jerry-parse_rpc.c (new) 1.1 +16 -0 ports/net/samba3/files/patch-jerry-rpc_dce.h (new) 1.1 +54 -0 ports/net/samba3/files/patch-jerry-srv_pipe.c (new) 1.1 +33 -0 ports/net/samba3/files/patch-jerry-uid.c (new) 1.1 +15 -0 ports/net/samba3/files/patch-rpcclient_cmd_reg.c (new) 1.8 +4 -4 ports/net/samba3/files/samba.sh.sample From owner-cvs-all@FreeBSD.ORG Sat Jul 3 12:54:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8045016A4CE; Sat, 3 Jul 2004 12:54:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61F6443D64; Sat, 3 Jul 2004 12:54:52 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63Csqjo083298; Sat, 3 Jul 2004 12:54:52 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63Csq4S083297; Sat, 3 Jul 2004 12:54:52 GMT (envelope-from edwin) Message-Id: <200407031254.i63Csq4S083297@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 3 Jul 2004 12:54:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/php_doc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 12:54:52 -0000 edwin 2004-07-03 12:54:52 UTC FreeBSD ports repository Modified files: lang/php_doc Makefile distinfo Log: Add support for polish/php_doc on request of Aleksander Fafula Revision Changes Path 1.20 +2 -1 ports/lang/php_doc/Makefile 1.14 +2 -0 ports/lang/php_doc/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 3 13:02:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA7BF16A4CE; Sat, 3 Jul 2004 13:02:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBF5243D2F; Sat, 3 Jul 2004 13:02:56 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63D2u5Y083552; Sat, 3 Jul 2004 13:02:56 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63D2u8g083551; Sat, 3 Jul 2004 13:02:56 GMT (envelope-from demon) Message-Id: <200407031302.i63D2u8g083551@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sat, 3 Jul 2004 13:02:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/clusterit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 13:02:57 -0000 demon 2004-07-03 13:02:56 UTC FreeBSD ports repository Modified files: net/clusterit Makefile Log: Bump PORTREVISION due to patch-dsh-dsh.c. Submitted by: kris Revision Changes Path 1.16 +1 -1 ports/net/clusterit/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 3 13:03:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21B4116A4CE; Sat, 3 Jul 2004 13:03:22 +0000 (GMT) Received: from cgp.dol.ru (spiritus.dol.ru [194.87.5.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 439F343D3F; Sat, 3 Jul 2004 13:03:20 +0000 (GMT) (envelope-from mitya@sinbin.demos.su) Received: from [194.87.5.31] (HELO sinbin.demos.su) by cgp.dol.ru (CommuniGate Pro SMTP 4.1.8/D2) with ESMTP-TLS id 194672966; Sat, 03 Jul 2004 17:03:18 +0400 Received: from sinbin.demos.su by sinbin.demos.su with ESMTPœ id i63D3Hi5087851; (8.12.11/D) Sat, 3 Jul 2004 17:03:17 +0400 (MSD) Received: (from mitya@localhost) by sinbin.demos.su (8.12.11/8.12.11/Submit) id i63D3HL0087842; Sat, 3 Jul 2004 17:03:17 +0400 (MSD) (envelope-from mitya) Date: Sat, 3 Jul 2004 17:03:17 +0400 From: Dmitry Sivachenko To: Kris Kennaway Message-ID: <20040703130317.GA87101@sinbin.demos.su> References: <200407020852.i628qTXO018131@repoman.freebsd.org> <20040702085652.GA42546@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20040702085652.GA42546@xor.obsecurity.org> WWW-Home-Page: http://mitya.pp.ru/ X-PGP-Key: http://mitya.pp.ru/mitya.asc User-Agent: Mutt/1.5.6i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/clusterit/files patch-dsh-dsh.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 13:03:22 -0000 On Fri, Jul 02, 2004 at 01:56:53AM -0700, Kris Kennaway wrote: > On Fri, Jul 02, 2004 at 08:52:29AM +0000, Dmitry Sivachenko wrote: > > demon 2004-07-02 08:52:29 UTC > > > > FreeBSD ports repository > > > > Added files: > > net/clusterit/files patch-dsh-dsh.c > > Log: > > Fix dsh crash. > > > > Submitted by: Barkley Vowk > > PORTREVISION bump? > Done, thanks for the reminder. From owner-cvs-all@FreeBSD.ORG Sat Jul 3 13:19:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E9C316A4CE; Sat, 3 Jul 2004 13:19:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7100843D55; Sat, 3 Jul 2004 13:19:28 +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 i63DJSbs083989; Sat, 3 Jul 2004 13:19:28 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63DJSeM083988; Sat, 3 Jul 2004 13:19:28 GMT (envelope-from eik) Message-Id: <200407031319.i63DJSeM083988@repoman.freebsd.org> From: Oliver Eikemeier Date: Sat, 3 Jul 2004 13:19:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 13:19:28 -0000 eik 2004-07-03 13:19:28 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: disable keihanna and twtelecom sf mirrors Revision Changes Path 1.251 +2 -2 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Sat Jul 3 13:22:39 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 14:09:42 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 14:23:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 577D216A4CE; Sat, 3 Jul 2004 14:23:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50E2043D4C; Sat, 3 Jul 2004 14:23:35 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63ENZ2B085802; Sat, 3 Jul 2004 14:23:35 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63ENZ8Y085801; Sat, 3 Jul 2004 14:23:35 GMT (envelope-from edwin) Message-Id: <200407031423.i63ENZ8Y085801@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 3 Jul 2004 14:23:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns Makefile ports/dns/fpdns Makefile distinfo pkg-descr pkg-plist ports/dns/fpdns/files patch-fpdns.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 14:23:35 -0000 edwin 2004-07-03 14:23:35 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/fpdns Makefile distinfo pkg-descr pkg-plist dns/fpdns/files patch-fpdns.pl Log: fpdns - Fingerprinting DNS servers Identify what versions of nameserver software is running. WWW: http://www.rfc.se/fpdns/ Revision Changes Path 1.21 +1 -0 ports/dns/Makefile 1.1 +34 -0 ports/dns/fpdns/Makefile (new) 1.1 +2 -0 ports/dns/fpdns/distinfo (new) 1.1 +10 -0 ports/dns/fpdns/files/patch-fpdns.pl (new) 1.1 +23 -0 ports/dns/fpdns/pkg-descr (new) 1.1 +1 -0 ports/dns/fpdns/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 3 14:23:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 267BA16A4CE; Sat, 3 Jul 2004 14:23:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0951143D49; Sat, 3 Jul 2004 14:23:53 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63ENqcC085848; Sat, 3 Jul 2004 14:23:52 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63ENqEK085847; Sat, 3 Jul 2004 14:23:52 GMT (envelope-from edwin) Message-Id: <200407031423.i63ENqEK085847@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 3 Jul 2004 14:23:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 14:23:53 -0000 edwin 2004-07-03 14:23:52 UTC FreeBSD ports repository Modified files: . modules Log: fpdns --> ports/dns/fpdns Revision Changes Path 1.10462 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 3 14:25:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6612E16A4CE; Sat, 3 Jul 2004 14:25:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4921643D49; Sat, 3 Jul 2004 14:25:59 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63EPxKR085981; Sat, 3 Jul 2004 14:25:59 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63EPxnJ085980; Sat, 3 Jul 2004 14:25:59 GMT (envelope-from edwin) Message-Id: <200407031425.i63EPxnJ085980@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 3 Jul 2004 14:25:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/fpdns pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 14:25:59 -0000 edwin 2004-07-03 14:25:59 UTC FreeBSD ports repository Modified files: dns/fpdns pkg-descr Log: add authors to pkg-descr Revision Changes Path 1.2 +1 -0 ports/dns/fpdns/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Jul 3 14:26:17 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 14:50:46 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 14:50:47 -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-all@FreeBSD.ORG Sat Jul 3 14:52:41 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 14:57:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 407A016A4CE; Sat, 3 Jul 2004 14:57:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21DFA43D46; Sat, 3 Jul 2004 14:57:21 +0000 (GMT) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63EvLK6086771; Sat, 3 Jul 2004 14:57:21 GMT (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63EvK1R086770; Sat, 3 Jul 2004 14:57:20 GMT (envelope-from lkoeller) Message-Id: <200407031457.i63EvK1R086770@repoman.freebsd.org> From: Lars Koeller Date: Sat, 3 Jul 2004 14:57:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/bacula Makefileports/sysutils/bacula/files patch-src-wx-console X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 14:57:21 -0000 lkoeller 2004-07-03 14:57:20 UTC FreeBSD ports repository Modified files: sysutils/bacula Makefile Added files: sysutils/bacula/files patch-src-wx-console Log: o) Fix wx-console compile problem. Revision Changes Path 1.29 +1 -1 ports/sysutils/bacula/Makefile 1.1 +31 -0 ports/sysutils/bacula/files/patch-src-wx-console (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 3 15:27:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 292C616A4CE; Sat, 3 Jul 2004 15:27:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B67743D1D; Sat, 3 Jul 2004 15:27:23 +0000 (GMT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63FRM13087519; Sat, 3 Jul 2004 15:27:22 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63FRMnt087518; Sat, 3 Jul 2004 15:27:22 GMT (envelope-from naddy) Message-Id: <200407031527.i63FRMnt087518@repoman.freebsd.org> From: Christian Weisgerber Date: Sat, 3 Jul 2004 15:27:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 15:27:23 -0000 naddy 2004-07-03 15:27:22 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Pavuk HTTP Location header overflow Revision Changes Path 1.143 +29 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sat Jul 3 15:35:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4202316A4CE; Sat, 3 Jul 2004 15:35:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 253A043D2F; Sat, 3 Jul 2004 15:35:59 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63FZxwo087788; Sat, 3 Jul 2004 15:35:59 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63FZxY7087787; Sat, 3 Jul 2004 15:35:59 GMT (envelope-from krion) Message-Id: <200407031535.i63FZxY7087787@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 3 Jul 2004 15:35:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/nightfall Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 15:35:59 -0000 krion 2004-07-03 15:35:59 UTC FreeBSD ports repository Modified files: astro/nightfall Makefile distinfo Log: Update to version 1.42 PR: ports/68626 Submitted by: Ports Fury Revision Changes Path 1.11 +1 -1 ports/astro/nightfall/Makefile 1.7 +2 -2 ports/astro/nightfall/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 3 15:36:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7682B16A4CE; Sat, 3 Jul 2004 15:36:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5877B43D39; Sat, 3 Jul 2004 15:36:44 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63FaiFu087867; Sat, 3 Jul 2004 15:36:44 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63Faiqt087866; Sat, 3 Jul 2004 15:36:44 GMT (envelope-from krion) Message-Id: <200407031536.i63Faiqt087866@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 3 Jul 2004 15:36:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/ample Makefile distinfo pkg-descr ports/audio/ample/files patch-src::base64.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 15:36:44 -0000 krion 2004-07-03 15:36:44 UTC FreeBSD ports repository Modified files: audio/ample Makefile distinfo pkg-descr Added files: audio/ample/files patch-src::base64.c Log: Update to version 0.5.7 PR: ports/68627 Submitted by: Ports Fury Revision Changes Path 1.6 +2 -1 ports/audio/ample/Makefile 1.3 +2 -2 ports/audio/ample/distinfo 1.1 +11 -0 ports/audio/ample/files/patch-src::base64.c (new) 1.2 +2 -0 ports/audio/ample/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Jul 3 15:37:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE98C16A4CE; Sat, 3 Jul 2004 15:37:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7FFD43D1D; Sat, 3 Jul 2004 15:37:16 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63FbGYF087939; Sat, 3 Jul 2004 15:37:16 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63FbGPL087938; Sat, 3 Jul 2004 15:37:16 GMT (envelope-from krion) Message-Id: <200407031537.i63FbGPL087938@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 3 Jul 2004 15:37:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/gspeakers Makefile distinfo pkg-plist patch-xml::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 15:37:17 -0000 krion 2004-07-03 15:37:16 UTC FreeBSD ports repository Modified files: audio/gspeakers Makefile distinfo pkg-plist Removed files: audio/gspeakers/files patch-pixmaps::Makefile.in patch-xml::Makefile.in Log: Update to version 0.11 PR: ports/68628 Submitted by: Ports Fury Revision Changes Path 1.5 +35 -16 ports/audio/gspeakers/Makefile 1.3 +2 -2 ports/audio/gspeakers/distinfo 1.2 +0 -11 ports/audio/gspeakers/files/patch-pixmaps::Makefile.in (dead) 1.2 +0 -11 ports/audio/gspeakers/files/patch-xml::Makefile.in (dead) 1.2 +54 -54 ports/audio/gspeakers/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 3 15:39:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F300A16A4CE; Sat, 3 Jul 2004 15:39:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4F8643D39; Sat, 3 Jul 2004 15:39:00 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63Fd0Kw087993; Sat, 3 Jul 2004 15:39:00 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63Fd0BI087992; Sat, 3 Jul 2004 15:39:00 GMT (envelope-from krion) Message-Id: <200407031539.i63Fd0BI087992@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 3 Jul 2004 15:39:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/gnucap Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 15:39:01 -0000 krion 2004-07-03 15:39:00 UTC FreeBSD ports repository Modified files: cad/gnucap Makefile distinfo pkg-descr pkg-plist Log: Update to version 0.34 PR: ports/68629 Submitted by: Ports Fury Revision Changes Path 1.13 +26 -18 ports/cad/gnucap/Makefile 1.5 +2 -2 ports/cad/gnucap/distinfo 1.2 +1 -1 ports/cad/gnucap/pkg-descr 1.4 +118 -178 ports/cad/gnucap/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 3 15:39:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABC9716A4CE; Sat, 3 Jul 2004 15:39:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E45C43D46; Sat, 3 Jul 2004 15:39:51 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63Fdp20088069; Sat, 3 Jul 2004 15:39:51 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63FdpFc088068; Sat, 3 Jul 2004 15:39:51 GMT (envelope-from krion) Message-Id: <200407031539.i63FdpFc088068@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 3 Jul 2004 15:39:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/wgetpro Makefile pkg-plist ports/ftp/wgetpro/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 15:39:51 -0000 krion 2004-07-03 15:39:51 UTC FreeBSD ports repository Modified files: ftp/wgetpro Makefile Added files: ftp/wgetpro pkg-plist Removed files: ftp/wgetpro/files patch-configure Log: Support CFLAGS properly Support WITHOUT_NLS PR: ports/68630 Submitted by: Ports Fury Revision Changes Path 1.2 +14 -11 ports/ftp/wgetpro/Makefile 1.2 +0 -11 ports/ftp/wgetpro/files/patch-configure (dead) 1.1 +27 -0 ports/ftp/wgetpro/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 3 15:40:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2F9616A4CE; Sat, 3 Jul 2004 15:40:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B545943D3F; Sat, 3 Jul 2004 15:40:48 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63FemTJ088217; Sat, 3 Jul 2004 15:40:48 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63FemK1088216; Sat, 3 Jul 2004 15:40:48 GMT (envelope-from krion) Message-Id: <200407031540.i63FemK1088216@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 3 Jul 2004 15:40:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gtkam Makefile distinfo ports/graphics/gtkam/files patch-src_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 15:40:49 -0000 krion 2004-07-03 15:40:48 UTC FreeBSD ports repository Modified files: graphics/gtkam Makefile distinfo Removed files: graphics/gtkam/files patch-src_Makefile.in Log: Update to version 0.1.12 PR: ports/68631 Submitted by: Ports Fury Revision Changes Path 1.15 +7 -6 ports/graphics/gtkam/Makefile 1.5 +2 -2 ports/graphics/gtkam/distinfo 1.3 +0 -11 ports/graphics/gtkam/files/patch-src_Makefile.in (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 3 15:41:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19F1E16A4CE; Sat, 3 Jul 2004 15:41:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFB2E43D46; Sat, 3 Jul 2004 15:41:16 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63FfGA6088265; Sat, 3 Jul 2004 15:41:16 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63FfGCs088264; Sat, 3 Jul 2004 15:41:16 GMT (envelope-from krion) Message-Id: <200407031541.i63FfGCs088264@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 3 Jul 2004 15:41:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/nail Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 15:41:17 -0000 krion 2004-07-03 15:41:16 UTC FreeBSD ports repository Modified files: mail/nail Makefile distinfo Removed files: mail/nail pkg-plist Log: Update to version 10.8 PR: ports/68632 Submitted by: Ports Fury Revision Changes Path 1.26 +11 -5 ports/mail/nail/Makefile 1.18 +2 -2 ports/mail/nail/distinfo 1.4 +0 -3 ports/mail/nail/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 3 15:42:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7313616A4CE; Sat, 3 Jul 2004 15:42:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 561B043D49; Sat, 3 Jul 2004 15:42:10 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63FgAtB088335; Sat, 3 Jul 2004 15:42:10 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63FgAF0088334; Sat, 3 Jul 2004 15:42:10 GMT (envelope-from krion) Message-Id: <200407031542.i63FgAF0088334@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 3 Jul 2004 15:42:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/gregexp Makefile ports/misc/gregexp/files patch-src::main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 15:42:10 -0000 krion 2004-07-03 15:42:10 UTC FreeBSD ports repository Modified files: misc/gregexp Makefile Added files: misc/gregexp/files patch-src::main.c Log: Support CXXFLAGS properly Fix build with system CC on -stable PR: ports/68633 Submitted by: Ports Fury Revision Changes Path 1.3 +4 -6 ports/misc/gregexp/Makefile 1.1 +120 -0 ports/misc/gregexp/files/patch-src::main.c (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 3 15:42:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B24A116A4CE; Sat, 3 Jul 2004 15:42:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB9F443D1D; Sat, 3 Jul 2004 15:42:35 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63FgZiV088399; Sat, 3 Jul 2004 15:42:35 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63FgZj9088398; Sat, 3 Jul 2004 15:42:35 GMT (envelope-from krion) Message-Id: <200407031542.i63FgZj9088398@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 3 Jul 2004 15:42:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/gretl Makefile distinfo pkg-plist patch-share::Makefile.in patch-share::bcih::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 15:42:36 -0000 krion 2004-07-03 15:42:35 UTC FreeBSD ports repository Modified files: misc/gretl Makefile distinfo pkg-plist misc/gretl/files patch-lib::Makefile.in patch-share::Makefile.in patch-share::bcih::Makefile.in Log: Update to version 1.2.7 PR: ports/68634 Submitted by: Ports Fury Revision Changes Path 1.36 +1 -1 ports/misc/gretl/Makefile 1.21 +2 -2 ports/misc/gretl/distinfo 1.17 +2 -2 ports/misc/gretl/files/patch-lib::Makefile.in 1.5 +13 -9 ports/misc/gretl/files/patch-share::Makefile.in 1.3 +0 -7 ports/misc/gretl/files/patch-share::bcih::Makefile.in 1.18 +3 -0 ports/misc/gretl/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 3 15:42:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DD4216A4CE; Sat, 3 Jul 2004 15:42:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B2F143D48; Sat, 3 Jul 2004 15:42:58 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63FgwgM088440; Sat, 3 Jul 2004 15:42:58 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63FgwtB088439; Sat, 3 Jul 2004 15:42:58 GMT (envelope-from krion) Message-Id: <200407031542.i63FgwtB088439@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 3 Jul 2004 15:42:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/fox-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 15:42:58 -0000 krion 2004-07-03 15:42:58 UTC FreeBSD ports repository Modified files: x11-toolkits/fox-devel Makefile distinfo Log: Update to version 1.2.6 PR: ports/68635 Submitted by: Ports Fury Revision Changes Path 1.46 +1 -1 ports/x11-toolkits/fox-devel/Makefile 1.24 +2 -2 ports/x11-toolkits/fox-devel/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 3 15:52:15 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 16:13:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0629416A4CE; Sat, 3 Jul 2004 16:13:44 +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 BCCB043D1D; Sat, 3 Jul 2004 16:13:43 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-5.local ([172.16.0.5] helo=localhost) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1Bgn92-000495-2u; Sat, 03 Jul 2004 18:13:43 +0200 Date: Sat, 3 Jul 2004 18:14:06 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Christian Weisgerber From: Oliver Eikemeier In-Reply-To: <200407031527.i63FRMnt087518@repoman.freebsd.org> Message-Id: <01F426E3-CD0C-11D8-9FE1-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 16:13:44 -0000 Christian Weisgerber wrote: > naddy 2004-07-03 15:27:22 UTC > > FreeBSD ports repository > > Modified files: > security/vuxml vuln.xml > Log: > Pavuk HTTP Location header overflow Thanks! -Oliver From owner-cvs-all@FreeBSD.ORG Sat Jul 3 16:52:58 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 16:56:45 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 16:57:52 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 17:11:18 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 17:12:40 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 17:20:05 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 17:23:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFEB416A4CE; Sat, 3 Jul 2004 17:23:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D349C43D2F; Sat, 3 Jul 2004 17:23:00 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63HN0te091014; Sat, 3 Jul 2004 17:23:00 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63HN0Na091013; Sat, 3 Jul 2004 17:23:00 GMT (envelope-from marcus) Message-Id: <200407031723.i63HN0Na091013@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 3 Jul 2004 17:23:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/intltool Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 17:23:01 -0000 marcus 2004-07-03 17:23:00 UTC FreeBSD ports repository Modified files: textproc/intltool Makefile Log: Add a BUILD_DEPENDS on p5-XML-Parser to fix the build on a clean system. PR: 68636 Submitted by: Konstantin Oznobikhin Revision Changes Path 1.37 +1 -0 ports/textproc/intltool/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 3 17:36:31 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 17:39:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D12416A4CE; Sat, 3 Jul 2004 17:39:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FFFF43D45; Sat, 3 Jul 2004 17:39:11 +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 i63HdBl1091441; Sat, 3 Jul 2004 17:39:11 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63HdBaG091440; Sat, 3 Jul 2004 17:39:11 GMT (envelope-from mlaier) Message-Id: <200407031739.i63HdBaG091440@repoman.freebsd.org> From: Max Laier Date: Sat, 3 Jul 2004 17:39:11 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 17:39:11 -0000 mlaier 2004-07-03 17:39:10 UTC FreeBSD doc repository (src committer) Modified files: en/donations wantlist.sgml Log: I want some Soekris boxes to play with and maybe to bring CARP, eventually. Revision Changes Path 1.210 +12 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 3 17:47:05 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 17:53:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D91716A4CE; Sat, 3 Jul 2004 17:53:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3670543D2F; Sat, 3 Jul 2004 17:53:53 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63HrrXl091903; Sat, 3 Jul 2004 17:53:53 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63Hrr9x091902; Sat, 3 Jul 2004 17:53:53 GMT (envelope-from nobutaka) Message-Id: <200407031753.i63Hrr9x091902@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sat, 3 Jul 2004 17:53:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/libxine Makefile distinfo pkg-plist patch-src::xine-utils::memcpy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 17:53:53 -0000 nobutaka 2004-07-03 17:53:53 UTC FreeBSD ports repository Modified files: multimedia/libxine Makefile distinfo pkg-plist multimedia/libxine/files extra-patch-config.h.in Removed files: multimedia/libxine/files patch-src::xine-utils::memcpy.c Log: Update to 1-rc5. PR: ports/68493 Submitted by: michael johnson Revision Changes Path 1.63 +2 -3 ports/multimedia/libxine/Makefile 1.24 +2 -2 ports/multimedia/libxine/distinfo 1.2 +5 -3 ports/multimedia/libxine/files/extra-patch-config.h.in 1.2 +0 -12 ports/multimedia/libxine/files/patch-src::xine-utils::memcpy.c (dead) 1.28 +2 -0 ports/multimedia/libxine/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 3 17:54:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A954E16A4CE; Sat, 3 Jul 2004 17:54:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D6AC43D1F; Sat, 3 Jul 2004 17:54:03 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63Hs3v3091938; Sat, 3 Jul 2004 17:54:03 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63Hs3gl091937; Sat, 3 Jul 2004 17:54:03 GMT (envelope-from krion) Message-Id: <200407031754.i63Hs3gl091937@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 3 Jul 2004 17:54:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/glurp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 17:54:03 -0000 krion 2004-07-03 17:54:03 UTC FreeBSD ports repository Modified files: audio/glurp Makefile distinfo Log: Update to 0.11.1 PR: ports/68638 Submitted by: maintainer Revision Changes Path 1.2 +2 -2 ports/audio/glurp/Makefile 1.2 +2 -2 ports/audio/glurp/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 3 17:54:12 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 18:11:41 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 18:18:36 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 18:18:37 -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-all@FreeBSD.ORG Sat Jul 3 18:22:43 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 18:22:43 -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-all@FreeBSD.ORG Sat Jul 3 18:23:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 001FA16A4CE; Sat, 3 Jul 2004 18:23:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE42443D2F; Sat, 3 Jul 2004 18:23:57 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63INv1C092766; Sat, 3 Jul 2004 18:23:57 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63INvL5092765; Sat, 3 Jul 2004 18:23:57 GMT (envelope-from linimon) Message-Id: <200407031823.i63INvL5092765@repoman.freebsd.org> From: Mark Linimon Date: Sat, 3 Jul 2004 18:23:57 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 18:23:58 -0000 linimon 2004-07-03 18:23:57 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Reorganize the qandaentries in the Hardware Compatibility section in preparation for introducing the following sections: General Architectures and processors Hard drives, tape drives, and CD and DVD drives Keyboards and mice Networking cards Sound cards Other hardware Note to translators: no text changes (even whitespace) result from this commit. Only the order of the entries changes (12 of the entries move). The next commit will add the section entries themselves. Discussed on: -doc, -www Revision Changes Path 1.627 +203 -203 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 3 18:29:24 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 18:35:53 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 18:40:05 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 18:48:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B77AE16A4CE; Sat, 3 Jul 2004 18:48:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98C9A43D1D; Sat, 3 Jul 2004 18:48:41 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63Imflo095131; Sat, 3 Jul 2004 18:48:41 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63Imfkh095130; Sat, 3 Jul 2004 18:48:41 GMT (envelope-from krion) Message-Id: <200407031848.i63Imfkh095130@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 3 Jul 2004 18:48:41 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/pgpkeys krion.key X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 18:48:41 -0000 krion 2004-07-03 18:48:41 UTC FreeBSD doc repository Modified files: share/pgpkeys krion.key Log: Update my GPG key. Revision Changes Path 1.2 +76 -31 doc/share/pgpkeys/krion.key From owner-cvs-all@FreeBSD.ORG Sat Jul 3 18:48:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33A6416A4CE; Sat, 3 Jul 2004 18:48:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14FC843D3F; Sat, 3 Jul 2004 18:48:55 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63ImsVo095157; Sat, 3 Jul 2004 18:48:54 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63Ims4L095156; Sat, 3 Jul 2004 18:48:54 GMT (envelope-from linimon) Message-Id: <200407031848.i63Ims4L095156@repoman.freebsd.org> From: Mark Linimon Date: Sat, 3 Jul 2004 18:48:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 18:48:55 -0000 linimon 2004-07-03 18:48:54 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Add section headings in the Hardware Compatibility section to make this information easier to browse. Discussed on: -doc, -www Revision Changes Path 1.628 +57 -0 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 3 19:17:06 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 19:37:07 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 20:11:50 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 20:30:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49FD716A4CE; Sat, 3 Jul 2004 20:30:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03CC643D41; Sat, 3 Jul 2004 20:30:01 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63KU0qS097793; Sat, 3 Jul 2004 20:30:00 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63KU064097784; Sat, 3 Jul 2004 20:30:00 GMT (envelope-from thierry) Message-Id: <200407032030.i63KU064097784@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 3 Jul 2004 20:30:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/limewire Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 20:30:01 -0000 thierry 2004-07-03 20:30:00 UTC FreeBSD ports repository Modified files: net/limewire Makefile distinfo Log: Unbreak by upgrading to 4.0.7. PR: ports/68592 Submitted by: maintainer. Revision Changes Path 1.13 +1 -1 ports/net/limewire/Makefile 1.9 +2 -2 ports/net/limewire/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 3 20:38:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8775B16A4CE; Sat, 3 Jul 2004 20:38:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 693D243D1F; Sat, 3 Jul 2004 20:38:18 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63KcIQW098119; Sat, 3 Jul 2004 20:38:18 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63KcIBA098118; Sat, 3 Jul 2004 20:38:18 GMT (envelope-from gerald) Message-Id: <200407032038.i63KcIBA098118@repoman.freebsd.org> From: Gerald Pfeifer Date: Sat, 3 Jul 2004 20:38:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gcc33 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 20:38:18 -0000 gerald 2004-07-03 20:38:18 UTC FreeBSD ports repository Modified files: lang/gcc33 Makefile Log: Mark BROKEN on amd64. It looks like the system compiler miscompiles this, and most people on this platform will use either the system compiler or gcc34 anyways. se ${ECHO} instead of echo. Revision Changes Path 1.184 +4 -3 ports/lang/gcc33/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 3 20:48:02 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 20:49:01 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 20:56:17 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 21:01:19 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 21:07:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2630416A4CE; Sat, 3 Jul 2004 21:07:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F9D143D3F; Sat, 3 Jul 2004 21:07:28 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63L7SN7099242; Sat, 3 Jul 2004 21:07:28 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63L7STq099241; Sat, 3 Jul 2004 21:07:28 GMT (envelope-from marcus) Message-Id: <200407032107.i63L7STq099241@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 3 Jul 2004 21:07:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/galeon2 Makefile distinfo pkg-plist patch-libegg_egg-toolbar-editor.cpatch-src_galeon-encoding-dialog.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 21:07:28 -0000 marcus 2004-07-03 21:07:27 UTC FreeBSD ports repository Modified files: www/galeon2 Makefile distinfo pkg-plist www/galeon2/files patch-configure Added files: www/galeon2/files patch-libegg_egg-toolbar-editor.c patch-src_galeon-encoding-dialog.c Removed files: www/galeon2/files patch-mozilla_GtkNSSKeyPairDialogs.cpp Log: Update to 1.3.16. The list of changes can be found at http://galeon.sourceforge.net/news/index.php#83. Revision Changes Path 1.147 +3 -8 ports/www/galeon2/Makefile 1.60 +2 -2 ports/www/galeon2/distinfo 1.16 +15 -9 ports/www/galeon2/files/patch-configure 1.1 +18 -0 ports/www/galeon2/files/patch-libegg_egg-toolbar-editor.c (new) 1.2 +0 -29 ports/www/galeon2/files/patch-mozilla_GtkNSSKeyPairDialogs.cpp (dead) 1.1 +15 -0 ports/www/galeon2/files/patch-src_galeon-encoding-dialog.c (new) 1.51 +1 -1 ports/www/galeon2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 3 21:19:20 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 21:34:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4695A16A4CE; Sat, 3 Jul 2004 21:34:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 294E443D1D; Sat, 3 Jul 2004 21:34:57 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63LYvTV099885; Sat, 3 Jul 2004 21:34:57 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63LYvSR099884; Sat, 3 Jul 2004 21:34:57 GMT (envelope-from lth) Message-Id: <200407032134.i63LYvSR099884@repoman.freebsd.org> From: Lars Thegler Date: Sat, 3 Jul 2004 21:34:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-SQL-Statement Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 21:34:57 -0000 lth 2004-07-03 21:34:57 UTC FreeBSD ports repository Modified files: databases/p5-SQL-Statement Makefile Log: Un-warn on perl 5.005. Submitted by: kuriyama Approved by: erwin (implicit) Revision Changes Path 1.17 +2 -0 ports/databases/p5-SQL-Statement/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 3 21:57:18 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 21:57:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB0D416A4CE; Sat, 3 Jul 2004 21:57:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF2BB43D55; Sat, 3 Jul 2004 21:57:52 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63Lvq1Y000660; Sat, 3 Jul 2004 21:57:52 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63LvqwR000659; Sat, 3 Jul 2004 21:57:52 GMT (envelope-from clement) Message-Id: <200407032157.i63LvqwR000659@repoman.freebsd.org> From: Clement Laforet Date: Sat, 3 Jul 2004 21:57:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/apache2 pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 21:57:53 -0000 clement 2004-07-03 21:57:52 UTC FreeBSD ports repository Modified files: www/apache2 pkg-plist Log: - remove from plist reference to share/nls/en_US.US-ASCII and share/nls/POSIX Noticed by: thierry Revision Changes Path 1.66 +1 -3 ports/www/apache2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 3 22:30:10 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 22:38:48 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 22:44:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 311CB16A4CE; Sat, 3 Jul 2004 22:44:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 137B643D48; Sat, 3 Jul 2004 22:44:29 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63MiSYi002203; Sat, 3 Jul 2004 22:44:28 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63MiSOA002202; Sat, 3 Jul 2004 22:44:28 GMT (envelope-from marcus) Message-Id: <200407032244.i63MiSOA002202@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 3 Jul 2004 22:44:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/netatalk-devel Makefile pkg-plist ports/net/netatalk-devel/files netatalk.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 22:44:29 -0000 marcus 2004-07-03 22:44:28 UTC FreeBSD ports repository Modified files: net/netatalk-devel Makefile pkg-plist net/netatalk-devel/files netatalk.sh Log: Convert this port to use RCng. Submitted by: kuriyama Revision Changes Path 1.59 +6 -3 ports/net/netatalk-devel/Makefile 1.3 +46 -30 ports/net/netatalk-devel/files/netatalk.sh 1.22 +1 -1 ports/net/netatalk-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 3 22:49:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C5CD16A4CF; Sat, 3 Jul 2004 22:49:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32B8D43D48; Sat, 3 Jul 2004 22:49:34 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63MnYSH002343; Sat, 3 Jul 2004 22:49:34 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63MnYjO002342; Sat, 3 Jul 2004 22:49:34 GMT (envelope-from marcus) Message-Id: <200407032249.i63MnYjO002342@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 3 Jul 2004 22:49:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 22:49:34 -0000 marcus 2004-07-03 22:49:34 UTC FreeBSD ports repository Modified files: . UPDATING Log: Add an entry for net/netatalk-devel. Revision Changes Path 1.38 +17 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Sat Jul 3 22:53:51 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 23:01:44 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 23:03:01 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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-all@FreeBSD.ORG Sat Jul 3 23:14:35 2004 Return-Path: Delivered-To: cvs-all@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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire 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 From owner-cvs-all@FreeBSD.ORG Sat Jul 3 23:45:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F75A16A4CE; Sat, 3 Jul 2004 23:45:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51B3443D49; Sat, 3 Jul 2004 23:45:03 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63Nj3vC003906; Sat, 3 Jul 2004 23:45:03 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63Nj3x7003905; Sat, 3 Jul 2004 23:45:03 GMT (envelope-from kris) Message-Id: <200407032345.i63Nj3x7003905@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 3 Jul 2004 23:45:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/pkill Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 23:45:03 -0000 kris 2004-07-03 23:45:03 UTC FreeBSD ports repository Modified files: sysutils/pkill Makefile Log: Mark IGNORE for 5.x since pkill is included in the base. Revision Changes Path 1.5 +4 -0 ports/sysutils/pkill/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 3 23:46:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5386116A4CE; Sat, 3 Jul 2004 23:46:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 383D143D48; Sat, 3 Jul 2004 23:46:46 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63NkjKM004007; Sat, 3 Jul 2004 23:46:45 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63NkjoZ004006; Sat, 3 Jul 2004 23:46:45 GMT (envelope-from kris) Message-Id: <200407032346.i63NkjoZ004006@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 3 Jul 2004 23:46:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/lam7 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 23:46:46 -0000 kris 2004-07-03 23:46:45 UTC FreeBSD ports repository Modified files: net/lam7 Makefile Log: BROKEN on amd64 and sparc64: Broken pkg-plist Revision Changes Path 1.6 +4 -0 ports/net/lam7/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 3 23:49:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A00916A4CE; Sat, 3 Jul 2004 23:49:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CA9043D2F; Sat, 3 Jul 2004 23:49:08 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63Nn8ki004067; Sat, 3 Jul 2004 23:49:08 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63Nn8H9004066; Sat, 3 Jul 2004 23:49:08 GMT (envelope-from kris) Message-Id: <200407032349.i63Nn8H9004066@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 3 Jul 2004 23:49:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/swi-pl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 23:49:08 -0000 kris 2004-07-03 23:49:08 UTC FreeBSD ports repository Modified files: lang/swi-pl Makefile Log: Still BROKEN on 64-bit architectures. Revision Changes Path 1.34 +4 -0 ports/lang/swi-pl/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 3 23:55:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F73F16A4CF; Sat, 3 Jul 2004 23:55:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E687C43D53; Sat, 3 Jul 2004 23:55:04 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63Nt4vq004270; Sat, 3 Jul 2004 23:55:04 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63Nt4QC004269; Sat, 3 Jul 2004 23:55:04 GMT (envelope-from kris) Message-Id: <200407032355.i63Nt4QC004269@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 3 Jul 2004 23:55:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/php-sqlrelay Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 23:55:05 -0000 kris 2004-07-03 23:55:04 UTC FreeBSD ports repository Modified files: databases/php-sqlrelay Makefile Log: BROKEN on amd64: Configure fails Revision Changes Path 1.8 +7 -1 ports/databases/php-sqlrelay/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 3 23:56:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02D4B16A4CE; Sat, 3 Jul 2004 23:56:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA0DD43D46; Sat, 3 Jul 2004 23:56:37 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i63NubI5004366; Sat, 3 Jul 2004 23:56:37 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i63NubA6004365; Sat, 3 Jul 2004 23:56:37 GMT (envelope-from kris) Message-Id: <200407032356.i63NubA6004365@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 3 Jul 2004 23:56:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/py-sqlrelay Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 23:56:38 -0000 kris 2004-07-03 23:56:37 UTC FreeBSD ports repository Modified files: databases/py-sqlrelay Makefile Log: BROKEN on amd64: Does not configure Revision Changes Path 1.11 +7 -1 ports/databases/py-sqlrelay/Makefile