From owner-cvs-all@FreeBSD.ORG Sun Jul 11 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 2E07916A4CE; Sun, 11 Jul 2004 00:19:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25ECC43D1D; Sun, 11 Jul 2004 00:19:31 +0000 (GMT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6B0JVXc048151; Sun, 11 Jul 2004 00:19:31 GMT (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B0JVvo048150; Sun, 11 Jul 2004 00:19:31 GMT (envelope-from wpaul) Message-Id: <200407110019.i6B0JVvo048150@repoman.freebsd.org> From: Bill Paul Date: Sun, 11 Jul 2004 00:19: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/compat/ndis kern_ndis.c ndis_var.h subr_ndis.c src/sys/dev/if_ndis if_ndis_pccard.c if_ndis_pci.c if_ndisvar.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, 11 Jul 2004 00:19:31 -0000 wpaul 2004-07-11 00:19:31 UTC FreeBSD src repository Modified files: sys/compat/ndis kern_ndis.c ndis_var.h subr_ndis.c sys/dev/if_ndis if_ndis_pccard.c if_ndis_pci.c if_ndisvar.h Log: Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory() actually work. Make the PCI and PCCARD attachments provide a bus_get_resource_list() method so that resource listing for PCCARD works. PCCARD does not have a bus_get_resource_list() method (yet), so I faked up the resource list management in if_ndis_pccard.c, and added bus_get_resource_list() methods to both if_ndis_pccard.c and if_ndis_pci.c. The one in the PCI attechment just hands off to the PCI bus code. The difference is transparent to the NDIS resource handler code. Fixed ndis_open_file() so that opening files which live on NFS filesystems work: pass an actual ucred structure to VOP_GETATTR() (NFS explodes if the ucred structure is NOCRED). Make NdisMMapIoSpace() handle mapping of PCMCIA attribute memory resources correctly. Turn subr_ndis.c:my_strcasecmp() into ndis_strcasecmp() and export it so that if_ndis_pccard.c can use it, and junk the other copy of my_strcasecmp() from if_ndis_pccard.c. Revision Changes Path 1.57 +2 -1 src/sys/compat/ndis/kern_ndis.c 1.27 +2 -0 src/sys/compat/ndis/ndis_var.h 1.62 +12 -8 src/sys/compat/ndis/subr_ndis.c 1.6 +57 -22 src/sys/dev/if_ndis/if_ndis_pccard.c 1.7 +16 -0 src/sys/dev/if_ndis/if_ndis_pci.c 1.15 +2 -0 src/sys/dev/if_ndis/if_ndisvar.h From owner-cvs-all@FreeBSD.ORG Sun Jul 11 00:43: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 5FDA116A4CE; Sun, 11 Jul 2004 00:43:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4066A43D2F; Sun, 11 Jul 2004 00:43:24 +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 i6B0hO71048779; Sun, 11 Jul 2004 00:43:24 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B0hOPX048778; Sun, 11 Jul 2004 00:43:24 GMT (envelope-from kris) Message-Id: <200407110043.i6B0hOPX048778@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 00: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/korean/mozilla-klp 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, 11 Jul 2004 00:43:24 -0000 kris 2004-07-11 00:43:24 UTC FreeBSD ports repository Modified files: korean/mozilla-klp Makefile Log: BROKEN: Does not build Revision Changes Path 1.7 +2 -0 ports/korean/mozilla-klp/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 00: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 8BA6D16A4CE; Sun, 11 Jul 2004 00:44:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D99843D45; Sun, 11 Jul 2004 00:44:45 +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 i6B0ijVq048822; Sun, 11 Jul 2004 00:44:45 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B0ijEs048821; Sun, 11 Jul 2004 00:44:45 GMT (envelope-from kris) Message-Id: <200407110044.i6B0ijEs048821@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 00:44: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/print/lilypond-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, 11 Jul 2004 00:44:45 -0000 kris 2004-07-11 00:44:45 UTC FreeBSD ports repository Modified files: print/lilypond-devel Makefile Log: BROKEN: Build fails Revision Changes Path 1.8 +2 -0 ports/print/lilypond-devel/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 00:45: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 B2BDA16A4CE; Sun, 11 Jul 2004 00:45:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9370543D3F; Sun, 11 Jul 2004 00:45:25 +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 i6B0jP0M048896; Sun, 11 Jul 2004 00:45:25 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B0jPvG048895; Sun, 11 Jul 2004 00:45:25 GMT (envelope-from kris) Message-Id: <200407110045.i6B0jPvG048895@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 00:45: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/security/md5crk 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, 11 Jul 2004 00:45:25 -0000 kris 2004-07-11 00:45:25 UTC FreeBSD ports repository Modified files: security/md5crk Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.2 +2 -0 ports/security/md5crk/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 00:46: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 E260816A4CE; Sun, 11 Jul 2004 00:46:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C336943D2F; Sun, 11 Jul 2004 00:46:24 +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 i6B0kO59048967; Sun, 11 Jul 2004 00:46:24 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B0kOSO048966; Sun, 11 Jul 2004 00:46:24 GMT (envelope-from kris) Message-Id: <200407110046.i6B0kOSO048966@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 00:46: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/www/mod_scgi 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, 11 Jul 2004 00:46:25 -0000 kris 2004-07-11 00:46:24 UTC FreeBSD ports repository Modified files: www/mod_scgi Makefile Log: BROKEN: Does not build Revision Changes Path 1.6 +2 -0 ports/www/mod_scgi/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 00:47: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 BE9C216A4CE; Sun, 11 Jul 2004 00:47:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0FA543D31; Sun, 11 Jul 2004 00:47: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 i6B0l1Yw049005; Sun, 11 Jul 2004 00:47:01 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B0l1qC049004; Sun, 11 Jul 2004 00:47:01 GMT (envelope-from kris) Message-Id: <200407110047.i6B0l1qC049004@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 00:47: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/print/preview-latex 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, 11 Jul 2004 00:47:01 -0000 kris 2004-07-11 00:47:01 UTC FreeBSD ports repository Modified files: print/preview-latex Makefile Log: BROKEN: Configure fails Revision Changes Path 1.15 +2 -0 ports/print/preview-latex/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 00:47: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 8A3F416A4CE; Sun, 11 Jul 2004 00:47:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B15343D39; Sun, 11 Jul 2004 00:47:31 +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 i6B0lVgW049043; Sun, 11 Jul 2004 00:47:31 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B0lVbB049042; Sun, 11 Jul 2004 00:47:31 GMT (envelope-from kris) Message-Id: <200407110047.i6B0lVbB049042@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 00: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/x11-toolkits/py-gui 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, 11 Jul 2004 00:47:31 -0000 kris 2004-07-11 00:47:31 UTC FreeBSD ports repository Modified files: x11-toolkits/py-gui Makefile Log: BROKEN: Broken dependency Revision Changes Path 1.3 +2 -0 ports/x11-toolkits/py-gui/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 00:48: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 94D7C16A4CE; Sun, 11 Jul 2004 00:48:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B6A043D39; Sun, 11 Jul 2004 00:48: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 i6B0m8h9049089; Sun, 11 Jul 2004 00:48:08 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B0m84v049088; Sun, 11 Jul 2004 00:48:08 GMT (envelope-from kris) Message-Id: <200407110048.i6B0m84v049088@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 00:48: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/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: Sun, 11 Jul 2004 00:48:08 -0000 kris 2004-07-11 00:48:08 UTC FreeBSD ports repository Modified files: x11/ruby-gtktrayicon Makefile Log: BROKEN: Configure fails Revision Changes Path 1.3 +2 -0 ports/x11/ruby-gtktrayicon/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 00:49: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 C02F816A4CE; Sun, 11 Jul 2004 00:49:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0ECB43D2F; Sun, 11 Jul 2004 00:49:51 +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 i6B0npWd049148; Sun, 11 Jul 2004 00:49:51 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B0npSI049147; Sun, 11 Jul 2004 00:49:51 GMT (envelope-from kris) Message-Id: <200407110049.i6B0npSI049147@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 00:49: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/multimedia/win32-codecs 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, 11 Jul 2004 00:49:51 -0000 kris 2004-07-11 00:49:51 UTC FreeBSD ports repository Modified files: multimedia/win32-codecs Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.26 +2 -0 ports/multimedia/win32-codecs/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 00:50: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 3C19816A4CE; Sun, 11 Jul 2004 00:50:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B65A43D46; Sun, 11 Jul 2004 00:50:30 +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 i6B0oTeL049229; Sun, 11 Jul 2004 00:50:30 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B0oTtU049228; Sun, 11 Jul 2004 00:50:29 GMT (envelope-from kris) Message-Id: <200407110050.i6B0oTtU049228@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 00:50: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/goggles 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, 11 Jul 2004 00:50:30 -0000 kris 2004-07-11 00:50:29 UTC FreeBSD ports repository Modified files: multimedia/goggles Makefile Log: BROKEN: Size mismatch Revision Changes Path 1.19 +2 -0 ports/multimedia/goggles/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 00: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 CB2AF16A4CF; Sun, 11 Jul 2004 00:50:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E74143D41; Sun, 11 Jul 2004 00:50: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 i6B0okua049303; Sun, 11 Jul 2004 00:50:46 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B0okdN049302; Sun, 11 Jul 2004 00:50:46 GMT (envelope-from kris) Message-Id: <200407110050.i6B0okdN049302@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 00:50: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/games/kwappen 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, 11 Jul 2004 00:50:47 -0000 kris 2004-07-11 00:50:46 UTC FreeBSD ports repository Modified files: games/kwappen Makefile Log: BROKEN: Size mismatch Revision Changes Path 1.7 +2 -0 ports/games/kwappen/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 00:52: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 6881716A4CE; Sun, 11 Jul 2004 00:52:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48FCA43D1D; Sun, 11 Jul 2004 00:52:17 +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 i6B0qHs7049372; Sun, 11 Jul 2004 00:52:17 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B0qHoS049371; Sun, 11 Jul 2004 00:52:17 GMT (envelope-from kris) Message-Id: <200407110052.i6B0qHoS049371@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 00:52: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/french/mozilla-flp 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, 11 Jul 2004 00:52:17 -0000 kris 2004-07-11 00:52:17 UTC FreeBSD ports repository Modified files: french/mozilla-flp Makefile Log: BROKEN: Size mismatch Revision Changes Path 1.2 +2 -0 ports/french/mozilla-flp/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 00:53: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 1DFE016A4CE; Sun, 11 Jul 2004 00:53:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F398443D1D; Sun, 11 Jul 2004 00:53:40 +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 i6B0re0R049414; Sun, 11 Jul 2004 00:53:40 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B0reoV049413; Sun, 11 Jul 2004 00:53:40 GMT (envelope-from kris) Message-Id: <200407110053.i6B0reoV049413@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 00:53: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/net/beacon 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, 11 Jul 2004 00:53:41 -0000 kris 2004-07-11 00:53:40 UTC FreeBSD ports repository Modified files: net/beacon Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.3 +2 -0 ports/net/beacon/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 00:54: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 10B5116A4CE; Sun, 11 Jul 2004 00:54:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E79BC43D1D; Sun, 11 Jul 2004 00:54:49 +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 i6B0sn0B049457; Sun, 11 Jul 2004 00:54:49 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B0snsm049456; Sun, 11 Jul 2004 00:54:49 GMT (envelope-from kris) Message-Id: <200407110054.i6B0snsm049456@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 00:54: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/mail/dbmail 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, 11 Jul 2004 00:54:50 -0000 kris 2004-07-11 00:54:49 UTC FreeBSD ports repository Modified files: mail/dbmail Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.15 +2 -0 ports/mail/dbmail/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 00:56: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 0135316A4CE; Sun, 11 Jul 2004 00:56:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D659343D1F; Sun, 11 Jul 2004 00:56:10 +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 i6B0uAAT049560; Sun, 11 Jul 2004 00:56:10 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B0uAVb049559; Sun, 11 Jul 2004 00:56:10 GMT (envelope-from kris) Message-Id: <200407110056.i6B0uAVb049559@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 00:56: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/devel/gdb6 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, 11 Jul 2004 00:56:11 -0000 kris 2004-07-11 00:56:10 UTC FreeBSD ports repository Modified files: devel/gdb6 Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.33 +2 -0 ports/devel/gdb6/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 00:57: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 CBFB416A4CE; Sun, 11 Jul 2004 00:57:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD3FC43D31; Sun, 11 Jul 2004 00:57:53 +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 i6B0vruw049608; Sun, 11 Jul 2004 00:57:53 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B0vrC3049607; Sun, 11 Jul 2004 00:57:53 GMT (envelope-from kris) Message-Id: <200407110057.i6B0vrC3049607@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 00:57: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/mkvtoolnix 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, 11 Jul 2004 00:57:53 -0000 kris 2004-07-11 00:57:53 UTC FreeBSD ports repository Modified files: multimedia/mkvtoolnix Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.9 +2 -0 ports/multimedia/mkvtoolnix/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 00:59: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 333C416A4CE; Sun, 11 Jul 2004 00:59:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1319143D45; Sun, 11 Jul 2004 00:59: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 i6B0xkr5049662; Sun, 11 Jul 2004 00:59:46 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B0xkSk049661; Sun, 11 Jul 2004 00:59:46 GMT (envelope-from eik) Message-Id: <200407110059.i6B0xkSk049661@repoman.freebsd.org> From: Oliver Eikemeier Date: Sun, 11 Jul 2004 00:59: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/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, 11 Jul 2004 00:59:47 -0000 eik 2004-07-11 00:59:46 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: ethereal Revision Changes Path 1.148 +88 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Jul 11 01:00: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 C7E0816A4CE; Sun, 11 Jul 2004 01:00:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A886443D39; Sun, 11 Jul 2004 01:00:45 +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 i6B10jAT049744; Sun, 11 Jul 2004 01:00:45 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B10jAi049743; Sun, 11 Jul 2004 01:00:45 GMT (envelope-from kris) Message-Id: <200407110100.i6B10jAi049743@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 01:00: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/sdpa 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, 11 Jul 2004 01:00:45 -0000 kris 2004-07-11 01:00:45 UTC FreeBSD ports repository Modified files: math/sdpa Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.7 +1 -0 ports/math/sdpa/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 01: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 B0FD016A4CE; Sun, 11 Jul 2004 01:04:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 922BD43D49; Sun, 11 Jul 2004 01:04: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 i6B14FuD049853; Sun, 11 Jul 2004 01:04:15 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B14FnM049852; Sun, 11 Jul 2004 01:04:15 GMT (envelope-from kris) Message-Id: <200407110104.i6B14FnM049852@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 01:04: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/misc/xosd 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, 11 Jul 2004 01:04:15 -0000 kris 2004-07-11 01:04:15 UTC FreeBSD ports repository Modified files: misc/xosd Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.27 +2 -0 ports/misc/xosd/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 01:05: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 4E99416A4CE; Sun, 11 Jul 2004 01:05:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3060343D1D; Sun, 11 Jul 2004 01:05:43 +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 i6B15h25049995; Sun, 11 Jul 2004 01:05:43 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B15hFB049994; Sun, 11 Jul 2004 01:05:43 GMT (envelope-from kris) Message-Id: <200407110105.i6B15hFB049994@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 01:05: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/devel/p5-SVN-Simple 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, 11 Jul 2004 01:05:43 -0000 kris 2004-07-11 01:05:43 UTC FreeBSD ports repository Modified files: devel/p5-SVN-Simple Makefile Log: BROKEN: Missing dependency Revision Changes Path 1.2 +2 -0 ports/devel/p5-SVN-Simple/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 01:06: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 9E8CD16A4CF; Sun, 11 Jul 2004 01:06:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B24E43D31; Sun, 11 Jul 2004 01:06: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 i6B168qd050034; Sun, 11 Jul 2004 01:06:08 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B1681G050033; Sun, 11 Jul 2004 01:06:08 GMT (envelope-from kris) Message-Id: <200407110106.i6B1681G050033@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 01:06: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/devel/p5-SVN-Web 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, 11 Jul 2004 01:06:08 -0000 kris 2004-07-11 01:06:08 UTC FreeBSD ports repository Modified files: devel/p5-SVN-Web Makefile Log: BROKEN: Missing dependency Revision Changes Path 1.2 +2 -0 ports/devel/p5-SVN-Web/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 01: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 949E016A4CE; Sun, 11 Jul 2004 01:07:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7718443D1D; Sun, 11 Jul 2004 01:07: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 i6B171Sc050076; Sun, 11 Jul 2004 01:07:01 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B171XK050075; Sun, 11 Jul 2004 01:07:01 GMT (envelope-from kris) Message-Id: <200407110107.i6B171XK050075@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 01:07: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/games/flightgear 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, 11 Jul 2004 01:07:01 -0000 kris 2004-07-11 01:07:01 UTC FreeBSD ports repository Modified files: games/flightgear Makefile Log: BROKEN: Missing dependency Revision Changes Path 1.29 +2 -0 ports/games/flightgear/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 01: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 1AA5016A4CE; Sun, 11 Jul 2004 01:11:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F110543D2D; Sun, 11 Jul 2004 01:11: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 i6B1BCqs050232; Sun, 11 Jul 2004 01:11:12 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B1BCM3050231; Sun, 11 Jul 2004 01:11:12 GMT (envelope-from tjr) Message-Id: <200407110111.i6B1BCM3050231@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 11 Jul 2004 01:11:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/hexdump conv.c display.c hexdump.h od.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, 11 Jul 2004 01:11:13 -0000 tjr 2004-07-11 01:11:12 UTC FreeBSD src repository Modified files: usr.bin/hexdump conv.c display.c hexdump.h od.1 Log: Add POSIX-style support for multibyte characters to od(1): the 'c' conversion interprets input bytes as multibyte sequences and displays printable characters in the area corresponding to their first byte. The remaining bytes are shown as "**". Revision Changes Path 1.7 +63 -4 src/usr.bin/hexdump/conv.c 1.19 +31 -1 src/usr.bin/hexdump/display.c 1.9 +6 -1 src/usr.bin/hexdump/hexdump.h 1.17 +14 -5 src/usr.bin/hexdump/od.1 From owner-cvs-all@FreeBSD.ORG Sun Jul 11 01: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 B000716A4CE; Sun, 11 Jul 2004 01:11:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91F5443D1D; Sun, 11 Jul 2004 01:11:39 +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 i6B1BdrZ050270; Sun, 11 Jul 2004 01:11:39 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B1BdNx050269; Sun, 11 Jul 2004 01:11:39 GMT (envelope-from kris) Message-Id: <200407110111.i6B1BdNx050269@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 01:11: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/dctc-gui-qt 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, 11 Jul 2004 01:11:39 -0000 kris 2004-07-11 01:11:39 UTC FreeBSD ports repository Modified files: net/dctc-gui-qt Makefile Log: BROKEN: Build fails Revision Changes Path 1.10 +2 -0 ports/net/dctc-gui-qt/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 01: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 BE66316A4CE; Sun, 11 Jul 2004 01:13:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A06A943D39; Sun, 11 Jul 2004 01:13: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 i6B1DQbV050318; Sun, 11 Jul 2004 01:13:26 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B1DQjl050317; Sun, 11 Jul 2004 01:13:26 GMT (envelope-from kris) Message-Id: <200407110113.i6B1DQjl050317@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 01:13: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/print/lilypond 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, 11 Jul 2004 01:13:26 -0000 kris 2004-07-11 01:13:26 UTC FreeBSD ports repository Modified files: print/lilypond Makefile Log: BROKEN on 5.x: Does not compile Revision Changes Path 1.25 +4 -0 ports/print/lilypond/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 01: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 1FFDA16A4CE; Sun, 11 Jul 2004 01:22:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE4CA43D1D; Sun, 11 Jul 2004 01:22:40 +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 i6B1MeQw050571; Sun, 11 Jul 2004 01:22:40 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B1MeSF050570; Sun, 11 Jul 2004 01:22:40 GMT (envelope-from rwatson) Message-Id: <200407110122.i6B1MeSF050570@repoman.freebsd.org> From: Robert Watson Date: Sun, 11 Jul 2004 01:22:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern 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, 11 Jul 2004 01:22:41 -0000 rwatson 2004-07-11 01:22:40 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Assign pointers values of NULL rather than 0 in soreceive(). Revision Changes Path 1.196 +2 -2 src/sys/kern/uipc_socket.c From owner-cvs-all@FreeBSD.ORG Sun Jul 11 01: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 1BEEC16A4CE; Sun, 11 Jul 2004 01:24:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F190B43D31; Sun, 11 Jul 2004 01:24:29 +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 i6B1OT7L050622; Sun, 11 Jul 2004 01:24:29 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B1OT0n050621; Sun, 11 Jul 2004 01:24:29 GMT (envelope-from kris) Message-Id: <200407110124.i6B1OT0n050621@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 01:24: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/www/p5-libapreq2 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, 11 Jul 2004 01:24:30 -0000 kris 2004-07-11 01:24:29 UTC FreeBSD ports repository Modified files: www/p5-libapreq2 Makefile Log: BROKEN: Fails to configure Revision Changes Path 1.3 +2 -0 ports/www/p5-libapreq2/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 01: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 5843E16A4CE; Sun, 11 Jul 2004 01:25:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39CCB43D1D; Sun, 11 Jul 2004 01:25:48 +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 i6B1Pm3I050731; Sun, 11 Jul 2004 01:25:48 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B1PmxM050730; Sun, 11 Jul 2004 01:25:48 GMT (envelope-from kris) Message-Id: <200407110125.i6B1PmxM050730@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 01:25: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/wml 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, 11 Jul 2004 01:25:48 -0000 kris 2004-07-11 01:25:48 UTC FreeBSD ports repository Modified files: www/wml Makefile Log: BROKEN: Broken pkg-plist Revision Changes Path 1.48 +2 -0 ports/www/wml/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 01: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 1818616A4CE; Sun, 11 Jul 2004 01:29:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE4AF43D1F; Sun, 11 Jul 2004 01:29:09 +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 i6B1T9ex050808; Sun, 11 Jul 2004 01:29:09 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B1T9eK050807; Sun, 11 Jul 2004 01:29:09 GMT (envelope-from kris) Message-Id: <200407110129.i6B1T9eK050807@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 01: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/silc-client 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, 11 Jul 2004 01:29:10 -0000 kris 2004-07-11 01:29:09 UTC FreeBSD ports repository Modified files: net/silc-client Makefile Log: BROKEN: Broken pkg-plist Revision Changes Path 1.37 +2 -0 ports/net/silc-client/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 01:34: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 1B94B16A4CE; Sun, 11 Jul 2004 01:34:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0BD243D2D; Sun, 11 Jul 2004 01:34:34 +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 i6B1YYHd050973; Sun, 11 Jul 2004 01:34:34 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B1YYV6050972; Sun, 11 Jul 2004 01:34:34 GMT (envelope-from rwatson) Message-Id: <200407110134.i6B1YYV6050972@repoman.freebsd.org> From: Robert Watson Date: Sun, 11 Jul 2004 01:34:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern 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, 11 Jul 2004 01:34:35 -0000 rwatson 2004-07-11 01:34:34 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Break out non-inline out-of-band data receive code from soreceive() and put it in its own helper function soreceive_rcvoob(). Revision Changes Path 1.197 +63 -38 src/sys/kern/uipc_socket.c From owner-cvs-all@FreeBSD.ORG Sun Jul 11 01:38: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 4EEB616A4CE; Sun, 11 Jul 2004 01:38:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F95343D2D; Sun, 11 Jul 2004 01:38:26 +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 i6B1cQZN051175; Sun, 11 Jul 2004 01:38:26 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B1cQcG051174; Sun, 11 Jul 2004 01:38:26 GMT (envelope-from grehan) Message-Id: <200407110138.i6B1cQcG051174@repoman.freebsd.org> From: Peter Grehan Date: Sun, 11 Jul 2004 01:38: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/conf files.powerpc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 01:38:26 -0000 grehan 2004-07-11 01:38:26 UTC FreeBSD src repository Modified files: sys/conf files.powerpc Log: Fix build for non-WITNESS case spotted by: Suleiman Souhlal Revision Changes Path 1.38 +1 -0 src/sys/conf/files.powerpc From owner-cvs-all@FreeBSD.ORG Sun Jul 11 01:44: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 A7BB316A4CE; Sun, 11 Jul 2004 01:44:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A054243D4C; Sun, 11 Jul 2004 01:44:07 +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 i6B1i7uE051386; Sun, 11 Jul 2004 01:44:07 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B1i7FN051385; Sun, 11 Jul 2004 01:44:07 GMT (envelope-from marcel) Message-Id: <200407110144.i6B1i7FN051385@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Jul 2004 01:44: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/conf NOTES 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, 11 Jul 2004 01:44:07 -0000 marcel 2004-07-11 01:44:07 UTC FreeBSD src repository Modified files: sys/conf NOTES options Log: Update for the KDB framework: o Rename WITNESS_DDB to WITNESS_KDB. In the new world order KDB is the acronym to use for debugging related code. The DDB option is used to enable the DDB debugger backend only. o Likewise, rename DDB_TRACE to KDB_TRACE, rename DDB_UNATTENDED to KDB_UNATTENDED and rename SC_HISTORY_DDBKEY to SC_HISTORY_KDBKEY. o Remove DDB_NOKLDSYM. The new DDB backend supports pre-linker symbol lookups as well as KLD symbol lookups at the same time. o Remove GDB_REMOTE_CHAT. The GDB protocol hacks to allow this are FreeBSD specific. At the same time, the GDB protocol has packets for console output. Revision Changes Path 1.1244 +18 -25 src/sys/conf/NOTES 1.464 +11 -18 src/sys/conf/options From owner-cvs-all@FreeBSD.ORG Sun Jul 11 01: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 6D28616A4ED; Sun, 11 Jul 2004 01:44:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1256F43D3F; Sun, 11 Jul 2004 01:44:13 +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 i6B1iCch051419; Sun, 11 Jul 2004 01:44:12 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B1iCb5051418; Sun, 11 Jul 2004 01:44:12 GMT (envelope-from rwatson) Message-Id: <200407110144.i6B1iCb5051418@repoman.freebsd.org> From: Robert Watson Date: Sun, 11 Jul 2004 01:44: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/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, 11 Jul 2004 01:44:16 -0000 rwatson 2004-07-11 01:44:12 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: In the 'dontblock' section of soreceive(), assert that the mbuf on hand ('m') is in fact the first mbuf in the receive socket buffer. Revision Changes Path 1.198 +1 -0 src/sys/kern/uipc_socket.c From owner-cvs-all@FreeBSD.ORG Sun Jul 11 01:47: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 52D8916A4CE; Sun, 11 Jul 2004 01:47:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3491C43D1D; Sun, 11 Jul 2004 01:47:26 +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 i6B1lQSr051632; Sun, 11 Jul 2004 01:47:26 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B1lQj8051631; Sun, 11 Jul 2004 01:47:26 GMT (envelope-from marcel) Message-Id: <200407110147.i6B1lQj8051631@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Jul 2004 01:47: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/alpha/alpha alpha-gdbstub.c src/sys/amd64/amd64 amd64-gdbstub.c src/sys/i386/i386 i386-gdbstub.c src/sys/ia64/ia64 ia64-gdbstub.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 01:47:26 -0000 marcel 2004-07-11 01:47:26 UTC FreeBSD src repository Removed files: sys/alpha/alpha alpha-gdbstub.c sys/amd64/amd64 amd64-gdbstub.c sys/i386/i386 i386-gdbstub.c sys/ia64/ia64 ia64-gdbstub.c Log: Remove the now unused GDB stubs. See src/sys/gdb/* for the new KDB backend. Revision Changes Path 1.16 +0 -746 src/sys/alpha/alpha/alpha-gdbstub.c (dead) 1.27 +0 -614 src/sys/amd64/amd64/amd64-gdbstub.c (dead) 1.26 +0 -612 src/sys/i386/i386/i386-gdbstub.c (dead) 1.5 +0 -580 src/sys/ia64/ia64/ia64-gdbstub.c (dead) From owner-cvs-all@FreeBSD.ORG Sun Jul 11 01:50: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 3003416A4CE; Sun, 11 Jul 2004 01:50:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 060D043D2D; Sun, 11 Jul 2004 01:50:10 +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 i6B1o9J4051706; Sun, 11 Jul 2004 01:50:09 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B1o9Qb051705; Sun, 11 Jul 2004 01:50:09 GMT (envelope-from marcel) Message-Id: <200407110150.i6B1o9Qb051705@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Jul 2004 01:50: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/ddb db_elf.c db_kld.c db_sysctl.c db_trap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 01:50:12 -0000 marcel 2004-07-11 01:50:09 UTC FreeBSD src repository Removed files: sys/ddb db_elf.c db_kld.c db_sysctl.c db_trap.c Log: Remove now unused files: db_elf.c, db_kld.c: The new KDB backend supports both at the same time. db_sysctl.c: The functionality has been moved to sys/kern/subr_kdb.c. db_trap.c: The DDB entry point has been moved to sys/ddb/db_main.c. Revision Changes Path 1.19 +0 -421 src/sys/ddb/db_elf.c (dead) 1.12 +0 -133 src/sys/ddb/db_kld.c (dead) 1.5 +0 -77 src/sys/ddb/db_sysctl.c (dead) 1.17 +0 -77 src/sys/ddb/db_trap.c (dead) From owner-cvs-all@FreeBSD.ORG Sun Jul 11 02:17: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 03F0B16A4CE; Sun, 11 Jul 2004 02:17:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE96D43D48; Sun, 11 Jul 2004 02:17:57 +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 i6B2HvJV052483; Sun, 11 Jul 2004 02:17:57 GMT (envelope-from mp@repoman.freebsd.org) Received: (from mp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B2Hv9B052482; Sun, 11 Jul 2004 02:17:57 GMT (envelope-from mp) Message-Id: <200407110217.i6B2Hv9B052482@repoman.freebsd.org> From: Mark Peek Date: Sun, 11 Jul 2004 02:17:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ZOULAS Subject: cvs commit: src/contrib/tcsh - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 02:17:58 -0000 mp 2004-07-11 02:17:57 UTC FreeBSD src repository src/contrib/tcsh - Imported sources Update of /home/ncvs/src/contrib/tcsh In directory repoman.freebsd.org:/tmp/cvs-serv52466 Log Message: Import of tcsh-6.13.00 Status: Vendor Tag: ZOULAS Release Tags: tcsh_6_13 U src/contrib/tcsh/FAQ U src/contrib/tcsh/Fixes U src/contrib/tcsh/Imakefile U src/contrib/tcsh/MAKEDIFFS U src/contrib/tcsh/MAKESHAR U src/contrib/tcsh/Makefile.in U src/contrib/tcsh/Makefile.std U src/contrib/tcsh/Makefile.vms U src/contrib/tcsh/NewThings U src/contrib/tcsh/Ported U src/contrib/tcsh/README U src/contrib/tcsh/README.imake U src/contrib/tcsh/WishList U src/contrib/tcsh/Y2K U src/contrib/tcsh/complete.tcsh U src/contrib/tcsh/config.guess U src/contrib/tcsh/config.h.in U src/contrib/tcsh/config.sub U src/contrib/tcsh/config_f.h U src/contrib/tcsh/configure U src/contrib/tcsh/configure.in U src/contrib/tcsh/csh-mode.el U src/contrib/tcsh/ed.chared.c U src/contrib/tcsh/ed.decls.h U src/contrib/tcsh/ed.defns.c U src/contrib/tcsh/ed.h U src/contrib/tcsh/ed.init.c U src/contrib/tcsh/ed.inputl.c U src/contrib/tcsh/ed.screen.c U src/contrib/tcsh/ed.refresh.c U src/contrib/tcsh/ed.term.c U src/contrib/tcsh/ed.term.h U src/contrib/tcsh/ed.xmap.c U src/contrib/tcsh/eight-bit.me U src/contrib/tcsh/gethost.c U src/contrib/tcsh/glob.3 U src/contrib/tcsh/glob.c U src/contrib/tcsh/glob.h U src/contrib/tcsh/host.defs U src/contrib/tcsh/imake.config U src/contrib/tcsh/install-sh U src/contrib/tcsh/ma.setp.c U src/contrib/tcsh/mi.termios.c U src/contrib/tcsh/mi.varargs.h U src/contrib/tcsh/mi.wait.h U src/contrib/tcsh/patchlevel.h U src/contrib/tcsh/pathnames.h U src/contrib/tcsh/sh.c U src/contrib/tcsh/sh.char.c U src/contrib/tcsh/sh.char.h U src/contrib/tcsh/sh.decls.h U src/contrib/tcsh/sh.dir.c U src/contrib/tcsh/sh.dir.h U src/contrib/tcsh/sh.dol.c U src/contrib/tcsh/sh.err.c U src/contrib/tcsh/sh.exec.c U src/contrib/tcsh/sh.exp.c U src/contrib/tcsh/sh.file.c U src/contrib/tcsh/sh.func.c U src/contrib/tcsh/sh.glob.c U src/contrib/tcsh/sh.h U src/contrib/tcsh/sh.hist.c U src/contrib/tcsh/sh.init.c U src/contrib/tcsh/sh.lex.c U src/contrib/tcsh/sh.misc.c U src/contrib/tcsh/sh.parse.c U src/contrib/tcsh/sh.print.c U src/contrib/tcsh/sh.proc.c U src/contrib/tcsh/sh.proc.h U src/contrib/tcsh/sh.sem.c U src/contrib/tcsh/sh.set.c U src/contrib/tcsh/sh.time.c U src/contrib/tcsh/sh.types.h U src/contrib/tcsh/snames.h U src/contrib/tcsh/tc.h U src/contrib/tcsh/src.desc U src/contrib/tcsh/tc.alloc.c U src/contrib/tcsh/tc.bind.c U src/contrib/tcsh/tc.const.c U src/contrib/tcsh/tc.decls.h U src/contrib/tcsh/tc.disc.c U src/contrib/tcsh/tc.func.c U src/contrib/tcsh/tc.os.c U src/contrib/tcsh/tc.os.h U src/contrib/tcsh/tc.printf.c U src/contrib/tcsh/tc.prompt.c U src/contrib/tcsh/tc.sched.c U src/contrib/tcsh/tc.sig.c U src/contrib/tcsh/tc.sig.h U src/contrib/tcsh/tc.str.c U src/contrib/tcsh/tc.vers.c U src/contrib/tcsh/tc.wait.h U src/contrib/tcsh/tc.who.c U src/contrib/tcsh/tcsh.man U src/contrib/tcsh/tcsh.man2html U src/contrib/tcsh/termcap.vms U src/contrib/tcsh/tw.color.c U src/contrib/tcsh/tw.comp.c U src/contrib/tcsh/tw.decls.h U src/contrib/tcsh/tw.h U src/contrib/tcsh/tw.help.c U src/contrib/tcsh/tw.init.c U src/contrib/tcsh/tw.parse.c U src/contrib/tcsh/tw.spell.c U src/contrib/tcsh/vms.termcap.c U src/contrib/tcsh/nls/Makefile U src/contrib/tcsh/nls/C/set1 U src/contrib/tcsh/nls/C/set10 U src/contrib/tcsh/nls/C/set11 U src/contrib/tcsh/nls/C/set12 U src/contrib/tcsh/nls/C/set13 U src/contrib/tcsh/nls/C/set14 U src/contrib/tcsh/nls/C/set15 U src/contrib/tcsh/nls/C/set16 U src/contrib/tcsh/nls/C/set17 U src/contrib/tcsh/nls/C/set18 U src/contrib/tcsh/nls/C/set19 U src/contrib/tcsh/nls/C/set2 U src/contrib/tcsh/nls/C/set20 U src/contrib/tcsh/nls/C/set21 U src/contrib/tcsh/nls/C/set22 U src/contrib/tcsh/nls/C/set23 U src/contrib/tcsh/nls/C/set24 U src/contrib/tcsh/nls/C/set25 U src/contrib/tcsh/nls/C/set26 U src/contrib/tcsh/nls/C/set27 U src/contrib/tcsh/nls/C/set29 U src/contrib/tcsh/nls/C/set3 U src/contrib/tcsh/nls/C/set30 U src/contrib/tcsh/nls/C/set31 U src/contrib/tcsh/nls/C/set4 U src/contrib/tcsh/nls/C/set5 U src/contrib/tcsh/nls/C/set6 U src/contrib/tcsh/nls/C/set7 U src/contrib/tcsh/nls/C/set8 U src/contrib/tcsh/nls/C/set9 U src/contrib/tcsh/nls/et/set1 U src/contrib/tcsh/nls/et/set10 U src/contrib/tcsh/nls/et/set11 U src/contrib/tcsh/nls/et/set12 U src/contrib/tcsh/nls/et/set13 U src/contrib/tcsh/nls/et/set14 U src/contrib/tcsh/nls/et/set15 U src/contrib/tcsh/nls/et/set16 U src/contrib/tcsh/nls/et/set17 U src/contrib/tcsh/nls/et/set18 U src/contrib/tcsh/nls/et/set19 U src/contrib/tcsh/nls/et/set2 U src/contrib/tcsh/nls/et/set20 U src/contrib/tcsh/nls/et/set21 U src/contrib/tcsh/nls/et/set22 U src/contrib/tcsh/nls/et/set23 U src/contrib/tcsh/nls/et/set24 U src/contrib/tcsh/nls/et/set25 U src/contrib/tcsh/nls/et/set26 U src/contrib/tcsh/nls/et/set27 U src/contrib/tcsh/nls/et/set29 U src/contrib/tcsh/nls/et/set3 U src/contrib/tcsh/nls/et/set30 U src/contrib/tcsh/nls/et/set31 U src/contrib/tcsh/nls/et/set4 U src/contrib/tcsh/nls/et/set5 U src/contrib/tcsh/nls/et/set6 U src/contrib/tcsh/nls/et/set7 U src/contrib/tcsh/nls/et/set8 U src/contrib/tcsh/nls/et/set9 U src/contrib/tcsh/nls/finnish/set1 U src/contrib/tcsh/nls/finnish/set10 U src/contrib/tcsh/nls/finnish/set11 U src/contrib/tcsh/nls/finnish/set12 U src/contrib/tcsh/nls/finnish/set13 U src/contrib/tcsh/nls/finnish/set14 U src/contrib/tcsh/nls/finnish/set15 U src/contrib/tcsh/nls/finnish/set16 U src/contrib/tcsh/nls/finnish/set17 U src/contrib/tcsh/nls/finnish/set18 U src/contrib/tcsh/nls/finnish/set19 U src/contrib/tcsh/nls/finnish/set2 U src/contrib/tcsh/nls/finnish/set20 U src/contrib/tcsh/nls/finnish/set21 U src/contrib/tcsh/nls/finnish/set22 U src/contrib/tcsh/nls/finnish/set23 U src/contrib/tcsh/nls/finnish/set24 U src/contrib/tcsh/nls/finnish/set25 U src/contrib/tcsh/nls/finnish/set26 U src/contrib/tcsh/nls/finnish/set27 U src/contrib/tcsh/nls/finnish/set29 U src/contrib/tcsh/nls/finnish/set3 U src/contrib/tcsh/nls/finnish/set30 U src/contrib/tcsh/nls/finnish/set31 U src/contrib/tcsh/nls/finnish/set4 U src/contrib/tcsh/nls/finnish/set5 U src/contrib/tcsh/nls/finnish/set6 U src/contrib/tcsh/nls/finnish/set7 U src/contrib/tcsh/nls/finnish/set8 U src/contrib/tcsh/nls/finnish/set9 U src/contrib/tcsh/nls/french/set1 U src/contrib/tcsh/nls/french/set10 U src/contrib/tcsh/nls/french/set11 U src/contrib/tcsh/nls/french/set12 U src/contrib/tcsh/nls/french/set13 U src/contrib/tcsh/nls/french/set14 U src/contrib/tcsh/nls/french/set15 U src/contrib/tcsh/nls/french/set16 U src/contrib/tcsh/nls/french/set17 U src/contrib/tcsh/nls/french/set18 U src/contrib/tcsh/nls/french/set19 U src/contrib/tcsh/nls/french/set2 U src/contrib/tcsh/nls/french/set20 U src/contrib/tcsh/nls/french/set21 U src/contrib/tcsh/nls/french/set22 U src/contrib/tcsh/nls/french/set23 U src/contrib/tcsh/nls/french/set24 U src/contrib/tcsh/nls/french/set25 U src/contrib/tcsh/nls/french/set26 U src/contrib/tcsh/nls/french/set27 U src/contrib/tcsh/nls/french/set29 U src/contrib/tcsh/nls/french/set3 U src/contrib/tcsh/nls/french/set30 U src/contrib/tcsh/nls/french/set31 U src/contrib/tcsh/nls/french/set4 U src/contrib/tcsh/nls/french/set5 U src/contrib/tcsh/nls/french/set6 U src/contrib/tcsh/nls/french/set7 U src/contrib/tcsh/nls/french/set8 U src/contrib/tcsh/nls/french/set9 U src/contrib/tcsh/nls/german/set1 U src/contrib/tcsh/nls/german/set10 U src/contrib/tcsh/nls/german/set11 U src/contrib/tcsh/nls/german/set12 U src/contrib/tcsh/nls/german/set13 U src/contrib/tcsh/nls/german/set14 U src/contrib/tcsh/nls/german/set15 U src/contrib/tcsh/nls/german/set16 U src/contrib/tcsh/nls/german/set17 U src/contrib/tcsh/nls/german/set18 U src/contrib/tcsh/nls/german/set19 U src/contrib/tcsh/nls/german/set2 U src/contrib/tcsh/nls/german/set20 U src/contrib/tcsh/nls/german/set21 U src/contrib/tcsh/nls/german/set22 U src/contrib/tcsh/nls/german/set23 U src/contrib/tcsh/nls/german/set24 U src/contrib/tcsh/nls/german/set25 U src/contrib/tcsh/nls/german/set26 U src/contrib/tcsh/nls/german/set27 U src/contrib/tcsh/nls/german/set29 U src/contrib/tcsh/nls/german/set3 U src/contrib/tcsh/nls/german/set30 U src/contrib/tcsh/nls/german/set31 U src/contrib/tcsh/nls/german/set4 U src/contrib/tcsh/nls/german/set5 U src/contrib/tcsh/nls/german/set6 U src/contrib/tcsh/nls/german/set7 U src/contrib/tcsh/nls/german/set8 U src/contrib/tcsh/nls/german/set9 U src/contrib/tcsh/nls/greek/set1 U src/contrib/tcsh/nls/greek/set10 U src/contrib/tcsh/nls/greek/set11 U src/contrib/tcsh/nls/greek/set12 U src/contrib/tcsh/nls/greek/set13 U src/contrib/tcsh/nls/greek/set14 U src/contrib/tcsh/nls/greek/set15 U src/contrib/tcsh/nls/greek/set16 U src/contrib/tcsh/nls/greek/set17 U src/contrib/tcsh/nls/greek/set18 U src/contrib/tcsh/nls/greek/set19 U src/contrib/tcsh/nls/greek/set2 U src/contrib/tcsh/nls/greek/set20 U src/contrib/tcsh/nls/greek/set21 U src/contrib/tcsh/nls/greek/set22 U src/contrib/tcsh/nls/greek/set23 U src/contrib/tcsh/nls/greek/set24 U src/contrib/tcsh/nls/greek/set25 U src/contrib/tcsh/nls/greek/set26 U src/contrib/tcsh/nls/greek/set27 U src/contrib/tcsh/nls/greek/set29 U src/contrib/tcsh/nls/greek/set3 U src/contrib/tcsh/nls/greek/set30 U src/contrib/tcsh/nls/greek/set31 U src/contrib/tcsh/nls/greek/set4 U src/contrib/tcsh/nls/greek/set5 U src/contrib/tcsh/nls/greek/set6 U src/contrib/tcsh/nls/greek/set7 U src/contrib/tcsh/nls/greek/set8 U src/contrib/tcsh/nls/greek/set9 U src/contrib/tcsh/nls/italian/set1 U src/contrib/tcsh/nls/italian/set10 U src/contrib/tcsh/nls/italian/set11 U src/contrib/tcsh/nls/italian/set12 U src/contrib/tcsh/nls/italian/set13 U src/contrib/tcsh/nls/italian/set14 U src/contrib/tcsh/nls/italian/set15 U src/contrib/tcsh/nls/italian/set16 U src/contrib/tcsh/nls/italian/set17 U src/contrib/tcsh/nls/italian/set18 U src/contrib/tcsh/nls/italian/set19 U src/contrib/tcsh/nls/italian/set2 U src/contrib/tcsh/nls/italian/set20 U src/contrib/tcsh/nls/italian/set21 U src/contrib/tcsh/nls/italian/set22 U src/contrib/tcsh/nls/italian/set23 U src/contrib/tcsh/nls/italian/set24 U src/contrib/tcsh/nls/italian/set25 U src/contrib/tcsh/nls/italian/set26 U src/contrib/tcsh/nls/italian/set27 U src/contrib/tcsh/nls/italian/set29 U src/contrib/tcsh/nls/italian/set3 U src/contrib/tcsh/nls/italian/set30 U src/contrib/tcsh/nls/italian/set31 U src/contrib/tcsh/nls/italian/set4 U src/contrib/tcsh/nls/italian/set5 U src/contrib/tcsh/nls/italian/set6 U src/contrib/tcsh/nls/italian/set7 U src/contrib/tcsh/nls/italian/set8 U src/contrib/tcsh/nls/italian/set9 U src/contrib/tcsh/nls/ja/set1 U src/contrib/tcsh/nls/ja/set10 U src/contrib/tcsh/nls/ja/set11 U src/contrib/tcsh/nls/ja/set12 U src/contrib/tcsh/nls/ja/set13 U src/contrib/tcsh/nls/ja/set15 U src/contrib/tcsh/nls/ja/set16 U src/contrib/tcsh/nls/ja/set17 U src/contrib/tcsh/nls/ja/set18 U src/contrib/tcsh/nls/ja/set2 U src/contrib/tcsh/nls/ja/set21 U src/contrib/tcsh/nls/ja/set24 U src/contrib/tcsh/nls/ja/set29 U src/contrib/tcsh/nls/ja/set30 U src/contrib/tcsh/nls/ja/set5 U src/contrib/tcsh/nls/ja/set6 U src/contrib/tcsh/nls/ja/set8 U src/contrib/tcsh/nls/pl/README U src/contrib/tcsh/nls/pl/set1 U src/contrib/tcsh/nls/pl/set10 U src/contrib/tcsh/nls/pl/set11 U src/contrib/tcsh/nls/pl/set12 U src/contrib/tcsh/nls/pl/set13 U src/contrib/tcsh/nls/pl/set14 U src/contrib/tcsh/nls/pl/set15 U src/contrib/tcsh/nls/pl/set16 U src/contrib/tcsh/nls/pl/set17 U src/contrib/tcsh/nls/pl/set18 U src/contrib/tcsh/nls/pl/set19 U src/contrib/tcsh/nls/pl/set2 U src/contrib/tcsh/nls/pl/set20 U src/contrib/tcsh/nls/pl/set21 U src/contrib/tcsh/nls/pl/set22 U src/contrib/tcsh/nls/pl/set23 U src/contrib/tcsh/nls/pl/set24 U src/contrib/tcsh/nls/pl/set25 U src/contrib/tcsh/nls/pl/set26 U src/contrib/tcsh/nls/pl/set27 U src/contrib/tcsh/nls/pl/set29 U src/contrib/tcsh/nls/pl/set3 U src/contrib/tcsh/nls/pl/set30 U src/contrib/tcsh/nls/pl/set31 U src/contrib/tcsh/nls/pl/set4 U src/contrib/tcsh/nls/pl/set5 U src/contrib/tcsh/nls/pl/set6 U src/contrib/tcsh/nls/pl/set7 U src/contrib/tcsh/nls/pl/set8 U src/contrib/tcsh/nls/pl/set9 U src/contrib/tcsh/nls/russian/set1 U src/contrib/tcsh/nls/russian/set10 U src/contrib/tcsh/nls/russian/set11 U src/contrib/tcsh/nls/russian/set12 U src/contrib/tcsh/nls/russian/set13 U src/contrib/tcsh/nls/russian/set14 U src/contrib/tcsh/nls/russian/set15 U src/contrib/tcsh/nls/russian/set16 U src/contrib/tcsh/nls/russian/set17 U src/contrib/tcsh/nls/russian/set18 U src/contrib/tcsh/nls/russian/set19 U src/contrib/tcsh/nls/russian/set2 U src/contrib/tcsh/nls/russian/set20 U src/contrib/tcsh/nls/russian/set21 U src/contrib/tcsh/nls/russian/set22 U src/contrib/tcsh/nls/russian/set23 U src/contrib/tcsh/nls/russian/set24 U src/contrib/tcsh/nls/russian/set25 U src/contrib/tcsh/nls/russian/set26 U src/contrib/tcsh/nls/russian/set27 U src/contrib/tcsh/nls/russian/set29 U src/contrib/tcsh/nls/russian/set3 U src/contrib/tcsh/nls/russian/set30 U src/contrib/tcsh/nls/russian/set31 U src/contrib/tcsh/nls/russian/set4 U src/contrib/tcsh/nls/russian/set5 U src/contrib/tcsh/nls/russian/set6 U src/contrib/tcsh/nls/russian/set7 U src/contrib/tcsh/nls/russian/set8 U src/contrib/tcsh/nls/russian/set9 U src/contrib/tcsh/nls/spanish/set1 U src/contrib/tcsh/nls/spanish/set10 U src/contrib/tcsh/nls/spanish/set11 U src/contrib/tcsh/nls/spanish/set12 U src/contrib/tcsh/nls/spanish/set13 U src/contrib/tcsh/nls/spanish/set14 U src/contrib/tcsh/nls/spanish/set15 U src/contrib/tcsh/nls/spanish/set16 U src/contrib/tcsh/nls/spanish/set17 U src/contrib/tcsh/nls/spanish/set18 U src/contrib/tcsh/nls/spanish/set19 U src/contrib/tcsh/nls/spanish/set2 U src/contrib/tcsh/nls/spanish/set20 U src/contrib/tcsh/nls/spanish/set21 U src/contrib/tcsh/nls/spanish/set22 U src/contrib/tcsh/nls/spanish/set23 U src/contrib/tcsh/nls/spanish/set24 U src/contrib/tcsh/nls/spanish/set25 U src/contrib/tcsh/nls/spanish/set26 U src/contrib/tcsh/nls/spanish/set27 U src/contrib/tcsh/nls/spanish/set29 U src/contrib/tcsh/nls/spanish/set3 U src/contrib/tcsh/nls/spanish/set30 U src/contrib/tcsh/nls/spanish/set31 U src/contrib/tcsh/nls/spanish/set4 U src/contrib/tcsh/nls/spanish/set5 U src/contrib/tcsh/nls/spanish/set6 U src/contrib/tcsh/nls/spanish/set7 U src/contrib/tcsh/nls/spanish/set8 U src/contrib/tcsh/nls/spanish/set9 U src/contrib/tcsh/nls/ukrainian/set1 U src/contrib/tcsh/nls/ukrainian/set10 U src/contrib/tcsh/nls/ukrainian/set11 U src/contrib/tcsh/nls/ukrainian/set12 U src/contrib/tcsh/nls/ukrainian/set13 U src/contrib/tcsh/nls/ukrainian/set14 U src/contrib/tcsh/nls/ukrainian/set15 U src/contrib/tcsh/nls/ukrainian/set16 U src/contrib/tcsh/nls/ukrainian/set17 U src/contrib/tcsh/nls/ukrainian/set18 U src/contrib/tcsh/nls/ukrainian/set19 U src/contrib/tcsh/nls/ukrainian/set2 U src/contrib/tcsh/nls/ukrainian/set20 U src/contrib/tcsh/nls/ukrainian/set21 U src/contrib/tcsh/nls/ukrainian/set22 U src/contrib/tcsh/nls/ukrainian/set23 U src/contrib/tcsh/nls/ukrainian/set24 U src/contrib/tcsh/nls/ukrainian/set25 U src/contrib/tcsh/nls/ukrainian/set26 U src/contrib/tcsh/nls/ukrainian/set27 U src/contrib/tcsh/nls/ukrainian/set29 U src/contrib/tcsh/nls/ukrainian/set3 U src/contrib/tcsh/nls/ukrainian/set30 U src/contrib/tcsh/nls/ukrainian/set31 U src/contrib/tcsh/nls/ukrainian/set4 U src/contrib/tcsh/nls/ukrainian/set5 U src/contrib/tcsh/nls/ukrainian/set6 U src/contrib/tcsh/nls/ukrainian/set7 U src/contrib/tcsh/nls/ukrainian/set8 U src/contrib/tcsh/nls/ukrainian/set9 U src/contrib/tcsh/config/bsd4.4 No conflicts created by this import From owner-cvs-all@FreeBSD.ORG Sun Jul 11 02:20: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 3CF5916A4CE; Sun, 11 Jul 2004 02:20:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 206BD43D2F; Sun, 11 Jul 2004 02:20: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 i6B2Krog052613; Sun, 11 Jul 2004 02:20:53 GMT (envelope-from mp@repoman.freebsd.org) Received: (from mp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B2KrOw052612; Sun, 11 Jul 2004 02:20:53 GMT (envelope-from mp) Message-Id: <200407110220.i6B2KrOw052612@repoman.freebsd.org> From: Mark Peek Date: Sun, 11 Jul 2004 02:20: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/contrib/tcsh FREEBSD-Xlist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 02:20:53 -0000 mp 2004-07-11 02:20:52 UTC FreeBSD src repository Modified files: contrib/tcsh FREEBSD-Xlist Log: Add the nls/*/charset files to the exclude list. These files are not needed and only provide comments in the text NLS files. Revision Changes Path 1.2 +1 -0 src/contrib/tcsh/FREEBSD-Xlist From owner-cvs-all@FreeBSD.ORG Sun Jul 11 02: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 563C516A4CE; Sun, 11 Jul 2004 02:23:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38F1443D3F; Sun, 11 Jul 2004 02:23:38 +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 i6B2Nc5D052678; Sun, 11 Jul 2004 02:23:38 GMT (envelope-from mp@repoman.freebsd.org) Received: (from mp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B2Nc1G052677; Sun, 11 Jul 2004 02:23:38 GMT (envelope-from mp) Message-Id: <200407110223.i6B2Nc1G052677@repoman.freebsd.org> From: Mark Peek Date: Sun, 11 Jul 2004 02:23: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/csh 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: Sun, 11 Jul 2004 02:23:38 -0000 mp 2004-07-11 02:23:38 UTC FreeBSD src repository Modified files: bin/csh config.h Log: KANJI and DSPMBYTE are now "on" by default in the tcsh 6.13.00 distribution. Revision Changes Path 1.8 +18 -13 src/bin/csh/config.h From owner-cvs-all@FreeBSD.ORG Sun Jul 11 03: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 C39F516A4CE; Sun, 11 Jul 2004 03:03:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A61D543D3F; Sun, 11 Jul 2004 03:03:48 +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 i6B33mwZ054100; Sun, 11 Jul 2004 03:03:48 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B33mrq054099; Sun, 11 Jul 2004 03:03:48 GMT (envelope-from marcel) Message-Id: <200407110303.i6B33mrq054099@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Jul 2004 03:03: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/alpha/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 03:03:49 -0000 marcel 2004-07-11 03:03:48 UTC FreeBSD src repository Modified files: sys/alpha/conf GENERIC Log: Add options KDB and GDB. KDB takes on the function of what DDB used to be. Both DDB and GDB specify which KDB backends to include. Revision Changes Path 1.171 +3 -1 src/sys/alpha/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Sun Jul 11 03: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 E281B16A4CE; Sun, 11 Jul 2004 03:07:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5AA543D48; Sun, 11 Jul 2004 03:07:28 +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 i6B37SRD054289; Sun, 11 Jul 2004 03:07:28 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B37S7p054288; Sun, 11 Jul 2004 03:07:28 GMT (envelope-from marcel) Message-Id: <200407110307.i6B37S7p054288@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Jul 2004 03:07: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/conf GENERIC.hints X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 03:07:29 -0000 marcel 2004-07-11 03:07:28 UTC FreeBSD src repository Modified files: sys/alpha/conf GENERIC.hints Log: Now that the console setup is identical to that on other platforms, we also need to have the right sio(4) flags: sio0: flags=0x10 so that it will be console. sio1: flags=0x80 so that it can be used as debug port. Revision Changes Path 1.8 +2 -0 src/sys/alpha/conf/GENERIC.hints From owner-cvs-all@FreeBSD.ORG Sun Jul 11 03:09: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 380AA16A4CE; Sun, 11 Jul 2004 03:09:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A98B43D31; Sun, 11 Jul 2004 03:09:54 +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 i6B39rOc054342; Sun, 11 Jul 2004 03:09:54 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B39rgX054341; Sun, 11 Jul 2004 03:09:53 GMT (envelope-from marcel) Message-Id: <200407110309.i6B39rgX054341@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Jul 2004 03:09: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/amd64/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 03:09:54 -0000 marcel 2004-07-11 03:09:53 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC Log: Add options KDB and GDB. KDB takes on the function of what DDB used to be. Both DDB and GDB specify which KDB backends to include. Revision Changes Path 1.412 +3 -1 src/sys/amd64/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Sun Jul 11 03:12: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 E7ECD16A4CE; Sun, 11 Jul 2004 03:12:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C93F643D31; Sun, 11 Jul 2004 03:12:00 +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 i6B3C0bT054493; Sun, 11 Jul 2004 03:12:00 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B3C0rl054492; Sun, 11 Jul 2004 03:12:00 GMT (envelope-from marcel) Message-Id: <200407110312.i6B3C0rl054492@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Jul 2004 03:12: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/i386/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 03:12:01 -0000 marcel 2004-07-11 03:12:00 UTC FreeBSD src repository Modified files: sys/i386/conf GENERIC Log: Add options KDB and GDB. KDB takes on the function of what DDB used to be. Both DDB and GDB specify which KDB backends to include. Revision Changes Path 1.406 +3 -1 src/sys/i386/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Sun Jul 11 03: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 8726E16A4CE; Sun, 11 Jul 2004 03:16:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68B4543D48; Sun, 11 Jul 2004 03:16:42 +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 i6B3Ggrs054645; Sun, 11 Jul 2004 03:16:42 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B3Gg6Q054644; Sun, 11 Jul 2004 03:16:42 GMT (envelope-from marcel) Message-Id: <200407110316.i6B3Gg6Q054644@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Jul 2004 03: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/sys/ia64/conf GENERIC SKI X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 03:16:42 -0000 marcel 2004-07-11 03:16:42 UTC FreeBSD src repository Modified files: sys/ia64/conf GENERIC SKI Log: Add options KDB and GDB. KDB takes on the function of what DDB used to be. Both DDB and GDB specify which KDB backends to include. Revision Changes Path 1.63 +3 -1 src/sys/ia64/conf/GENERIC 1.17 +3 -1 src/sys/ia64/conf/SKI From owner-cvs-all@FreeBSD.ORG Sun Jul 11 03: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 2EA0416A4CF; Sun, 11 Jul 2004 03:20:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10A8F43D31; Sun, 11 Jul 2004 03:20:10 +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 i6B3K9Yl054714; Sun, 11 Jul 2004 03:20:09 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B3K9wU054713; Sun, 11 Jul 2004 03:20:09 GMT (envelope-from marcel) Message-Id: <200407110320.i6B3K9wU054713@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Jul 2004 03:20: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/sparc64/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 03:20:10 -0000 marcel 2004-07-11 03:20:09 UTC FreeBSD src repository Modified files: sys/sparc64/conf GENERIC Log: Add options KDB and GDB. KDB takes on the function of what DDB used to be. Both DDB and GDB specify which KDB backends to include. Revision Changes Path 1.74 +3 -1 src/sys/sparc64/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Sun Jul 11 03:21: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 D62FF16A4CE; Sun, 11 Jul 2004 03:21:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B911943D49; Sun, 11 Jul 2004 03:21:24 +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 i6B3LOvP054848; Sun, 11 Jul 2004 03:21:24 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B3LOWx054847; Sun, 11 Jul 2004 03:21:24 GMT (envelope-from marcel) Message-Id: <200407110321.i6B3LOWx054847@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Jul 2004 03:21: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/sparc64/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: Sun, 11 Jul 2004 03:21:25 -0000 marcel 2004-07-11 03:21:24 UTC FreeBSD src repository Modified files: sys/sparc64/conf NOTES Log: The SC_DISABLE_DDBKEY options has been renamed to SC_DISABLE_KDBKEY. Revision Changes Path 1.8 +1 -1 src/sys/sparc64/conf/NOTES From owner-cvs-all@FreeBSD.ORG Sun Jul 11 03:31: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 EF03316A4CE; Sun, 11 Jul 2004 03:31:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D153143D31; Sun, 11 Jul 2004 03:31:59 +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 i6B3Vxts055150; Sun, 11 Jul 2004 03:31:59 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B3VxHf055149; Sun, 11 Jul 2004 03:31:59 GMT (envelope-from mezz) Message-Id: <200407110331.i6B3VxHf055149@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 11 Jul 2004 03:31: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/games/neverball Makefile distinfo pkg-descr ports/games/neverball/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: Sun, 11 Jul 2004 03:32:00 -0000 mezz 2004-07-11 03:31:59 UTC FreeBSD ports repository Modified files: games/neverball Makefile distinfo pkg-descr games/neverball/files patch-Makefile Log: Update to 1.3.2. Revision Changes Path 1.14 +1 -1 ports/games/neverball/Makefile 1.12 +2 -2 ports/games/neverball/distinfo 1.7 +5 -5 ports/games/neverball/files/patch-Makefile 1.3 +7 -7 ports/games/neverball/pkg-descr From owner-cvs-all@FreeBSD.ORG Sun Jul 11 03:32: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 640BB16A4CE; Sun, 11 Jul 2004 03:32:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 463CD43D41; Sun, 11 Jul 2004 03:32:27 +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 i6B3WRIf055188; Sun, 11 Jul 2004 03:32:27 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B3WRbp055187; Sun, 11 Jul 2004 03:32:27 GMT (envelope-from mezz) Message-Id: <200407110332.i6B3WRbp055187@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 11 Jul 2004 03:32: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/straw 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, 11 Jul 2004 03:32:27 -0000 mezz 2004-07-11 03:32:27 UTC FreeBSD ports repository Modified files: net/straw Makefile Log: Drop maintainership to ports. Revision Changes Path 1.10 +1 -1 ports/net/straw/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 04: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 76FFF16A4CF; Sun, 11 Jul 2004 04:00:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BD9743D46; Sun, 11 Jul 2004 04:00:47 +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 i6B40lhm055951; Sun, 11 Jul 2004 04:00:47 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B40lpY055950; Sun, 11 Jul 2004 04:00:47 GMT (envelope-from kris) Message-Id: <200407110400.i6B40lpY055950@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 04:00: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/graphics/compupic 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, 11 Jul 2004 04:00:48 -0000 kris 2004-07-11 04:00:47 UTC FreeBSD ports repository Modified files: graphics/compupic Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.3 +2 -0 ports/graphics/compupic/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 04:05: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 6EB6016A4CF; Sun, 11 Jul 2004 04:05:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51E2E43D3F; Sun, 11 Jul 2004 04:05:44 +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 i6B45icX056179; Sun, 11 Jul 2004 04:05:44 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B45iJO056178; Sun, 11 Jul 2004 04:05:44 GMT (envelope-from marcel) Message-Id: <200407110405.i6B45iJO056178@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Jul 2004 04:05: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/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: Sun, 11 Jul 2004 04:05:44 -0000 marcel 2004-07-11 04:05:44 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version for the following (weak) reasons: o Sources that are shared between kernel and userland and that may contain references to DDB or any of its functions may need to know this. o Userland tools may include from now on. Think kernel debugger... o The kernel core file now contains the TID of the kernel thread that made the dump. Revision Changes Path 1.202 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Sun Jul 11 04:38: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 DAABD16A4CF; Sun, 11 Jul 2004 04:38:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCD3E43D39; Sun, 11 Jul 2004 04:38:39 +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 i6B4cdPZ056956; Sun, 11 Jul 2004 04:38:39 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B4cdWQ056955; Sun, 11 Jul 2004 04:38:39 GMT (envelope-from marcel) Message-Id: <200407110438.i6B4cdWQ056955@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Jul 2004 04:38: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 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: Sun, 11 Jul 2004 04:38:40 -0000 marcel 2004-07-11 04:38:39 UTC FreeBSD src repository Modified files: . UPDATING Log: Add 3 new entries: o __FreeBSD_version bumped to 502122 o Alpha console initialization requires the same sio(4) hints as on other platforms. Options NO_SIO and DEV_SC removed. o KDB framework: Added KDB and GDB; Renamed WITNESS_DDB, DDB_TRACE DDB_UNATTENDED. Removed GDB_REMOTE_CHAT and DDB_NOKLDSYM. Revision Changes Path 1.324 +30 -0 src/UPDATING From owner-cvs-all@FreeBSD.ORG Sun Jul 11 04:42: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 CFB9316A4CE; Sun, 11 Jul 2004 04:42:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2ED643D3F; Sun, 11 Jul 2004 04:42:09 +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 i6B4g9xT057089; Sun, 11 Jul 2004 04:42:09 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B4g9BL057088; Sun, 11 Jul 2004 04:42:09 GMT (envelope-from marcel) Message-Id: <200407110442.i6B4g9BL057088@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Jul 2004 04:42: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/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, 11 Jul 2004 04:42:10 -0000 marcel 2004-07-11 04:42:09 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_version 502122. Revision Changes Path 1.460 +7 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 11 05: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 B05C816A4CE; Sun, 11 Jul 2004 05:00:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9470343D2F; Sun, 11 Jul 2004 05:00: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 i6B50kda057564; Sun, 11 Jul 2004 05:00:46 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B50k9p057563; Sun, 11 Jul 2004 05:00:46 GMT (envelope-from kris) Message-Id: <200407110500.i6B50k9p057563@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 05:00: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/getmail 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, 11 Jul 2004 05:00:46 -0000 kris 2004-07-11 05:00:46 UTC FreeBSD ports repository Modified files: mail/getmail Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.27 +2 -0 ports/mail/getmail/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 05: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 47D3916A4CE; Sun, 11 Jul 2004 05:03:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A4A443D1D; Sun, 11 Jul 2004 05:03: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 i6B534w7057649; Sun, 11 Jul 2004 05:03:04 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B534Ui057648; Sun, 11 Jul 2004 05:03:04 GMT (envelope-from kris) Message-Id: <200407110503.i6B534Ui057648@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 05:03: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/mail/mixminion 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, 11 Jul 2004 05:03:04 -0000 kris 2004-07-11 05:03:04 UTC FreeBSD ports repository Modified files: mail/mixminion Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.2 +2 -0 ports/mail/mixminion/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 05: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 5786D16A4CE; Sun, 11 Jul 2004 05:38:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A2C043D2F; Sun, 11 Jul 2004 05:38:37 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6B5cbST058562; Sun, 11 Jul 2004 05:38:37 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B5cbCf058561; Sun, 11 Jul 2004 05:38:37 GMT (envelope-from leeym) Message-Id: <200407110538.i6B5cbCf058561@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 11 Jul 2004 05:38: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/mail/razor-agents 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, 11 Jul 2004 05:38:37 -0000 leeym 2004-07-11 05:38:37 UTC FreeBSD ports repository Modified files: mail/razor-agents Makefile Log: - replace the default value of "/etc/razor" with "${PREFIX}/etc" - bump PORTREVISION PR: 68868 Submitted by: Rob Evers Revision Changes Path 1.28 +4 -0 ports/mail/razor-agents/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 05:58: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 911D516A4CE; Sun, 11 Jul 2004 05:58:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7540C43D2D; Sun, 11 Jul 2004 05:58:31 +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 i6B5wV5w059058; Sun, 11 Jul 2004 05:58:31 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B5wVrj059057; Sun, 11 Jul 2004 05:58:31 GMT (envelope-from tjr) Message-Id: <200407110558.i6B5wVrj059057@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 11 Jul 2004 05:58:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/regex regcomp.c regex2.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, 11 Jul 2004 05:58:31 -0000 tjr 2004-07-11 05:58:31 UTC FreeBSD src repository Modified files: lib/libc/regex regcomp.c regex2.h Log: Remove incomplete support for multi-character collating elements. Remove unused character category calculations. Revision Changes Path 1.31 +8 -245 src/lib/libc/regex/regcomp.c 1.7 +0 -17 src/lib/libc/regex/regex2.h From owner-cvs-all@FreeBSD.ORG Sun Jul 11 06:41: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 937AE16A4CE; Sun, 11 Jul 2004 06:41:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7620443D39; Sun, 11 Jul 2004 06:41:21 +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 i6B6fLog060126; Sun, 11 Jul 2004 06:41:21 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B6fLX5060125; Sun, 11 Jul 2004 06:41:21 GMT (envelope-from adamw) Message-Id: <200407110641.i6B6fLX5060125@repoman.freebsd.org> From: Adam Weinberger Date: Sun, 11 Jul 2004 06:41: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/devel/pkgconfig 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, 11 Jul 2004 06:41:21 -0000 adamw 2004-07-11 06:41:21 UTC FreeBSD ports repository Modified files: devel/pkgconfig pkg-plist Log: Now I can finally say that I've done a grammar tweak on a pkg-plist. Revision Changes Path 1.5 +1 -1 ports/devel/pkgconfig/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 11 07:00: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 5CB3716A4CE; Sun, 11 Jul 2004 07:00:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EE9F43D1F; Sun, 11 Jul 2004 07:00:38 +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 i6B70ciZ060593; Sun, 11 Jul 2004 07:00:38 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B70c5r060592; Sun, 11 Jul 2004 07:00:38 GMT (envelope-from kris) Message-Id: <200407110700.i6B70c5r060592@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 07:00: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/cad/gnucap 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, 11 Jul 2004 07:00:38 -0000 kris 2004-07-11 07:00:38 UTC FreeBSD ports repository Modified files: cad/gnucap Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.14 +2 -0 ports/cad/gnucap/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 07:11: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 11ADE16A4CE; Sun, 11 Jul 2004 07:11:19 +0000 (GMT) Received: from tora.nunu.org (YahooBB219003182029.bbtec.net [219.3.182.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58B4C43D2D; Sun, 11 Jul 2004 07:11:18 +0000 (GMT) (envelope-from simokawa@sat.t.u-tokyo.ac.jp) Received: from tora.nunu.org (unknown [192.168.1.2]) by tora.nunu.org (Postfix) with ESMTP id 0952F4DB44; Sun, 11 Jul 2004 16:11:16 +0900 (JST) Date: Sun, 11 Jul 2004 16:11:16 +0900 Message-ID: <87llhrqaqz.wl@tora.nunu.org> From: Hidetoshi Shimokawa To: Marcel Moolenaar In-Reply-To: <200407102102.i6AL2HhI040011@repoman.freebsd.org> References: <200407102102.i6AL2HhI040011@repoman.freebsd.org> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 MULE XEmacs/21.4 (patch 14) (Reasonable Discussion) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") 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/dev/dcons dcons.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 07:11:19 -0000 I'd like to re-support remote debugging by dcons(4). Do you have any pointer for "new GDB debug port interface"? /\ Hidetoshi Shimokawa \/ simokawa@sat.t.u-tokyo.ac.jp PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html At Sat, 10 Jul 2004 21:02:17 +0000 (UTC), Marcel Moolenaar wrote: > > marcel 2004-07-10 21:02:17 UTC > > FreeBSD src repository > > Modified files: > sys/dev/dcons dcons.c > Log: > Update for the KDB framework: > o Use kdb_alt_break() to handle the alternate break sequence instead > of handcoding it here. > o Remove GDB kluges to make this driver work with the pre-KDB remote > GDB code. > o Call kdb_enter() instead of Debugger(). > > Note that with this commit the dcons(4) driver cannot be used for > remote debugging anymore. This driver has to use the new GDB debug > port interface instead. Such has not been done yet. > > Revision Changes Path > 1.13 +4 -49 src/sys/dev/dcons/dcons.c From owner-cvs-all@FreeBSD.ORG Sun Jul 11 07: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 120CA16A4CE; Sun, 11 Jul 2004 07:25:43 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D69443D41; Sun, 11 Jul 2004 07:25:42 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-31-247.dsl.onthenet.net [203.144.31.247]) i6B7Peu9029967; Sun, 11 Jul 2004 17:25:41 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <40F0ED11.5070107@freebsd.org> Date: Sun, 11 Jul 2004 17:32:33 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200407082235.i68MZaBH030076@repoman.freebsd.org> <200407091114.44971.jhb@FreeBSD.org> In-Reply-To: <200407091114.44971.jhb@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Brian Somers cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/alpha/alpha autoconf.c src/sys/amd64/amd64 loader.confsrc/sys/ia64/ia64 autoconf.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 07:25:43 -0000 >> Change the following environment variables to kernel options: >> >> bootp -> BOOTP >> bootp.nfsroot -> BOOTP_NFSROOT >> bootp.nfsv3 -> BOOTP_NFSV3 >> bootp.compat -> BOOTP_COMPAT >> bootp.wired_to -> BOOTP_WIRED_TO ... > What about netbooting on other architectures? I used these settings early on in PPC development, but in hindsight that was a mistake: I should have gotten the loader to work first, since loader features such as tunables would have reduced dev time considerably. later, Peter. From owner-cvs-all@FreeBSD.ORG Sun Jul 11 07:49: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 E3FC216A4CE; Sun, 11 Jul 2004 07:49:02 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8509F43D3F; Sun, 11 Jul 2004 07:49:02 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from dhcp50.pn.xcllnt.net (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i6B7n2Ha079816; Sun, 11 Jul 2004 00:49:02 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp50.pn.xcllnt.net (localhost [127.0.0.1]) i6B7n2O9055253; Sun, 11 Jul 2004 00:49:02 -0700 (PDT) (envelope-from marcel@dhcp50.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp50.pn.xcllnt.net (8.12.11/8.12.11/Submit) id i6B7n2mi055252; Sun, 11 Jul 2004 00:49:02 -0700 (PDT) (envelope-from marcel) Date: Sun, 11 Jul 2004 00:49:01 -0700 From: Marcel Moolenaar To: Hidetoshi Shimokawa Message-ID: <20040711074901.GA55185@dhcp50.pn.xcllnt.net> References: <200407102102.i6AL2HhI040011@repoman.freebsd.org> <87llhrqaqz.wl@tora.nunu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87llhrqaqz.wl@tora.nunu.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/dcons dcons.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 07:49:03 -0000 On Sun, Jul 11, 2004 at 04:11:16PM +0900, Hidetoshi Shimokawa wrote: > I'd like to re-support remote debugging by dcons(4). > Do you have any pointer for "new GDB debug port interface"? The interface is defined in src/sys/gdb/gdb.h. A good example can be found in src/sys/dev/uart/uart_dbg.c. First GDB calls the probe function. The probe function is supposed to return a priority (>=0). A negative priority means that the debug port is dead or unusable. The uart(4) driver returns 0. So does the sio(4) driver. If you want to give dcons priority over a serial port, have the probe function return 1 or more. After all the probe functions have been called, one debug port is seleced as the current port. The init function for that port is called so that it can initialize itself. After that, the GDB backend will call the getc and putc functions to send and receive packets. The interface is mostly character oriented now, even though the GDB protocol is based on packets. If this doesn't work as efficiently for firewire (or ethernet for that matter) and have ideas to make it more friendly for you, let me know. I welcome improvements and enhancements. Thanks, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Sun Jul 11 07:55: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 BDD9216A4CE; Sun, 11 Jul 2004 07:55:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A025C43D58; Sun, 11 Jul 2004 07:55:03 +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 i6B7t3Va062105; Sun, 11 Jul 2004 07:55:03 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B7t3XS062104; Sun, 11 Jul 2004 07:55:03 GMT (envelope-from thierry) Message-Id: <200407110755.i6B7t3XS062104@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 11 Jul 2004 07: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/french/mozilla-flp 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, 11 Jul 2004 07:55:03 -0000 thierry 2004-07-11 07:55:03 UTC FreeBSD ports repository Modified files: french/mozilla-flp Makefile distinfo Log: Distfile has been rerolled. Bump PORTREVISION. Noticed by: Kris / pointyhat. Revision Changes Path 1.3 +1 -2 ports/french/mozilla-flp/Makefile 1.2 +2 -2 ports/french/mozilla-flp/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 11 08:06: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 1636C16A4CE; Sun, 11 Jul 2004 08:06:07 +0000 (GMT) Received: from tora.nunu.org (YahooBB219003182029.bbtec.net [219.3.182.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1F1D43D31; Sun, 11 Jul 2004 08:06:06 +0000 (GMT) (envelope-from simokawa@sat.t.u-tokyo.ac.jp) Received: from tora.nunu.org (unknown [192.168.1.2]) by tora.nunu.org (Postfix) with ESMTP id AE3B54AD59; Sun, 11 Jul 2004 17:06:05 +0900 (JST) Date: Sun, 11 Jul 2004 17:06:05 +0900 Message-ID: <87iscvq87m.wl@tora.nunu.org> From: Hidetoshi Shimokawa To: Marcel Moolenaar In-Reply-To: <20040711074901.GA55185@dhcp50.pn.xcllnt.net> References: <200407102102.i6AL2HhI040011@repoman.freebsd.org> <87llhrqaqz.wl@tora.nunu.org> <20040711074901.GA55185@dhcp50.pn.xcllnt.net> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 MULE XEmacs/21.4 (patch 14) (Reasonable Discussion) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") 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/dev/dcons dcons.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 08:06:07 -0000 Thank you for your explanation. I found that the interface is very similar to the low level console interface. dcons(4) is actually character oriented and the current interface seems sufficient. /\ Hidetoshi Shimokawa \/ simokawa@sat.t.u-tokyo.ac.jp PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html At Sun, 11 Jul 2004 00:49:01 -0700, Marcel Moolenaar wrote: > > On Sun, Jul 11, 2004 at 04:11:16PM +0900, Hidetoshi Shimokawa wrote: > > I'd like to re-support remote debugging by dcons(4). > > Do you have any pointer for "new GDB debug port interface"? > > The interface is defined in src/sys/gdb/gdb.h. A good example can > be found in src/sys/dev/uart/uart_dbg.c. > > First GDB calls the probe function. The probe function is supposed > to return a priority (>=0). A negative priority means that the > debug port is dead or unusable. The uart(4) driver returns 0. So > does the sio(4) driver. If you want to give dcons priority over a > serial port, have the probe function return 1 or more. > > After all the probe functions have been called, one debug port is > seleced as the current port. The init function for that port is > called so that it can initialize itself. > > After that, the GDB backend will call the getc and putc functions > to send and receive packets. The interface is mostly character > oriented now, even though the GDB protocol is based on packets. If > this doesn't work as efficiently for firewire (or ethernet for that > matter) and have ideas to make it more friendly for you, let me > know. I welcome improvements and enhancements. > > Thanks, > > -- > Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Sun Jul 11 08:07: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 0ADEB16A4CE; Sun, 11 Jul 2004 08:07:18 +0000 (GMT) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BA0D43D31; Sun, 11 Jul 2004 08:07:17 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id AB58F2284E; Sun, 11 Jul 2004 10:07:15 +0200 (CEST) Date: Sun, 11 Jul 2004 10:07:15 +0200 From: Erwin Lansing To: Thierry Thomas Message-ID: <20040711080715.GL61373@droso.net> Mail-Followup-To: Thierry Thomas , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200407110755.i6B7t3XS062104@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ABTtc+pdwF7KHXCz" Content-Disposition: inline In-Reply-To: <200407110755.i6B7t3XS062104@repoman.freebsd.org> X-Operating-System: FreeBSD/i386 5.2.1-RELEASE-p1 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/french/mozilla-flp 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, 11 Jul 2004 08:07:18 -0000 --ABTtc+pdwF7KHXCz Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 11, 2004 at 07:55:03AM +0000, Thierry Thomas wrote: > thierry 2004-07-11 07:55:03 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > french/mozilla-flp Makefile distinfo=20 > Log: > Distfile has been rerolled. Bump PORTREVISION. > =20 > Noticed by: Kris / pointyhat. > =20 Why was the ditfile rerolled? Could you please include a summary of the relevant changes when the distfile changes without a version change? http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/ports.= html#Q12.5.4. -erwin --=20 _._ _,-'""`-._ Erwin Lansing (,-.`._,'( |\`-/| erwin@lansing.dk http://droso.org `-.-' \ )-`( , o o) erwin@FreeBSD.org -bf- `- \`_`"'- --ABTtc+pdwF7KHXCz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA8PUzqy9aWxUlaZARAghzAKC5KaPeHDzd3VnyPJgnj8n/ZPy0qQCg4iAC 5c1inHGpymkAASr28WmTHR4= =VMOa -----END PGP SIGNATURE----- --ABTtc+pdwF7KHXCz-- From owner-cvs-all@FreeBSD.ORG Sun Jul 11 08:14: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 E61CD16A4CE; Sun, 11 Jul 2004 08:14:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7D9D43D41; Sun, 11 Jul 2004 08:14:09 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6B8E9X4062675; Sun, 11 Jul 2004 08:14:09 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B8E93u062674; Sun, 11 Jul 2004 08:14:09 GMT (envelope-from mi) Message-Id: <200407110814.i6B8E93u062674@repoman.freebsd.org> From: Mikhail Teterin Date: Sun, 11 Jul 2004 08:14: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/print/rlpr Makefile ports/print/rlpr/files patch-ldflags X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 08:14:10 -0000 mi 2004-07-11 08:14:09 UTC FreeBSD ports repository Modified files: print/rlpr Makefile Added files: print/rlpr/files patch-ldflags Log: Declare USE_GETOPT_LONG=yes for the sake of -stable Revision Changes Path 1.19 +1 -0 ports/print/rlpr/Makefile 1.1 +9 -0 ports/print/rlpr/files/patch-ldflags (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 11 08: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 A1D2916A4CE; Sun, 11 Jul 2004 08:14:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8531643D2D; Sun, 11 Jul 2004 08:14:35 +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 i6B8EZpD062742; Sun, 11 Jul 2004 08:14:35 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B8EZ91062741; Sun, 11 Jul 2004 08:14:35 GMT (envelope-from fjoe) Message-Id: <200407110814.i6B8EZ91062741@repoman.freebsd.org> From: Max Khon Date: Sun, 11 Jul 2004 08:14: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-toolkits/wxgtk2-devel Makefile ports/x11-toolkits/wxgtk2-utils-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, 11 Jul 2004 08:14:35 -0000 fjoe 2004-07-11 08:14:35 UTC FreeBSD ports repository Modified files: x11-toolkits/wxgtk2-devel Makefile x11-toolkits/wxgtk2-utils-devel Makefile Log: Fix LIB_DEPENDS for wxgtk2-utils-devel port. Revision Changes Path 1.3 +5 -9 ports/x11-toolkits/wxgtk2-devel/Makefile 1.2 +4 -0 ports/x11-toolkits/wxgtk2-utils-devel/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 08:18: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 414B216A4CF; Sun, 11 Jul 2004 08:18:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AD9043D45; Sun, 11 Jul 2004 08:18:12 +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 i6B8ICXd062985; Sun, 11 Jul 2004 08:18:12 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B8ICTq062984; Sun, 11 Jul 2004 08:18:12 GMT (envelope-from lofi) Message-Id: <200407110818.i6B8ICTq062984@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 11 Jul 2004 08:18: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/arabic/koffice-i18n Makefile distinfo ports/korean/kde3-i18n Makefile distinfo ports/misc/kde3-i18n-id Makefile distinfo ports/misc/kde3-i18n-lv Makefile distinfo ports/ukrainian/koffice-i18n 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, 11 Jul 2004 08:18:12 -0000 lofi 2004-07-11 08:18:12 UTC FreeBSD ports repository Modified files: arabic/koffice-i18n Makefile distinfo korean/kde3-i18n Makefile distinfo misc/kde3-i18n-id Makefile distinfo misc/kde3-i18n-lv Makefile distinfo ukrainian/koffice-i18n Makefile distinfo Log: Pet portlint. Revision Changes Path 1.11 +1 -0 ports/arabic/koffice-i18n/Makefile 1.4 +2 -1 ports/arabic/koffice-i18n/distinfo 1.24 +1 -0 ports/korean/kde3-i18n/Makefile 1.10 +2 -1 ports/korean/kde3-i18n/distinfo 1.34 +1 -0 ports/misc/kde3-i18n-id/Makefile 1.16 +2 -1 ports/misc/kde3-i18n-id/distinfo 1.34 +1 -0 ports/misc/kde3-i18n-lv/Makefile 1.16 +2 -1 ports/misc/kde3-i18n-lv/distinfo 1.9 +1 -0 ports/ukrainian/koffice-i18n/Makefile 1.4 +2 -1 ports/ukrainian/koffice-i18n/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 11 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 118CE16A4CE; Sun, 11 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 0BC8C43D1D; Sun, 11 Jul 2004 08:38:32 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6B8cVTB063539; Sun, 11 Jul 2004 08:38:31 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B8cVQu063538; Sun, 11 Jul 2004 08:38:31 GMT (envelope-from mi) Message-Id: <200407110838.i6B8cVQu063538@repoman.freebsd.org> From: Mikhail Teterin Date: Sun, 11 Jul 2004 08:38: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/tcl-trf Makefile ports/devel/tcl-trf/files patch-crypt patch-loadman patch-md2 patch-md5dig patch-mkin patch-rmd160 patch-sha patch-sha1 patch-zlib X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 08:38:32 -0000 mi 2004-07-11 08:38:31 UTC FreeBSD ports repository Modified files: devel/tcl-trf Makefile devel/tcl-trf/files patch-crypt patch-loadman patch-md2 patch-md5dig patch-mkin patch-sha patch-sha1 patch-zlib Added files: devel/tcl-trf/files patch-rmd160 Log: Retreat to using OpenSSL's message digest routines instead of -lmd. They are sometimes faster and never slower. Using -lmd is still possible by building with ``TRF_USE_MD=yes''. Bump PORTREVISION. Use the RIPEMD160* routines from -lcrypto (or -lmd) instead of our own -- just like for md[25] and sha*. Neither -lcrypto nor -lmd provide RIPEMD128 (not strong enough?), so stay with our own implementation. sparc64/amd64 are not expected to work yet... Revision Changes Path 1.13 +20 -1 ports/devel/tcl-trf/Makefile 1.4 +3 -2 ports/devel/tcl-trf/files/patch-crypt 1.4 +2 -11 ports/devel/tcl-trf/files/patch-loadman 1.4 +18 -21 ports/devel/tcl-trf/files/patch-md2 1.3 +18 -18 ports/devel/tcl-trf/files/patch-md5dig 1.4 +17 -11 ports/devel/tcl-trf/files/patch-mkin 1.1 +242 -0 ports/devel/tcl-trf/files/patch-rmd160 (new) 1.3 +16 -25 ports/devel/tcl-trf/files/patch-sha 1.3 +11 -12 ports/devel/tcl-trf/files/patch-sha1 1.3 +0 -42 ports/devel/tcl-trf/files/patch-zlib From owner-cvs-all@FreeBSD.ORG Sun Jul 11 08: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 E9FF916A4CE; Sun, 11 Jul 2004 08:59:48 +0000 (GMT) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64DA043D46; Sun, 11 Jul 2004 08:59:48 +0000 (GMT) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 021907670; Sun, 11 Jul 2004 10:57:12 +0200 (CEST) Date: Sun, 11 Jul 2004 10:57:12 +0200 From: Thierry Thomas To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040711085712.GA75348@graf.pompo.net> Mail-Followup-To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200407110755.i6B7t3XS062104@repoman.freebsd.org> <20040711080715.GL61373@droso.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZGiS0Q5IWpPtfppv" Content-Disposition: inline In-Reply-To: <20040711080715.GL61373@droso.net> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.10-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 Subject: Re: cvs commit: ports/french/mozilla-flp 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, 11 Jul 2004 08:59:49 -0000 --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Le Dim 11 jul 04 =E0 10:07:15 +0200, Erwin Lansing =E9crivait=A0: > Why was the ditfile rerolled? Could you please include a summary of > the relevant changes when the distfile changes without a version change? >=20 > http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/port= s.html#Q12.5.4. When they update the translation, they keep Mozilla's version number. This port install binary files, then it's difficult to trace the changes: diff -urN bin.orig bin Binary files bin.orig/chrome/FR.jar and bin/chrome/FR.jar differ Binary files bin.orig/chrome/fr-FR.jar and bin/chrome/fr-FR.jar differ Binary files bin.orig/chrome/fr-mac.jar and bin/chrome/fr-mac.jar differ Binary files bin.orig/chrome/fr-unix.jar and bin/chrome/fr-unix.jar differ Binary files bin.orig/chrome/fr-win.jar and bin/chrome/fr-win.jar differ Note: fr-mac.jar and fr-win.jar are not installed. I have tested the following points: - neither new nor removed files; - install / deinstall / reinstall / make package; - run mozilla with preferences set to french. The tarball is fetched directly from frenchmozilla.sourceforge.net, frenchmozilla is a well-known project, and I would be noticed of important failures or hacks. Regards, --=20 Th. Thomas. --ZGiS0Q5IWpPtfppv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA8QDoc95pjMcUBaIRAnnzAJ45TnsdxRdBjvn7TztoIqdYglU96wCgs4HK QG8xlM0mF/sTZk07p+8hxcA= =vI1u -----END PGP SIGNATURE----- --ZGiS0Q5IWpPtfppv-- From owner-cvs-all@FreeBSD.ORG Sun Jul 11 09:18: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 E95EB16A4CE; Sun, 11 Jul 2004 09:18:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDD2043D31; Sun, 11 Jul 2004 09:18:44 +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 i6B9IiTs064588; Sun, 11 Jul 2004 09:18:44 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B9IiGL064587; Sun, 11 Jul 2004 09:18:44 GMT (envelope-from clement) Message-Id: <200407110918.i6B9IiGL064587@repoman.freebsd.org> From: Clement Laforet Date: Sun, 11 Jul 2004 09: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/mod_auth_external2 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, 11 Jul 2004 09:18:45 -0000 clement 2004-07-11 09:18:44 UTC FreeBSD ports repository Modified files: www/mod_auth_external2 Makefile distinfo Removed files: www/mod_auth_external2 pkg-plist Log: - Update to 2.2.8 - Utilize www/apache2/Makefile.modules.3rd macros Revision Changes Path 1.4 +8 -9 ports/www/mod_auth_external2/Makefile 1.4 +2 -2 ports/www/mod_auth_external2/distinfo 1.3 +0 -3 ports/www/mod_auth_external2/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Jul 11 09:43: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 EBBCB16A4CE; Sun, 11 Jul 2004 09:43:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFF4F43D1D; Sun, 11 Jul 2004 09:43:17 +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 i6B9hH7i065334; Sun, 11 Jul 2004 09:43:17 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B9hHdt065333; Sun, 11 Jul 2004 09:43:17 GMT (envelope-from clement) Message-Id: <200407110943.i6B9hHdt065333@repoman.freebsd.org> From: Clement Laforet Date: Sun, 11 Jul 2004 09:43: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/www/apache2 Makefile.modules.3rd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 09:43:18 -0000 clement 2004-07-11 09:43:17 UTC FreeBSD ports repository Modified files: www/apache2 Makefile.modules.3rd Log: - Improve plist generation. It fixes problems when you deinstall a port with $PREFIX != $(apxs -q prefix). Now plist is aware of real location of apache module. Revision Changes Path 1.6 +13 -2 ports/www/apache2/Makefile.modules.3rd From owner-cvs-all@FreeBSD.ORG Sun Jul 11 09: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 5C93E16A4CE; Sun, 11 Jul 2004 09:46:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 575F943D1D; Sun, 11 Jul 2004 09:46:46 +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 i6B9kkDx065498; Sun, 11 Jul 2004 09:46:46 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B9kkQG065497; Sun, 11 Jul 2004 09:46:46 GMT (envelope-from metal) Message-Id: <200407110946.i6B9kkQG065497@repoman.freebsd.org> From: SUZUKI Koichi Date: Sun, 11 Jul 2004 09:46:46 +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 less.1 ls.1 sh.1 tcsh.1 vi.1 doc/ja_JP.eucJP/man/man3 fclose.3 libalias.3 doc/ja_JP.eucJP/man/man8 adduser.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: Sun, 11 Jul 2004 09:46:46 -0000 metal 2004-07-11 09:46:46 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 less.1 ls.1 sh.1 tcsh.1 vi.1 ja_JP.eucJP/man/man3 fclose.3 libalias.3 ja_JP.eucJP/man/man8 adduser.8 Log: Fix typos. Submitted by: kano@na.rim.or.jp Approved by: kuriyama (mentor) Revision Changes Path 1.9 +2 -2 doc/ja_JP.eucJP/man/man1/less.1 1.41 +1 -1 doc/ja_JP.eucJP/man/man1/ls.1 1.47 +4 -4 doc/ja_JP.eucJP/man/man1/sh.1 1.23 +1 -1 doc/ja_JP.eucJP/man/man1/tcsh.1 1.13 +3 -3 doc/ja_JP.eucJP/man/man1/vi.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/fclose.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/libalias.3 1.27 +1 -1 doc/ja_JP.eucJP/man/man8/adduser.8 From owner-cvs-all@FreeBSD.ORG Sun Jul 11 09:59: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 4DAC316A4CE; Sun, 11 Jul 2004 09:59:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 307C143D1F; Sun, 11 Jul 2004 09:59:12 +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 i6B9xC6X065839; Sun, 11 Jul 2004 09:59:12 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B9xCli065838; Sun, 11 Jul 2004 09:59:12 GMT (envelope-from krion) Message-Id: <200407110959.i6B9xCli065838@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 11 Jul 2004 09:59: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/editors/zoinks 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: Sun, 11 Jul 2004 09:59:12 -0000 krion 2004-07-11 09:59:11 UTC FreeBSD ports repository Modified files: editors/zoinks Makefile pkg-plist Log: Support WITHOUT_NLS Revision Changes Path 1.7 +8 -1 ports/editors/zoinks/Makefile 1.2 +1 -1 ports/editors/zoinks/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 11 10: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 9891616A4CE; Sun, 11 Jul 2004 10:03:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BE0543D46; Sun, 11 Jul 2004 10:03: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 i6BA3XpU065991; Sun, 11 Jul 2004 10:03:33 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BA3X8O065990; Sun, 11 Jul 2004 10:03:33 GMT (envelope-from krion) Message-Id: <200407111003.i6BA3X8O065990@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 11 Jul 2004 10:03: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/editors/nano 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: Sun, 11 Jul 2004 10:03:33 -0000 krion 2004-07-11 10:03:33 UTC FreeBSD ports repository Modified files: editors/nano Makefile pkg-plist Log: Support WITHOUT_NLS Revision Changes Path 1.31 +8 -1 ports/editors/nano/Makefile 1.15 +25 -25 ports/editors/nano/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 11 10:13: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 4BE7B16A4CE; Sun, 11 Jul 2004 10:13:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FAAA43D3F; Sun, 11 Jul 2004 10:13:06 +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 i6BAD6jS066374; Sun, 11 Jul 2004 10:13:06 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BAD6Re066373; Sun, 11 Jul 2004 10:13:06 GMT (envelope-from darrenr) Message-Id: <200407111013.i6BAD6Re066373@repoman.freebsd.org> From: Darren Reed Date: Sun, 11 Jul 2004 10:13: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 ip_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: Sun, 11 Jul 2004 10:13:06 -0000 darrenr 2004-07-11 10:13:06 UTC FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet ip_fil.c Log: Clean up a bunch of white-space difference with IPFilter source as well as remove some superfluous assignments for .d_version/.d_flags in a cdevsw structure initialisation that never sees the light of day in FreeBSD. Revision Changes Path 1.47 +8 -9 src/sys/contrib/ipfilter/netinet/ip_fil.c From owner-cvs-all@FreeBSD.ORG Sun Jul 11 10: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 34B9516A4CE; Sun, 11 Jul 2004 10:14:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1746243D49; Sun, 11 Jul 2004 10:14: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 i6BAE31C066419; Sun, 11 Jul 2004 10:14:03 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BAE3Q7066418; Sun, 11 Jul 2004 10:14:03 GMT (envelope-from krion) Message-Id: <200407111014.i6BAE3Q7066418@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 11 Jul 2004 10:14: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/lincity 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: Sun, 11 Jul 2004 10:14:04 -0000 krion 2004-07-11 10:14:03 UTC FreeBSD ports repository Modified files: games/lincity Makefile pkg-plist Log: Support WITHOUT_NLS Revision Changes Path 1.19 +8 -1 ports/games/lincity/Makefile 1.7 +2 -2 ports/games/lincity/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 11 10:18: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 3C80C16A4CE; Sun, 11 Jul 2004 10:18:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20F9A43D2D; Sun, 11 Jul 2004 10:18:37 +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 i6BAIbTR066581; Sun, 11 Jul 2004 10:18:37 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BAIbV6066580; Sun, 11 Jul 2004 10:18:37 GMT (envelope-from krion) Message-Id: <200407111018.i6BAIbV6066580@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 11 Jul 2004 10:18: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/nc6 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: Sun, 11 Jul 2004 10:18:37 -0000 krion 2004-07-11 10:18:36 UTC FreeBSD ports repository Modified files: net/nc6 Makefile pkg-plist Log: Support WITHOUT_NLS Revision Changes Path 1.12 +8 -1 ports/net/nc6/Makefile 1.4 +1 -1 ports/net/nc6/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 11 10:22: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 E9FFD16A4CE; Sun, 11 Jul 2004 10:22:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE2CF43D41; Sun, 11 Jul 2004 10:22: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 i6BAMk42066772; Sun, 11 Jul 2004 10:22:46 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BAMkAT066771; Sun, 11 Jul 2004 10:22:46 GMT (envelope-from krion) Message-Id: <200407111022.i6BAMkAT066771@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 11 Jul 2004 10:22: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/misc/lifelines 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: Sun, 11 Jul 2004 10:22:47 -0000 krion 2004-07-11 10:22:46 UTC FreeBSD ports repository Modified files: misc/lifelines Makefile pkg-plist Log: Support WITHOUT_NLS Revision Changes Path 1.6 +8 -1 ports/misc/lifelines/Makefile 1.5 +7 -7 ports/misc/lifelines/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 11 10:30: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 C77B116A4CE; Sun, 11 Jul 2004 10:30:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA5D743D1D; Sun, 11 Jul 2004 10:30:37 +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 i6BAUbBv067018; Sun, 11 Jul 2004 10:30:37 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BAUbXb067017; Sun, 11 Jul 2004 10:30:37 GMT (envelope-from krion) Message-Id: <200407111030.i6BAUbXb067017@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 11 Jul 2004 10:30: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/lang/gawk 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: Sun, 11 Jul 2004 10:30:38 -0000 krion 2004-07-11 10:30:37 UTC FreeBSD ports repository Modified files: lang/gawk Makefile pkg-plist Log: Support WITHOUT_NLS Pet portlint Revision Changes Path 1.19 +9 -0 ports/lang/gawk/Makefile 1.8 +7 -13 ports/lang/gawk/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 11 10:35: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 9C7A816A4CE; Sun, 11 Jul 2004 10:35:50 +0000 (GMT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5734D43D39; Sun, 11 Jul 2004 10:35:50 +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 1BjblX-0000Sl-S1; Sun, 11 Jul 2004 17:41:04 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.10/8.12.10) with ESMTP id i6BAbO9k073643; Sun, 11 Jul 2004 17:37:24 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.10/8.12.10/Submit) id i6BAbO9r073632; Sun, 11 Jul 2004 17:37:24 +0700 (NOVST) (envelope-from danfe) Date: Sun, 11 Jul 2004 17:37:24 +0700 From: Alexey Dokuchaev To: Maxim Konovalov Message-ID: <20040711103724.GA42847@regency.nsu.ru> References: <200407101755.i6AHtEJO033987@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407101755.i6AHtEJO033987@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man4 tcp.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: Sun, 11 Jul 2004 10:35:50 -0000 On Sat, Jul 10, 2004 at 05:55:13PM +0000, Maxim Konovalov wrote: > maxim 2004-07-10 17:55:13 UTC > > FreeBSD src repository > > Modified files: > share/man/man4 tcp.4 > Log: > o Document net.inet.sack.enable sysctl. net.inet.sack.sackhole_limit > is not documented yet, it is not used at the moment and is the subject > of the future work. > > Improved by: ru > Not objected: ps, jayanth Hmm, is renaming of ``net.inet.tcp.sack.sackhole_limit'' to ``net.inet.tcp.sack.maxholes'' is still considered by interested parties as was proposed by Dag-Erling back at June 24th? ./danfe P.S. There seem to be vast inconsistencies with ``*limit'' sysctl names WRT using underscore, i.e.: net.inet.tcp.syncache.bucketlimit net.inet.tcp.syncache.cachelimit net.inet.tcp.syncache.rexmtlimit but net.inet.sack.sackhole_limit kern.ps_arg_cache_limit Should we come to some agreement on this issue? From owner-cvs-all@FreeBSD.ORG Sun Jul 11 10:51: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 0455816A4CE; Sun, 11 Jul 2004 10:51:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBC7243D2F; Sun, 11 Jul 2004 10:51: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 i6BApAcD067526; Sun, 11 Jul 2004 10:51:10 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BApAkW067525; Sun, 11 Jul 2004 10:51:10 GMT (envelope-from krion) Message-Id: <200407111051.i6BApAkW067525@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 11 Jul 2004 10:51: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/comms/gnokii 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: Sun, 11 Jul 2004 10:51:11 -0000 krion 2004-07-11 10:51:10 UTC FreeBSD ports repository Modified files: comms/gnokii Makefile pkg-plist Log: Support WITHOUT_NLS Revision Changes Path 1.42 +8 -1 ports/comms/gnokii/Makefile 1.12 +10 -10 ports/comms/gnokii/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 11 10:55: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 B1BD716A4CE; Sun, 11 Jul 2004 10:55:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 957C943D1F; Sun, 11 Jul 2004 10:55: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 i6BAtNHt067663; Sun, 11 Jul 2004 10:55:23 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BAtNUD067662; Sun, 11 Jul 2004 10:55:23 GMT (envelope-from krion) Message-Id: <200407111055.i6BAtNUD067662@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 11 Jul 2004 10:55: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/games/gtypist 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: Sun, 11 Jul 2004 10:55:23 -0000 krion 2004-07-11 10:55:23 UTC FreeBSD ports repository Modified files: games/gtypist Makefile pkg-plist Log: Support WITHOUT_NLS Revision Changes Path 1.17 +8 -1 ports/games/gtypist/Makefile 1.7 +8 -8 ports/games/gtypist/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 11 11: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 6A68316A4CE; Sun, 11 Jul 2004 11:07:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F39A43D2F; Sun, 11 Jul 2004 11:07:01 +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 i6BB718h067979; Sun, 11 Jul 2004 11:07:01 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BB71mP067978; Sun, 11 Jul 2004 11:07:01 GMT (envelope-from krion) Message-Id: <200407111107.i6BB71mP067978@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 11 Jul 2004 11:07: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/comms/gsmlib 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: Sun, 11 Jul 2004 11:07:01 -0000 krion 2004-07-11 11:07:01 UTC FreeBSD ports repository Modified files: comms/gsmlib Makefile pkg-plist Log: Support WITHOUT_NLS Revision Changes Path 1.16 +8 -1 ports/comms/gsmlib/Makefile 1.4 +1 -1 ports/comms/gsmlib/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 11 11: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 3EF1316A4CE; Sun, 11 Jul 2004 11:15:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3879343D49; Sun, 11 Jul 2004 11:15:54 +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 i6BBFsiI068512; Sun, 11 Jul 2004 11:15:54 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BBFshK068511; Sun, 11 Jul 2004 11:15:54 GMT (envelope-from metal) Message-Id: <200407111115.i6BBFshK068511@repoman.freebsd.org> From: SUZUKI Koichi Date: Sun, 11 Jul 2004 11:15: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/ja_JP.eucJP/man/man1 chio.1 chmod.1 crunchgen.1 date.1 dd.1 du.1 ee.1 eqn.1 find.1 finger.1 ftp.1 less.1 look.1 lpr.1 patch.1 rsh.1 tcpdump.1 tcsh.1 vi.1 doc/ja_JP.eucJP/man/man2 fcntl.2 doc/ja_JP.eucJP/man/man3 cam_cdbparse.3 curs_scroll.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: Sun, 11 Jul 2004 11:15:54 -0000 metal 2004-07-11 11:15:54 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 chio.1 chmod.1 crunchgen.1 date.1 dd.1 du.1 ee.1 eqn.1 find.1 finger.1 ftp.1 less.1 look.1 lpr.1 patch.1 rsh.1 tcpdump.1 tcsh.1 vi.1 ja_JP.eucJP/man/man2 fcntl.2 ja_JP.eucJP/man/man3 cam_cdbparse.3 curs_scroll.3 libstand.3 readline.3 strxfrm.3 xdr.3 ja_JP.eucJP/man/man4 apm.4 rdp.4 scsi.4 tx.4 yp.4 ze.4 ja_JP.eucJP/man/man5 a.out.5 bootparams.5 dhcp-options.5 isdnd.rc.5 periodic.conf.5 rc.conf.5 rcsfile.5 ssh_config.5 termcap.5 ja_JP.eucJP/man/man7 groff_char.7 groff_www.7 hier.7 mailaddr.7 security.7 ja_JP.eucJP/man/man8 adding_user.8 adduser.8 chat.8 fdisk.8 fsck_ffs.8 kgzip.8 moused.8 mtree.8 ping6.8 ppp.8 rexecd.8 rpc.rquotad.8 sysinstall.8 watch.8 yp.8 ypxfr.8 ja_JP.eucJP/man/man9 VFS.9 device_add_child.9 timeout.9 Log: Fix typos. Submitted by: kano@na.rim.or.jp Revision Changes Path 1.18 +1 -1 doc/ja_JP.eucJP/man/man1/chio.1 1.30 +1 -1 doc/ja_JP.eucJP/man/man1/chmod.1 1.17 +1 -1 doc/ja_JP.eucJP/man/man1/crunchgen.1 1.34 +1 -1 doc/ja_JP.eucJP/man/man1/date.1 1.21 +1 -1 doc/ja_JP.eucJP/man/man1/dd.1 1.18 +1 -1 doc/ja_JP.eucJP/man/man1/du.1 1.20 +1 -1 doc/ja_JP.eucJP/man/man1/ee.1 1.13 +1 -1 doc/ja_JP.eucJP/man/man1/eqn.1 1.37 +1 -1 doc/ja_JP.eucJP/man/man1/find.1 1.23 +1 -1 doc/ja_JP.eucJP/man/man1/finger.1 1.26 +1 -1 doc/ja_JP.eucJP/man/man1/ftp.1 1.10 +1 -1 doc/ja_JP.eucJP/man/man1/less.1 1.10 +1 -1 doc/ja_JP.eucJP/man/man1/look.1 1.20 +2 -2 doc/ja_JP.eucJP/man/man1/lpr.1 1.15 +2 -2 doc/ja_JP.eucJP/man/man1/patch.1 1.17 +1 -1 doc/ja_JP.eucJP/man/man1/rsh.1 1.22 +1 -1 doc/ja_JP.eucJP/man/man1/tcpdump.1 1.24 +1 -1 doc/ja_JP.eucJP/man/man1/tcsh.1 1.14 +1 -1 doc/ja_JP.eucJP/man/man1/vi.1 1.17 +1 -1 doc/ja_JP.eucJP/man/man2/fcntl.2 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/cam_cdbparse.3 1.3 +1 -1 doc/ja_JP.eucJP/man/man3/curs_scroll.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/libstand.3 1.4 +26 -26 doc/ja_JP.eucJP/man/man3/readline.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/strxfrm.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/xdr.3 1.3 +1 -1 doc/ja_JP.eucJP/man/man4/apm.4 1.3 +1 -1 doc/ja_JP.eucJP/man/man4/rdp.4 1.3 +1 -1 doc/ja_JP.eucJP/man/man4/scsi.4 1.3 +1 -1 doc/ja_JP.eucJP/man/man4/tx.4 1.3 +1 -1 doc/ja_JP.eucJP/man/man4/yp.4 1.3 +1 -1 doc/ja_JP.eucJP/man/man4/ze.4 1.15 +1 -1 doc/ja_JP.eucJP/man/man5/a.out.5 1.11 +1 -1 doc/ja_JP.eucJP/man/man5/bootparams.5 1.17 +1 -1 doc/ja_JP.eucJP/man/man5/dhcp-options.5 1.21 +2 -2 doc/ja_JP.eucJP/man/man5/isdnd.rc.5 1.21 +1 -1 doc/ja_JP.eucJP/man/man5/periodic.conf.5 1.67 +1 -1 doc/ja_JP.eucJP/man/man5/rc.conf.5 1.10 +2 -2 doc/ja_JP.eucJP/man/man5/rcsfile.5 1.7 +1 -1 doc/ja_JP.eucJP/man/man5/ssh_config.5 1.22 +2 -2 doc/ja_JP.eucJP/man/man5/termcap.5 1.13 +1 -1 doc/ja_JP.eucJP/man/man7/groff_char.7 1.2 +1 -1 doc/ja_JP.eucJP/man/man7/groff_www.7 1.37 +1 -1 doc/ja_JP.eucJP/man/man7/hier.7 1.7 +1 -1 doc/ja_JP.eucJP/man/man7/mailaddr.7 1.30 +1 -1 doc/ja_JP.eucJP/man/man7/security.7 1.14 +1 -1 doc/ja_JP.eucJP/man/man8/adding_user.8 1.28 +2 -2 doc/ja_JP.eucJP/man/man8/adduser.8 1.19 +1 -1 doc/ja_JP.eucJP/man/man8/chat.8 1.28 +1 -1 doc/ja_JP.eucJP/man/man8/fdisk.8 1.4 +1 -1 doc/ja_JP.eucJP/man/man8/fsck_ffs.8 1.13 +1 -1 doc/ja_JP.eucJP/man/man8/kgzip.8 1.32 +1 -1 doc/ja_JP.eucJP/man/man8/moused.8 1.23 +1 -1 doc/ja_JP.eucJP/man/man8/mtree.8 1.16 +1 -1 doc/ja_JP.eucJP/man/man8/ping6.8 1.74 +5 -5 doc/ja_JP.eucJP/man/man8/ppp.8 1.13 +1 -1 doc/ja_JP.eucJP/man/man8/rexecd.8 1.11 +1 -1 doc/ja_JP.eucJP/man/man8/rpc.rquotad.8 1.19 +1 -1 doc/ja_JP.eucJP/man/man8/sysinstall.8 1.14 +1 -1 doc/ja_JP.eucJP/man/man8/watch.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/yp.8 1.17 +1 -1 doc/ja_JP.eucJP/man/man8/ypxfr.8 1.12 +1 -1 doc/ja_JP.eucJP/man/man9/VFS.9 1.10 +1 -1 doc/ja_JP.eucJP/man/man9/device_add_child.9 1.4 +2 -2 doc/ja_JP.eucJP/man/man9/timeout.9 From owner-cvs-all@FreeBSD.ORG Sun Jul 11 11: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 7858D16A4CE; Sun, 11 Jul 2004 11:18:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CAC543D1D; Sun, 11 Jul 2004 11:18:58 +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 i6BBIwZ8068585; Sun, 11 Jul 2004 11:18:58 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BBIw7C068584; Sun, 11 Jul 2004 11:18:58 GMT (envelope-from eik) Message-Id: <200407111118.i6BBIw7C068584@repoman.freebsd.org> From: Oliver Eikemeier Date: Sun, 11 Jul 2004 11: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/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: Sun, 11 Jul 2004 11:18:58 -0000 eik 2004-07-11 11:18:58 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: libpng row buffer overflow Revision Changes Path 1.47 +3 -1 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Sun Jul 11 11:20: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 0922E16A4CE; Sun, 11 Jul 2004 11:20:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 028FD43D49; Sun, 11 Jul 2004 11:20:41 +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 i6BBKeSr068735; Sun, 11 Jul 2004 11:20:40 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BBKe1m068734; Sun, 11 Jul 2004 11:20:40 GMT (envelope-from fjoe) Message-Id: <200407111120.i6BBKe1m068734@repoman.freebsd.org> From: Max Khon Date: Sun, 11 Jul 2004 11:20: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/databases/grass Makefile pkg-plist patch-src-misc-m.kappa-cmd-prt_hdr.c patch-src-raster-r.in.doq-cmd-get_newhead.c patch-src-raster-wildfire-src-r.ros-spot_dist.c patch-src.garden-grass.postgresql-g.stats.pg-infxStats.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 11:20:41 -0000 fjoe 2004-07-11 11:20:40 UTC FreeBSD ports repository Modified files: databases/grass Makefile pkg-plist databases/grass/files patch-configure.in Added files: databases/grass/files patch-src-misc-m.kappa-cmd-prt_hdr.c patch-src-misc-m.kappa-cmd-readin_data.c patch-src-raster-r.in.doq-cmd-get_newhead.c patch-src-raster-wildfire-src-r.ros-spot_dist.c patch-src.garden-grass.postgresql-g.column.pg-main.c patch-src.garden-grass.postgresql-g.stats.pg-infxStats.c Log: - Fix build on 5.x (fix compiling with gcc 3.x). This fixes pkg-plist on 5.x. - Provide really working fix for odbc driver. - Remove locks/%%HOSTNAME%% from pkg-plist -- it is cleaned up in pkg-deinstall. - Bump PORTREVISION. Revision Changes Path 1.32 +5 -9 ports/databases/grass/Makefile 1.5 +13 -2 ports/databases/grass/files/patch-configure.in 1.1 +11 -0 ports/databases/grass/files/patch-src-misc-m.kappa-cmd-prt_hdr.c (new) 1.1 +11 -0 ports/databases/grass/files/patch-src-misc-m.kappa-cmd-readin_data.c (new) 1.1 +20 -0 ports/databases/grass/files/patch-src-raster-r.in.doq-cmd-get_newhead.c (new) 1.1 +11 -0 ports/databases/grass/files/patch-src-raster-wildfire-src-r.ros-spot_dist.c (new) 1.1 +40 -0 ports/databases/grass/files/patch-src.garden-grass.postgresql-g.column.pg-main.c (new) 1.1 +24 -0 ports/databases/grass/files/patch-src.garden-grass.postgresql-g.stats.pg-infxStats.c (new) 1.8 +0 -1 ports/databases/grass/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 11 11:23: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 0661E16A4CE; Sun, 11 Jul 2004 11:23:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE29B43D39; Sun, 11 Jul 2004 11:23: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 i6BBNeBv068796; Sun, 11 Jul 2004 11:23:40 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BBNeDV068795; Sun, 11 Jul 2004 11:23:40 GMT (envelope-from krion) Message-Id: <200407111123.i6BBNeDV068795@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 11 Jul 2004 11:23: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/x11-wm/ude 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: Sun, 11 Jul 2004 11:23:41 -0000 krion 2004-07-11 11:23:40 UTC FreeBSD ports repository Modified files: x11-wm/ude Makefile pkg-plist Log: Support WITHOUT_NLS Revision Changes Path 1.24 +8 -1 ports/x11-wm/ude/Makefile 1.9 +6 -6 ports/x11-wm/ude/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 11 11:30: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 3909C16A4CE; Sun, 11 Jul 2004 11:30:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B0EA43D46; Sun, 11 Jul 2004 11:30: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 i6BBUhs4069015; Sun, 11 Jul 2004 11:30:43 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BBUhIr069014; Sun, 11 Jul 2004 11:30:43 GMT (envelope-from krion) Message-Id: <200407111130.i6BBUhIr069014@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 11 Jul 2004 11:30: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/x11-wm/windowmaker 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, 11 Jul 2004 11:30:44 -0000 krion 2004-07-11 11:30:43 UTC FreeBSD ports repository Modified files: x11-wm/windowmaker Makefile Log: Pet portlint Revision Changes Path 1.120 +2 -2 ports/x11-wm/windowmaker/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 11:37: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 542EC16A4CE; Sun, 11 Jul 2004 11:37:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37C7843D4C; Sun, 11 Jul 2004 11:37: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 i6BBbmEG069198; Sun, 11 Jul 2004 11:37:48 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BBbmHA069197; Sun, 11 Jul 2004 11:37:48 GMT (envelope-from krion) Message-Id: <200407111137.i6BBbmHA069197@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 11 Jul 2004 11:37: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/misc/most 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, 11 Jul 2004 11:37:48 -0000 krion 2004-07-11 11:37:48 UTC FreeBSD ports repository Modified files: misc/most Makefile distinfo pkg-plist Log: Update to 4.9.5 PR: ports/68915 Submitted by: Esa Karkkainen Revision Changes Path 1.12 +4 -4 ports/misc/most/Makefile 1.6 +2 -2 ports/misc/most/distinfo 1.7 +7 -7 ports/misc/most/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 11 11: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 ADA6B16A4CE; Sun, 11 Jul 2004 11:41:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9226843D2F; Sun, 11 Jul 2004 11:41: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 i6BBf63A069356; Sun, 11 Jul 2004 11:41:06 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BBf6cR069355; Sun, 11 Jul 2004 11:41:06 GMT (envelope-from krion) Message-Id: <200407111141.i6BBf6cR069355@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 11 Jul 2004 11:41: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/emulators/qemu Makefile distinfo ports/emulators/qemu/files patch-aa patch-bh patch-bt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 11:41:06 -0000 krion 2004-07-11 11:41:06 UTC FreeBSD ports repository Modified files: emulators/qemu Makefile distinfo emulators/qemu/files patch-aa patch-bh patch-bt Log: Update to version 0.6.0 PR: ports/68897 Submitted by: maintainer Revision Changes Path 1.12 +2 -4 ports/emulators/qemu/Makefile 1.9 +2 -2 ports/emulators/qemu/distinfo 1.2 +0 -34 ports/emulators/qemu/files/patch-aa 1.2 +0 -24 ports/emulators/qemu/files/patch-bh 1.3 +3 -3 ports/emulators/qemu/files/patch-bt From owner-cvs-all@FreeBSD.ORG Sun Jul 11 11:42: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 1524016A4CE; Sun, 11 Jul 2004 11:42:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA5E543D1D; Sun, 11 Jul 2004 11:42:54 +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 i6BBgsRi069412; Sun, 11 Jul 2004 11:42:54 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BBgsX1069411; Sun, 11 Jul 2004 11:42:54 GMT (envelope-from krion) Message-Id: <200407111142.i6BBgsX1069411@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 11 Jul 2004 11:42: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/gauche-gaunit 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, 11 Jul 2004 11:42:55 -0000 krion 2004-07-11 11:42:54 UTC FreeBSD ports repository Modified files: devel/gauche-gaunit Makefile distinfo Log: Update to 0.0.8 PR: ports/68886 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/devel/gauche-gaunit/Makefile 1.4 +2 -2 ports/devel/gauche-gaunit/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 11 11:51: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 136F716A4CE; Sun, 11 Jul 2004 11:51:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC60D43D3F; Sun, 11 Jul 2004 11:51:03 +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 i6BBp3hR069666; Sun, 11 Jul 2004 11:51:03 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BBp3rd069665; Sun, 11 Jul 2004 11:51:03 GMT (envelope-from edwin) Message-Id: <200407111151.i6BBp3rd069665@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 11 Jul 2004 11:51: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/tor 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, 11 Jul 2004 11:51:04 -0000 edwin 2004-07-11 11:51:03 UTC FreeBSD ports repository Modified files: security/tor Makefile Log: Keep a local copy until the original mastersite is back again. Submitted by: rik@#bsdports Revision Changes Path 1.4 +2 -1 ports/security/tor/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 11:55: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 86FF816A4CE; Sun, 11 Jul 2004 11:55:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A89643D31; Sun, 11 Jul 2004 11:55:50 +0000 (GMT) (envelope-from clive@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6BBtoIv069813; Sun, 11 Jul 2004 11:55:50 GMT (envelope-from clive@repoman.freebsd.org) Received: (from clive@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BBtonQ069812; Sun, 11 Jul 2004 11:55:50 GMT (envelope-from clive) Message-Id: <200407111155.i6BBtonQ069812@repoman.freebsd.org> From: Clive Lin Date: Sun, 11 Jul 2004 11: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/chinese/vim-scdoc 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, 11 Jul 2004 11:55:50 -0000 clive 2004-07-11 11:55:50 UTC FreeBSD ports repository Modified files: chinese/vim-scdoc Makefile distinfo pkg-plist Log: Upgrade to 0.7.0 PR: ports/68824 Submitted by: hamigua@hotpop.com Revision Changes Path 1.6 +5 -1 ports/chinese/vim-scdoc/Makefile 1.3 +2 -2 ports/chinese/vim-scdoc/distinfo 1.4 +73 -63 ports/chinese/vim-scdoc/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 11 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 0F43B16A4CE; Sun, 11 Jul 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 E786443D1F; Sun, 11 Jul 2004 11:57:48 +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 i6BBvmqT069895; Sun, 11 Jul 2004 11:57:48 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BBvmOH069894; Sun, 11 Jul 2004 11:57:48 GMT (envelope-from pav) Message-Id: <200407111157.i6BBvmOH069894@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 11 Jul 2004 11:57: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/goggles Makefile distinfo 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, 11 Jul 2004 11:57:49 -0000 pav 2004-07-11 11:57:48 UTC FreeBSD ports repository Modified files: multimedia/goggles Makefile distinfo multimedia/goggles/files patch-build-config.linux Log: - Distfile was rerolled, author updated build infrastructure, startup script, and removed object files, calling new file 0.9.4-patch1 Revision Changes Path 1.20 +2 -6 ports/multimedia/goggles/Makefile 1.9 +2 -2 ports/multimedia/goggles/distinfo 1.2 +48 -39 ports/multimedia/goggles/files/patch-build-config.linux From owner-cvs-all@FreeBSD.ORG Sun Jul 11 12:05: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 4BB7416A4CE; Sun, 11 Jul 2004 12:05:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FADF43D1D; Sun, 11 Jul 2004 12:05: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 i6BC5hb3070161; Sun, 11 Jul 2004 12:05:43 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BC5hQs070160; Sun, 11 Jul 2004 12:05:43 GMT (envelope-from eik) Message-Id: <200407111205.i6BC5hQs070160@repoman.freebsd.org> From: Oliver Eikemeier Date: Sun, 11 Jul 2004 12:05: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/graphics/linux-png10 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, 11 Jul 2004 12:05:43 -0000 eik 2004-07-11 12:05:43 UTC FreeBSD ports repository Modified files: graphics/linux-png10 Makefile Log: Bump PORTREVISION for security fix from Mar 16 2003 Revision Changes Path 1.14 +1 -1 ports/graphics/linux-png10/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 12:09: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 1302016A4CE; Sun, 11 Jul 2004 12:09:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBA7A43D39; Sun, 11 Jul 2004 12:09: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 i6BC93x3070398; Sun, 11 Jul 2004 12:09:03 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BC93gb070397; Sun, 11 Jul 2004 12:09:03 GMT (envelope-from eik) Message-Id: <200407111209.i6BC93gb070397@repoman.freebsd.org> From: Oliver Eikemeier Date: Sun, 11 Jul 2004 12:09: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: Sun, 11 Jul 2004 12:09:04 -0000 eik 2004-07-11 12:09:03 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: correct vulnerable version of linux-png and add a reference Revision Changes Path 1.48 +3 -3 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Sun Jul 11 12: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 B086916A4CE; Sun, 11 Jul 2004 12:14:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 936C443D31; Sun, 11 Jul 2004 12:14:21 +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 i6BCELEP070546; Sun, 11 Jul 2004 12:14:21 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BCELqb070545; Sun, 11 Jul 2004 12:14:21 GMT (envelope-from thierry) Message-Id: <200407111214.i6BCELqb070545@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 11 Jul 2004 12:14: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/freefem++/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, 11 Jul 2004 12:14:21 -0000 thierry 2004-07-11 12:14:21 UTC FreeBSD ports repository Modified files: math/freefem++/files patch-configure Log: Fix a "reinplaced" patch. Revision Changes Path 1.2 +1 -27 ports/math/freefem++/files/patch-configure From owner-cvs-all@FreeBSD.ORG Sun Jul 11 12:32: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 8BD0616A4CE; Sun, 11 Jul 2004 12:32:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F77F43D2D; Sun, 11 Jul 2004 12:32:39 +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 i6BCWdH3071026; Sun, 11 Jul 2004 12:32:39 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BCWd5E071025; Sun, 11 Jul 2004 12:32:39 GMT (envelope-from perky) Message-Id: <200407111232.i6BCWd5E071025@repoman.freebsd.org> From: Hye-Shik Chang Date: Sun, 11 Jul 2004 12:32: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/www/mod_scgi Makefile 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: Sun, 11 Jul 2004 12:32:39 -0000 perky 2004-07-11 12:32:39 UTC FreeBSD ports repository Modified files: www/mod_scgi Makefile Removed files: www/mod_scgi/files patch-apache2-Makefile Log: Fix build and umark BROKEN. Revision Changes Path 1.7 +4 -2 ports/www/mod_scgi/Makefile 1.2 +0 -11 ports/www/mod_scgi/files/patch-apache2-Makefile (dead) From owner-cvs-all@FreeBSD.ORG Sun Jul 11 13: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 B673316A4CE; Sun, 11 Jul 2004 13:26:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98A7243D55; Sun, 11 Jul 2004 13:26:44 +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 i6BDQiK3072353; Sun, 11 Jul 2004 13:26:44 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BDQid2072352; Sun, 11 Jul 2004 13:26:44 GMT (envelope-from simon) Message-Id: <200407111326.i6BDQid2072352@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 11 Jul 2004 13:26: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 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: Sun, 11 Jul 2004 13:26:44 -0000 simon 2004-07-11 13:26:44 UTC FreeBSD src repository (doc committer) Modified files: . UPDATING Log: Fix typo in 20040702 entry. Noticed by: Andre Guibert de Bruet Revision Changes Path 1.325 +1 -1 src/UPDATING From owner-cvs-all@FreeBSD.ORG Sun Jul 11 13:34: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 C2C8D16A4CE; Sun, 11 Jul 2004 13:34:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCB7543D48; Sun, 11 Jul 2004 13:34:27 +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 i6BDYR9v072598; Sun, 11 Jul 2004 13:34:27 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BDYRah072597; Sun, 11 Jul 2004 13:34:27 GMT (envelope-from blackend) Message-Id: <200407111334.i6BDYRah072597@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 11 Jul 2004 13:34: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/en_US.ISO8859-1/books/handbook Makefile doc/en_US.ISO8859-1/books/handbook/advanced-networkingstatic-routes.pic X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 13:34:27 -0000 blackend 2004-07-11 13:34:27 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook Makefile en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Added files: share/images/books/handbook/advanced-networking static-routes.pic Log: Add a graphic version for a remaining ASCII art, in static routes section. Revision Changes Path 1.85 +1 -0 doc/en_US.ISO8859-1/books/handbook/Makefile 1.320 +8 -0 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.1 +34 -0 doc/share/images/books/handbook/advanced-networking/static-routes.pic (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 11 13:45: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 8B10E16A4CE; Sun, 11 Jul 2004 13:45:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E4AA43D53; Sun, 11 Jul 2004 13:45:39 +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 i6BDjdlS072956; Sun, 11 Jul 2004 13:45:39 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BDjdHv072955; Sun, 11 Jul 2004 13:45:39 GMT (envelope-from nyan) Message-Id: <200407111345.i6BDjdHv072955@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 11 Jul 2004 13:45: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/pc98/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 13:45:39 -0000 nyan 2004-07-11 13:45:39 UTC FreeBSD src repository Modified files: sys/pc98/conf GENERIC Log: MFi386: revision 1.406 Revision Changes Path 1.249 +3 -1 src/sys/pc98/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Sun Jul 11 13:46: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 620B716A4CE; Sun, 11 Jul 2004 13:46:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4402743D39; Sun, 11 Jul 2004 13:46:10 +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 i6BDkAgT072997; Sun, 11 Jul 2004 13:46:10 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BDkAKH072996; Sun, 11 Jul 2004 13:46:10 GMT (envelope-from nyan) Message-Id: <200407111346.i6BDkAKH072996@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 11 Jul 2004 13:46: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/pc98/pc98 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: Sun, 11 Jul 2004 13:46:10 -0000 nyan 2004-07-11 13:46:10 UTC FreeBSD src repository Modified files: sys/pc98/pc98 clock.c Log: MFi386: revision 1.212. Revision Changes Path 1.139 +11 -13 src/sys/pc98/pc98/clock.c From owner-cvs-all@FreeBSD.ORG Sun Jul 11 14:34: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 8E6D816A4CE; Sun, 11 Jul 2004 14:34:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F5FF43D1D; Sun, 11 Jul 2004 14:34:37 +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 i6BEYbex074254; Sun, 11 Jul 2004 14:34:37 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BEYbMJ074253; Sun, 11 Jul 2004 14:34:37 GMT (envelope-from thierry) Message-Id: <200407111434.i6BEYbMJ074253@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 11 Jul 2004 14:34: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/textproc Makefile ports/textproc/cdsware Makefile distinfo pkg-deinstall pkg-descr pkg-plist ports/textproc/cdsware/files create-db.sql httpd.conf.cdsware patch-config::configbis.wml.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, 11 Jul 2004 14:34:37 -0000 thierry 2004-07-11 14:34:37 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/cdsware Makefile distinfo pkg-deinstall pkg-descr pkg-plist textproc/cdsware/files create-db.sql httpd.conf.cdsware patch-Makefile.in patch-config::config.wml patch-config::configbis.wml.in patch-modules::bibsched::bin::bibsched.wml patch-modules::miscutil::bin::Makefile.in patch-modules::miscutil::bin::dbexec.wml patch-modules::miscutil::sql::tabcreate.sql pkg-message.in Log: Add cdsware 0.3.2, CERN Document Server Software. This is another "monster" from CERN, but if you are looking for a document server, there is no free alternative. Revision Changes Path 1.708 +1 -0 ports/textproc/Makefile 1.1 +348 -0 ports/textproc/cdsware/Makefile (new) 1.1 +2 -0 ports/textproc/cdsware/distinfo (new) 1.1 +2 -0 ports/textproc/cdsware/files/create-db.sql (new) 1.1 +23 -0 ports/textproc/cdsware/files/httpd.conf.cdsware (new) 1.1 +20 -0 ports/textproc/cdsware/files/patch-Makefile.in (new) 1.1 +88 -0 ports/textproc/cdsware/files/patch-config::config.wml (new) 1.1 +26 -0 ports/textproc/cdsware/files/patch-config::configbis.wml.in (new) 1.1 +11 -0 ports/textproc/cdsware/files/patch-modules::bibsched::bin::bibsched.wml (new) 1.1 +11 -0 ports/textproc/cdsware/files/patch-modules::miscutil::bin::Makefile.in (new) 1.1 +20 -0 ports/textproc/cdsware/files/patch-modules::miscutil::bin::dbexec.wml (new) 1.1 +47 -0 ports/textproc/cdsware/files/patch-modules::miscutil::sql::tabcreate.sql (new) 1.1 +21 -0 ports/textproc/cdsware/files/pkg-message.in (new) 1.1 +43 -0 ports/textproc/cdsware/pkg-deinstall (new) 1.1 +8 -0 ports/textproc/cdsware/pkg-descr (new) 1.1 +1061 -0 ports/textproc/cdsware/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 11 14:34: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 EC81C16A4CE; Sun, 11 Jul 2004 14:34:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE73A43D31; Sun, 11 Jul 2004 14:34:49 +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 i6BEYnHC074305; Sun, 11 Jul 2004 14:34:49 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BEYnuB074304; Sun, 11 Jul 2004 14:34:49 GMT (envelope-from thierry) Message-Id: <200407111434.i6BEYnuB074304@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 11 Jul 2004 14:34: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: Sun, 11 Jul 2004 14:34:50 -0000 thierry 2004-07-11 14:34:49 UTC FreeBSD ports repository Modified files: . modules Log: cdsware --> ports/textproc/cdsware Revision Changes Path 1.10519 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jul 11 14:44: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 AEC9416A4CE; Sun, 11 Jul 2004 14:44:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B77C43D48; Sun, 11 Jul 2004 14:44: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 i6BEiNBG074626; Sun, 11 Jul 2004 14:44:23 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BEiN1f074625; Sun, 11 Jul 2004 14:44:23 GMT (envelope-from tjr) Message-Id: <200407111444.i6BEiN1f074625@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 11 Jul 2004 14:44: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/split split.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 14:44:23 -0000 tjr 2004-07-11 14:44:23 UTC FreeBSD src repository Modified files: usr.bin/split split.c Log: Respect locale settings from the environment. Revision Changes Path 1.15 +3 -0 src/usr.bin/split/split.c From owner-cvs-all@FreeBSD.ORG Sun Jul 11 14: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 9064E16A4CE; Sun, 11 Jul 2004 14:47:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73DD943D3F; Sun, 11 Jul 2004 14:47:32 +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 i6BElWfe074746; Sun, 11 Jul 2004 14:47:32 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BElWkM074745; Sun, 11 Jul 2004 14:47:32 GMT (envelope-from tjr) Message-Id: <200407111447.i6BElWkM074745@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 11 Jul 2004 14:47: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/usr.bin/split split.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, 11 Jul 2004 14:47:32 -0000 tjr 2004-07-11 14:47:32 UTC FreeBSD src repository Modified files: usr.bin/split split.1 Log: Add fairly standard ENVIRONMENT and DIAGNOSTICS sections. Revision Changes Path 1.13 +12 -1 src/usr.bin/split/split.1 From owner-cvs-all@FreeBSD.ORG Sun Jul 11 15: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 516FA16A4CE; Sun, 11 Jul 2004 15:04:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 349C843D1F; Sun, 11 Jul 2004 15:04:17 +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 i6BF4HOq075163; Sun, 11 Jul 2004 15:04:17 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BF4Hwu075162; Sun, 11 Jul 2004 15:04:17 GMT (envelope-from tjr) Message-Id: <200407111504.i6BF4Hwu075162@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 11 Jul 2004 15:04: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/split split.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, 11 Jul 2004 15:04:17 -0000 tjr 2004-07-11 15:04:17 UTC FreeBSD src repository Modified files: usr.bin/split split.1 Log: Fix document year. Noticed by: simon Revision Changes Path 1.14 +1 -1 src/usr.bin/split/split.1 From owner-cvs-all@FreeBSD.ORG Sun Jul 11 15:18: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 7B09216A4CE; Sun, 11 Jul 2004 15:18:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73B3343D49; Sun, 11 Jul 2004 15:18:39 +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 i6BFIdAx075777; Sun, 11 Jul 2004 15:18:39 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BFIdrj075776; Sun, 11 Jul 2004 15:18:39 GMT (envelope-from phk) Message-Id: <200407111518.i6BFIdrj075776@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 11 Jul 2004 15:18:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cx if_cx.c src/sys/dev/cy cy.c src/sys/dev/digi digi.c digi.h src/sys/dev/rc rc.c src/sys/dev/rp rp.c rpvar.h src/sys/dev/si si.c si.h src/sys/dev/sio sio.c src/sys/dev/sx sx.c sx.h src/sys/kern tty.c src/sys/pc98/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: Sun, 11 Jul 2004 15:18:39 -0000 phk 2004-07-11 15:18:39 UTC FreeBSD src repository Modified files: sys/dev/cx if_cx.c sys/dev/cy cy.c sys/dev/digi digi.c digi.h sys/dev/rc rc.c sys/dev/rp rp.c rpvar.h sys/dev/si si.c si.h sys/dev/sio sio.c sys/dev/sx sx.c sx.h sys/kern tty.c sys/pc98/pc98 sio.c sys/sys tty.h Log: Introduce ttygone() which indicates that the hardware is detached. Move dtrwait logic to the generic TTY level. Revision Changes Path 1.26 +5 -60 src/sys/dev/cx/if_cx.c 1.158 +4 -37 src/sys/dev/cy/cy.c 1.52 +4 -17 src/sys/dev/digi/digi.c 1.17 +0 -1 src/sys/dev/digi/digi.h 1.96 +6 -72 src/sys/dev/rc/rc.c 1.63 +4 -16 src/sys/dev/rp/rp.c 1.6 +0 -1 src/sys/dev/rp/rpvar.h 1.130 +4 -40 src/sys/dev/si/si.c 1.18 +0 -2 src/sys/dev/si/si.h 1.448 +5 -38 src/sys/dev/sio/sio.c 1.11 +4 -14 src/sys/dev/sx/sx.c 1.3 +0 -1 src/sys/dev/sx/sx.h 1.226 +64 -0 src/sys/kern/tty.c 1.225 +5 -38 src/sys/pc98/pc98/sio.c 1.88 +7 -0 src/sys/sys/tty.h From owner-cvs-all@FreeBSD.ORG Sun Jul 11 15: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 B32B616A4CE; Sun, 11 Jul 2004 15:22:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94EC343D2F; Sun, 11 Jul 2004 15:22: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 i6BFMhHM075953; Sun, 11 Jul 2004 15:22:43 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BFMhVG075952; Sun, 11 Jul 2004 15:22:43 GMT (envelope-from marcel) Message-Id: <200407111522.i6BFMhVG075952@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Jul 2004 15:22: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 subr_kdb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 15:22:43 -0000 marcel 2004-07-11 15:22:43 UTC FreeBSD src repository Modified files: sys/kern subr_kdb.c Log: Fix braino: Make sure there is a current backend before we return its name in the debug.kdb.current sysctl. All other dereferences are properly guarded, but this one was overlooked. Reported by: Morten Rodal (morten at rodal dot no) Revision Changes Path 1.2 +5 -2 src/sys/kern/subr_kdb.c From owner-cvs-all@FreeBSD.ORG Sun Jul 11 15: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 6603F16A4CE; Sun, 11 Jul 2004 15:29:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F18043D41; Sun, 11 Jul 2004 15:29:17 +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 i6BFTH5b076203; Sun, 11 Jul 2004 15:29:17 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BFTHL2076202; Sun, 11 Jul 2004 15:29:17 GMT (envelope-from adamw) Message-Id: <200407111529.i6BFTHL2076202@repoman.freebsd.org> From: Adam Weinberger Date: Sun, 11 Jul 2004 15: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/graphics Makefile ports/graphics/fyre Makefile distinfo pkg-descr pkg-plist ports/graphics/fyre/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: Sun, 11 Jul 2004 15:29:17 -0000 adamw 2004-07-11 15:29:17 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/fyre Makefile distinfo pkg-descr pkg-plist graphics/fyre/files patch-Makefile Log: Add fyre, a chaos map renderer with a spiffy Gtk+ 2 interface. It makes durn purty pictures. Fyre provides a rendering of the Peter de Jong map, with an interactive GTK+ 2 frontend and a command line interface for easy and efficient rendering of high-resolution, high quality images. This program was previously known as 'de Jong Explorer', but has been renamed to make way for supporting other chaotic functions. All the images you can create with this program are based on the simple Peter de Jong map equations: x' = sin(a * y) - cos(b * x) y' = sin(c * x) - cos(d * y) WWW: http://fyre.navi.cx/ Revision Changes Path 1.704 +1 -0 ports/graphics/Makefile 1.1 +49 -0 ports/graphics/fyre/Makefile (new) 1.1 +2 -0 ports/graphics/fyre/distinfo (new) 1.1 +41 -0 ports/graphics/fyre/files/patch-Makefile (new) 1.1 +14 -0 ports/graphics/fyre/pkg-descr (new) 1.1 +6 -0 ports/graphics/fyre/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 11 15:31: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 2DAB816A4CE; Sun, 11 Jul 2004 15:31:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 110CF43D3F; Sun, 11 Jul 2004 15:31:36 +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 i6BFVZmK076355; Sun, 11 Jul 2004 15:31:35 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BFVZhI076354; Sun, 11 Jul 2004 15:31:35 GMT (envelope-from adamw) Message-Id: <200407111531.i6BFVZhI076354@repoman.freebsd.org> From: Adam Weinberger Date: Sun, 11 Jul 2004 15:31: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, 11 Jul 2004 15:31:36 -0000 adamw 2004-07-11 15:31:35 UTC FreeBSD ports repository Modified files: . modules Log: fyre --> ports/graphics/fyre Revision Changes Path 1.10520 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jul 11 16: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 1EA2C16A4CE; Sun, 11 Jul 2004 16:01:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0126443D58; Sun, 11 Jul 2004 16:01: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 i6BG1PFR077212; Sun, 11 Jul 2004 16:01:25 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BG1Pl6077211; Sun, 11 Jul 2004 16:01:25 GMT (envelope-from imp) Message-Id: <200407111601.i6BG1Pl6077211@repoman.freebsd.org> From: Warner Losh Date: Sun, 11 Jul 2004 16:01:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fdc fdc_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, 11 Jul 2004 16:01:26 -0000 imp 2004-07-11 16:01:25 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc_pccard.c Log: Until I'm ready to commit the better pccard probe/attach routines, effectively comment them out. Revision Changes Path 1.2 +2 -0 src/sys/dev/fdc/fdc_pccard.c From owner-cvs-all@FreeBSD.ORG Sun Jul 11 16:07: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 7CDE416A4CE; Sun, 11 Jul 2004 16:07:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E28943D41; Sun, 11 Jul 2004 16:07:07 +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 i6BG774x077406; Sun, 11 Jul 2004 16:07:07 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BG77wH077405; Sun, 11 Jul 2004 16:07:07 GMT (envelope-from darrenr) Message-Id: <200407111607.i6BG77wH077405@repoman.freebsd.org> From: Darren Reed Date: Sun, 11 Jul 2004 16:07:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys sx.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, 11 Jul 2004 16:07:07 -0000 darrenr 2004-07-11 16:07:07 UTC FreeBSD src repository Modified files: sys/sys sx.h Log: Add sx_unlock() macro as a frontend to both sx_sunlock() and sx_xunlock(), using sx_cnt to determine what state the lock is in and call the respective function appropriately. Revision Changes Path 1.20 +7 -0 src/sys/sys/sx.h From owner-cvs-all@FreeBSD.ORG Sun Jul 11 16: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 CF0CD16A4CE; Sun, 11 Jul 2004 16:08:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0DD143D2F; Sun, 11 Jul 2004 16:08:25 +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 i6BG8PLM077452; Sun, 11 Jul 2004 16:08:25 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BG8PQW077451; Sun, 11 Jul 2004 16:08:25 GMT (envelope-from darrenr) Message-Id: <200407111608.i6BG8PQW077451@repoman.freebsd.org> From: Darren Reed Date: Sun, 11 Jul 2004 16:08:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 sx.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: Sun, 11 Jul 2004 16:08:26 -0000 darrenr 2004-07-11 16:08:25 UTC FreeBSD src repository Modified files: share/man/man9 sx.9 Log: Document that sx_unlock() exists as a macro. Remove redundant include file, , and clean up the function list at the top with the addition of a "Sx utility macro" section. Revision Changes Path 1.29 +23 -6 src/share/man/man9/sx.9 From owner-cvs-all@FreeBSD.ORG Sun Jul 11 16:13: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 8C09516A4CE; Sun, 11 Jul 2004 16:13:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EE6B43D39; Sun, 11 Jul 2004 16:13:57 +0000 (GMT) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6BGDvEE077649; Sun, 11 Jul 2004 16:13:57 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BGDvfh077648; Sun, 11 Jul 2004 16:13:57 GMT (envelope-from dfr) Message-Id: <200407111613.i6BGDvfh077648@repoman.freebsd.org> From: Doug Rabson Date: Sun, 11 Jul 2004 16:13: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/doc Doxyfile 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, 11 Jul 2004 16:13:57 -0000 dfr 2004-07-11 16:13:57 UTC FreeBSD src repository Added files: sys/doc Doxyfile Makefile Log: Experimental support for using doxygen to generate kernel documentation. Revision Changes Path 1.1 +211 -0 src/sys/doc/Doxyfile (new) 1.1 +30 -0 src/sys/doc/Makefile (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 11 16:14: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 8CB3616A4CE; Sun, 11 Jul 2004 16:14:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F05E43D39; Sun, 11 Jul 2004 16:14:24 +0000 (GMT) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6BGEOVK077691; Sun, 11 Jul 2004 16:14:24 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BGEOOS077690; Sun, 11 Jul 2004 16:14:24 GMT (envelope-from dfr) Message-Id: <200407111614.i6BGEOOS077690@repoman.freebsd.org> From: Doug Rabson Date: Sun, 11 Jul 2004 16:14: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/tools makeobjops.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: Sun, 11 Jul 2004 16:14:24 -0000 dfr 2004-07-11 16:14:24 UTC FreeBSD src repository Modified files: sys/tools makeobjops.awk Log: Pass doxygen doc comments through to the output. Revision Changes Path 1.5 +33 -8 src/sys/tools/makeobjops.awk From owner-cvs-all@FreeBSD.ORG Sun Jul 11 16:17: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 A6FD616A4CE; Sun, 11 Jul 2004 16:17:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89ABC43D1D; Sun, 11 Jul 2004 16:17:42 +0000 (GMT) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6BGHglY077833; Sun, 11 Jul 2004 16:17:42 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BGHg9X077832; Sun, 11 Jul 2004 16:17:42 GMT (envelope-from dfr) Message-Id: <200407111617.i6BGHg9X077832@repoman.freebsd.org> From: Doug Rabson Date: Sun, 11 Jul 2004 16:17: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/kern device_if.m X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 16:17:42 -0000 dfr 2004-07-11 16:17:42 UTC FreeBSD src repository Modified files: sys/kern device_if.m Log: Expand and rewrite documentation using doxygen markup so that we can generate funky web pages from it. Revision Changes Path 1.9 +207 -50 src/sys/kern/device_if.m From owner-cvs-all@FreeBSD.ORG Sun Jul 11 16:49: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 4718116A4CE; Sun, 11 Jul 2004 16:49:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2867443D49; Sun, 11 Jul 2004 16:49:54 +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 i6BGnsTc078578; Sun, 11 Jul 2004 16:49:54 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BGnsqS078577; Sun, 11 Jul 2004 16:49:54 GMT (envelope-from hrs) Message-Id: <200407111649.i6BGnsqS078577@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 11 Jul 2004 16:49: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/articles/releng extra.css X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 16:49:54 -0000 hrs 2004-07-11 16:49:54 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/releng extra.css Log: Use left justification for trademarks and abstract section in the title page. Revision Changes Path 1.2 +1 -1 doc/en_US.ISO8859-1/articles/releng/extra.css From owner-cvs-all@FreeBSD.ORG Sun Jul 11 17:06: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 1A1DF16A4CE; Sun, 11 Jul 2004 17:06:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2D8C43D45; Sun, 11 Jul 2004 17:06:54 +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 i6BH6sIX079150; Sun, 11 Jul 2004 17:06:54 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BH6sJi079149; Sun, 11 Jul 2004 17:06:54 GMT (envelope-from lth) Message-Id: <200407111706.i6BH6sJi079149@repoman.freebsd.org> From: Lars Thegler Date: Sun, 11 Jul 2004 17:06: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/mail Makefile ports/mail/p5-Email-Simple-Creator 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, 11 Jul 2004 17:06:55 -0000 lth 2004-07-11 17:06:54 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/p5-Email-Simple-Creator Makefile distinfo pkg-descr pkg-plist Log: Add p5-Email-Simple-Creator 1.3, a constructor to Email::Simple for creating messages from scratch. Revision Changes Path 1.543 +1 -0 ports/mail/Makefile 1.1 +25 -0 ports/mail/p5-Email-Simple-Creator/Makefile (new) 1.1 +2 -0 ports/mail/p5-Email-Simple-Creator/distinfo (new) 1.1 +4 -0 ports/mail/p5-Email-Simple-Creator/pkg-descr (new) 1.1 +7 -0 ports/mail/p5-Email-Simple-Creator/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 11 17:07: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 3E13B16A4CE; Sun, 11 Jul 2004 17:07:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F73643D2F; Sun, 11 Jul 2004 17:07:08 +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 i6BH78ko079200; Sun, 11 Jul 2004 17:07:08 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BH78eJ079199; Sun, 11 Jul 2004 17:07:08 GMT (envelope-from lth) Message-Id: <200407111707.i6BH78eJ079199@repoman.freebsd.org> From: Lars Thegler Date: Sun, 11 Jul 2004 17:07:07 +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, 11 Jul 2004 17:07:08 -0000 lth 2004-07-11 17:07:07 UTC FreeBSD ports repository Modified files: . modules Log: p5-Email-Simple-Creator --> ports/mail/p5-Email-Simple-Creator Revision Changes Path 1.10521 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jul 11 17:18: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 508F416A4CF; Sun, 11 Jul 2004 17:18:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48E0443D1D; Sun, 11 Jul 2004 17:18:24 +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 i6BHIOBU079555; Sun, 11 Jul 2004 17:18:24 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BHIO8B079554; Sun, 11 Jul 2004 17:18:24 GMT (envelope-from naddy) Message-Id: <200407111718.i6BHIO8B079554@repoman.freebsd.org> From: Christian Weisgerber Date: Sun, 11 Jul 2004 17:18: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 Makefile ports/net/openntpd Makefile distinfo pkg-descr pkg-install pkg-plist ports/net/openntpd/files openntpd.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: Sun, 11 Jul 2004 17:18:24 -0000 naddy 2004-07-11 17:18:24 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/openntpd Makefile distinfo pkg-descr pkg-install pkg-plist net/openntpd/files openntpd.sh Log: Initial import of openntpd (OpenBSD's ntpd, portable version). The ntpd daemon implements the Simple Network Time Protocol version 4 as described in RFC 2030 and the Network Time Protocol version 3 as de- scribed in RFC 1305. It can synchronize the local clock to one or more remote NTP servers and act as NTP server itself, redistributing the local time. Revision Changes Path 1.1318 +1 -0 ports/net/Makefile 1.1 +40 -0 ports/net/openntpd/Makefile (new) 1.1 +2 -0 ports/net/openntpd/distinfo (new) 1.1 +23 -0 ports/net/openntpd/files/openntpd.sh (new) 1.1 +7 -0 ports/net/openntpd/pkg-descr (new) 1.1 +35 -0 ports/net/openntpd/pkg-install (new) 1.1 +6 -0 ports/net/openntpd/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 11 17:18: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 66DA616A4CE; Sun, 11 Jul 2004 17:18:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48D1243D3F; Sun, 11 Jul 2004 17:18:42 +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 i6BHIghx079605; Sun, 11 Jul 2004 17:18:42 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BHIgHN079604; Sun, 11 Jul 2004 17:18:42 GMT (envelope-from naddy) Message-Id: <200407111718.i6BHIgHN079604@repoman.freebsd.org> From: Christian Weisgerber Date: Sun, 11 Jul 2004 17:18:42 +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, 11 Jul 2004 17:18:42 -0000 naddy 2004-07-11 17:18:42 UTC FreeBSD ports repository Modified files: . modules Log: openntpd --> ports/net/openntpd Revision Changes Path 1.10522 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jul 11 17:26: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 7CB9216A4CE; Sun, 11 Jul 2004 17:26:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E74E43D5F; Sun, 11 Jul 2004 17:26:18 +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 i6BHQIdM079844; Sun, 11 Jul 2004 17:26:18 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BHQIF6079843; Sun, 11 Jul 2004 17:26:18 GMT (envelope-from stefanf) Message-Id: <200407111726.i6BHQIF6079843@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 11 Jul 2004 17:26: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/games/bcd Makefile bcd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 17:26:18 -0000 stefanf 2004-07-11 17:26:18 UTC FreeBSD src repository Modified files: games/bcd Makefile bcd.c Log: Resolve a couple of warnings and bump WARNS to 6. Revision Changes Path 1.6 +2 -1 src/games/bcd/Makefile 1.9 +11 -10 src/games/bcd/bcd.c From owner-cvs-all@FreeBSD.ORG Sun Jul 11 17:37: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 C7F8916A4CE; Sun, 11 Jul 2004 17:37:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C029043D48; Sun, 11 Jul 2004 17:37:33 +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 i6BHbXQA080269; Sun, 11 Jul 2004 17:37:33 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BHbXpr080268; Sun, 11 Jul 2004 17:37:33 GMT (envelope-from stefanf) Message-Id: <200407111737.i6BHbXpr080268@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 11 Jul 2004 17:37: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/libexec/atrun atrun.c src/usr.bin/gprof gprof.c src/usr.bin/nfsstat nfsstat.c src/usr.sbin/mrouted main.c src/usr.sbin/sliplogin sliplogin.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 17:37:33 -0000 stefanf 2004-07-11 17:37:33 UTC FreeBSD src repository Modified files: libexec/atrun atrun.c usr.bin/gprof gprof.c usr.bin/nfsstat nfsstat.c usr.sbin/mrouted main.c usr.sbin/sliplogin sliplogin.c Log: Fix a few cases that relied on 'implicit int' (constraint violation in C99). Revision Changes Path 1.18 +1 -1 src/libexec/atrun/atrun.c 1.24 +1 -1 src/usr.bin/gprof/gprof.c 1.21 +1 -0 src/usr.bin/nfsstat/nfsstat.c 1.21 +1 -1 src/usr.sbin/mrouted/main.c 1.14 +1 -0 src/usr.sbin/sliplogin/sliplogin.c From owner-cvs-all@FreeBSD.ORG Sun Jul 11 17:46: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 0AF8C16A4CE; Sun, 11 Jul 2004 17:46:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E186743D1D; Sun, 11 Jul 2004 17:46:01 +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 i6BHk1QD080504; Sun, 11 Jul 2004 17:46:01 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BHk12x080503; Sun, 11 Jul 2004 17:46:01 GMT (envelope-from fjoe) Message-Id: <200407111746.i6BHk12x080503@repoman.freebsd.org> From: Max Khon Date: Sun, 11 Jul 2004 17:46: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/mc 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, 11 Jul 2004 17:46:02 -0000 fjoe 2004-07-11 17:46:01 UTC FreeBSD ports repository Modified files: misc/mc Makefile Log: - Add RUN_DEPENDS on p5-File-Temp if perl < 5.6.1. - Bump PORTREVISION. Pointed out by: artifex Revision Changes Path 1.98 +5 -1 ports/misc/mc/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 17:51: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 4A2B116A4CE; Sun, 11 Jul 2004 17:51:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42E5743D1D; Sun, 11 Jul 2004 17:51:00 +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 i6BHp0qB080668; Sun, 11 Jul 2004 17:51:00 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BHp0Mo080667; Sun, 11 Jul 2004 17:51:00 GMT (envelope-from marcel) Message-Id: <200407111751.i6BHp0Mo080667@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Jul 2004 17:51: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/i386/isa 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: Sun, 11 Jul 2004 17:51:00 -0000 marcel 2004-07-11 17:51:00 UTC FreeBSD src repository Modified files: sys/i386/isa clock.c Log: Partially revert previous commit. Calling getit() unconditionally fixed a problem that could also be fixed differently without reverting previous attempts to fix DELAY while the debugger is active (rev 1.204). The bug was that the i8254 implements a countdown timer, while for (k)db_active a countup timer was implemented. This resulted in premature termination and consequently the breakage of DELAY. The fix (relative to rev 1.211) is to implement a countdown timer for the kdb_active case. As such the ability to step clock initialization is preserved and DELAY does what is expected of it. Blushed: bde :-) Submitted by: bde Revision Changes Path 1.213 +22 -11 src/sys/i386/isa/clock.c From owner-cvs-all@FreeBSD.ORG Sun Jul 11 18:07: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 A6EFE16A4CE; Sun, 11 Jul 2004 18:07:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88FF143D1F; Sun, 11 Jul 2004 18:07:55 +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 i6BI7teV081142; Sun, 11 Jul 2004 18:07:55 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BI7tdU081141; Sun, 11 Jul 2004 18:07:55 GMT (envelope-from marcel) Message-Id: <200407111807.i6BI7tdU081141@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Jul 2004 18:07: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/amd64/isa 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: Sun, 11 Jul 2004 18:07:55 -0000 marcel 2004-07-11 18:07:55 UTC FreeBSD src repository Modified files: sys/amd64/isa clock.c Log: MFi386: rev 1.213 -- fix DELAY while the debugger is active. This also fixes the (runtime) breakage introduced in the previous commit that was the result of a botched merge. This hasn't even been compile-tested... Revision Changes Path 1.213 +23 -12 src/sys/amd64/isa/clock.c From owner-cvs-all@FreeBSD.ORG Sun Jul 11 18:24: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 11B9A16A4CE; Sun, 11 Jul 2004 18:24:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7E5B43D31; Sun, 11 Jul 2004 18:24:13 +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 i6BIODhp081611; Sun, 11 Jul 2004 18:24:13 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BIODn9081610; Sun, 11 Jul 2004 18:24:13 GMT (envelope-from lth) Message-Id: <200407111824.i6BIODn9081610@repoman.freebsd.org> From: Lars Thegler Date: Sun, 11 Jul 2004 18:24: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/bricolage 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: Sun, 11 Jul 2004 18:24:14 -0000 lth 2004-07-11 18:24:13 UTC FreeBSD ports repository Modified files: www/bricolage pkg-message Log: The config file within pkg-message points to the wrong location PR: 68903 Submitted by: maintainer Approved by: erwin (implicit) Revision Changes Path 1.2 +1 -1 ports/www/bricolage/pkg-message From owner-cvs-all@FreeBSD.ORG Sun Jul 11 18: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 818D716A4CE; Sun, 11 Jul 2004 18:29:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61D5743D45; Sun, 11 Jul 2004 18:29:47 +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 i6BITlvB081756; Sun, 11 Jul 2004 18:29:47 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BITlS8081755; Sun, 11 Jul 2004 18:29:47 GMT (envelope-from rwatson) Message-Id: <200407111829.i6BITlS8081755@repoman.freebsd.org> From: Robert Watson Date: Sun, 11 Jul 2004 18:29:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern 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, 11 Jul 2004 18:29:47 -0000 rwatson 2004-07-11 18:29:47 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Add additional annotations to soreceive(), documenting the effects of locking on 'nextrecord' and concerns regarding potentially inconsistent or stale use of socket buffer or stack fields if they aren't carefully synchronized whenever the socket buffer mutex is released. Document that the high-level sblock() prevents races against other readers on the socket. Also document the 'type' logic as to how soreceive() guarantees that it will only return one of normal data or inline out-of-band data. Revision Changes Path 1.199 +35 -1 src/sys/kern/uipc_socket.c From owner-cvs-all@FreeBSD.ORG Sun Jul 11 19:10: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 7C03516A4CE; Sun, 11 Jul 2004 19:10:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ED8543D31; Sun, 11 Jul 2004 19:10: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 i6BJAmiW083050; Sun, 11 Jul 2004 19:10:48 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BJAmSr083049; Sun, 11 Jul 2004 19:10:48 GMT (envelope-from krion) Message-Id: <200407111910.i6BJAmSr083049@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 11 Jul 2004 19:10: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/mail/popcheck 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, 11 Jul 2004 19:10:48 -0000 krion 2004-07-11 19:10:48 UTC FreeBSD ports repository Modified files: mail/popcheck Makefile Log: Fix MASTER_SITES PR: ports/68927 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/mail/popcheck/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 19:13: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 50B7116A4CE; Sun, 11 Jul 2004 19:13:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31FD243D48; Sun, 11 Jul 2004 19:13: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 i6BJDB7w083112; Sun, 11 Jul 2004 19:13:11 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BJDBlo083111; Sun, 11 Jul 2004 19:13:11 GMT (envelope-from krion) Message-Id: <200407111913.i6BJDBlo083111@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 11 Jul 2004 19: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/misc/bsdiff 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, 11 Jul 2004 19:13:11 -0000 krion 2004-07-11 19:13:11 UTC FreeBSD ports repository Modified files: misc/bsdiff Makefile distinfo Log: Update to 4.2 PR: ports/68930 Submitted by: maintainer Revision Changes Path 1.5 +1 -1 ports/misc/bsdiff/Makefile 1.5 +2 -2 ports/misc/bsdiff/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 11 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 4EA8E16A4CE; Sun, 11 Jul 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 1C1AC43D3F; Sun, 11 Jul 2004 19:15: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 i6BJFe5s083228; Sun, 11 Jul 2004 19:15:40 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BJFdw4083227; Sun, 11 Jul 2004 19:15:40 GMT (envelope-from krion) Message-Id: <200407111915.i6BJFdw4083227@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 11 Jul 2004 19:15: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/mail/getmail 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, 11 Jul 2004 19:15:40 -0000 krion 2004-07-11 19:15:39 UTC FreeBSD ports repository Modified files: mail/getmail Makefile Log: Fix MASTER_SITES PR: ports/68926 Submitted by: TAOKA Fumiyoshi Revision Changes Path 1.28 +2 -4 ports/mail/getmail/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 19:19: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 2ECF216A4CE; Sun, 11 Jul 2004 19:19:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F6A643D48; Sun, 11 Jul 2004 19:19:21 +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 i6BJJKEA083352; Sun, 11 Jul 2004 19:19:20 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BJJKcr083351; Sun, 11 Jul 2004 19:19:20 GMT (envelope-from vanilla) Message-Id: <200407111919.i6BJJKcr083351@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 11 Jul 2004 19:19: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/scim/files patch-ltmain.sh ports/chinese/scim-chinese 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, 11 Jul 2004 19:19:21 -0000 vanilla 2004-07-11 19:19:20 UTC FreeBSD ports repository Modified files: chinese/scim-chinese pkg-plist Removed files: textproc/scim/files patch-ltmain.sh Log: Remove uneeded patch, and fix pkg-plist. PR: ports/68880 Submitted by: maintainer Revision Changes Path 1.2 +0 -4 ports/chinese/scim-chinese/pkg-plist 1.2 +0 -51 ports/textproc/scim/files/patch-ltmain.sh (dead) From owner-cvs-all@FreeBSD.ORG Sun Jul 11 19:20: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 6117916A4CE; Sun, 11 Jul 2004 19:20:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4287F43D2F; Sun, 11 Jul 2004 19:20:47 +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 i6BJKl6A083458; Sun, 11 Jul 2004 19:20:47 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BJKlUf083457; Sun, 11 Jul 2004 19:20:47 GMT (envelope-from cperciva) Message-Id: <200407111920.i6BJKlUf083457@repoman.freebsd.org> From: Colin Percival Date: Sun, 11 Jul 2004 19:20: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/etc services X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 19:20:47 -0000 cperciva 2004-07-11 19:20:47 UTC FreeBSD src repository Modified files: etc services Log: Whitespace cleanup. This will simplify a future merge from IANA's official list of port assignments. Revision Changes Path 1.101 +161 -166 src/etc/services From owner-cvs-all@FreeBSD.ORG Sun Jul 11 19:24: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 8D2DB16A4CE; Sun, 11 Jul 2004 19:24:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85B4943D1F; Sun, 11 Jul 2004 19:24:14 +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 i6BJOEOS083552; Sun, 11 Jul 2004 19:24:14 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BJOEOS083551; Sun, 11 Jul 2004 19:24:14 GMT (envelope-from schweikh) Message-Id: <200407111924.i6BJOEOS083551@repoman.freebsd.org> From: Jens Schweikhardt Date: Sun, 11 Jul 2004 19:24:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/indent README args.c indent.1 indent.c indent.h indent_globs.h io.c lexi.c parse.c pr_comment.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 19:24:14 -0000 schweikh 2004-07-11 19:24:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/indent README args.c indent.1 indent.c indent.h indent_globs.h io.c lexi.c parse.c pr_comment.c Log: Catch up with -current. Revision Changes Path 1.1.1.1.14.1 +5 -2 src/usr.bin/indent/README 1.3.2.4 +39 -16 src/usr.bin/indent/args.c 1.8.2.7 +147 -75 src/usr.bin/indent/indent.1 1.5.2.7 +97 -40 src/usr.bin/indent/indent.c 1.1.2.2 +4 -4 src/usr.bin/indent/indent.h 1.2.2.3 +21 -8 src/usr.bin/indent/indent_globs.h 1.5.2.4 +43 -39 src/usr.bin/indent/io.c 1.3.6.4 +26 -34 src/usr.bin/indent/lexi.c 1.3.2.4 +6 -4 src/usr.bin/indent/parse.c 1.1.1.1.14.4 +7 -3 src/usr.bin/indent/pr_comment.c From owner-cvs-all@FreeBSD.ORG Sun Jul 11 19:26: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 522FC16A4CE; Sun, 11 Jul 2004 19:26:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33B9043D2F; Sun, 11 Jul 2004 19:26:43 +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 i6BJQhkr083665; Sun, 11 Jul 2004 19:26:43 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BJQh7p083664; Sun, 11 Jul 2004 19:26:43 GMT (envelope-from phk) Message-Id: <200407111926.i6BJQh7p083664@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 11 Jul 2004 19:26:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_conf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 19:26:43 -0000 phk 2004-07-11 19:26:43 UTC FreeBSD src repository Modified files: sys/kern kern_conf.c Log: Better descriptions of the cdev malloc class and mutex. Revision Changes Path 1.154 +2 -2 src/sys/kern/kern_conf.c From owner-cvs-all@FreeBSD.ORG Sun Jul 11 19:54: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 73E5716A4CE; Sun, 11 Jul 2004 19:54:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 553EF43D1F; Sun, 11 Jul 2004 19:54: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 i6BJsh1C084421; Sun, 11 Jul 2004 19:54:43 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BJshjX084420; Sun, 11 Jul 2004 19:54:43 GMT (envelope-from eik) Message-Id: <200407111954.i6BJshjX084420@repoman.freebsd.org> From: Oliver Eikemeier Date: Sun, 11 Jul 2004 19:54: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/p5-perl-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: Sun, 11 Jul 2004 19:54:43 -0000 eik 2004-07-11 19:54:43 UTC FreeBSD ports repository Modified files: net/p5-perl-ldap Makefile distinfo pkg-plist Log: Update to 0.32 Notified by: Revision Changes Path 1.9 +9 -1 ports/net/p5-perl-ldap/Makefile 1.8 +2 -2 ports/net/p5-perl-ldap/distinfo 1.6 +3 -0 ports/net/p5-perl-ldap/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 11 20:06: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 1FB3B16A4CE; Sun, 11 Jul 2004 20:06:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17EB243D39; Sun, 11 Jul 2004 20:06:34 +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 i6BK6Xbf084882; Sun, 11 Jul 2004 20:06:33 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BK6XM7084881; Sun, 11 Jul 2004 20:06:33 GMT (envelope-from thierry) Message-Id: <200407112006.i6BK6XM7084881@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 11 Jul 2004 20:06: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/net/beacon Makefile distinfo pkg-plistpatch-beacon.pl 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, 11 Jul 2004 20:06:34 -0000 thierry 2004-07-11 20:06:33 UTC FreeBSD ports repository Modified files: net/beacon Makefile distinfo pkg-plist Added files: net/beacon/files patch-src_Makefile.in Removed files: net/beacon/files patch-Net-RTP-0.4::inet_ntop.h patch-beacon.pl Log: Upgrade to 0.9.55 and make fetchable again. Submitted by: maintainer. Revision Changes Path 1.4 +9 -25 ports/net/beacon/Makefile 1.2 +2 -2 ports/net/beacon/distinfo 1.3 +0 -14 ports/net/beacon/files/patch-Net-RTP-0.4::inet_ntop.h (dead) 1.2 +0 -11 ports/net/beacon/files/patch-beacon.pl (dead) 1.1 +16 -0 ports/net/beacon/files/patch-src_Makefile.in (new) 1.2 +9 -8 ports/net/beacon/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 11 20:10: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 0E9C016A4CF; Sun, 11 Jul 2004 20:10:12 +0000 (GMT) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id A64AB43D31; Sun, 11 Jul 2004 20:10:11 +0000 (GMT) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 96AF37670; Sun, 11 Jul 2004 22:10:07 +0200 (CEST) Date: Sun, 11 Jul 2004 22:10:07 +0200 From: Thierry Thomas To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040711201007.GD89150@graf.pompo.net> Mail-Followup-To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200407112006.i6BK6XM7084881@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="R3G7APHDIzY6R/pk" Content-Disposition: inline In-Reply-To: <200407112006.i6BK6XM7084881@repoman.freebsd.org> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.10-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 Subject: Re: cvs commit: ports/net/beacon Makefile distinfo pkg-plist ports/net/beacon/files patch-Net-RTP-0.4::inet_ntop.h patch-beacon.pl 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, 11 Jul 2004 20:10:12 -0000 --R3G7APHDIzY6R/pk Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Le Dim 11 jul 04 =E0 22:06:33 +0200, Thierry Thomas =E9crivait=A0: > Log: > Upgrade to 0.9.55 and make fetchable again. > =20 > Submitted by: maintainer. And this was PR: ports/68730. --=20 Th. Thomas. --R3G7APHDIzY6R/pk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA8Z6fc95pjMcUBaIRApIeAKDT1WcKTL/mxsrFk6+Epp35647HHACfRFSM mliEQFAI9/IBLlKXtpH3KNI= =gGK0 -----END PGP SIGNATURE----- --R3G7APHDIzY6R/pk-- From owner-cvs-all@FreeBSD.ORG Sun Jul 11 20: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 0C36516A4CE; Sun, 11 Jul 2004 20:22:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0DAE43D31; Sun, 11 Jul 2004 20:22:37 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6BKMbj2085252; Sun, 11 Jul 2004 20:22:37 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BKMbdj085251; Sun, 11 Jul 2004 20:22:37 GMT (envelope-from anholt) Message-Id: <200407112022.i6BKMbdj085251@repoman.freebsd.org> From: Eric Anholt Date: Sun, 11 Jul 2004 20:22: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/x11-servers/xorg-server 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, 11 Jul 2004 20:22:38 -0000 anholt 2004-07-11 20:22:37 UTC FreeBSD ports repository Modified files: x11-servers/xorg-server Makefile Log: Rethink the DRI dependency. It's not actually needed for the server to work. It's only useful with both server and libraries. It should really be depended on by the metaport instead. PR: ports/68484 Submitted by: Roman Bogorodskiy Revision Changes Path 1.9 +0 -4 ports/x11-servers/xorg-server/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 20: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 2F2A316A4CE; Sun, 11 Jul 2004 20:25:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FE9D43D31; Sun, 11 Jul 2004 20:25:15 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6BKPE6B085334; Sun, 11 Jul 2004 20:25:14 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BKPEA7085333; Sun, 11 Jul 2004 20:25:14 GMT (envelope-from anholt) Message-Id: <200407112025.i6BKPEA7085333@repoman.freebsd.org> From: Eric Anholt Date: Sun, 11 Jul 2004 20:25: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/x11/xorg 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, 11 Jul 2004 20:25:15 -0000 anholt 2004-07-11 20:25:14 UTC FreeBSD ports repository Modified files: x11/xorg Makefile Log: Add dependency on the DRI, now that the server doesn't do that itself. Revision Changes Path 1.2 +2 -1 ports/x11/xorg/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 21:11: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 BCCE816A4CE; Sun, 11 Jul 2004 21:11:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CBBF43D45; Sun, 11 Jul 2004 21:11: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 i6BLBxDQ086528; Sun, 11 Jul 2004 21:11:59 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BLBxgC086527; Sun, 11 Jul 2004 21:11:59 GMT (envelope-from eik) Message-Id: <200407112111.i6BLBxgC086527@repoman.freebsd.org> From: Oliver Eikemeier Date: Sun, 11 Jul 2004 21:11: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/net/p5-perl-ldap 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, 11 Jul 2004 21:11:59 -0000 eik 2004-07-11 21:11:59 UTC FreeBSD ports repository Modified files: net/p5-perl-ldap Makefile Log: move pre-configure to post-patch, not that USE_PERL5_BUILD implies PATCH_DEPENDS Noted by: mat Revision Changes Path 1.10 +1 -1 ports/net/p5-perl-ldap/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 21:40: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 8E84316A4CE; Sun, 11 Jul 2004 21:40:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F05143D49; Sun, 11 Jul 2004 21:40: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 i6BLeZvH087267; Sun, 11 Jul 2004 21:40:35 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BLeZ4n087266; Sun, 11 Jul 2004 21:40:35 GMT (envelope-from marcus) Message-Id: <200407112140.i6BLeZ4n087266@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 11 Jul 2004 21:40: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/galeon 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, 11 Jul 2004 21:40:35 -0000 marcus 2004-07-11 21:40:35 UTC FreeBSD ports repository Modified files: www/galeon Makefile Log: Add intlhack to fix the build on 4.X. Revision Changes Path 1.128 +2 -1 ports/www/galeon/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 21:42: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 7F4B216A4CE; Sun, 11 Jul 2004 21:42:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6126243D39; Sun, 11 Jul 2004 21:42:17 +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 i6BLgHMv087359; Sun, 11 Jul 2004 21:42:17 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BLgHG2087358; Sun, 11 Jul 2004 21:42:17 GMT (envelope-from kris) Message-Id: <200407112142.i6BLgHG2087358@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 21:42: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/knoda 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, 11 Jul 2004 21:42:17 -0000 kris 2004-07-11 21:42:17 UTC FreeBSD ports repository Modified files: databases/knoda Makefile Log: Use USE_INC_LIBTOOL_VER to fix build Revision Changes Path 1.10 +1 -1 ports/databases/knoda/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 21:42: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 4A95A16A4CE; Sun, 11 Jul 2004 21:42:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AE8E43D2F; Sun, 11 Jul 2004 21:42:59 +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 i6BLgxIk087393; Sun, 11 Jul 2004 21:42:59 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BLgxUM087392; Sun, 11 Jul 2004 21:42:59 GMT (envelope-from adamw) Message-Id: <200407112142.i6BLgxUM087392@repoman.freebsd.org> From: Adam Weinberger Date: Sun, 11 Jul 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/www/erwn/files patch-src::erwindialogs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 21:42:59 -0000 adamw 2004-07-11 21:42:59 UTC FreeBSD ports repository Added files: www/erwn/files patch-src::erwindialogs.c Log: Fix build on 4.x. Submitted by: kris via pointyhat. or, pointyhat via kris. one of the two, anyway. Revision Changes Path 1.1 +13 -0 ports/www/erwn/files/patch-src::erwindialogs.c (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 11 21:43: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 50D8D16A4CE; Sun, 11 Jul 2004 21:43:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FD1D43D3F; Sun, 11 Jul 2004 21:43: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 i6BLhi0E087443; Sun, 11 Jul 2004 21:43:44 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BLhiA3087442; Sun, 11 Jul 2004 21:43:44 GMT (envelope-from marcus) Message-Id: <200407112143.i6BLhiA3087442@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 11 Jul 2004 21:43: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/mozilla-devel/files patch-security::coreconf::FreeBSD.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, 11 Jul 2004 21:43:44 -0000 marcus 2004-07-11 21:43:44 UTC FreeBSD ports repository Modified files: www/mozilla-devel/files patch-security::coreconf::FreeBSD.mk Log: Remove a bad chunk that broke the build on versions other than -CURRENT. Reported by: pointyhat via kris Revision Changes Path 1.7 +0 -11 ports/www/mozilla-devel/files/patch-security::coreconf::FreeBSD.mk From owner-cvs-all@FreeBSD.ORG Sun Jul 11 21:44: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 9AC1916A4CE; Sun, 11 Jul 2004 21:44:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B96043D2F; Sun, 11 Jul 2004 21:44:43 +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 i6BLih1a087486; Sun, 11 Jul 2004 21:44:43 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BLihJI087485; Sun, 11 Jul 2004 21:44:43 GMT (envelope-from kris) Message-Id: <200407112144.i6BLihJI087485@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 21:44: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/graphics/pixieplus 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, 11 Jul 2004 21:44:43 -0000 kris 2004-07-11 21:44:43 UTC FreeBSD ports repository Modified files: graphics/pixieplus Makefile Log: BROKEN on 4.x: Does not compile Revision Changes Path 1.13 +7 -1 ports/graphics/pixieplus/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 21:53: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 1D68D16A4CE; Sun, 11 Jul 2004 21:53:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14BE243D46; Sun, 11 Jul 2004 21:53:11 +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 i6BLrAAm087822; Sun, 11 Jul 2004 21:53:10 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BLrAoK087821; Sun, 11 Jul 2004 21:53:10 GMT (envelope-from lth) Message-Id: <200407112153.i6BLrAoK087821@repoman.freebsd.org> From: Lars Thegler Date: Sun, 11 Jul 2004 21:53: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 Makefile ports/math/p5-Geo-Distance Makefile distinfo pkg-descr pkg-plist ports/math/p5-Geo-Distance/files patch-Distance.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, 11 Jul 2004 21:53:11 -0000 lth 2004-07-11 21:53:10 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Geo-Distance Makefile distinfo pkg-descr pkg-plist math/p5-Geo-Distance/files patch-Distance.pm Log: Add p5-Geo-Distance 0.06, calculate Distances and Closest Locations. PR: 68902 Submitted by: Rod Taylor Approved by: erwin (implicit) Revision Changes Path 1.274 +1 -0 ports/math/Makefile 1.1 +22 -0 ports/math/p5-Geo-Distance/Makefile (new) 1.1 +2 -0 ports/math/p5-Geo-Distance/distinfo (new) 1.1 +51 -0 ports/math/p5-Geo-Distance/files/patch-Distance.pm (new) 1.1 +7 -0 ports/math/p5-Geo-Distance/pkg-descr (new) 1.1 +5 -0 ports/math/p5-Geo-Distance/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 11 21:53: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 0692716A4CE; Sun, 11 Jul 2004 21:53:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA95B43D39; Sun, 11 Jul 2004 21:53:23 +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 i6BLrNEQ087873; Sun, 11 Jul 2004 21:53:23 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BLrNRO087872; Sun, 11 Jul 2004 21:53:23 GMT (envelope-from lth) Message-Id: <200407112153.i6BLrNRO087872@repoman.freebsd.org> From: Lars Thegler Date: Sun, 11 Jul 2004 21:53: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: Sun, 11 Jul 2004 21:53:24 -0000 lth 2004-07-11 21:53:23 UTC FreeBSD ports repository Modified files: . modules Log: p5-Geo-Distance --> ports/math/p5-Geo-Distance Revision Changes Path 1.10523 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jul 11 21: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 8D6D616A4CE; Sun, 11 Jul 2004 21:56:26 +0000 (GMT) Received: from ylpvm01.prodigy.net (ylpvm01-ext.prodigy.net [207.115.57.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49EB343D39; Sun, 11 Jul 2004 21:56:26 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-64-169-107-19.dsl.lsan03.pacbell.net [64.169.107.19]) i6BLuO1m002787; Sun, 11 Jul 2004 17:56:24 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C513052B43; Sun, 11 Jul 2004 14:56:24 -0700 (PDT) Date: Sun, 11 Jul 2004 14:56:24 -0700 From: Kris Kennaway To: Max Khon Message-ID: <20040711215624.GA8963@xor.obsecurity.org> References: <200407111120.i6BBKe1m068734@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline In-Reply-To: <200407111120.i6BBKe1m068734@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/databases/grass Makefile pkg-plist patch-src-misc-m.kappa-cmd-prt_hdr.c patch-src-raster-r.in.doq-cmd-get_newhead.c patch-src-raster-wildfire-src-r.ros-spot_dist.c patch-src.garden-grass.postgresql-g.stats.pg-infxStats.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 21:56:26 -0000 --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 11, 2004 at 11:20:40AM +0000, Max Khon wrote: > fjoe 2004-07-11 11:20:40 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > databases/grass Makefile pkg-plist=20 > databases/grass/files patch-configure.in=20 > Added files: > databases/grass/files patch-src-misc-m.kappa-cmd-prt_hdr.c=20 > patch-src-misc-m.kappa-cmd-readin_data.c=20 > patch-src-raster-r.in.doq-cmd-get_newhead.c=20 > patch-src-raster-wildfire-src-r.ros-spot_dist.c= =20 > patch-src.garden-grass.postgresql-g.column.pg-m= ain.c=20 > patch-src.garden-grass.postgresql-g.stats.pg-in= fxStats.c=20 > Log: > - Fix build on 5.x (fix compiling with gcc 3.x). This fixes pkg-plist o= n 5.x. > - Provide really working fix for odbc driver. > - Remove locks/%%HOSTNAME%% from pkg-plist -- it is cleaned up in > pkg-deinstall. > - Bump PORTREVISION. Did you see my question in response to your previous commit? Does this package work on systems other than that it was built on, since it seems to hard-code the hostname in the package? Kris --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA8beIWry0BWjoQKURAu2DAJ41BpKvy3mJQaMm+JuJg0d9c4PS6gCfRbJO mG/4CLGWAI4quFfpmssF98s= =rtwm -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE-- From owner-cvs-all@FreeBSD.ORG Sun Jul 11 21:59: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 1D20316A4CE; Sun, 11 Jul 2004 21:59:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F09C943D2F; Sun, 11 Jul 2004 21:59:48 +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 i6BLxmIk088029; Sun, 11 Jul 2004 21:59:48 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BLxm8j088028; Sun, 11 Jul 2004 21:59:48 GMT (envelope-from kris) Message-Id: <200407112159.i6BLxm8j088028@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 21: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/devel/monotone 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, 11 Jul 2004 21:59:49 -0000 kris 2004-07-11 21:59:48 UTC FreeBSD ports repository Modified files: devel/monotone Makefile Log: BROKEN on !i386: Does not compile Revision Changes Path 1.2 +4 -0 ports/devel/monotone/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 22:02: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 58B6116A4CE; Sun, 11 Jul 2004 22:02:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3952343D31; Sun, 11 Jul 2004 22:02:54 +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 i6BM2sKL088164; Sun, 11 Jul 2004 22:02:54 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BM2sqa088163; Sun, 11 Jul 2004 22:02:54 GMT (envelope-from kris) Message-Id: <200407112202.i6BM2sqa088163@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 22:02: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/math/grace 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, 11 Jul 2004 22:02:54 -0000 kris 2004-07-11 22:02:54 UTC FreeBSD ports repository Modified files: math/grace Makefile Log: BROKEN: Does not build Revision Changes Path 1.41 +2 -0 ports/math/grace/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 22:04: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 95D0116A4CE; Sun, 11 Jul 2004 22:04:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7657B43D1D; Sun, 11 Jul 2004 22:04:58 +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 i6BM4wOv088226; Sun, 11 Jul 2004 22:04:58 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BM4wka088225; Sun, 11 Jul 2004 22:04:58 GMT (envelope-from kris) Message-Id: <200407112204.i6BM4wka088225@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 22:04: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/net/libgnetwork 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, 11 Jul 2004 22:04:58 -0000 kris 2004-07-11 22:04:58 UTC FreeBSD ports repository Modified files: net/libgnetwork Makefile Log: BROKEN on amd64: Does not compile Revision Changes Path 1.10 +7 -1 ports/net/libgnetwork/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 22:06: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 5CC5516A4CE; Sun, 11 Jul 2004 22:06:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E39143D31; Sun, 11 Jul 2004 22:06:19 +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 i6BM6Jin088366; Sun, 11 Jul 2004 22:06:19 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BM6JhP088365; Sun, 11 Jul 2004 22:06:19 GMT (envelope-from kris) Message-Id: <200407112206.i6BM6JhP088365@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 11 Jul 2004 22: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/mail/mahogany 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, 11 Jul 2004 22:06:19 -0000 kris 2004-07-11 22:06:19 UTC FreeBSD ports repository Modified files: mail/mahogany Makefile Log: BROKEN on amd64: Does not compile Revision Changes Path 1.22 +7 -1 ports/mail/mahogany/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 22:33: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 87A2A16A4CE; Sun, 11 Jul 2004 22:33:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 696E143D45; Sun, 11 Jul 2004 22:33:58 +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 i6BMXw6d088996; Sun, 11 Jul 2004 22:33:58 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BMXwhE088995; Sun, 11 Jul 2004 22:33:58 GMT (envelope-from lofi) Message-Id: <200407112233.i6BMXwhE088995@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 11 Jul 2004 22:33: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-themes/kdeartwork3 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, 11 Jul 2004 22:33:58 -0000 lofi 2004-07-11 22:33:58 UTC FreeBSD ports repository Modified files: x11-themes/kdeartwork3 Makefile Log: USE_MESA -> USE_GL Revision Changes Path 1.27 +1 -1 ports/x11-themes/kdeartwork3/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 22:34: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 61DED16A4CE; Sun, 11 Jul 2004 22:34:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 428EE43D3F; Sun, 11 Jul 2004 22:34:58 +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 i6BMYwZd089044; Sun, 11 Jul 2004 22:34:58 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BMYwFh089043; Sun, 11 Jul 2004 22:34:58 GMT (envelope-from lofi) Message-Id: <200407112234.i6BMYwFh089043@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 11 Jul 2004 22:34: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/kde-lite 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, 11 Jul 2004 22:34:58 -0000 lofi 2004-07-11 22:34:58 UTC FreeBSD ports repository Modified files: x11/kde-lite Makefile Log: Pet portlint. Revision Changes Path 1.4 +1 -0 ports/x11/kde-lite/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 22:43: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 BB20F16A4CE; Sun, 11 Jul 2004 22:43:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A69B43D2F; Sun, 11 Jul 2004 22:43:54 +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 i6BMhsZm089420; Sun, 11 Jul 2004 22:43:54 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BMhswx089419; Sun, 11 Jul 2004 22:43:54 GMT (envelope-from pav) Message-Id: <200407112243.i6BMhswx089419@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 11 Jul 2004 22:43: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/libsigc++ Makefile ports/devel/libunicode Makefile ports/graphics/gnomecanvas Makefile ports/x11-fm/nautilus2 Makefile ports/x11-toolkits/eel2 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, 11 Jul 2004 22:43:54 -0000 pav 2004-07-11 22:43:54 UTC FreeBSD ports repository Modified files: devel/libsigc++ Makefile devel/libunicode Makefile graphics/gnomecanvas Makefile x11-fm/nautilus2 Makefile x11-toolkits/eel2 Makefile Log: - Portlint Revision Changes Path 1.20 +0 -2 ports/devel/libsigc++/Makefile 1.12 +1 -1 ports/devel/libunicode/Makefile 1.7 +2 -2 ports/graphics/gnomecanvas/Makefile 1.96 +1 -1 ports/x11-fm/nautilus2/Makefile 1.46 +1 -1 ports/x11-toolkits/eel2/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 22:50: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 D620C16A4CE; Sun, 11 Jul 2004 22:50:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B780143D41; Sun, 11 Jul 2004 22:50: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 i6BMoBri089579; Sun, 11 Jul 2004 22:50:11 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BMoBZL089578; Sun, 11 Jul 2004 22:50:11 GMT (envelope-from pav) Message-Id: <200407112250.i6BMoBZL089578@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 11 Jul 2004 22:50: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/games/dsnake 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, 11 Jul 2004 22:50:12 -0000 pav 2004-07-11 22:50:11 UTC FreeBSD ports repository Modified files: games/dsnake Makefile Log: - Portlint Requested by: lofi (Clean Ports Movement) Revision Changes Path 1.3 +1 -1 ports/games/dsnake/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 11 22:59: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 A3D7916A4CE; Sun, 11 Jul 2004 22:59:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83E5C43D1F; Sun, 11 Jul 2004 22:59:32 +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 i6BMxW1F089848; Sun, 11 Jul 2004 22:59:32 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BMxWrI089847; Sun, 11 Jul 2004 22:59:32 GMT (envelope-from rwatson) Message-Id: <200407112259.i6BMxWrI089847@repoman.freebsd.org> From: Robert Watson Date: Sun, 11 Jul 2004 22:59:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern 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, 11 Jul 2004 22:59:32 -0000 rwatson 2004-07-11 22:59:32 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Add sockbuf_pushsync(), an inline function that, following a change to the head of the mbuf chains in a socket buffer, re-synchronizes the cache pointers used to optimize socket buffer appends. This will be used by soreceive() before dropping socket buffer mutexes to make sure a consistent version of the socket buffer is visible to other threads. While here, update copyright to account for substantial rewrite of much socket code required for fine-grained locking. Revision Changes Path 1.200 +38 -0 src/sys/kern/uipc_socket.c From owner-cvs-all@FreeBSD.ORG Sun Jul 11 23:03: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 38CFB16A4CE; Sun, 11 Jul 2004 23:03:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18D2243D1F; Sun, 11 Jul 2004 23:03:38 +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 i6BN3b6x090038; Sun, 11 Jul 2004 23:03:37 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BN3bjR090037; Sun, 11 Jul 2004 23:03:37 GMT (envelope-from phk) Message-Id: <200407112303.i6BN3bjR090037@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 11 Jul 2004 23:03: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/sys conf.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, 11 Jul 2004 23:03:38 -0000 phk 2004-07-11 23:03:37 UTC FreeBSD src repository Modified files: sys/sys conf.h Log: Remove the last bits of SPECHASH. Revision Changes Path 1.190 +0 -6 src/sys/sys/conf.h From owner-cvs-all@FreeBSD.ORG Sun Jul 11 23:13: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 BB37216A4CE; Sun, 11 Jul 2004 23:13:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2BB443D2D; Sun, 11 Jul 2004 23:13:14 +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 i6BNDE8W090407; Sun, 11 Jul 2004 23:13:14 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BNDEaw090406; Sun, 11 Jul 2004 23:13:14 GMT (envelope-from rwatson) Message-Id: <200407112313.i6BNDEaw090406@repoman.freebsd.org> From: Robert Watson Date: Sun, 11 Jul 2004 23:13: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/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, 11 Jul 2004 23:13:14 -0000 rwatson 2004-07-11 23:13:14 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Use sockbuf_pushsync() to synchronize stack and socket buffer state in soreceive() after removing an MT_SONAME mbuf from the head of the socket buffer. When processing MT_CONTROL mbufs in soreceive(), first remove all of the MT_CONTROL mbufs from the head of the socket buffer to a local mbuf chain, then feed them into dom_externalize() as a set, which both avoids thrashing the socket buffer lock when handling multiple control mbufs, and also avoids races with other threads acting on the socket buffer when the socket buffer mutex is released to enter the externalize code. Existing races that might occur if the protocol externalize method blocked during processing have also been closed. Now that we synchronize socket buffer and stack state following modifications to the socket buffer, turn the manual synchronization that previously followed control mbuf processing with a set of assertions. This can eventually be removed. The soreceive() code is now substantially more MPSAFE. Revision Changes Path 1.201 +47 -34 src/sys/kern/uipc_socket.c From owner-cvs-all@FreeBSD.ORG Sun Jul 11 23:14: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 E494E16A4CE; Sun, 11 Jul 2004 23:14:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB9D243D39; Sun, 11 Jul 2004 23:14: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 i6BNEPbr090518; Sun, 11 Jul 2004 23:14:25 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BNEP1m090517; Sun, 11 Jul 2004 23:14:25 GMT (envelope-from metal) Message-Id: <200407112314.i6BNEP1m090517@repoman.freebsd.org> From: SUZUKI Koichi Date: Sun, 11 Jul 2004 23:14: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/ja_JP.eucJP/man/man1 indent.1 ipsend.1 ld.1 doc/ja_JP.eucJP/man/man3 curs_color.3 daemon.3 doc/ja_JP.eucJP/man/man5 dhcp-eval.5 disktab.5 drivers.conf.5 isdnd.rc.5 pccard.conf.5 doc/ja_JP.eucJP/man/man7 tuning.7 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 11 Jul 2004 23:14:26 -0000 metal 2004-07-11 23:14:25 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 indent.1 ipsend.1 ld.1 ja_JP.eucJP/man/man3 curs_color.3 daemon.3 ja_JP.eucJP/man/man5 dhcp-eval.5 disktab.5 drivers.conf.5 isdnd.rc.5 pccard.conf.5 ja_JP.eucJP/man/man7 tuning.7 Log: Fix Typos. Sync the description of vfs.vmiodirenable in tuning.7 to original version. Revision Changes Path 1.13 +2 -2 doc/ja_JP.eucJP/man/man1/indent.1 1.7 +1 -1 doc/ja_JP.eucJP/man/man1/ipsend.1 1.16 +1 -1 doc/ja_JP.eucJP/man/man1/ld.1 1.3 +1 -1 doc/ja_JP.eucJP/man/man3/curs_color.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/daemon.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man5/dhcp-eval.5 1.16 +1 -1 doc/ja_JP.eucJP/man/man5/disktab.5 1.5 +2 -2 doc/ja_JP.eucJP/man/man5/drivers.conf.5 1.22 +1 -1 doc/ja_JP.eucJP/man/man5/isdnd.rc.5 1.14 +1 -1 doc/ja_JP.eucJP/man/man5/pccard.conf.5 1.19 +4 -5 doc/ja_JP.eucJP/man/man7/tuning.7 From owner-cvs-all@FreeBSD.ORG Sun Jul 11 23:41: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 46A1616A4CE; Sun, 11 Jul 2004 23:41:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26C3243D41; Sun, 11 Jul 2004 23:41:48 +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 i6BNfmkL091279; Sun, 11 Jul 2004 23:41:48 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BNflCp091278; Sun, 11 Jul 2004 23:41:48 GMT (envelope-from pav) Message-Id: <200407112341.i6BNflCp091278@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 11 Jul 2004 23:41: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/games/bygfoot 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, 11 Jul 2004 23:41:48 -0000 pav 2004-07-11 23:41:47 UTC FreeBSD ports repository Modified files: games/bygfoot Makefile distinfo Log: - Update to 1.4.1 Revision Changes Path 1.2 +1 -5 ports/games/bygfoot/Makefile 1.2 +2 -2 ports/games/bygfoot/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 11 23:42: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 5FCED16A4CE; Sun, 11 Jul 2004 23:42:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 152AA43D4C; Sun, 11 Jul 2004 23:42: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 i6BNgi5Z091357; Sun, 11 Jul 2004 23:42:44 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6BNgiFi091355; Sun, 11 Jul 2004 23:42:44 GMT (envelope-from pav) Message-Id: <200407112342.i6BNgiFi091355@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 11 Jul 2004 23: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/x11-toolkits/gtkdatabox2 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, 11 Jul 2004 23:42:45 -0000 pav 2004-07-11 23:42:44 UTC FreeBSD ports repository Modified files: x11-toolkits/gtkdatabox2 pkg-plist Log: - Fix plist after latest libtool change Revision Changes Path 1.3 +0 -1 ports/x11-toolkits/gtkdatabox2/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 12 00: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 CD81816A4CE; Mon, 12 Jul 2004 00:04:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF46143D2F; Mon, 12 Jul 2004 00:04:47 +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 i6C04lax092055; Mon, 12 Jul 2004 00:04:47 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C04l1K092054; Mon, 12 Jul 2004 00:04:47 GMT (envelope-from bms) Message-Id: <200407120004.i6C04l1K092054@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 12 Jul 2004 00:04: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/x11/electricsheep 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, 12 Jul 2004 00:04:48 -0000 bms 2004-07-12 00:04:47 UTC FreeBSD ports repository (src committer) Modified files: x11/electricsheep Makefile Log: Include the manual page in installation. Revision Changes Path 1.15 +7 -0 ports/x11/electricsheep/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 00: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 0967316A4CE; Mon, 12 Jul 2004 00:14:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF18043D1F; Mon, 12 Jul 2004 00:14:16 +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 i6C0EGqa092388; Mon, 12 Jul 2004 00:14:16 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C0EGNt092387; Mon, 12 Jul 2004 00:14:16 GMT (envelope-from naddy) Message-Id: <200407120014.i6C0EGNt092387@repoman.freebsd.org> From: Christian Weisgerber Date: Mon, 12 Jul 2004 00:14: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/net/openntpd 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, 12 Jul 2004 00:14:17 -0000 naddy 2004-07-12 00:14:16 UTC FreeBSD ports repository Modified files: net/openntpd Makefile Log: * Add mirror site. * Fix typo. Submitted by: Darren Tucker Revision Changes Path 1.2 +3 -2 ports/net/openntpd/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 00:45: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 757A316A4CE; Mon, 12 Jul 2004 00:45:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56EFA43D31; Mon, 12 Jul 2004 00:45:25 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6C0jPll093203; Mon, 12 Jul 2004 00:45:25 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C0jP51093202; Mon, 12 Jul 2004 00:45:25 GMT (envelope-from keramida) Message-Id: <200407120045.i6C0jP51093202@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 12 Jul 2004 00:45:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.i386 fe.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: Mon, 12 Jul 2004 00:45:25 -0000 keramida 2004-07-12 00:45:25 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4/man4.i386 fe.4 Log: Fix a typo that slipped in during my last commit to this file. Submitted by: fox@vader.aacc.cc.md.us Revision Changes Path 1.29 +1 -1 src/share/man/man4/man4.i386/fe.4 From owner-cvs-all@FreeBSD.ORG Mon Jul 12 00:49: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 3C19916A4CE; Mon, 12 Jul 2004 00:49:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B4FF43D3F; Mon, 12 Jul 2004 00:49:31 +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 i6C0nU68093305; Mon, 12 Jul 2004 00:49:31 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C0nUhx093304; Mon, 12 Jul 2004 00:49:30 GMT (envelope-from bms) Message-Id: <200407120049.i6C0nUhx093304@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 12 Jul 2004 00:49: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/x11/electricsheep 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, 12 Jul 2004 00:49:31 -0000 bms 2004-07-12 00:49:30 UTC FreeBSD ports repository (src committer) Modified files: x11/electricsheep Makefile Log: Add a new tweakable knob, WITH_XSCREENSAVER, and announce it. Add conditional runtime dependency on x11/xscreensaver. Add conditional installation of xscreensaver config (electricsheep.xml) to do-install target. Correct typo in previous revision. Bump PORTREVISION. Revision Changes Path 1.16 +18 -2 ports/x11/electricsheep/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 00:54: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 DC97D16A4CE; Mon, 12 Jul 2004 00:54:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEDD443D1F; Mon, 12 Jul 2004 00:54:06 +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 i6C0s6Oa093481; Mon, 12 Jul 2004 00:54:06 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C0s6WE093480; Mon, 12 Jul 2004 00:54:06 GMT (envelope-from ijliao) Message-Id: <200407120054.i6C0s6WE093480@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 12 Jul 2004 00:54: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/jgraph 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, 12 Jul 2004 00:54:07 -0000 ijliao 2004-07-12 00:54:06 UTC FreeBSD ports repository Modified files: java/jgraph Makefile distinfo Log: upgrade to 5.0 Revision Changes Path 1.2 +2 -2 ports/java/jgraph/Makefile 1.2 +2 -2 ports/java/jgraph/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 12 01: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 732E516A4CE; Mon, 12 Jul 2004 01:15:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5492943D39; Mon, 12 Jul 2004 01:15:55 +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 i6C1Ft6X094070; Mon, 12 Jul 2004 01:15:55 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C1Ft3Y094069; Mon, 12 Jul 2004 01:15:55 GMT (envelope-from marcel) Message-Id: <200407120115.i6C1Ft3Y094069@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 12 Jul 2004 01:15: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/kern subr_kdb.c src/sys/sys kdb.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, 12 Jul 2004 01:15:55 -0000 marcel 2004-07-12 01:15:55 UTC FreeBSD src repository Modified files: sys/kern subr_kdb.c sys/sys kdb.h Log: Make kdb_dbbe_select() available as an interface function. This allows changing the backend from outside the KDB frontend. For example from within a backend. Rewrite kdb_sysctl_current to make use of this function as well. Revision Changes Path 1.3 +20 -9 src/sys/kern/subr_kdb.c 1.2 +1 -0 src/sys/sys/kdb.h From owner-cvs-all@FreeBSD.ORG Mon Jul 12 01: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 8FE4616A4CE; Mon, 12 Jul 2004 01:38:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72A3243D39; Mon, 12 Jul 2004 01:38:07 +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 i6C1c7HM094643; Mon, 12 Jul 2004 01:38:07 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C1c79x094642; Mon, 12 Jul 2004 01:38:07 GMT (envelope-from marcel) Message-Id: <200407120138.i6C1c79x094642@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 12 Jul 2004 01:38:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ddb db_command.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 01:38:07 -0000 marcel 2004-07-12 01:38:07 UTC FreeBSD src repository Modified files: sys/ddb db_command.c Log: Re-add the gdb command. It was removed to be replaced by something more generic, but that didn't actually happen. Since the feature to switch backends (and historically this means from DDB to GDB) is important, make sure people can do just that until such the generic mechanism actually sees the light of day. Suggested by: rwatson@ Revision Changes Path 1.55 +12 -0 src/sys/ddb/db_command.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 01:45: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 B30C316A4CE; Mon, 12 Jul 2004 01:45:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB8DE43D41; Mon, 12 Jul 2004 01:45:27 +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 i6C1jRFY094920; Mon, 12 Jul 2004 01:45:27 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C1jR7F094919; Mon, 12 Jul 2004 01:45:27 GMT (envelope-from murray) Message-Id: <200407120145.i6C1jR7F094919@repoman.freebsd.org> From: Murray Stokely Date: Mon, 12 Jul 2004 01: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: 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: Mon, 12 Jul 2004 01:45:28 -0000 murray 2004-07-12 01:45:27 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mac chapter.sgml Log: * This chapter makes no mention of downloading -CURRENT or -STABLE sources with CVSup, so remove that pre-requisite from the synopsis. * Remove trhodes user id in a few examples with 'user1' and add a replaceable tag around this user id so that it is rendered in italics. * Comment out a stub section that says something like "This should be written". The text is quite good without it, and when this planned section is added it will be even better. The Handbook is past the point where we should have 'This should be written' stub chapters or sections. Revision Changes Path 1.9 +11 -8 doc/en_US.ISO8859-1/books/handbook/mac/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 01:54: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 8E60C16A4CF; Mon, 12 Jul 2004 01:54:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FB4243D4C; Mon, 12 Jul 2004 01:54:37 +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 i6C1sbxw095148; Mon, 12 Jul 2004 01:54:37 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C1sbB6095147; Mon, 12 Jul 2004 01:54:37 GMT (envelope-from kientzle) Message-Id: <200407120154.i6C1sbB6095147@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 12 Jul 2004 01:54: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/lib/libarchive README X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 01:54:37 -0000 kientzle 2004-07-12 01:54:37 UTC FreeBSD src repository Modified files: lib/libarchive README Log: Update the README notes to include the current list of supported formats and remove some outdated comments about library limitations. Revision Changes Path 1.2 +50 -52 src/lib/libarchive/README From owner-cvs-all@FreeBSD.ORG Mon Jul 12 01: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 6E35016A4CE; Mon, 12 Jul 2004 01:56:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5028343D54; Mon, 12 Jul 2004 01:56:31 +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 i6C1uVnf095291; Mon, 12 Jul 2004 01:56:31 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C1uVPk095290; Mon, 12 Jul 2004 01:56:31 GMT (envelope-from perky) Message-Id: <200407120156.i6C1uVPk095290@repoman.freebsd.org> From: Hye-Shik Chang Date: Mon, 12 Jul 2004 01:56: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/misc/xosd Makefile distinfo ports/misc/xosd/files patch-xosd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 01:56:31 -0000 perky 2004-07-12 01:56:31 UTC FreeBSD ports repository Modified files: misc/xosd Makefile distinfo misc/xosd/files patch-xosd.c Log: Update to 2.2.8 and unmark BROKEN. PR: 68906 Submitted by: Roman Bogorodskiy Revision Changes Path 1.28 +1 -3 ports/misc/xosd/Makefile 1.13 +2 -2 ports/misc/xosd/distinfo 1.7 +10 -10 ports/misc/xosd/files/patch-xosd.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 02: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 92B1B16A4CE; Mon, 12 Jul 2004 02:10:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 746CB43D1D; Mon, 12 Jul 2004 02:10:53 +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 i6C2ArcK095739; Mon, 12 Jul 2004 02:10:53 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C2Ar8b095738; Mon, 12 Jul 2004 02:10:53 GMT (envelope-from perky) Message-Id: <200407120210.i6C2Ar8b095738@repoman.freebsd.org> From: Hye-Shik Chang Date: Mon, 12 Jul 2004 02: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/devel/pyrex 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, 12 Jul 2004 02:10:53 -0000 perky 2004-07-12 02:10:53 UTC FreeBSD ports repository Modified files: devel/pyrex Makefile distinfo pkg-plist Log: Update to 0.9.3 Revision Changes Path 1.19 +1 -1 ports/devel/pyrex/Makefile 1.18 +2 -2 ports/devel/pyrex/distinfo 1.13 +39 -39 ports/devel/pyrex/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 12 02:16: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 C7BAB16A4CE; Mon, 12 Jul 2004 02:16:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA0C443D46; Mon, 12 Jul 2004 02:16:27 +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 i6C2GRaG095907; Mon, 12 Jul 2004 02:16:27 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C2GR8u095906; Mon, 12 Jul 2004 02:16:27 GMT (envelope-from perky) Message-Id: <200407120216.i6C2GR8u095906@repoman.freebsd.org> From: Hye-Shik Chang Date: Mon, 12 Jul 2004 02:16: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-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, 12 Jul 2004 02:16:27 -0000 perky 2004-07-12 02:16:27 UTC FreeBSD ports repository Modified files: x11-toolkits/py-gui Makefile distinfo pkg-plist Log: Update to 0.5.1 and fix dependency. Revision Changes Path 1.4 +2 -4 ports/x11-toolkits/py-gui/Makefile 1.3 +2 -2 ports/x11-toolkits/py-gui/distinfo 1.3 +1 -0 ports/x11-toolkits/py-gui/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 12 02: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 283BB16A4CE; Mon, 12 Jul 2004 02:48:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AE1C43D48; Mon, 12 Jul 2004 02:48:41 +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 i6C2meK0096700; Mon, 12 Jul 2004 02:48:40 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C2mef4096699; Mon, 12 Jul 2004 02:48:40 GMT (envelope-from tjr) Message-Id: <200407120248.i6C2mef4096699@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 12 Jul 2004 02:48: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/m4 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: Mon, 12 Jul 2004 02:48:41 -0000 tjr 2004-07-12 02:48:40 UTC FreeBSD src repository Modified files: usr.bin/m4 main.c Log: Respect locale settings from the environment. Revision Changes Path 1.25 +3 -0 src/usr.bin/m4/main.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 02:55: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 8674D16A4CE; Mon, 12 Jul 2004 02:55:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FDC643D46; Mon, 12 Jul 2004 02:55:07 +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 i6C2t7Db096894; Mon, 12 Jul 2004 02:55:07 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C2t7fR096893; Mon, 12 Jul 2004 02:55:07 GMT (envelope-from murray) Message-Id: <200407120255.i6C2t7fR096893@repoman.freebsd.org> From: Murray Stokely Date: Mon, 12 Jul 2004 02:55:07 +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: Mon, 12 Jul 2004 02:55:07 -0000 murray 2004-07-12 02:55:07 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mac chapter.sgml Log: * Notes in should not begin with 'Please note that'. The tag already expresses this information and so the text will be rendered appropriately. * Improve wording in synopsis. * Remove redundant sentences and simplify section about what will not be covered in this chapter. * Omit unnecessary words and improve grammar as appropriate * Remove redundant paragraph. * Use serial comma in list of elements, as mandated by doc project primer. Revision Changes Path 1.10 +27 -37 doc/en_US.ISO8859-1/books/handbook/mac/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 02:55: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 45D6816A4CE; Mon, 12 Jul 2004 02:55:58 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id F30C443D39; Mon, 12 Jul 2004 02:55:57 +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 i6C2tmnL093313; Sun, 11 Jul 2004 22:55:48 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i6C2tlaI093310; Sun, 11 Jul 2004 22:55:48 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sun, 11 Jul 2004 22:55:47 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Marcel Moolenaar In-Reply-To: <200407120138.i6C1c79x094642@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/ddb db_command.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 02:55:58 -0000 On Mon, 12 Jul 2004, Marcel Moolenaar wrote: > Re-add the gdb command. It was removed to be replaced by something > more generic, but that didn't actually happen. Since the feature to > switch backends (and historically this means from DDB to GDB) is > important, make sure people can do just that until such the generic > mechanism actually sees the light of day. > > Suggested by: rwatson@ 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 Mon Jul 12 02:59: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 2ACCA16A4F3; Mon, 12 Jul 2004 02:59:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B0E643D48; Mon, 12 Jul 2004 02:59:58 +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 i6C2xvGk097034; Mon, 12 Jul 2004 02:59:57 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C2xvao097033; Mon, 12 Jul 2004 02:59:57 GMT (envelope-from murray) Message-Id: <200407120259.i6C2xvao097033@repoman.freebsd.org> From: Murray Stokely Date: Mon, 12 Jul 2004 02:59: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/articles/hubs 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, 12 Jul 2004 02:59:58 -0000 murray 2004-07-12 02:59:57 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/hubs article.sgml Log: Follow the conventions set out in the FreeBSD Doc Project Primer and the O'Reilly word list : 'webpages' -> 'web pages' 'webserver' -> 'web server' Revision Changes Path 1.49 +12 -12 doc/en_US.ISO8859-1/articles/hubs/article.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 03:00: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 0FC1016A4CE; Mon, 12 Jul 2004 03:00:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E693C43D49; Mon, 12 Jul 2004 03:00:50 +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 i6C30ojp097118; Mon, 12 Jul 2004 03:00:50 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C30oVK097117; Mon, 12 Jul 2004 03:00:50 GMT (envelope-from alfred) Message-Id: <200407120300.i6C30oVK097117@repoman.freebsd.org> From: Alfred Perlstein Date: Mon, 12 Jul 2004 03:00: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/contrib/top commands.c top.X top.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 03:00:51 -0000 alfred 2004-07-12 03:00:50 UTC FreeBSD src repository Modified files: contrib/top commands.c top.X top.c Log: Make 'S' in interactive mode toggle display of system processes. Revision Changes Path 1.8 +1 -0 src/contrib/top/commands.c 1.11 +3 -0 src/contrib/top/top.X 1.14 +7 -3 src/contrib/top/top.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 03:12: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 6F53916A4CE; Mon, 12 Jul 2004 03:12:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51BFE43D58; Mon, 12 Jul 2004 03:12:30 +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 i6C3CUV5097791; Mon, 12 Jul 2004 03:12:30 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C3CU5L097790; Mon, 12 Jul 2004 03:12:30 GMT (envelope-from murray) Message-Id: <200407120312.i6C3CU5L097790@repoman.freebsd.org> From: Murray Stokely Date: Mon, 12 Jul 2004 03:12:30 +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/fdp-primer book.sgml doc/en_US.ISO8859-1/books/fdp-primer/exampleschapter.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, 12 Jul 2004 03:12:30 -0000 murray 2004-07-12 03:12:30 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/fdp-primer book.sgml en_US.ISO8859-1/books/fdp-primer/examples appendix.sgml en_US.ISO8859-1/books/fdp-primer/tools chapter.sgml Log: Use &tex; macro so that it can be rendered properly for print output. Revision Changes Path 1.24 +2 -0 doc/en_US.ISO8859-1/books/fdp-primer/book.sgml 1.14 +3 -3 doc/en_US.ISO8859-1/books/fdp-primer/examples/appendix.sgml 1.28 +1 -1 doc/en_US.ISO8859-1/books/fdp-primer/tools/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 03:24: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 071A516A4CE; Mon, 12 Jul 2004 03:24:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDF2D43D2F; Mon, 12 Jul 2004 03:24:13 +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 i6C3ODFJ098075; Mon, 12 Jul 2004 03:24:13 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C3OD3O098074; Mon, 12 Jul 2004 03:24:13 GMT (envelope-from murray) Message-Id: <200407120324.i6C3OD3O098074@repoman.freebsd.org> From: Murray Stokely Date: Mon, 12 Jul 2004 03:24:13 +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: Mon, 12 Jul 2004 03:24:15 -0000 murray 2004-07-12 03:24:13 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mac chapter.sgml Log: Technical corrections. Confirmed with: rwatson Revision Changes Path 1.11 +7 -5 doc/en_US.ISO8859-1/books/handbook/mac/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 03: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 1DCE116A4CE; Mon, 12 Jul 2004 03:45:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00FD243D45; Mon, 12 Jul 2004 03:45:30 +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 i6C3jT4G098703; Mon, 12 Jul 2004 03:45:29 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C3jTnW098702; Mon, 12 Jul 2004 03:45:29 GMT (envelope-from ijliao) Message-Id: <200407120345.i6C3jTnW098702@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 12 Jul 2004 03:45: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/devel/klassmodeler 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, 12 Jul 2004 03:45:30 -0000 ijliao 2004-07-12 03:45:29 UTC FreeBSD ports repository Modified files: devel/klassmodeler Makefile Log: mark broken on 4-stable Revision Changes Path 1.2 +7 -1 ports/devel/klassmodeler/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 04:09: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 41B3A16A4CE; Mon, 12 Jul 2004 04:09:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 244E143D1D; Mon, 12 Jul 2004 04:09:40 +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 i6C49eEW099317; Mon, 12 Jul 2004 04:09:40 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C49e4r099316; Mon, 12 Jul 2004 04:09:40 GMT (envelope-from murray) Message-Id: <200407120409.i6C49e4r099316@repoman.freebsd.org> From: Murray Stokely Date: Mon, 12 Jul 2004 04:09: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 Makefile.inc.docports X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 04:09:40 -0000 murray 2004-07-12 04:09:40 UTC FreeBSD src repository Modified files: release Makefile.inc.docports Log: Chase the docproj ports required to build a release with NOPORTS but without NODOCS. PR: ports/68153 Submitted by: Dmitry Morozovsky Revision Changes Path 1.23 +6 -1 src/release/Makefile.inc.docports From owner-cvs-all@FreeBSD.ORG Mon Jul 12 04:13: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 AD6B916A4CE; Mon, 12 Jul 2004 04:13:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F84A43D1D; Mon, 12 Jul 2004 04:13:38 +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 i6C4Dc1Q099470; Mon, 12 Jul 2004 04:13:38 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C4DcfT099469; Mon, 12 Jul 2004 04:13:38 GMT (envelope-from alfred) Message-Id: <200407120413.i6C4DcfT099469@repoman.freebsd.org> From: Alfred Perlstein Date: Mon, 12 Jul 2004 04:13:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern 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: Mon, 12 Jul 2004 04:13:38 -0000 alfred 2004-07-12 04:13:38 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Dump the actual bad values when this assertion is tripped. Revision Changes Path 1.509 +3 -1 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 04: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 2F5D216A4CE; Mon, 12 Jul 2004 04:18:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1322343D1D; Mon, 12 Jul 2004 04:18: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 i6C4IiEU099624; Mon, 12 Jul 2004 04:18:44 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C4IipM099623; Mon, 12 Jul 2004 04:18:44 GMT (envelope-from tjr) Message-Id: <200407120418.i6C4IipM099623@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 12 Jul 2004 04:18: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/xargs xargs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 04:18:45 -0000 tjr 2004-07-12 04:18:44 UTC FreeBSD src repository Modified files: usr.bin/xargs xargs.c Log: Call setlocale() with category LC_ALL instead of LC_MESSAGES. We need LC_CTYPE and LC_COLLATE to correctly interpret regular expressions returned by nl_langinfo(YESEXPR), and it doesn't hurt to include the rest. Revision Changes Path 1.55 +1 -1 src/usr.bin/xargs/xargs.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 04: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 32F7D16A4CE; Mon, 12 Jul 2004 04:33:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1680543D39; Mon, 12 Jul 2004 04:33:59 +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 i6C4Xwax099982; Mon, 12 Jul 2004 04:33:58 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C4Xwi6099981; Mon, 12 Jul 2004 04:33:58 GMT (envelope-from rwatson) Message-Id: <200407120433.i6C4Xwi6099981@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Jul 2004 04: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/netatalk at_control.c ddp_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: Mon, 12 Jul 2004 04:33:59 -0000 rwatson 2004-07-12 04:33:58 UTC FreeBSD src repository Modified files: sys/netatalk at_control.c ddp_usrreq.c Log: Remove spl's from netatalk in preparation to merge locking. Revision Changes Path 1.40 +1 -7 src/sys/netatalk/at_control.c 1.41 +0 -23 src/sys/netatalk/ddp_usrreq.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 04: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 CED5D16A4CE; Mon, 12 Jul 2004 04:35:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B167D43D53; Mon, 12 Jul 2004 04:35:42 +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 i6C4Zga9000248; Mon, 12 Jul 2004 04:35:42 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C4ZgGk000247; Mon, 12 Jul 2004 04:35:42 GMT (envelope-from rwatson) Message-Id: <200407120435.i6C4ZgGk000247@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Jul 2004 04:35: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/netgraph ng_frame_relay.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 04:35:43 -0000 rwatson 2004-07-12 04:35:42 UTC FreeBSD src repository Modified files: sys/netgraph ng_frame_relay.c Log: Mark 'makeup' in ng_frame_relay as const, as its values are immutable. Revision Changes Path 1.23 +1 -1 src/sys/netgraph/ng_frame_relay.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 04: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 4573F16A4CE; Mon, 12 Jul 2004 04:40:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26F0443D55; Mon, 12 Jul 2004 04:40:27 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6C4eRP9000412; Mon, 12 Jul 2004 04:40:27 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C4eRrL000411; Mon, 12 Jul 2004 04:40:27 GMT (envelope-from alc) Message-Id: <200407120440.i6C4eRrL000411@repoman.freebsd.org> From: Alan Cox Date: Mon, 12 Jul 2004 04:40: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/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: Mon, 12 Jul 2004 04:40:27 -0000 alc 2004-07-12 04:40:27 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc pmap.c Log: pmap_remove_pages() must not remove wired mappings. Since pmap_remove_pages() is an optimization, its implementation is optional. Discussed with: grehan Revision Changes Path 1.79 +0 -4 src/sys/powerpc/powerpc/pmap.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 04:43: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 63B8216A4CE; Mon, 12 Jul 2004 04:43:23 +0000 (GMT) Received: from neo.samodelkin.net (samodelkin.net [81.176.202.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id D008643D1F; Mon, 12 Jul 2004 04:43:22 +0000 (GMT) (envelope-from fjoe@neo.samodelkin.net) Received: by neo.samodelkin.net (Postfix, from userid 1000) id 5834717077; Mon, 12 Jul 2004 11:43:20 +0700 (NOVST) Date: Mon, 12 Jul 2004 11:43:20 +0700 From: Max Khon To: Kris Kennaway Message-ID: <20040712044320.GA8291@samodelkin.net> References: <200407111120.i6BBKe1m068734@repoman.freebsd.org> <20040711215624.GA8963@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040711215624.GA8963@xor.obsecurity.org> User-Agent: Mutt/1.4.2i cc: Max Khon cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases/grass Makefile pkg-plist patch-src-misc-m.kappa-cmd-prt_hdr.c patch-src-raster-r.in.doq-cmd-get_newhead.c patch-src-raster-wildfire-src-r.ros-spot_dist.c patch-src.garden-grass.postgresql-g.stats.pg-infxStats.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 04:43:23 -0000 Hi, Kris! On Sun, Jul 11, 2004 at 02:56:24PM -0700, Kris Kennaway wrote: > > fjoe 2004-07-11 11:20:40 UTC > > > > FreeBSD ports repository > > > > Modified files: > > databases/grass Makefile pkg-plist > > databases/grass/files patch-configure.in > > Added files: > > databases/grass/files patch-src-misc-m.kappa-cmd-prt_hdr.c > > patch-src-misc-m.kappa-cmd-readin_data.c > > patch-src-raster-r.in.doq-cmd-get_newhead.c > > patch-src-raster-wildfire-src-r.ros-spot_dist.c > > patch-src.garden-grass.postgresql-g.column.pg-main.c > > patch-src.garden-grass.postgresql-g.stats.pg-infxStats.c > > Log: > > - Fix build on 5.x (fix compiling with gcc 3.x). This fixes pkg-plist on 5.x. > > - Provide really working fix for odbc driver. > > - Remove locks/%%HOSTNAME%% from pkg-plist -- it is cleaned up in > > pkg-deinstall. > > - Bump PORTREVISION. > > Did you see my question in response to your previous commit? Does > this package work on systems other than that it was built on, since it > seems to hard-code the hostname in the package? Yes, I saw your question. I backed out locks/%%HOSTNAME%% change in Makefile/pkg-plist (now it is not included in pkg-plist, as was before). /fjoe From owner-cvs-all@FreeBSD.ORG Mon Jul 12 04:43: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 3EBA116A4CE; Mon, 12 Jul 2004 04:43:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23BD143D1D; Mon, 12 Jul 2004 04:43:59 +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 i6C4hxgX000517; Mon, 12 Jul 2004 04:43:59 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C4hxJA000516; Mon, 12 Jul 2004 04:43:59 GMT (envelope-from marcel) Message-Id: <200407120443.i6C4hxJA000516@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 12 Jul 2004 04:43: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/lib/libc/sys ptrace.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: Mon, 12 Jul 2004 04:43:59 -0000 marcel 2004-07-12 04:43:59 UTC FreeBSD src repository Modified files: lib/libc/sys ptrace.2 Log: Document the new PT_LWPINFO request. In fact, the request is so new it hasn't even been implemented yet. I just wanted to be the first to try a new approach to development ;-) Revision Changes Path 1.36 +19 -0 src/lib/libc/sys/ptrace.2 From owner-cvs-all@FreeBSD.ORG Mon Jul 12 04:45: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 520E616A4CE; Mon, 12 Jul 2004 04:45:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34B1643D1F; Mon, 12 Jul 2004 04:45:46 +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 i6C4jkSI000621; Mon, 12 Jul 2004 04:45:46 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C4jkhU000620; Mon, 12 Jul 2004 04:45:46 GMT (envelope-from rwatson) Message-Id: <200407120445.i6C4jkhU000620@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Jul 2004 04:45: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/netgraph ng_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: Mon, 12 Jul 2004 04:45:46 -0000 rwatson 2004-07-12 04:45:46 UTC FreeBSD src repository Modified files: sys/netgraph ng_socket.c Log: Introduce a global mtx 'ngsocketlist_mtx' to protect the global ng_socket list during insert/delete. Revision Changes Path 1.51 +8 -0 src/sys/netgraph/ng_socket.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 04:53: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 27F4616A4CE; Mon, 12 Jul 2004 04:53:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AEFA43D2D; Mon, 12 Jul 2004 04:53:34 +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 i6C4rXuh000859; Mon, 12 Jul 2004 04:53:33 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C4rXU4000858; Mon, 12 Jul 2004 04:53:33 GMT (envelope-from alfred) Message-Id: <200407120453.i6C4rXU4000858@repoman.freebsd.org> From: Alfred Perlstein Date: Mon, 12 Jul 2004 04:53: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/sys user.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, 12 Jul 2004 04:53:34 -0000 alfred 2004-07-12 04:53:33 UTC FreeBSD src repository Modified files: sys/sys user.h Log: Reserve a pointer "ki_udata" in kinfo_proc as a convenience for userland. Revision Changes Path 1.61 +4 -3 src/sys/sys/user.h From owner-cvs-all@FreeBSD.ORG Mon Jul 12 04:55: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 DC1D416A4CE; Mon, 12 Jul 2004 04:55:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C051843D1F; Mon, 12 Jul 2004 04:55:07 +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 i6C4t7mI000946; Mon, 12 Jul 2004 04:55:07 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C4t7L2000945; Mon, 12 Jul 2004 04:55:07 GMT (envelope-from alfred) Message-Id: <200407120455.i6C4t7L2000945@repoman.freebsd.org> From: Alfred Perlstein Date: Mon, 12 Jul 2004 04: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/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: Mon, 12 Jul 2004 04:55:08 -0000 alfred 2004-07-12 04:55:07 UTC FreeBSD src repository Modified files: usr.bin/top machine.c Log: Cache a pointer to the old proc (as well as negative cache) to make computing the io statistics over and over not as expensive. This is a bit of a cop out, as I should just allocate a struct with the computed values, but this will do for now. Revision Changes Path 1.65 +13 -2 src/usr.bin/top/machine.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 05:06: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 A8A5416A4CE; Mon, 12 Jul 2004 05:06:55 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A04C943D48; Mon, 12 Jul 2004 05:06:55 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 9812B5C894; Sun, 11 Jul 2004 22:06:55 -0700 (PDT) Date: Sun, 11 Jul 2004 22:06:55 -0700 From: Alfred Perlstein To: Marcel Moolenaar Message-ID: <20040712050655.GZ95729@elvis.mu.org> References: <200407120443.i6C4hxJA000516@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407120443.i6C4hxJA000516@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys ptrace.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: Mon, 12 Jul 2004 05:06:55 -0000 * Marcel Moolenaar [040711 21:44] wrote: > marcel 2004-07-12 04:43:59 UTC > > FreeBSD src repository > > Modified files: > lib/libc/sys ptrace.2 > Log: > Document the new PT_LWPINFO request. In fact, the request is so new > it hasn't even been implemented yet. I just wanted to be the first > to try a new approach to development ;-) Oh please... MAP_INHERIT, MAP_HASSEMAPHORE, etc.. :D -- - Alfred Perlstein From owner-cvs-all@FreeBSD.ORG Mon Jul 12 05: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 B00A616A4CE; Mon, 12 Jul 2004 05:07:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA9C143D55; Mon, 12 Jul 2004 05:07:50 +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 i6C57om5001346; Mon, 12 Jul 2004 05:07:50 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C57ooG001345; Mon, 12 Jul 2004 05:07:50 GMT (envelope-from marcel) Message-Id: <200407120507.i6C57ooG001345@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 12 Jul 2004 05:07:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_exit.c kern_sig.c sys_process.c src/sys/sys proc.h ptrace.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, 12 Jul 2004 05:07:50 -0000 marcel 2004-07-12 05:07:50 UTC FreeBSD src repository Modified files: sys/kern kern_exit.c kern_sig.c sys_process.c sys/sys proc.h ptrace.h Log: Implement the PT_LWPINFO request. This request can be used by the tracing process to obtain information about the LWP that caused the traced process to stop. Debuggers can use this information to select the thread currently running on the LWP as the current thread. The request has been made compatible with NetBSD for as much as possible. This implementation differs from NetBSD in the following ways: 1. The data argument is allowed to be smaller than the size of the ptrace_lwpinfo structure known to the kernel, but not 0. This is opposite to what NetBSD allows. The reason for this is that we can extend the structure without affecting older binaries. 2. On NetBSD the tracing process is to set the pl_lwpid field to the Id of the LWP it wants information of. We don't do that. Our ptrace interface allows passing the LWP Id instead of the PID. The tracing process is to set the PID to the LWP Id it wants information of. 3. When the PID is actually the PID of the tracing process, this request returns the information about the LWP that caused the process to stop. This was the whole purpose of the request in the first place. When the traced process has exited, this request will return the LWP Id 0, indicating that the process state is not the result of an event specific to a LWP. Revision Changes Path 1.239 +1 -0 src/sys/kern/kern_exit.c 1.283 +3 -0 src/sys/kern/kern_sig.c 1.122 +19 -0 src/sys/kern/sys_process.c 1.385 +1 -0 src/sys/sys/proc.h 1.23 +9 -0 src/sys/sys/ptrace.h From owner-cvs-all@FreeBSD.ORG Mon Jul 12 05:16: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 BB24316A4CE; Mon, 12 Jul 2004 05:16:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DB9E43D4C; Mon, 12 Jul 2004 05:16:29 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6C5GT5R001619; Mon, 12 Jul 2004 05:16:29 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C5GThX001618; Mon, 12 Jul 2004 05:16:29 GMT (envelope-from obrien) Message-Id: <200407120516.i6C5GThX001618@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 12 Jul 2004 05:16: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/devel/gettext 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, 12 Jul 2004 05:16:29 -0000 obrien 2004-07-12 05:16:29 UTC FreeBSD ports repository Modified files: devel/gettext Makefile Log: Fix the release build. Revision Changes Path 1.60 +8 -2 ports/devel/gettext/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 05:29: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 645F016A4CE; Mon, 12 Jul 2004 05:29:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47F0143D48; Mon, 12 Jul 2004 05:29:37 +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 i6C5TbgB001895; Mon, 12 Jul 2004 05:29:37 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C5TbSu001894; Mon, 12 Jul 2004 05:29:37 GMT (envelope-from murray) Message-Id: <200407120529.i6C5TbSu001894@repoman.freebsd.org> From: Murray Stokely Date: Mon, 12 Jul 2004 05:29: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/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: Mon, 12 Jul 2004 05:29:37 -0000 murray 2004-07-12 05:29:37 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mac chapter.sgml Log: Rewrite the synopsis. Merge two paragraphs into one. Start off this chapter by talking about security features of FreeBSD, rather than the history of the TrustedBSD project. Revision Changes Path 1.12 +15 -24 doc/en_US.ISO8859-1/books/handbook/mac/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 05:35:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 815) id 6507F16A4CF; Mon, 12 Jul 2004 05:35:16 +0000 (GMT) Date: Mon, 12 Jul 2004 05:35:16 +0000 From: Murray Stokely To: Hiroki Sato Message-ID: <20040712053516.GD68096@hub.freebsd.org> References: <200407111649.i6BGnsqS078577@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407111649.i6BGnsqS078577@repoman.freebsd.org> 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: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/releng extra.css X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 05:35:16 -0000 On Sun, Jul 11, 2004 at 04:49:54PM +0000, Hiroki Sato wrote: > hrs 2004-07-11 16:49:54 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/articles/releng extra.css > Log: > Use left justification for trademarks and abstract section > in the title page. Hi Hiroki, the point of this file is to override the default left justification and use center-justification because I thought it looked better for this particular article (but that is not appropriate for all others in the tree). If we want to go back to left justification then we should simply remove this file. Left justification is the default, but I still prefer center justification for this article. - Murray From owner-cvs-all@FreeBSD.ORG Mon Jul 12 05:40: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 04AA216A4CE; Mon, 12 Jul 2004 05:40:54 +0000 (GMT) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7EB043D1D; Mon, 12 Jul 2004 05:40:53 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-64-169-107-19.dsl.lsan03.pacbell.net [64.169.107.19]) i6C5f7X9027999; Mon, 12 Jul 2004 01:41:07 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C2A4352B43; Sun, 11 Jul 2004 22:40:50 -0700 (PDT) Date: Sun, 11 Jul 2004 22:40:50 -0700 From: Kris Kennaway To: Max Khon Message-ID: <20040712054050.GA33305@xor.obsecurity.org> References: <200407111120.i6BBKe1m068734@repoman.freebsd.org> <20040711215624.GA8963@xor.obsecurity.org> <20040712044320.GA8291@samodelkin.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline In-Reply-To: <20040712044320.GA8291@samodelkin.net> User-Agent: Mutt/1.4.2.1i cc: Max Khon cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/databases/grass Makefile pkg-plist patch-src-misc-m.kappa-cmd-prt_hdr.c patch-src-raster-r.in.doq-cmd-get_newhead.c patch-src-raster-wildfire-src-r.ros-spot_dist.c patch-src.garden-grass.postgresql-g.stats.pg-infxStats.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 05:40:54 -0000 --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 12, 2004 at 11:43:20AM +0700, Max Khon wrote: > Hi, Kris! >=20 > On Sun, Jul 11, 2004 at 02:56:24PM -0700, Kris Kennaway wrote: >=20 > > > fjoe 2004-07-11 11:20:40 UTC > > >=20 > > > FreeBSD ports repository > > >=20 > > > Modified files: > > > databases/grass Makefile pkg-plist=20 > > > databases/grass/files patch-configure.in=20 > > > Added files: > > > databases/grass/files patch-src-misc-m.kappa-cmd-prt_hdr.c=20 > > > patch-src-misc-m.kappa-cmd-readin_data.c=20 > > > patch-src-raster-r.in.doq-cmd-get_newhead.c= =20 > > > patch-src-raster-wildfire-src-r.ros-spot_di= st.c=20 > > > patch-src.garden-grass.postgresql-g.column.= pg-main.c=20 > > > patch-src.garden-grass.postgresql-g.stats.p= g-infxStats.c=20 > > > Log: > > > - Fix build on 5.x (fix compiling with gcc 3.x). This fixes pkg-pli= st on 5.x. > > > - Provide really working fix for odbc driver. > > > - Remove locks/%%HOSTNAME%% from pkg-plist -- it is cleaned up in > > > pkg-deinstall. > > > - Bump PORTREVISION. > >=20 > > Did you see my question in response to your previous commit? Does > > this package work on systems other than that it was built on, since it > > seems to hard-code the hostname in the package? >=20 > Yes, I saw your question. > I backed out locks/%%HOSTNAME%% change in Makefile/pkg-plist > (now it is not included in pkg-plist, as was before). I saw that, but it doesn't seem to answer the question. Does the port hard-code the hostname in other places, e.g. in binaries? Have you tried installing and running the grass package from ftp.freebsd.org to verify that it works? Kris --AhhlLboLdkugWU4S Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA8iRiWry0BWjoQKURAoeAAJkBfgtqBgcRBKDznq8eScEGMZz0VwCg7dYL vEPOUKNl3LuQp3oi2HTLh6U= =bcVk -----END PGP SIGNATURE----- --AhhlLboLdkugWU4S-- From owner-cvs-all@FreeBSD.ORG Mon Jul 12 05:42: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 E980316A4CE; Mon, 12 Jul 2004 05:42:55 +0000 (GMT) Received: from ylpvm01.prodigy.net (ylpvm01-ext.prodigy.net [207.115.57.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8791E43D39; Mon, 12 Jul 2004 05:42:55 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-64-169-107-19.dsl.lsan03.pacbell.net [64.169.107.19]) i6C5gr1m028553; Mon, 12 Jul 2004 01:42:53 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B100D52F9A; Sun, 11 Jul 2004 22:42:53 -0700 (PDT) Date: Sun, 11 Jul 2004 22:42:53 -0700 From: Kris Kennaway To: "David E. O'Brien" Message-ID: <20040712054253.GB33305@xor.obsecurity.org> References: <200407120516.i6C5GThX001618@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2B/JsCI69OhZNC5r" Content-Disposition: inline In-Reply-To: <200407120516.i6C5GThX001618@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/devel/gettext 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, 12 Jul 2004 05:42:56 -0000 --2B/JsCI69OhZNC5r Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 12, 2004 at 05:16:29AM +0000, David E. O'Brien wrote: > obrien 2004-07-12 05:16:29 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > devel/gettext Makefile=20 > Log: > Fix the release build. What's the problem? This surely isn't the best way to fix it. Kris --2B/JsCI69OhZNC5r Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA8iTdWry0BWjoQKURAlIVAJ9YVG9xjCFJEbmGowRq6BF4WO6orgCeMpA9 6lZiO4dDl+h6FheypGcA8Tg= =Ahqo -----END PGP SIGNATURE----- --2B/JsCI69OhZNC5r-- From owner-cvs-all@FreeBSD.ORG Mon Jul 12 06: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 B16BC16A4CE; Mon, 12 Jul 2004 06:05:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9638B43D31; Mon, 12 Jul 2004 06:05:41 +0000 (GMT) (envelope-from max@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6C65fSA002984; Mon, 12 Jul 2004 06:05:41 GMT (envelope-from max@repoman.freebsd.org) Received: (from max@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C65frO002983; Mon, 12 Jul 2004 06:05:41 GMT (envelope-from max) Message-Id: <200407120605.i6C65frO002983@repoman.freebsd.org> From: Masafumi Max NAKANE Date: Mon, 12 Jul 2004 06: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: ports/japanese/Canna 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, 12 Jul 2004 06:05:41 -0000 max 2004-07-12 06:05:41 UTC FreeBSD ports repository Modified files: japanese/Canna Makefile distinfo Log: Upgrade to 3.7p3. Revision Changes Path 1.63 +2 -3 ports/japanese/Canna/Makefile 1.10 +2 -2 ports/japanese/Canna/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 12 06: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 1CA1C16A4CE; Mon, 12 Jul 2004 06:07:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF15243D2F; Mon, 12 Jul 2004 06:07: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 i6C67Qiu003091; Mon, 12 Jul 2004 06:07:26 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C67Qf6003090; Mon, 12 Jul 2004 06:07:26 GMT (envelope-from tjr) Message-Id: <200407120607.i6C67Qf6003090@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 12 Jul 2004 06:07: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/include regex.h src/lib/libc/regex regerror.c regex.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: Mon, 12 Jul 2004 06:07:27 -0000 tjr 2004-07-12 06:07:26 UTC FreeBSD src repository Modified files: include regex.h lib/libc/regex regerror.c regex.3 Log: Add a new error code, REG_ILLSEQ, to indicate that a regular expression contains an illegal multibyte character sequence. Revision Changes Path 1.11 +1 -0 src/include/regex.h 1.9 +2 -0 src/lib/libc/regex/regerror.c 1.16 +3 -1 src/lib/libc/regex/regex.3 From owner-cvs-all@FreeBSD.ORG Mon Jul 12 06:10: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 9BCE516A4CE; Mon, 12 Jul 2004 06:10:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8175743D2F; Mon, 12 Jul 2004 06:10: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 i6C6A1TL003166; Mon, 12 Jul 2004 06:10:01 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C6A1Yk003165; Mon, 12 Jul 2004 06:10:01 GMT (envelope-from kris) Message-Id: <200407120610.i6C6A1Yk003165@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 12 Jul 2004 06:10: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/textproc/ocaml-yaxi 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, 12 Jul 2004 06:10:01 -0000 kris 2004-07-12 06:10:01 UTC FreeBSD ports repository Modified files: textproc/ocaml-yaxi Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.4 +2 -0 ports/textproc/ocaml-yaxi/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 06:22: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 EF8D216A4CE; Mon, 12 Jul 2004 06:22:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D29D243D39; Mon, 12 Jul 2004 06:22:42 +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 i6C6Mg3q003552; Mon, 12 Jul 2004 06:22:42 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C6MgfL003551; Mon, 12 Jul 2004 06:22:42 GMT (envelope-from alfred) Message-Id: <200407120622.i6C6MgfL003551@repoman.freebsd.org> From: Alfred Perlstein Date: Mon, 12 Jul 2004 06:22: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/kern uipc_socket.c src/sys/nfsclient nfs_socket.c 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: Mon, 12 Jul 2004 06:22:43 -0000 alfred 2004-07-12 06:22:42 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c sys/nfsclient nfs_socket.c sys/sys socketvar.h Log: Use SO_REUSEADDR and SO_REUSEPORT when reconnecting NFS mounts. Tune the timeout from 5 seconds to 12 seconds. Provide a sysctl to show how many reconnects the NFS client has done. Seems to fix IPv6 from: kuriyama Revision Changes Path 1.202 +19 -0 src/sys/kern/uipc_socket.c 1.112 +10 -2 src/sys/nfsclient/nfs_socket.c 1.132 +2 -0 src/sys/sys/socketvar.h From owner-cvs-all@FreeBSD.ORG Mon Jul 12 06:28: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 6D72D16A4CE; Mon, 12 Jul 2004 06:28:04 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4916343D2D; Mon, 12 Jul 2004 06:28:04 +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 i6C6S01h037276; Sun, 11 Jul 2004 23:28:01 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i6C6S0xd037275; Sun, 11 Jul 2004 23:28:00 -0700 (PDT) (envelope-from obrien) Date: Sun, 11 Jul 2004 23:28:00 -0700 From: "David O'Brien" To: Kris Kennaway Message-ID: <20040712062800.GA37188@dragon.nuxi.com> References: <200407120516.i6C5GThX001618@repoman.freebsd.org> <20040712054253.GB33305@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040712054253.GB33305@xor.obsecurity.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: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/gettext Makefile 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: Mon, 12 Jul 2004 06:28:04 -0000 On Sun, Jul 11, 2004 at 10:42:53PM -0700, Kris Kennaway wrote: > On Mon, Jul 12, 2004 at 05:16:29AM +0000, David E. O'Brien wrote: > > obrien 2004-07-12 05:16:29 UTC > > > > FreeBSD ports repository > > > > Modified files: > > devel/gettext Makefile > > Log: > > Fix the release build. > > What's the problem? This surely isn't the best way to fix it. Some ports needed in a 'make release' have dependencies on gettext. If either of the nobs had any real functionality, *maybe* the overly interactive dialog would be worth it. But this port was hassling users over useless bits. To tell the truth, I don't think "WITH_HTMLMAN" actually does anything. If this were the 'mutt-devel' port, I could understand the use of "OPTIONS". But if someone is really missing these bits, a gettext- port should be created. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 06:33: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 CC43E16A4CE; Mon, 12 Jul 2004 06:33:48 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CE0B43D41; Mon, 12 Jul 2004 06:33:48 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-64-169-107-19.dsl.lsan03.pacbell.net [64.169.107.19]) i6C6Xou0012474; Mon, 12 Jul 2004 02:33:50 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C155852CD9; Sun, 11 Jul 2004 23:33:46 -0700 (PDT) Date: Sun, 11 Jul 2004 23:33:46 -0700 From: Kris Kennaway To: "David O'Brien" Message-ID: <20040712063346.GA36974@xor.obsecurity.org> References: <200407120516.i6C5GThX001618@repoman.freebsd.org> <20040712054253.GB33305@xor.obsecurity.org> <20040712062800.GA37188@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline In-Reply-To: <20040712062800.GA37188@dragon.nuxi.com> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/devel/gettext 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, 12 Jul 2004 06:33:48 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 11, 2004 at 11:28:00PM -0700, David O'Brien wrote: > On Sun, Jul 11, 2004 at 10:42:53PM -0700, Kris Kennaway wrote: > > On Mon, Jul 12, 2004 at 05:16:29AM +0000, David E. O'Brien wrote: > > > obrien 2004-07-12 05:16:29 UTC > > >=20 > > > FreeBSD ports repository > > >=20 > > > Modified files: > > > devel/gettext Makefile=20 > > > Log: > > > Fix the release build. > >=20 > > What's the problem? This surely isn't the best way to fix it. >=20 > Some ports needed in a 'make release' have dependencies on gettext. >=20 > If either of the nobs had any real functionality, *maybe* the overly > interactive dialog would be worth it. But this port was hassling users > over useless bits. To tell the truth, I don't think "WITH_HTMLMAN" > actually does anything. >=20 > If this were the 'mutt-devel' port, I could understand the use of > "OPTIONS". But if someone is really missing these bits, a gettext- > port should be created. The interactive OPTIONS setting is easily disabled by setting BATCH (which is the canonical way to disable all kinds of port interactivity). You should just add that to the release port build environment instead. Kris --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA8jDKWry0BWjoQKURAqvIAKD+4Do2tkktH7Y6zxrhbR3ZdaKZRwCfbCAB FBiinjXfUmPEnNhpi1z1I74= =YoPb -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- From owner-cvs-all@FreeBSD.ORG Mon Jul 12 07:00: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 407D016A4CE; Mon, 12 Jul 2004 07:00:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 245E243D55; Mon, 12 Jul 2004 07:00:10 +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 i6C70AQx004473; Mon, 12 Jul 2004 07:00:10 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C709WR004472; Mon, 12 Jul 2004 07:00:09 GMT (envelope-from murray) Message-Id: <200407120700.i6C709WR004472@repoman.freebsd.org> From: Murray Stokely Date: Mon, 12 Jul 2004 07:00:09 +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 handbook3.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, 12 Jul 2004 07:00:10 -0000 murray 2004-07-12 07:00:09 UTC FreeBSD doc repository Modified files: en/docproj handbook3.sgml Log: Add a new todo item : New Callout number images. Norm's DocBook stylesheets only include numbers 1 to 9. We are using up to 15 in the Security Advisory section of the Security chapter of the Handbook, so we need more images to avoid the ugly mixture of images and text that is currently rendered in both HTML and print output. Revision Changes Path 1.30 +9 -1 www/en/docproj/handbook3.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 07:04: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 8FA1A16A4CE; Mon, 12 Jul 2004 07:04:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74C7243D1D; Mon, 12 Jul 2004 07:04:57 +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 i6C74v3Q004684; Mon, 12 Jul 2004 07:04:57 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C74vPB004683; Mon, 12 Jul 2004 07:04:57 GMT (envelope-from murray) Message-Id: <200407120704.i6C74vPB004683@repoman.freebsd.org> From: Murray Stokely Date: Mon, 12 Jul 2004 07:04: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/handbook/config chapter.sgml doc/en_US.ISO8859-1/books/handbook/disks 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, 12 Jul 2004 07:04:57 -0000 murray 2004-07-12 07:04:57 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/config chapter.sgml en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Wrap long lines in and sections. These flow over the page in print output, and make the user scroll in HTML output. Revision Changes Path 1.160 +2 -1 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml 1.207 +2 -1 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 07:06: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 631DF16A4CE; Mon, 12 Jul 2004 07:06:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4812043D1F; Mon, 12 Jul 2004 07:06: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 i6C76lSP004875; Mon, 12 Jul 2004 07:06:47 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C76lAP004874; Mon, 12 Jul 2004 07:06:47 GMT (envelope-from murray) Message-Id: <200407120706.i6C76lAP004874@repoman.freebsd.org> From: Murray Stokely Date: Mon, 12 Jul 2004 07:06: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/books/handbook/security 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, 12 Jul 2004 07:06:47 -0000 murray 2004-07-12 07:06:47 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Remove extraneous whitespace that misaligns the . Revision Changes Path 1.208 +1 -1 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 07:15: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 C855516A4CE; Mon, 12 Jul 2004 07:15:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE0E543D53; Mon, 12 Jul 2004 07:15:50 +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 i6C7FoRH005213; Mon, 12 Jul 2004 07:15:50 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C7FoeU005212; Mon, 12 Jul 2004 07:15:50 GMT (envelope-from murray) Message-Id: <200407120715.i6C7FoeU005212@repoman.freebsd.org> From: Murray Stokely Date: Mon, 12 Jul 2004 07:15: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/handbook/disks 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, 12 Jul 2004 07:15:51 -0000 murray 2004-07-12 07:15:50 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Remove stub for Mini-cartridge section that has been here for at least 4 years. No one is going to write this section anytime soon, it's not really needed anyway, so remove the 'XXX' empty subsection and one link to this empty section. Revision Changes Path 1.208 +1 -10 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 07: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 A4CFD16A4CE; Mon, 12 Jul 2004 07:18:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89A9C43D41; Mon, 12 Jul 2004 07:18:55 +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 i6C7ItFu005315; Mon, 12 Jul 2004 07:18:55 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C7ItV0005313; Mon, 12 Jul 2004 07:18:55 GMT (envelope-from erwin) Message-Id: <200407120718.i6C7ItV0005313@repoman.freebsd.org> From: Erwin Lansing Date: Mon, 12 Jul 2004 07:18:55 +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, 12 Jul 2004 07:18:55 -0000 erwin 2004-07-12 07:18:55 UTC FreeBSD ports repository Modified files: . modules Log: Revert previous version where openoffice-1.1-et was removed by accident. Revision Changes Path 1.10524 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 12 07:26: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 1D88716A4CE; Mon, 12 Jul 2004 07:26:01 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDB4A43D39; Mon, 12 Jul 2004 07:26:00 +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 i6C7Q0om038602; Mon, 12 Jul 2004 00:26:00 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i6C7Pw1f038601; Mon, 12 Jul 2004 00:25:58 -0700 (PDT) (envelope-from obrien) Date: Mon, 12 Jul 2004 00:25:58 -0700 From: "David O'Brien" To: Kris Kennaway Message-ID: <20040712072558.GA38505@dragon.nuxi.com> References: <200407120516.i6C5GThX001618@repoman.freebsd.org> <20040712054253.GB33305@xor.obsecurity.org> <20040712062800.GA37188@dragon.nuxi.com> <20040712063346.GA36974@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040712063346.GA36974@xor.obsecurity.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: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/gettext Makefile 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: Mon, 12 Jul 2004 07:26:01 -0000 On Sun, Jul 11, 2004 at 11:33:46PM -0700, Kris Kennaway wrote: > On Sun, Jul 11, 2004 at 11:28:00PM -0700, David O'Brien wrote: > > On Sun, Jul 11, 2004 at 10:42:53PM -0700, Kris Kennaway wrote: > > > On Mon, Jul 12, 2004 at 05:16:29AM +0000, David E. O'Brien wrote: > > > > obrien 2004-07-12 05:16:29 UTC > > > > > > > > FreeBSD ports repository > > > > > > > > Modified files: > > > > devel/gettext Makefile > > > > Log: > > > > Fix the release build. > > > > > > What's the problem? This surely isn't the best way to fix it. > > > > Some ports needed in a 'make release' have dependencies on gettext. > > > > If either of the nobs had any real functionality, *maybe* the overly > > interactive dialog would be worth it. But this port was hassling users > > over useless bits. To tell the truth, I don't think "WITH_HTMLMAN" > > actually does anything. > > > > If this were the 'mutt-devel' port, I could understand the use of > > "OPTIONS". But if someone is really missing these bits, a gettext- > > port should be created. > > The interactive OPTIONS setting is easily disabled by setting BATCH Interactive OPTIONS are heavy weight in the usability department -- the Ports committers needs to take a serious look at what warrants OPTIONS use. Otherwise the Ports Collection will become a tangled mess and less and less usable. For one example, needing the root password twice just to *BUILD* a port is unacceptable. > (which is the canonical way to disable all kinds of port > interactivity). You should just add that to the release port build > environment instead. Are you really saying HTML man pages justifies the use of OPTIONS compared to how other ports handles much more important options? -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 07:26: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 DF57F16A4CE; Mon, 12 Jul 2004 07:26:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C340343D2F; Mon, 12 Jul 2004 07:26:10 +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 i6C7QAE6005583; Mon, 12 Jul 2004 07:26:10 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C7QAoN005582; Mon, 12 Jul 2004 07:26:10 GMT (envelope-from murray) Message-Id: <200407120726.i6C7QAoN005582@repoman.freebsd.org> From: Murray Stokely Date: Mon, 12 Jul 2004 07:26:10 +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, 12 Jul 2004 07:26:11 -0000 murray 2004-07-12 07:26:10 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Spelling corrections. Revision Changes Path 1.321 +4 -4 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 07:30: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 57AB216A4CE; Mon, 12 Jul 2004 07:30:14 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23FAF43D48; Mon, 12 Jul 2004 07:30:14 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.34 (FreeBSD)) id 1BjvGR-000Dcr-Uk; Mon, 12 Jul 2004 09:30:15 +0200 Date: Mon, 12 Jul 2004 09:30:15 +0200 From: Kirill Ponomarew To: David O'Brien Message-ID: <20040712073015.GL46056@voodoo.oberon.net> References: <200407120516.i6C5GThX001618@repoman.freebsd.org> <20040712054253.GB33305@xor.obsecurity.org> <20040712062800.GA37188@dragon.nuxi.com> <20040712063346.GA36974@xor.obsecurity.org> <20040712072558.GA38505@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/qIPZgKzMPM+y5U5" Content-Disposition: inline In-Reply-To: <20040712072558.GA38505@dragon.nuxi.com> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/devel/gettext 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, 12 Jul 2004 07:30:14 -0000 --/qIPZgKzMPM+y5U5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Mon, Jul 12, 2004 at 12:25:58AM -0700, David O'Brien wrote: > > The interactive OPTIONS setting is easily disabled by setting BATCH >=20 > Interactive OPTIONS are heavy weight in the usability department -- the > Ports committers needs to take a serious look at what warrants OPTIONS > use. Otherwise the Ports Collection will become a tangled mess and less > and less usable. For one example, needing the root password twice just > to *BUILD* a port is unacceptable. OPTIONS are in pre-beta stage right now. I don't like it also, but AFAIK eik@ is working at replacement of it. =20 -Kirill --/qIPZgKzMPM+y5U5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA8j4HQC1G6a60JuURAsCAAKC6hmv5ijVf6dSOGQFywB6sIxz0xACg19XP 5K3oLSJmfBi7Lc3eelMICgM= =Ut3Z -----END PGP SIGNATURE----- --/qIPZgKzMPM+y5U5-- From owner-cvs-all@FreeBSD.ORG Mon Jul 12 07: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 AB52B16A4CE; Mon, 12 Jul 2004 07:35:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6DBD43D1F; Mon, 12 Jul 2004 07: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 i6C7Zxbv005904; Mon, 12 Jul 2004 07:35:59 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C7Zx2f005903; Mon, 12 Jul 2004 07:35:59 GMT (envelope-from tjr) Message-Id: <200407120735.i6C7Zx2f005903@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 12 Jul 2004 07:35: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/lib/libc/regex engine.c regcomp.c regex2.h regexec.c regfree.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 07:35:59 -0000 tjr 2004-07-12 07:35:59 UTC FreeBSD src repository Modified files: lib/libc/regex engine.c regcomp.c regex2.h regexec.c regfree.c Log: Make regular expression matching aware of multibyte characters. The general idea is that we perform multibyte->wide character conversion while parsing and compiling, then convert byte sequences to wide characters when they're needed for comparison and stepping through the string during execution. As with tr(1), the main complication is to efficiently represent sets of characters in bracket expressions. The old bitmap representation is replaced by a bitmap for the first 256 characters combined with a vector of individual wide characters, a vector of character ranges (for [A-Z] etc.), and a vector of character classes (for [[:alpha:]] etc.). One other point of interest is that although the Boyer-Moore algorithm had to be disabled in the general multibyte case, it is still enabled for UTF-8 because of its self-synchronizing nature. This greatly speeds up matching by reducing the number of multibyte conversions that need to be done. Revision Changes Path 1.14 +92 -40 src/lib/libc/regex/engine.c 1.32 +253 -259 src/lib/libc/regex/regcomp.c 1.8 +57 -17 src/lib/libc/regex/regex2.h 1.6 +64 -3 src/lib/libc/regex/regexec.c 1.6 +10 -3 src/lib/libc/regex/regfree.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 07:39: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 7417216A4CE; Mon, 12 Jul 2004 07:39:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F0F243D58; Mon, 12 Jul 2004 07:39:20 +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 i6C7dKvY006027; Mon, 12 Jul 2004 07:39:20 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C7dKTJ006026; Mon, 12 Jul 2004 07:39:20 GMT (envelope-from davidxu) Message-Id: <200407120739.i6C7dKTJ006026@repoman.freebsd.org> From: David Xu Date: Mon, 12 Jul 2004 07:39: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/kern init_sysent.c kern_kse.c syscalls.c syscalls.master src/sys/sys kse.h syscall.h syscall.mk sysproto.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, 12 Jul 2004 07:39:20 -0000 davidxu 2004-07-12 07:39:20 UTC FreeBSD src repository Modified files: sys/kern init_sysent.c kern_kse.c syscalls.c syscalls.master sys/sys kse.h syscall.h syscall.mk sysproto.h Log: Change kse_switchin to accept kse_thr_mailbox pointer, the syscall will be used heavily in debugging KSE threads. This breaks libpthread on IA64, but because libpthread was not in 5.2.1 release, I would like to change it so we needn't to introduce another syscall. Revision Changes Path 1.174 +0 -0 src/sys/kern/init_sysent.c 1.183 +20 -9 src/sys/kern/kern_kse.c 1.160 +0 -0 src/sys/kern/syscalls.c 1.175 +2 -2 src/sys/kern/syscalls.master 1.22 +4 -1 src/sys/sys/kse.h 1.158 +0 -0 src/sys/sys/syscall.h 1.113 +0 -0 src/sys/sys/syscall.mk 1.157 +2 -3 src/sys/sys/sysproto.h From owner-cvs-all@FreeBSD.ORG Mon Jul 12 07:40: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 5688616A4CE; Mon, 12 Jul 2004 07:40:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B93F43D2D; Mon, 12 Jul 2004 07:40:52 +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 i6C7eqdG006186; Mon, 12 Jul 2004 07:40:52 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C7eq5s006185; Mon, 12 Jul 2004 07:40:52 GMT (envelope-from murray) Message-Id: <200407120740.i6C7eq5s006185@repoman.freebsd.org> From: Murray Stokely Date: Mon, 12 Jul 2004 07:40:52 +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/vinum chapter.sgml doc/en_US.ISO8859-1/books/handbook/disks 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, 12 Jul 2004 07:40:52 -0000 murray 2004-07-12 07:40:52 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/vinum chapter.sgml en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Add missing frame='none' to two tables. Revision Changes Path 1.209 +1 -1 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml 1.27 +1 -1 doc/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 07: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 AECB216A4CF; Mon, 12 Jul 2004 07:41:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 932B843D39; Mon, 12 Jul 2004 07:41:01 +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 i6C7f1eb006219; Mon, 12 Jul 2004 07:41:01 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C7f183006218; Mon, 12 Jul 2004 07:41:01 GMT (envelope-from davidxu) Message-Id: <200407120741.i6C7f183006218@repoman.freebsd.org> From: David Xu Date: Mon, 12 Jul 2004 07:41: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/libpthread/arch/ia64/include pthread_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, 12 Jul 2004 07:41:01 -0000 davidxu 2004-07-12 07:41:01 UTC FreeBSD src repository Modified files: lib/libpthread/arch/ia64/include pthread_md.h Log: kse_switchin ABI was changed in kernel. Revision Changes Path 1.13 +2 -3 src/lib/libpthread/arch/ia64/include/pthread_md.h From owner-cvs-all@FreeBSD.ORG Mon Jul 12 07: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 2EA1C16A4CE; Mon, 12 Jul 2004 07:56:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14A2443D3F; Mon, 12 Jul 2004 07:56:55 +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 i6C7usrQ006621; Mon, 12 Jul 2004 07:56:54 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C7usJi006620; Mon, 12 Jul 2004 07:56:54 GMT (envelope-from erwin) Message-Id: <200407120756.i6C7usJi006620@repoman.freebsd.org> From: Erwin Lansing Date: Mon, 12 Jul 2004 07: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 access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 07:56:55 -0000 erwin 2004-07-12 07:56:54 UTC FreeBSD ports repository Modified files: . access Log: Forced commit to note that lth is freed from his mentor's handcuffs. Revision Changes Path 1.608 +0 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Mon Jul 12 07:59: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 5045316A4CE; Mon, 12 Jul 2004 07:59:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BBFD43D1F; Mon, 12 Jul 2004 07:59:25 +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 i6C7xPka006785; Mon, 12 Jul 2004 07:59:25 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C7xPxZ006784; Mon, 12 Jul 2004 07:59:25 GMT (envelope-from kris) Message-Id: <200407120759.i6C7xPxZ006784@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 12 Jul 2004 07:59: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/alpha mkisoimages.sh src/release/amd64 mkisoimages.sh src/release/i386 mkisoimages.sh src/release/ia64 mkisoimages.sh src/release/sparc64 mkisoimages.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, 12 Jul 2004 07:59:25 -0000 kris 2004-07-12 07:59:25 UTC FreeBSD src repository Modified files: release/alpha mkisoimages.sh release/amd64 mkisoimages.sh release/i386 mkisoimages.sh release/ia64 mkisoimages.sh release/sparc64 mkisoimages.sh Log: Set BATCH=yes to avoid bumping into interactivity in the port builds. XXX /usr/ports is still hardcoded, should be ${PORTSDIR} Revision Changes Path 1.9 +2 -2 src/release/alpha/mkisoimages.sh 1.9 +1 -1 src/release/amd64/mkisoimages.sh 1.10 +1 -1 src/release/i386/mkisoimages.sh 1.7 +1 -1 src/release/ia64/mkisoimages.sh 1.5 +1 -1 src/release/sparc64/mkisoimages.sh From owner-cvs-all@FreeBSD.ORG Mon Jul 12 07: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 ABEB416A4CE; Mon, 12 Jul 2004 07:59:55 +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 81EA343D1F; Mon, 12 Jul 2004 07:59:55 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p46151-adsao12honb4-acca.tokyo.ocn.ne.jp [220.96.128.151]) by smtp.eos.ocn.ne.jp (Postfix) with ESMTP id 86352212E; Mon, 12 Jul 2004 16:59:54 +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 i6C7lkA2093799; Mon, 12 Jul 2004 16:47:47 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Mon, 12 Jul 2004 16:47:19 +0900 (JST) Message-Id: <20040712.164719.45884840.hrs@eos.ocn.ne.jp> To: murray@FreeBSD.org From: Hiroki Sato In-Reply-To: <20040712053516.GD68096@hub.freebsd.org> References: <200407111649.i6BGnsqS078577@repoman.freebsd.org> <20040712053516.GD68096@hub.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(Mon_Jul_12_16_47_19_2004_917)--" Content-Transfer-Encoding: 7bit cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/releng extra.css X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 07:59:55 -0000 ----Security_Multipart(Mon_Jul_12_16_47_19_2004_917)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Murray Stokely wrote in <20040712053516.GD68096@hub.freebsd.org>: murray> Hi Hiroki, the point of this file is to override the default left murray> justification and use center-justification because I thought it looked murray> better for this particular article (but that is not appropriate for murray> all others in the tree). If we want to go back to left justification Yes. I thought that the center justification is needed for the title and the authorgroup part only. Let me make sure, well, you mean you think it is also needed for the part of trademarks and abstract? -- | Hiroki SATO ----Security_Multipart(Mon_Jul_12_16_47_19_2004_917)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBA8kIHTyzT2CeTzy0RAm2cAJ97S7aR3bQDNhnhOg1ihbXV+tlv7ACfUYfo 5fmwYQl/36ORwKGmw7YBw10= =w4Bx -----END PGP SIGNATURE----- ----Security_Multipart(Mon_Jul_12_16_47_19_2004_917)---- From owner-cvs-all@FreeBSD.ORG Mon Jul 12 07:59: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 A995C16A4CF; Mon, 12 Jul 2004 07:59:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B5B843D54; Mon, 12 Jul 2004 07:59: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 i6C7xuMh006814; Mon, 12 Jul 2004 07:59:56 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C7xuVf006813; Mon, 12 Jul 2004 07:59:56 GMT (envelope-from murray) Message-Id: <200407120759.i6C7xuVf006813@repoman.freebsd.org> From: Murray Stokely Date: Mon, 12 Jul 2004 07:59:56 +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, 12 Jul 2004 07:59:56 -0000 murray 2004-07-12 07:59:56 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Add colspec attributes so that tables are properly rendered in print. Revision Changes Path 1.322 +12 -0 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 08:02: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 6874116A4CE; Mon, 12 Jul 2004 08:02:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C3BC43D2D; Mon, 12 Jul 2004 08:02:21 +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 i6C82Lfi007017; Mon, 12 Jul 2004 08:02:21 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C82LTt007016; Mon, 12 Jul 2004 08:02:21 GMT (envelope-from murray) Message-Id: <200407120802.i6C82LTt007016@repoman.freebsd.org> From: Murray Stokely Date: Mon, 12 Jul 2004 08:02:21 +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/images/books/handbook/advanced-networking net-routing.pic X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 08:02:21 -0000 murray 2004-07-12 08:02:21 UTC FreeBSD doc repository Modified files: share/images/books/handbook/advanced-networking net-routing.pic Log: Capitalize Ethernet. Revision Changes Path 1.2 +2 -2 doc/share/images/books/handbook/advanced-networking/net-routing.pic From owner-cvs-all@FreeBSD.ORG Mon Jul 12 08:02: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 10C1E16A4CE; Mon, 12 Jul 2004 08:02:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA86F43D2F; Mon, 12 Jul 2004 08:02:43 +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 i6C82hq4007046; Mon, 12 Jul 2004 08:02:43 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C82hx1007045; Mon, 12 Jul 2004 08:02:43 GMT (envelope-from kris) Message-Id: <200407120802.i6C82hx1007045@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 12 Jul 2004 08:02: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/devel/gettext 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, 12 Jul 2004 08:02:44 -0000 kris 2004-07-12 08:02:43 UTC FreeBSD ports repository Modified files: devel/gettext Makefile Log: Put back OPTIONS now that release builds have been fixed to set BATCH for non-interactivity. Revision Changes Path 1.61 +2 -8 ports/devel/gettext/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 08:03: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 7CC4616A4CE; Mon, 12 Jul 2004 08:03:14 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F83E43D45; Mon, 12 Jul 2004 08:03:14 +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 i6C83CtE049710; Mon, 12 Jul 2004 01:03:12 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i6C83A8Y049709; Mon, 12 Jul 2004 01:03:10 -0700 (PDT) (envelope-from obrien) Date: Mon, 12 Jul 2004 01:03:10 -0700 From: "David O'Brien" To: Kirill Ponomarew Message-ID: <20040712080310.GA49631@dragon.nuxi.com> References: <200407120516.i6C5GThX001618@repoman.freebsd.org> <20040712054253.GB33305@xor.obsecurity.org> <20040712062800.GA37188@dragon.nuxi.com> <20040712063346.GA36974@xor.obsecurity.org> <20040712072558.GA38505@dragon.nuxi.com> <20040712073015.GL46056@voodoo.oberon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040712073015.GL46056@voodoo.oberon.net> 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-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/devel/gettext Makefile 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: Mon, 12 Jul 2004 08:03:14 -0000 On Mon, Jul 12, 2004 at 09:30:15AM +0200, Kirill Ponomarew wrote: > OPTIONS are in pre-beta stage right now. I don't like it also, > but AFAIK eik@ is working at replacement of it. I'll say they are still 1/2 baked. What's the method for exposing various build options to 'pkg_add -r' users? It is less useful if there isn't a mechanism for choice to those users. -- -- David (obrien@FreeBSD.org) P.S. What is the rule for how obtuse an option can be and still be OPTIONS'ed? From owner-cvs-all@FreeBSD.ORG Mon Jul 12 08:05: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 8F00316A4CE; Mon, 12 Jul 2004 08:05:30 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 428D143D1D; Mon, 12 Jul 2004 08:05:30 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from pooker.samsco.org (scottl@localhost [127.0.0.1]) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6C8AiJ3021706; Mon, 12 Jul 2004 02:10:44 -0600 (MDT) (envelope-from scottl@freebsd.org) Received: from localhost (scottl@localhost)i6C8AiM2021703; Mon, 12 Jul 2004 02:10:44 -0600 (MDT) (envelope-from scottl@freebsd.org) X-Authentication-Warning: pooker.samsco.org: scottl owned process doing -bs Date: Mon, 12 Jul 2004 02:10:43 -0600 (MDT) From: Scott Long Sender: scottl@pooker.samsco.org To: Kris Kennaway In-Reply-To: <200407120759.i6C7xPxZ006784@repoman.freebsd.org> Message-ID: <20040712020734.C97786@pooker.samsco.org> References: <200407120759.i6C7xPxZ006784@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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/release/alpha mkisoimages.sh src/release/amd64 mkisoimages.sh src/release/i386 mkisoimages.sh src/release/ia64 mkisoimages.sh src/release/sparc64 mkisoimages.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, 12 Jul 2004 08:05:30 -0000 On Mon, 12 Jul 2004, Kris Kennaway wrote: > kris 2004-07-12 07:59:25 UTC > > FreeBSD src repository > > Modified files: > release/alpha mkisoimages.sh > release/amd64 mkisoimages.sh > release/i386 mkisoimages.sh > release/ia64 mkisoimages.sh > release/sparc64 mkisoimages.sh > Log: > Set BATCH=yes to avoid bumping into interactivity in the port builds. > > XXX /usr/ports is still hardcoded, should be ${PORTSDIR} /usr/ports is a hard-coded path within the release chroot. If you want to use the PORTSDIR variable then you'll need to do something similar to what is done for building DOCPORTS. Scott From owner-cvs-all@FreeBSD.ORG Mon Jul 12 08:06: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 CB4FD16A4CE; Mon, 12 Jul 2004 08:06:36 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id B472A43D45; Mon, 12 Jul 2004 08:06:36 +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 i6C86alh049838; Mon, 12 Jul 2004 01:06:36 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i6C86alo049837; Mon, 12 Jul 2004 01:06:36 -0700 (PDT) (envelope-from obrien) Date: Mon, 12 Jul 2004 01:06:36 -0700 From: "David O'Brien" To: Kris Kennaway Message-ID: <20040712080636.GA49737@dragon.nuxi.com> References: <200407120802.i6C82hx1007045@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407120802.i6C82hx1007045@repoman.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: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/gettext Makefile 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: Mon, 12 Jul 2004 08:06:36 -0000 On Mon, Jul 12, 2004 at 08:02:43AM +0000, Kris Kennaway wrote: > kris 2004-07-12 08:02:43 UTC > > FreeBSD ports repository > > Modified files: > devel/gettext Makefile > Log: > Put back OPTIONS now that release builds have been fixed to set BATCH > for non-interactivity. This is an UNMAINAINTED port. I think you've over stepped your bounds by backing out my commit when you know I've got a more flexable solution (ie, offiers the choice to package users also). -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 08:10: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 4B5C716A4CE; Mon, 12 Jul 2004 08:10:02 +0000 (GMT) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BFA143D1D; Mon, 12 Jul 2004 08:10:02 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-64-169-107-19.dsl.lsan03.pacbell.net [64.169.107.19]) i6C89tVA013325; Mon, 12 Jul 2004 04:09:55 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 02A7952CD9; Mon, 12 Jul 2004 01:09:59 -0700 (PDT) Date: Mon, 12 Jul 2004 01:09:59 -0700 From: Kris Kennaway To: "David O'Brien" Message-ID: <20040712080959.GA42480@xor.obsecurity.org> References: <200407120516.i6C5GThX001618@repoman.freebsd.org> <20040712054253.GB33305@xor.obsecurity.org> <20040712062800.GA37188@dragon.nuxi.com> <20040712063346.GA36974@xor.obsecurity.org> <20040712072558.GA38505@dragon.nuxi.com> <20040712073015.GL46056@voodoo.oberon.net> <20040712080310.GA49631@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline In-Reply-To: <20040712080310.GA49631@dragon.nuxi.com> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kirill Ponomarew cc: Kris Kennaway Subject: Re: cvs commit: ports/devel/gettext 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, 12 Jul 2004 08:10:02 -0000 --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 12, 2004 at 01:03:10AM -0700, David O'Brien wrote: > On Mon, Jul 12, 2004 at 09:30:15AM +0200, Kirill Ponomarew wrote: > > OPTIONS are in pre-beta stage right now. I don't like it also, > > but AFAIK eik@ is working at replacement of it. > =20 > I'll say they are still 1/2 baked. >=20 > What's the method for exposing various build options to 'pkg_add -r' > users? It is less useful if there isn't a mechanism for choice to those > users. For important options you make a slave port. For trivial options, which you say these are, that would be a waste of inodes. > P.S. What is the rule for how obtuse an option can be and still be > OPTIONS'ed? As obtuse as you like, it's *optional*. Kris --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA8kdXWry0BWjoQKURAhD+AKCj2dxQA9UWIGSP3GgeD/JO1BNGbwCg4ZvL SfqDKjexvejHgAWj2RprAgA= =MS/U -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK-- From owner-cvs-all@FreeBSD.ORG Mon Jul 12 08: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 4F2CE16A4CE; Mon, 12 Jul 2004 08:14:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35F5143D49; Mon, 12 Jul 2004 08:14:10 +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 i6C8EAIW007920; Mon, 12 Jul 2004 08:14:10 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C8EA9d007919; Mon, 12 Jul 2004 08:14:10 GMT (envelope-from alfred) Message-Id: <200407120814.i6C8EA9d007919@repoman.freebsd.org> From: Alfred Perlstein Date: Mon, 12 Jul 2004 08:14: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/coda coda_vfsops.c src/sys/fs/devfs devfs_vfsops.c src/sys/fs/fdescfs fdesc.h fdesc_vfsops.c src/sys/fs/hpfs hpfs_vfsops.c src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/fs/ntfs ntfs_vfsops.c src/sys/fs/nullfs null_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: Mon, 12 Jul 2004 08:14:10 -0000 alfred 2004-07-12 08:14:10 UTC FreeBSD src repository Modified files: sys/coda coda_vfsops.c sys/fs/devfs devfs_vfsops.c sys/fs/fdescfs fdesc.h fdesc_vfsops.c sys/fs/hpfs hpfs_vfsops.c sys/fs/msdosfs msdosfs_vfsops.c sys/fs/ntfs ntfs_vfsops.c sys/fs/nullfs null_vfsops.c sys/fs/nwfs nwfs_vfsops.c sys/fs/portalfs portal_vfsops.c sys/fs/pseudofs pseudofs.c pseudofs.h sys/fs/smbfs smbfs_vfsops.c sys/fs/udf udf_vfsops.c sys/fs/umapfs umap_vfsops.c sys/fs/unionfs union_vfsops.c union_vnops.c sys/gnu/ext2fs ext2_vfsops.c sys/isofs/cd9660 cd9660_vfsops.c sys/kern init_main.c vfs_default.c vfs_export.c vfs_lookup.c vfs_mount.c vfs_subr.c vfs_syscalls.c sys/nfs4client nfs4_vfsops.c sys/nfsclient nfs_vfsops.c sys/sys mount.h vnode.h sys/ufs/ffs ffs_vfsops.c sys/ufs/ufs ufs_extattr.c ufs_vfsops.c Log: Make VFS_ROOT() and vflush() take a thread argument. This is to allow filesystems to decide based on the passed thread which vnode to return. Several filesystems used curthread, they now use the passed thread. Revision Changes Path 1.49 +3 -2 src/sys/coda/coda_vfsops.c 1.32 +4 -5 src/sys/fs/devfs/devfs_vfsops.c 1.18 +2 -2 src/sys/fs/fdescfs/fdesc.h 1.44 +3 -2 src/sys/fs/fdescfs/fdesc_vfsops.c 1.37 +4 -3 src/sys/fs/hpfs/hpfs_vfsops.c 1.123 +10 -7 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.59 +5 -4 src/sys/fs/ntfs/ntfs_vfsops.c 1.62 +3 -3 src/sys/fs/nullfs/null_vfsops.c 1.33 +3 -4 src/sys/fs/nwfs/nwfs_vfsops.c 1.49 +3 -2 src/sys/fs/portalfs/portal_vfsops.c 1.20 +2 -2 src/sys/fs/pseudofs/pseudofs.c 1.27 +2 -1 src/sys/fs/pseudofs/pseudofs.h 1.24 +3 -3 src/sys/fs/smbfs/smbfs_vfsops.c 1.19 +2 -2 src/sys/fs/udf/udf_vfsops.c 1.57 +3 -2 src/sys/fs/umapfs/umap_vfsops.c 1.66 +3 -2 src/sys/fs/unionfs/union_vfsops.c 1.108 +1 -1 src/sys/fs/unionfs/union_vnops.c 1.124 +3 -2 src/sys/gnu/ext2fs/ext2_vfsops.c 1.119 +3 -2 src/sys/isofs/cd9660/cd9660_vfsops.c 1.244 +1 -1 src/sys/kern/init_main.c 1.97 +2 -1 src/sys/kern/vfs_default.c 1.327 +1 -1 src/sys/kern/vfs_export.c 1.63 +1 -1 src/sys/kern/vfs_lookup.c 1.135 +4 -4 src/sys/kern/vfs_mount.c 1.510 +4 -4 src/sys/kern/vfs_subr.c 1.355 +1 -1 src/sys/kern/vfs_syscalls.c 1.10 +3 -3 src/sys/nfs4client/nfs4_vfsops.c 1.156 +2 -2 src/sys/nfsclient/nfs_vfsops.c 1.170 +2 -2 src/sys/sys/mount.h 1.241 +1 -1 src/sys/sys/vnode.h 1.236 +3 -3 src/sys/ufs/ffs/ffs_vfsops.c 1.73 +1 -1 src/sys/ufs/ufs/ufs_extattr.c 1.39 +2 -1 src/sys/ufs/ufs/ufs_vfsops.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 08: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 6B39116A4CE; Mon, 12 Jul 2004 08:14:36 +0000 (GMT) Received: from ylpvm01.prodigy.net (ylpvm01-ext.prodigy.net [207.115.57.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D23043D31; Mon, 12 Jul 2004 08:14:36 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-64-169-107-19.dsl.lsan03.pacbell.net [64.169.107.19]) i6C8EY1m008385; Mon, 12 Jul 2004 04:14:34 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A4DD852CD9; Mon, 12 Jul 2004 01:14:34 -0700 (PDT) Date: Mon, 12 Jul 2004 01:14:34 -0700 From: Kris Kennaway To: "David O'Brien" Message-ID: <20040712081434.GA42528@xor.obsecurity.org> References: <200407120802.i6C82hx1007045@repoman.freebsd.org> <20040712080636.GA49737@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bg08WKrSYDhXBjb5" Content-Disposition: inline In-Reply-To: <20040712080636.GA49737@dragon.nuxi.com> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: Kris Kennaway cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/gettext 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, 12 Jul 2004 08:14:36 -0000 --bg08WKrSYDhXBjb5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 12, 2004 at 01:06:36AM -0700, David O'Brien wrote: > On Mon, Jul 12, 2004 at 08:02:43AM +0000, Kris Kennaway wrote: > > kris 2004-07-12 08:02:43 UTC > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > devel/gettext Makefile=20 > > Log: > > Put back OPTIONS now that release builds have been fixed to set BATCH > > for non-interactivity. >=20 > This is an UNMAINAINTED port. I think you've over stepped your bounds by > backing out my commit when you know I've got a more flexable solution > (ie, offiers the choice to package users also). If you're unclear about my authority for committing this, I'll show you my portmgr hat. I don't think that's necessary though, because the problem you raised has now been resolved, and anything further is just point-scoring. Kris --bg08WKrSYDhXBjb5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA8khqWry0BWjoQKURAkCoAJ9v6q3okKA2gE/B37wdxAZ6OYnh0gCgukxq ZqLoKCwjVKXfQmI3MrjZ+co= =NDdW -----END PGP SIGNATURE----- --bg08WKrSYDhXBjb5-- From owner-cvs-all@FreeBSD.ORG Mon Jul 12 08:22: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 BBADA16A4CE; Mon, 12 Jul 2004 08:22:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A015543D49; Mon, 12 Jul 2004 08:22: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 i6C8MWcp008249; Mon, 12 Jul 2004 08:22:32 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C8MW8x008248; Mon, 12 Jul 2004 08:22:32 GMT (envelope-from des) Message-Id: <200407120822.i6C8MW8x008248@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 12 Jul 2004 08:22: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/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: Mon, 12 Jul 2004 08:22:32 -0000 des 2004-07-12 08:22:32 UTC FreeBSD src repository Modified files: usr.bin/top machine.c Log: Adjust the show_self code (the test got inadvertantly reversed a couple of revisions ago) Submitted by: Alex Vasylenko Revision Changes Path 1.66 +3 -3 src/usr.bin/top/machine.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 08:23: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 02B7816A4CE; Mon, 12 Jul 2004 08:23:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBCF843D46; Mon, 12 Jul 2004 08:23:11 +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 i6C8NA3X008289; Mon, 12 Jul 2004 08:23:10 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C8NASY008288; Mon, 12 Jul 2004 08:23:10 GMT (envelope-from alfred) Message-Id: <200407120823.i6C8NASY008288@repoman.freebsd.org> From: Alfred Perlstein Date: Mon, 12 Jul 2004 08:23: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 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: Mon, 12 Jul 2004 08:23:12 -0000 alfred 2004-07-12 08:23:10 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version for VFS_ROOT, vflush and kinfo_proc changes. Revision Changes Path 1.203 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Mon Jul 12 08: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 4B3E416A4CE; Mon, 12 Jul 2004 08:24:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FEED43D2D; Mon, 12 Jul 2004 08:24:32 +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 i6C8OGBY008333; Mon, 12 Jul 2004 08:24:16 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C8OGcn008332; Mon, 12 Jul 2004 08:24:16 GMT (envelope-from alfred) Message-Id: <200407120824.i6C8OGcn008332@repoman.freebsd.org> From: Alfred Perlstein Date: Mon, 12 Jul 2004 08:24:16 +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: Mon, 12 Jul 2004 08:24:32 -0000 alfred 2004-07-12 08:24:16 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_version bump for VFS_ROOT, vflush and kinfo_proc changes. Revision Changes Path 1.461 +7 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 08:32: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 7724516A4CE; Mon, 12 Jul 2004 08:32:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C34E43D39; Mon, 12 Jul 2004 08:32: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 i6C8WuYM008615; Mon, 12 Jul 2004 08:32:56 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C8Wu7H008614; Mon, 12 Jul 2004 08:32:56 GMT (envelope-from krion) Message-Id: <200407120832.i6C8Wu7H008614@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 12 Jul 2004 08:32: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/ng_netflow 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, 12 Jul 2004 08:32:56 -0000 krion 2004-07-12 08:32:56 UTC FreeBSD ports repository Modified files: net/ng_netflow Makefile distinfo Log: Update 0.2.4 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/net/ng_netflow/Makefile 1.4 +2 -2 ports/net/ng_netflow/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 12 08:37: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 8A5B216A4E3; Mon, 12 Jul 2004 08:37:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85C2743D1F; Mon, 12 Jul 2004 08:37:46 +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 i6C8bkRh008817; Mon, 12 Jul 2004 08:37:46 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C8bkef008816; Mon, 12 Jul 2004 08:37:46 GMT (envelope-from murray) Message-Id: <200407120837.i6C8bkef008816@repoman.freebsd.org> From: Murray Stokely Date: Mon, 12 Jul 2004 08:37:46 +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/images/callouts 11.png 12.png 13.png 14.png 15.png X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 08:37:46 -0000 murray 2004-07-12 08:37:46 UTC FreeBSD doc repository Added files: share/images/callouts 11.png 12.png 13.png 14.png 15.png Log: Add additional callout images. This allows us to use up to 15 callouts with consistent number icons. Callouts above number 15 would still be displayed in bracketed text. Obtained from: docbook-xsl distribution Created by: Dave Pawson Revision Changes Path 1.1 +5 -0 doc/share/images/callouts/11.png (new) 1.1 +5 -0 doc/share/images/callouts/12.png (new) 1.1 +5 -0 doc/share/images/callouts/13.png (new) 1.1 +3 -0 doc/share/images/callouts/14.png (new) 1.1 +6 -0 doc/share/images/callouts/15.png (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 08:47: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 5F16F16A4CE; Mon, 12 Jul 2004 08:47:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43C8943D41; Mon, 12 Jul 2004 08:47:35 +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 i6C8lZv5009067; Mon, 12 Jul 2004 08:47:35 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C8lZNI009066; Mon, 12 Jul 2004 08:47:35 GMT (envelope-from murray) Message-Id: <200407120847.i6C8lZNI009066@repoman.freebsd.org> From: Murray Stokely Date: Mon, 12 Jul 2004 08:47: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/docproj handbook3.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, 12 Jul 2004 08:47:35 -0000 murray 2004-07-12 08:47:35 UTC FreeBSD doc repository Modified files: en/docproj handbook3.sgml Log: Add new tasks. Revision Changes Path 1.31 +17 -3 www/en/docproj/handbook3.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 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 F2A6716A4CE; Mon, 12 Jul 2004 08:51:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5E1643D54; Mon, 12 Jul 2004 08:51:58 +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 i6C8pwLu009238; Mon, 12 Jul 2004 08:51:58 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C8pwK0009237; Mon, 12 Jul 2004 08:51:58 GMT (envelope-from vs) Message-Id: <200407120851.i6C8pwK0009237@repoman.freebsd.org> From: Volker Stolz Date: Mon, 12 Jul 2004 08:51: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/science/kst 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, 12 Jul 2004 08:51:59 -0000 vs 2004-07-12 08:51:58 UTC FreeBSD ports repository Modified files: science/kst Makefile Log: Chase libgsl. Reminded by: cluster via kris Revision Changes Path 1.3 +1 -1 ports/science/kst/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 09: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 7D3FE16A4CE; Mon, 12 Jul 2004 09:06:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62E9843D39; Mon, 12 Jul 2004 09:06:51 +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 i6C96pO5009743; Mon, 12 Jul 2004 09:06:51 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C96p66009742; Mon, 12 Jul 2004 09:06:51 GMT (envelope-from alfred) Message-Id: <200407120906.i6C96p66009742@repoman.freebsd.org> From: Alfred Perlstein Date: Mon, 12 Jul 2004 09:06: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/share/man/man9 VFS_ROOT.9 vflush.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: Mon, 12 Jul 2004 09:06:51 -0000 alfred 2004-07-12 09:06:51 UTC FreeBSD src repository Modified files: share/man/man9 VFS_ROOT.9 vflush.9 Log: Document thread parameter passed to VFS_ROOT and vflush. Revision Changes Path 1.10 +3 -1 src/share/man/man9/VFS_ROOT.9 1.3 +3 -1 src/share/man/man9/vflush.9 From owner-cvs-all@FreeBSD.ORG Mon Jul 12 09:14: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 F238816A4CE; Mon, 12 Jul 2004 09:14:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D865643D2F; Mon, 12 Jul 2004 09:14:49 +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 i6C9EnPM009934; Mon, 12 Jul 2004 09:14:49 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C9EnLr009933; Mon, 12 Jul 2004 09:14:49 GMT (envelope-from demon) Message-Id: <200407120914.i6C9EnLr009933@repoman.freebsd.org> From: Dmitry Sivachenko Date: Mon, 12 Jul 2004 09:14: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/devel/p5-Tree-Simple 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, 12 Jul 2004 09:14:50 -0000 demon 2004-07-12 09:14:49 UTC FreeBSD ports repository Modified files: devel/p5-Tree-Simple Makefile Log: Add dependency on Test::More for ancient versions of perl Spotted by: kris Revision Changes Path 1.2 +8 -1 ports/devel/p5-Tree-Simple/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 09: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 E533116A4CE; Mon, 12 Jul 2004 09:26:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C98D243D55; Mon, 12 Jul 2004 09:26:16 +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 i6C9QGUA010288; Mon, 12 Jul 2004 09:26:16 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C9QGEn010287; Mon, 12 Jul 2004 09:26:16 GMT (envelope-from murray) Message-Id: <200407120926.i6C9QGEn010287@repoman.freebsd.org> From: Murray Stokely Date: Mon, 12 Jul 2004 09:26:16 +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 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, 12 Jul 2004 09:26:17 -0000 murray 2004-07-12 09:26:16 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook Makefile Log: Sort SRCS. Revision Changes Path 1.86 +5 -5 doc/en_US.ISO8859-1/books/handbook/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 09: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 864DA16A4CE; Mon, 12 Jul 2004 09:27:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8237B43D45; Mon, 12 Jul 2004 09:27: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 i6C9RucM010362; Mon, 12 Jul 2004 09:27:56 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C9RurT010361; Mon, 12 Jul 2004 09:27:56 GMT (envelope-from vs) Message-Id: <200407120927.i6C9RurT010361@repoman.freebsd.org> From: Volker Stolz Date: Mon, 12 Jul 2004 09: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/sysutils/portindex Makefile distinfo pkg-descr ports/sysutils/portindex/files portindexdb.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, 12 Jul 2004 09:27:56 -0000 vs 2004-07-12 09:27:56 UTC FreeBSD ports repository Modified files: sysutils/portindex Makefile distinfo pkg-descr Added files: sysutils/portindex/files portindexdb.sh Log: Changes in version 15 - new native, non-crashing INDEX.db generation tool portindexdb - fixed bug in 14 which causes to ignore .mk file change instead of delaying it - minorupdates do not needs portversion. Runs faster now. - fixed on-screen counting of removed packages in updinst PR: ports/68928 Submitted by: Radim Kolar (maintainer) Revision Changes Path 1.7 +13 -10 ports/sysutils/portindex/Makefile 1.4 +2 -2 ports/sysutils/portindex/distinfo 1.1 +2 -0 ports/sysutils/portindex/files/portindexdb.sh (new) 1.4 +9 -4 ports/sysutils/portindex/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Jul 12 09:42: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 6589716A4CE; Mon, 12 Jul 2004 09:42:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49B7843D45; Mon, 12 Jul 2004 09:42:07 +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 i6C9g7Vw010811; Mon, 12 Jul 2004 09:42:07 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C9g7X4010810; Mon, 12 Jul 2004 09:42:07 GMT (envelope-from vs) Message-Id: <200407120942.i6C9g7X4010810@repoman.freebsd.org> From: Volker Stolz Date: Mon, 12 Jul 2004 09:42: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/clip 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, 12 Jul 2004 09:42:07 -0000 vs 2004-07-12 09:42:07 UTC FreeBSD ports repository Modified files: databases/clip Makefile Log: Fix unixODBC-detection. Noticed by: cluster via kris "Right idea, wrong method": me° Revision Changes Path 1.29 +1 -1 ports/databases/clip/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 09:43: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 5AA9816A4CE; Mon, 12 Jul 2004 09:43:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FB3D43D1D; Mon, 12 Jul 2004 09:43:07 +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 i6C9h7Td010850; Mon, 12 Jul 2004 09:43:07 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C9h7Mc010849; Mon, 12 Jul 2004 09:43:07 GMT (envelope-from blackend) Message-Id: <200407120943.i6C9h7Mc010849@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 12 Jul 2004 09:43:07 +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, 12 Jul 2004 09:43:07 -0000 blackend 2004-07-12 09:43:07 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: In IPv6 section: - Add missing devicename tags - Some punctuation and upper/lowercase fixes Revision Changes Path 1.323 +5 -5 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 09: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 B2A9216A4CE; Mon, 12 Jul 2004 09:45:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97D3A43D45; Mon, 12 Jul 2004 09:45:11 +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 i6C9jBqc010945; Mon, 12 Jul 2004 09:45:11 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C9jBbm010944; Mon, 12 Jul 2004 09:45:11 GMT (envelope-from den) Message-Id: <200407120945.i6C9jBbm010944@repoman.freebsd.org> From: Denis Peplin Date: Mon, 12 Jul 2004 09:45: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/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: Mon, 12 Jul 2004 09:45:11 -0000 den 2004-07-12 09:45:11 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mac chapter.sgml Log: Slightly improve fixed rules description for Biba Revision Changes Path 1.13 +2 -2 doc/en_US.ISO8859-1/books/handbook/mac/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 09: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 CDE1816A4D0; Mon, 12 Jul 2004 09:55:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2D8B43D1D; Mon, 12 Jul 2004 09:55: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 i6C9tk9t011250; Mon, 12 Jul 2004 09:55:46 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6C9tkLE011249; Mon, 12 Jul 2004 09:55:46 GMT (envelope-from vs) Message-Id: <200407120955.i6C9tkLE011249@repoman.freebsd.org> From: Volker Stolz Date: Mon, 12 Jul 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/net/gtk-gnutella 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, 12 Jul 2004 09:55:47 -0000 vs 2004-07-12 09:55:46 UTC FreeBSD ports repository Modified files: net/gtk-gnutella Makefile distinfo pkg-plist Log: Update to 0.94. PR: ports/68932 Submitted by: Clayton Rollins (maintainer) Revision Changes Path 1.23 +1 -1 ports/net/gtk-gnutella/Makefile 1.15 +2 -2 ports/net/gtk-gnutella/distinfo 1.8 +3 -0 ports/net/gtk-gnutella/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 12 10:12: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 D767B16A4CE; Mon, 12 Jul 2004 10:12:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBA5143D41; Mon, 12 Jul 2004 10:12:51 +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 i6CACpHk011724; Mon, 12 Jul 2004 10:12:51 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CACpwX011723; Mon, 12 Jul 2004 10:12:51 GMT (envelope-from murray) Message-Id: <200407121012.i6CACpwX011723@repoman.freebsd.org> From: Murray Stokely Date: Mon, 12 Jul 2004 10:12: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 Makefile.inc.docports X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 10:12:52 -0000 murray 2004-07-12 10:12:51 UTC FreeBSD src repository Modified files: release Makefile.inc.docports Log: Add p5-File-Spec and p5-File-Temp. Submitted by: Dmitry Morozovsky PR: ports/68153 MFC After: 3 days Revision Changes Path 1.24 +2 -0 src/release/Makefile.inc.docports From owner-cvs-all@FreeBSD.ORG Mon Jul 12 10:17: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 6ACEC16A4CE; Mon, 12 Jul 2004 10:17:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 500D343D31; Mon, 12 Jul 2004 10:17: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 i6CAH2oW011848; Mon, 12 Jul 2004 10:17:02 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CAH2sO011847; Mon, 12 Jul 2004 10:17:02 GMT (envelope-from tjr) Message-Id: <200407121017.i6CAH2sO011847@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 12 Jul 2004 10:17:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/csplit csplit.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, 12 Jul 2004 10:17:02 -0000 tjr 2004-07-12 10:17:02 UTC FreeBSD src repository Modified files: usr.bin/csplit csplit.1 Log: Remove BUGS section that talked about missing multibyte character support. We have support now that the regular expression routines do. Revision Changes Path 1.8 +1 -5 src/usr.bin/csplit/csplit.1 From owner-cvs-all@FreeBSD.ORG Mon Jul 12 10:21: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 4434216A4CE; Mon, 12 Jul 2004 10:21:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28FDC43D48; Mon, 12 Jul 2004 10:21:02 +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 i6CAL2rD012016; Mon, 12 Jul 2004 10:21:02 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CAL2V8012015; Mon, 12 Jul 2004 10:21:02 GMT (envelope-from erwin) Message-Id: <200407121021.i6CAL2V8012015@repoman.freebsd.org> From: Erwin Lansing Date: Mon, 12 Jul 2004 10: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/archivers/p5-Archive-Zip 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, 12 Jul 2004 10:21:02 -0000 erwin 2004-07-12 10:21:02 UTC FreeBSD ports repository Modified files: archivers/p5-Archive-Zip Makefile distinfo Log: Update to 1.12 Revision Changes Path 1.20 +3 -2 ports/archivers/p5-Archive-Zip/Makefile 1.13 +2 -2 ports/archivers/p5-Archive-Zip/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 12 10:40: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 452C916A4CE; Mon, 12 Jul 2004 10:40:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A99743D2F; Mon, 12 Jul 2004 10:40:34 +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 i6CAeYN0012527; Mon, 12 Jul 2004 10:40:34 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CAeYNg012526; Mon, 12 Jul 2004 10:40:34 GMT (envelope-from vs) Message-Id: <200407121040.i6CAeYNg012526@repoman.freebsd.org> From: Volker Stolz Date: Mon, 12 Jul 2004 10:40: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/mixmaster/files 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, 12 Jul 2004 10:40:34 -0000 vs 2004-07-12 10:40:33 UTC FreeBSD ports repository Modified files: mail/mixmaster/files Makefile.in Log: Pick up libcrypto from LOCALBASE instead of /usr/lib if needed. Noticed by: cluster via kris Revision Changes Path 1.2 +1 -1 ports/mail/mixmaster/files/Makefile.in From owner-cvs-all@FreeBSD.ORG Mon Jul 12 10: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 2A75116A4CE; Mon, 12 Jul 2004 10:46:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FA6043D31; Mon, 12 Jul 2004 10:46:56 +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 i6CAktFu012709; Mon, 12 Jul 2004 10:46:55 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CAktPV012708; Mon, 12 Jul 2004 10:46:55 GMT (envelope-from tjr) Message-Id: <200407121046.i6CAktPV012708@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 12 Jul 2004 10:46: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/bin/expr expr.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, 12 Jul 2004 10:46:56 -0000 tjr 2004-07-12 10:46:55 UTC FreeBSD src repository Modified files: bin/expr expr.1 Log: Remove BUGS section that talked about missing multibyte character support. We have support now that the regular expression routines do. Revision Changes Path 1.25 +1 -5 src/bin/expr/expr.1 From owner-cvs-all@FreeBSD.ORG Mon Jul 12 10:50: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 64EBA16A4CE; Mon, 12 Jul 2004 10:50:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A20743D41; Mon, 12 Jul 2004 10:50:50 +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 i6CAoocm012861; Mon, 12 Jul 2004 10:50:50 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CAooum012860; Mon, 12 Jul 2004 10:50:50 GMT (envelope-from sos) Message-Id: <200407121050.i6CAooum012860@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 12 Jul 2004 10:50: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/ata ata-all.c ata-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: Mon, 12 Jul 2004 10:50:50 -0000 sos 2004-07-12 10:50:50 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-disk.c Log: Attempt to handle suspend/resume better. Revision Changes Path 1.215 +9 -15 src/sys/dev/ata/ata-all.c 1.174 +0 -1 src/sys/dev/ata/ata-disk.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 11:03: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 EF3BC16A4CE; Mon, 12 Jul 2004 11:03:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D200243D45; Mon, 12 Jul 2004 11:03: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 i6CB3gCa013182; Mon, 12 Jul 2004 11:03:42 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CB3gxP013181; Mon, 12 Jul 2004 11:03:42 GMT (envelope-from tjr) Message-Id: <200407121103.i6CB3gxP013181@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 12 Jul 2004 11:03: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/regex regex.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: Mon, 12 Jul 2004 11:03:43 -0000 tjr 2004-07-12 11:03:42 UTC FreeBSD src repository Modified files: lib/libc/regex regex.3 Log: Remove an entry from the BUGS section: we have multibyte character support now. Revision Changes Path 1.17 +0 -2 src/lib/libc/regex/regex.3 From owner-cvs-all@FreeBSD.ORG Mon Jul 12 11:26: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 D5FFF16A4CE; Mon, 12 Jul 2004 11:26:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8E4443D39; Mon, 12 Jul 2004 11:26:05 +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 i6CBQ5vK013787; Mon, 12 Jul 2004 11:26:05 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CBQ5TH013786; Mon, 12 Jul 2004 11:26:05 GMT (envelope-from den) Message-Id: <200407121126.i6CBQ5TH013786@repoman.freebsd.org> From: Denis Peplin Date: Mon, 12 Jul 2004 11:26: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/ru_RU.KOI8-R/articles/portbuild 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, 12 Jul 2004 11:26:06 -0000 den 2004-07-12 11:26:05 UTC FreeBSD doc repository Added files: ru_RU.KOI8-R/articles/portbuild Makefile article.sgml Log: Add newly translated portbuild article. Original revisions: 1.1 Makefile 1.3 article.sgml Submitted by: Dmitry Morozovsky Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.1 +23 -0 doc/ru_RU.KOI8-R/articles/portbuild/Makefile (new) 1.1 +696 -0 doc/ru_RU.KOI8-R/articles/portbuild/article.sgml (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 11:33: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 A98DF16A4CE; Mon, 12 Jul 2004 11:33:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C23343D1D; Mon, 12 Jul 2004 11:33:45 +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 i6CBXjiK013988; Mon, 12 Jul 2004 11:33:45 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CBXjcQ013987; Mon, 12 Jul 2004 11:33:45 GMT (envelope-from den) Message-Id: <200407121133.i6CBXjcQ013987@repoman.freebsd.org> From: Denis Peplin Date: Mon, 12 Jul 2004 11:33:45 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles Makefile doc/ru_RU.KOI8-R/books/handbook/vinum 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, 12 Jul 2004 11:33:45 -0000 den 2004-07-12 11:33:45 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles Makefile ru_RU.KOI8-R/books/handbook/vinum chapter.sgml Log: Merge the following from the English version: (new) -> 1.42 articles/Makefile 1.25 -> 1.26 books/handbook/vinum/chapter.sgml Submitted by: Dmitry Morozovsky Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.14 +9 -3 doc/ru_RU.KOI8-R/articles/Makefile 1.2 +6 -6 doc/ru_RU.KOI8-R/books/handbook/vinum/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 11:46: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 A241516A4CE; Mon, 12 Jul 2004 11:46:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8437943D48; Mon, 12 Jul 2004 11:46: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 i6CBk2tt014391; Mon, 12 Jul 2004 11:46:02 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CBk2Rl014390; Mon, 12 Jul 2004 11:46:02 GMT (envelope-from vs) Message-Id: <200407121146.i6CBk2Rl014390@repoman.freebsd.org> From: Volker Stolz Date: Mon, 12 Jul 2004 11: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/net/naim 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, 12 Jul 2004 11:46:02 -0000 vs 2004-07-12 11:46:02 UTC FreeBSD ports repository Modified files: net/naim Makefile distinfo Log: Update to 0.11.7.1 PR: ports/68933 Submitted by: Travis Poppe (maintainer) Revision Changes Path 1.40 +1 -1 ports/net/naim/Makefile 1.23 +2 -2 ports/net/naim/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 12 11: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 F380E16A4CE; Mon, 12 Jul 2004 11:50:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5E5143D1F; Mon, 12 Jul 2004 11:50:39 +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 i6CBod1A014554; Mon, 12 Jul 2004 11:50:39 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CBodog014553; Mon, 12 Jul 2004 11:50:39 GMT (envelope-from den) Message-Id: <200407121150.i6CBodog014553@repoman.freebsd.org> From: Denis Peplin Date: Mon, 12 Jul 2004 11:50:39 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles 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, 12 Jul 2004 11:50:40 -0000 den 2004-07-12 11:50:39 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles Makefile Log: Forced commit: previous update was 1.9 -> 1.42 Revision Changes Path 1.15 +0 -0 doc/ru_RU.KOI8-R/articles/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 11: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 64EBE16A4CE; Mon, 12 Jul 2004 11:52:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 471BF43D1D; Mon, 12 Jul 2004 11:52:15 +0000 (GMT) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6CBqFL8014637; Mon, 12 Jul 2004 11:52:15 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CBqFDJ014636; Mon, 12 Jul 2004 11:52:15 GMT (envelope-from dfr) Message-Id: <200407121152.i6CBqFDJ014636@repoman.freebsd.org> From: Doug Rabson Date: Mon, 12 Jul 2004 11:52:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf 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, 12 Jul 2004 11:52:15 -0000 dfr 2004-07-12 11:52:15 UTC FreeBSD src repository Modified files: sys/conf files Log: Make if_fwsubr.c dependant on fwip instead of firewire - there is not much point including it if you aren't using IP over firewire. Revision Changes Path 1.929 +1 -1 src/sys/conf/files From owner-cvs-all@FreeBSD.ORG Mon Jul 12 11:56: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 D356816A4CE; Mon, 12 Jul 2004 11:56:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B751243D46; Mon, 12 Jul 2004 11:56: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 i6CBuTSr014802; Mon, 12 Jul 2004 11:56:29 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CBuTrg014801; Mon, 12 Jul 2004 11:56:29 GMT (envelope-from vs) Message-Id: <200407121156.i6CBuTrg014801@repoman.freebsd.org> From: Volker Stolz Date: Mon, 12 Jul 2004 11:56: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/x11-wm/skippy Makefile ports/x11-wm/skippy/files patch-config.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 11:56:30 -0000 vs 2004-07-12 11:56:29 UTC FreeBSD ports repository Modified files: x11-wm/skippy Makefile Added files: x11-wm/skippy/files patch-config.c Log: Fix .skippyrc-parsing (bump PORTREVISION) PR: ports/68705 Submitted by: Leland Wang Approved by: maintainer Revision Changes Path 1.3 +1 -0 ports/x11-wm/skippy/Makefile 1.1 +22 -0 ports/x11-wm/skippy/files/patch-config.c (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 12:07: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 B9C9416A4CE; Mon, 12 Jul 2004 12:07:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C59943D1F; Mon, 12 Jul 2004 12:07:48 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6CC7mid015155; Mon, 12 Jul 2004 12:07:48 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CC7mo7015154; Mon, 12 Jul 2004 12:07:48 GMT (envelope-from sem) Message-Id: <200407121207.i6CC7mo7015154@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 12 Jul 2004 12:07: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/snownews Makefile distinfo ports/www/snownews/files patch-Makefile patch-platform_settings X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 12:07:48 -0000 sem 2004-07-12 12:07:48 UTC FreeBSD ports repository Modified files: www/snownews Makefile distinfo www/snownews/files patch-Makefile Added files: www/snownews/files patch-platform_settings Log: Update to 1.5.3 PR: 68849 Submitted by: maintainer Approved by: krion (mentor) Revision Changes Path 1.10 +2 -2 ports/www/snownews/Makefile 1.8 +2 -2 ports/www/snownews/distinfo 1.6 +7 -16 ports/www/snownews/files/patch-Makefile 1.1 +8 -0 ports/www/snownews/files/patch-platform_settings (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 12:27: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 02AAF16A4CE; Mon, 12 Jul 2004 12:27:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F03FE43D2D; Mon, 12 Jul 2004 12:27:05 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6CCR5gI015684; Mon, 12 Jul 2004 12:27:05 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CCR53x015683; Mon, 12 Jul 2004 12:27:05 GMT (envelope-from sem) Message-Id: <200407121227.i6CCR53x015683@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 12 Jul 2004 12:27: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/mail/elm+ME Makefile distinfo pkg-plist ports/mail/elm+ME/files 00elm.sh patch-ac patch-header_alloc.c patch-newmbox.c ports/mail/elm+ME/scripts pre-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: Mon, 12 Jul 2004 12:27:06 -0000 sem 2004-07-12 12:27:05 UTC FreeBSD ports repository Modified files: mail/elm+ME Makefile distinfo pkg-plist mail/elm+ME/files 00elm.sh patch-ac mail/elm+ME/scripts pre-configure Added files: mail/elm+ME/files patch-header_alloc.c Removed files: mail/elm+ME/files patch-newmbox.c Log: * update to 116 revision * conditionnaly add USE_ICONV * startup script converted to rcNG * Makefile reworked * DOC_FILES added * DOCSDIR utilized PR: ports/67497 Submitted by: maintainer Approved by: krion (mentor) Revision Changes Path 1.85 +180 -103 ports/mail/elm+ME/Makefile 1.49 +2 -14 ports/mail/elm+ME/distinfo 1.3 +32 -16 ports/mail/elm+ME/files/00elm.sh 1.11 +41 -20 ports/mail/elm+ME/files/patch-ac 1.1 +39 -0 ports/mail/elm+ME/files/patch-header_alloc.c (new) 1.4 +0 -39 ports/mail/elm+ME/files/patch-newmbox.c (dead) 1.20 +81 -52 ports/mail/elm+ME/pkg-plist 1.34 +14 -27 ports/mail/elm+ME/scripts/pre-configure From owner-cvs-all@FreeBSD.ORG Mon Jul 12 12:35: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 C179416A4CF; Mon, 12 Jul 2004 12:35:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8598443D54; Mon, 12 Jul 2004 12:35:48 +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 i6CCZmA2015937; Mon, 12 Jul 2004 12:35:48 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CCZm0O015936; Mon, 12 Jul 2004 12:35:48 GMT (envelope-from naddy) Message-Id: <200407121235.i6CCZm0O015936@repoman.freebsd.org> From: Christian Weisgerber Date: Mon, 12 Jul 2004 12:35: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/net/openntpd/files patch-includes.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, 12 Jul 2004 12:35:49 -0000 naddy 2004-07-12 12:35:48 UTC FreeBSD ports repository Added files: net/openntpd/files patch-includes.h Log: Kludge for missing IOV_MAX on 4.x. Revision Changes Path 1.1 +18 -0 ports/net/openntpd/files/patch-includes.h (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 12:44: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 C607716A4CE; Mon, 12 Jul 2004 12:44:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA1C543D39; Mon, 12 Jul 2004 12:44:36 +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 i6CCiaDd016145; Mon, 12 Jul 2004 12:44:36 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CCiaxE016144; Mon, 12 Jul 2004 12:44:36 GMT (envelope-from lth) Message-Id: <200407121244.i6CCiaxE016144@repoman.freebsd.org> From: Lars Thegler Date: Mon, 12 Jul 2004 12:44: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/p5-Class-DBI 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, 12 Jul 2004 12:44:36 -0000 lth 2004-07-12 12:44:36 UTC FreeBSD ports repository Modified files: databases/p5-Class-DBI Makefile distinfo pkg-plist Log: Update to 0.96 PR: 68291 Submitted by: lth Approved by: maintainer Revision Changes Path 1.10 +1 -1 ports/databases/p5-Class-DBI/Makefile 1.8 +2 -2 ports/databases/p5-Class-DBI/distinfo 1.5 +5 -0 ports/databases/p5-Class-DBI/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 12 12:53: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 0581016A4CE; Mon, 12 Jul 2004 12:53:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A047A43D49; Mon, 12 Jul 2004 12:53:49 +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 i6CCrnKf016477; Mon, 12 Jul 2004 12:53:49 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CCrnu0016476; Mon, 12 Jul 2004 12:53:49 GMT (envelope-from adamw) Message-Id: <200407121253.i6CCrnu0016476@repoman.freebsd.org> From: Adam Weinberger Date: Mon, 12 Jul 2004 12:53: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/graphics/fyre Makefile ports/graphics/fyre/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, 12 Jul 2004 12:53:50 -0000 adamw 2004-07-12 12:53:49 UTC FreeBSD ports repository Modified files: graphics/fyre Makefile graphics/fyre/files patch-Makefile Log: Fix build on 4.x. Revision Changes Path 1.2 +2 -1 ports/graphics/fyre/Makefile 1.2 +7 -3 ports/graphics/fyre/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 13:09: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 D538416A4CE; Mon, 12 Jul 2004 13:09:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B91BC43D31; Mon, 12 Jul 2004 13:09:30 +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 i6CD9UYQ016954; Mon, 12 Jul 2004 13:09:30 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CD9UTc016953; Mon, 12 Jul 2004 13:09:30 GMT (envelope-from blackend) Message-Id: <200407121309.i6CD9UTc016953@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 12 Jul 2004 13:09:30 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/da_DK.ISO8859-1/articles Makefile doc/da_DK.ISO8859-1/articles/ipsec-must 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, 12 Jul 2004 13:09:31 -0000 blackend 2004-07-12 13:09:30 UTC FreeBSD doc repository Modified files: da_DK.ISO8859-1/articles Makefile Added files: da_DK.ISO8859-1/articles/ipsec-must Makefile article.sgml Log: Add a new translated article. Submitted by: Laust S. Jespersen Revision Changes Path 1.3 +1 -0 doc/da_DK.ISO8859-1/articles/Makefile 1.1 +16 -0 doc/da_DK.ISO8859-1/articles/ipsec-must/Makefile (new) 1.1 +356 -0 doc/da_DK.ISO8859-1/articles/ipsec-must/article.sgml (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 13:10: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 1C26716A4CE; Mon, 12 Jul 2004 13:10:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F41A243D1D; Mon, 12 Jul 2004 13:10:12 +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 i6CDACjb017026; Mon, 12 Jul 2004 13:10:12 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CDACMt017025; Mon, 12 Jul 2004 13:10:12 GMT (envelope-from vs) Message-Id: <200407121310.i6CDACMt017025@repoman.freebsd.org> From: Volker Stolz Date: Mon, 12 Jul 2004 13:10: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/audio/ncmpc 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, 12 Jul 2004 13:10:13 -0000 vs 2004-07-12 13:10:12 UTC FreeBSD ports repository Modified files: audio/ncmpc Makefile distinfo pkg-plist Log: - Update to 0.11.0 - Lots of new features including: + nls support (german and swedish) + support for MPD db updates with Ctrl-U PR: ports/68876 Submitted by: Mark Daniel Reidel (maintainer) Revision Changes Path 1.3 +28 -5 ports/audio/ncmpc/Makefile 1.3 +2 -0 ports/audio/ncmpc/distinfo 1.3 +2 -0 ports/audio/ncmpc/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 12 13:12: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 85CB716A4CE; Mon, 12 Jul 2004 13:12:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6830743D1F; Mon, 12 Jul 2004 13:12:56 +0000 (GMT) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6CDCuoK017121; Mon, 12 Jul 2004 13:12:56 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CDCu31017120; Mon, 12 Jul 2004 13:12:56 GMT (envelope-from dfr) Message-Id: <200407121312.i6CDCu31017120@repoman.freebsd.org> From: Doug Rabson Date: Mon, 12 Jul 2004 13:12: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/modules/firewire/fwip 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, 12 Jul 2004 13:12:56 -0000 dfr 2004-07-12 13:12:56 UTC FreeBSD src repository Added files: sys/modules/firewire/fwip Makefile Log: Add fwip module. Submitted by: simokawa Revision Changes Path 1.1 +19 -0 src/sys/modules/firewire/fwip/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 13: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 7784316A4CE; Mon, 12 Jul 2004 13:13:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B81543D1D; Mon, 12 Jul 2004 13:13:17 +0000 (GMT) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6CDDHR4017169; Mon, 12 Jul 2004 13:13:17 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CDDHP5017168; Mon, 12 Jul 2004 13:13:17 GMT (envelope-from dfr) Message-Id: <200407121313.i6CDDHP5017168@repoman.freebsd.org> From: Doug Rabson Date: Mon, 12 Jul 2004 13: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/sys/modules/firewire 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, 12 Jul 2004 13:13:17 -0000 dfr 2004-07-12 13:13:17 UTC FreeBSD src repository Modified files: sys/modules/firewire Makefile Log: Add fwip module. Revision Changes Path 1.5 +1 -0 src/sys/modules/firewire/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 13:13: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 E19EE16A4CE; Mon, 12 Jul 2004 13:13:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4CE043D48; Mon, 12 Jul 2004 13:13: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 i6CDDgfO017204; Mon, 12 Jul 2004 13:13:42 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CDDgDM017203; Mon, 12 Jul 2004 13:13:42 GMT (envelope-from kientzle) Message-Id: <200407121313.i6CDDgDM017203@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 12 Jul 2004 13:13: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/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, 12 Jul 2004 13:13:43 -0000 kientzle 2004-07-12 13:13:42 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Fix tab/space screwup in long_help() Revision Changes Path 1.37 +1 -1 src/usr.bin/tar/bsdtar.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 13:15: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 3F65E16A4CE; Mon, 12 Jul 2004 13:15:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22F9E43D41; Mon, 12 Jul 2004 13:15:14 +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 i6CDFE3Q017286; Mon, 12 Jul 2004 13:15:14 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CDFESB017285; Mon, 12 Jul 2004 13:15:14 GMT (envelope-from kientzle) Message-Id: <200407121315.i6CDFESB017285@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 12 Jul 2004 13:15: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 read.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 13:15:14 -0000 kientzle 2004-07-12 13:15:13 UTC FreeBSD src repository Modified files: usr.bin/tar read.c Log: Mimic ls(1) by putting an extra space before the year in old dates Revision Changes Path 1.13 +1 -1 src/usr.bin/tar/read.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 13:17: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 22A3916A4CE; Mon, 12 Jul 2004 13:17:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05D2243D39; Mon, 12 Jul 2004 13:17: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 i6CDHSHm017396; Mon, 12 Jul 2004 13:17:28 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CDHSNi017395; Mon, 12 Jul 2004 13:17:28 GMT (envelope-from vs) Message-Id: <200407121317.i6CDHSNi017395@repoman.freebsd.org> From: Volker Stolz Date: Mon, 12 Jul 2004 13:17: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/quixote 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, 12 Jul 2004 13:17:29 -0000 vs 2004-07-12 13:17:28 UTC FreeBSD ports repository Modified files: www/quixote Makefile distinfo pkg-plist Log: Upgrade to 1.0, many changes. Please refer to http://www.mems-exchange.org/software/files/quixote/Quixote-1.0.tar.gz/CHANGES PR: ports/68882 Submitted by: Dryice Liu (maintainer) Revision Changes Path 1.19 +1 -1 ports/www/quixote/Makefile 1.13 +2 -2 ports/www/quixote/distinfo 1.11 +19 -4 ports/www/quixote/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 12 13:38: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 CEFDA16A4CE; Mon, 12 Jul 2004 13:38:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B271643D2F; Mon, 12 Jul 2004 13:38: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 i6CDctRl017935; Mon, 12 Jul 2004 13:38:55 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CDctLl017934; Mon, 12 Jul 2004 13:38:55 GMT (envelope-from lth) Message-Id: <200407121338.i6CDctLl017934@repoman.freebsd.org> From: Lars Thegler Date: Mon, 12 Jul 2004 13:38: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/math/p5-Geo-Distance 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, 12 Jul 2004 13:38:56 -0000 lth 2004-07-12 13:38:55 UTC FreeBSD ports repository Modified files: math/p5-Geo-Distance Makefile pkg-plist Log: - Unbreak package building. - Bump PORTREVISION Noticed by: kris Approved by: maintainer Revision Changes Path 1.2 +1 -0 ports/math/p5-Geo-Distance/Makefile 1.2 +3 -3 ports/math/p5-Geo-Distance/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 12 13: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 2800416A4CE; Mon, 12 Jul 2004 13:54:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A6B743D45; Mon, 12 Jul 2004 13:54:32 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6CDsVem018436; Mon, 12 Jul 2004 13:54:31 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CDsVpC018435; Mon, 12 Jul 2004 13:54:31 GMT (envelope-from sem) Message-Id: <200407121354.i6CDsVpC018435@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 12 Jul 2004 13:54: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/security/proxycheck Makefile distinfo pkg-descr ports/security/proxycheck/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: Mon, 12 Jul 2004 13:54:32 -0000 sem 2004-07-12 13:54:31 UTC FreeBSD ports repository Modified files: security/proxycheck Makefile distinfo pkg-descr Removed files: security/proxycheck/files patch-aa Log: - update to 0.49a - use configure PR: ports/67324 Submitted by: maintainer Approved by: krion (mentor) Revision Changes Path 1.6 +3 -1 ports/security/proxycheck/Makefile 1.5 +2 -2 ports/security/proxycheck/distinfo 1.2 +0 -22 ports/security/proxycheck/files/patch-aa (dead) 1.2 +3 -5 ports/security/proxycheck/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Jul 12 14:00: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 A628B16A4CF; Mon, 12 Jul 2004 14:00:11 +0000 (GMT) Received: from mailout11.sul.t-online.com (mailout11.sul.t-online.com [194.25.134.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10DBD43D46; Mon, 12 Jul 2004 14:00:11 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd07.aul.t-online.de by mailout11.sul.t-online.com with smtp id 1Bk1Ll-0005s5-06; Mon, 12 Jul 2004 16:00:09 +0200 Received: from Andro-Beta.Leidinger.net (VTx--0Z-wevPUmZvyRTyoeFPE17NGemw+L+3rjzCqG7WM5fbGd+Lwv@[217.83.30.91]) by fmrl07.sul.t-online.com with esmtp id 1Bk1LZ-07suxM0; Mon, 12 Jul 2004 15:59:57 +0200 Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) i6CDxvNj010870; Mon, 12 Jul 2004 15:59:57 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Mon, 12 Jul 2004 16:00:09 +0200 From: Alexander Leidinger To: David Schultz Message-Id: <20040712160009.16ebe0c1@Magellan.Leidinger.net> In-Reply-To: <20040709033327.GA14984@VARK.homeunix.com> References: <200407090331.i693VAIL038494@repoman.freebsd.org> <20040709033327.GA14984@VARK.homeunix.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Mon__12_Jul_2004_16_00_09_+0200_QYg96VZ4z5Qpyrj6" X-Seen: false X-ID: VTx--0Z-wevPUmZvyRTyoeFPE17NGemw+L+3rjzCqG7WM5fbGd+Lwv@t-dialin.net cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/msun/src math.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, 12 Jul 2004 14:00:11 -0000 This is a multi-part message in MIME format. --Multipart=_Mon__12_Jul_2004_16_00_09_+0200_QYg96VZ4z5Qpyrj6 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 8 Jul 2004 20:33:27 -0700 David Schultz wrote: > The Intel compiler is too smart for its own good sometimes. > I kept wondering why, despite icc's lack of a __builtin_isgreater(), > it seemed to be using one anyway. It turns out that it had done > some constant propagation and determined the value of my call to the > libm routine __fpclassifyd() statically. Pretty spiffy. In this case the attached patch may be more accurate. Background: The FreeBSD port of icc v8 doesn't define __GNUC__ by default, but icc v8 on linux does it. It gets explicitly disabled in the FreeBSD port. To be on the safe side one should test for !defined(icc) if the code shouldn't be used in the icc case. Bye, Alexander. -- I'm available to get hired (preferred in .lu). http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 --Multipart=_Mon__12_Jul_2004_16_00_09_+0200_QYg96VZ4z5Qpyrj6 Content-Type: text/plain; name="math.h.diff" Content-Disposition: attachment; filename="math.h.diff" Content-Transfer-Encoding: 8bit Index: math.h =================================================================== RCS file: /big/FreeBSD-CVS/src/lib/msun/src/math.h,v retrieving revision 1.40 diff -u -u -r1.40 math.h --- math.h 9 Jul 2004 03:32:39 -0000 1.40 +++ math.h 12 Jul 2004 13:56:09 -0000 @@ -38,7 +38,7 @@ #define __MATH_BUILTIN_CONSTANTS #endif -#if (defined(__GNUC__) && __GNUC__ >= 3) +#if (defined(__GNUC__) && __GNUC__ >= 3 && !defined(__INTEL_COMPILER)) #define __MATH_BUILTIN_RELOPS #endif --Multipart=_Mon__12_Jul_2004_16_00_09_+0200_QYg96VZ4z5Qpyrj6-- From owner-cvs-all@FreeBSD.ORG Mon Jul 12 14:11: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 4837B16A4CE; Mon, 12 Jul 2004 14:11:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B78343D2D; Mon, 12 Jul 2004 14:11:27 +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 i6CEBR6a018978; Mon, 12 Jul 2004 14:11:27 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CEBRH1018977; Mon, 12 Jul 2004 14:11:27 GMT (envelope-from rwatson) Message-Id: <200407121411.i6CEBRH1018977@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Jul 2004 14:11: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/coda coda_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: Mon, 12 Jul 2004 14:11:27 -0000 rwatson 2004-07-12 14:11:27 UTC FreeBSD src repository Modified files: sys/coda coda_vfsops.c Log: Remove 'td = curthread' that shadows the arguments to coda_root(). Missed by: alfred Revision Changes Path 1.50 +0 -1 src/sys/coda/coda_vfsops.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 14:44: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 713DA16A4CE; Mon, 12 Jul 2004 14:44:43 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C5F243D3F; Mon, 12 Jul 2004 14:44:43 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i6CEigxN033704; Mon, 12 Jul 2004 07:44:42 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i6CEigqa033703; Mon, 12 Jul 2004 07:44:42 -0700 (PDT) (envelope-from sgk) Date: Mon, 12 Jul 2004 07:44:42 -0700 From: Steve Kargl To: David Xu Message-ID: <20040712144442.GA33669@troutmask.apl.washington.edu> References: <200407120741.i6C7f183006218@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407120741.i6C7f183006218@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/libpthread/arch/ia64/include pthread_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, 12 Jul 2004 14:44:43 -0000 On Mon, Jul 12, 2004 at 07:41:01AM +0000, David Xu wrote: > davidxu 2004-07-12 07:41:01 UTC > > FreeBSD src repository > > Modified files: > lib/libpthread/arch/ia64/include pthread_md.h > Log: > kse_switchin ABI was changed in kernel. > Do we need to bump the library version number? -- Steve From owner-cvs-all@FreeBSD.ORG Mon Jul 12 15:01: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 D92D416A4CE; Mon, 12 Jul 2004 15:01:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCB1A43D3F; Mon, 12 Jul 2004 15:01: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 i6CF1P4H020363; Mon, 12 Jul 2004 15:01:25 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CF1POq020362; Mon, 12 Jul 2004 15:01:25 GMT (envelope-from vs) Message-Id: <200407121501.i6CF1POq020362@repoman.freebsd.org> From: Volker Stolz Date: Mon, 12 Jul 2004 15:01: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/multimedia/mplayer 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, 12 Jul 2004 15:01:26 -0000 vs 2004-07-12 15:01:25 UTC FreeBSD ports repository Modified files: multimedia/mplayer Makefile Log: Add more PATCH_SITES PR: ports/68806 Submitted by: Jonathan Noack Approved by: maintainer Revision Changes Path 1.99 +3 -1 ports/multimedia/mplayer/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 15:03: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 86FC716A4CE; Mon, 12 Jul 2004 15:03:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69D1043D2D; Mon, 12 Jul 2004 15:03:24 +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 i6CF3OFu020468; Mon, 12 Jul 2004 15:03:24 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CF3O2m020467; Mon, 12 Jul 2004 15:03:24 GMT (envelope-from nobutaka) Message-Id: <200407121503.i6CF3O2m020467@repoman.freebsd.org> From: MANTANI Nobutaka Date: Mon, 12 Jul 2004 15:03: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/www/emacs-w3m Makefile distinfo pkg-plist ports/www/emacs-w3m-xemacs21-mule 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, 12 Jul 2004 15:03:24 -0000 nobutaka 2004-07-12 15:03:24 UTC FreeBSD ports repository Modified files: www/emacs-w3m Makefile distinfo pkg-plist www/emacs-w3m-emacs20 pkg-plist www/emacs-w3m-xemacs21-mule pkg-plist Log: Update to 1.4.1. Revision Changes Path 1.9 +15 -4 ports/www/emacs-w3m-emacs20/pkg-plist 1.4 +22 -4 ports/www/emacs-w3m-xemacs21-mule/pkg-plist 1.26 +1 -1 ports/www/emacs-w3m/Makefile 1.19 +2 -2 ports/www/emacs-w3m/distinfo 1.19 +22 -4 ports/www/emacs-w3m/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 12 15:20: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 7D50F16A4CE; Mon, 12 Jul 2004 15:20:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 600B443D41; Mon, 12 Jul 2004 15:20: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 i6CFKQi6020998; Mon, 12 Jul 2004 15:20:26 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CFKQBo020997; Mon, 12 Jul 2004 15:20:26 GMT (envelope-from vs) Message-Id: <200407121520.i6CFKQBo020997@repoman.freebsd.org> From: Volker Stolz Date: Mon, 12 Jul 2004 15:20: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/archivers/star-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: Mon, 12 Jul 2004 15:20:26 -0000 vs 2004-07-12 15:20:26 UTC FreeBSD ports repository Modified files: archivers/star-devel Makefile distinfo Log: Update to 1.5.1.42 PR: ports/68941 Submitted by: Martin Matuska (maintainer) Revision Changes Path 1.42 +1 -1 ports/archivers/star-devel/Makefile 1.13 +2 -2 ports/archivers/star-devel/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 12 15: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 95F8616A4CE; Mon, 12 Jul 2004 15:22:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7884643D4C; Mon, 12 Jul 2004 15:22:44 +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 i6CFMiB9021050; Mon, 12 Jul 2004 15:22:44 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CFMi6r021049; Mon, 12 Jul 2004 15:22:44 GMT (envelope-from alfred) Message-Id: <200407121522.i6CFMi6r021049@repoman.freebsd.org> From: Alfred Perlstein Date: Mon, 12 Jul 2004 15:22: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/contrib/top commands.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 15:22:44 -0000 alfred 2004-07-12 15:22:44 UTC FreeBSD src repository Modified files: contrib/top commands.c Log: document the 'I' and 't' commands in the help screen in top(1). Submitted by: Alex Vasylenko lxv omut.org Revision Changes Path 1.9 +3 -2 src/contrib/top/commands.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 15:28: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 0879716A4CE; Mon, 12 Jul 2004 15:28:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEE0543D46; Mon, 12 Jul 2004 15:28:31 +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 i6CFSV4l021208; Mon, 12 Jul 2004 15:28:31 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CFSVZc021207; Mon, 12 Jul 2004 15:28:31 GMT (envelope-from mtm) Message-Id: <200407121528.i6CFSVZc021207@repoman.freebsd.org> From: Mike Makonnen Date: Mon, 12 Jul 2004 15:28:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_thr.c kern_umtx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 15:28:32 -0000 mtm 2004-07-12 15:28:31 UTC FreeBSD src repository Modified files: sys/kern kern_thr.c kern_umtx.c Log: writers must hold both sched_lock and the process lock; therefore, readers need only obtain the process lock. Revision Changes Path 1.22 +2 -5 src/sys/kern/kern_thr.c 1.16 +3 -5 src/sys/kern/kern_umtx.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 15:36: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 73EF616A4CE; Mon, 12 Jul 2004 15:36:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DAC743D54; Mon, 12 Jul 2004 15:36:53 +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 i6CFarl3021544; Mon, 12 Jul 2004 15:36:53 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CFar0v021543; Mon, 12 Jul 2004 15:36:53 GMT (envelope-from vs) Message-Id: <200407121536.i6CFar0v021543@repoman.freebsd.org> From: Volker Stolz Date: Mon, 12 Jul 2004 15:36: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/mail/lmtpd Makefile distinfo pkg-plist ports/mail/lmtpd/files patch-re::re-tre.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 15:36:53 -0000 vs 2004-07-12 15:36:53 UTC FreeBSD ports repository Modified files: mail/lmtpd Makefile distinfo pkg-plist Added files: mail/lmtpd/files patch-re::re-tre.c Log: Update to 0.9.18: * vacation.cache.create configuration directive * experimental libtre-support * new user commands "archive" and "archive2" * quota.timefatal.acl configuration directive * bug fixes PR: ports/68851 Submitted by: Xavier Beaudouin (maintainer) Revision Changes Path 1.11 +10 -3 ports/mail/lmtpd/Makefile 1.8 +2 -2 ports/mail/lmtpd/distinfo 1.1 +31 -0 ports/mail/lmtpd/files/patch-re::re-tre.c (new) 1.7 +1 -25 ports/mail/lmtpd/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 12 15: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 BD38E16A4D4; Mon, 12 Jul 2004 15:42:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7366A43D2D; Mon, 12 Jul 2004 15:42:42 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6CFggwV021768; Mon, 12 Jul 2004 15:42:42 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CFggQJ021767; Mon, 12 Jul 2004 15:42:42 GMT (envelope-from mi) Message-Id: <200407121542.i6CFggQJ021767@repoman.freebsd.org> From: Mikhail Teterin Date: Mon, 12 Jul 2004 15: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/devel/tcl-trf Makefile ports/devel/tcl-trf/files patch-intsize X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 15:42:42 -0000 mi 2004-07-12 15:42:42 UTC FreeBSD ports repository Modified files: devel/tcl-trf Makefile Added files: devel/tcl-trf/files patch-intsize Log: Add a patch ensuring uint32_t is used, where a 32-bit unsigned integer is implied. This fixes RIPEMD128 on Sparc64 and AMD64, as well as HAVAL on AMD64. HAVAL on Sparc64 remains broken due, apparently, to an endiannes issue, which, for now, escapes my understanding. Unbreak on amd64. Revision Changes Path 1.14 +1 -2 ports/devel/tcl-trf/Makefile 1.1 +33 -0 ports/devel/tcl-trf/files/patch-intsize (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 15:45: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 0FEED16A4CE; Mon, 12 Jul 2004 15:45:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7A6543D3F; Mon, 12 Jul 2004 15:45:21 +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 i6CFjLEK021855; Mon, 12 Jul 2004 15:45:21 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CFjLgg021854; Mon, 12 Jul 2004 15:45:21 GMT (envelope-from hrs) Message-Id: <200407121545.i6CFjLgg021854@repoman.freebsd.org> From: Hiroki Sato Date: Mon, 12 Jul 2004 15:45:21 +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/releng extra.css X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 15:45:22 -0000 hrs 2004-07-12 15:45:21 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/releng extra.css Log: Back out the previous change. The center justification is intended for the abstract, not the title and the authorgroup. Revision Changes Path 1.3 +1 -1 doc/en_US.ISO8859-1/articles/releng/extra.css From owner-cvs-all@FreeBSD.ORG Mon Jul 12 15:49: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 A803816A4CE; Mon, 12 Jul 2004 15:49:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8979743D1D; Mon, 12 Jul 2004 15:49:46 +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 i6CFnkUI022003; Mon, 12 Jul 2004 15:49:46 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CFnkM7022002; Mon, 12 Jul 2004 15:49:46 GMT (envelope-from nobutaka) Message-Id: <200407121549.i6CFnkM7022002@repoman.freebsd.org> From: MANTANI Nobutaka Date: Mon, 12 Jul 2004 15:49: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/japanese/uim Makefile distinfo pkg-plist ports/japanese/uim/files patch-gtk:gtk-im-uim.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 15:49:46 -0000 nobutaka 2004-07-12 15:49:46 UTC FreeBSD ports repository Modified files: japanese/uim Makefile distinfo pkg-plist Removed files: japanese/uim/files patch-gtk:gtk-im-uim.c Log: Update to 0.4.1. Revision Changes Path 1.23 +1 -2 ports/japanese/uim/Makefile 1.17 +2 -2 ports/japanese/uim/distinfo 1.4 +0 -20 ports/japanese/uim/files/patch-gtk:gtk-im-uim.c (dead) 1.15 +2 -5 ports/japanese/uim/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 12 16:12: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 B89F516A4CE; Mon, 12 Jul 2004 16:12:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B04143D2F; Mon, 12 Jul 2004 16:12:16 +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 i6CGCGgs022702; Mon, 12 Jul 2004 16:12:16 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CGCGrD022701; Mon, 12 Jul 2004 16:12:16 GMT (envelope-from knu) Message-Id: <200407121612.i6CGCGrD022701@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 12 Jul 2004 16:12: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/sysutils/portupgrade 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, 12 Jul 2004 16:12:16 -0000 knu 2004-07-12 16:12:16 UTC FreeBSD ports repository Modified files: sysutils/portupgrade Makefile Log: Add a patch to read the index file via sort(1) instead of reading directly to avoid core dump. Revision Changes Path 1.189 +1 -1 ports/sysutils/portupgrade/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 16:12: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 75D3D16A4CE; Mon, 12 Jul 2004 16:12:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 569F343D2D; Mon, 12 Jul 2004 16:12:47 +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 i6CGClCv022743; Mon, 12 Jul 2004 16:12:47 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CGCldn022742; Mon, 12 Jul 2004 16:12:47 GMT (envelope-from knu) Message-Id: <200407121612.i6CGCldn022742@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 12 Jul 2004 16:12: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/sysutils/portupgrade/files patch-portsdb.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: Mon, 12 Jul 2004 16:12:47 -0000 knu 2004-07-12 16:12:47 UTC FreeBSD ports repository Added files: sysutils/portupgrade/files patch-portsdb.rb Log: Add a patch to read the index file via sort(1) instead of reading directly to avoid core dump. Revision Changes Path 1.1 +14 -0 ports/sysutils/portupgrade/files/patch-portsdb.rb (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 16:40: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 29F4D16A4CE; Mon, 12 Jul 2004 16:40:31 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA05743D2D; Mon, 12 Jul 2004 16:40:30 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from dhcp50.pn.xcllnt.net (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i6CGeUZc085871; Mon, 12 Jul 2004 09:40:30 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp50.pn.xcllnt.net (localhost [127.0.0.1]) i6CGeUjT003759; Mon, 12 Jul 2004 09:40:30 -0700 (PDT) (envelope-from marcel@dhcp50.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp50.pn.xcllnt.net (8.12.11/8.12.11/Submit) id i6CGeUVt003758; Mon, 12 Jul 2004 09:40:30 -0700 (PDT) (envelope-from marcel) Date: Mon, 12 Jul 2004 09:40:25 -0700 From: Marcel Moolenaar To: David Xu Message-ID: <20040712164025.GA3691@dhcp50.pn.xcllnt.net> References: <200407120739.i6C7dKTJ006026@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407120739.i6C7dKTJ006026@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern init_sysent.c kern_kse.c syscalls.c syscalls.master src/sys/sys kse.h syscall.h syscall.mk sysproto.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, 12 Jul 2004 16:40:31 -0000 On Mon, Jul 12, 2004 at 07:39:20AM +0000, David Xu wrote: > davidxu 2004-07-12 07:39:20 UTC > > FreeBSD src repository > > Modified files: > sys/kern init_sysent.c kern_kse.c syscalls.c > syscalls.master > sys/sys kse.h syscall.h syscall.mk sysproto.h > Log: > Change kse_switchin to accept kse_thr_mailbox pointer, the syscall > will be used heavily in debugging KSE threads. This breaks libpthread > on IA64, but because libpthread was not in 5.2.1 release, I would like > to change it so we needn't to introduce another syscall. Thanks for making this a seperate commit. I'll test this on the plutos. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Mon Jul 12 16:41: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 83E3116A4CE; Mon, 12 Jul 2004 16:41:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67A5B43D49; Mon, 12 Jul 2004 16:41:43 +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 i6CGfhPA023500; Mon, 12 Jul 2004 16:41:43 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CGfhsa023499; Mon, 12 Jul 2004 16:41:43 GMT (envelope-from demon) Message-Id: <200407121641.i6CGfhsa023499@repoman.freebsd.org> From: Dmitry Sivachenko Date: Mon, 12 Jul 2004 16:41: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/jabberd 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, 12 Jul 2004 16:41:43 -0000 demon 2004-07-12 16:41:43 UTC FreeBSD ports repository Modified files: net/jabberd Makefile Log: Drop maintainership. Revision Changes Path 1.16 +1 -1 ports/net/jabberd/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 16:49: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 3081416A4CE; Mon, 12 Jul 2004 16:49:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29BC943D1D; Mon, 12 Jul 2004 16:49:20 +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 i6CGnK6d023767; Mon, 12 Jul 2004 16:49:20 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CGnK5T023766; Mon, 12 Jul 2004 16:49:20 GMT (envelope-from nobutaka) Message-Id: <200407121649.i6CGnK5T023766@repoman.freebsd.org> From: MANTANI Nobutaka Date: Mon, 12 Jul 2004 16:49: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/japanese/w3m Makefile ports/japanese/w3m-img Makefile ports/www/w3m Makefile ports/www/w3m-img Makefile ports/www/w3m-m17n Makefile ports/www/w3m-m17n-img 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, 12 Jul 2004 16:49:20 -0000 nobutaka 2004-07-12 16:49:20 UTC FreeBSD ports repository Modified files: japanese/w3m Makefile japanese/w3m-img Makefile www/w3m Makefile www/w3m-img Makefile www/w3m-m17n Makefile www/w3m-m17n-img Makefile Log: Register CONFLICTS between w3m ports. Suggested by: Aleksander Fafula Revision Changes Path 1.5 +1 -0 ports/japanese/w3m-img/Makefile 1.11 +1 -0 ports/japanese/w3m/Makefile 1.5 +1 -0 ports/www/w3m-img/Makefile 1.2 +1 -0 ports/www/w3m-m17n-img/Makefile 1.6 +1 -0 ports/www/w3m-m17n/Makefile 1.68 +1 -0 ports/www/w3m/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 16:51: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 A40C816A4CE; Mon, 12 Jul 2004 16:51:08 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76B2843D49; Mon, 12 Jul 2004 16:51:08 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from dhcp50.pn.xcllnt.net (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i6CGp8xa085940; Mon, 12 Jul 2004 09:51:08 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp50.pn.xcllnt.net (localhost [127.0.0.1]) i6CGp8iZ003789; Mon, 12 Jul 2004 09:51:08 -0700 (PDT) (envelope-from marcel@dhcp50.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp50.pn.xcllnt.net (8.12.11/8.12.11/Submit) id i6CGp8nh003788; Mon, 12 Jul 2004 09:51:08 -0700 (PDT) (envelope-from marcel) Date: Mon, 12 Jul 2004 09:51:08 -0700 From: Marcel Moolenaar To: Steve Kargl Message-ID: <20040712165108.GB3691@dhcp50.pn.xcllnt.net> References: <200407120741.i6C7f183006218@repoman.freebsd.org> <20040712144442.GA33669@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040712144442.GA33669@troutmask.apl.washington.edu> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: David Xu cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpthread/arch/ia64/include pthread_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, 12 Jul 2004 16:51:08 -0000 On Mon, Jul 12, 2004 at 07:44:42AM -0700, Steve Kargl wrote: > On Mon, Jul 12, 2004 at 07:41:01AM +0000, David Xu wrote: > > davidxu 2004-07-12 07:41:01 UTC > > > > FreeBSD src repository > > > > Modified files: > > lib/libpthread/arch/ia64/include pthread_md.h > > Log: > > kse_switchin ABI was changed in kernel. > > > > Do we need to bump the library version number? Since ia64 is tier 2 and not widely used, I was fine with breaking the ABI in this respect. The syscall is not used for non-threaded processes, which means that pretty much all of src is unaffected. I don't think we should complicate matters by doing a version bump, because you either want to do that only on ia64, which is a pain, or you do it across the board. In that case you make it visible to all our users and possibly create complications for later when the KSE library gets support for debugging and you have your users still using the old version. Nah... it's good this way... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Mon Jul 12 17:45: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 1685A16A4CE; Mon, 12 Jul 2004 17:45:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDF5443D2D; Mon, 12 Jul 2004 17:45:37 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6CHjblb025225; Mon, 12 Jul 2004 17:45:37 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CHjbw9025224; Mon, 12 Jul 2004 17:45:37 GMT (envelope-from alc) Message-Id: <200407121745.i6CHjbw9025224@repoman.freebsd.org> From: Alan Cox Date: Mon, 12 Jul 2004 17:45: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/vm vm_pageout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 17:45:38 -0000 alc 2004-07-12 17:45:37 UTC FreeBSD src repository Modified files: sys/vm vm_pageout.c Log: Remove an unused and unimplemented sysctl. (For the record, it was marked as unimplemented in revision 1.129 nearly six years ago.) Revision Changes Path 1.259 +1 -10 src/sys/vm/vm_pageout.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 17:56: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 E2B7216A4CE; Mon, 12 Jul 2004 17:56:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C42BA43D31; Mon, 12 Jul 2004 17:56:58 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6CHuwHn025596; Mon, 12 Jul 2004 17:56:58 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CHuwUj025595; Mon, 12 Jul 2004 17:56:58 GMT (envelope-from mi) Message-Id: <200407121756.i6CHuwUj025595@repoman.freebsd.org> From: Mikhail Teterin Date: Mon, 12 Jul 2004 17:56: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/devel/tcl-trf Makefile ports/devel/tcl-trf/files patch-haval patch-mkin X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 17:56:59 -0000 mi 2004-07-12 17:56:58 UTC FreeBSD ports repository Modified files: devel/tcl-trf Makefile devel/tcl-trf/files patch-haval patch-mkin Log: Don't compile haval.1996/haval.c separately, but as part of the top haval.c (as in vendor's code). This works around weirdness in vendor's endianness-determining pre-processor code and unbreaks sparc64. Much rejoicing... Revision Changes Path 1.15 +0 -4 ports/devel/tcl-trf/Makefile 1.3 +2 -2 ports/devel/tcl-trf/files/patch-haval 1.5 +0 -20 ports/devel/tcl-trf/files/patch-mkin From owner-cvs-all@FreeBSD.ORG Mon Jul 12 18:02: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 A2A4C16A4CE; Mon, 12 Jul 2004 18:02:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8446743D1D; Mon, 12 Jul 2004 18:02:47 +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 i6CI2ljJ025758; Mon, 12 Jul 2004 18:02:47 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CI2lvf025757; Mon, 12 Jul 2004 18:02:47 GMT (envelope-from krion) Message-Id: <200407121802.i6CI2lvf025757@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 12 Jul 2004 18:02: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/graphics/ayam/files patch-Makefile.shared X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 18:02:47 -0000 krion 2004-07-12 18:02:47 UTC FreeBSD ports repository Modified files: graphics/ayam/files patch-Makefile.shared Log: Fix build PR: ports/68952 Submitted by: maintainer Revision Changes Path 1.7 +1 -1 ports/graphics/ayam/files/patch-Makefile.shared From owner-cvs-all@FreeBSD.ORG Mon Jul 12 18:35: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 C7DF716A4CE; Mon, 12 Jul 2004 18:35:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA8F443D41; Mon, 12 Jul 2004 18:35:30 +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 i6CIZUti026635; Mon, 12 Jul 2004 18:35:30 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CIZUM0026634; Mon, 12 Jul 2004 18:35:30 GMT (envelope-from rwatson) Message-Id: <200407121835.i6CIZUM0026634@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Jul 2004 18:35:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netatalk aarp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 18:35:30 -0000 rwatson 2004-07-12 18:35:30 UTC FreeBSD src repository Modified files: sys/netatalk aarp.c Log: Remove 'Not used' comment: at_org_code is used, just not in netatalk/. Revision Changes Path 1.32 +0 -3 src/sys/netatalk/aarp.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 18:35: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 2266116A4E2; Mon, 12 Jul 2004 18:35:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ACA243D31; Mon, 12 Jul 2004 18:35:36 +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 i6CIZZVE026693; Mon, 12 Jul 2004 18:35:36 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CIZZH2026692; Mon, 12 Jul 2004 18:35:35 GMT (envelope-from vs) Message-Id: <200407121835.i6CIZZH2026692@repoman.freebsd.org> From: Volker Stolz Date: Mon, 12 Jul 2004 18:35: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/clanlib-devel Makefile distinfo pkg-plist patch-Sources::API::Display::Collision::outline_provider_file.h patch-Sources::GL::GLX::input_device_linuxjoystick.cpp patch-Sources::Network::setupnetwork_unix.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, 12 Jul 2004 18:35:36 -0000 vs 2004-07-12 18:35:35 UTC FreeBSD ports repository Modified files: devel/clanlib-devel Makefile distinfo pkg-plist Added files: devel/clanlib-devel/files patch-Sources::API::Display::Collision::outline_provider_file.h patch-Sources::GL::GLX::input_device_linuxjoystick.cpp patch-Sources::Network::setupnetwork_unix.cpp Log: - Update to 0.7.8 - Respect CPPFLAGS and LDFLAGS - Use USE_GL instead of USE_MESA (which is deprecated) - Use PKGNAMESUFFIX - Assign maintainership to submitter PR: ports/68827 Submitted by: Roman Bogorodskiy Revision Changes Path 1.22 +6 -6 ports/devel/clanlib-devel/Makefile 1.5 +2 -2 ports/devel/clanlib-devel/distinfo 1.1 +10 -0 ports/devel/clanlib-devel/files/patch-Sources::API::Display::Collision::outline_provider_file.h (new) 1.1 +15 -0 ports/devel/clanlib-devel/files/patch-Sources::GL::GLX::input_device_linuxjoystick.cpp (new) 1.1 +11 -0 ports/devel/clanlib-devel/files/patch-Sources::Network::setupnetwork_unix.cpp (new) 1.4 +39 -25 ports/devel/clanlib-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 12 18:37: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 B815716A504; Mon, 12 Jul 2004 18:37:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74B8043D4C; Mon, 12 Jul 2004 18:37:31 +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 i6CIbVh2026799; Mon, 12 Jul 2004 18:37:31 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CIbVie026798; Mon, 12 Jul 2004 18:37:31 GMT (envelope-from rwatson) Message-Id: <200407121837.i6CIbVie026798@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Jul 2004 18:37: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/netatalk at_rmx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 18:37:31 -0000 rwatson 2004-07-12 18:37:31 UTC FreeBSD src repository Modified files: sys/netatalk at_rmx.c Log: Imperfect synchronization solution to imperfect code: use a static 256 byte buffer in the stack for temporary printf results rather than a global buffer without synchronization. Revision Changes Path 1.8 +16 -13 src/sys/netatalk/at_rmx.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 18:39: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 D68B616A4CE; Mon, 12 Jul 2004 18:39:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B915E43D54; Mon, 12 Jul 2004 18:39:59 +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 i6CIdxLr026864; Mon, 12 Jul 2004 18:39:59 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CIdx3V026863; Mon, 12 Jul 2004 18:39:59 GMT (envelope-from rwatson) Message-Id: <200407121839.i6CIdx3V026863@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Jul 2004 18:39: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/netatalk ddp_input.c ddp_pcb.c ddp_pcb.h ddp_usrreq.c ddp_var.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, 12 Jul 2004 18:40:00 -0000 rwatson 2004-07-12 18:39:59 UTC FreeBSD src repository Modified files: sys/netatalk ddp_input.c ddp_pcb.c ddp_pcb.h ddp_usrreq.c ddp_var.h Log: Procotol control block locking for netatalk DDP. Revision Changes Path 1.25 +12 -6 src/sys/netatalk/ddp_input.c 1.44 +44 -6 src/sys/netatalk/ddp_pcb.c 1.2 +20 -0 src/sys/netatalk/ddp_pcb.h 1.42 +56 -23 src/sys/netatalk/ddp_usrreq.c 1.7 +2 -0 src/sys/netatalk/ddp_var.h From owner-cvs-all@FreeBSD.ORG Mon Jul 12 18:53: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 485F016A4CE; Mon, 12 Jul 2004 18:53:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4195343D48; Mon, 12 Jul 2004 18:53:45 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6CIrjU6027335; Mon, 12 Jul 2004 18:53:45 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CIrjG4027334; Mon, 12 Jul 2004 18:53:45 GMT (envelope-from sem) Message-Id: <200407121853.i6CIrjG4027334@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 12 Jul 2004 18:53: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/news Makefile ports/news/fidogate-ds Makefile distinfo pkg-descr 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, 12 Jul 2004 18:53:45 -0000 sem 2004-07-12 18:53:45 UTC FreeBSD ports repository Modified files: news Makefile Added files: news/fidogate-ds Makefile distinfo pkg-descr pkg-install pkg-plist Log: DS fork of fidogate. It can be used as: * Fido-Internet Gateway * Fido FTN-FTN Gateway * Fido Mail Processor * Fido File Processor * Fido Areafix/Filefix PR: ports/68878 Submitted by: Andrey Slusar Approved by: krion (mentor) Revision Changes Path 1.103 +1 -0 ports/news/Makefile 1.1 +103 -0 ports/news/fidogate-ds/Makefile (new) 1.1 +2 -0 ports/news/fidogate-ds/distinfo (new) 1.1 +8 -0 ports/news/fidogate-ds/pkg-descr (new) 1.1 +36 -0 ports/news/fidogate-ds/pkg-install (new) 1.1 +113 -0 ports/news/fidogate-ds/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 18:53: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 78A7416A4CE; Mon, 12 Jul 2004 18:53:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 377B143D1F; Mon, 12 Jul 2004 18:53:56 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6CIrumj027381; Mon, 12 Jul 2004 18:53:56 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CIru0R027380; Mon, 12 Jul 2004 18:53:56 GMT (envelope-from sem) Message-Id: <200407121853.i6CIru0R027380@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 12 Jul 2004 18:53:56 +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, 12 Jul 2004 18:53:56 -0000 sem 2004-07-12 18:53:56 UTC FreeBSD ports repository Modified files: . modules Log: fidogate-ds --> ports/news/fidogate-ds Revision Changes Path 1.10525 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 12 19:06: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 EF40316A4CE; Mon, 12 Jul 2004 19:06:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1BF643D31; Mon, 12 Jul 2004 19:06:57 +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 i6CJ6vUI027805; Mon, 12 Jul 2004 19:06:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CJ6v5L027804; Mon, 12 Jul 2004 19:06:57 GMT (envelope-from pav) Message-Id: <200407121906.i6CJ6v5L027804@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 12 Jul 2004 19:06: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/science/gchempaint Makefileports/science/gchemutils Makefile ports/science/gchemutils/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: Mon, 12 Jul 2004 19:06:58 -0000 pav 2004-07-12 19:06:57 UTC FreeBSD ports repository Modified files: science/gchempaint Makefile science/gchemutils Makefile Removed files: science/gchemutils/files patch-configure Log: - Poke new libtool infrastructure: use system libtool Revision Changes Path 1.18 +2 -2 ports/science/gchempaint/Makefile 1.19 +1 -1 ports/science/gchemutils/Makefile 1.2 +0 -11 ports/science/gchemutils/files/patch-configure (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 19:11: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 5853416A4CE; Mon, 12 Jul 2004 19:11:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B77343D2D; Mon, 12 Jul 2004 19:11: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 i6CJB44t027960; Mon, 12 Jul 2004 19:11:04 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CJB4OV027959; Mon, 12 Jul 2004 19:11:04 GMT (envelope-from lth) Message-Id: <200407121911.i6CJB4OV027959@repoman.freebsd.org> From: Lars Thegler Date: Mon, 12 Jul 2004 19: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/mail/p5-Email-Simple 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, 12 Jul 2004 19:11:04 -0000 lth 2004-07-12 19:11:04 UTC FreeBSD ports repository Modified files: mail/p5-Email-Simple Makefile distinfo Log: Update to 1.90 Revision Changes Path 1.6 +1 -1 ports/mail/p5-Email-Simple/Makefile 1.6 +2 -2 ports/mail/p5-Email-Simple/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 12 19:28: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 47BF016A4CE; Mon, 12 Jul 2004 19:28:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 290FD43D55; Mon, 12 Jul 2004 19:28:08 +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 i6CJS8EC028364; Mon, 12 Jul 2004 19:28:08 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CJS8xJ028363; Mon, 12 Jul 2004 19:28:08 GMT (envelope-from rwatson) Message-Id: <200407121928.i6CJS8xJ028363@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Jul 2004 19:28: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/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: Mon, 12 Jul 2004 19:28:08 -0000 rwatson 2004-07-12 19:28:08 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: After each label in tcp_input(), assert the inpcbinfo and inpcb lock state that we expect. Revision Changes Path 1.250 +17 -1 src/sys/netinet/tcp_input.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 19:35: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 0C39E16A4CE; Mon, 12 Jul 2004 19:35:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E34F243D45; Mon, 12 Jul 2004 19:35:29 +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 i6CJZTHi028630; Mon, 12 Jul 2004 19:35:29 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CJZTVh028629; Mon, 12 Jul 2004 19:35:29 GMT (envelope-from rwatson) Message-Id: <200407121935.i6CJZTVh028629@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Jul 2004 19:35: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/netipx spx_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: Mon, 12 Jul 2004 19:35:30 -0000 rwatson 2004-07-12 19:35:29 UTC FreeBSD src repository Modified files: sys/netipx spx_usrreq.c Log: Constify 'spx_backoff'. Revision Changes Path 1.46 +1 -1 src/sys/netipx/spx_usrreq.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 19: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 329C316A4CE; Mon, 12 Jul 2004 19:37:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15E7843D1F; Mon, 12 Jul 2004 19:37:09 +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 i6CJb8v6028704; Mon, 12 Jul 2004 19:37:08 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CJb83q028703; Mon, 12 Jul 2004 19:37:08 GMT (envelope-from rwatson) Message-Id: <200407121937.i6CJb83q028703@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Jul 2004 19:37: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/rpc rpcclnt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 19:37:09 -0000 rwatson 2004-07-12 19:37:08 UTC FreeBSD src repository Modified files: sys/rpc rpcclnt.c Log: Constify 'rpcclnt_backoff'. Revision Changes Path 1.10 +1 -1 src/sys/rpc/rpcclnt.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 19: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 9A81716A4CE; Mon, 12 Jul 2004 19:37:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92D3443D1F; Mon, 12 Jul 2004 19:37: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 i6CJbgEq028855; Mon, 12 Jul 2004 19:37:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CJbgGn028854; Mon, 12 Jul 2004 19:37:42 GMT (envelope-from pav) Message-Id: <200407121937.i6CJbgGn028854@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 12 Jul 2004 19:37: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/security/nessus-devel Makefile distinfo ports/security/nessus-libnasl-devel Makefile distinfo pkg-plist ports/security/nessus-libraries-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, 12 Jul 2004 19:37:42 -0000 pav 2004-07-12 19:37:42 UTC FreeBSD ports repository Modified files: security/nessus-devel Makefile distinfo security/nessus-libnasl-devel Makefile distinfo pkg-plist security/nessus-libraries-devel Makefile distinfo pkg-plist security/nessus-plugins-devel Makefile distinfo pkg-plist Removed files: security/nessus-plugins-devel/files extra-patch-3com-hub-amd64 Log: - Update to 2.1.0 PR: ports/68755 Submitted by: Udo Schweigert (maintainer) Revision Changes Path 1.68 +2 -2 ports/security/nessus-devel/Makefile 1.42 +2 -2 ports/security/nessus-devel/distinfo 1.55 +2 -2 ports/security/nessus-libnasl-devel/Makefile 1.41 +2 -2 ports/security/nessus-libnasl-devel/distinfo 1.10 +1 -1 ports/security/nessus-libnasl-devel/pkg-plist 1.55 +1 -1 ports/security/nessus-libraries-devel/Makefile 1.42 +2 -2 ports/security/nessus-libraries-devel/distinfo 1.14 +3 -3 ports/security/nessus-libraries-devel/pkg-plist 1.57 +1 -10 ports/security/nessus-plugins-devel/Makefile 1.42 +2 -2 ports/security/nessus-plugins-devel/distinfo 1.2 +0 -18 ports/security/nessus-plugins-devel/files/extra-patch-3com-hub-amd64 (dead) 1.44 +538 -2 ports/security/nessus-plugins-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 12 19:40: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 0171B16A552; Mon, 12 Jul 2004 19:40:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A15BE43D41; Mon, 12 Jul 2004 19:40:09 +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 i6CJe9WS028939; Mon, 12 Jul 2004 19:40:09 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CJe9lw028938; Mon, 12 Jul 2004 19:40:09 GMT (envelope-from vs) Message-Id: <200407121940.i6CJe9lw028938@repoman.freebsd.org> From: Volker Stolz Date: Mon, 12 Jul 2004 19:40: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/xmms-wma Makefileports/audio/xmms-wma/files patch-ffmpeg-strip-wma::asf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 19:40:10 -0000 vs 2004-07-12 19:40:09 UTC FreeBSD ports repository Modified files: audio/xmms-wma Makefile Added files: audio/xmms-wma/files patch-ffmpeg-strip-wma::asf.c Log: Remove iconv support: it simply damage headers instead of recoding them. (bump PORTREVISION) Revision Changes Path 1.10 +1 -0 ports/audio/xmms-wma/Makefile 1.3 +50 -0 ports/audio/xmms-wma/files/patch-ffmpeg-strip-wma::asf.c (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 19:43: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 68D7616A4CE; Mon, 12 Jul 2004 19:43:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BAB843D45; Mon, 12 Jul 2004 19:43:47 +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 i6CJhlhV029133; Mon, 12 Jul 2004 19:43:47 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CJhlSv029132; Mon, 12 Jul 2004 19:43:47 GMT (envelope-from glewis) Message-Id: <200407121943.i6CJhlSv029132@repoman.freebsd.org> From: Greg Lewis Date: Mon, 12 Jul 2004 19:43: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/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: Mon, 12 Jul 2004 19:43:47 -0000 glewis 2004-07-12 19:43:47 UTC FreeBSD ports repository Modified files: Mk bsd.java.mk Log: . Add a comment that the javavmwrapper port will need updating if ${JAVAJARDIR} is changed. Revision Changes Path 1.49 +3 -1 ports/Mk/bsd.java.mk From owner-cvs-all@FreeBSD.ORG Mon Jul 12 19: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 6A4BC16A4CE; Mon, 12 Jul 2004 19:49:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BF4E43D1F; Mon, 12 Jul 2004 19:49:08 +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 i6CJn8pK029285; Mon, 12 Jul 2004 19:49:08 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CJn8Y6029284; Mon, 12 Jul 2004 19:49:08 GMT (envelope-from vs) Message-Id: <200407121949.i6CJn8Y6029284@repoman.freebsd.org> From: Volker Stolz Date: Mon, 12 Jul 2004 19: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/comms/obexapp 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, 12 Jul 2004 19:49:08 -0000 vs 2004-07-12 19:49:08 UTC FreeBSD ports repository Modified files: comms/obexapp Makefile Log: Enable this port on non-i386 architectures on -current after 9 July. Testing of both the bluetooth stack and this port (and the related openobex one) on non i386 machines are encouraged. Please report any problems. PR: ports/68912 Submitted by: Guido Falsi (maintainer) Revision Changes Path 1.4 +5 -3 ports/comms/obexapp/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 19:56: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 9D28816A4CE; Mon, 12 Jul 2004 19:56:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E6DC43D4C; Mon, 12 Jul 2004 19:56: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 i6CJuh31029575; Mon, 12 Jul 2004 19:56:43 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CJuh2b029574; Mon, 12 Jul 2004 19:56:43 GMT (envelope-from vs) Message-Id: <200407121956.i6CJuh2b029574@repoman.freebsd.org> From: Volker Stolz Date: Mon, 12 Jul 2004 19:56: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/audio/xmms-wma Makefileports/audio/xmms-wma/files patch-ffmpeg-strip-wma::asf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 19:56:43 -0000 vs 2004-07-12 19:56:43 UTC FreeBSD ports repository Modified files: audio/xmms-wma Makefile audio/xmms-wma/files patch-ffmpeg-strip-wma::asf.c Log: Forced commit to note that the previous commit was: PR: ports/68907 Submitted by: Roman Bogorodskiy (maintainer) Revision Changes Path 1.11 +0 -0 ports/audio/xmms-wma/Makefile 1.4 +0 -0 ports/audio/xmms-wma/files/patch-ffmpeg-strip-wma::asf.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 19: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 2D31116A4CE; Mon, 12 Jul 2004 19:57:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F3EA43D2D; Mon, 12 Jul 2004 19:57: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 i6CJvAt1029618; Mon, 12 Jul 2004 19:57:10 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CJvA0t029617; Mon, 12 Jul 2004 19:57:10 GMT (envelope-from pav) Message-Id: <200407121957.i6CJvA0t029617@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 12 Jul 2004 19:57: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/silvercity 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, 12 Jul 2004 19:57:11 -0000 pav 2004-07-12 19:57:10 UTC FreeBSD ports repository Modified files: textproc/silvercity Makefile distinfo pkg-plist Log: - Update to 0.9.5 PR: ports/68921 Submitted by: Rui Lopes Revision Changes Path 1.2 +8 -1 ports/textproc/silvercity/Makefile 1.3 +2 -2 ports/textproc/silvercity/distinfo 1.2 +3 -0 ports/textproc/silvercity/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 12 19:59: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 5CCBB16A4CE; Mon, 12 Jul 2004 19:59:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EC6043D1D; Mon, 12 Jul 2004 19:59:54 +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 i6CJxs2J029687; Mon, 12 Jul 2004 19:59:54 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CJxskb029686; Mon, 12 Jul 2004 19:59:54 GMT (envelope-from ceri) Message-Id: <200407121959.i6CJxskb029686@repoman.freebsd.org> From: Ceri Davies Date: Mon, 12 Jul 2004 19:59: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/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: Mon, 12 Jul 2004 19:59:54 -0000 ceri 2004-07-12 19:59:54 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/share/sgml/glossary freebsd-glossary.sgml Log: o Remove the requirement that this file contain FreeBSD specific terminology. o Be more specific in the comment about sorting within this file. Revision Changes Path 1.10 +3 -3 doc/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 20:01: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 48C0E16A4CE; Mon, 12 Jul 2004 20:01:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2975843D1F; Mon, 12 Jul 2004 20:01:07 +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 i6CK17Jq029799; Mon, 12 Jul 2004 20:01:07 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CK17lh029798; Mon, 12 Jul 2004 20:01:07 GMT (envelope-from ceri) Message-Id: <200407122001.i6CK17lh029798@repoman.freebsd.org> From: Ceri Davies Date: Mon, 12 Jul 2004 20:01:07 +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: Mon, 12 Jul 2004 20:01:07 -0000 ceri 2004-07-12 20:01:07 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/share/sgml/glossary freebsd-glossary.sgml Log: Whitespace cleanup from previous revision. Revision Changes Path 1.11 +2 -1 doc/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 20: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 A1D9A16A4CE; Mon, 12 Jul 2004 20:14:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82E9643D31; Mon, 12 Jul 2004 20:14: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 i6CKExnR030168; Mon, 12 Jul 2004 20:14:59 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CKExdf030167; Mon, 12 Jul 2004 20:14:59 GMT (envelope-from pav) Message-Id: <200407122014.i6CKExdf030167@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 12 Jul 2004 20:14: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/mail/qmail-scanner 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, 12 Jul 2004 20:14:59 -0000 pav 2004-07-12 20:14:59 UTC FreeBSD ports repository Modified files: mail/qmail-scanner Makefile Log: - Fix dependencies (only build bad, both build and run good) - Conditionalize p5-Time-HiRes dependency on perl level PR: ports/68579, ports/68923 Submitted by: freebsd@simplerezo.com (maintainer) Revision Changes Path 1.7 +11 -4 ports/mail/qmail-scanner/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 20:18: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 57A5516A4CE; Mon, 12 Jul 2004 20:18:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 393D243D2F; Mon, 12 Jul 2004 20:18:31 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6CKIVpx030294; Mon, 12 Jul 2004 20:18:31 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CKIVCh030293; Mon, 12 Jul 2004 20:18:31 GMT (envelope-from sem) Message-Id: <200407122018.i6CKIVCh030293@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 12 Jul 2004 20:18: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/databases/msql 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, 12 Jul 2004 20:18:31 -0000 sem 2004-07-12 20:18:31 UTC FreeBSD ports repository Modified files: databases/msql Makefile Log: A new brave maintainer. Submitted by: Andrey Slusar Approved by: krion (mentor) Revision Changes Path 1.61 +1 -1 ports/databases/msql/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 20: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 F092316A4CE; Mon, 12 Jul 2004 20:19:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3AB643D1D; Mon, 12 Jul 2004 20:19:40 +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 i6CKJeia030349; Mon, 12 Jul 2004 20:19:40 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CKJero030348; Mon, 12 Jul 2004 20:19:40 GMT (envelope-from rwatson) Message-Id: <200407122019.i6CKJero030348@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Jul 2004 20:19: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/gcore elfcore.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 20:19:41 -0000 rwatson 2004-07-12 20:19:40 UTC FreeBSD src repository Modified files: usr.bin/gcore elfcore.c Log: Teach gcore about the pathname field of '/proc/*/map' so that it doesn't spin when its parser gets confused by a lack of end-of-line. Submitted by: Dan Nelson PR: 68839 Revision Changes Path 1.17 +3 -3 src/usr.bin/gcore/elfcore.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 20: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 554A116A4CE; Mon, 12 Jul 2004 20:24:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36ECE43D45; Mon, 12 Jul 2004 20:24:41 +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 i6CKOf6X030493; Mon, 12 Jul 2004 20:24:41 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CKOfdu030492; Mon, 12 Jul 2004 20:24:41 GMT (envelope-from simon) Message-Id: <200407122024.i6CKOfdu030492@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Mon, 12 Jul 2004 20:24: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 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, 12 Jul 2004 20:24:41 -0000 simon 2004-07-12 20:24:41 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook Makefile Log: Retire the WITH_GLOSSARY option and enable the Glossary by default. No objections: -doc Revision Changes Path 1.87 +0 -3 doc/en_US.ISO8859-1/books/handbook/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 20:32: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 A61F416A4CE; Mon, 12 Jul 2004 20:32:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 871D643D2D; Mon, 12 Jul 2004 20:32: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 i6CKWqZE030738; Mon, 12 Jul 2004 20:32:52 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CKWqhK030737; Mon, 12 Jul 2004 20:32:52 GMT (envelope-from pav) Message-Id: <200407122032.i6CKWqhK030737@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 12 Jul 2004 20:32: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/mail/qmail-scanner 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, 12 Jul 2004 20:32:52 -0000 pav 2004-07-12 20:32:52 UTC FreeBSD ports repository Modified files: mail/qmail-scanner Makefile Log: - Revert part of my previous change: p5-Time-HiRes is prefered even on perl 5.8.4, because it can be newer than the bundled copy Requested by: local camel clan (lth) Revision Changes Path 1.8 +3 -8 ports/mail/qmail-scanner/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 20:36: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 C17C116A4CE; Mon, 12 Jul 2004 20:36:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAA2543D1F; Mon, 12 Jul 2004 20:36:35 +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 i6CKaZEI030953; Mon, 12 Jul 2004 20:36:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CKaZtd030952; Mon, 12 Jul 2004 20:36:35 GMT (envelope-from pav) Message-Id: <200407122036.i6CKaZtd030952@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 12 Jul 2004 20:36: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/sysutils Makefileports/sysutils/gkrellm-trayicons 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: Mon, 12 Jul 2004 20:36:36 -0000 pav 2004-07-12 20:36:35 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/gkrellm-trayicons Makefile distinfo pkg-descr Log: Add gkrellm-trayicons, a GkrellM2 plugin that displays a variable number of user-defined, automatically scaled icons. The icons may be used either for notification or as application launchers. PR: ports/68918 Submitted by: Tobias Roth Revision Changes Path 1.549 +1 -0 ports/sysutils/Makefile 1.1 +30 -0 ports/sysutils/gkrellm-trayicons/Makefile (new) 1.1 +2 -0 ports/sysutils/gkrellm-trayicons/distinfo (new) 1.1 +5 -0 ports/sysutils/gkrellm-trayicons/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 20:37: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 DA09B16A4CF; Mon, 12 Jul 2004 20:37:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB0F943D55; Mon, 12 Jul 2004 20:37:31 +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 i6CKbVZn031001; Mon, 12 Jul 2004 20:37:31 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CKbVto031000; Mon, 12 Jul 2004 20:37:31 GMT (envelope-from pav) Message-Id: <200407122037.i6CKbVto031000@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 12 Jul 2004 20:37: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, 12 Jul 2004 20:37:32 -0000 pav 2004-07-12 20:37:31 UTC FreeBSD ports repository Modified files: . modules Log: gkrellm-trayicons --> ports/sysutils/gkrellm-trayicons Revision Changes Path 1.10526 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 12 20:42: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 E2C6516A4CE; Mon, 12 Jul 2004 20:42:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C62E943D41; Mon, 12 Jul 2004 20:42: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 i6CKgtmu031222; Mon, 12 Jul 2004 20:42:55 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CKgtVi031221; Mon, 12 Jul 2004 20:42:55 GMT (envelope-from lth) Message-Id: <200407122042.i6CKgtVi031221@repoman.freebsd.org> From: Lars Thegler Date: Mon, 12 Jul 2004 20:42: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/devel/p5-Module-CoreList 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, 12 Jul 2004 20:42:56 -0000 lth 2004-07-12 20:42:55 UTC FreeBSD ports repository Modified files: devel/p5-Module-CoreList Makefile distinfo Log: Update to 1.94 PR: 68957 Approved by: maintainer Revision Changes Path 1.3 +1 -1 ports/devel/p5-Module-CoreList/Makefile 1.4 +2 -2 ports/devel/p5-Module-CoreList/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 12 20:43: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 AAF2416A4D1; Mon, 12 Jul 2004 20:43:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E1B143D1F; Mon, 12 Jul 2004 20:43:03 +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 i6CKh3Yt031276; Mon, 12 Jul 2004 20:43:03 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CKh3In031275; Mon, 12 Jul 2004 20:43:03 GMT (envelope-from glewis) Message-Id: <200407122043.i6CKh3In031275@repoman.freebsd.org> From: Greg Lewis Date: Mon, 12 Jul 2004 20:43: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/itext Makefile ports/devel/smc 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, 12 Jul 2004 20:43:03 -0000 glewis 2004-07-12 20:43:03 UTC FreeBSD ports repository Modified files: devel/itext Makefile devel/smc pkg-plist Log: . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk supports it. Revision Changes Path 1.2 +1 -1 ports/devel/itext/Makefile 1.2 +2 -2 ports/devel/smc/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 12 20: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 1FE8E16A4CF; Mon, 12 Jul 2004 20:48:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18F2243D2F; Mon, 12 Jul 2004 20:48: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 i6CKm2Ds031475; Mon, 12 Jul 2004 20:48:02 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CKm2uZ031474; Mon, 12 Jul 2004 20:48:02 GMT (envelope-from pav) Message-Id: <200407122048.i6CKm2uZ031474@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 12 Jul 2004 20:48: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 Makefile ports/devel/cstringbuffer 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, 12 Jul 2004 20:48:03 -0000 pav 2004-07-12 20:48:02 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/cstringbuffer Makefile distinfo pkg-descr pkg-plist Log: Add cstringbuffer, a library designed to make file I/O to strings easier and more platform-neutral. It performs memory management on strings, as well as permits typical string operations. PR: ports/68898 Submitted by: Mooneer Salem Revision Changes Path 1.1609 +1 -0 ports/devel/Makefile 1.1 +19 -0 ports/devel/cstringbuffer/Makefile (new) 1.1 +2 -0 ports/devel/cstringbuffer/distinfo (new) 1.1 +8 -0 ports/devel/cstringbuffer/pkg-descr (new) 1.1 +4 -0 ports/devel/cstringbuffer/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 20: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 B0DC516A4CE; Mon, 12 Jul 2004 20:49:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A958143D1D; Mon, 12 Jul 2004 20:49:26 +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 i6CKnQn7031543; Mon, 12 Jul 2004 20:49:26 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CKnQ6w031542; Mon, 12 Jul 2004 20:49:26 GMT (envelope-from njl) Message-Id: <200407122049.i6CKnQ6w031542@repoman.freebsd.org> From: Nate Lawson Date: Mon, 12 Jul 2004 20:49:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fdc fdc.c fdc_isa.c fdc_pccard.c fdcvar.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, 12 Jul 2004 20:49:26 -0000 njl 2004-07-12 20:49:26 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc.c fdc_isa.c fdc_pccard.c fdcvar.h Log: Update in preparation for adding the ACPI attachment. * Add an fdtype ivar. This will be the equivalent of fd->type. * Move enabling the FIFO to the end of attach. * Unify reset code into fdc_initial_reset(). * Add fdc_write_ivar(). * Update isa and pccard attachments accordingly. * Set the flags unconditionally in probe since they may be overridden by other probe routines. Both before and now, we're depending on probe being called a final time on the winning driver so the flags we get are the ones we intended. * Use the bus accessor macros instead of defining our own. * Remove duplicate assigns of fd->type. Revision Changes Path 1.277 +71 -45 src/sys/dev/fdc/fdc.c 1.2 +8 -11 src/sys/dev/fdc/fdc_isa.c 1.3 +5 -12 src/sys/dev/fdc/fdc_pccard.c 1.2 +10 -0 src/sys/dev/fdc/fdcvar.h From owner-cvs-all@FreeBSD.ORG Mon Jul 12 20:52: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 E204716A4CE; Mon, 12 Jul 2004 20:52:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C39E243D2D; Mon, 12 Jul 2004 20:52: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 i6CKqkvS031743; Mon, 12 Jul 2004 20:52:46 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CKqk5Q031742; Mon, 12 Jul 2004 20:52:46 GMT (envelope-from pav) Message-Id: <200407122052.i6CKqk5Q031742@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 12 Jul 2004 20:52:46 +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, 12 Jul 2004 20:52:47 -0000 pav 2004-07-12 20:52:46 UTC FreeBSD ports repository Modified files: . modules Log: cstringbuffer --> ports/devel/cstringbuffer Revision Changes Path 1.10527 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 12 20:53: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 CC9CE16A4CE; Mon, 12 Jul 2004 20:53:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE21243D2D; Mon, 12 Jul 2004 20:53: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 i6CKr4W6031786; Mon, 12 Jul 2004 20:53:04 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CKr4GZ031785; Mon, 12 Jul 2004 20:53:04 GMT (envelope-from njl) Message-Id: <200407122053.i6CKr4GZ031785@repoman.freebsd.org> From: Nate Lawson Date: Mon, 12 Jul 2004 20:53: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/acpica acpi_battery.c acpi_cmbat.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: Mon, 12 Jul 2004 20:53:05 -0000 njl 2004-07-12 20:53:04 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_battery.c acpi_cmbat.c acpivar.h Log: Add the ability to detach a battery. Now batteries that are detached are also removed from the battery list. Revision Changes Path 1.9 +16 -0 src/sys/dev/acpica/acpi_battery.c 1.32 +16 -1 src/sys/dev/acpica/acpi_cmbat.c 1.77 +1 -0 src/sys/dev/acpica/acpivar.h From owner-cvs-all@FreeBSD.ORG Mon Jul 12 20:59: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 84EDA16A4CE; Mon, 12 Jul 2004 20:59:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 673F343D1D; Mon, 12 Jul 2004 20:59:56 +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 i6CKxuoQ032048; Mon, 12 Jul 2004 20:59:56 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CKxu8a032047; Mon, 12 Jul 2004 20:59:56 GMT (envelope-from markus) Message-Id: <200407122059.i6CKxu8a032047@repoman.freebsd.org> From: Markus Brueffer Date: Mon, 12 Jul 2004 20:59: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/games/kwappen 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, 12 Jul 2004 20:59:56 -0000 markus 2004-07-12 20:59:56 UTC FreeBSD ports repository Modified files: games/kwappen Makefile distinfo Log: - Unbreak - Distfile rerolled Changes: Only functional change is the removal of an invocation of QMessageBox. Apart from that, some autogenerated files were regenerated. Revision Changes Path 1.8 +0 -2 ports/games/kwappen/Makefile 1.4 +2 -2 ports/games/kwappen/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 12 21: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 B95EA16A4CE; Mon, 12 Jul 2004 21:07:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B219C43D2D; Mon, 12 Jul 2004 21:07:27 +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 i6CL7RLG032433; Mon, 12 Jul 2004 21:07:27 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CL7Rof032432; Mon, 12 Jul 2004 21:07:27 GMT (envelope-from thierry) Message-Id: <200407122107.i6CL7Rof032432@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 12 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/java/poseidon Makefile distinfo pkg-plist pkg-plist.CE pkg-plist.PE pkg-plist.SE ports/java/poseidon/files patch-poseidon.sh poseidonCE.sh.patch poseidonSE.sh.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: Mon, 12 Jul 2004 21:07:27 -0000 thierry 2004-07-12 21:07:27 UTC FreeBSD ports repository Modified files: java/poseidon Makefile distinfo pkg-plist java/poseidon/files patch-poseidon.sh Added files: java/poseidon pkg-plist.CE pkg-plist.PE pkg-plist.SE java/poseidon/files poseidonCE.sh.patch poseidonSE.sh.patch Log: Added support for the Standard Edition and the Professional Edition of Poseidon for UML to the port. It is possible to switch the edition using the knobs POSEIDON_SE=yes for the Standard Edition or POSEIDON_PE=yes for the Professional Edition. The download mechanism also changed. The packages will be fetched automatically from Gentleware's FTP server from now on. PR: ports/68929 Submitted by: maintainer. Revision Changes Path 1.4 +42 -14 ports/java/poseidon/Makefile 1.3 +4 -0 ports/java/poseidon/distinfo 1.2 +1 -8 ports/java/poseidon/files/patch-poseidon.sh 1.1 +9 -0 ports/java/poseidon/files/poseidonCE.sh.patch (new) 1.1 +9 -0 ports/java/poseidon/files/poseidonSE.sh.patch (new) 1.3 +0 -2 ports/java/poseidon/pkg-plist 1.1 +2 -0 ports/java/poseidon/pkg-plist.CE (new) 1.1 +614 -0 ports/java/poseidon/pkg-plist.PE (new) 1.1 +2 -0 ports/java/poseidon/pkg-plist.SE (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 21:07: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 DE77916A4DE; Mon, 12 Jul 2004 21:07:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6F8243D2F; Mon, 12 Jul 2004 21:07: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 i6CL7TXv032514; Mon, 12 Jul 2004 21:07:29 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CL7TX7032513; Mon, 12 Jul 2004 21:07:29 GMT (envelope-from krion) Message-Id: <200407122107.i6CL7TX7032513@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 12 Jul 2004 21:07: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/editors Makefile ports/editors/2bsd-vi Makefile distinfo pkg-descr pkg-plist ports/editors/2bsd-vi/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, 12 Jul 2004 21:07:30 -0000 krion 2004-07-12 21:07:29 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/2bsd-vi Makefile distinfo pkg-descr pkg-plist editors/2bsd-vi/files patch-Makefile Log: Add 2bsd-vi 040605, this is the original BSD vi editor by Bill Joy, unencumbered and updated to build and run on modern systems. PR: ports/68956 Submitted by: David Thiel Revision Changes Path 1.1 +28 -0 ports/editors/2bsd-vi/Makefile (new) 1.1 +2 -0 ports/editors/2bsd-vi/distinfo (new) 1.1 +64 -0 ports/editors/2bsd-vi/files/patch-Makefile (new) 1.1 +11 -0 ports/editors/2bsd-vi/pkg-descr (new) 1.1 +7 -0 ports/editors/2bsd-vi/pkg-plist (new) 1.294 +1 -0 ports/editors/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 21:07: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 02F7C16A4CE; Mon, 12 Jul 2004 21:07:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9BCE43D48; Mon, 12 Jul 2004 21:07: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 i6CL7glt032561; Mon, 12 Jul 2004 21:07:42 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CL7gEG032560; Mon, 12 Jul 2004 21:07:42 GMT (envelope-from krion) Message-Id: <200407122107.i6CL7gEG032560@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 12 Jul 2004 21:07:42 +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, 12 Jul 2004 21:07:43 -0000 krion 2004-07-12 21:07:42 UTC FreeBSD ports repository Modified files: . modules Log: 2bsd-vi --> ports/editors/2bsd-vi Revision Changes Path 1.10528 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 12 21:12: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 3AEFF16A4CE; Mon, 12 Jul 2004 21:12:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D1F743D4C; Mon, 12 Jul 2004 21:12: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 i6CLCBam032732; Mon, 12 Jul 2004 21:12:11 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CLCAtX032731; Mon, 12 Jul 2004 21:12:11 GMT (envelope-from krion) Message-Id: <200407122112.i6CLCAtX032731@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 12 Jul 2004 21:12: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/freebsd-update 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, 12 Jul 2004 21:12:11 -0000 krion 2004-07-12 21:12:10 UTC FreeBSD ports repository Modified files: security/freebsd-update Makefile distinfo Log: Update to 1.6 PR: ports/68960 Submitted by: maintainer Revision Changes Path 1.12 +4 -6 ports/security/freebsd-update/Makefile 1.6 +2 -2 ports/security/freebsd-update/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 12 21:15: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 4367216A4CE; Mon, 12 Jul 2004 21:15:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 265AF43D2D; Mon, 12 Jul 2004 21:15: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 i6CLF2rU032828; Mon, 12 Jul 2004 21:15:02 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CLF228032827; Mon, 12 Jul 2004 21:15:02 GMT (envelope-from krion) Message-Id: <200407122115.i6CLF228032827@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 12 Jul 2004 21:15: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/deskutils/drivel 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, 12 Jul 2004 21:15:04 -0000 krion 2004-07-12 21:15:02 UTC FreeBSD ports repository Modified files: deskutils/drivel Makefile distinfo pkg-plist Log: Update to 1.0.2 PR: ports/68958 Submitted by: maintainer Revision Changes Path 1.5 +1 -2 ports/deskutils/drivel/Makefile 1.2 +2 -2 ports/deskutils/drivel/distinfo 1.3 +23 -0 ports/deskutils/drivel/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 12 21: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 2428216A4CE; Mon, 12 Jul 2004 21:15:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0712F43D3F; Mon, 12 Jul 2004 21:15: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 i6CLFarH032919; Mon, 12 Jul 2004 21:15:36 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CLFaJE032918; Mon, 12 Jul 2004 21:15:36 GMT (envelope-from njl) Message-Id: <200407122115.i6CLFaJE032918@repoman.freebsd.org> From: Nate Lawson Date: Mon, 12 Jul 2004 21:15: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/fdc fdc_isa.c fdc_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: Mon, 12 Jul 2004 21:15:37 -0000 njl 2004-07-12 21:15:36 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc_isa.c fdc_pccard.c Log: Remove unnecessary softc bzero calls. Revision Changes Path 1.3 +0 -1 src/sys/dev/fdc/fdc_isa.c 1.4 +0 -1 src/sys/dev/fdc/fdc_pccard.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 21:17: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 DB81516A4CE; Mon, 12 Jul 2004 21:17:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE38B43D1F; Mon, 12 Jul 2004 21:17:51 +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 i6CLHpue032997; Mon, 12 Jul 2004 21:17:51 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CLHpUf032996; Mon, 12 Jul 2004 21:17:51 GMT (envelope-from cognet) Message-Id: <200407122117.i6CLHpUf032996@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 12 Jul 2004 21:17: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/arm/include kdb.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, 12 Jul 2004 21:17:52 -0000 cognet 2004-07-12 21:17:51 UTC FreeBSD src repository Added files: sys/arm/include kdb.h Log: Import a kdb.h for arm, which contains stubs right now. Revision Changes Path 1.1 +50 -0 src/sys/arm/include/kdb.h (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 21:18: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 3AF9B16A4CE; Mon, 12 Jul 2004 21:18:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CEAE43D3F; Mon, 12 Jul 2004 21:18:31 +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 i6CLIVuT033050; Mon, 12 Jul 2004 21:18:31 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CLIUj1033049; Mon, 12 Jul 2004 21:18:30 GMT (envelope-from cognet) Message-Id: <200407122118.i6CLIUj1033049@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 12 Jul 2004 21:18: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/arm/include bus_memio.h bus_pio.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, 12 Jul 2004 21:18:31 -0000 cognet 2004-07-12 21:18:30 UTC FreeBSD src repository Added files: sys/arm/include bus_memio.h bus_pio.h Log: Import bus_memio.h and bus_pio.h for arm. Revision Changes Path 1.1 +33 -0 src/sys/arm/include/bus_memio.h (new) 1.1 +33 -0 src/sys/arm/include/bus_pio.h (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 21:19: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 CE75416A4CE; Mon, 12 Jul 2004 21:19:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1DE043D1F; Mon, 12 Jul 2004 21:19: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 i6CLJMSa033098; Mon, 12 Jul 2004 21:19:22 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CLJMX7033097; Mon, 12 Jul 2004 21:19:22 GMT (envelope-from cognet) Message-Id: <200407122119.i6CLJMX7033097@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 12 Jul 2004 21: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/arm/include pcb.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, 12 Jul 2004 21:19:23 -0000 cognet 2004-07-12 21:19:22 UTC FreeBSD src repository Modified files: sys/arm/include pcb.h Log: Prototype makectx(). Revision Changes Path 1.2 +2 -0 src/sys/arm/include/pcb.h From owner-cvs-all@FreeBSD.ORG Mon Jul 12 21:19: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 D3C5316A4D0; Mon, 12 Jul 2004 21:19:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B55DB43D41; Mon, 12 Jul 2004 21:19:43 +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 i6CLJhmd033133; Mon, 12 Jul 2004 21:19:43 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CLJhY6033132; Mon, 12 Jul 2004 21:19:43 GMT (envelope-from cognet) Message-Id: <200407122119.i6CLJhY6033132@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 12 Jul 2004 21:19: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/arm/arm 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, 12 Jul 2004 21:19:43 -0000 cognet 2004-07-12 21:19:43 UTC FreeBSD src repository Modified files: sys/arm/arm machdep.c Log: Implement makectx(). Revision Changes Path 1.2 +19 -0 src/sys/arm/arm/machdep.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 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 C90DB16A4CE; Mon, 12 Jul 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 AB36D43D39; Mon, 12 Jul 2004 21:20:38 +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 i6CLKcQv033284; Mon, 12 Jul 2004 21:20:38 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CLKcxL033283; Mon, 12 Jul 2004 21:20:38 GMT (envelope-from cognet) Message-Id: <200407122120.i6CLKcxL033283@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 12 Jul 2004 21:20: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/arm/include cpufunc.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, 12 Jul 2004 21:20:38 -0000 cognet 2004-07-12 21:20:38 UTC FreeBSD src repository Modified files: sys/arm/include cpufunc.h Log: Implement a stub breakpoint(). Revision Changes Path 1.2 +5 -0 src/sys/arm/include/cpufunc.h From owner-cvs-all@FreeBSD.ORG Mon Jul 12 21:21: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 E722E16A4CE; Mon, 12 Jul 2004 21:21:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E030143D2F; Mon, 12 Jul 2004 21:21:14 +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 i6CLLEL1033371; Mon, 12 Jul 2004 21:21:14 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CLLEDM033370; Mon, 12 Jul 2004 21:21:14 GMT (envelope-from pav) Message-Id: <200407122121.i6CLLEDM033370@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 12 Jul 2004 21:21: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/x11 Makefile ports/x11/fbpanel Makefile distinfo pkg-descr pkg-plist ports/x11/fbpanel/files patch-Makefile patch-Makefile.common patch-default.cfg X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 21:21:15 -0000 pav 2004-07-12 21:21:14 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/fbpanel Makefile distinfo pkg-descr pkg-plist x11/fbpanel/files patch-Makefile patch-Makefile.common patch-default.cfg Log: Add fbpanel, a lightweight, netwm compliant desktop panel. It includes taskbar, pager, launchbar and more. Works nicely with Metacity, kwm, xfce4... PR: ports/68917 Submitted by: Tobias Roth Revision Changes Path 1.523 +1 -0 ports/x11/Makefile 1.1 +27 -0 ports/x11/fbpanel/Makefile (new) 1.1 +2 -0 ports/x11/fbpanel/distinfo (new) 1.1 +13 -0 ports/x11/fbpanel/files/patch-Makefile (new) 1.1 +14 -0 ports/x11/fbpanel/files/patch-Makefile.common (new) 1.1 +15 -0 ports/x11/fbpanel/files/patch-default.cfg (new) 1.1 +12 -0 ports/x11/fbpanel/pkg-descr (new) 1.1 +15 -0 ports/x11/fbpanel/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 21: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 6286216A4CE; Mon, 12 Jul 2004 21:22:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4416743D31; Mon, 12 Jul 2004 21:22:38 +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 i6CLMcLB033464; Mon, 12 Jul 2004 21:22:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CLMcHN033463; Mon, 12 Jul 2004 21:22:38 GMT (envelope-from pav) Message-Id: <200407122122.i6CLMcHN033463@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 12 Jul 2004 21:22: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: Mon, 12 Jul 2004 21:22:38 -0000 pav 2004-07-12 21:22:38 UTC FreeBSD ports repository Modified files: . modules Log: fbpanel --> ports/x11/fbpanel Revision Changes Path 1.10529 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 12 21:22: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 7922916A4CF; Mon, 12 Jul 2004 21:22:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A79A43D31; Mon, 12 Jul 2004 21:22:40 +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 i6CLMejZ033494; Mon, 12 Jul 2004 21:22:40 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CLMeQP033493; Mon, 12 Jul 2004 21:22:40 GMT (envelope-from cognet) Message-Id: <200407122122.i6CLMeQP033493@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 12 Jul 2004 21:22:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/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: Mon, 12 Jul 2004 21:22:40 -0000 cognet 2004-07-12 21:22:40 UTC FreeBSD src repository Modified files: sys/arm/include pmap.h Log: Forward declare "struct pcb", so that one does not need to include before including . Revision Changes Path 1.2 +2 -0 src/sys/arm/include/pmap.h From owner-cvs-all@FreeBSD.ORG Mon Jul 12 21: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 0637016A4CE; Mon, 12 Jul 2004 21:22:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB47E43D2D; Mon, 12 Jul 2004 21:22:54 +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 i6CLMsO4033545; Mon, 12 Jul 2004 21:22:54 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CLMslF033544; Mon, 12 Jul 2004 21:22:54 GMT (envelope-from glewis) Message-Id: <200407122122.i6CLMslF033544@repoman.freebsd.org> From: Greg Lewis Date: Mon, 12 Jul 2004 21:22: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/graphics/jpatch Makefile ports/graphics/tintfu 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, 12 Jul 2004 21:22:55 -0000 glewis 2004-07-12 21:22:54 UTC FreeBSD ports repository Modified files: graphics/jpatch Makefile graphics/tintfu Makefile Log: . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk supports it. Revision Changes Path 1.2 +1 -1 ports/graphics/jpatch/Makefile 1.2 +1 -1 ports/graphics/tintfu/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 21: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 7C9E616A4CE; Mon, 12 Jul 2004 21:23:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EB8E43D2D; Mon, 12 Jul 2004 21:23:58 +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 i6CLNwA7033595; Mon, 12 Jul 2004 21:23:58 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CLNwxY033594; Mon, 12 Jul 2004 21:23:58 GMT (envelope-from cognet) Message-Id: <200407122123.i6CLNwxY033594@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 12 Jul 2004 21:23: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/arm/include setjmp.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, 12 Jul 2004 21:23:58 -0000 cognet 2004-07-12 21:23:58 UTC FreeBSD src repository Modified files: sys/arm/include setjmp.h Log: Protect setjmp.h with #ifndef _MACHINE_SETJMP_H_. Revision Changes Path 1.2 +3 -0 src/sys/arm/include/setjmp.h From owner-cvs-all@FreeBSD.ORG Mon Jul 12 21: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 A197416A4CE; Mon, 12 Jul 2004 21:24:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83E2743D1F; Mon, 12 Jul 2004 21:24:21 +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 i6CLOL6M033633; Mon, 12 Jul 2004 21:24:21 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CLOLF5033632; Mon, 12 Jul 2004 21:24:21 GMT (envelope-from cognet) Message-Id: <200407122124.i6CLOLF5033632@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 12 Jul 2004 21:24: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/arm/include frame.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, 12 Jul 2004 21:24:21 -0000 cognet 2004-07-12 21:24:21 UTC FreeBSD src repository Modified files: sys/arm/include frame.h Log: Remove the kbd_trap() declaration. Revision Changes Path 1.2 +0 -2 src/sys/arm/include/frame.h From owner-cvs-all@FreeBSD.ORG Mon Jul 12 21: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 E915616A4CE; Mon, 12 Jul 2004 21:25:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC27C43D2D; Mon, 12 Jul 2004 21:25:01 +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 i6CLP1bx033704; Mon, 12 Jul 2004 21:25:01 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CLP1I2033703; Mon, 12 Jul 2004 21:25:01 GMT (envelope-from cognet) Message-Id: <200407122125.i6CLP1I2033703@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 12 Jul 2004 21:25: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/arm/include db_machdep.h src/sys/arm/arm db_interface.c db_trace.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 21:25:02 -0000 cognet 2004-07-12 21:25:01 UTC FreeBSD src repository Modified files: sys/arm/include db_machdep.h sys/arm/arm db_interface.c db_trace.c Log: Update to kdb. Revision Changes Path 1.2 +31 -133 src/sys/arm/arm/db_interface.c 1.2 +13 -4 src/sys/arm/arm/db_trace.c 1.2 +2 -6 src/sys/arm/include/db_machdep.h From owner-cvs-all@FreeBSD.ORG Mon Jul 12 21: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 1AE6A16A4CE; Mon, 12 Jul 2004 21:42:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F215043D39; Mon, 12 Jul 2004 21:42:33 +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 i6CLgXlJ034304; Mon, 12 Jul 2004 21:42:33 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CLgXhR034303; Mon, 12 Jul 2004 21:42:33 GMT (envelope-from dwmalone) Message-Id: <200407122142.i6CLgXhR034303@repoman.freebsd.org> From: David Malone Date: Mon, 12 Jul 2004 21: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/sys/kern uipc_socket.c src/sys/nfsclient nfs_socket.c 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: Mon, 12 Jul 2004 21:42:34 -0000 dwmalone 2004-07-12 21:42:33 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c sys/nfsclient nfs_socket.c sys/sys socketvar.h Log: Rename Alfred's kern_setsockopt to so_setsockopt, as this seems a a better name. I have a kern_[sg]etsockopt which I plan to commit shortly, but the arguments to these function will be quite different from so_setsockopt. Approved by: alfred Revision Changes Path 1.203 +1 -1 src/sys/kern/uipc_socket.c 1.113 +2 -2 src/sys/nfsclient/nfs_socket.c 1.133 +2 -2 src/sys/sys/socketvar.h From owner-cvs-all@FreeBSD.ORG Mon Jul 12 21:58: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 76EEB16A4CE; Mon, 12 Jul 2004 21:58:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59C1F43D39; Mon, 12 Jul 2004 21:58:13 +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 i6CLwDvm034728; Mon, 12 Jul 2004 21:58:13 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CLwDud034727; Mon, 12 Jul 2004 21:58:13 GMT (envelope-from simon) Message-Id: <200407122158.i6CLwDud034727@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Mon, 12 Jul 2004 21:58:13 +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 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, 12 Jul 2004 21:58:13 -0000 simon 2004-07-12 21:58:13 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook Makefile Log: - Make decencies work for the Glossary, so the Handbook is rebuild when the Glossary is updated. - While I'm here; sort a SRCS entry missed in revision 1.86. Prodded by: ceri [1] Revision Changes Path 1.88 +4 -2 doc/en_US.ISO8859-1/books/handbook/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 21:59: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 C36FB16A4CE; Mon, 12 Jul 2004 21:59:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6CC843D31; Mon, 12 Jul 2004 21:59:06 +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 i6CLx6xd034762; Mon, 12 Jul 2004 21:59:06 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CLx63P034761; Mon, 12 Jul 2004 21:59:06 GMT (envelope-from imp) Message-Id: <200407122159.i6CLx63P034761@repoman.freebsd.org> From: Warner Losh Date: Mon, 12 Jul 2004 21:59: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/modules/usb 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, 12 Jul 2004 21:59:07 -0000 imp 2004-07-12 21:59:06 UTC FreeBSD src repository Modified files: sys/modules/usb Makefile Log: Remove stray line with just a tab Remove usbdevs_data.h, it isn't used by the module Noticed by: Pawel Worach Revision Changes Path 1.15 +2 -2 src/sys/modules/usb/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22:05: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 3FB4216A4CE; Mon, 12 Jul 2004 22:05:54 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC47243D2D; Mon, 12 Jul 2004 22:05:53 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 36CDF11A00; Tue, 13 Jul 2004 00:05:53 +0200 (CEST) Date: Tue, 13 Jul 2004 00:05:53 +0200 From: "Simon L. Nielsen" To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040712220552.GG754@zaphod.nitro.dk> References: <200407122158.i6CLwDud034727@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="S5HS5MvDw4DmbRmb" Content-Disposition: inline In-Reply-To: <200407122158.i6CLwDud034727@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook 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, 12 Jul 2004 22:05:54 -0000 --S5HS5MvDw4DmbRmb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.07.12 21:58:13 +0000, Simon L. Nielsen wrote: > simon 2004-07-12 21:58:13 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > en_US.ISO8859-1/books/handbook Makefile=20 > Log: > - Make decencies work for the Glossary, so the Handbook is rebuild > when the Glossary is updated. Ehh, this commmit also fixes the dependencies... :-) --=20 Simon L. Nielsen FreeBSD Documentation Team --S5HS5MvDw4DmbRmb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA8wtAh9pcDSc1mlERAl0zAKCwpuI3BzodfNSxEvgfLo4Ouo9MHQCgv41K HNcPguMEIik5IxwF35kkc1Q= =/Sj+ -----END PGP SIGNATURE----- --S5HS5MvDw4DmbRmb-- From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22: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 6B9C516A4CE; Mon, 12 Jul 2004 22:13:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EACE43D45; Mon, 12 Jul 2004 22:13:27 +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 i6CMDRKt035196; Mon, 12 Jul 2004 22:13:27 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMDRQt035195; Mon, 12 Jul 2004 22:13:27 GMT (envelope-from grehan) Message-Id: <200407122213.i6CMDRQt035195@repoman.freebsd.org> From: Peter Grehan Date: Mon, 12 Jul 2004 22:13:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.powerpc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 22:13:27 -0000 grehan 2004-07-12 22:13:27 UTC FreeBSD src repository Modified files: sys/conf files.powerpc Log: db_memrw.c has been subsumed into db_interface.c ala sparc64 Revision Changes Path 1.39 +0 -1 src/sys/conf/files.powerpc From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22: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 D0DB716A4CE; Mon, 12 Jul 2004 22:14:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2EB643D41; Mon, 12 Jul 2004 22:14:21 +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 i6CMELNh035239; Mon, 12 Jul 2004 22:14:21 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMELoC035238; Mon, 12 Jul 2004 22:14:21 GMT (envelope-from grehan) Message-Id: <200407122214.i6CMELoC035238@repoman.freebsd.org> From: Peter Grehan Date: Mon, 12 Jul 2004 22:14: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/powerpc/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 22:14:22 -0000 grehan 2004-07-12 22:14:21 UTC FreeBSD src repository Modified files: sys/powerpc/conf GENERIC Log: Add new KDB option, and also drop in long-held fxp/dc eth drivers. Revision Changes Path 1.36 +4 -1 src/sys/powerpc/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22:15: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 6B24B16A4CE; Mon, 12 Jul 2004 22:15:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C62A43D39; Mon, 12 Jul 2004 22:15:03 +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 i6CMF3V1035285; Mon, 12 Jul 2004 22:15:03 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMF305035284; Mon, 12 Jul 2004 22:15:03 GMT (envelope-from grehan) Message-Id: <200407122215.i6CMF305035284@repoman.freebsd.org> From: Peter Grehan Date: Mon, 12 Jul 2004 22:15: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/powerpc/include kdb.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, 12 Jul 2004 22:15:03 -0000 grehan 2004-07-12 22:15:03 UTC FreeBSD src repository Added files: sys/powerpc/include kdb.h Log: kdb.h for PowerPC. Stubs for now. Revision Changes Path 1.1 +49 -0 src/sys/powerpc/include/kdb.h (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22: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 B35FB16A4CE; Mon, 12 Jul 2004 22:16:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9568B43D5D; Mon, 12 Jul 2004 22:16: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 i6CMG4JO035397; Mon, 12 Jul 2004 22:16:04 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMG4NH035396; Mon, 12 Jul 2004 22:16:04 GMT (envelope-from grehan) Message-Id: <200407122216.i6CMG4NH035396@repoman.freebsd.org> From: Peter Grehan Date: Mon, 12 Jul 2004 22:16: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/powerpc/include cpufunc.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, 12 Jul 2004 22:16:04 -0000 grehan 2004-07-12 22:16:04 UTC FreeBSD src repository Modified files: sys/powerpc/include cpufunc.h Log: DDB -> KDB, and rename low-level trap handler to avoid name conflict. Revision Changes Path 1.20 +4 -4 src/sys/powerpc/include/cpufunc.h From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22:16: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 D1A1616A4CE; Mon, 12 Jul 2004 22:16:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B119343D5F; Mon, 12 Jul 2004 22:16:50 +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 i6CMGorf035445; Mon, 12 Jul 2004 22:16:50 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMGoXv035444; Mon, 12 Jul 2004 22:16:50 GMT (envelope-from grehan) Message-Id: <200407122216.i6CMGoXv035444@repoman.freebsd.org> From: Peter Grehan Date: Mon, 12 Jul 2004 22:16: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/powerpc/include db_machdep.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, 12 Jul 2004 22:16:51 -0000 grehan 2004-07-12 22:16:50 UTC FreeBSD src repository Modified files: sys/powerpc/include db_machdep.h Log: Remove old NetBSD-derived unused code and stuff that is now obsolete due to KDB. Revision Changes Path 1.6 +12 -33 src/sys/powerpc/include/db_machdep.h From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22:17: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 38A9816A4CE; Mon, 12 Jul 2004 22:17:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B70D43D48; Mon, 12 Jul 2004 22:17:21 +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 i6CMHLCs035483; Mon, 12 Jul 2004 22:17:21 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMHKvQ035482; Mon, 12 Jul 2004 22:17:20 GMT (envelope-from grehan) Message-Id: <200407122217.i6CMHKvQ035482@repoman.freebsd.org> From: Peter Grehan Date: Mon, 12 Jul 2004 22:17: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/powerpc/include pcb.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, 12 Jul 2004 22:17:21 -0000 grehan 2004-07-12 22:17:20 UTC FreeBSD src repository Modified files: sys/powerpc/include pcb.h Log: Add prototype for KDB's makectx routine Revision Changes Path 1.8 +2 -0 src/sys/powerpc/include/pcb.h From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22:18: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 0D1F616A4CE; Mon, 12 Jul 2004 22:18:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E392543D49; Mon, 12 Jul 2004 22:18:01 +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 i6CMI1ro035542; Mon, 12 Jul 2004 22:18:01 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMI1U3035541; Mon, 12 Jul 2004 22:18:01 GMT (envelope-from glewis) Message-Id: <200407122218.i6CMI1U3035541@repoman.freebsd.org> From: Greg Lewis Date: Mon, 12 Jul 2004 22:18: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/java/jlex 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, 12 Jul 2004 22:18:02 -0000 glewis 2004-07-12 22:18:01 UTC FreeBSD ports repository Modified files: java/jlex Makefile Log: . No need to add JAVAJARDIR to PLIST_SUB anymore as bsd.java.mk does it. Revision Changes Path 1.12 +0 -1 ports/java/jlex/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22:18: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 A7A6416A4CF; Mon, 12 Jul 2004 22:18:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8983943D54; Mon, 12 Jul 2004 22:18:02 +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 i6CMI2aE035571; Mon, 12 Jul 2004 22:18:02 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMI259035570; Mon, 12 Jul 2004 22:18:02 GMT (envelope-from grehan) Message-Id: <200407122218.i6CMI259035570@repoman.freebsd.org> From: Peter Grehan Date: Mon, 12 Jul 2004 22:18: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/powerpc/include pcpu.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, 12 Jul 2004 22:18:02 -0000 grehan 2004-07-12 22:18:02 UTC FreeBSD src repository Modified files: sys/powerpc/include pcpu.h Log: Gratuitous namechange to avoid low-level association with ddb. Revision Changes Path 1.22 +1 -1 src/sys/powerpc/include/pcpu.h From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22:20: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 F2A4F16A4CE; Mon, 12 Jul 2004 22:20:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4ED243D48; Mon, 12 Jul 2004 22:20:01 +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 i6CMK1tF035641; Mon, 12 Jul 2004 22:20:01 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMK1iK035640; Mon, 12 Jul 2004 22:20:01 GMT (envelope-from grehan) Message-Id: <200407122220.i6CMK1iK035640@repoman.freebsd.org> From: Peter Grehan Date: Mon, 12 Jul 2004 22:20: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/powerpc/powerpc db_interface.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 22:20:02 -0000 grehan 2004-07-12 22:20:01 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc db_interface.c Log: Remove unused NetBSD code. Bring mem r/w routines into here in line with sparc64, although keep the size deref checks: they are useful when accessing PCI space where some devices may not implement byte access. Revision Changes Path 1.4 +61 -341 src/sys/powerpc/powerpc/db_interface.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22:21: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 3882016A4CE; Mon, 12 Jul 2004 22:21:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B6E543D41; Mon, 12 Jul 2004 22:21:35 +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 i6CMLY8I035769; Mon, 12 Jul 2004 22:21:35 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMLYtD035768; Mon, 12 Jul 2004 22:21:34 GMT (envelope-from grehan) Message-Id: <200407122221.i6CMLYtD035768@repoman.freebsd.org> From: Peter Grehan Date: Mon, 12 Jul 2004 22:21: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/powerpc/powerpc db_trace.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 22:21:35 -0000 grehan 2004-07-12 22:21:34 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc db_trace.c Log: Bring into line with KDB. Bring in NetBSD updates for backtrace routine, although it really needs a decent re-work. Revision Changes Path 1.4 +155 -149 src/sys/powerpc/powerpc/db_trace.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22:21: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 D442A16A4DF; Mon, 12 Jul 2004 22:21:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5A6043D1D; Mon, 12 Jul 2004 22:21: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 i6CMLpMD035858; Mon, 12 Jul 2004 22:21:51 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMLphA035856; Mon, 12 Jul 2004 22:21:51 GMT (envelope-from glewis) Message-Id: <200407122221.i6CMLphA035856@repoman.freebsd.org> From: Greg Lewis Date: Mon, 12 Jul 2004 22: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/java/gnu-regexp Makefile ports/java/java-getopt Makefile ports/java/jcalendar 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, 12 Jul 2004 22:21:52 -0000 glewis 2004-07-12 22:21:51 UTC FreeBSD ports repository Modified files: java/gnu-regexp Makefile java/java-getopt Makefile java/jcalendar Makefile Log: . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it. Revision Changes Path 1.10 +1 -1 ports/java/gnu-regexp/Makefile 1.3 +1 -1 ports/java/java-getopt/Makefile 1.2 +2 -2 ports/java/jcalendar/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22: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 8C77616A4CE; Mon, 12 Jul 2004 22:22:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EC8743D31; Mon, 12 Jul 2004 22:22:09 +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 i6CMM9FB035893; Mon, 12 Jul 2004 22:22:09 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMM9xD035892; Mon, 12 Jul 2004 22:22:09 GMT (envelope-from grehan) Message-Id: <200407122222.i6CMM9xD035892@repoman.freebsd.org> From: Peter Grehan Date: Mon, 12 Jul 2004 22:22: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/powerpc/powerpc genassym.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 22:22:09 -0000 grehan 2004-07-12 22:22:09 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc genassym.c Log: Catch up with gratuitous ddb -> db renaming Revision Changes Path 1.53 +1 -1 src/sys/powerpc/powerpc/genassym.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22:22: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 55C0016A4D2; Mon, 12 Jul 2004 22:22:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3784D43D41; Mon, 12 Jul 2004 22:22:54 +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 i6CMMsKV035932; Mon, 12 Jul 2004 22:22:54 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMMsYZ035931; Mon, 12 Jul 2004 22:22:54 GMT (envelope-from grehan) Message-Id: <200407122222.i6CMMsYZ035931@repoman.freebsd.org> From: Peter Grehan Date: Mon, 12 Jul 2004 22:22: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/powerpc/powerpc locore.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 22:22:54 -0000 grehan 2004-07-12 22:22:54 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc locore.S Log: No need for ddb option. Never a need for ipkdb option. Revision Changes Path 1.18 +0 -2 src/sys/powerpc/powerpc/locore.S From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22:25: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 0EAF616A4CF; Mon, 12 Jul 2004 22:25:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E37B543D46; Mon, 12 Jul 2004 22:25:09 +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 i6CMP92f035995; Mon, 12 Jul 2004 22:25:09 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMP9vC035994; Mon, 12 Jul 2004 22:25:09 GMT (envelope-from grehan) Message-Id: <200407122225.i6CMP9vC035994@repoman.freebsd.org> From: Peter Grehan Date: Mon, 12 Jul 2004 22:25: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/powerpc/powerpc 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, 12 Jul 2004 22:25:10 -0000 grehan 2004-07-12 22:25:09 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc machdep.c Log: - DDB -> KDB, with kdb routines - ddb -> db for low-level trapcode - implement makectx. I think it only matters that the stack is setup correctly. - bring over ddb_trap_glue and rename to db_trap_glue Revision Changes Path 1.70 +54 -23 src/sys/powerpc/powerpc/machdep.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22:25: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 7E6C316A506; Mon, 12 Jul 2004 22:25:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B6AE43D54; Mon, 12 Jul 2004 22:25:11 +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 i6CMPBaM036020; Mon, 12 Jul 2004 22:25:11 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMPB0p036019; Mon, 12 Jul 2004 22:25:11 GMT (envelope-from simon) Message-Id: <200407122225.i6CMPB0p036019@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Mon, 12 Jul 2004 22:25: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/en_US.ISO8859-1/articles/ipsec-must 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, 12 Jul 2004 22:25:24 -0000 simon 2004-07-12 22:25:11 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/ipsec-must article.sgml Log: Add an id attributes to the sect1 tags that does not have one already. This fixes filenames like x31.html, which is generated in html-split mode, that somebody will end up linking to at some point. Revision Changes Path 1.13 +3 -3 doc/en_US.ISO8859-1/articles/ipsec-must/article.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22: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 31FA016A4CE; Mon, 12 Jul 2004 22:26:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1411F43D39; Mon, 12 Jul 2004 22:26:21 +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 i6CMQKQj036144; Mon, 12 Jul 2004 22:26:20 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMQK4b036143; Mon, 12 Jul 2004 22:26:20 GMT (envelope-from grehan) Message-Id: <200407122226.i6CMQK4b036143@repoman.freebsd.org> From: Peter Grehan Date: Mon, 12 Jul 2004 22:26:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/powerpc trap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 22:26:21 -0000 grehan 2004-07-12 22:26:20 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc trap.c Log: Bring into KDB new order. Revision Changes Path 1.46 +6 -9 src/sys/powerpc/powerpc/trap.c From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22:31: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 DCC1416A4D4; Mon, 12 Jul 2004 22:31:49 +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 83F8443D2D; Mon, 12 Jul 2004 22:31:49 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.34; FreeBSD) id 1Bk9Ku-000HG0-RX; Mon, 12 Jul 2004 23:31:48 +0100 Date: Mon, 12 Jul 2004 23:31:48 +0100 From: Ceri Davies To: "Simon L. Nielsen" Message-ID: <20040712223148.GR29928@submonkey.net> Mail-Followup-To: Ceri Davies , "Simon L. Nielsen" , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <200407122158.i6CLwDud034727@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HZmXSWY/1Xf1kK7R" Content-Disposition: inline In-Reply-To: <200407122158.i6CLwDud034727@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies 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/handbook 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, 12 Jul 2004 22:31:50 -0000 --HZmXSWY/1Xf1kK7R Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 12, 2004 at 09:58:13PM +0000, Simon L. Nielsen wrote: > simon 2004-07-12 21:58:13 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > en_US.ISO8859-1/books/handbook Makefile=20 > Log: > - Make decencies work for the Glossary, so the Handbook is rebuild > when the Glossary is updated. > - While I'm here; sort a SRCS entry missed in revision 1.86. > =20 > Prodded by: ceri [1] Thank you! > | @@ -188,7 +191,6 @@ SYMLINKS=3D ${DESTDIR} index.html handbook > | CHAPTERS?=3D ${SRCS:M*chapter.sgml} > | =20 > | SGMLFLAGS+=3D ${CHAPTERS:S/\/chapter.sgml//:S/^/-i chap./} > | -SGMLFLAGS+=3D -i chap.freebsd-glossary > | =20 > | # XXX The Handbook build currently overflows some internal, hardcoded= =20 > | # limits in pdftex. Until we split the Handbook up, build the PDF=20 You realise that you just turned it off again? Ceri --=20 It is not tinfoil, it is my new skin. I am a robot. --HZmXSWY/1Xf1kK7R Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA8xFUocfcwTS3JF8RAiNBAKCdmKuoFr7afAFdtrH5RH6bBIJhWwCgn8+u OKPTcpB+m9If1RoPubEsV+A= =N2QC -----END PGP SIGNATURE----- --HZmXSWY/1Xf1kK7R-- From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22: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 7747316A4CE; Mon, 12 Jul 2004 22:32:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58DE643D1D; Mon, 12 Jul 2004 22:32:08 +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 i6CMW8iC036316; Mon, 12 Jul 2004 22:32:08 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMW8Fq036315; Mon, 12 Jul 2004 22:32:08 GMT (envelope-from grehan) Message-Id: <200407122232.i6CMW8Fq036315@repoman.freebsd.org> From: Peter Grehan Date: Mon, 12 Jul 2004 22:32: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/powerpc trap_subr.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Jul 2004 22:32:08 -0000 grehan 2004-07-12 22:32:08 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc trap_subr.S Log: Rename low-level code ddb -> db. Use KDB instead of DDB. Fix bug in setup of stack frame where 8 bytes wasn't being saved for the callee's frame pointer and saved LR. Revision Changes Path 1.11 +37 -37 src/sys/powerpc/powerpc/trap_subr.S From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22:41: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 D90DF16A4CE; Mon, 12 Jul 2004 22:41:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9F0143D48; Mon, 12 Jul 2004 22:41: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 i6CMf4aL036627; Mon, 12 Jul 2004 22:41:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMf42L036626; Mon, 12 Jul 2004 22:41:04 GMT (envelope-from pav) Message-Id: <200407122241.i6CMf42L036626@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 12 Jul 2004 22:41: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/trac 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, 12 Jul 2004 22:41:05 -0000 pav 2004-07-12 22:41:04 UTC FreeBSD ports repository Modified files: www/trac Makefile distinfo pkg-plist Log: - Update to 0.7.1 PR: ports/68883 Submitted by: thinker@branda.to (maintainer) Revision Changes Path 1.2 +1 -1 ports/www/trac/Makefile 1.2 +2 -2 ports/www/trac/distinfo 1.2 +77 -7 ports/www/trac/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22: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 BA82016A4CE; Mon, 12 Jul 2004 22:48:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CB8343D5C; Mon, 12 Jul 2004 22:48:27 +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 i6CMmRPY036810; Mon, 12 Jul 2004 22:48:27 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMmRDp036809; Mon, 12 Jul 2004 22:48:27 GMT (envelope-from glewis) Message-Id: <200407122248.i6CMmRDp036809@repoman.freebsd.org> From: Greg Lewis Date: Mon, 12 Jul 2004 22:48: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/dtd2relax 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, 12 Jul 2004 22:48:27 -0000 glewis 2004-07-12 22:48:27 UTC FreeBSD ports repository Modified files: textproc/dtd2relax Makefile pkg-plist Log: . Respect NOPORTDOCS. . Use PORTDOCS to simplify the packing list. . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it. Revision Changes Path 1.4 +5 -0 ports/textproc/dtd2relax/Makefile 1.3 +6 -12 ports/textproc/dtd2relax/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22:48: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 B381216A4CE; Mon, 12 Jul 2004 22:48:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94F0B43D41; Mon, 12 Jul 2004 22:48:50 +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 i6CMmoGe036844; Mon, 12 Jul 2004 22:48:50 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMmonC036843; Mon, 12 Jul 2004 22:48:50 GMT (envelope-from linimon) Message-Id: <200407122248.i6CMmonC036843@repoman.freebsd.org> From: Mark Linimon Date: Mon, 12 Jul 2004 22:48: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 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, 12 Jul 2004 22:48:50 -0000 linimon 2004-07-12 22:48:50 UTC FreeBSD doc repository Modified files: en support.sgml Log: Remove the text about user groups and point to the new file usergroups.html which is where the old text now resides after a repocopy. Revision Changes Path 1.340 +2 -673 www/en/support.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22: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 DB3F916A4CF; Mon, 12 Jul 2004 22:49:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE4EC43D5C; Mon, 12 Jul 2004 22:49:18 +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 i6CMnINe036878; Mon, 12 Jul 2004 22:49:18 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMnIs1036877; Mon, 12 Jul 2004 22:49:18 GMT (envelope-from simon) Message-Id: <200407122249.i6CMnIs1036877@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Mon, 12 Jul 2004 22:49:18 +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 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, 12 Jul 2004 22:49:19 -0000 simon 2004-07-12 22:49:18 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook Makefile Log: Actually include the glossary again... it is not included automatically since since the generic make variable only add real chapters that are called "chapter.sgml". Pointy hat to: simon Noticed by: ceri Revision Changes Path 1.89 +1 -0 doc/en_US.ISO8859-1/books/handbook/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22:54: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 AAC4E16A4CE; Mon, 12 Jul 2004 22:54:43 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57BF843D39; Mon, 12 Jul 2004 22:54:43 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 16BCB11A00; Tue, 13 Jul 2004 00:54:42 +0200 (CEST) Date: Tue, 13 Jul 2004 00:54:41 +0200 From: "Simon L. Nielsen" To: Ceri Davies , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040712225441.GK754@zaphod.nitro.dk> References: <200407122158.i6CLwDud034727@repoman.freebsd.org> <20040712223148.GR29928@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1hKfHPzOXWu1rh0v" Content-Disposition: inline In-Reply-To: <20040712223148.GR29928@submonkey.net> User-Agent: Mutt/1.5.6i Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook 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, 12 Jul 2004 22:54:43 -0000 --1hKfHPzOXWu1rh0v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.07.12 23:31:48 +0100, Ceri Davies wrote: > On Mon, Jul 12, 2004 at 09:58:13PM +0000, Simon L. Nielsen wrote: > > > | @@ -188,7 +191,6 @@ SYMLINKS=3D ${DESTDIR} index.html handbook > > | CHAPTERS?=3D ${SRCS:M*chapter.sgml} > > | =20 > > | SGMLFLAGS+=3D ${CHAPTERS:S/\/chapter.sgml//:S/^/-i chap./} > > | -SGMLFLAGS+=3D -i chap.freebsd-glossary > > | =20 > > | # XXX The Handbook build currently overflows some internal, hardcode= d=20 > > | # limits in pdftex. Until we split the Handbook up, build the PDF= =20 >=20 > You realise that you just turned it off again? Doh, please hand me the pointy hat! I thought it would included by the generic SGMLFLAGS... time to go to bed now :-). (Fixed). --=20 Simon L. Nielsen FreeBSD Documentation Team --1hKfHPzOXWu1rh0v Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA8xaxh9pcDSc1mlERAopyAKCn9GQg8unMdGy0KtQ0lKv7Z3ZSrgCeI7xN HdwbrtLqaCEEecI0wDxDPkc= =yICm -----END PGP SIGNATURE----- --1hKfHPzOXWu1rh0v-- From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22:56: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 3148F16A4CE; Mon, 12 Jul 2004 22:56:02 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE54C43D39; Mon, 12 Jul 2004 22:56:01 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 29C3411A00; Tue, 13 Jul 2004 00:56:01 +0200 (CEST) Date: Tue, 13 Jul 2004 00:56:01 +0200 From: "Simon L. Nielsen" To: Mark Linimon Message-ID: <20040712225600.GL754@zaphod.nitro.dk> References: <200407122248.i6CMmonC036843@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kunpHVz1op/+13PW" Content-Disposition: inline In-Reply-To: <200407122248.i6CMmonC036843@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: 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, 12 Jul 2004 22:56:02 -0000 --kunpHVz1op/+13PW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.07.12 22:48:50 +0000, Mark Linimon wrote: > linimon 2004-07-12 22:48:50 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > en support.sgml=20 > Log: > Remove the text about user groups and point to the new file usergroups.= html > which is where the old text now resides after a repocopy. Thanks! --=20 Simon L. Nielsen FreeBSD Documentation Team --kunpHVz1op/+13PW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA8xcAh9pcDSc1mlERAja1AJ0QzH9gSdCtezS5mk/GEk5wCS8k2wCdEvTw 02PIfhW4o594ZhVkjJ73Bdg= =GbqW -----END PGP SIGNATURE----- --kunpHVz1op/+13PW-- From owner-cvs-all@FreeBSD.ORG Mon Jul 12 22: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 8A18616A4CE; Mon, 12 Jul 2004 22:57:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DA8B43D39; Mon, 12 Jul 2004 22:57:06 +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 i6CMv6Or037142; Mon, 12 Jul 2004 22:57:06 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CMv6Rf037141; Mon, 12 Jul 2004 22:57:06 GMT (envelope-from imp) Message-Id: <200407122257.i6CMv6Rf037141@repoman.freebsd.org> From: Warner Losh Date: Mon, 12 Jul 2004 22: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/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: Mon, 12 Jul 2004 22:57:06 -0000 imp 2004-07-12 22:57:06 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Remove the instructions for regenerating usbdevs.h: that's now no longer necessary. Revision Changes Path 1.188 +0 -13 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Mon Jul 12 23: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 427A416A4CE; Mon, 12 Jul 2004 23:02:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 254C543D3F; Mon, 12 Jul 2004 23:02:27 +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 i6CN2R9B037322; Mon, 12 Jul 2004 23:02:27 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CN2Rkb037321; Mon, 12 Jul 2004 23:02:27 GMT (envelope-from glewis) Message-Id: <200407122302.i6CN2Rkb037321@repoman.freebsd.org> From: Greg Lewis Date: Mon, 12 Jul 2004 23:02: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/resume 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, 12 Jul 2004 23:02:27 -0000 glewis 2004-07-12 23:02:27 UTC FreeBSD ports repository Modified files: textproc/resume Makefile pkg-plist Log: . Define USE_JAVA. . Remove definition of JAVAJARDIR, its defined in bsd.java.mk. . Use PORTDOCS to simplify the packing list. . Respect NOPORTDOCS for examples. . Use %%JAVAJARDIR%% in the packling now that bsd.java.mk sets it. Revision Changes Path 1.10 +6 -2 ports/textproc/resume/Makefile 1.9 +18 -187 ports/textproc/resume/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 12 23:04: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 92C9216A4CE; Mon, 12 Jul 2004 23:04:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74DB743D1D; Mon, 12 Jul 2004 23:04:03 +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 i6CN43Ed037404; Mon, 12 Jul 2004 23:04:03 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CN43SQ037403; Mon, 12 Jul 2004 23:04:03 GMT (envelope-from glewis) Message-Id: <200407122304.i6CN43SQ037403@repoman.freebsd.org> From: Greg Lewis Date: Mon, 12 Jul 2004 23:04: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/textproc/dtdinst pkg-plist ports/textproc/javacc 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, 12 Jul 2004 23:04:03 -0000 glewis 2004-07-12 23:04:03 UTC FreeBSD ports repository Modified files: textproc/dtdinst pkg-plist textproc/javacc pkg-plist Log: . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it. Revision Changes Path 1.4 +1 -1 ports/textproc/dtdinst/pkg-plist 1.5 +1 -1 ports/textproc/javacc/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 12 23:11: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 ADB8916A4CF; Mon, 12 Jul 2004 23:11:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DC1E43D3F; Mon, 12 Jul 2004 23:11: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 i6CNB9U7037681; Mon, 12 Jul 2004 23:11:09 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6CNB9BK037680; Mon, 12 Jul 2004 23:11:09 GMT (envelope-from imp) Message-Id: <200407122311.i6CNB9BK037680@repoman.freebsd.org> From: Warner Losh Date: Mon, 12 Jul 2004 23:11:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/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: Mon, 12 Jul 2004 23:11:09 -0000 imp 2004-07-12 23:11:09 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Remove even more references to generating usbdevs_data.h, et al. Noticed by: njl Revision Changes Path 1.189 +9 -9 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Tue Jul 13 00:34: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 C9DC016A4CE; Tue, 13 Jul 2004 00:34:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB0B543D49; Tue, 13 Jul 2004 00:34: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 i6D0YPOm039599; Tue, 13 Jul 2004 00:34:25 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D0YPDs039598; Tue, 13 Jul 2004 00:34:25 GMT (envelope-from pav) Message-Id: <200407130034.i6D0YPDs039598@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Jul 2004 00:34: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/trac Makefile 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: Tue, 13 Jul 2004 00:34:25 -0000 pav 2004-07-13 00:34:25 UTC FreeBSD ports repository Modified files: www/trac Makefile Added files: www/trac pkg-message Log: - Add upgrade instructions PR: ports/68966 Submitted by: Aho K.F. Li (maintainer) Revision Changes Path 1.3 +3 -0 ports/www/trac/Makefile 1.1 +21 -0 ports/www/trac/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 13 00: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 23C3816A4CE; Tue, 13 Jul 2004 00:36:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0562343D2D; Tue, 13 Jul 2004 00:36:14 +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 i6D0aDds039744; Tue, 13 Jul 2004 00:36:13 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D0aDWS039743; Tue, 13 Jul 2004 00:36:13 GMT (envelope-from pav) Message-Id: <200407130036.i6D0aDWS039743@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Jul 2004 00:36: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/misc/gtktalog Makefile distinfo ports/misc/gtktalog/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, 13 Jul 2004 00:36:14 -0000 pav 2004-07-13 00:36:13 UTC FreeBSD ports repository Modified files: misc/gtktalog Makefile distinfo Added files: misc/gtktalog/files patch-configure Log: - Update to 1.0.4 - Solve longterm plist crisis by adding dependency on plaympeg, which is required to build mpeginfo plugin. PR: ports/68884 (inspired by) Revision Changes Path 1.17 +4 -4 ports/misc/gtktalog/Makefile 1.5 +2 -2 ports/misc/gtktalog/distinfo 1.1 +10 -0 ports/misc/gtktalog/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 13 00:50: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 8F45516A4CE; Tue, 13 Jul 2004 00:50:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70D6643D39; Tue, 13 Jul 2004 00:50: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 i6D0oc2P040127; Tue, 13 Jul 2004 00:50:38 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D0ocIS040126; Tue, 13 Jul 2004 00:50:38 GMT (envelope-from vanilla) Message-Id: <200407130050.i6D0ocIS040126@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 13 Jul 2004 00:50: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/www/p5-libapreq2 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, 13 Jul 2004 00:50:38 -0000 vanilla 2004-07-13 00:50:38 UTC FreeBSD ports repository Modified files: www/p5-libapreq2 Makefile Log: Fix broken. PR: ports/68947 Submitted by: maintainer Revision Changes Path 1.4 +1 -3 ports/www/p5-libapreq2/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 13 02:18: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 710DC16A4DB; Tue, 13 Jul 2004 02:18:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5150C43D53; Tue, 13 Jul 2004 02:18: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 i6D2ILhW042182; Tue, 13 Jul 2004 02:18:21 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D2ILI3042181; Tue, 13 Jul 2004 02:18:21 GMT (envelope-from tjr) Message-Id: <200407130218.i6D2ILI3042181@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 13 Jul 2004 02:18: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/nl nl.1 nl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 02:18:21 -0000 tjr 2004-07-13 02:18:21 UTC FreeBSD src repository Modified files: usr.bin/nl nl.1 nl.c Log: Add support for multibyte characters. Revision Changes Path 1.13 +12 -5 src/usr.bin/nl/nl.1 1.9 +35 -17 src/usr.bin/nl/nl.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 02:37: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 7374D16A4CE; Tue, 13 Jul 2004 02:37:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 557AA43D1F; Tue, 13 Jul 2004 02:37:41 +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 i6D2bfQs042721; Tue, 13 Jul 2004 02:37:41 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D2bfC2042720; Tue, 13 Jul 2004 02:37:41 GMT (envelope-from imp) Message-Id: <200407130237.i6D2bfC2042720@repoman.freebsd.org> From: Warner Losh Date: Tue, 13 Jul 2004 02:37: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/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: Tue, 13 Jul 2004 02:37:41 -0000 imp 2004-07-13 02:37:41 UTC FreeBSD src repository Modified files: sys/conf files Log: pccard no longer requires a count because the floppy driver that nominally had a non-working reference to card.h has been removed. Revision Changes Path 1.930 +1 -1 src/sys/conf/files From owner-cvs-all@FreeBSD.ORG Tue Jul 13 02: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 8D39516A4CE; Tue, 13 Jul 2004 02:38:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8661F43D1F; Tue, 13 Jul 2004 02:38:15 +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 i6D2cF5j042805; Tue, 13 Jul 2004 02:38:15 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D2cFm8042804; Tue, 13 Jul 2004 02:38:15 GMT (envelope-from edwin) Message-Id: <200407130238.i6D2cFm8042804@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 13 Jul 2004 02:38: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/net/jabberd Makefile distinfo pkg-plist ports/net/jabberd/files jabberd.sh patch-configure patch-util.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, 13 Jul 2004 02:38:15 -0000 edwin 2004-07-13 02:38:15 UTC FreeBSD ports repository Modified files: net/jabberd Makefile distinfo pkg-plist net/jabberd/files jabberd.sh patch-configure Added files: net/jabberd/files patch-util.h Log: This is an update of the net/jabberd port to version 2.0.3 (vendor string "2.0s3") which fixes some serious memory leaks and other significant bugs. This update also replaces the rc.d script with a new version that uses the rc.subr framework. I was able to successfully compile the port with all of the WITH_* knobs, but only have the means to test WITH_POSTGRESQL (which worked as expected). commiter says: - Added extra line to files/patch-util::util.h (4.x fix) - Changed --with-extra-include-path statements to work around mysql inclusion and db41 exclusion. - Added --disable- for options not choosen. PR: ports/68967 Submitted by: Kirk Strauser Revision Changes Path 1.17 +30 -26 ports/net/jabberd/Makefile 1.3 +2 -2 ports/net/jabberd/distinfo 1.3 +41 -30 ports/net/jabberd/files/jabberd.sh 1.4 +10 -10 ports/net/jabberd/files/patch-configure 1.1 +11 -0 ports/net/jabberd/files/patch-util.h (new) 1.5 +2 -2 ports/net/jabberd/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 13 02: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 8CB1316A4CE; Tue, 13 Jul 2004 02:42:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E7CD43D2F; Tue, 13 Jul 2004 02:42:23 +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 i6D2gNXH042977; Tue, 13 Jul 2004 02:42:23 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D2gNca042976; Tue, 13 Jul 2004 02:42:23 GMT (envelope-from imp) Message-Id: <200407130242.i6D2gNca042976@repoman.freebsd.org> From: Warner Losh Date: Tue, 13 Jul 2004 02:42:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fdc fdc.c fdc_isa.c fdc_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: Tue, 13 Jul 2004 02:42:23 -0000 imp 2004-07-13 02:42:23 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc.c fdc_isa.c fdc_pccard.c Log: Don't depend on implicit include of machine/bus.h in sys/rman.h, but instead explicitly include it. Revision Changes Path 1.278 +1 -0 src/sys/dev/fdc/fdc.c 1.4 +2 -0 src/sys/dev/fdc/fdc_isa.c 1.5 +2 -0 src/sys/dev/fdc/fdc_pccard.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 02: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 5978816A4CE; Tue, 13 Jul 2004 02:44:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D2BE43D2F; Tue, 13 Jul 2004 02:44:40 +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 i6D2iesI043034; Tue, 13 Jul 2004 02:44:40 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D2iewY043033; Tue, 13 Jul 2004 02:44:40 GMT (envelope-from imp) Message-Id: <200407130244.i6D2iewY043033@repoman.freebsd.org> From: Warner Losh Date: Tue, 13 Jul 2004 02:44: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/fdc fdc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 02:44:40 -0000 imp 2004-07-13 02:44:40 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc.c Log: Set fdc_dev in attach Revision Changes Path 1.279 +1 -0 src/sys/dev/fdc/fdc.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 02:45: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 B945916A4CE; Tue, 13 Jul 2004 02:45:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B25A343D1F; Tue, 13 Jul 2004 02:45:48 +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 i6D2jm4L043225; Tue, 13 Jul 2004 02:45:48 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D2jmpr043224; Tue, 13 Jul 2004 02:45:48 GMT (envelope-from ijliao) Message-Id: <200407130245.i6D2jmpr043224@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 13 Jul 2004 02:45: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/print Makefile ports/print/pslib Makefile distinfo pkg-descr pkg-plist ports/print/pslib/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: Tue, 13 Jul 2004 02:45:48 -0000 ijliao 2004-07-13 02:45:48 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/pslib Makefile distinfo pkg-descr pkg-plist print/pslib/files patch-ltmain.sh Log: add pslib 0.2.2 A C-library for generating multi page PostScript documents Revision Changes Path 1.314 +1 -0 ports/print/Makefile 1.1 +27 -0 ports/print/pslib/Makefile (new) 1.1 +2 -0 ports/print/pslib/distinfo (new) 1.1 +15 -0 ports/print/pslib/files/patch-ltmain.sh (new) 1.1 +8 -0 ports/print/pslib/pkg-descr (new) 1.1 +13 -0 ports/print/pslib/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 13 02:46: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 45C4D16A4CE; Tue, 13 Jul 2004 02:46:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2787B43D3F; Tue, 13 Jul 2004 02:46:02 +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 i6D2k2B8043275; Tue, 13 Jul 2004 02:46:02 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D2k2rp043274; Tue, 13 Jul 2004 02:46:02 GMT (envelope-from ijliao) Message-Id: <200407130246.i6D2k2rp043274@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 13 Jul 2004 02: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: 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, 13 Jul 2004 02:46:02 -0000 ijliao 2004-07-13 02:46:02 UTC FreeBSD ports repository Modified files: . modules Log: pslib --> ports/print/pslib Revision Changes Path 1.10530 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 13 02: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 80C3216A4CE; Tue, 13 Jul 2004 02:49:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A11643D39; Tue, 13 Jul 2004 02:49:22 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6D2nMah043457; Tue, 13 Jul 2004 02:49:22 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D2nMtO043456; Tue, 13 Jul 2004 02:49:22 GMT (envelope-from alc) Message-Id: <200407130249.i6D2nMtO043456@repoman.freebsd.org> From: Alan Cox Date: Tue, 13 Jul 2004 02: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/alpha/alpha pmap.c src/sys/amd64/amd64 pmap.c src/sys/arm/arm pmap.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c src/sys/kern kern_exec.c kern_exit.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 02:49:22 -0000 alc 2004-07-13 02:49:22 UTC FreeBSD src repository Modified files: sys/alpha/alpha pmap.c sys/amd64/amd64 pmap.c sys/arm/arm pmap.c sys/i386/i386 pmap.c sys/ia64/ia64 pmap.c sys/kern kern_exec.c kern_exit.c Log: Push down the acquisition and release of the page queues lock into pmap_remove_pages(). (The implementation of pmap_remove_pages() is optional. If pmap_remove_pages() is unimplemented, the acquisition and release of the page queues lock is unnecessary.) Remove spl calls from the alpha, arm, and ia64 pmap_remove_pages(). Revision Changes Path 1.155 +2 -3 src/sys/alpha/alpha/pmap.c 1.483 +2 -1 src/sys/amd64/amd64/pmap.c 1.5 +2 -3 src/sys/arm/arm/pmap.c 1.484 +2 -1 src/sys/i386/i386/pmap.c 1.137 +2 -3 src/sys/ia64/ia64/pmap.c 1.246 +0 -2 src/sys/kern/kern_exec.c 1.240 +0 -2 src/sys/kern/kern_exit.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 03: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 5A08B16A4CE; Tue, 13 Jul 2004 03:11:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C8C143D2D; Tue, 13 Jul 2004 03:11:15 +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 i6D3BF05044405; Tue, 13 Jul 2004 03:11:15 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D3BFjq044404; Tue, 13 Jul 2004 03:11:15 GMT (envelope-from mezz) Message-Id: <200407130311.i6D3BFjq044404@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 13 Jul 2004 03:11: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/games/neverball Makefile distinfo pkg-plist ports/games/neverball/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: Tue, 13 Jul 2004 03:11:15 -0000 mezz 2004-07-13 03:11:15 UTC FreeBSD ports repository Modified files: games/neverball Makefile distinfo pkg-plist games/neverball/files patch-Makefile Log: Update to 1.3.3. Revision Changes Path 1.15 +1 -1 ports/games/neverball/Makefile 1.13 +2 -2 ports/games/neverball/distinfo 1.8 +1 -1 ports/games/neverball/files/patch-Makefile 1.8 +2 -0 ports/games/neverball/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 13 03:48: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 7FBF416A4CE; Tue, 13 Jul 2004 03:48:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78D3C43D31; Tue, 13 Jul 2004 03:48:29 +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 i6D3mTjm045337; Tue, 13 Jul 2004 03:48:29 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D3mT9c045336; Tue, 13 Jul 2004 03:48:29 GMT (envelope-from murray) Message-Id: <200407130348.i6D3mT9c045336@repoman.freebsd.org> From: Murray Stokely Date: Tue, 13 Jul 2004 03:48:29 +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 Makefile book.sgml doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml 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: Tue, 13 Jul 2004 03:48:29 -0000 murray 2004-07-13 03:48:29 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook Makefile book.sgml chapters.ent en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Added files: en_US.ISO8859-1/books/handbook/network-servers Makefile chapter.sgml Log: The advanced networking chapter had grown to almost 100 pages. Split out the sections about network servers into a new chapter. Reviewed by: doc@ Revision Changes Path 1.90 +1 -0 doc/en_US.ISO8859-1/books/handbook/Makefile 1.324 +84 -4167 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.150 +2 -0 doc/en_US.ISO8859-1/books/handbook/book.sgml 1.27 +1 -0 doc/en_US.ISO8859-1/books/handbook/chapters.ent 1.1 +15 -0 doc/en_US.ISO8859-1/books/handbook/network-servers/Makefile (new) 1.1 +4129 -0 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 13 04: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 72E2B16A4CE; Tue, 13 Jul 2004 04:30:52 +0000 (GMT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id B429843D4C; Tue, 13 Jul 2004 04:30:51 +0000 (GMT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i6D4UnZO090739; Tue, 13 Jul 2004 08:30:49 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i6D4Umr1090738; Tue, 13 Jul 2004 08:30:48 +0400 (MSD) (envelope-from ache) Date: Tue, 13 Jul 2004 08:30:48 +0400 From: Andrey Chernov To: Tim Kientzle Message-ID: <20040713043048.GA90680@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Tim Kientzle , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200407121315.i6CDFESB017285@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407121315.i6CDFESB017285@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.26.0.5; VDF 6.26.0.23 (host: pobrecita.freebsd.ru) cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/tar read.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 04:30:52 -0000 On Mon, Jul 12, 2004 at 01:15:14PM +0000, Tim Kientzle wrote: > kientzle 2004-07-12 13:15:13 UTC > > FreeBSD src repository > > Modified files: > usr.bin/tar read.c > Log: > Mimic ls(1) by putting an extra space before the year in old dates 1) Your ls-style output put month/day in wrong order for some locales. Look like GNU tar (our mod) or ls does it properly. 2) I don't see time (HH:MM) in your ls-style output, but see it in GNU tar one. Is it bug? -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-all@FreeBSD.ORG Tue Jul 13 04: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 D27E316A4CE; Tue, 13 Jul 2004 04:35:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3DE443D49; Tue, 13 Jul 2004 04:35: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 i6D4ZhVm046581; Tue, 13 Jul 2004 04:35:43 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D4Zhik046580; Tue, 13 Jul 2004 04:35:43 GMT (envelope-from tjr) Message-Id: <200407130435.i6D4Zhik046580@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 13 Jul 2004 04:35:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/sed 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: Tue, 13 Jul 2004 04:35:44 -0000 tjr 2004-07-13 04:35:43 UTC FreeBSD src repository Modified files: usr.bin/sed process.c Log: Overhaul lputs() to deal with multibyte characters, characters that take up more than one column position, and null bytes. Revision Changes Path 1.36 +53 -24 src/usr.bin/sed/process.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 05: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 19AC016A4CE; Tue, 13 Jul 2004 05:19:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFB5643D39; Tue, 13 Jul 2004 05:19:27 +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 i6D5JRhr047630; Tue, 13 Jul 2004 05:19:27 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D5JRc1047629; Tue, 13 Jul 2004 05:19:27 GMT (envelope-from murray) Message-Id: <200407130519.i6D5JRc1047629@repoman.freebsd.org> From: Murray Stokely Date: Tue, 13 Jul 2004 05:19: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/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml doc/en_US.ISO8859-1/books/handbook/disks 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: Tue, 13 Jul 2004 05:19:28 -0000 murray 2004-07-13 05:19:27 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Add prerequisites to the chapter synopsis. Users should know how to build and install a custom kernel before reading these chapters. Revision Changes Path 1.325 +11 -0 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.210 +10 -0 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 13 05:30: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 BB84216A4CE; Tue, 13 Jul 2004 05:30:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E89E43D31; Tue, 13 Jul 2004 05:30:57 +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 i6D5Uvll047991; Tue, 13 Jul 2004 05:30:57 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D5UvT1047990; Tue, 13 Jul 2004 05:30:57 GMT (envelope-from ale) Message-Id: <200407130530.i6D5UvT1047990@repoman.freebsd.org> From: Alex Dupre Date: Tue, 13 Jul 2004 05:30: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/ZendOptimizer 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, 13 Jul 2004 05:30:57 -0000 ale 2004-07-13 05:30:57 UTC FreeBSD ports repository Modified files: devel/ZendOptimizer Makefile distinfo pkg-plist Log: Update to 2.5.3 release: - add support for php5 PR: ports/68969 Submitted by: Xin LI Revision Changes Path 1.11 +20 -14 ports/devel/ZendOptimizer/Makefile 1.4 +4 -4 ports/devel/ZendOptimizer/distinfo 1.5 +4 -4 ports/devel/ZendOptimizer/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 13 05: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 486CB16A4CE; Tue, 13 Jul 2004 05:32:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AF6F43D46; Tue, 13 Jul 2004 05:32:43 +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 i6D5WhAY048037; Tue, 13 Jul 2004 05:32:43 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D5WhN3048036; Tue, 13 Jul 2004 05:32:43 GMT (envelope-from murray) Message-Id: <200407130532.i6D5WhN3048036@repoman.freebsd.org> From: Murray Stokely Date: Tue, 13 Jul 2004 05:32:43 +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/network-servers 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: Tue, 13 Jul 2004 05:32:43 -0000 murray 2004-07-13 05:32:43 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: 1. Move the section about inetd to the beginning of this chapter, rather than the end. 2. Also, avoid acronyms in sect1 title's where possible. Prefer Network File System (NFS), Network Information System (NIS/YP), etc.. to just the acronyms alone. (2) Suggested by: tom@ Revision Changes Path 1.2 +3444 -3442 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 13 05:42: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 8F6DB16A4CE; Tue, 13 Jul 2004 05:42:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72DFC43D45; Tue, 13 Jul 2004 05:42:59 +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 i6D5gxU6048319; Tue, 13 Jul 2004 05:42:59 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D5gxJb048318; Tue, 13 Jul 2004 05:42:59 GMT (envelope-from alfred) Message-Id: <200407130542.i6D5gxJb048318@repoman.freebsd.org> From: Alfred Perlstein Date: Tue, 13 Jul 2004 05:42:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_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: Tue, 13 Jul 2004 05:42:59 -0000 alfred 2004-07-13 05:42:59 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_socket.c Log: Turn off SO_REUSEADDR and SO_REUSEPORT, they were causing EADDRINUSE to be returned from the protocol stack. Pointy hat to me for not groking what those options _really_ mean. Revision Changes Path 1.114 +1 -5 src/sys/nfsclient/nfs_socket.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 05:45: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 E0A6D16A4CE; Tue, 13 Jul 2004 05:45:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4A4B43D48; Tue, 13 Jul 2004 05:45:52 +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 i6D5jqZM048458; Tue, 13 Jul 2004 05:45:52 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D5jqPv048457; Tue, 13 Jul 2004 05:45:52 GMT (envelope-from murray) Message-Id: <200407130545.i6D5jqPv048457@repoman.freebsd.org> From: Murray Stokely Date: Tue, 13 Jul 2004 05:45:52 +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 freebsd.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: Tue, 13 Jul 2004 05:45:53 -0000 murray 2004-07-13 05:45:52 UTC FreeBSD doc repository Modified files: share/sgml freebsd.ent Log: The acronym 'NIS' is used over 150 times in the network-servers chapter alone of the Handbook. Add an entity here, used with ⋼, so that we can mark up each of those with NIS without bloating the source SGML files too much. We shouldn't add every such acronym here, but in the case of NIS it really helps the readability. Revision Changes Path 1.55 +1 -0 doc/share/sgml/freebsd.ent From owner-cvs-all@FreeBSD.ORG Tue Jul 13 05:48: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 9F16E16A4CE; Tue, 13 Jul 2004 05:48:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 828B843D45; Tue, 13 Jul 2004 05:48:14 +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 i6D5mEA1048534; Tue, 13 Jul 2004 05:48:14 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D5mEKE048533; Tue, 13 Jul 2004 05:48:14 GMT (envelope-from murray) Message-Id: <200407130548.i6D5mEKE048533@repoman.freebsd.org> From: Murray Stokely Date: Tue, 13 Jul 2004 05:48: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/share/sgml freebsd.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: Tue, 13 Jul 2004 05:48:14 -0000 murray 2004-07-13 05:48:14 UTC FreeBSD doc repository Modified files: share/sgml freebsd.ent Log: Properly close acronym tag. Revision Changes Path 1.56 +1 -1 doc/share/sgml/freebsd.ent From owner-cvs-all@FreeBSD.ORG Tue Jul 13 05: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 D5B1A16A4CE; Tue, 13 Jul 2004 05:55:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B876B43D1F; Tue, 13 Jul 2004 05:55: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 i6D5t2PZ048716; Tue, 13 Jul 2004 05:55:02 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D5t2S6048715; Tue, 13 Jul 2004 05:55:02 GMT (envelope-from murray) Message-Id: <200407130555.i6D5t2S6048715@repoman.freebsd.org> From: Murray Stokely Date: Tue, 13 Jul 2004 05:55: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/books/handbook/network-servers 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: Tue, 13 Jul 2004 05:55:03 -0000 murray 2004-07-13 05:55:02 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Use ⋼ entity so that NIS is properly enclosed in tags. Revision Changes Path 1.3 +149 -149 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 13 06:18: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 4973916A4CE; Tue, 13 Jul 2004 06:18:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CBCA43D46; Tue, 13 Jul 2004 06:18:54 +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 i6D6IsQ9049375; Tue, 13 Jul 2004 06:18:54 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D6Isoq049374; Tue, 13 Jul 2004 06:18:54 GMT (envelope-from murray) Message-Id: <200407130618.i6D6Isoq049374@repoman.freebsd.org> From: Murray Stokely Date: Tue, 13 Jul 2004 06:18: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/handbook/network-servers 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: Tue, 13 Jul 2004 06:18:54 -0000 murray 2004-07-13 06:18:54 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Clarify a sentence about configuring inetd. Revision Changes Path 1.4 +1 -1 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 13 06:21: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 EF75C16A4CE; Tue, 13 Jul 2004 06:21:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D22E543D1D; Tue, 13 Jul 2004 06:21:04 +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 i6D6L4qe049510; Tue, 13 Jul 2004 06:21:04 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D6L4vu049509; Tue, 13 Jul 2004 06:21:04 GMT (envelope-from den) Message-Id: <200407130621.i6D6L4vu049509@repoman.freebsd.org> From: Denis Peplin Date: Tue, 13 Jul 2004 06:21: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/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: Tue, 13 Jul 2004 06:21:05 -0000 den 2004-07-13 06:21:04 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mac chapter.sgml Log: Fix crontab example for checkout every twelve hours Revision Changes Path 1.14 +1 -1 doc/en_US.ISO8859-1/books/handbook/mac/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 13 06:22: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 94E9816A4CE; Tue, 13 Jul 2004 06:22:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7887E43D58; Tue, 13 Jul 2004 06:22: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 i6D6MYct049586; Tue, 13 Jul 2004 06:22:34 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D6MYf2049585; Tue, 13 Jul 2004 06:22:34 GMT (envelope-from krion) Message-Id: <200407130622.i6D6MYf2049585@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 13 Jul 2004 06:22: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/silc-client Makefile pkg-plist ports/net/silc-client/files patch-irssi_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, 13 Jul 2004 06:22:34 -0000 krion 2004-07-13 06:22:34 UTC FreeBSD ports repository Modified files: net/silc-client Makefile pkg-plist Added files: net/silc-client/files patch-irssi_configure Log: Fix build Submitted by: krion, tobez Reported by: cluster via kris Approved by: maintainer Revision Changes Path 1.38 +1 -4 ports/net/silc-client/Makefile 1.1 +14 -0 ports/net/silc-client/files/patch-irssi_configure (new) 1.17 +17 -24 ports/net/silc-client/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 13 06:28: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 5C46D16A4CE; Tue, 13 Jul 2004 06:28:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4020C43D1F; Tue, 13 Jul 2004 06:28: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 i6D6SS0j049754; Tue, 13 Jul 2004 06:28:28 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D6SSCX049753; Tue, 13 Jul 2004 06:28:28 GMT (envelope-from krion) Message-Id: <200407130628.i6D6SSCX049753@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 13 Jul 2004 06: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/editors/2bsd-vi Makefileports/editors/2bsd-vi/files patch-mapalloc.c stable-Makefile.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, 13 Jul 2004 06:28:28 -0000 krion 2004-07-13 06:28:28 UTC FreeBSD ports repository Modified files: editors/2bsd-vi Makefile Added files: editors/2bsd-vi/files patch-mapalloc.c stable-Makefile.patch Log: Fix build on 4.x PR: ports/68965 Submitted by: maintainer Revision Changes Path 1.2 +2 -1 ports/editors/2bsd-vi/Makefile 1.1 +17 -0 ports/editors/2bsd-vi/files/patch-mapalloc.c (new) 1.1 +15 -0 ports/editors/2bsd-vi/files/stable-Makefile.patch (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 13 06:30: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 9C36016A4CE; Tue, 13 Jul 2004 06:30:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8117A43D53; Tue, 13 Jul 2004 06:30:48 +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 i6D6Um6V049910; Tue, 13 Jul 2004 06:30:48 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D6UmTA049909; Tue, 13 Jul 2004 06:30:48 GMT (envelope-from skv) Message-Id: <200407130630.i6D6UmTA049909@repoman.freebsd.org> From: Sergey Skvortsov Date: Tue, 13 Jul 2004 06:30: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/p5-AMF-Perl Makefile distinfo pkg-descr ports/www/p5-AMF-Perl/files patch-Perl.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: Tue, 13 Jul 2004 06:30:48 -0000 skv 2004-07-13 06:30:48 UTC FreeBSD ports repository Modified files: www/p5-AMF-Perl Makefile distinfo pkg-descr Removed files: www/p5-AMF-Perl/files patch-Perl.pm Log: Updated to 0.14 Revision Changes Path 1.5 +4 -1 ports/www/p5-AMF-Perl/Makefile 1.6 +2 -2 ports/www/p5-AMF-Perl/distinfo 1.2 +0 -27 ports/www/p5-AMF-Perl/files/patch-Perl.pm (dead) 1.2 +0 -3 ports/www/p5-AMF-Perl/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Jul 13 06:32: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 74F5816A4CE; Tue, 13 Jul 2004 06:32:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57E3743D5A; Tue, 13 Jul 2004 06:32: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 i6D6WvCD049965; Tue, 13 Jul 2004 06:32:57 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D6WvwA049964; Tue, 13 Jul 2004 06:32:57 GMT (envelope-from krion) Message-Id: <200407130632.i6D6WvwA049964@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 13 Jul 2004 06:32: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/py-psyco 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, 13 Jul 2004 06:32:57 -0000 krion 2004-07-13 06:32:57 UTC FreeBSD ports repository Modified files: devel/py-psyco Makefile distinfo Log: Update to 1.2 PR: ports/68975 Submitted by: maintainer Revision Changes Path 1.7 +1 -1 ports/devel/py-psyco/Makefile 1.4 +2 -2 ports/devel/py-psyco/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 13 06:37: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 70E7316A4CE; Tue, 13 Jul 2004 06:37:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5517443D5A; Tue, 13 Jul 2004 06:37:41 +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 i6D6bfet050126; Tue, 13 Jul 2004 06:37:41 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D6bfDC050125; Tue, 13 Jul 2004 06:37:41 GMT (envelope-from murray) Message-Id: <200407130637.i6D6bfDC050125@repoman.freebsd.org> From: Murray Stokely Date: Tue, 13 Jul 2004 06:37: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/network-servers 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: Tue, 13 Jul 2004 06:37:41 -0000 murray 2004-07-13 06:37:41 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Improvements to the NTP section: * Remove redundant sentence from introduction. * Web server -> web server * Add another example about why it's important to have an accurate clock (consistent timestamps on a shared fileserver) Revision Changes Path 1.5 +13 -11 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 13 06:38: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 7E01516A4CE; Tue, 13 Jul 2004 06:38:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6153E43D31; Tue, 13 Jul 2004 06:38:22 +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 i6D6cMuj050212; Tue, 13 Jul 2004 06:38:22 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D6cMUo050211; Tue, 13 Jul 2004 06:38:22 GMT (envelope-from krion) Message-Id: <200407130638.i6D6cMUo050211@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 13 Jul 2004 06:38: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/sysutils/kkbswitch Makefile distinfo pkg-plist ports/sysutils/kkbswitch/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, 13 Jul 2004 06:38:22 -0000 krion 2004-07-13 06:38:22 UTC FreeBSD ports repository Modified files: sysutils/kkbswitch Makefile distinfo pkg-plist Removed files: sysutils/kkbswitch/files patch-aa Log: Update to 1.4.1 PR: ports/68973 Submitted by: maintainer Revision Changes Path 1.8 +1 -1 ports/sysutils/kkbswitch/Makefile 1.5 +2 -2 ports/sysutils/kkbswitch/distinfo 1.2 +0 -8 ports/sysutils/kkbswitch/files/patch-aa (dead) 1.4 +1 -0 ports/sysutils/kkbswitch/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 13 06: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 507FE16A4CE; Tue, 13 Jul 2004 06:39:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33BB543D1D; Tue, 13 Jul 2004 06:39:01 +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 i6D6d1NL050260; Tue, 13 Jul 2004 06:39:01 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D6d1M7050259; Tue, 13 Jul 2004 06:39:01 GMT (envelope-from erwin) Message-Id: <200407130639.i6D6d1M7050259@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 13 Jul 2004 06:39: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/editors 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, 13 Jul 2004 06:39:01 -0000 erwin 2004-07-13 06:39:01 UTC FreeBSD ports repository Modified files: editors Makefile Log: Revert r1.192 that was committed by accident Revision Changes Path 1.295 +1 -0 ports/editors/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 13 06:40: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 5314016A4D1; Tue, 13 Jul 2004 06:40:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79C0543D39; Tue, 13 Jul 2004 06:40:08 +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 i6D6e8lp050303; Tue, 13 Jul 2004 06:40:08 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D6e8HC050302; Tue, 13 Jul 2004 06:40:08 GMT (envelope-from murray) Message-Id: <200407130640.i6D6e8HC050302@repoman.freebsd.org> From: Murray Stokely Date: Tue, 13 Jul 2004 06:40: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/docproj handbook3.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, 13 Jul 2004 06:40:26 -0000 murray 2004-07-13 06:40:08 UTC FreeBSD doc repository Modified files: en/docproj handbook3.sgml Log: Mark network chapter split as done and add a new task to add information to the Handbook about omshell and other DHCP 3.X features now in the base system. Revision Changes Path 1.32 +11 -4 www/en/docproj/handbook3.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 13 06:45: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 C7D7C16A4CE; Tue, 13 Jul 2004 06:45:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD0BA43D2D; Tue, 13 Jul 2004 06:45: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 i6D6jHXS050486; Tue, 13 Jul 2004 06:45:17 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D6jHKX050485; Tue, 13 Jul 2004 06:45:17 GMT (envelope-from erwin) Message-Id: <200407130645.i6D6jHKX050485@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 13 Jul 2004 06:45: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: Tue, 13 Jul 2004 06:45:18 -0000 erwin 2004-07-13 06:45:17 UTC FreeBSD ports repository Modified files: . modules Log: Don't you hate making mistakes while fixing mistakes? Revert r1.10524 that was the wrong fix. Revision Changes Path 1.10531 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 13 06:54: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 89F2B16A4CF; Tue, 13 Jul 2004 06:54:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D1C543D1F; Tue, 13 Jul 2004 06:54:23 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6D6sNVG050746; Tue, 13 Jul 2004 06:54:23 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D6sNZw050745; Tue, 13 Jul 2004 06:54:23 GMT (envelope-from alc) Message-Id: <200407130654.i6D6sNZw050745@repoman.freebsd.org> From: Alan Cox Date: Tue, 13 Jul 2004 06:54: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/ia64/ia64 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: Tue, 13 Jul 2004 06:54:23 -0000 alc 2004-07-13 06:54:23 UTC FreeBSD src repository Modified files: sys/ia64/ia64 pmap.c Log: Simplify pmap_protect(). Revision Changes Path 1.138 +3 -6 src/sys/ia64/ia64/pmap.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 07:02: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 D57E016A4CE; Tue, 13 Jul 2004 07:02:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B870643D1F; Tue, 13 Jul 2004 07:02:34 +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 i6D72YVL051036; Tue, 13 Jul 2004 07:02:34 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D72Y8X051035; Tue, 13 Jul 2004 07:02:34 GMT (envelope-from murray) Message-Id: <200407130702.i6D72Y8X051035@repoman.freebsd.org> From: Murray Stokely Date: Tue, 13 Jul 2004 07:02: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/preface preface.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, 13 Jul 2004 07:02:35 -0000 murray 2004-07-13 07:02:34 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/preface preface.sgml Log: Add brief synopses of the new Mandatory Access Control and Network Servers chapters of the Handbook. Revision Changes Path 1.21 +19 -3 doc/en_US.ISO8859-1/books/handbook/preface/preface.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 13 07:03: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 9C75F16A4CE; Tue, 13 Jul 2004 07:03:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80A2A43D45; Tue, 13 Jul 2004 07:03:54 +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 i6D73st1051122; Tue, 13 Jul 2004 07:03:54 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D73sDI051121; Tue, 13 Jul 2004 07:03:54 GMT (envelope-from knu) Message-Id: <200407130703.i6D73sDI051121@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 13 Jul 2004 07:03: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/lang/ruby18 Makefile ports/lang/ruby18/files patch-mkmf.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: Tue, 13 Jul 2004 07:03:54 -0000 knu 2004-07-13 07:03:54 UTC FreeBSD ports repository Modified files: lang/ruby18 Makefile Added files: lang/ruby18/files patch-mkmf.rb Log: Pull in the latest change to mkmf.rb to avoid build error when devel/readline is installed. Revision Changes Path 1.75 +1 -0 ports/lang/ruby18/Makefile 1.3 +21 -0 ports/lang/ruby18/files/patch-mkmf.rb (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 13 07: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 4620816A4CE; Tue, 13 Jul 2004 07:05:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AD6B43D2D; Tue, 13 Jul 2004 07:05:39 +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 i6D75dv8051241; Tue, 13 Jul 2004 07:05:39 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D75d4S051240; Tue, 13 Jul 2004 07:05:39 GMT (envelope-from alfred) Message-Id: <200407130705.i6D75d4S051240@repoman.freebsd.org> From: Alfred Perlstein Date: Tue, 13 Jul 2004 07:05: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/nfsserver nfs_srvsock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 07:05:39 -0000 alfred 2004-07-13 07:05:39 UTC FreeBSD src repository Modified files: sys/nfsserver nfs_srvsock.c Log: Do not call sorecieve() in the context of a socket callback as it causes lock order reversals so->inpcb since we're called with the socket lock held. Revision Changes Path 1.91 +5 -3 src/sys/nfsserver/nfs_srvsock.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 07: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 466F116A4CE; Tue, 13 Jul 2004 07:07:21 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 087E543D2F; Tue, 13 Jul 2004 07:07:21 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 23FAE530C; Tue, 13 Jul 2004 09:07:20 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 984E15308; Tue, 13 Jul 2004 09:07:14 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 76C11B85E; Tue, 13 Jul 2004 09:07:14 +0200 (CEST) To: Warner Losh References: <200407130237.i6D2bfC2042720@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Tue, 13 Jul 2004 09:07:14 +0200 In-Reply-To: <200407130237.i6D2bfC2042720@repoman.freebsd.org> (Warner Losh's message of "Tue, 13 Jul 2004 02:37:41 +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/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: Tue, 13 Jul 2004 07:07:21 -0000 Warner Losh writes: > Log: > pccard no longer requires a count because the floppy driver that > nominally had a non-working reference to card.h has been removed. This breaks GENERIC on i386/pc98. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Tue Jul 13 07: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 1B74E16A4CE; Tue, 13 Jul 2004 07:20:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2A0043D2D; Tue, 13 Jul 2004 07:20:10 +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 i6D7KAhR051767; Tue, 13 Jul 2004 07:20:10 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D7KABZ051766; Tue, 13 Jul 2004 07:20:10 GMT (envelope-from davidxu) Message-Id: <200407130720.i6D7KABZ051766@repoman.freebsd.org> From: David Xu Date: Tue, 13 Jul 2004 07: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/sys/sys kse.h proc.h signalvar.h src/sys/kern kern_exit.c kern_sig.c kern_thread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 07:20:11 -0000 davidxu 2004-07-13 07:20:10 UTC FreeBSD src repository Modified files: sys/sys kse.h proc.h signalvar.h sys/kern kern_exit.c kern_sig.c kern_thread.c Log: Add code to support debugging threaded process. 1. Add tm_lwpid into kse_thr_mailbox to indicate which kernel thread current user thread is running on. Add tm_dflags into kse_thr_mailbox, the flags is written by debugger, it tells UTS and kernel what should be done when the process is being debugged, current, there two flags TMDF_SSTEP and TMDF_DONOTRUNUSER. TMDF_SSTEP is used to tell kernel to turn on single stepping, or turn off if it is not set. TMDF_DONOTRUNUSER is used to tell kernel to schedule upcall whenever possible, to UTS, it means do not run the user thread until debugger clears it, this behaviour is necessary because gdb wants to resume only one thread when the thread's pc is at a breakpoint, and thread needs to go forward, in order to avoid other threads sneak pass the breakpoints, it needs to remove breakpoint, only wants one thread to go. Also, add km_lwp to kse_mailbox, the lwp id is copied to kse_thr_mailbox at context switch time when process is not being debugged, so when process is attached, debugger can map kernel thread to user thread. 2. Add p_xthread to proc strcuture and td_xsig to thread structure. p_xthread is used by a thread when it wants to report event to debugger, every thread can set the pointer, especially, when it is used in ptracestop, it is the last thread reporting event will win the race. Every thread has a td_xsig to exchange signal with debugger, thread uses TDF_XSIG flag to indicate it is reporting signal to debugger, if the flag is not cleared, thread will keep retrying until it is cleared by debugger, p_xthread may be used by debugger to indicate CURRENT thread. The p_xstat is still in proc structure to keep wait() to work, in future, we may just use td_xsig. 3. Add TDF_DBSUSPEND flag, the flag is used by debugger to suspend a thread. When process stops, debugger can set the flag for thread, thread will check the flag in thread_suspend_check, enters a loop, unless it is cleared by debugger, process is detached or process is existing. The flag is also checked in ptracestop, so debugger can temporarily suspend a thread even if the thread wants to exchange signal. 4. Current, in ptrace, we always resume all threads, but if a thread has already a TDF_DBSUSPEND flag set by debugger, it won't run. Encouraged by: marcel, julian, deischen Revision Changes Path 1.241 +1 -1 src/sys/kern/kern_exit.c 1.284 +81 -44 src/sys/kern/kern_sig.c 1.187 +4 -1 src/sys/kern/kern_thread.c 1.23 +31 -21 src/sys/sys/kse.h 1.386 +5 -2 src/sys/sys/proc.h 1.67 +1 -1 src/sys/sys/signalvar.h From owner-cvs-all@FreeBSD.ORG Tue Jul 13 07:22: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 4D1C316A4CE; Tue, 13 Jul 2004 07:22:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47E6543D5C; Tue, 13 Jul 2004 07:22:56 +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 i6D7Mu0S052044; Tue, 13 Jul 2004 07:22:56 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D7MuTL052043; Tue, 13 Jul 2004 07:22:56 GMT (envelope-from davidxu) Message-Id: <200407130722.i6D7MuTL052043@repoman.freebsd.org> From: David Xu Date: Tue, 13 Jul 2004 07:22:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 machdep.c src/sys/i386/i386 machdep.c src/sys/ia64/ia64 machdep.c src/sys/pc98/i386 machdep.c src/sys/powerpc/powerpc machdep.c src/sys/sparc64/sparc64 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: Tue, 13 Jul 2004 07:22:56 -0000 davidxu 2004-07-13 07:22:56 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c sys/i386/i386 machdep.c sys/ia64/ia64 machdep.c sys/pc98/i386 machdep.c sys/powerpc/powerpc machdep.c sys/sparc64/sparc64 machdep.c Log: Add ptrace_clear_single_step(), alpha already has it for years, the function will be used by ptrace to clear a thread's single step state. Revision Changes Path 1.614 +7 -0 src/sys/amd64/amd64/machdep.c 1.595 +7 -0 src/sys/i386/i386/machdep.c 1.181 +8 -0 src/sys/ia64/ia64/machdep.c 1.340 +7 -0 src/sys/pc98/i386/machdep.c 1.71 +8 -0 src/sys/powerpc/powerpc/machdep.c 1.110 +7 -0 src/sys/sparc64/sparc64/machdep.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 07:25: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 8FACA16A4CE; Tue, 13 Jul 2004 07:25:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73A2843D5C; Tue, 13 Jul 2004 07:25:24 +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 i6D7POs2052173; Tue, 13 Jul 2004 07:25:24 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D7POE1052172; Tue, 13 Jul 2004 07:25:24 GMT (envelope-from davidxu) Message-Id: <200407130725.i6D7POE1052172@repoman.freebsd.org> From: David Xu Date: Tue, 13 Jul 2004 07:25: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/sys ptrace.h 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: Tue, 13 Jul 2004 07:25:24 -0000 davidxu 2004-07-13 07:25:24 UTC FreeBSD src repository Modified files: sys/sys ptrace.h sys/kern sys_process.c Log: Implement following commands: PT_CLEARSTEP, PT_SETSTEP, PT_SUSPEND PT_RESUME, PT_GETNUMLWPS, PT_GETLWPLIST. Revision Changes Path 1.123 +109 -10 src/sys/kern/sys_process.c 1.24 +8 -2 src/sys/sys/ptrace.h From owner-cvs-all@FreeBSD.ORG Tue Jul 13 07:31: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 12F5116A4CE; Tue, 13 Jul 2004 07:31:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB06A43D54; Tue, 13 Jul 2004 07:31:53 +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 i6D7VrNc052426; Tue, 13 Jul 2004 07:31:53 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D7VrNe052425; Tue, 13 Jul 2004 07:31:53 GMT (envelope-from grehan) Message-Id: <200407130731.i6D7VrNe052425@repoman.freebsd.org> From: Peter Grehan Date: Tue, 13 Jul 2004 07:31: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/share/pgpkeys grehan.key pgpkeys.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: Tue, 13 Jul 2004 07:31:54 -0000 grehan 2004-07-13 07:31:53 UTC FreeBSD doc repository (src committer) Modified files: share/pgpkeys pgpkeys.ent Added files: share/pgpkeys grehan.key Log: Belatedly add GnuPG key for upcoming mentor duties. Revision Changes Path 1.1 +39 -0 doc/share/pgpkeys/grehan.key (new) 1.37 +1 -0 doc/share/pgpkeys/pgpkeys.ent From owner-cvs-all@FreeBSD.ORG Tue Jul 13 07: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 857E616A4CE; Tue, 13 Jul 2004 07:33:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 691F343D2F; Tue, 13 Jul 2004 07:33:40 +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 i6D7XeTO052482; Tue, 13 Jul 2004 07:33:40 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D7XeH3052481; Tue, 13 Jul 2004 07:33:40 GMT (envelope-from davidxu) Message-Id: <200407130733.i6D7XeH3052481@repoman.freebsd.org> From: David Xu Date: Tue, 13 Jul 2004 07:33:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_kse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 07:33:40 -0000 davidxu 2004-07-13 07:33:40 UTC FreeBSD src repository Modified files: sys/kern kern_kse.c Log: Add code to support debugging threaded process. 1. Add tm_lwpid into kse_thr_mailbox to indicate which kernel thread current user thread is running on. Add tm_dflags into kse_thr_mailbox, the flags is written by debugger, it tells UTS and kernel what should be done when the process is being debugged, current, there two flags TMDF_SSTEP and TMDF_DONOTRUNUSER. TMDF_SSTEP is used to tell kernel to turn on single stepping, or turn off if it is not set. TMDF_DONOTRUNUSER is used to tell kernel to schedule upcall whenever possible, to UTS, it means do not run the user thread until debugger clears it, this behaviour is necessary because gdb wants to resume only one thread when the thread's pc is at a breakpoint, and thread needs to go forward, in order to avoid other threads sneak pass the breakpoints, it needs to remove breakpoint, only wants one thread to go. Also, add km_lwp to kse_mailbox, the lwp id is copied to kse_thr_mailbox at context switch time when process is not being debugged, so when process is attached, debugger can map kernel thread to user thread. 2. Add p_xthread to proc strcuture and td_xsig to thread structure. p_xthread is used by a thread when it wants to report event to debugger, every thread can set the pointer, especially, when it is used in ptracestop, it is the last thread reporting event will win the race. Every thread has a td_xsig to exchange signal with debugger, thread uses TDF_XSIG flag to indicate it is reporting signal to debugger, if the flag is not cleared, thread will keep retrying until it is cleared by debugger, p_xthread may be used by debugger to indicate CURRENT thread. The p_xstat is still in proc structure to keep wait() to work, in future, we may just use td_xsig. 3. Add TDF_DBSUSPEND flag, the flag is used by debugger to suspend a thread. When process stops, debugger can set the flag for thread, thread will check the flag in thread_suspend_check, enters a loop, unless it is cleared by debugger, process is detached or process is existing. The flag is also checked in ptracestop, so debugger can temporarily suspend a thread even if the thread wants to exchange signal. 4. Current, in ptrace, we always resume all threads, but if a thread has already a TDF_DBSUSPEND flag set by debugger, it won't run. Encouraged by: marcel, julian, deischen Revision Changes Path 1.184 +153 -75 src/sys/kern/kern_kse.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 07:41: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 38EDE16A4CE; Tue, 13 Jul 2004 07:41:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A55643D41; Tue, 13 Jul 2004 07:41:31 +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 i6D7fVt9052791; Tue, 13 Jul 2004 07:41:31 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D7fUCW052790; Tue, 13 Jul 2004 07:41:30 GMT (envelope-from pav) Message-Id: <200407130741.i6D7fUCW052790@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Jul 2004 07:41: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/clearsilver 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, 13 Jul 2004 07:41:31 -0000 pav 2004-07-13 07:41:30 UTC FreeBSD ports repository Modified files: www/clearsilver Makefile Log: - Patch out $ python - print site.sitedirs invocation. According to perky: "sys.sitedirs is not for external reference, it's even hidden and not available in Python 2.4" and replace it with ${PYTHON_SITELIBDIR}. This fixes installation of python module, which would otherwise always end up in /usr/X11R6/lib/python2.3/site-packages. Revision Changes Path 1.3 +1 -0 ports/www/clearsilver/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 13 07:46: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 6D61B16A4CE; Tue, 13 Jul 2004 07:46:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6848443D45; Tue, 13 Jul 2004 07:46:35 +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 i6D7kZdX052929; Tue, 13 Jul 2004 07:46:35 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D7kZBK052928; Tue, 13 Jul 2004 07:46:35 GMT (envelope-from murray) Message-Id: <200407130746.i6D7kZBK052928@repoman.freebsd.org> From: Murray Stokely Date: Tue, 13 Jul 2004 07:46:35 +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 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: Tue, 13 Jul 2004 07:46:35 -0000 murray 2004-07-13 07:46:35 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook book.sgml Log: Add a new top-level titled 'Common Tasks' to hold the following chapters : * Desktop * Multimedia * Kernel Configuration * Printing * Linux Emulation This part provides more in depth coverage of some frequently used features of FreeBSD, and assumes that the reader has read the first 5 chapters in the 'Getting Started' part. This is the first new since Nik and I reorganized in r1.108 almost 3 years ago, and it is long overdue. Also add some introductory text describing what this part contains, and how the material will be presented. Obtained From: FreeBSD Mall, Inc. Handbook 3rd Edition, Vol1: User Guide Revision Changes Path 1.151 +50 -5 doc/en_US.ISO8859-1/books/handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 13 08:20: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 434E616A4CE; Tue, 13 Jul 2004 08:20:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E03A43D1F; Tue, 13 Jul 2004 08:20: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 i6D8Kl4L053916; Tue, 13 Jul 2004 08:20:47 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D8KlrF053915; Tue, 13 Jul 2004 08:20:47 GMT (envelope-from murray) Message-Id: <200407130820.i6D8KlrF053915@repoman.freebsd.org> From: Murray Stokely Date: Tue, 13 Jul 2004 08:20: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/books/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: Tue, 13 Jul 2004 08:20:47 -0000 murray 2004-07-13 08:20:47 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook book.sgml Log: Resurrect the top level Network Communication . This now contains the following chapters: serialcomms, ppp-and-slip, mail, network-servers, and advanced-networking. This existed up until 3 years ago when it was combined with another to form the System Administration part. That part is now too large with over 15 chapters and needs to be split into two again. Also, add some descriptive text to introduce the chapters in this part. Obtained From: FreeBSD Mall, Inc. 3rd Edition FreeBSD Handbook (Vol II) Revision Changes Path 1.152 +42 -3 doc/en_US.ISO8859-1/books/handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 13 08:21: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 3276E16A4CE; Tue, 13 Jul 2004 08:21:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 168F543D41; Tue, 13 Jul 2004 08:21:25 +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 i6D8LOGg053949; Tue, 13 Jul 2004 08:21:24 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D8LOE8053948; Tue, 13 Jul 2004 08:21:24 GMT (envelope-from den) Message-Id: <200407130821.i6D8LOE8053948@repoman.freebsd.org> From: Denis Peplin Date: Tue, 13 Jul 2004 08:21: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/ru_RU.KOI8-R/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: Tue, 13 Jul 2004 08:21:25 -0000 den 2004-07-13 08:21:24 UTC FreeBSD doc repository Added files: ru_RU.KOI8-R/books/handbook/mac chapter.sgml Log: New translation (MFen 1.14) Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.1 +2079 -0 doc/ru_RU.KOI8-R/books/handbook/mac/chapter.sgml (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 13 08:33: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 E859E16A4CE; Tue, 13 Jul 2004 08:33:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF67843D31; Tue, 13 Jul 2004 08:33: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 i6D8XveD054306; Tue, 13 Jul 2004 08:33:57 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D8XvF6054305; Tue, 13 Jul 2004 08:33:57 GMT (envelope-from krion) Message-Id: <200407130833.i6D8XvF6054305@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 13 Jul 2004 08:33: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/graphics Makefile ports/graphics/cal3d Makefile distinfo pkg-descr pkg-plist ports/graphics/cal3d/files patch-src_cal3d_buffersource.h patch-src_cal3d_loader.h patch-src_cal3d_streamsource.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, 13 Jul 2004 08:33:58 -0000 krion 2004-07-13 08:33:57 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/cal3d Makefile distinfo pkg-descr pkg-plist graphics/cal3d/files patch-Makefile.am patch-src_cal3d_Makefile.am patch-src_cal3d_buffersource.h patch-src_cal3d_loader.h patch-src_cal3d_streamsource.h Log: Add cal3d 0.9.1, Cal3D is a skeletal based 3D character animation library written in C++ in a way that is both platform-independent and graphics API-independent. It was originally designed to be used in a 3D client for Worldforge, but evolved into a stand-alone product which can be used in many different kinds of projects. Cal3D's essentials can be boiled down to 2 parts: the C++ library and the exporter. The exporter is what you would use to take your characters (built in a 3D modeling package) and create the Cal3D-format files that the library knows how to load. The exporters are actually plug-ins for 3D modeling packages. This allows 3D artists to use the modeling tools that they're already comfortable with. The C++ library is what you would actually use in your application, whether it's a game or a VR application. The library provides methods to load your exported files, build characters, run animations, and access the data necessary to render them with 3D graphics. PR: ports/68954 Submitted by: Stefan Walter Revision Changes Path 1.705 +1 -0 ports/graphics/Makefile 1.1 +29 -0 ports/graphics/cal3d/Makefile (new) 1.1 +2 -0 ports/graphics/cal3d/distinfo (new) 1.1 +12 -0 ports/graphics/cal3d/files/patch-Makefile.am (new) 1.1 +12 -0 ports/graphics/cal3d/files/patch-src_cal3d_Makefile.am (new) 1.1 +11 -0 ports/graphics/cal3d/files/patch-src_cal3d_buffersource.h (new) 1.1 +11 -0 ports/graphics/cal3d/files/patch-src_cal3d_loader.h (new) 1.1 +11 -0 ports/graphics/cal3d/files/patch-src_cal3d_streamsource.h (new) 1.1 +19 -0 ports/graphics/cal3d/pkg-descr (new) 1.1 +45 -0 ports/graphics/cal3d/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 13 08:34: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 954A316A4CE; Tue, 13 Jul 2004 08:34:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77FEF43D1F; Tue, 13 Jul 2004 08:34: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 i6D8YBGY054360; Tue, 13 Jul 2004 08:34:11 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D8YBjq054359; Tue, 13 Jul 2004 08:34:11 GMT (envelope-from krion) Message-Id: <200407130834.i6D8YBjq054359@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 13 Jul 2004 08:34:11 +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, 13 Jul 2004 08:34:11 -0000 krion 2004-07-13 08:34:11 UTC FreeBSD ports repository Modified files: . modules Log: cal3d --> ports/graphics/cal3d Revision Changes Path 1.10532 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 13 08: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 84D9316A4CE; Tue, 13 Jul 2004 08:46:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EA8C43D48; Tue, 13 Jul 2004 08:46:52 +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 i6D8kqPl054789; Tue, 13 Jul 2004 08:46:52 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D8kqqH054788; Tue, 13 Jul 2004 08:46:52 GMT (envelope-from den) Message-Id: <200407130846.i6D8kqqH054788@repoman.freebsd.org> From: Denis Peplin Date: Tue, 13 Jul 2004 08:46:52 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook Makefile book.sgml chapters.ent doc/ru_RU.KOI8-R/books/handbook/mac Makefile doc/ru_RU.KOI8-R/books/handbook/security 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: Tue, 13 Jul 2004 08:46:52 -0000 den 2004-07-13 08:46:52 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook Makefile book.sgml chapters.ent ru_RU.KOI8-R/books/handbook/security chapter.sgml Added files: ru_RU.KOI8-R/books/handbook/mac Makefile Log: Remove mac section from security chapter Add mac chapter to the build Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.11 +1 -1 doc/ru_RU.KOI8-R/books/handbook/Makefile 1.14 +3 -1 doc/ru_RU.KOI8-R/books/handbook/book.sgml 1.5 +3 -2 doc/ru_RU.KOI8-R/books/handbook/chapters.ent 1.1 +17 -0 doc/ru_RU.KOI8-R/books/handbook/mac/Makefile (new) 1.7 +5 -278 doc/ru_RU.KOI8-R/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 13 08:52: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 1F94116A4CE; Tue, 13 Jul 2004 08:52:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0196843D2D; Tue, 13 Jul 2004 08:52: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 i6D8qbjT054978; Tue, 13 Jul 2004 08:52:37 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D8qbU8054977; Tue, 13 Jul 2004 08:52:37 GMT (envelope-from murray) Message-Id: <200407130852.i6D8qbU8054977@repoman.freebsd.org> From: Murray Stokely Date: Tue, 13 Jul 2004 08:52: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/en_US.ISO8859-1/books/handbook/preface preface.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, 13 Jul 2004 08:52:38 -0000 murray 2004-07-13 08:52:37 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/preface preface.sgml Log: Update the preface to describe the new organization of the Handbook into 5 logical parts. Reorder the brief description of each chapter to conform to the new layout. Obtained from: FreeBSD Mall, Inc. Third Edition FreeBSD Handbook Revision Changes Path 1.22 +81 -61 doc/en_US.ISO8859-1/books/handbook/preface/preface.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 13 08:55: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 6CA9116A4CE; Tue, 13 Jul 2004 08:55:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E4A043D5C; Tue, 13 Jul 2004 08:55:45 +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 i6D8tjAQ055105; Tue, 13 Jul 2004 08:55:45 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D8tje7055104; Tue, 13 Jul 2004 08:55:45 GMT (envelope-from murray) Message-Id: <200407130855.i6D8tje7055104@repoman.freebsd.org> From: Murray Stokely Date: Tue, 13 Jul 2004 08:55:45 +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: Tue, 13 Jul 2004 08:55:45 -0000 murray 2004-07-13 08:55:45 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Remove sentence fragment from chapter synopsis. Revision Changes Path 1.326 +1 -2 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 13 09:32: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 CE50116A4CE; Tue, 13 Jul 2004 09:32:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C703F43D2D; Tue, 13 Jul 2004 09:32:44 +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 i6D9WiXw056169; Tue, 13 Jul 2004 09:32:44 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D9Wifj056168; Tue, 13 Jul 2004 09:32:44 GMT (envelope-from clement) Message-Id: <200407130932.i6D9Wifj056168@repoman.freebsd.org> From: Clement Laforet Date: Tue, 13 Jul 2004 09:32: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/apache2 Makefile Makefile.doc patch-fix-srclib:apr:network_io:unix:sockaddr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 09:32:45 -0000 clement 2004-07-13 09:32:44 UTC FreeBSD ports repository Modified files: www/apache2 Makefile Makefile.doc Added files: www/apache2/files patch-fix-srclib:apr:network_io:unix:sockaddr.c Log: - Fix hostname resolution if IPv4 are mapped. [1] - Add WITHOUT_V4MAPPED knob and explicitly set --disable-v4-mapped if WITHOUT_V4MAPPED or WITH_IPV6_V6ONLY Also submitted by: Tsurutani Naoki [1] Revision Changes Path 1.191 +3 -1 ports/www/apache2/Makefile 1.8 +3 -1 ports/www/apache2/Makefile.doc 1.1 +10 -0 ports/www/apache2/files/patch-fix-srclib:apr:network_io:unix:sockaddr.c (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 13 09: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 D998016A4CE; Tue, 13 Jul 2004 09:37:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC47A43D2D; Tue, 13 Jul 2004 09:37:49 +0000 (GMT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6D9bncm056354; Tue, 13 Jul 2004 09:37:49 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D9bn0A056353; Tue, 13 Jul 2004 09:37:49 GMT (envelope-from simokawa) Message-Id: <200407130937.i6D9bn0A056353@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 13 Jul 2004 09:37: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/modules/dcons 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, 13 Jul 2004 09:37:50 -0000 simokawa 2004-07-13 09:37:49 UTC FreeBSD src repository Modified files: sys/modules/dcons Makefile Log: Replace DDB with KDB. Revision Changes Path 1.2 +1 -1 src/sys/modules/dcons/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 13 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 820D816A4CE; Tue, 13 Jul 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 63FFE43D31; Tue, 13 Jul 2004 09:41:45 +0000 (GMT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6D9fjMI056510; Tue, 13 Jul 2004 09:41:45 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D9fjx0056509; Tue, 13 Jul 2004 09:41:45 GMT (envelope-from simokawa) Message-Id: <200407130941.i6D9fjx0056509@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 13 Jul 2004 09:41: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/dev/dcons dcons.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 09:41:45 -0000 simokawa 2004-07-13 09:41:45 UTC FreeBSD src repository Modified files: sys/dev/dcons dcons.c Log: Re-enable debugger port. Revision Changes Path 1.14 +124 -3 src/sys/dev/dcons/dcons.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 09: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 9337B16A4CE; Tue, 13 Jul 2004 09:46:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 537A743D45; Tue, 13 Jul 2004 09:46: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 i6D9kkr9056719; Tue, 13 Jul 2004 09:46:46 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D9kkK8056718; Tue, 13 Jul 2004 09:46:46 GMT (envelope-from phk) Message-Id: <200407130946.i6D9kkK8056718@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 13 Jul 2004 09:46: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/fs/fdescfs fdesc_vfsops.c src/sys/fs/portalfs portal_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: Tue, 13 Jul 2004 09:46:46 -0000 phk 2004-07-13 09:46:46 UTC FreeBSD src repository Modified files: sys/fs/fdescfs fdesc_vfsops.c sys/fs/portalfs portal_vfsops.c Log: Make LINT compile Revision Changes Path 1.45 +0 -1 src/sys/fs/fdescfs/fdesc_vfsops.c 1.50 +0 -1 src/sys/fs/portalfs/portal_vfsops.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 09:47: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 B6EE216A4CE; Tue, 13 Jul 2004 09:47:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99D0B43D41; Tue, 13 Jul 2004 09:47:27 +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 i6D9lR8d056758; Tue, 13 Jul 2004 09:47:27 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D9lR98056757; Tue, 13 Jul 2004 09:47:27 GMT (envelope-from phk) Message-Id: <200407130947.i6D9lR98056757@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 13 Jul 2004 09:47:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/smbfs smbfs_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: Tue, 13 Jul 2004 09:47:27 -0000 phk 2004-07-13 09:47:27 UTC FreeBSD src repository Modified files: sys/fs/smbfs smbfs_vfsops.c Log: Another LINT compilation fix Revision Changes Path 1.25 +0 -1 src/sys/fs/smbfs/smbfs_vfsops.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 09:53: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 DBE5D16A4CE; Tue, 13 Jul 2004 09:53:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE0D243D55; Tue, 13 Jul 2004 09:53:43 +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 i6D9rhuW056985; Tue, 13 Jul 2004 09:53:43 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6D9rhbZ056984; Tue, 13 Jul 2004 09:53:43 GMT (envelope-from clement) Message-Id: <200407130953.i6D9rhbZ056984@repoman.freebsd.org> From: Clement Laforet Date: Tue, 13 Jul 2004 09:53: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/www/apache2/files exp-apr-kqueue.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, 13 Jul 2004 09:53:44 -0000 clement 2004-07-13 09:53:43 UTC FreeBSD ports repository Modified files: www/apache2/files exp-apr-kqueue.patch Log: - Update experimental apr/kqueue patch Obtained from: apr CVS Revision Changes Path 1.2 +108 -59 ports/www/apache2/files/exp-apr-kqueue.patch From owner-cvs-all@FreeBSD.ORG Tue Jul 13 10:07: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 660B216A4CE; Tue, 13 Jul 2004 10:07:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4746343D2D; Tue, 13 Jul 2004 10:07:22 +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 i6DA7MI9057376; Tue, 13 Jul 2004 10:07:22 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DA7Mf2057375; Tue, 13 Jul 2004 10:07:22 GMT (envelope-from demon) Message-Id: <200407131007.i6DA7Mf2057375@repoman.freebsd.org> From: Dmitry Sivachenko Date: Tue, 13 Jul 2004 10:07: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/links Makefile distinfo ports/www/links/files patch-ipret.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 10:07:22 -0000 demon 2004-07-13 10:07:22 UTC FreeBSD ports repository Modified files: www/links Makefile distinfo Removed files: www/links/files patch-ipret.c Log: Update to version 2.1pre15. Revision Changes Path 1.42 +2 -2 ports/www/links/Makefile 1.18 +2 -2 ports/www/links/distinfo 1.3 +0 -11 ports/www/links/files/patch-ipret.c (dead) From owner-cvs-all@FreeBSD.ORG Tue Jul 13 10:27: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 5A5A016A4CE; Tue, 13 Jul 2004 10:27:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CD0F43D39; Tue, 13 Jul 2004 10:27:59 +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 i6DARxHQ057838; Tue, 13 Jul 2004 10:27:59 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DARxJU057837; Tue, 13 Jul 2004 10:27:59 GMT (envelope-from blackend) Message-Id: <200407131027.i6DARxJU057837@repoman.freebsd.org> From: Marc Fonvieille Date: Tue, 13 Jul 2004 10:27:59 +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/disks 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: Tue, 13 Jul 2004 10:27:59 -0000 blackend 2004-07-13 10:27:59 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: s/md0c/md0 where needed. Revision Changes Path 1.211 +1 -1 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 13 11: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 A604516A4CE; Tue, 13 Jul 2004 11:18:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61B5E43D2F; Tue, 13 Jul 2004 11:18:04 +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 i6DBI4d7059084; Tue, 13 Jul 2004 11:18:04 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DBI4jm059083; Tue, 13 Jul 2004 11:18:04 GMT (envelope-from simon) Message-Id: <200407131118.i6DBI4jm059083@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 13 Jul 2004 11:18: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/da_DK.ISO8859-1/articles/ipsec-must 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: Tue, 13 Jul 2004 11:18:04 -0000 simon 2004-07-13 11:18:04 UTC FreeBSD doc repository Modified files: da_DK.ISO8859-1/articles/ipsec-must article.sgml Log: MFen 1.13 Reviewed by: Laust S. Jespersen Revision Changes Path 1.2 +4 -4 doc/da_DK.ISO8859-1/articles/ipsec-must/article.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 13 11:23: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 64CCF16A4CE; Tue, 13 Jul 2004 11:23:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4616743D31; Tue, 13 Jul 2004 11:23:31 +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 i6DBNVnU059246; Tue, 13 Jul 2004 11:23:31 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DBNV1V059245; Tue, 13 Jul 2004 11:23:31 GMT (envelope-from pjd) Message-Id: <200407131123.i6DBNV1V059245@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 13 Jul 2004 11:23: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/geom/stripe g_stripe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 11:23:31 -0000 pjd 2004-07-13 11:23:31 UTC FreeBSD src repository Modified files: sys/geom/stripe g_stripe.c Log: Minor sysctl description fixes. Submitted by: simon Revision Changes Path 1.5 +2 -2 src/sys/geom/stripe/g_stripe.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 11:26: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 34B1416A4CE; Tue, 13 Jul 2004 11:26:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1584A43D1D; Tue, 13 Jul 2004 11:26:00 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6DBPxkH059385; Tue, 13 Jul 2004 11:25:59 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DBPxm4059384; Tue, 13 Jul 2004 11:25:59 GMT (envelope-from mat) Message-Id: <200407131125.i6DBPxm4059384@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 13 Jul 2004 11: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/archivers/p5-Mac-Macbinary 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, 13 Jul 2004 11:26:00 -0000 mat 2004-07-13 11:25:59 UTC FreeBSD ports repository Modified files: archivers/p5-Mac-Macbinary Makefile distinfo Log: Update to 0.06 Revision Changes Path 1.9 +1 -1 ports/archivers/p5-Mac-Macbinary/Makefile 1.5 +2 -2 ports/archivers/p5-Mac-Macbinary/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 13 11: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 CB27716A4CE; Tue, 13 Jul 2004 11:28:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AABA443D41; Tue, 13 Jul 2004 11:28:40 +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 i6DBSerp059440; Tue, 13 Jul 2004 11:28:40 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DBSeuX059439; Tue, 13 Jul 2004 11:28:40 GMT (envelope-from pjd) Message-Id: <200407131128.i6DBSeuX059439@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 13 Jul 2004 11:28:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom/class/stripe gstripe.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: Tue, 13 Jul 2004 11:28:41 -0000 pjd 2004-07-13 11:28:40 UTC FreeBSD src repository Modified files: sbin/geom/class/stripe gstripe.8 Log: Document sysctls variables used by GEOM_STRIPE class. Submitted by: simon Revision Changes Path 1.9 +37 -0 src/sbin/geom/class/stripe/gstripe.8 From owner-cvs-all@FreeBSD.ORG Tue Jul 13 11:54: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 A2B2316A4CE; Tue, 13 Jul 2004 11:54:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8356E43D3F; Tue, 13 Jul 2004 11:54: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 i6DBsBCM060116; Tue, 13 Jul 2004 11:54:11 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DBsBU2060115; Tue, 13 Jul 2004 11:54:11 GMT (envelope-from pav) Message-Id: <200407131154.i6DBsBU2060115@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Jul 2004 11:54: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/editors/AbiWord2 Makefile distinfo pkg-plist patch-src_af_util_xp_ut_string_class.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, 13 Jul 2004 11:54:11 -0000 pav 2004-07-13 11:54:11 UTC FreeBSD ports repository Modified files: editors/AbiWord2 Makefile distinfo pkg-plist Removed files: editors/AbiWord2/files patch-src_af_util_xp_ut_string_class.cpp Log: - Update to 2.0.8 Revision Changes Path 1.92 +1 -2 ports/editors/AbiWord2/Makefile 1.41 +2 -2 ports/editors/AbiWord2/distinfo 1.2 +0 -26 ports/editors/AbiWord2/files/patch-src_af_util_xp_ut_string_class.cpp (dead) 1.39 +1 -0 ports/editors/AbiWord2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 13 11:57: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 DEFB316A4CE; Tue, 13 Jul 2004 11:57:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFBC143D2D; Tue, 13 Jul 2004 11:57:53 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6DBvruH060251; Tue, 13 Jul 2004 11:57:53 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DBvrPB060250; Tue, 13 Jul 2004 11:57:53 GMT (envelope-from mat) Message-Id: <200407131157.i6DBvrPB060250@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 13 Jul 2004 11:57: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/p5-Class-DBI-Loader 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, 13 Jul 2004 11:57:54 -0000 mat 2004-07-13 11:57:53 UTC FreeBSD ports repository Modified files: databases/p5-Class-DBI-Loader Makefile distinfo Log: Update to 0.03 Revision Changes Path 1.4 +1 -1 ports/databases/p5-Class-DBI-Loader/Makefile 1.4 +2 -2 ports/databases/p5-Class-DBI-Loader/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 13 12:01: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 C0FD416A4CE; Tue, 13 Jul 2004 12:01:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F68443D39; Tue, 13 Jul 2004 12:01: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 i6DC1BtF060386; Tue, 13 Jul 2004 12:01:11 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DC1B6O060385; Tue, 13 Jul 2004 12:01:11 GMT (envelope-from pjd) Message-Id: <200407131201.i6DC1B6O060385@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 13 Jul 2004 12:01: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/label g_label.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 12:01:11 -0000 pjd 2004-07-13 12:01:11 UTC FreeBSD src repository Modified files: sys/geom/label g_label.c Log: Decrease log level of one debug message, so there is no hole (level 2 wasn't used at all). Revision Changes Path 1.5 +1 -1 src/sys/geom/label/g_label.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 12:01: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 C141F16A4D0; Tue, 13 Jul 2004 12:01:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1D2543D1F; Tue, 13 Jul 2004 12:01:29 +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 i6DC1TnK060424; Tue, 13 Jul 2004 12:01:29 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DC1Tcc060423; Tue, 13 Jul 2004 12:01:29 GMT (envelope-from pjd) Message-Id: <200407131201.i6DC1Tcc060423@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 13 Jul 2004 12:01: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/geom/label g_label.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, 13 Jul 2004 12:01:29 -0000 pjd 2004-07-13 12:01:29 UTC FreeBSD src repository Modified files: sys/geom/label g_label.h Log: Remove unused macro. Revision Changes Path 1.3 +0 -9 src/sys/geom/label/g_label.h From owner-cvs-all@FreeBSD.ORG Tue Jul 13 12:03: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 D24D116A4CE; Tue, 13 Jul 2004 12:03:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2DA443D46; Tue, 13 Jul 2004 12:03:21 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6DC3L7u060475; Tue, 13 Jul 2004 12:03:21 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DC3Lra060474; Tue, 13 Jul 2004 12:03:21 GMT (envelope-from mat) Message-Id: <200407131203.i6DC3Lra060474@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 13 Jul 2004 12:03: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/databases/p5-Data-Page 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, 13 Jul 2004 12:03:22 -0000 mat 2004-07-13 12:03:21 UTC FreeBSD ports repository Modified files: databases/p5-Data-Page Makefile distinfo pkg-plist Log: Update to 1.02 Revision Changes Path 1.5 +1 -1 ports/databases/p5-Data-Page/Makefile 1.5 +2 -2 ports/databases/p5-Data-Page/distinfo 1.2 +3 -2 ports/databases/p5-Data-Page/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 13 12:19: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 0E30316A4CE; Tue, 13 Jul 2004 12:19:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0D8F43D45; Tue, 13 Jul 2004 12:19:07 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6DCJ7O8060914; Tue, 13 Jul 2004 12:19:07 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DCJ7kd060913; Tue, 13 Jul 2004 12:19:07 GMT (envelope-from mat) Message-Id: <200407131219.i6DCJ7kd060913@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 13 Jul 2004 12:19: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/p5-Test-Pod 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, 13 Jul 2004 12:19:08 -0000 mat 2004-07-13 12:19:07 UTC FreeBSD ports repository Modified files: devel/p5-Test-Pod Makefile distinfo Log: Update to 1.20 Revision Changes Path 1.11 +1 -1 ports/devel/p5-Test-Pod/Makefile 1.11 +2 -2 ports/devel/p5-Test-Pod/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 13 12: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 6003516A4CE; Tue, 13 Jul 2004 12:30:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4020D43D2F; Tue, 13 Jul 2004 12:30:12 +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 i6DCUCTD061184; Tue, 13 Jul 2004 12:30:12 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DCUCMr061183; Tue, 13 Jul 2004 12:30:12 GMT (envelope-from pjd) Message-Id: <200407131230.i6DCUCMr061183@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 13 Jul 2004 12:30: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/sbin/geom/class/stripe gstripe.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: Tue, 13 Jul 2004 12:30:12 -0000 pjd 2004-07-13 12:30:11 UTC FreeBSD src repository Modified files: sbin/geom/class/stripe gstripe.8 Log: Those sysctl are used to control GEOM class, not a userland utility. Reviewed by: simon Revision Changes Path 1.10 +6 -4 src/sbin/geom/class/stripe/gstripe.8 From owner-cvs-all@FreeBSD.ORG Tue Jul 13 12:32: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 ABB0216A4CE; Tue, 13 Jul 2004 12:32:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B07143D3F; Tue, 13 Jul 2004 12:32:20 +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 i6DCWKEM061342; Tue, 13 Jul 2004 12:32:20 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DCWKhF061341; Tue, 13 Jul 2004 12:32:20 GMT (envelope-from pjd) Message-Id: <200407131232.i6DCWKhF061341@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 13 Jul 2004 12:32: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/sbin/geom/class/concat gconcat.8src/sbin/geom/class/label glabel.8 src/sbin/geom/class/nop gnop.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: Tue, 13 Jul 2004 12:32:20 -0000 pjd 2004-07-13 12:32:20 UTC FreeBSD src repository Modified files: sbin/geom/class/concat gconcat.8 sbin/geom/class/label glabel.8 sbin/geom/class/nop gnop.8 Log: Document sysctl variables. Based on: simon's patch Revision Changes Path 1.7 +18 -0 src/sbin/geom/class/concat/gconcat.8 1.5 +18 -0 src/sbin/geom/class/label/glabel.8 1.9 +16 -0 src/sbin/geom/class/nop/gnop.8 From owner-cvs-all@FreeBSD.ORG Tue Jul 13 12:58: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 5AE7216A4CE; Tue, 13 Jul 2004 12:58:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39AF143D1D; Tue, 13 Jul 2004 12:58:36 +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 i6DCwaUT062027; Tue, 13 Jul 2004 12:58:36 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DCwawi062026; Tue, 13 Jul 2004 12:58:36 GMT (envelope-from nyan) Message-Id: <200407131258.i6DCwawi062026@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 13 Jul 2004 12:58: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/pc98/pc98 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: Tue, 13 Jul 2004 12:58:36 -0000 nyan 2004-07-13 12:58:36 UTC FreeBSD src repository Modified files: sys/pc98/pc98 clock.c Log: MFi386: revision 1.213. Fix miss merging in previous change. Revision Changes Path 1.140 +20 -16 src/sys/pc98/pc98/clock.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 13:10: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 DB8EC16A4CE; Tue, 13 Jul 2004 13:10:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAFBB43D39; Tue, 13 Jul 2004 13:10:07 +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 i6DDA7kH062375; Tue, 13 Jul 2004 13:10:07 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DDA78k062374; Tue, 13 Jul 2004 13:10:07 GMT (envelope-from cperciva) Message-Id: <200407131310.i6DDA78k062374@repoman.freebsd.org> From: Colin Percival Date: Tue, 13 Jul 2004 13:10: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 kern_fork.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 13:10:08 -0000 cperciva 2004-07-13 13:10:07 UTC FreeBSD src repository Modified files: sys/kern kern_fork.c Log: Replace "uid != 0" with "suser(td->td_ucred) != 0" when checking if we've hit the maximum number of processes. The last ten processes are reserved for the *non-jailed* superuser. Revision Changes Path 1.228 +2 -1 src/sys/kern/kern_fork.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 13:14: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 4E60316A4CE; Tue, 13 Jul 2004 13:14:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D0D143D1D; Tue, 13 Jul 2004 13:14:38 +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 i6DDEcXo062532; Tue, 13 Jul 2004 13:14:38 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DDEcHN062531; Tue, 13 Jul 2004 13:14:38 GMT (envelope-from nyan) Message-Id: <200407131314.i6DDEcHN062531@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 13 Jul 2004 13:14: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/pc98/pc98 fd.c fdc_cbus.c fdcvar.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, 13 Jul 2004 13:14:38 -0000 nyan 2004-07-13 13:14:38 UTC FreeBSD src repository Modified files: sys/pc98/pc98 fd.c fdc_cbus.c fdcvar.h Log: Merged from recent fdc driver changes. Make a separate function to check FDD type. Revision Changes Path 1.151 +132 -87 src/sys/pc98/pc98/fd.c 1.2 +5 -10 src/sys/pc98/pc98/fdc_cbus.c 1.2 +10 -0 src/sys/pc98/pc98/fdcvar.h From owner-cvs-all@FreeBSD.ORG Tue Jul 13 13: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 08B8B16A4CE; Tue, 13 Jul 2004 13:32:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B443C43D1F; Tue, 13 Jul 2004 13:32:42 +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 i6DDWgCV063033; Tue, 13 Jul 2004 13:32:42 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DDWgRC063032; Tue, 13 Jul 2004 13:32:42 GMT (envelope-from clement) Message-Id: <200407131332.i6DDWgRC063032@repoman.freebsd.org> From: Clement Laforet Date: Tue, 13 Jul 2004 13:32: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/www/apache2 Makefile.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, 13 Jul 2004 13:32:43 -0000 clement 2004-07-13 13:32:42 UTC FreeBSD ports repository Modified files: www/apache2 Makefile.modules Log: - Disable mod_cgi if MPM is threaded. Revision Changes Path 1.15 +2 -1 ports/www/apache2/Makefile.modules From owner-cvs-all@FreeBSD.ORG Tue Jul 13 13: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 C99A816A4CE; Tue, 13 Jul 2004 13:39:51 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71D9D43D5D; Tue, 13 Jul 2004 13:39:51 +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 i6DDdboT047169; Tue, 13 Jul 2004 09:39:37 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i6DDdbL0047166; Tue, 13 Jul 2004 09:39:37 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Tue, 13 Jul 2004 09:39:36 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Alfred Perlstein In-Reply-To: <200407120814.i6C8EA9d007919@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/coda coda_vfsops.c src/sys/fs/devfs devfs_vfsops.c src/sys/fs/fdescfs fdesc.h fdesc_vfsops.c src/sys/fs/hpfs hpfs_vfsops.c src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/fs/ntfs ntfs_vfsops.c src/sys/fs/nullfs null_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: Tue, 13 Jul 2004 13:39:51 -0000 On Mon, 12 Jul 2004, Alfred Perlstein wrote: > Make VFS_ROOT() and vflush() take a thread argument. > This is to allow filesystems to decide based on the passed thread > which vnode to return. > Several filesystems used curthread, they now use the passed thread. This strikes me as fairly suspect, as most consumers of any thread pointer are going to dereference it in a way that's only safe if that thread is curthread. The same dubious quality applies to passing threads into other VFS operations, and the only real purpose in most cases is to trade off the cost of a PCPU lookup and a stack argument. Do you plan to pass in a thread other than curthread? If so, how will you ensure this is safe? Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Tue Jul 13 13:44: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 EA13116A4CE; Tue, 13 Jul 2004 13:44:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C93D043D5F; Tue, 13 Jul 2004 13:44:15 +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 i6DDiFUM063342; Tue, 13 Jul 2004 13:44:15 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DDiFwU063341; Tue, 13 Jul 2004 13:44:15 GMT (envelope-from clement) Message-Id: <200407131344.i6DDiFwU063341@repoman.freebsd.org> From: Clement Laforet Date: Tue, 13 Jul 2004 13:44: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 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, 13 Jul 2004 13:44:16 -0000 clement 2004-07-13 13:44:15 UTC FreeBSD ports repository Modified files: mail/dbmail Makefile distinfo Log: - Update to 1.2.8b Revision Changes Path 1.16 +2 -4 ports/mail/dbmail/Makefile 1.9 +2 -2 ports/mail/dbmail/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 13 13:45: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 8240016A4CE; Tue, 13 Jul 2004 13:45:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6009643D5E; Tue, 13 Jul 2004 13:45:07 +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 i6DDj7ww063392; Tue, 13 Jul 2004 13:45:07 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DDj7CK063391; Tue, 13 Jul 2004 13:45:07 GMT (envelope-from vs) Message-Id: <200407131345.i6DDj7CK063391@repoman.freebsd.org> From: Volker Stolz Date: Tue, 13 Jul 2004 13:45: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/activitymail 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, 13 Jul 2004 13:45:07 -0000 vs 2004-07-13 13:45:07 UTC FreeBSD ports repository Modified files: devel/activitymail Makefile distinfo Removed files: devel/activitymail pkg-plist Log: Update to 1.19 (nuke singleton plist while here) PR: ports/68970 Submitted by: Joseph Scott Revision Changes Path 1.3 +2 -1 ports/devel/activitymail/Makefile 1.3 +2 -2 ports/devel/activitymail/distinfo 1.2 +0 -2 ports/devel/activitymail/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Jul 13 13:52: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 ECBE816A4CE; Tue, 13 Jul 2004 13:52:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB9AD43D2D; Tue, 13 Jul 2004 13:52:49 +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 i6DDqnTw063655; Tue, 13 Jul 2004 13:52:49 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DDqnG6063654; Tue, 13 Jul 2004 13:52:49 GMT (envelope-from vs) Message-Id: <200407131352.i6DDqnG6063654@repoman.freebsd.org> From: Volker Stolz Date: Tue, 13 Jul 2004 13:52: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/misc/flyway 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, 13 Jul 2004 13:52:50 -0000 vs 2004-07-13 13:52:49 UTC FreeBSD ports repository Modified files: misc/flyway Makefile distinfo Log: Update to 0.3.3 PR: ports/68931 Submitted by: Michael Johnson (maintainer) Revision Changes Path 1.9 +4 -2 ports/misc/flyway/Makefile 1.5 +2 -2 ports/misc/flyway/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 13 13:52: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 A6A3816A4D0; Tue, 13 Jul 2004 13:52:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 853A243D1D; Tue, 13 Jul 2004 13:52:57 +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 i6DDqveJ063709; Tue, 13 Jul 2004 13:52:57 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DDqvQ5063708; Tue, 13 Jul 2004 13:52:57 GMT (envelope-from naddy) Message-Id: <200407131352.i6DDqvQ5063708@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 13 Jul 2004 13:52: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/openntpd Makefile distinfo pkg-descr ports/net/openntpd/files patch-includes.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, 13 Jul 2004 13:52:57 -0000 naddy 2004-07-13 13:52:57 UTC FreeBSD ports repository Modified files: net/openntpd Makefile distinfo pkg-descr Removed files: net/openntpd/files patch-includes.h Log: Update to the release du jour, now with datestamp version numbering. Revision Changes Path 1.3 +1 -2 ports/net/openntpd/Makefile 1.2 +2 -2 ports/net/openntpd/distinfo 1.2 +0 -18 ports/net/openntpd/files/patch-includes.h (dead) 1.2 +2 -0 ports/net/openntpd/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Jul 13 13:53: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 3721216A4CE; Tue, 13 Jul 2004 13:53:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1639343D1D; Tue, 13 Jul 2004 13:53:45 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6DDric5063758; Tue, 13 Jul 2004 13:53:44 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DDriI9063757; Tue, 13 Jul 2004 13:53:44 GMT (envelope-from mat) Message-Id: <200407131353.i6DDriI9063757@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 13 Jul 2004 13:53: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-Set-Infinite 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, 13 Jul 2004 13:53:45 -0000 mat 2004-07-13 13:53:44 UTC FreeBSD ports repository Modified files: devel/p5-Set-Infinite Makefile distinfo Log: Update to 0.59 Revision Changes Path 1.15 +1 -1 ports/devel/p5-Set-Infinite/Makefile 1.15 +2 -2 ports/devel/p5-Set-Infinite/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 13 13:58: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 B3FC216A4CE; Tue, 13 Jul 2004 13:58:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92BED43D1F; Tue, 13 Jul 2004 13:58:37 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6DDwbSP063891; Tue, 13 Jul 2004 13:58:37 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DDwbfv063890; Tue, 13 Jul 2004 13:58:37 GMT (envelope-from mat) Message-Id: <200407131358.i6DDwbfv063890@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 13 Jul 2004 13:58: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/pam-pgsql 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, 13 Jul 2004 13:58:37 -0000 mat 2004-07-13 13:58:37 UTC FreeBSD ports repository Modified files: security/pam-pgsql Makefile Log: drop maintainership, I don't use it any more and don't have time to fix it Revision Changes Path 1.23 +1 -1 ports/security/pam-pgsql/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 13 14:37: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 8A6BA16A4CE; Tue, 13 Jul 2004 14:37:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4558C43D1D; Tue, 13 Jul 2004 14:37:05 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6DEb5Ff064901; Tue, 13 Jul 2004 14:37:05 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DEb5we064900; Tue, 13 Jul 2004 14:37:05 GMT (envelope-from mat) Message-Id: <200407131437.i6DEb5we064900@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 13 Jul 2004 14:37: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/p5-Devel-Cover 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, 13 Jul 2004 14:37:05 -0000 mat 2004-07-13 14:37:05 UTC FreeBSD ports repository Modified files: devel/p5-Devel-Cover Makefile distinfo Log: Update to 0.47 Revision Changes Path 1.16 +1 -1 ports/devel/p5-Devel-Cover/Makefile 1.17 +2 -2 ports/devel/p5-Devel-Cover/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 13 14:38: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 6279416A4CE; Tue, 13 Jul 2004 14:38:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4171143D2F; Tue, 13 Jul 2004 14:38:41 +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 i6DEcfX9064944; Tue, 13 Jul 2004 14:38:41 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DEcfTT064943; Tue, 13 Jul 2004 14:38:41 GMT (envelope-from kensmith) Message-Id: <200407131438.i6DEcfTT064943@repoman.freebsd.org> From: Ken Smith Date: Tue, 13 Jul 2004 14:38: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/sgml mirrors.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, 13 Jul 2004 14:38:41 -0000 kensmith 2004-07-13 14:38:41 UTC FreeBSD doc repository Modified files: share/sgml mirrors.xml Log: Adjustments to www sites in Romania. Revision Changes Path 1.27 +5 -5 doc/share/sgml/mirrors.xml From owner-cvs-all@FreeBSD.ORG Tue Jul 13 14: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 0571316A4CE; Tue, 13 Jul 2004 14:52:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D94DE43D39; Tue, 13 Jul 2004 14:52:31 +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 i6DEqVEg065342; Tue, 13 Jul 2004 14:52:31 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DEqVGG065341; Tue, 13 Jul 2004 14:52:31 GMT (envelope-from roam) Message-Id: <200407131452.i6DEqVGG065341@repoman.freebsd.org> From: Peter Pentchev Date: Tue, 13 Jul 2004 14:52: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/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: Tue, 13 Jul 2004 14:52:32 -0000 roam 2004-07-13 14:52:31 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4) share/man/man5 make.conf.5 Log: Remove the description of the MAKE_SHELL variable that is not honored in -STABLE's make. The MAKE_SHELL description seems to have crept into the merge in rev. 1.12.2.24. PR: 65615 Submitted by: Matthew Seaman Revision Changes Path 1.12.2.36 +0 -13 src/share/man/man5/make.conf.5 From owner-cvs-all@FreeBSD.ORG Tue Jul 13 14:55: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 040B316A4CE; Tue, 13 Jul 2004 14:55:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D628F43D31; Tue, 13 Jul 2004 14:55:21 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6DEtL9W065443; Tue, 13 Jul 2004 14:55:21 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DEtLD3065442; Tue, 13 Jul 2004 14:55:21 GMT (envelope-from mat) Message-Id: <200407131455.i6DEtLD3065442@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 13 Jul 2004 14:55: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/devel/p5-DateTime-Set 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, 13 Jul 2004 14:55:22 -0000 mat 2004-07-13 14:55:21 UTC FreeBSD ports repository Modified files: devel/p5-DateTime-Set Makefile distinfo Log: Update to 0.16.03 Revision Changes Path 1.13 +2 -2 ports/devel/p5-DateTime-Set/Makefile 1.13 +2 -2 ports/devel/p5-DateTime-Set/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 13 14:56: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 4C00916A4CE; Tue, 13 Jul 2004 14:56:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B7B043D2D; Tue, 13 Jul 2004 14:56: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 i6DEuTit065528; Tue, 13 Jul 2004 14:56:29 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DEuTgp065527; Tue, 13 Jul 2004 14:56:29 GMT (envelope-from vs) Message-Id: <200407131456.i6DEuTgp065527@repoman.freebsd.org> From: Volker Stolz Date: Tue, 13 Jul 2004 14:56: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/archivers/hpack.non-usa.only 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, 13 Jul 2004 14:56:29 -0000 vs 2004-07-13 14:56:29 UTC FreeBSD ports repository Modified files: archivers/hpack.non-usa.only Makefile Log: Refresh MASTER_SITES Identical archive-content verified by: me Revision Changes Path 1.23 +2 -1 ports/archivers/hpack.non-usa.only/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 13 15:01: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 1035D16A4CE; Tue, 13 Jul 2004 15:01:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E30AA43D1D; Tue, 13 Jul 2004 15:01:41 +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 i6DF1fR4065694; Tue, 13 Jul 2004 15:01:41 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DF1fX5065693; Tue, 13 Jul 2004 15:01:41 GMT (envelope-from roam) Message-Id: <200407131501.i6DF1fX5065693@repoman.freebsd.org> From: Peter Pentchev Date: Tue, 13 Jul 2004 15:01: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/share/man/man4 ng_iface.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: Tue, 13 Jul 2004 15:01:42 -0000 roam 2004-07-13 15:01:41 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4) share/man/man4 ng_iface.4 Log: MFC rev. 1.14: "An iface node *can* be configured..." PR: 66574 Submitted by: Michel Lavondes Revision Changes Path 1.13.2.2 +1 -1 src/share/man/man4/ng_iface.4 From owner-cvs-all@FreeBSD.ORG Tue Jul 13 15: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 9C28116A4CE; Tue, 13 Jul 2004 15:02:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BE7F43D45; Tue, 13 Jul 2004 15:02:13 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6DF2Dpf065738; Tue, 13 Jul 2004 15:02:13 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DF2Dgb065737; Tue, 13 Jul 2004 15:02:13 GMT (envelope-from mat) Message-Id: <200407131502.i6DF2Dgb065737@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 13 Jul 2004 15:02: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-DateTime-Format-Builder 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, 13 Jul 2004 15:02:13 -0000 mat 2004-07-13 15:02:13 UTC FreeBSD ports repository Modified files: devel/p5-DateTime-Format-Builder Makefile distinfo Log: Update to 0.78.04 Revision Changes Path 1.9 +1 -1 ports/devel/p5-DateTime-Format-Builder/Makefile 1.8 +2 -2 ports/devel/p5-DateTime-Format-Builder/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 13 15:05: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 6A26116A4CE; Tue, 13 Jul 2004 15:05:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4830D43D46; Tue, 13 Jul 2004 15:05:09 +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 i6DF58Q2065813; Tue, 13 Jul 2004 15:05:08 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DF58PY065812; Tue, 13 Jul 2004 15:05:08 GMT (envelope-from vs) Message-Id: <200407131505.i6DF58PY065812@repoman.freebsd.org> From: Volker Stolz Date: Tue, 13 Jul 2004 15:05: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/audio/snack 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, 13 Jul 2004 15:05:09 -0000 vs 2004-07-13 15:05:08 UTC FreeBSD ports repository Modified files: audio/snack Makefile distinfo Log: Update to 2.2.7 Revision Changes Path 1.18 +1 -1 ports/audio/snack/Makefile 1.8 +2 -2 ports/audio/snack/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 13 15:06: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 E0A3E16A4CE; Tue, 13 Jul 2004 15:06:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C050143D55; Tue, 13 Jul 2004 15:06:12 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6DF6Cxb065970; Tue, 13 Jul 2004 15:06:12 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DF6Crm065969; Tue, 13 Jul 2004 15:06:12 GMT (envelope-from mat) Message-Id: <200407131506.i6DF6Crm065969@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 13 Jul 2004 15:06: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/p5-DateTime-Format-MySQL 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, 13 Jul 2004 15:06:13 -0000 mat 2004-07-13 15:06:12 UTC FreeBSD ports repository Modified files: devel/p5-DateTime-Format-MySQL Makefile distinfo Log: Update to 0.03.01 Revision Changes Path 1.5 +2 -1 ports/devel/p5-DateTime-Format-MySQL/Makefile 1.3 +2 -2 ports/devel/p5-DateTime-Format-MySQL/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 13 15:07: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 8F69A16A4CE; Tue, 13 Jul 2004 15:07:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CE5343D5A; Tue, 13 Jul 2004 15:07:23 +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 i6DF7Nqd066013; Tue, 13 Jul 2004 15:07:23 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DF7Nm3066012; Tue, 13 Jul 2004 15:07:23 GMT (envelope-from roam) Message-Id: <200407131507.i6DF7Nm3066012@repoman.freebsd.org> From: Peter Pentchev Date: Tue, 13 Jul 2004 15:07:23 +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 ng_ksocket.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: Tue, 13 Jul 2004 15:07:23 -0000 roam 2004-07-13 15:07:23 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4) share/man/man4 ng_ksocket.4 Log: MFC rev. 1.16 (a 'paramter' typo fix) and 1.17 (kill hard sentence breaks). PR: 66575 Submitted by: Michel Lavondes Revision Changes Path 1.15.2.2 +24 -12 src/share/man/man4/ng_ksocket.4 From owner-cvs-all@FreeBSD.ORG Tue Jul 13 15:13: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 E358E16A4CE; Tue, 13 Jul 2004 15:13:10 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 549B743D45; Tue, 13 Jul 2004 15:13:10 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from dhcp50.pn.xcllnt.net (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i6DFDAIL090632; Tue, 13 Jul 2004 08:13:10 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp50.pn.xcllnt.net (localhost [127.0.0.1]) i6DFD9lo008308; Tue, 13 Jul 2004 08:13:09 -0700 (PDT) (envelope-from marcel@dhcp50.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp50.pn.xcllnt.net (8.12.11/8.12.11/Submit) id i6DFD9ZU008307; Tue, 13 Jul 2004 08:13:09 -0700 (PDT) (envelope-from marcel) Date: Tue, 13 Jul 2004 08:13:09 -0700 From: Marcel Moolenaar To: Hidetoshi Shimokawa Message-ID: <20040713151309.GA8277@dhcp50.pn.xcllnt.net> References: <200407130941.i6D9fjx0056509@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407130941.i6D9fjx0056509@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/dcons dcons.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 15:13:11 -0000 On Tue, Jul 13, 2004 at 09:41:45AM +0000, Hidetoshi Shimokawa wrote: > simokawa 2004-07-13 09:41:45 UTC > > FreeBSD src repository > > Modified files: > sys/dev/dcons dcons.c > Log: > Re-enable debugger port. Thanks! -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Tue Jul 13 15:14: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 D0E3916A4CF; Tue, 13 Jul 2004 15:14:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC57943D1D; Tue, 13 Jul 2004 15:14:22 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6DFEMlt066178; Tue, 13 Jul 2004 15:14:22 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DFEM3P066177; Tue, 13 Jul 2004 15:14:22 GMT (envelope-from oliver) Message-Id: <200407131514.i6DFEM3P066177@repoman.freebsd.org> From: Oliver Lehmann Date: Tue, 13 Jul 2004 15:14: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/sylpheed 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, 13 Jul 2004 15:14:23 -0000 oliver 2004-07-13 15:14:22 UTC FreeBSD ports repository Modified files: mail/sylpheed Makefile distinfo pkg-plist Log: fetch & Install sylpheed-mime.types to send attached Files with a propper mime-type declaration. Noted By: Bill Moran Revision Changes Path 1.85 +10 -3 ports/mail/sylpheed/Makefile 1.58 +4 -2 ports/mail/sylpheed/distinfo 1.26 +1 -0 ports/mail/sylpheed/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 13 15:20: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 2731B16A4CE; Tue, 13 Jul 2004 15:20:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0662743D1F; Tue, 13 Jul 2004 15:20: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 i6DFKt9b066388; Tue, 13 Jul 2004 15:20:55 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DFKtTY066387; Tue, 13 Jul 2004 15:20:55 GMT (envelope-from vs) Message-Id: <200407131520.i6DFKtTY066387@repoman.freebsd.org> From: Volker Stolz Date: Tue, 13 Jul 2004 15:20: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/databases/libiodbc 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, 13 Jul 2004 15:20:56 -0000 vs 2004-07-13 15:20:55 UTC FreeBSD ports repository Modified files: databases/libiodbc Makefile Log: Add SourceForge to MASTER_SITES. Revision Changes Path 1.16 +3 -1 ports/databases/libiodbc/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 13 15:29: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 2AA2216A4CE; Tue, 13 Jul 2004 15:29:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08AC343D1F; Tue, 13 Jul 2004 15:29: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 i6DFTPLq066593; Tue, 13 Jul 2004 15:29:25 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DFTP3G066592; Tue, 13 Jul 2004 15:29:25 GMT (envelope-from vs) Message-Id: <200407131529.i6DFTP3G066592@repoman.freebsd.org> From: Volker Stolz Date: Tue, 13 Jul 2004 15: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/mail/mailgraph Makefile distinfo ports/mail/mailgraph/files patch-mailgraph.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 15:29:26 -0000 vs 2004-07-13 15:29:25 UTC FreeBSD ports repository Modified files: mail/mailgraph Makefile distinfo mail/mailgraph/files patch-mailgraph.cgi Log: Update to 1.9 Based on PR: ports/68983 Submitted by: Chris Howells Via: Rong-En Fan (maintainer) Revision Changes Path 1.22 +1 -2 ports/mail/mailgraph/Makefile 1.13 +2 -2 ports/mail/mailgraph/distinfo 1.2 +4 -4 ports/mail/mailgraph/files/patch-mailgraph.cgi From owner-cvs-all@FreeBSD.ORG Tue Jul 13 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 3947F16A4CE; Tue, 13 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 1974543D4C; Tue, 13 Jul 2004 15:35: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 i6DFZwm9066834; Tue, 13 Jul 2004 15:35:58 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DFZw3I066833; Tue, 13 Jul 2004 15:35:58 GMT (envelope-from eik) Message-Id: <200407131535.i6DFZw3I066833@repoman.freebsd.org> From: Oliver Eikemeier Date: Tue, 13 Jul 2004 15:35: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/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: Tue, 13 Jul 2004 15:35:59 -0000 eik 2004-07-13 15:35:58 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: attempt to keep sf.net mirrors up to date Revision Changes Path 1.252 +3 -3 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Tue Jul 13 15:39: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 4019916A4CE; Tue, 13 Jul 2004 15:39:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E48043D1D; Tue, 13 Jul 2004 15:39: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 i6DFde1I066905; Tue, 13 Jul 2004 15:39:40 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DFdeK9066904; Tue, 13 Jul 2004 15:39:40 GMT (envelope-from vs) Message-Id: <200407131539.i6DFdeK9066904@repoman.freebsd.org> From: Volker Stolz Date: Tue, 13 Jul 2004 15:39: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/x11/imwheel 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: Tue, 13 Jul 2004 15:39:40 -0000 vs 2004-07-13 15:39:39 UTC FreeBSD ports repository Modified files: x11/imwheel Makefile pkg-descr Log: Hosted on SourceForge Revision Changes Path 1.11 +3 -1 ports/x11/imwheel/Makefile 1.3 +1 -1 ports/x11/imwheel/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Jul 13 15:41: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 0FAA416A4CE; Tue, 13 Jul 2004 15:41:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1A1443D41; Tue, 13 Jul 2004 15:41: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 i6DFfYP4067025; Tue, 13 Jul 2004 15:41:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DFfYGH067024; Tue, 13 Jul 2004 15:41:34 GMT (envelope-from pav) Message-Id: <200407131541.i6DFfYGH067024@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Jul 2004 15:41: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/zope-cmf 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, 13 Jul 2004 15:41:35 -0000 pav 2004-07-13 15:41:34 UTC FreeBSD ports repository Modified files: www/zope-cmf Makefile distinfo Log: - Update to 1.4.5 PR: ports/68888 Submitted by: Filippo Natali (maintainer) Revision Changes Path 1.11 +2 -2 ports/www/zope-cmf/Makefile 1.7 +2 -2 ports/www/zope-cmf/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 13 15:43: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 6CA0816A4CE; Tue, 13 Jul 2004 15:43:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A47743D45; Tue, 13 Jul 2004 15:43:51 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6DFhpC8067079; Tue, 13 Jul 2004 15:43:51 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DFhplq067078; Tue, 13 Jul 2004 15:43:51 GMT (envelope-from mat) Message-Id: <200407131543.i6DFhplq067078@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 13 Jul 2004 15:43: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/devel/p5-DateTime-Format-Pg 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, 13 Jul 2004 15:43:51 -0000 mat 2004-07-13 15:43:51 UTC FreeBSD ports repository Modified files: devel/p5-DateTime-Format-Pg Makefile distinfo Log: Update to 0.06 Revision Changes Path 1.4 +13 -2 ports/devel/p5-DateTime-Format-Pg/Makefile 1.4 +2 -2 ports/devel/p5-DateTime-Format-Pg/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 13 15:48: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 5FA2716A4CF for ; Tue, 13 Jul 2004 15:48:14 +0000 (GMT) Received: from mail.FreeBSD.org.cn (dns3.freebsd.org.cn [61.129.66.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6AAA43D4C for ; Tue, 13 Jul 2004 15:48:10 +0000 (GMT) (envelope-from delphij@frontfree.net) Received: (qmail 35392 invoked by uid 0); 13 Jul 2004 15:46:16 -0000 Received: from unknown (HELO beastie.frontfree.net) (218.107.145.7) by mail.FreeBSD.org.cn with AES256-SHA encrypted SMTP; 13 Jul 2004 15:46:16 -0000 Received: from localhost (localhost.frontfree.net [127.0.0.1]) by beastie.frontfree.net (Postfix) with ESMTP id 97BBE11928; Tue, 13 Jul 2004 23:47:51 +0800 (CST) Received: from beastie.frontfree.net ([127.0.0.1]) by localhost (beastie.frontfree.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01849-03; Tue, 13 Jul 2004 23:47:50 +0800 (CST) Received: by beastie.frontfree.net (Postfix, from userid 1001) id 19F6C1143F; Tue, 13 Jul 2004 23:47:50 +0800 (CST) Date: Tue, 13 Jul 2004 23:47:50 +0800 From: Xin LI To: Colin Percival Message-ID: <20040713154750.GA1231@frontfree.net> References: <200407131310.i6DDA78k062374@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yNb1oOkm5a9FJOVX" Content-Disposition: inline In-Reply-To: <200407131310.i6DDA78k062374@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-GPG-key-ID/Fingerprint: 0xCAEEB8C0 / 43B8 B703 B8DD 0231 B333 DC28 39FB 93A0 CAEE B8C0 X-GPG-Public-Key: http://www.delphij.net/delphij.asc X-Operating-System: FreeBSD beastie.frontfree.net 5.2-delphij FreeBSD 5.2-delphij #80: Thu Jun 24 17:30:33 CST 2004 delphij@beastie.frontfree.net:/usr/obj/usr/src/sys/BEASTIE i386 X-URL: http://www.delphij.net X-By: delphij@beastie.frontfree.net X-Location: Beijing, China X-Virus-Scanned: by amavisd-new at frontfree.net cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_fork.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 15:48:14 -0000 --yNb1oOkm5a9FJOVX Content-Type: multipart/mixed; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 13, 2004 at 01:10:07PM +0000, Colin Percival wrote: > cperciva 2004-07-13 13:10:07 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/kern kern_fork.c=20 > Log: > Replace "uid !=3D 0" with "suser(td->td_ucred) !=3D 0" when checking if= we've > hit the maximum number of processes. The last ten processes are reserv= ed > for the *non-jailed* superuser. I think it should be suser(td)? Cheers, --=20 Xin LI http://www.delphij.net/ See complete headers for GPG key and other information. --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-kern_fork.c" Index: kern_fork.c =================================================================== RCS file: /home/fcvs/src/sys/kern/kern_fork.c,v retrieving revision 1.228 diff -u -r1.228 kern_fork.c --- kern_fork.c 13 Jul 2004 13:10:07 -0000 1.228 +++ kern_fork.c 13 Jul 2004 15:46:38 -0000 @@ -300,7 +300,7 @@ */ sx_xlock(&allproc_lock); uid = td->td_ucred->cr_ruid; - if ((nprocs >= maxproc - 10 && suser(td->td_ucred) != 0) || + if ((nprocs >= maxproc - 10 && suser(td) != 0) || nprocs >= maxproc) { error = EAGAIN; goto fail; --8t9RHnE3ZwKMSgU+-- --yNb1oOkm5a9FJOVX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA9AQlOfuToMruuMARAmuUAJ9jS+08TXzkCaZZ6HxYVt34x+zU9QCePZYR K0TKMul66HcIgoz1Ag3Pov8= =83Po -----END PGP SIGNATURE----- --yNb1oOkm5a9FJOVX-- From owner-cvs-all@FreeBSD.ORG Tue Jul 13 15: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 749CC16A4CE; Tue, 13 Jul 2004 15:56:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 536B043D4C; Tue, 13 Jul 2004 15:56:38 +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 i6DFuc5i067459; Tue, 13 Jul 2004 15:56:38 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DFucwq067458; Tue, 13 Jul 2004 15:56:38 GMT (envelope-from vs) Message-Id: <200407131556.i6DFucwq067458@repoman.freebsd.org> From: Volker Stolz Date: Tue, 13 Jul 2004 15:56: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/www/netscape-remote 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, 13 Jul 2004 15:56:38 -0000 vs 2004-07-13 15:56:38 UTC FreeBSD ports repository Modified files: www/netscape-remote Makefile Log: Chase new location Revision Changes Path 1.11 +1 -1 ports/www/netscape-remote/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 13 16:04: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 96AB816A4CE; Tue, 13 Jul 2004 16:04:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7573443D58; Tue, 13 Jul 2004 16:04:28 +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 i6DG4SiH067653; Tue, 13 Jul 2004 16:04:28 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DG4SVN067652; Tue, 13 Jul 2004 16:04:28 GMT (envelope-from netchild) Message-Id: <200407131604.i6DG4SVN067652@repoman.freebsd.org> From: Alexander Leidinger Date: Tue, 13 Jul 2004 16:04: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 donors.sgml 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, 13 Jul 2004 16:04:28 -0000 netchild 2004-07-13 16:04:28 UTC FreeBSD doc repository (ports committer) Modified files: en/donations donors.sgml wantlist.sgml Log: Our fairy ^W^WDaniel Seuffert is fulfilling my wishes. Many Thanks! Revision Changes Path 1.172 +15 -1 www/en/donations/donors.sgml 1.216 +1 -15 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 13 16:06: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 E204316A4CE; Tue, 13 Jul 2004 16:06:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C142243D55; Tue, 13 Jul 2004 16:06:19 +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 i6DG6Jg9067859; Tue, 13 Jul 2004 16:06:19 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DG6J7U067858; Tue, 13 Jul 2004 16:06:19 GMT (envelope-from stefanf) Message-Id: <200407131606.i6DG6J7U067858@repoman.freebsd.org> From: Stefan Farfeleder Date: Tue, 13 Jul 2004 16: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/sys/dev/mpt mpt_debug.c src/sys/dev/syscons scvidctl.c src/sys/netinet in_pcb.h ip_icmp.c src/sys/dev/aic7xxx aic7770.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 16:06:20 -0000 stefanf 2004-07-13 16:06:19 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_debug.c sys/dev/syscons scvidctl.c sys/netinet in_pcb.h ip_icmp.c sys/dev/aic7xxx aic7770.c Log: Remove erroneous semicolons. Revision Changes Path 1.17 +1 -1 src/sys/dev/aic7xxx/aic7770.c 1.5 +2 -2 src/sys/dev/mpt/mpt_debug.c 1.32 +1 -1 src/sys/dev/syscons/scvidctl.c 1.74 +1 -1 src/sys/netinet/in_pcb.h 1.94 +1 -1 src/sys/netinet/ip_icmp.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 16:10: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 A224C16A4CE; Tue, 13 Jul 2004 16:10:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81E4C43D53; Tue, 13 Jul 2004 16:10: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 i6DGAOPQ067979; Tue, 13 Jul 2004 16:10:24 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DGAO94067978; Tue, 13 Jul 2004 16:10:24 GMT (envelope-from imp) Message-Id: <200407131610.i6DGAO94067978@repoman.freebsd.org> From: Warner Losh Date: Tue, 13 Jul 2004 16:10: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/pc98/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 16:10:24 -0000 imp 2004-07-13 16:10:24 UTC FreeBSD src repository Modified files: sys/pc98/conf GENERIC Log: oldcard's card device no longer requires a count Revision Changes Path 1.250 +1 -1 src/sys/pc98/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Tue Jul 13 16: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 A45B116A4CE; Tue, 13 Jul 2004 16:10:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9677A43D1F; Tue, 13 Jul 2004 16:10: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 i6DGAkP6068139; Tue, 13 Jul 2004 16:10:46 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DGAkek068138; Tue, 13 Jul 2004 16:10:46 GMT (envelope-from krion) Message-Id: <200407131610.i6DGAkek068138@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 13 Jul 2004 16:10: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/editors Makefile ports/editors/tea Makefile distinfo pkg-descr pkg-plist ports/editors/tea/files patch-src::callbacks.c patch-src::tea_text_document.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 16:10:46 -0000 krion 2004-07-13 16:10:46 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/tea Makefile distinfo pkg-descr pkg-plist editors/tea/files patch-src::callbacks.c patch-src::tea_text_document.c Log: Add tea 0.9.1, a simple GTK+ text editor. PR: ports/68995 Submitted by: Jean-Yves Lefort Revision Changes Path 1.296 +1 -0 ports/editors/Makefile 1.1 +35 -0 ports/editors/tea/Makefile (new) 1.1 +2 -0 ports/editors/tea/distinfo (new) 1.1 +34 -0 ports/editors/tea/files/patch-src::callbacks.c (new) 1.1 +25 -0 ports/editors/tea/files/patch-src::tea_text_document.c (new) 1.1 +6 -0 ports/editors/tea/pkg-descr (new) 1.1 +8 -0 ports/editors/tea/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 13 16:10: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 DD8D116A4CF; Tue, 13 Jul 2004 16:10:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCE4C43D54; Tue, 13 Jul 2004 16:10: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 i6DGAxsf068185; Tue, 13 Jul 2004 16:10:59 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DGAxVV068184; Tue, 13 Jul 2004 16:10:59 GMT (envelope-from krion) Message-Id: <200407131610.i6DGAxVV068184@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 13 Jul 2004 16:10: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: Tue, 13 Jul 2004 16:11:00 -0000 krion 2004-07-13 16:10:59 UTC FreeBSD ports repository Modified files: . modules Log: tea --> ports/editors/tea Revision Changes Path 1.10533 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 13 16:11: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 757DC16A4CF; Tue, 13 Jul 2004 16:11:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5381143D41; Tue, 13 Jul 2004 16:11:04 +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 i6DGB4tn068221; Tue, 13 Jul 2004 16:11:04 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DGB4BZ068220; Tue, 13 Jul 2004 16:11:04 GMT (envelope-from kensmith) Message-Id: <200407131611.i6DGB4BZ068220@repoman.freebsd.org> From: Ken Smith Date: Tue, 13 Jul 2004 16:11: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/alpha/include ptrace.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, 13 Jul 2004 16:11:04 -0000 kensmith 2004-07-13 16:11:04 UTC FreeBSD src repository Modified files: sys/alpha/include ptrace.h Log: Rev 1.24 of sys/ptrace.h adds ptrace_clear_single_step() prototype definition so this one causes "redundant declaration" error and breaks Alpha kernel build. Reviewed by: gallatin@ and test build on beast Revision Changes Path 1.12 +0 -1 src/sys/alpha/include/ptrace.h From owner-cvs-all@FreeBSD.ORG Tue Jul 13 16:11: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 1FD3016A51F; Tue, 13 Jul 2004 16:11:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F23F943D1F; Tue, 13 Jul 2004 16:11: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 i6DGBYOd068268; Tue, 13 Jul 2004 16:11:34 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DGBYSv068267; Tue, 13 Jul 2004 16:11:34 GMT (envelope-from imp) Message-Id: <200407131611.i6DGBYSv068267@repoman.freebsd.org> From: Warner Losh Date: Tue, 13 Jul 2004 16:11: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/i386/conf OLDCARD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 16:11:35 -0000 imp 2004-07-13 16:11:34 UTC FreeBSD src repository Modified files: sys/i386/conf OLDCARD Log: oldcard's card device no longer requires a count Revision Changes Path 1.19 +1 -1 src/sys/i386/conf/OLDCARD From owner-cvs-all@FreeBSD.ORG Tue Jul 13 16:18: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 C3AFC16A4CE; Tue, 13 Jul 2004 16:18:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A35BD43D31; Tue, 13 Jul 2004 16:18:12 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6DGICcu068459; Tue, 13 Jul 2004 16:18:12 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DGICBS068458; Tue, 13 Jul 2004 16:18:12 GMT (envelope-from mat) Message-Id: <200407131618.i6DGICBS068458@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 13 Jul 2004 16:18: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/p5-Net 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, 13 Jul 2004 16:18:12 -0000 mat 2004-07-13 16:18:12 UTC FreeBSD ports repository Modified files: net/p5-Net Makefile distinfo Log: Update to 1.19 Revision Changes Path 1.41 +1 -1 ports/net/p5-Net/Makefile 1.17 +2 -2 ports/net/p5-Net/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 13 16:20: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 71E1C16A4CE; Tue, 13 Jul 2004 16:20:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5052B43D41; Tue, 13 Jul 2004 16:20:56 +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 i6DGKubf068592; Tue, 13 Jul 2004 16:20:56 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DGKuZB068591; Tue, 13 Jul 2004 16:20:56 GMT (envelope-from roam) Message-Id: <200407131620.i6DGKuZB068591@repoman.freebsd.org> From: Peter Pentchev Date: Tue, 13 Jul 2004 16:20: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 ng_one2many.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: Tue, 13 Jul 2004 16:20:56 -0000 roam 2004-07-13 16:20:56 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4) share/man/man4 ng_one2many.4 Log: Fix a typo and MFC from rev. 1.6.\ PR: 66764 Submitted by: Michel Lavondes Revision Changes Path 1.1.2.10 +2 -1 src/share/man/man4/ng_one2many.4 From owner-cvs-all@FreeBSD.ORG Tue Jul 13 16:23: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 9B66916A4CE; Tue, 13 Jul 2004 16:23:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A3DD43D3F; Tue, 13 Jul 2004 16:23: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 i6DGNCLA068671; Tue, 13 Jul 2004 16:23:12 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DGNCTJ068670; Tue, 13 Jul 2004 16:23:12 GMT (envelope-from pav) Message-Id: <200407131623.i6DGNCTJ068670@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Jul 2004 16:23: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/mail/postfix Makefile distinfo ports/mail/postfix/scripts configure.postfix X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 16:23:12 -0000 pav 2004-07-13 16:23:12 UTC FreeBSD ports repository Modified files: mail/postfix Makefile distinfo mail/postfix/scripts configure.postfix Log: - Update to 2.1.4 PR: ports/68949 Submitted by: Vivek Khera (maintainer) Revision Changes Path 1.88 +1 -1 ports/mail/postfix/Makefile 1.54 +2 -2 ports/mail/postfix/distinfo 1.51 +5 -1 ports/mail/postfix/scripts/configure.postfix From owner-cvs-all@FreeBSD.ORG Tue Jul 13 16:24: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 2F69316A4CE; Tue, 13 Jul 2004 16:24:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E41743D3F; Tue, 13 Jul 2004 16:24:34 +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 i6DGOXrd068719; Tue, 13 Jul 2004 16:24:33 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DGOXwe068718; Tue, 13 Jul 2004 16:24:33 GMT (envelope-from vs) Message-Id: <200407131624.i6DGOXwe068718@repoman.freebsd.org> From: Volker Stolz Date: Tue, 13 Jul 2004 16:24: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/textproc/xslint 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, 13 Jul 2004 16:24:34 -0000 vs 2004-07-13 16:24:33 UTC FreeBSD ports repository Modified files: textproc/xslint Makefile distinfo pkg-descr Removed files: textproc/xslint pkg-plist Log: - Fix MASTER_SITE (s/xsl/xml/) - Chase distinfo: Minor reroll - Packaging: Drop pkg-plist, use REINPLACE instead of PERL Revision Changes Path 1.7 +11 -7 ports/textproc/xslint/Makefile 1.3 +2 -2 ports/textproc/xslint/distinfo 1.2 +1 -1 ports/textproc/xslint/pkg-descr 1.2 +0 -5 ports/textproc/xslint/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Jul 13 16:26: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 B333916A4CE; Tue, 13 Jul 2004 16:26:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 925A243D1D; Tue, 13 Jul 2004 16:26:32 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6DGQWX5068833; Tue, 13 Jul 2004 16:26:32 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DGQWhC068832; Tue, 13 Jul 2004 16:26:32 GMT (envelope-from mat) Message-Id: <200407131626.i6DGQWhC068832@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 13 Jul 2004 16: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/graphics/p5-Image-Imlib2 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, 13 Jul 2004 16:26:32 -0000 mat 2004-07-13 16:26:32 UTC FreeBSD ports repository Modified files: graphics/p5-Image-Imlib2 Makefile distinfo Log: Update to 1.03 Revision Changes Path 1.9 +1 -2 ports/graphics/p5-Image-Imlib2/Makefile 1.5 +2 -2 ports/graphics/p5-Image-Imlib2/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 13 16:28: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 1C58416A4CF; Tue, 13 Jul 2004 16:28:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFAA243D45; Tue, 13 Jul 2004 16:28:56 +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 i6DGSupv068907; Tue, 13 Jul 2004 16:28:56 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DGSuBV068906; Tue, 13 Jul 2004 16:28:56 GMT (envelope-from glewis) Message-Id: <200407131628.i6DGSuBV068906@repoman.freebsd.org> From: Greg Lewis Date: Tue, 13 Jul 2004 16:28: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/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: Tue, 13 Jul 2004 16:28:57 -0000 glewis 2004-07-13 16:28:56 UTC FreeBSD ports repository Modified files: math/gnuplot Makefile Log: . Sort OPTIONS and the associated sections that deal with them. . Add a GD option that compile gd support into gnuplot. Prompted by: Chris Burkert Revision Changes Path 1.54 +15 -8 ports/math/gnuplot/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 13 16:31: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 05E6816A4CE; Tue, 13 Jul 2004 16:31:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D931C43D1D; Tue, 13 Jul 2004 16:31:01 +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 i6DGV16Z069041; Tue, 13 Jul 2004 16:31:01 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DGV16B069040; Tue, 13 Jul 2004 16:31:01 GMT (envelope-from glewis) Message-Id: <200407131631.i6DGV16B069040@repoman.freebsd.org> From: Greg Lewis Date: Tue, 13 Jul 2004 16:31: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/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: Tue, 13 Jul 2004 16:31:02 -0000 glewis 2004-07-13 16:31:01 UTC FreeBSD ports repository Modified files: math/gnuplot Makefile Log: . Bump PORTREVISION (forgotten in previous commit). Revision Changes Path 1.55 +1 -1 ports/math/gnuplot/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 13 16:33: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 1077716A4CE; Tue, 13 Jul 2004 16:33:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E282C43D53; Tue, 13 Jul 2004 16:33:38 +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 i6DGXcOk069098; Tue, 13 Jul 2004 16:33:38 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DGXcMm069097; Tue, 13 Jul 2004 16:33:38 GMT (envelope-from phk) Message-Id: <200407131633.i6DGXcMm069097@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 13 Jul 2004 16:33:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_fork.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 16:33:39 -0000 phk 2004-07-13 16:33:38 UTC FreeBSD src repository Modified files: sys/kern kern_fork.c Log: fix compilation. Revision Changes Path 1.229 +1 -1 src/sys/kern/kern_fork.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 16:46: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 D4E9516A4CE; Tue, 13 Jul 2004 16:46:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B479843D2D; Tue, 13 Jul 2004 16:46: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 i6DGkhsi069497; Tue, 13 Jul 2004 16:46:43 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DGkhM6069496; Tue, 13 Jul 2004 16:46:43 GMT (envelope-from pav) Message-Id: <200407131646.i6DGkhM6069496@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Jul 2004 16:46: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/databases/py-psycopg 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, 13 Jul 2004 16:46:44 -0000 pav 2004-07-13 16:46:43 UTC FreeBSD ports repository Modified files: databases/py-psycopg Makefile distinfo Log: - Update to 1.1.14 PR: ports/68976 Submitted by: Alex Rodioukov (maintainer) Revision Changes Path 1.13 +1 -1 ports/databases/py-psycopg/Makefile 1.10 +2 -2 ports/databases/py-psycopg/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 13 16:48: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 F214416A4CE; Tue, 13 Jul 2004 16:48:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D06F743D46; Tue, 13 Jul 2004 16:48:27 +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 i6DGmRAF069578; Tue, 13 Jul 2004 16:48:27 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DGmRJP069577; Tue, 13 Jul 2004 16:48:27 GMT (envelope-from vs) Message-Id: <200407131648.i6DGmRJP069577@repoman.freebsd.org> From: Volker Stolz Date: Tue, 13 Jul 2004 16:48: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/userlist Makefile distinfo pkg-descr ports/sysutils/userlist/files userlist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 16:48:28 -0000 vs 2004-07-13 16:48:27 UTC FreeBSD ports repository Modified files: sysutils/userlist Makefile pkg-descr Added files: sysutils/userlist/files userlist Removed files: sysutils/userlist distinfo Log: - MASTER_SITE no longer exists - Script small enough to inline it into port Revision Changes Path 1.5 +3 -4 ports/sysutils/userlist/Makefile 1.3 +0 -2 ports/sysutils/userlist/distinfo (dead) 1.1 +6 -0 ports/sysutils/userlist/files/userlist (new) 1.2 +0 -2 ports/sysutils/userlist/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Jul 13 17: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 AF60816A4CE; Tue, 13 Jul 2004 17:04:41 +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 2AABA43D31; Tue, 13 Jul 2004 17:04:41 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-7.local ([172.16.0.7] helo=dhcp-14.local) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1BkQhn-000GCm-5s; Tue, 13 Jul 2004 19:04:40 +0200 Date: Tue, 13 Jul 2004 19:05:20 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: "Tim J. Robbins" From: Oliver Eikemeier In-Reply-To: <200407090208.i69287du035795@repoman.freebsd.org> Message-Id: Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tr Makefile cmap.c cmap.h cset.c cset.h extern.h str.c tr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 17:04:41 -0000 Tim J. Robbins wrote: > tjr 2004-07-09 02:08:07 UTC > > FreeBSD src repository > > Modified files: > usr.bin/tr Makefile extern.h str.c tr.c > Added files: > usr.bin/tr cmap.c cmap.h cset.c cset.h > Log: > Add support for multibyte characters. The challenge here was to use > data structures that scale better with large character sets, instead > of > arrays indexed by character value: > - Sets of characters to delete/squeeze are stored in a new "cset" > structure, > which is implemented as a splay tree of extents. This structure has > the > ability to store character classes (ala wctype(3)), but this is not > currently fully utilized. > - Mappings between characters are stored in a new "cmap" structure, > which > is also a splay tree. > - The parser no longer builds arrays containing all the characters > in a > particular class; instead, next() determines them on-the-fly using > nextwctype(3). > > Revision Changes Path > 1.2 +2 -1 src/usr.bin/tr/Makefile > 1.1 +212 -0 src/usr.bin/tr/cmap.c (new) > 1.1 +83 -0 src/usr.bin/tr/cmap.h (new) > 1.1 +303 -0 src/usr.bin/tr/cset.c (new) > 1.1 +75 -0 src/usr.bin/tr/cset.h (new) > 1.9 +11 -10 src/usr.bin/tr/extern.h > 1.23 +78 -87 src/usr.bin/tr/str.c > 1.22 +116 -102 src/usr.bin/tr/tr.c I'm not exactly sure, but is > echo "http://wwww.maxmind.com/" | tr -s " " ";" htp:/w.maxmind.com/ the expected result here? -Oliver From owner-cvs-all@FreeBSD.ORG Tue Jul 13 17:32: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 4F99116A4CE; Tue, 13 Jul 2004 17:32:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F87743D2F; Tue, 13 Jul 2004 17:32:42 +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 i6DHWgSV070657; Tue, 13 Jul 2004 17:32:42 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DHWgr1070656; Tue, 13 Jul 2004 17:32:42 GMT (envelope-from brueffer) Message-Id: <200407131732.i6DHWgr1070656@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 13 Jul 2004 17:32: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 usergroups.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, 13 Jul 2004 17:32:42 -0000 brueffer 2004-07-13 17:32:42 UTC FreeBSD doc repository Modified files: en usergroups.sgml Log: Add an entry for the BSD Users Group Peru. [1] While I'm here, replace some umlauts with entities. Submitted by: acardenas@bsdperu.org [1] Revision Changes Path 1.342 +14 -4 www/en/usergroups.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 13 17:43: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 7702216A4CE; Tue, 13 Jul 2004 17:43:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55FD043D2D; Tue, 13 Jul 2004 17:43: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 i6DHh4Jq070956; Tue, 13 Jul 2004 17:43:04 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DHh4XE070955; Tue, 13 Jul 2004 17:43:04 GMT (envelope-from phk) Message-Id: <200407131743.i6DHh4XE070955@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 13 Jul 2004 17:43: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/conf files.i386 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: Tue, 13 Jul 2004 17:43:04 -0000 phk 2004-07-13 17:43:04 UTC FreeBSD src repository Modified files: sys/conf files.i386 sys/i386/conf NOTES Log: Desupport M-Systems DiskOnChip driver "fla" Revision Changes Path 1.498 +0 -6 src/sys/conf/files.i386 1.1165 +0 -4 src/sys/i386/conf/NOTES From owner-cvs-all@FreeBSD.ORG Tue Jul 13 17:44: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 9A43716A4CE; Tue, 13 Jul 2004 17:44:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5801F43D39; Tue, 13 Jul 2004 17:44: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 i6DHiHIN071035; Tue, 13 Jul 2004 17:44:17 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DHiH0C071034; Tue, 13 Jul 2004 17:44:17 GMT (envelope-from phk) Message-Id: <200407131744.i6DHiH0C071034@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 13 Jul 2004 17:44:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/dev/fla COPYRIGHT README fla.c msysosak.h patch.00 prep.fla.sh src/sys/contrib/dev/fla/i386 msysosak.o.uu X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 17:44:17 -0000 phk 2004-07-13 17:44:17 UTC FreeBSD src repository Removed files: sys/contrib/dev/fla COPYRIGHT README fla.c msysosak.h patch.00 prep.fla.sh sys/contrib/dev/fla/i386 msysosak.o.uu Log: Send the fla driver in the Attic Revision Changes Path 1.2 +0 -102 src/sys/contrib/dev/fla/COPYRIGHT (dead) 1.6 +0 -198 src/sys/contrib/dev/fla/README (dead) 1.42 +0 -288 src/sys/contrib/dev/fla/fla.c (dead) 1.4 +0 -823 src/sys/contrib/dev/fla/i386/msysosak.o.uu (dead) 1.3 +0 -135 src/sys/contrib/dev/fla/msysosak.h (dead) 1.2 +0 -23 src/sys/contrib/dev/fla/patch.00 (dead) 1.3 +0 -45 src/sys/contrib/dev/fla/prep.fla.sh (dead) From owner-cvs-all@FreeBSD.ORG Tue Jul 13 17:57: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 860CF16A4CE; Tue, 13 Jul 2004 17:57:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 648E343D4C; Tue, 13 Jul 2004 17:57: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 i6DHvgLB071420; Tue, 13 Jul 2004 17:57:42 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DHvgmv071419; Tue, 13 Jul 2004 17:57:42 GMT (envelope-from njl) Message-Id: <200407131757.i6DHvgmv071419@repoman.freebsd.org> From: Nate Lawson Date: Tue, 13 Jul 2004 17: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/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, 13 Jul 2004 17:57:42 -0000 njl 2004-07-13 17:57:42 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Call device_identify routines after doing the namespace walk. This is needed so that sysresource objects are created first to reserve all regions, then other devices can allocate from them. Otherwise, acpi_timer (the only ACPI device with an identify routine), would allocate its resources from the nexus, causing the later sysresource reserve to fail. Debugging by: Taku YAMAMOTO, Andrea Campi Revision Changes Path 1.175 +6 -8 src/sys/dev/acpica/acpi.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 18: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 84E7E16A4CE; Tue, 13 Jul 2004 18:00:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6388F43D1F; Tue, 13 Jul 2004 18:00:46 +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 i6DI0khR071518; Tue, 13 Jul 2004 18:00:46 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DI0kRU071517; Tue, 13 Jul 2004 18:00:46 GMT (envelope-from knu) Message-Id: <200407131800.i6DI0kRU071517@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 13 Jul 2004 18:00: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/sysutils/pdumpfs 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, 13 Jul 2004 18:00:46 -0000 knu 2004-07-13 18:00:46 UTC FreeBSD ports repository Modified files: sysutils/pdumpfs Makefile distinfo pkg-plist Log: Update to 1.1. Revision Changes Path 1.8 +5 -9 ports/sysutils/pdumpfs/Makefile 1.8 +2 -2 ports/sysutils/pdumpfs/distinfo 1.3 +10 -6 ports/sysutils/pdumpfs/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 13 18:07: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 D31F116A4D2; Tue, 13 Jul 2004 18:07:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DCA043D45; Tue, 13 Jul 2004 18:07:12 +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 i6DI7Bcp071755; Tue, 13 Jul 2004 18:07:11 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DI7BEO071754; Tue, 13 Jul 2004 18:07:11 GMT (envelope-from knu) Message-Id: <200407131807.i6DI7BEO071754@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 13 Jul 2004 18:07: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/ruby-fam 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, 13 Jul 2004 18:07:13 -0000 knu 2004-07-13 18:07:11 UTC FreeBSD ports repository Modified files: devel/ruby-fam Makefile distinfo pkg-plist Log: Update to 0.1.4. Revision Changes Path 1.5 +2 -2 ports/devel/ruby-fam/Makefile 1.4 +2 -2 ports/devel/ruby-fam/distinfo 1.3 +3 -3 ports/devel/ruby-fam/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 13 18:09: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 613AE16A4CE; Tue, 13 Jul 2004 18:09:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EE9343D1F; Tue, 13 Jul 2004 18:09:41 +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 i6DI9fZ3071810; Tue, 13 Jul 2004 18:09:41 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DI9fFZ071809; Tue, 13 Jul 2004 18:09:41 GMT (envelope-from knu) Message-Id: <200407131809.i6DI9fFZ071809@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 13 Jul 2004 18:09: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/audio/ruby-xmms 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, 13 Jul 2004 18:09:41 -0000 knu 2004-07-13 18:09:41 UTC FreeBSD ports repository Modified files: audio/ruby-xmms Makefile distinfo pkg-plist Log: Update to 0.1.2. Revision Changes Path 1.10 +1 -2 ports/audio/ruby-xmms/Makefile 1.4 +2 -2 ports/audio/ruby-xmms/distinfo 1.6 +4 -0 ports/audio/ruby-xmms/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 13 18:14: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 EA9AC16A4CE; Tue, 13 Jul 2004 18:14:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C82E843D2D; Tue, 13 Jul 2004 18:14:26 +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 i6DIEQin071958; Tue, 13 Jul 2004 18:14:26 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DIEQLM071957; Tue, 13 Jul 2004 18:14:26 GMT (envelope-from knu) Message-Id: <200407131814.i6DIEQLM071957@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 13 Jul 2004 18:14: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/ruby-imlib2 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, 13 Jul 2004 18:14:27 -0000 knu 2004-07-13 18:14:26 UTC FreeBSD ports repository Modified files: graphics/ruby-imlib2 Makefile distinfo pkg-plist Log: Update to 0.4.3. Revision Changes Path 1.9 +1 -1 ports/graphics/ruby-imlib2/Makefile 1.6 +2 -2 ports/graphics/ruby-imlib2/distinfo 1.6 +180 -172 ports/graphics/ruby-imlib2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 13 18:45: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 3BAAF16A4CE; Tue, 13 Jul 2004 18:45:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A44F43D2F; Tue, 13 Jul 2004 18:45:34 +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 i6DIjXL0072734; Tue, 13 Jul 2004 18:45:34 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DIjXib072733; Tue, 13 Jul 2004 18:45:33 GMT (envelope-from knu) Message-Id: <200407131845.i6DIjXib072733@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 13 Jul 2004 18:45: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/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: Tue, 13 Jul 2004 18:45:34 -0000 knu 2004-07-13 18:45:33 UTC FreeBSD ports repository Modified files: math/ruby-gsl Makefile distinfo pkg-plist Log: Update to 0.9.1. Revision Changes Path 1.14 +2 -2 ports/math/ruby-gsl/Makefile 1.6 +2 -2 ports/math/ruby-gsl/distinfo 1.7 +2 -38 ports/math/ruby-gsl/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 13 18: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 1A85A16A4CE; Tue, 13 Jul 2004 18:59:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC16F43D31; Tue, 13 Jul 2004 18:58:59 +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 i6DIwx0U073049; Tue, 13 Jul 2004 18:58:59 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DIwxBl073046; Tue, 13 Jul 2004 18:58:59 GMT (envelope-from vs) Message-Id: <200407131858.i6DIwxBl073046@repoman.freebsd.org> From: Volker Stolz Date: Tue, 13 Jul 2004 18:58: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/mail/mailman/files pkg-opts X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 18:59:00 -0000 vs 2004-07-13 18:58:59 UTC FreeBSD ports repository Modified files: mail/mailman/files pkg-opts Log: Fix UID/GID in options. PR: ports/68936 Submitted by: Chris Pepper Fixed by: Vivek Khera (maintainer) Revision Changes Path 1.12 +2 -2 ports/mail/mailman/files/pkg-opts From owner-cvs-all@FreeBSD.ORG Tue Jul 13 18:59: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 C17BA16A4CE; Tue, 13 Jul 2004 18:59:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F1BD43D1D; Tue, 13 Jul 2004 18:59: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 i6DIxntl073094; Tue, 13 Jul 2004 18:59:49 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DIxn29073093; Tue, 13 Jul 2004 18:59:49 GMT (envelope-from njl) Message-Id: <200407131859.i6DIxn29073093@repoman.freebsd.org> From: Nate Lawson Date: Tue, 13 Jul 2004 18:59: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/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, 13 Jul 2004 18:59:49 -0000 njl 2004-07-13 18:59:49 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Clean up our pnpinfo and location strings. Revision Changes Path 1.176 +5 -7 src/sys/dev/acpica/acpi.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 19: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 1403C16A4CE; Tue, 13 Jul 2004 19:14:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5C2443D46; Tue, 13 Jul 2004 19:14:03 +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 i6DJE3gB073509; Tue, 13 Jul 2004 19:14:03 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DJE3kb073508; Tue, 13 Jul 2004 19:14:03 GMT (envelope-from simon) Message-Id: <200407131914.i6DJE3kb073508@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 13 Jul 2004 19:14: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 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, 13 Jul 2004 19:14:04 -0000 simon 2004-07-13 19:14:03 UTC FreeBSD doc repository Modified files: en navigation.xml Log: Link directly to usergroups.html now that the user groups are on a separate page. Revision Changes Path 1.6 +2 -2 www/en/navigation.xml From owner-cvs-all@FreeBSD.ORG Tue Jul 13 19: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 DE66116A4CE; Tue, 13 Jul 2004 19:32:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD24943D49; Tue, 13 Jul 2004 19:32: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 i6DJW95h073950; Tue, 13 Jul 2004 19:32:09 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DJW9Vo073949; Tue, 13 Jul 2004 19:32:09 GMT (envelope-from eik) Message-Id: <200407131932.i6DJW9Vo073949@repoman.freebsd.org> From: Oliver Eikemeier Date: Tue, 13 Jul 2004 19:32: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/security/portaudit 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: Tue, 13 Jul 2004 19:32:10 -0000 eik 2004-07-13 19:32:09 UTC FreeBSD ports repository Modified files: security/portaudit pkg-req Log: check for a working tr(1). Revision Changes Path 1.2 +6 -1 ports/security/portaudit/pkg-req From owner-cvs-all@FreeBSD.ORG Tue Jul 13 19: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 8EC3E16A4CE; Tue, 13 Jul 2004 19:35:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6926243D46; Tue, 13 Jul 2004 19:35:11 +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 i6DJZB4B074085; Tue, 13 Jul 2004 19:35:11 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DJZBv3074084; Tue, 13 Jul 2004 19:35:11 GMT (envelope-from phk) Message-Id: <200407131935.i6DJZBv3074084@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 13 Jul 2004 19:35:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern syscalls.master src/sys/compat/freebsd32 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: Tue, 13 Jul 2004 19:35:11 -0000 phk 2004-07-13 19:35:11 UTC FreeBSD src repository Modified files: sys/kern syscalls.master sys/compat/freebsd32 syscalls.master Log: Add kldunloadf() system call. Stay tuned for follwing commit messages. Revision Changes Path 1.39 +3 -2 src/sys/compat/freebsd32/syscalls.master 1.176 +1 -0 src/sys/kern/syscalls.master From owner-cvs-all@FreeBSD.ORG Tue Jul 13 19:36: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 A159716A4CE; Tue, 13 Jul 2004 19:36:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E62743D1D; Tue, 13 Jul 2004 19:36:15 +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 i6DJaF59074184; Tue, 13 Jul 2004 19:36:15 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DJaFFC074183; Tue, 13 Jul 2004 19:36:15 GMT (envelope-from eik) Message-Id: <200407131936.i6DJaFFC074183@repoman.freebsd.org> From: Oliver Eikemeier Date: Tue, 13 Jul 2004 19:36: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/devel/portmk 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, 13 Jul 2004 19:36:15 -0000 eik 2004-07-13 19:36:15 UTC FreeBSD ports repository Modified files: devel/portmk Makefile Log: check for a working tr(1). Revision Changes Path 1.2 +4 -0 ports/devel/portmk/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 13 19:36: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 AAEA516A4CE; Tue, 13 Jul 2004 19:36:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8821043D39; Tue, 13 Jul 2004 19:36:59 +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 i6DJaxRi074392; Tue, 13 Jul 2004 19:36:59 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DJaxrp074391; Tue, 13 Jul 2004 19:36:59 GMT (envelope-from phk) Message-Id: <200407131936.i6DJaxrp074391@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 13 Jul 2004 19:36: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/sbin/kldunload kldunload.8 kldunload.c src/share/man/man9 module.9 src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c src/sys/dev/digi digi.c src/sys/kern ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 19:36:59 -0000 phk 2004-07-13 19:36:59 UTC FreeBSD src repository Modified files: sbin/kldunload kldunload.8 kldunload.c share/man/man9 module.9 sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c sys/dev/digi digi.c sys/kern init_sysent.c kern_linker.c kern_module.c link_elf.c link_elf_obj.c syscalls.c vfs_mount.c sys/sys linker.h module.h syscall.h syscall.mk sysproto.h Log: Give kldunload a -f(orce) argument. Add a MOD_QUIESCE event for modules. This should return error (EBUSY) of the module is in use. MOD_UNLOAD should now only fail if it is impossible (as opposed to inconvenient) to unload the module. Valid reasons are memory references into the module which cannot be tracked down and eliminated. When kldunloading, we abandon if MOD_UNLOAD fails, and if -force is not given, MOD_QUIESCE failing will also prevent the unload. For backwards compatibility, we treat EOPNOTSUPP from MOD_QUIESCE as success. Document that modules should return EOPNOTSUPP for unknown events. Revision Changes Path 1.13 +7 -0 src/sbin/kldunload/kldunload.8 1.14 +6 -2 src/sbin/kldunload/kldunload.c 1.8 +20 -2 src/share/man/man9/module.9 1.27 +6 -1 src/sys/compat/freebsd32/freebsd32_proto.h 1.27 +3 -2 src/sys/compat/freebsd32/freebsd32_syscall.h 1.18 +2 -1 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.28 +2 -1 src/sys/compat/freebsd32/freebsd32_sysent.c 1.53 +2 -2 src/sys/dev/digi/digi.c 1.175 +2 -1 src/sys/kern/init_sysent.c 1.113 +38 -11 src/sys/kern/kern_linker.c 1.43 +7 -1 src/sys/kern/kern_module.c 1.80 +2 -2 src/sys/kern/link_elf.c 1.86 +1 -1 src/sys/kern/link_elf_obj.c 1.161 +2 -1 src/sys/kern/syscalls.c 1.136 +1 -1 src/sys/kern/vfs_mount.c 1.38 +8 -1 src/sys/sys/linker.h 1.21 +3 -2 src/sys/sys/module.h 1.159 +3 -2 src/sys/sys/syscall.h 1.114 +3 -2 src/sys/sys/syscall.mk 1.158 +6 -1 src/sys/sys/sysproto.h From owner-cvs-all@FreeBSD.ORG Tue Jul 13 19:51: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 7619016A4CE; Tue, 13 Jul 2004 19:51:20 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BA8543D31; Tue, 13 Jul 2004 19:51:20 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-63-195-111-154.dsl.snfc21.pacbell.net [63.195.111.154]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i6DJpIrb027547 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 13 Jul 2004 12:51:19 -0700 Message-ID: <40F43D36.2000407@root.org> Date: Tue, 13 Jul 2004 12:51:18 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <20040713193703.ECB0016A53F@hub.freebsd.org> In-Reply-To: <20040713193703.ECB0016A53F@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 19:51:20 -0000 Poul-Henning Kamp wrote: > Give kldunload a -f(orce) argument. > > Add a MOD_QUIESCE event for modules. This should return error (EBUSY) > of the module is in use. > > MOD_UNLOAD should now only fail if it is impossible (as opposed to > inconvenient) to unload the module. Valid reasons are memory references > into the module which cannot be tracked down and eliminated. > > When kldunloading, we abandon if MOD_UNLOAD fails, and if -force is > not given, MOD_QUIESCE failing will also prevent the unload. Hmmm, a quick check of the archives shows that I missed your discussion of this on Thursday/Friday when I was on vacation. (Including the extremely useful naming replies!) Have you kept up on the newbus discussions? The tentative plan was to add quiesce functionality to it as part of device_detach(). Doing it at the module layer is a bit too low since there are events that can trigger a detach but not an unload. For instance, any driver compiled into the kernel for an ejectable device will never be unloaded, but certainly should quiesce/detach when the device is ejected. Getting it right in newbus automatically fixes the problem you're trying to solve since a module unload always triggers a call to device_detach() but not vice versa. I think duplicating this at multiple layers is not a good idea and the module level is not the right layer to implement it. -- -Nate From owner-cvs-all@FreeBSD.ORG Tue Jul 13 19:55: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 458D316A4CE; Tue, 13 Jul 2004 19:55:37 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9727D43D45; Tue, 13 Jul 2004 19:55: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 i6DJtRZk023945; Tue, 13 Jul 2004 21:55:27 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Nate Lawson From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 13 Jul 2004 12:51:18 PDT." <40F43D36.2000407@root.org> Date: Tue, 13 Jul 2004 21:55:27 +0200 Message-ID: <23944.1089748527@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/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 19:55:37 -0000 In message <40F43D36.2000407@root.org>, Nate Lawson writes: >Poul-Henning Kamp wrote: >> Give kldunload a -f(orce) argument. >> >> Add a MOD_QUIESCE event for modules. This should return error (EBUSY) >> of the module is in use. >> >> MOD_UNLOAD should now only fail if it is impossible (as opposed to >> inconvenient) to unload the module. Valid reasons are memory references >> into the module which cannot be tracked down and eliminated. >> >> When kldunloading, we abandon if MOD_UNLOAD fails, and if -force is >> not given, MOD_QUIESCE failing will also prevent the unload. > >Hmmm, a quick check of the archives shows that I missed your discussion >of this on Thursday/Friday when I was on vacation. (Including the >extremely useful naming replies!) > >Have you kept up on the newbus discussions? The tentative plan was to >add quiesce functionality to it as part of device_detach(). Doing it at >the module layer is a bit too low since there are events that can >trigger a detach but not an unload. For instance, any driver compiled >into the kernel for an ejectable device will never be unloaded, but >certainly should quiesce/detach when the device is ejected. Getting it >right in newbus automatically fixes the problem you're trying to solve >since a module unload always triggers a call to device_detach() but not >vice versa. > >I think duplicating this at multiple layers is not a good idea and the >module level is not the right layer to implement it. Well, since one kld can contain multiple modules, and since the modules get to veto an unload with MOD_UNLOAD, I don't really see how you can come up with something that doesn't have a MOD_QUIESCE. The fact that we have many modules which know nothing about newbus also look like a pretty solid argument for needing it at the module layer. -- 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 Tue Jul 13 19:55: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 0107416A4CE; Tue, 13 Jul 2004 19:55:48 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EA2E43D45; Tue, 13 Jul 2004 19:55:47 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6DK1Aef028483; Tue, 13 Jul 2004 14:01:10 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40F43DFE.3000402@freebsd.org> Date: Tue, 13 Jul 2004 13:54:38 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <20040713193703.ECB0016A53F@hub.freebsd.org> <40F43D36.2000407@root.org> In-Reply-To: <40F43D36.2000407@root.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: Poul-Henning Kamp cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 19:55:48 -0000 Nate Lawson wrote: > Poul-Henning Kamp wrote: > >> Give kldunload a -f(orce) argument. >> Add a MOD_QUIESCE event for modules. This should return error >> (EBUSY) >> of the module is in use. >> MOD_UNLOAD should now only fail if it is impossible (as opposed to >> inconvenient) to unload the module. Valid reasons are memory >> references >> into the module which cannot be tracked down and eliminated. >> When kldunloading, we abandon if MOD_UNLOAD fails, and if -force is >> not given, MOD_QUIESCE failing will also prevent the unload. > > > Hmmm, a quick check of the archives shows that I missed your discussion > of this on Thursday/Friday when I was on vacation. (Including the > extremely useful naming replies!) > > Have you kept up on the newbus discussions? The tentative plan was to > add quiesce functionality to it as part of device_detach(). Doing it at > the module layer is a bit too low since there are events that can > trigger a detach but not an unload. For instance, any driver compiled > into the kernel for an ejectable device will never be unloaded, but > certainly should quiesce/detach when the device is ejected. Getting it > right in newbus automatically fixes the problem you're trying to solve > since a module unload always triggers a call to device_detach() but not > vice versa. > > I think duplicating this at multiple layers is not a good idea and the > module level is not the right layer to implement it. > It typically won't be duplicated. This particular work is good for things like GEOM modules that don't fit into newbus. If at some point in the future newbus becomes aware of pseudo-drivers (drivers not attached by a hardware bus) then this should indeed be revisited. Scott From owner-cvs-all@FreeBSD.ORG Tue Jul 13 19:55: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 6638E16A4D9; Tue, 13 Jul 2004 19:55:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4429E43D45; Tue, 13 Jul 2004 19:55:48 +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 i6DJtmie074987; Tue, 13 Jul 2004 19:55:48 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DJtm9W074986; Tue, 13 Jul 2004 19:55:48 GMT (envelope-from osa) Message-Id: <200407131955.i6DJtm9W074986@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 13 Jul 2004 19:55: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/ltrace 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, 13 Jul 2004 19:55:48 -0000 osa 2004-07-13 19:55:48 UTC FreeBSD ports repository Modified files: sysutils/ltrace Makefile Removed files: sysutils/ltrace pkg-plist Log: Respect CC flag. Make portlint(1) happy (fix long COMMENT). Move pkg-list's files to Makefile and remove pkg-plist. Revision Changes Path 1.8 +4 -1 ports/sysutils/ltrace/Makefile 1.3 +0 -3 ports/sysutils/ltrace/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Jul 13 20:01: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 D721D16A4D7; Tue, 13 Jul 2004 20:01:14 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E88043D41; Tue, 13 Jul 2004 20:01:14 +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 i6DK1Dma024062; Tue, 13 Jul 2004 22:01:13 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Scott Long From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 13 Jul 2004 13:54:38 MDT." <40F43DFE.3000402@freebsd.org> Date: Tue, 13 Jul 2004 22:01:13 +0200 Message-ID: <24061.1089748873@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Nate Lawson Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 20:01:15 -0000 In message <40F43DFE.3000402@freebsd.org>, Scott Long writes: >It typically won't be duplicated. This particular work is good for >things like GEOM modules that don't fit into newbus. If at some point >in the future newbus becomes aware of pseudo-drivers (drivers not >attached by a hardware bus) then this should indeed be revisited. I wish I could grasp from where this "newbus fits all" attiude comes, I certainly see nothing anywhere that could explain it. -- 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 Tue Jul 13 20: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 8C51816A4CE; Tue, 13 Jul 2004 20:03:04 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28B8343D2F; Tue, 13 Jul 2004 20:03:04 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6DK8R9O028531; Tue, 13 Jul 2004 14:08:27 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40F43FB3.1030607@freebsd.org> Date: Tue, 13 Jul 2004 14:01:55 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <24061.1089748873@critter.freebsd.dk> In-Reply-To: <24061.1089748873@critter.freebsd.dk> 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 cc: Nate Lawson Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 20:03:04 -0000 Poul-Henning Kamp wrote: > In message <40F43DFE.3000402@freebsd.org>, Scott Long writes: > > >>It typically won't be duplicated. This particular work is good for >>things like GEOM modules that don't fit into newbus. If at some point >>in the future newbus becomes aware of pseudo-drivers (drivers not >>attached by a hardware bus) then this should indeed be revisited. > > > I wish I could grasp from where this "newbus fits all" attiude > comes, I certainly see nothing anywhere that could explain it. > NetBSD has most things under newbus. Scott From owner-cvs-all@FreeBSD.ORG Tue Jul 13 20:13: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 88E7816A4CE; Tue, 13 Jul 2004 20:13:58 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1A2643D2D; Tue, 13 Jul 2004 20:13:57 +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 i6DKDumw024293; Tue, 13 Jul 2004 22:13:56 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Scott Long From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 13 Jul 2004 14:01:55 MDT." <40F43FB3.1030607@freebsd.org> Date: Tue, 13 Jul 2004 22:13:56 +0200 Message-ID: <24292.1089749636@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Nate Lawson Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 20:13:58 -0000 In message <40F43FB3.1030607@freebsd.org>, Scott Long writes: >Poul-Henning Kamp wrote: > >> In message <40F43DFE.3000402@freebsd.org>, Scott Long writes: >> >> >>>It typically won't be duplicated. This particular work is good for >>>things like GEOM modules that don't fit into newbus. If at some point >>>in the future newbus becomes aware of pseudo-drivers (drivers not >>>attached by a hardware bus) then this should indeed be revisited. >> >> >> I wish I could grasp from where this "newbus fits all" attiude >> comes, I certainly see nothing anywhere that could explain it. > >NetBSD has most things under newbus. yes, and ? I can't help to notice that only the words "NetBSD" and "most" are present in your reply whereas the words "FreeBSD" and "all" are significantly absent. It is not realistic to expect us to ever tie netgraph modules, tty linedisciplines, network protocols, filesystems, vm objects, vnodes and geom classes together with newbus. Not now, not in one year and not in ten years time. And since all of these things are involved in loadable modules, I think we should stop wasting time dreaming about the day the world will be one bit tangle of newbus. If we had a big company we could throw a load of money after random acts of "top down architecture" like that, but with a volunteer project it is just not going to happen. -- 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 Tue Jul 13 20:17: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 89BCC16A4CF; Tue, 13 Jul 2004 20:17:52 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D6EC43D3F; Tue, 13 Jul 2004 20:17:52 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6DKNFvM028588; Tue, 13 Jul 2004 14:23:15 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40F4432B.70304@freebsd.org> Date: Tue, 13 Jul 2004 14:16:43 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <24292.1089749636@critter.freebsd.dk> In-Reply-To: <24292.1089749636@critter.freebsd.dk> 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 cc: Nate Lawson Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 20:17:52 -0000 Poul-Henning Kamp wrote: > In message <40F43FB3.1030607@freebsd.org>, Scott Long writes: > >>Poul-Henning Kamp wrote: >> >> >>>In message <40F43DFE.3000402@freebsd.org>, Scott Long writes: >>> >>> >>> >>>>It typically won't be duplicated. This particular work is good for >>>>things like GEOM modules that don't fit into newbus. If at some point >>>>in the future newbus becomes aware of pseudo-drivers (drivers not >>>>attached by a hardware bus) then this should indeed be revisited. >>> >>> >>>I wish I could grasp from where this "newbus fits all" attiude >>>comes, I certainly see nothing anywhere that could explain it. >> >>NetBSD has most things under newbus. > > > yes, and ? > > I can't help to notice that only the words "NetBSD" and "most" are > present in your reply whereas the words "FreeBSD" and "all" are > significantly absent. > > It is not realistic to expect us to ever tie netgraph modules, tty > linedisciplines, network protocols, filesystems, vm objects, vnodes > and geom classes together with newbus. > > Not now, not in one year and not in ten years time. > > And since all of these things are involved in loadable modules, > I think we should stop wasting time dreaming about the day the > world will be one bit tangle of newbus. > > If we had a big company we could throw a load of money after random > acts of "top down architecture" like that, but with a volunteer > project it is just not going to happen. > Please settle down. My original statement was just a hypothetical and nothing more. The newbus cabal/bikeshed/whatever is not about to come crashing down on your head. Scott From owner-cvs-all@FreeBSD.ORG Tue Jul 13 20:20: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 069D716A4CE; Tue, 13 Jul 2004 20:20:27 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43BF243D45; Tue, 13 Jul 2004 20:20:26 +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 i6DKKPtF024450; Tue, 13 Jul 2004 22:20:25 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Scott Long From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 13 Jul 2004 14:16:43 MDT." <40F4432B.70304@freebsd.org> Date: Tue, 13 Jul 2004 22:20:25 +0200 Message-ID: <24449.1089750025@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Nate Lawson Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 20:20:27 -0000 In message <40F4432B.70304@freebsd.org>, Scott Long writes: >Please settle down. My original statement was just a hypothetical and >nothing more. The newbus cabal/bikeshed/whatever is not about to come >crashing down on your head. I know it isn't, and that's was my point. -- 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 Tue Jul 13 20:21: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 A1C5416A4CE; Tue, 13 Jul 2004 20:21:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8071F43D31; Tue, 13 Jul 2004 20:21:35 +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 i6DKLZb7075677; Tue, 13 Jul 2004 20:21:35 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DKLZj2075676; Tue, 13 Jul 2004 20:21:35 GMT (envelope-from osa) Message-Id: <200407132021.i6DKLZj2075676@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 13 Jul 2004 20: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/sysutils/ltrace Makefileports/benchmarks/polygraph 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, 13 Jul 2004 20:21:35 -0000 osa 2004-07-13 20:21:35 UTC FreeBSD ports repository Modified files: sysutils/ltrace Makefile benchmarks/polygraph Makefile Log: Add CONFLICTS - both pkg-plist files containes bin/ltrace. Revision Changes Path 1.15 +2 -0 ports/benchmarks/polygraph/Makefile 1.9 +2 -0 ports/sysutils/ltrace/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 13 20: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 AD52C16A4CE; Tue, 13 Jul 2004 20:22:02 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id A72E743D46; Tue, 13 Jul 2004 20:22:01 +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 i6DKLOAY052780; Tue, 13 Jul 2004 14:21:25 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 13 Jul 2004 14:21:28 -0600 (MDT) Message-Id: <20040713.142128.41875243.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <24292.1089749636@critter.freebsd.dk> References: <40F43FB3.1030607@freebsd.org> <24292.1089749636@critter.freebsd.dk> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: nate@root.org Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 20:22:02 -0000 In message: <24292.1089749636@critter.freebsd.dk> "Poul-Henning Kamp" writes: : And since all of these things are involved in loadable modules, : I think we should stop wasting time dreaming about the day the : world will be one bit tangle of newbus. And I think you should spent less time attacking newbus. Warner From owner-cvs-all@FreeBSD.ORG Tue Jul 13 20:22: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 B027916A4CF; Tue, 13 Jul 2004 20:22:22 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47EA343D48; Tue, 13 Jul 2004 20:22:22 +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 i6DKK91L052777; Tue, 13 Jul 2004 14:20:09 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 13 Jul 2004 14:20:11 -0600 (MDT) Message-Id: <20040713.142011.51857482.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <24061.1089748873@critter.freebsd.dk> References: <40F43DFE.3000402@freebsd.org> <24061.1089748873@critter.freebsd.dk> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: nate@root.org Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 20:22:22 -0000 In message: <24061.1089748873@critter.freebsd.dk> "Poul-Henning Kamp" writes: : In message <40F43DFE.3000402@freebsd.org>, Scott Long writes: : : >It typically won't be duplicated. This particular work is good for : >things like GEOM modules that don't fit into newbus. If at some point : >in the future newbus becomes aware of pseudo-drivers (drivers not : >attached by a hardware bus) then this should indeed be revisited. : : I wish I could grasp from where this "newbus fits all" attiude : comes, I certainly see nothing anywhere that could explain it. Too many years of having weird, odd-ball attachments maybe? That's why newbus was created: to have a unified heirarchy to make it easier to write drivers. Frankly, I dislike your obstructionist attitudes towards newbus. Warenr From owner-cvs-all@FreeBSD.ORG Tue Jul 13 20:26: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 5FE8D16A4CE; Tue, 13 Jul 2004 20:26:42 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id C935543D2F; Tue, 13 Jul 2004 20:26:41 +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 i6DKO6PH052829; Tue, 13 Jul 2004 14:24:06 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 13 Jul 2004 14:24:09 -0600 (MDT) Message-Id: <20040713.142409.35661941.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <40F43D36.2000407@root.org> References: <20040713193703.ECB0016A53F@hub.freebsd.org> <40F43D36.2000407@root.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: phk@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 20:26:42 -0000 In message: <40F43D36.2000407@root.org> Nate Lawson writes: : Poul-Henning Kamp wrote: : > Give kldunload a -f(orce) argument. : > : > Add a MOD_QUIESCE event for modules. This should return error (EBUSY) : > of the module is in use. : > : > MOD_UNLOAD should now only fail if it is impossible (as opposed to : > inconvenient) to unload the module. Valid reasons are memory references : > into the module which cannot be tracked down and eliminated. : > : > When kldunloading, we abandon if MOD_UNLOAD fails, and if -force is : > not given, MOD_QUIESCE failing will also prevent the unload. : : Hmmm, a quick check of the archives shows that I missed your discussion : of this on Thursday/Friday when I was on vacation. (Including the : extremely useful naming replies!) : : Have you kept up on the newbus discussions? The tentative plan was to : add quiesce functionality to it as part of device_detach(). Doing it at : the module layer is a bit too low since there are events that can : trigger a detach but not an unload. For instance, any driver compiled : into the kernel for an ejectable device will never be unloaded, but : certainly should quiesce/detach when the device is ejected. Getting it : right in newbus automatically fixes the problem you're trying to solve : since a module unload always triggers a call to device_detach() but not : vice versa. : : I think duplicating this at multiple layers is not a good idea and the : module level is not the right layer to implement it. Actually, the talk was that newbus would grow knowledge of these things as well. MOD_QUIESCE would translate into something sensible at the newbus layer that would also be used for other things that are related. The glue layer hasn't been translated because phk didn't want to hear about it when he soliticed requests and didn't want to talk about the implications for newbus. Newbus will need to understand this new message, but it has nothing to connect it to at the moment. Warner From owner-cvs-all@FreeBSD.ORG Tue Jul 13 20:27: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 07A3F16A4CE; Tue, 13 Jul 2004 20:27:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9C4843D3F; Tue, 13 Jul 2004 20:27: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 i6DKRLBR075822; Tue, 13 Jul 2004 20:27:21 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DKRLBd075821; Tue, 13 Jul 2004 20:27:21 GMT (envelope-from vs) Message-Id: <200407132027.i6DKRLBd075821@repoman.freebsd.org> From: Volker Stolz Date: Tue, 13 Jul 2004 20:27: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/minisapserver 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, 13 Jul 2004 20:27:22 -0000 vs 2004-07-13 20:27:21 UTC FreeBSD ports repository Modified files: net/minisapserver Makefile Log: Add option for SLP via openslp PR: ports/68935 Submitted by: Michael Johnson (maintainer) Revision Changes Path 1.3 +10 -0 ports/net/minisapserver/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 13 20:29: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 2E81716A4CE; Tue, 13 Jul 2004 20:29:59 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82D9943D31; Tue, 13 Jul 2004 20:29:58 +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 i6DKTmVT024671; Tue, 13 Jul 2004 22:29:49 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "M. Warner Losh" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 13 Jul 2004 14:20:11 MDT." <20040713.142011.51857482.imp@bsdimp.com> Date: Tue, 13 Jul 2004 22:29:48 +0200 Message-ID: <24670.1089750588@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: nate@root.org Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 20:29:59 -0000 In message <20040713.142011.51857482.imp@bsdimp.com>, "M. Warner Losh" writes: >Too many years of having weird, odd-ball attachments maybe? That's >why newbus was created: to have a unified heirarchy to make it easier >to write drivers. Right, we call that Second Systems Syndrome over here :-) >Frankly, I dislike your obstructionist attitudes towards newbus. Obstructionist ? That's a pretty harsh word for somebody who has wasted a couple of months trying to write a newbus-ified GEOM. -- 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 Tue Jul 13 20:32: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 F337516A4CE; Tue, 13 Jul 2004 20:32:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFF6143D2F; Tue, 13 Jul 2004 20:32:32 +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 i6DKWWgR075994; Tue, 13 Jul 2004 20:32:32 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DKWWwM075993; Tue, 13 Jul 2004 20:32:32 GMT (envelope-from glewis) Message-Id: <200407132032.i6DKWWwM075993@repoman.freebsd.org> From: Greg Lewis Date: Tue, 13 Jul 2004 20:32: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/java/cos 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, 13 Jul 2004 20:32:33 -0000 glewis 2004-07-13 20:32:32 UTC FreeBSD ports repository Modified files: java/cos Makefile Log: . Add another MASTER_SITE. Requested by: kris Revision Changes Path 1.12 +2 -1 ports/java/cos/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 13 20:35: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 2E44316A4D1; Tue, 13 Jul 2004 20:35:14 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDD6443D2F; Tue, 13 Jul 2004 20:35:13 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-63-195-111-154.dsl.snfc21.pacbell.net [63.195.111.154]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i6DKZBrb028372 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 13 Jul 2004 13:35:11 -0700 Message-ID: <40F4477F.9020906@root.org> Date: Tue, 13 Jul 2004 13:35:11 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <24670.1089750588@critter.freebsd.dk> In-Reply-To: <24670.1089750588@critter.freebsd.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: "M. Warner Losh" Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 20:35:14 -0000 Poul-Henning Kamp wrote: > ... somebody who has > wasted a couple of months trying to write a newbus-ified GEOM. I'll happily help review patches/designs for this. -- -Nate From owner-cvs-all@FreeBSD.ORG Tue Jul 13 20:36: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 0717316A4CE; Tue, 13 Jul 2004 20:36:54 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 730AC43D3F; Tue, 13 Jul 2004 20:36: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 i6DKXc6r053157; Tue, 13 Jul 2004 14:33:38 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 13 Jul 2004 14:33:42 -0600 (MDT) Message-Id: <20040713.143342.17590193.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <24670.1089750588@critter.freebsd.dk> References: <20040713.142011.51857482.imp@bsdimp.com> <24670.1089750588@critter.freebsd.dk> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: nate@root.org Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 20:36:55 -0000 In message: <24670.1089750588@critter.freebsd.dk> "Poul-Henning Kamp" writes: : >Too many years of having weird, odd-ball attachments maybe? That's : >why newbus was created: to have a unified heirarchy to make it easier : >to write drivers. : : Right, we call that Second Systems Syndrome over here :-) Baseless namecalling won't accomplish anything. : >Frankly, I dislike your obstructionist attitudes towards newbus. : : Obstructionist ? That's a pretty harsh word for somebody who has : wasted a couple of months trying to write a newbus-ified GEOM. It just seems that whenever the topic of newbus comes up, you don't want to use it. Warner From owner-cvs-all@FreeBSD.ORG Tue Jul 13 20: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 7A76516A4CE; Tue, 13 Jul 2004 20:42:42 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3531E43D45; Tue, 13 Jul 2004 20:42:42 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-63-195-111-154.dsl.snfc21.pacbell.net [63.195.111.154]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i6DKgerb028465 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 13 Jul 2004 13:42:41 -0700 Message-ID: <40F44940.4020406@root.org> Date: Tue, 13 Jul 2004 13:42:40 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <23944.1089748527@critter.freebsd.dk> In-Reply-To: <23944.1089748527@critter.freebsd.dk> 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/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 20:42:42 -0000 Poul-Henning Kamp wrote: > In message <40F43D36.2000407@root.org>, Nate Lawson writes: > >>Have you kept up on the newbus discussions? The tentative plan was to >>add quiesce functionality to it as part of device_detach(). Doing it at >>the module layer is a bit too low since there are events that can >>trigger a detach but not an unload. For instance, any driver compiled >>into the kernel for an ejectable device will never be unloaded, but >>certainly should quiesce/detach when the device is ejected. Getting it >>right in newbus automatically fixes the problem you're trying to solve >>since a module unload always triggers a call to device_detach() but not >>vice versa. >> >>I think duplicating this at multiple layers is not a good idea and the >>module level is not the right layer to implement it. > > Well, since one kld can contain multiple modules, and since the modules > get to veto an unload with MOD_UNLOAD, I don't really see how you can > come up with something that doesn't have a MOD_QUIESCE. There are two parts, the internal structure and interfaces. The internal structure should obviously be one or more calls to device_detach(). The external interface does not exist yet and you're welcome to contribute. There is at least a usermode component ("eject ed0") and a kernel mode component ("this device_t will soon be gone"). Of course, there will be more than this. To address your specific issue, there doesn't have to be MOD_QUIESCE. The normal MOD_UNLOAD request will trigger (multiple calls to) device_detach via a TBD kernel interface. This detach needs to be multiple pass (notify, gone). > The fact that we have many modules which know nothing about newbus > also look like a pretty solid argument for needing it at the module > layer. Let's focus on how to improve things, not the fact that things aren't perfect right now. -- -Nate From owner-cvs-all@FreeBSD.ORG Tue Jul 13 20:43: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 B0D7F16A4CE; Tue, 13 Jul 2004 20:43:15 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CE0F43D46; Tue, 13 Jul 2004 20:43:15 +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 i6DKhBUU025077; Tue, 13 Jul 2004 22:43:11 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "M. Warner Losh" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 13 Jul 2004 14:33:42 MDT." <20040713.143342.17590193.imp@bsdimp.com> Date: Tue, 13 Jul 2004 22:43:11 +0200 Message-ID: <25076.1089751391@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: nate@root.org Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 20:43:15 -0000 In message <20040713.143342.17590193.imp@bsdimp.com>, "M. Warner Losh" writes: >: >Frankly, I dislike your obstructionist attitudes towards newbus. >: >: Obstructionist ? That's a pretty harsh word for somebody who has >: wasted a couple of months trying to write a newbus-ified GEOM. > >It just seems that whenever the topic of newbus comes up, you don't >want to use it. Can we just say that having tried it out in a couple of the areas where people keep saying it should go, I appreciate the size of the gap between what newbus can today and what it needs to learn before the fully newbusified kernel can be a realistic dream. That is not obstructionist, that is being realistic. -- 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 Tue Jul 13 20:43: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 0261316A4CE; Tue, 13 Jul 2004 20:43:46 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ED3043D2D; Tue, 13 Jul 2004 20:43:45 +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 i6DKhgAx025097; Tue, 13 Jul 2004 22:43:42 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Nate Lawson From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 13 Jul 2004 13:35:11 PDT." <40F4477F.9020906@root.org> Date: Tue, 13 Jul 2004 22:43:42 +0200 Message-ID: <25096.1089751422@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: "M. Warner Losh" Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 20:43:46 -0000 In message <40F4477F.9020906@root.org>, Nate Lawson writes: >Poul-Henning Kamp wrote: >> ... somebody who has >> wasted a couple of months trying to write a newbus-ified GEOM. > >I'll happily help review patches/designs for this. No need to. It doesn't work because newbus doesn't support multiple interitance. -- 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 Tue Jul 13 20:49: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 2EE1716A4CF; Tue, 13 Jul 2004 20:49:03 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EF0743D41; Tue, 13 Jul 2004 20:49:02 +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 i6DKlsgC053463; Tue, 13 Jul 2004 14:47:55 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 13 Jul 2004 14:47:58 -0600 (MDT) Message-Id: <20040713.144758.88381443.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <25096.1089751422@critter.freebsd.dk> References: <40F4477F.9020906@root.org> <25096.1089751422@critter.freebsd.dk> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: nate@root.org Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 20:49:03 -0000 In message: <25096.1089751422@critter.freebsd.dk> "Poul-Henning Kamp" writes: : In message <40F4477F.9020906@root.org>, Nate Lawson writes: : >Poul-Henning Kamp wrote: : >> ... somebody who has : >> wasted a couple of months trying to write a newbus-ified GEOM. : > : >I'll happily help review patches/designs for this. : : No need to. It doesn't work because newbus doesn't support : multiple interitance. Yes it does. Or are you talking about multi-pathing... Warner From owner-cvs-all@FreeBSD.ORG Tue Jul 13 20:49: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 10A7116A4CE; Tue, 13 Jul 2004 20:49:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E42E343D2F; Tue, 13 Jul 2004 20:49: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 i6DKnD7Y076455; Tue, 13 Jul 2004 20:49:13 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DKnDMv076454; Tue, 13 Jul 2004 20:49:13 GMT (envelope-from jhb) Message-Id: <200407132049.i6DKnDMv076454@repoman.freebsd.org> From: John Baldwin Date: Tue, 13 Jul 2004 20: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/kern sched_4bsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 20:49:14 -0000 jhb 2004-07-13 20:49:13 UTC FreeBSD src repository Modified files: sys/kern sched_4bsd.c Log: Set TDF_NEEDRESCHED when a higher priority thread is scheduled in sched_add() rather than just doing it in sched_wakeup(). The old ithread preemption code used to set NEEDRESCHED unconditionally if it didn't preempt which masked this bug in SCHED_4BSD. Noticed by: jake Reported by: kensmith, marcel Revision Changes Path 1.44 +1 -1 src/sys/kern/sched_4bsd.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 20:50: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 9CDF916A4CE; Tue, 13 Jul 2004 20:50:44 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF11F43D3F; Tue, 13 Jul 2004 20:50:43 +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 i6DKoh6o025282; Tue, 13 Jul 2004 22:50:43 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Nate Lawson From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 13 Jul 2004 13:42:40 PDT." <40F44940.4020406@root.org> Date: Tue, 13 Jul 2004 22:50:43 +0200 Message-ID: <25281.1089751843@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/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 20:50:44 -0000 In message <40F44940.4020406@root.org>, Nate Lawson writes: >> The fact that we have many modules which know nothing about newbus >> also look like a pretty solid argument for needing it at the module >> layer. > >Let's focus on how to improve things, not the fact that things aren't >perfect right now. But I think you miss the point: This is about giving root the ability to add a "damnit!" after "kldunload foo". This is not about "eject ed0", this is about "evict the ed driver". There is only one sane way to implement that: Pass the flag to the module and have the module decided if it is possible. Only the module knows if there are memory references outstanding which cannot be cleaned up (which would prevent unloading even if -f is given) and only the module will know how to tear things down as gracefully as possible when given a -f. -- 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 Tue Jul 13 20:55: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 18EEA16A4CF; Tue, 13 Jul 2004 20:55:36 +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 B075943D31; Tue, 13 Jul 2004 20:55:35 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-7.local ([172.16.0.7] helo=dhcp-14.local) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1BkUJI-0008Z1-Eu; Tue, 13 Jul 2004 22:55:35 +0200 Date: Tue, 13 Jul 2004 22:56:16 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: "Tim J. Robbins" From: Oliver Eikemeier In-Reply-To: Message-Id: <1525427A-D50F-11D8-A6C6-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tr Makefile cmap.c cmap.h cset.c cset.h extern.h str.c tr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 20:55:36 -0000 Oliver Eikemeier wrote: > > echo "http://wwww.maxmind.com/" | tr -s " " ";" > htp:/w.maxmind.com/ I'm sorry for the short-sighted message, this happens only on one isolated machine, I can't reproduce it on other systems. -Oliver From owner-cvs-all@FreeBSD.ORG Tue Jul 13 20:55: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 D939F16A4CE; Tue, 13 Jul 2004 20:55:49 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37B2343D49; Tue, 13 Jul 2004 20:55:49 +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 i6DKtjjA025437; Tue, 13 Jul 2004 22:55:45 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "M. Warner Losh" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 13 Jul 2004 14:47:58 MDT." <20040713.144758.88381443.imp@bsdimp.com> Date: Tue, 13 Jul 2004 22:55:44 +0200 Message-ID: <25436.1089752144@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: nate@root.org Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 20:55:50 -0000 In message <20040713.144758.88381443.imp@bsdimp.com>, "M. Warner Losh" writes: >In message: <25096.1089751422@critter.freebsd.dk> > "Poul-Henning Kamp" writes: >: In message <40F4477F.9020906@root.org>, Nate Lawson writes: >: >Poul-Henning Kamp wrote: >: >> ... somebody who has >: >> wasted a couple of months trying to write a newbus-ified GEOM. >: > >: >I'll happily help review patches/designs for this. >: >: No need to. It doesn't work because newbus doesn't support >: multiple interitance. > >Yes it does. Or are you talking about multi-pathing... It does ? When did that happen ? I'm pretty sure i mean "multiple inheritance": objects A, B, X, Y; A is a child of X and Y; B is a child of Y and Z; that was called multiple inheritance last I read about OO. (Multi-pathing is the ability to join independent paths, that is the correct way to solve the FC redundancy issue, and I belive we need both CAM and newbus to learn new tricls before that is realistic) -- 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 Tue Jul 13 21:14: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 C6AEE16A4CE; Tue, 13 Jul 2004 21:14:47 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 826D043D4C; Tue, 13 Jul 2004 21:14:47 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-64-169-107-19.dsl.lsan03.pacbell.net [64.169.107.19]) i6DLEfj2031916; Tue, 13 Jul 2004 17:14:41 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7D00352B43; Tue, 13 Jul 2004 14:14:40 -0700 (PDT) Date: Tue, 13 Jul 2004 14:14:40 -0700 From: Kris Kennaway To: Oliver Eikemeier Message-ID: <20040713211440.GA59883@xor.obsecurity.org> References: <1525427A-D50F-11D8-A6C6-00039312D914@fillmore-labs.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline In-Reply-To: <1525427A-D50F-11D8-A6C6-00039312D914@fillmore-labs.com> User-Agent: Mutt/1.4.2.1i cc: cvs-all@FreeBSD.org cc: "Tim J. Robbins" Subject: Re: cvs commit: src/usr.bin/tr Makefile cmap.c cmap.h cset.c cset.h extern.h str.c tr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 21:14:47 -0000 --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 13, 2004 at 10:56:16PM +0200, Oliver Eikemeier wrote: > Oliver Eikemeier wrote: >=20 > > > echo "http://wwww.maxmind.com/" | tr -s " " ";" > > htp:/w.maxmind.com/ >=20 > I'm sorry for the short-sighted message, this happens only on one=20 > isolated machine, I can't reproduce it on other systems. A bug in tr was fixed a few days ago, perhaps that's what you're seeing. Kris --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA9FDAWry0BWjoQKURAtnoAJwMUyjQBH/DC6J8rky4M6pmo7jdbgCfclPS hqj0Ltb2cAmbDUeJsCP5TjA= =TyMy -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi-- From owner-cvs-all@FreeBSD.ORG Tue Jul 13 21:18: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 CEA9716A4CE; Tue, 13 Jul 2004 21:18:51 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 631A743D2D; Tue, 13 Jul 2004 21:18:51 +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 i6DLFjCw053865; Tue, 13 Jul 2004 15:15:46 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 13 Jul 2004 15:15:49 -0600 (MDT) Message-Id: <20040713.151549.66796909.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <25436.1089752144@critter.freebsd.dk> References: <20040713.144758.88381443.imp@bsdimp.com> <25436.1089752144@critter.freebsd.dk> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: nate@root.org Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 21:18:52 -0000 In message: <25436.1089752144@critter.freebsd.dk> "Poul-Henning Kamp" writes: : In message <20040713.144758.88381443.imp@bsdimp.com>, "M. Warner Losh" writes: : >In message: <25096.1089751422@critter.freebsd.dk> : > "Poul-Henning Kamp" writes: : >: In message <40F4477F.9020906@root.org>, Nate Lawson writes: : >: >Poul-Henning Kamp wrote: : >: >> ... somebody who has : >: >> wasted a couple of months trying to write a newbus-ified GEOM. : >: > : >: >I'll happily help review patches/designs for this. : >: : >: No need to. It doesn't work because newbus doesn't support : >: multiple interitance. : > : >Yes it does. Or are you talking about multi-pathing... : : It does ? When did that happen ? When Doug added the subclassing stuff some months ago. cardbus now is a subclass of pci, for example. : I'm pretty sure i mean "multiple inheritance": : : objects A, B, X, Y; : A is a child of X and Y; : B is a child of Y and Z; : : that was called multiple inheritance last I read about OO. If you are talking types, that's multiple inheritance. If you are talking instances in the object tree, that's multi pathing. newbus definitely supports multiple inheritance like you describe. Just use DEFINE_CLASS_2 for objects A and B and list X and Y for the first one and Y and Z for the second. : (Multi-pathing is the ability to join independent paths, that is : the correct way to solve the FC redundancy issue, and I belive we : need both CAM and newbus to learn new tricls before that is realistic) Agreed. Warner From owner-cvs-all@FreeBSD.ORG Tue Jul 13 21: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 84D2516A4CE; Tue, 13 Jul 2004 21:22:39 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id D95F743D45; Tue, 13 Jul 2004 21:22:38 +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 i6DLMaPO025997; Tue, 13 Jul 2004 23:22:36 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "M. Warner Losh" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 13 Jul 2004 15:15:49 MDT." <20040713.151549.66796909.imp@bsdimp.com> Date: Tue, 13 Jul 2004 23:22:36 +0200 Message-ID: <25996.1089753756@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: nate@root.org Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 21:22:39 -0000 In message <20040713.151549.66796909.imp@bsdimp.com>, "M. Warner Losh" writes: >: I'm pretty sure i mean "multiple inheritance": >: >: objects A, B, X, Y; >: A is a child of X and Y; >: B is a child of Y and Z; >: >: that was called multiple inheritance last I read about OO. > >If you are talking types, that's multiple inheritance. If you are >talking instances in the object tree, that's multi pathing. > >newbus definitely supports multiple inheritance like you describe. >Just use DEFINE_CLASS_2 for objects A and B and list X and Y for the >first one and Y and Z for the second. That was another thing I ran into with newbus: I had to define things at compile time which I only knew at (auto-)configure time. -- 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 Tue Jul 13 21:30: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 47D3716A4CE; Tue, 13 Jul 2004 21:30:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C35143D39; Tue, 13 Jul 2004 21:30:09 +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 i6DLU9vK077649; Tue, 13 Jul 2004 21:30:09 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DLU9jZ077647; Tue, 13 Jul 2004 21:30:09 GMT (envelope-from markus) Message-Id: <200407132130.i6DLU9jZ077647@repoman.freebsd.org> From: Markus Brueffer Date: Tue, 13 Jul 2004 21:30: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/superkaramba Makefile distinfo patch-cpusensor.cpp patch-karamba.cpp patch-memsensor.cpp patch-memsensor.h patch-sensorsensor.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, 13 Jul 2004 21:30:09 -0000 markus 2004-07-13 21:30:08 UTC FreeBSD ports repository Modified files: deskutils/superkaramba Makefile distinfo deskutils/superkaramba/files patch-src::Makefile.in Removed files: deskutils/superkaramba/files patch-configure patch-cpusensor.cpp patch-karamba.cpp patch-memsensor.cpp patch-memsensor.h patch-networksensor.cpp patch-networksensor.h patch-sensorsensor.cpp patch-sensorsensor.h patch-uptimesensor.cpp Log: - Update to version 0.34 - Remove upstream applied patches Revision Changes Path 1.9 +3 -2 ports/deskutils/superkaramba/Makefile 1.3 +2 -2 ports/deskutils/superkaramba/distinfo 1.2 +0 -11 ports/deskutils/superkaramba/files/patch-configure (dead) 1.2 +0 -53 ports/deskutils/superkaramba/files/patch-cpusensor.cpp (dead) 1.3 +0 -38 ports/deskutils/superkaramba/files/patch-karamba.cpp (dead) 1.2 +0 -261 ports/deskutils/superkaramba/files/patch-memsensor.cpp (dead) 1.2 +0 -42 ports/deskutils/superkaramba/files/patch-memsensor.h (dead) 1.4 +0 -105 ports/deskutils/superkaramba/files/patch-networksensor.cpp (dead) 1.2 +0 -27 ports/deskutils/superkaramba/files/patch-networksensor.h (dead) 1.2 +0 -63 ports/deskutils/superkaramba/files/patch-sensorsensor.cpp (dead) 1.2 +0 -12 ports/deskutils/superkaramba/files/patch-sensorsensor.h (dead) 1.2 +4 -4 ports/deskutils/superkaramba/files/patch-src::Makefile.in 1.2 +0 -74 ports/deskutils/superkaramba/files/patch-uptimesensor.cpp (dead) From owner-cvs-all@FreeBSD.ORG Tue Jul 13 21:40: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 E952C16A4CE; Tue, 13 Jul 2004 21:40:02 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C15D43D41; Tue, 13 Jul 2004 21:40:01 +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 i6DLarZ9054111; Tue, 13 Jul 2004 15:36:54 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 13 Jul 2004 15:36:57 -0600 (MDT) Message-Id: <20040713.153657.36025694.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <25996.1089753756@critter.freebsd.dk> References: <20040713.151549.66796909.imp@bsdimp.com> <25996.1089753756@critter.freebsd.dk> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: nate@root.org Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 21:40:03 -0000 In message: <25996.1089753756@critter.freebsd.dk> "Poul-Henning Kamp" writes: : In message <20040713.151549.66796909.imp@bsdimp.com>, "M. Warner Losh" writes: : : >: I'm pretty sure i mean "multiple inheritance": : >: : >: objects A, B, X, Y; : >: A is a child of X and Y; : >: B is a child of Y and Z; : >: : >: that was called multiple inheritance last I read about OO. : > : >If you are talking types, that's multiple inheritance. If you are : >talking instances in the object tree, that's multi pathing. : > : >newbus definitely supports multiple inheritance like you describe. : >Just use DEFINE_CLASS_2 for objects A and B and list X and Y for the : >first one and Y and Z for the second. : : That was another thing I ran into with newbus: I had to define : things at compile time which I only knew at (auto-)configure time. Which things? Warner From owner-cvs-all@FreeBSD.ORG Tue Jul 13 21:45: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 D2CE616A4CE; Tue, 13 Jul 2004 21:45:37 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7E2243D41; Tue, 13 Jul 2004 21:45: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 i6DLjWvA026427; Tue, 13 Jul 2004 23:45:32 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "M. Warner Losh" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 13 Jul 2004 15:36:57 MDT." <20040713.153657.36025694.imp@bsdimp.com> Date: Tue, 13 Jul 2004 23:45:32 +0200 Message-ID: <26426.1089755132@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: nate@root.org Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 21:45:38 -0000 In message <20040713.153657.36025694.imp@bsdimp.com>, "M. Warner Losh" writes: >: That was another thing I ran into with newbus: I had to define >: things at compile time which I only knew at (auto-)configure time. > >Which things? Which classes I would expect to tie up to, but I guess this could have been solved by the subclassing thing. -- 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 Tue Jul 13 22:27: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 E40BC16A4CE; Tue, 13 Jul 2004 22:27:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C33ED43D48; Tue, 13 Jul 2004 22:27:00 +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 i6DMR03Q079165; Tue, 13 Jul 2004 22:27:00 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DMR0w3079164; Tue, 13 Jul 2004 22:27:00 GMT (envelope-from edwin) Message-Id: <200407132227.i6DMR0w3079164@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 13 Jul 2004 22:27: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/jabberd 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, 13 Jul 2004 22:27:01 -0000 edwin 2004-07-13 22:27:00 UTC FreeBSD ports repository Modified files: net/jabberd Makefile Log: - Chase libidn version bump - New maintainer: Kirk Strauser Submitted by: Kirk Strauser Revision Changes Path 1.18 +2 -2 ports/net/jabberd/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 13 22: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 84DDD16A571; Tue, 13 Jul 2004 22:33:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C896243D1D; Tue, 13 Jul 2004 22:33:10 +0000 (GMT) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6DMXADK079333; Tue, 13 Jul 2004 22:33:10 GMT (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DMXAcl079332; Tue, 13 Jul 2004 22:33:10 GMT (envelope-from archie) Message-Id: <200407132233.i6DMXAcl079332@repoman.freebsd.org> From: Archie Cobbs Date: Tue, 13 Jul 2004 22:33: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/java/jc 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, 13 Jul 2004 22:33:12 -0000 archie 2004-07-13 22:33:10 UTC FreeBSD ports repository Modified files: java/jc Makefile distinfo pkg-plist Log: Update to version 1.2.1 Revision Changes Path 1.7 +2 -2 ports/java/jc/Makefile 1.5 +4 -4 ports/java/jc/distinfo 1.4 +323 -3 ports/java/jc/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 13 22:38: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 23D9916A4CE; Tue, 13 Jul 2004 22:38:54 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C410843D41; Tue, 13 Jul 2004 22:38:53 +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 i6DMcdMj051145; Tue, 13 Jul 2004 18:38:39 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i6DMccCO051142; Tue, 13 Jul 2004 18:38:38 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Tue, 13 Jul 2004 18:38:38 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: "M. Warner Losh" In-Reply-To: <20040713.153657.36025694.imp@bsdimp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: phk@phk.freebsd.dk cc: nate@root.org Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 22:38:54 -0000 On Tue, 13 Jul 2004, M. Warner Losh wrote: > : >newbus definitely supports multiple inheritance like you describe. > : >Just use DEFINE_CLASS_2 for objects A and B and list X and Y for the > : >first one and Y and Z for the second. > : > : That was another thing I ran into with newbus: I had to define > : things at compile time which I only knew at (auto-)configure time. > > Which things? If I might suggest -- this is not the right mailing list for a discussion of how to make most of FreeBSD's kernel features fit the Newbus architecture. Probably the arch@ mailing list is the place to do that. That said, I'm not sure I see the kldunload state changes as incompatible with the notion of having most kernel modules become newbussified, especially given that there are a lot of kernel extension interfaces (many of which were named by Poul-Henning), and many of which would benefit from a safe unloading mechanism without having to substantially modify them in the mean time. The primary goal, presumably, would therefore be to make sure that the KLD interface was semantically compatible with the Newbus model, and not that it not exist. I suggest creating a thread named "Newbus the world" on arch@, in which the major classes of kernel modules and extension interfaces are documented, along with ideas about how they could usefully turn into Newbus-enabled pieces. Poul-Henning's list is a decent starting point, but probably not a complete list. Remember to tell people why switching to Newbus would be an improvement, especially for modules and module systems that don't clearly map onto synthetic or real devices, such as Netgraph nodes, MAC policy modules, schedulers, network protocols, file systems, etc. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Tue Jul 13 22: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 907CB16A4D9; Tue, 13 Jul 2004 22:40:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4927743D1D; Tue, 13 Jul 2004 22:40:59 +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 i6DMexY8079646; Tue, 13 Jul 2004 22:40:59 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DMexXT079645; Tue, 13 Jul 2004 22:40:59 GMT (envelope-from cognet) Message-Id: <200407132240.i6DMexXT079645@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 13 Jul 2004 22:40: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/arm/arm 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: Tue, 13 Jul 2004 22:41:01 -0000 cognet 2004-07-13 22:40:59 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: In pmap_remove_pages(), when the pv_list is entry, we want to clean the PG_WRITEABLE flag, not the PG_REFERENCED flag. Submitted by: alc Revision Changes Path 1.6 +2 -3 src/sys/arm/arm/pmap.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 22:44: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 1257C16A4CE; Tue, 13 Jul 2004 22:44: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 7DE5943D39; Tue, 13 Jul 2004 22:44:48 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-7.local ([172.16.0.7] helo=dhcp-14.local) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1BkW0y-0004Q8-7X; Wed, 14 Jul 2004 00:44:47 +0200 Date: Wed, 14 Jul 2004 00:45:29 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Kris Kennaway From: Oliver Eikemeier In-Reply-To: <20040713211440.GA59883@xor.obsecurity.org> Message-Id: <5718C646-D51E-11D8-A6C6-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-all@FreeBSD.org cc: "Tim J. Robbins" Subject: Re: cvs commit: src/usr.bin/tr Makefile cmap.c cmap.h cset.c cset.h extern.h str.c tr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 22:44:49 -0000 Kris Kennaway wrote: > On Tue, Jul 13, 2004 at 10:56:16PM +0200, Oliver Eikemeier wrote: >> Oliver Eikemeier wrote: >> >>>> echo "http://wwww.maxmind.com/" | tr -s " " ";" >>> htp:/w.maxmind.com/ >> >> I'm sorry for the short-sighted message, this happens only on one >> isolated machine, I can't reproduce it on other systems. > > A bug in tr was fixed a few days ago, perhaps that's what you're > seeing. Ah, thanks for the heads-up. Time to go to bed! -Oliver From owner-cvs-all@FreeBSD.ORG Tue Jul 13 22:49: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 B39BF16A4CE; Tue, 13 Jul 2004 22:49:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A815743D53; Tue, 13 Jul 2004 22:49:36 +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 i6DMna2D079938; Tue, 13 Jul 2004 22:49:36 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DMnaAH079937; Tue, 13 Jul 2004 22:49:36 GMT (envelope-from pav) Message-Id: <200407132249.i6DMnaAH079937@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Jul 2004 22:49: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/deskutils Makefile ports/deskutils/treeline Makefile distinfo pkg-descr pkg-plist ports/deskutils/treeline/files patch-install.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 22:49:36 -0000 pav 2004-07-13 22:49:36 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/treeline Makefile distinfo pkg-descr pkg-plist deskutils/treeline/files patch-install.py Log: TreeLine helps you organise all your sticky notes, lists of books, movies, website logins, personal contacts, or things to do. It stores almost any kind of information. A tree structure makes it easy to keep things organised. Each node in the tree can contain several fields, forming a mini-database. The output format for each node can be defined, and the output can be shown on the screen, printed, or exported to html. PR: ports/68920 Submitted by: Tobias Roth Revision Changes Path 1.157 +1 -0 ports/deskutils/Makefile 1.1 +59 -0 ports/deskutils/treeline/Makefile (new) 1.1 +2 -0 ports/deskutils/treeline/distinfo (new) 1.1 +13 -0 ports/deskutils/treeline/files/patch-install.py (new) 1.1 +9 -0 ports/deskutils/treeline/pkg-descr (new) 1.1 +65 -0 ports/deskutils/treeline/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 13 22:49: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 3C91316A4CE; Tue, 13 Jul 2004 22:49:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3041F43D31; Tue, 13 Jul 2004 22:49:59 +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 i6DMnwTt079992; Tue, 13 Jul 2004 22:49:58 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DMnwNe079991; Tue, 13 Jul 2004 22:49:58 GMT (envelope-from davidxu) Message-Id: <200407132249.i6DMnwNe079991@repoman.freebsd.org> From: David Xu Date: Tue, 13 Jul 2004 22:49: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/lib/libpthread/thread thr_exit.c thr_kern.c thr_priority_queue.c thr_private.h thr_spec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 22:49:59 -0000 davidxu 2004-07-13 22:49:58 UTC FreeBSD src repository Modified files: lib/libpthread/thread thr_exit.c thr_kern.c thr_priority_queue.c thr_private.h thr_spec.c Log: Add code to support thread debugging. 1. Add global varible _libkse_debug, debugger uses the varible to identify libpthread. when the varible is written to non-zero by debugger, libpthread will take some special action at context switch time, it will check TMDF_DOTRUNUSER flags, if a thread has the flags set by debugger, it won't be scheduled, when a thread leaves KSE critical region, thread checks the flag, if it was set, the thread relinquish CPU. 2. Add pq_first_debug to select a thread allowd to run by debugger. 3. Some names prefixed with _thr are renamed to _thread prefix. which is allowed to run by debugger. Revision Changes Path 1.36 +3 -3 src/lib/libpthread/thread/thr_exit.c 1.107 +54 -8 src/lib/libpthread/thread/thr_kern.c 1.15 +51 -0 src/lib/libpthread/thread/thr_priority_queue.c 1.115 +24 -12 src/lib/libpthread/thread/thr_private.h 1.22 +14 -21 src/lib/libpthread/thread/thr_spec.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 22:51: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 B532216A4CF; Tue, 13 Jul 2004 22:51:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 944C143D39; Tue, 13 Jul 2004 22:51: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 i6DMp1Lk080141; Tue, 13 Jul 2004 22:51:01 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DMp1SX080140; Tue, 13 Jul 2004 22:51:01 GMT (envelope-from pav) Message-Id: <200407132251.i6DMp1SX080140@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Jul 2004 22:51:01 +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, 13 Jul 2004 22:51:02 -0000 pav 2004-07-13 22:51:01 UTC FreeBSD ports repository Modified files: . modules Log: treeline --> ports/deskutils/treeline Revision Changes Path 1.10534 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 13 22:51: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 91FA916A4CE; Tue, 13 Jul 2004 22:51:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FF4143D39; Tue, 13 Jul 2004 22:51:03 +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 i6DMp3iO080170; Tue, 13 Jul 2004 22:51:03 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DMp30f080169; Tue, 13 Jul 2004 22:51:03 GMT (envelope-from davidxu) Message-Id: <200407132251.i6DMp30f080169@repoman.freebsd.org> From: David Xu Date: Tue, 13 Jul 2004 22:51: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/libpthread/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: Tue, 13 Jul 2004 22:51:05 -0000 davidxu 2004-07-13 22:51:03 UTC FreeBSD src repository Modified files: lib/libpthread/thread thr_init.c Log: If _libkse_debug is not zero, activate thread mode. Revision Changes Path 1.63 +6 -0 src/lib/libpthread/thread/thr_init.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 22:52: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 2F1F116A4DF; Tue, 13 Jul 2004 22:52:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BE0B43D48; Tue, 13 Jul 2004 22:52:12 +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 i6DMqBZd080236; Tue, 13 Jul 2004 22:52:11 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DMqBkS080235; Tue, 13 Jul 2004 22:52:11 GMT (envelope-from davidxu) Message-Id: <200407132252.i6DMqBkS080235@repoman.freebsd.org> From: David Xu Date: Tue, 13 Jul 2004 22:52:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/thread thr_sig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 22:52:12 -0000 davidxu 2004-07-13 22:52:11 UTC FreeBSD src repository Modified files: lib/libpthread/thread thr_sig.c Log: Let debugger check signal, make SIGINFO works. Revision Changes Path 1.79 +25 -12 src/lib/libpthread/thread/thr_sig.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 22:52: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 A89C416A572; Tue, 13 Jul 2004 22:52:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85C1743D2F; Tue, 13 Jul 2004 22:52:53 +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 i6DMqrlx080294; Tue, 13 Jul 2004 22:52:53 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DMqrci080293; Tue, 13 Jul 2004 22:52:53 GMT (envelope-from davidxu) Message-Id: <200407132252.i6DMqrci080293@repoman.freebsd.org> From: David Xu Date: Tue, 13 Jul 2004 22:52: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/lib/libpthread pthread.map X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 22:52:55 -0000 davidxu 2004-07-13 22:52:53 UTC FreeBSD src repository Modified files: lib/libpthread pthread.map Log: Export necessary symbols to debugger. Revision Changes Path 1.11 +4 -7 src/lib/libpthread/pthread.map From owner-cvs-all@FreeBSD.ORG Tue Jul 13 22:53: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 4EDCA16A4CE; Tue, 13 Jul 2004 22:53:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 441B443D4C; Tue, 13 Jul 2004 22:53:11 +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 i6DMrBYR080367; Tue, 13 Jul 2004 22:53:11 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DMrBV6080366; Tue, 13 Jul 2004 22:53:11 GMT (envelope-from markus) Message-Id: <200407132253.i6DMrBV6080366@repoman.freebsd.org> From: Markus Brueffer Date: Tue, 13 Jul 2004 22:53: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/ftp/kasablanca Makefile distinfo pkg-plist patch-eventhandler.cpp patch-kasablanca.cpp subdirs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Jul 2004 22:53:11 -0000 markus 2004-07-13 22:53:11 UTC FreeBSD ports repository Modified files: ftp/kasablanca Makefile distinfo pkg-plist Added files: ftp/kasablanca/files patch-eventhandler.cpp Removed files: ftp/kasablanca/files patch-bookmarkdialog.cpp patch-kasablanca.cpp subdirs Log: Update to version 0.4 Revision Changes Path 1.4 +4 -11 ports/ftp/kasablanca/Makefile 1.2 +2 -2 ports/ftp/kasablanca/distinfo 1.2 +0 -118 ports/ftp/kasablanca/files/patch-bookmarkdialog.cpp (dead) 1.1 +11 -0 ports/ftp/kasablanca/files/patch-eventhandler.cpp (new) 1.2 +0 -100 ports/ftp/kasablanca/files/patch-kasablanca.cpp (dead) 1.2 +0 -3 ports/ftp/kasablanca/files/subdirs (dead) 1.2 +6 -1 ports/ftp/kasablanca/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 13 22:53: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 AD1A816A4DC; Tue, 13 Jul 2004 22:53:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A9EB43D2F; Tue, 13 Jul 2004 22:53:56 +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 i6DMruFF080411; Tue, 13 Jul 2004 22:53:56 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DMrumw080410; Tue, 13 Jul 2004 22:53:56 GMT (envelope-from davidxu) Message-Id: <200407132253.i6DMrumw080410@repoman.freebsd.org> From: David Xu Date: Tue, 13 Jul 2004 22:53: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/libpthread/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: Tue, 13 Jul 2004 22:53:57 -0000 davidxu 2004-07-13 22:53:56 UTC FreeBSD src repository Modified files: lib/libpthread/thread thr_create.c Log: Remove unused symbols. Revision Changes Path 1.55 +0 -14 src/lib/libpthread/thread/thr_create.c From owner-cvs-all@FreeBSD.ORG Tue Jul 13 22:54: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 9AF7C16A4CE; Tue, 13 Jul 2004 22:54:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E81E43D2D; Tue, 13 Jul 2004 22:54:23 +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 i6DMsNd0080537; Tue, 13 Jul 2004 22:54:23 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DMsNTG080536; Tue, 13 Jul 2004 22:54:23 GMT (envelope-from davidxu) Message-Id: <200407132254.i6DMsNTG080536@repoman.freebsd.org> From: David Xu Date: Tue, 13 Jul 2004 22:54: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/libpthread/arch/alpha/include pthread_md.h src/lib/libpthread/arch/amd64/include pthread_md.h src/lib/libpthread/arch/arm/include pthread_md.h src/lib/libpthread/arch/sparc64/include pthread_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: Tue, 13 Jul 2004 22:54:23 -0000 davidxu 2004-07-13 22:54:23 UTC FreeBSD src repository Modified files: lib/libpthread/arch/alpha/include pthread_md.h lib/libpthread/arch/amd64/include pthread_md.h lib/libpthread/arch/arm/include pthread_md.h lib/libpthread/arch/i386/include pthread_md.h lib/libpthread/arch/sparc64/include pthread_md.h Log: Call kse_switchin to switch context when being debugged. Revision Changes Path 1.4 +20 -7 src/lib/libpthread/arch/alpha/include/pthread_md.h 1.6 +22 -8 src/lib/libpthread/arch/amd64/include/pthread_md.h 1.2 +14 -5 src/lib/libpthread/arch/arm/include/pthread_md.h 1.8 +18 -6 src/lib/libpthread/arch/i386/include/pthread_md.h 1.2 +15 -5 src/lib/libpthread/arch/sparc64/include/pthread_md.h From owner-cvs-all@FreeBSD.ORG Tue Jul 13 23:47: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 969C816A4CE; Tue, 13 Jul 2004 23:47:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 519B143D1F; Tue, 13 Jul 2004 23:47:33 +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 i6DNlX9W081907; Tue, 13 Jul 2004 23:47:33 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6DNlXGM081906; Tue, 13 Jul 2004 23:47:33 GMT (envelope-from eik) Message-Id: <200407132347.i6DNlXGM081906@repoman.freebsd.org> From: Oliver Eikemeier Date: Tue, 13 Jul 2004 23:47: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/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, 13 Jul 2004 23:47:33 -0000 eik 2004-07-13 23:47:33 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: multiple vulnerabilities in Bugzilla Revision Changes Path 1.49 +2 -1 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Wed Jul 14 00:03: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 C1E0D16A4CE; Wed, 14 Jul 2004 00:03:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0B5243D1F; Wed, 14 Jul 2004 00:03:30 +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 i6E03Ukd082361; Wed, 14 Jul 2004 00:03:30 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E03U3F082360; Wed, 14 Jul 2004 00:03:30 GMT (envelope-from peter) Message-Id: <200407140003.i6E03U3F082360@repoman.freebsd.org> From: Peter Wemm Date: Wed, 14 Jul 2004 00:03: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/compat/freebsd32 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: Wed, 14 Jul 2004 00:03:30 -0000 peter 2004-07-14 00:03:30 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 syscalls.master Log: Unmapped syscalls should be NOPROTO so that we don't get a duplicate prototype. (kldunloadf in this case) Revision Changes Path 1.40 +1 -1 src/sys/compat/freebsd32/syscalls.master From owner-cvs-all@FreeBSD.ORG Wed Jul 14 00:03: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 222B616A4CE; Wed, 14 Jul 2004 00:03:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3F0A43D2D; Wed, 14 Jul 2004 00:03:51 +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 i6E03pkB082416; Wed, 14 Jul 2004 00:03:51 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E03pZu082415; Wed, 14 Jul 2004 00:03:51 GMT (envelope-from peter) Message-Id: <200407140003.i6E03pZu082415@repoman.freebsd.org> From: Peter Wemm Date: Wed, 14 Jul 2004 00:03: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/compat/freebsd32 freebsd32_proto.hfreebsd32_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: Wed, 14 Jul 2004 00:03:52 -0000 peter 2004-07-14 00:03:51 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: Regen Revision Changes Path 1.28 +1 -6 src/sys/compat/freebsd32/freebsd32_proto.h 1.28 +1 -1 src/sys/compat/freebsd32/freebsd32_syscall.h 1.19 +1 -1 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.29 +1 -1 src/sys/compat/freebsd32/freebsd32_sysent.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 00:35: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 A7B4F16A4CE; Wed, 14 Jul 2004 00:35:17 +0000 (GMT) Received: from pd3mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04B4D43D3F; Wed, 14 Jul 2004 00:35:15 +0000 (GMT) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from pd4mr7so.prod.shaw.ca (pd4mr7so-qfe3.prod.shaw.ca [10.0.141.84])2003)) with ESMTP id <0I0T00DHVFXJBE@l-daemon>; Tue, 13 Jul 2004 18:27:19 -0600 (MDT) Received: from pn2ml5so.prod.shaw.ca ([10.0.121.149]) by pd4mr7so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I0T001J5FXHLHI0@pd4mr7so.prod.shaw.ca>; Tue, 13 Jul 2004 18:27:17 -0600 (MDT) Received: from piii600.wadham.ox.ac.uk (S0106006067227a4a.vc.shawcable.net [24.87.233.42])2003)) with ESMTP id <0I0T00I43FXFN7@l-daemon>; Tue, 13 Jul 2004 18:27:17 -0600 (MDT) Date: Tue, 13 Jul 2004 17:26:16 -0700 From: Colin Percival In-reply-to: <25281.1089751843@critter.freebsd.dk> X-Sender: cperciva@popserver.sfu.ca (Unverified) To: Poul-Henning Kamp Message-id: <6.1.0.6.1.20040713171800.03d86568@popserver.sfu.ca> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Content-type: text/plain; charset=us-ascii References: <25281.1089751843@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Nate Lawson Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 00:35:17 -0000 At 13:50 13/07/2004, Poul-Henning Kamp wrote: >But I think you miss the point: This is about giving root the ability >to add a "damnit!" after "kldunload foo". As a (mostly) side note, this will be useful from the point of view of security as well. When there is a security advisory concerning an optional module (compat/linux being the most recent example) it would be nice to have a more effective workaround than "well, you can try `kldunload linux`, but it probably won't work... if it doesn't work, you'll have to reboot the system". Colin Percival From owner-cvs-all@FreeBSD.ORG Wed Jul 14 00:38:59 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 0604916A4CE; Wed, 14 Jul 2004 00:38:59 +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 i6E0cwiS060021; Tue, 13 Jul 2004 20:38:58 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.12.11/8.12.11/Submit) id i6E0cvQL060020; Tue, 13 Jul 2004 20:38:57 -0400 (EDT) (envelope-from green) Date: Tue, 13 Jul 2004 20:38:56 -0400 From: Brian Fundakowski Feldman To: Colin Percival Message-ID: <20040714003856.GR1626@green.homeunix.org> References: <25281.1089751843@critter.freebsd.dk> <6.1.0.6.1.20040713171800.03d86568@popserver.sfu.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.1.0.6.1.20040713171800.03d86568@popserver.sfu.ca> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: Poul-Henning Kamp cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Nate Lawson Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 00:38:59 -0000 On Tue, Jul 13, 2004 at 05:26:16PM -0700, Colin Percival wrote: > At 13:50 13/07/2004, Poul-Henning Kamp wrote: > >But I think you miss the point: This is about giving root the ability > >to add a "damnit!" after "kldunload foo". > > As a (mostly) side note, this will be useful from the point of view of > security as well. When there is a security advisory concerning an > optional module (compat/linux being the most recent example) it would > be nice to have a more effective workaround than "well, you can try > `kldunload linux`, but it probably won't work... if it doesn't work, > you'll have to reboot the system". "Well, you can try 'kldunload -f linux', but it probably won't work... if it doesn't work, I guess a crash isn't really much worse than a reboot." -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Wed Jul 14 00:58: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 95F4016A4CE; Wed, 14 Jul 2004 00:58:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76D0643D3F; Wed, 14 Jul 2004 00:58:53 +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 i6E0wr4N083825; Wed, 14 Jul 2004 00:58:53 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E0wrmS083824; Wed, 14 Jul 2004 00:58:53 GMT (envelope-from davidxu) Message-Id: <200407140058.i6E0wrmS083824@repoman.freebsd.org> From: David Xu Date: Wed, 14 Jul 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/lib/libpthread/arch/arm/include pthread_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: Wed, 14 Jul 2004 00:58:53 -0000 davidxu 2004-07-14 00:58:53 UTC FreeBSD src repository Modified files: lib/libpthread/arch/arm/include pthread_md.h Log: Copy lwp id to thread mailbox. Revision Changes Path 1.3 +1 -0 src/lib/libpthread/arch/arm/include/pthread_md.h From owner-cvs-all@FreeBSD.ORG Wed Jul 14 03: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 0835016A4CE; Wed, 14 Jul 2004 03:05:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF33E43D3F; Wed, 14 Jul 2004 03:05:19 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6E35JdO087079; Wed, 14 Jul 2004 03:05:19 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E35Jam087078; Wed, 14 Jul 2004 03:05:19 GMT (envelope-from alc) Message-Id: <200407140305.i6E35Jam087078@repoman.freebsd.org> From: Alan Cox Date: Wed, 14 Jul 2004 03:05:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha 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, 14 Jul 2004 03:05:20 -0000 alc 2004-07-14 03:05:19 UTC FreeBSD src repository Modified files: sys/alpha/alpha pmap.c Log: In pmap_remove_pages(), when clearing a pte, update the corresponding page's dirty mask. Reviewed by: gallatin@ Revision Changes Path 1.156 +4 -0 src/sys/alpha/alpha/pmap.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 03:08: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 ABE7E16A4CE for ; Wed, 14 Jul 2004 03:08:24 +0000 (GMT) Received: from robbins.dropbear.id.au (074.b.005.mel.iprimus.net.au [210.50.41.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0231343D41 for ; Wed, 14 Jul 2004 03:08:24 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 95D1D41FD; Wed, 14 Jul 2004 13:12:07 +1000 (EST) Date: Wed, 14 Jul 2004 13:12:07 +1000 From: Tim Robbins To: Oliver Eikemeier Message-ID: <20040714031207.GA11714@cat.robbins.dropbear.id.au> References: <20040713211440.GA59883@xor.obsecurity.org> <5718C646-D51E-11D8-A6C6-00039312D914@fillmore-labs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5718C646-D51E-11D8-A6C6-00039312D914@fillmore-labs.com> User-Agent: Mutt/1.4.1i cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: src/usr.bin/tr Makefile cmap.c cmap.h cset.c cset.h extern.h str.c tr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 03:08:24 -0000 On Wed, Jul 14, 2004 at 12:45:29AM +0200, Oliver Eikemeier wrote: > Kris Kennaway wrote: > > >On Tue, Jul 13, 2004 at 10:56:16PM +0200, Oliver Eikemeier wrote: > >>Oliver Eikemeier wrote: > >> > >>>>echo "http://wwww.maxmind.com/" | tr -s " " ";" > >>> htp:/w.maxmind.com/ > >> > >>I'm sorry for the short-sighted message, this happens only on one > >>isolated machine, I can't reproduce it on other systems. > > > >A bug in tr was fixed a few days ago, perhaps that's what you're > >seeing. > > Ah, thanks for the heads-up. Time to go to bed! This should have been fixed in cset.c 1.2, but let me know if it isn't, or if you find any other incorrect behaviour. Tim From owner-cvs-all@FreeBSD.ORG Wed Jul 14 03:27: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 33E1116A4D4; Wed, 14 Jul 2004 03:27:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1011543D1D; Wed, 14 Jul 2004 03:27:01 +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 i6E3R0Sg087668; Wed, 14 Jul 2004 03:27:00 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E3R0Dt087666; Wed, 14 Jul 2004 03:27:00 GMT (envelope-from maho) Message-Id: <200407140327.i6E3R0Dt087666@repoman.freebsd.org> From: Maho Nakata Date: Wed, 14 Jul 2004 03:27: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/math/atlas-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: Wed, 14 Jul 2004 03:27:01 -0000 maho 2004-07-14 03:27:00 UTC FreeBSD ports repository Modified files: math/atlas-devel Makefile distinfo Log: Update to 3.7.5 Revision Changes Path 1.17 +1 -1 ports/math/atlas-devel/Makefile 1.7 +2 -2 ports/math/atlas-devel/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 14 04: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 E5A9516A4CE; Wed, 14 Jul 2004 04:04:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C80B343D1D; Wed, 14 Jul 2004 04:04:32 +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 i6E44Wsr088556; Wed, 14 Jul 2004 04:04:32 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E44Wj6088555; Wed, 14 Jul 2004 04:04:32 GMT (envelope-from maho) Message-Id: <200407140404.i6E44Wj6088555@repoman.freebsd.org> From: Maho Nakata Date: Wed, 14 Jul 2004 04:04: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/math/lapack++ 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, 14 Jul 2004 04:04:33 -0000 maho 2004-07-14 04:04:32 UTC FreeBSD ports repository Modified files: math/lapack++ Makefile Log: Remove lapack dependency. Revision Changes Path 1.6 +1 -2 ports/math/lapack++/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 14 04:49: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 41F9A16A4CE; Wed, 14 Jul 2004 04:49:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AF2943D2F; Wed, 14 Jul 2004 04:49:52 +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 i6E4nq2o089738; Wed, 14 Jul 2004 04:49:52 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E4nqY1089737; Wed, 14 Jul 2004 04:49:52 GMT (envelope-from maho) Message-Id: <200407140449.i6E4nqY1089737@repoman.freebsd.org> From: Maho Nakata Date: Wed, 14 Jul 2004 04:49: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/math/atlas-devel Makefileports/math/atlas-devel/files patch-config.c ports/math/atlas Makefile ports/math/atlas/files patch-config.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 04:49:52 -0000 maho 2004-07-14 04:49:52 UTC FreeBSD ports repository Modified files: math/atlas-devel Makefile math/atlas-devel/files patch-config.c math/atlas Makefile math/atlas/files patch-config.c Log: 1) correct the names of shared libs for threaded version 2) Some Pentium 4 series have more caches (not 512kB, but 1M ~ 2M) Revision Changes Path 1.18 +7 -2 ports/math/atlas-devel/Makefile 1.7 +10 -1 ports/math/atlas-devel/files/patch-config.c 1.24 +7 -2 ports/math/atlas/Makefile 1.11 +9 -0 ports/math/atlas/files/patch-config.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 04: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 9976B16A4CE; Wed, 14 Jul 2004 04:56:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C5A343D2F; Wed, 14 Jul 2004 04:56:42 +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 i6E4ugF6090008; Wed, 14 Jul 2004 04:56:42 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E4ugrx090007; Wed, 14 Jul 2004 04:56:42 GMT (envelope-from maho) Message-Id: <200407140456.i6E4ugrx090007@repoman.freebsd.org> From: Maho Nakata Date: Wed, 14 Jul 2004 04: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/math/lapack++ Makefile ports/math/lapack++/files patch-makefile.def X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 04:56:42 -0000 maho 2004-07-14 04:56:42 UTC FreeBSD ports repository Modified files: math/lapack++ Makefile math/lapack++/files patch-makefile.def Log: Some options for BLAS are available (though they are hidden by default). Revision Changes Path 1.7 +16 -0 ports/math/lapack++/Makefile 1.3 +2 -2 ports/math/lapack++/files/patch-makefile.def From owner-cvs-all@FreeBSD.ORG Wed Jul 14 04:57: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 A6B1016A4CE; Wed, 14 Jul 2004 04:57:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88BC643D49; Wed, 14 Jul 2004 04:57:39 +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 i6E4vdXI090059; Wed, 14 Jul 2004 04:57:39 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E4vdto090058; Wed, 14 Jul 2004 04:57:39 GMT (envelope-from maho) Message-Id: <200407140457.i6E4vdto090058@repoman.freebsd.org> From: Maho Nakata Date: Wed, 14 Jul 2004 04:57: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/math/lapack++ 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, 14 Jul 2004 04:57:39 -0000 maho 2004-07-14 04:57:39 UTC FreeBSD ports repository Modified files: math/lapack++ Makefile Log: In former commit I commented out all the blas options. pointy hat to: myself Revision Changes Path 1.8 +2 -2 ports/math/lapack++/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 14 04:58: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 1F4C316A4CE; Wed, 14 Jul 2004 04:58:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0029343D1F; Wed, 14 Jul 2004 04:58: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 i6E4w5Wk090092; Wed, 14 Jul 2004 04:58:05 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E4w5ON090091; Wed, 14 Jul 2004 04:58:05 GMT (envelope-from murray) Message-Id: <200407140458.i6E4w5ON090091@repoman.freebsd.org> From: Murray Stokely Date: Wed, 14 Jul 2004 04:58:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/dict freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 04:58:06 -0000 murray 2004-07-14 04:58:05 UTC FreeBSD src repository Modified files: share/dict freebsd Log: Add more technical acronyms, product names, country names, and technical english words to reduce the number of false positives when spellchecking our documentation. Revision Changes Path 1.7 +65 -2 src/share/dict/freebsd From owner-cvs-all@FreeBSD.ORG Wed Jul 14 05: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 5414A16A4CF; Wed, 14 Jul 2004 05:01:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 351C643D53; Wed, 14 Jul 2004 05:01:41 +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 i6E51far090233; Wed, 14 Jul 2004 05:01:41 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E51fNU090232; Wed, 14 Jul 2004 05:01:41 GMT (envelope-from rwatson) Message-Id: <200407140501.i6E51fNU090232@repoman.freebsd.org> From: Robert Watson Date: Wed, 14 Jul 2004 05:01: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/net if_sl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 05:01:41 -0000 rwatson 2004-07-14 05:01:41 UTC FreeBSD src repository Modified files: sys/net if_sl.c Log: Convert SLIP to using C99 structure initialization for its struct linesw. Revision Changes Path 1.120 +8 -2 src/sys/net/if_sl.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 05: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 BBC2B16A4CE; Wed, 14 Jul 2004 05:15:49 +0000 (GMT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A68B43D45; Wed, 14 Jul 2004 05:15:49 +0000 (GMT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i6E5FfmP018578; Wed, 14 Jul 2004 09:15:41 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i6E5FeUw018577; Wed, 14 Jul 2004 09:15:40 +0400 (MSD) (envelope-from ache) Date: Wed, 14 Jul 2004 09:15:40 +0400 From: Andrey Chernov To: Oliver Eikemeier Message-ID: <20040714051540.GA18511@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Oliver Eikemeier , "Tim J. Robbins" , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200407090208.i69287du035795@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 X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.26.0.5; VDF 6.26.0.26 (host: pobrecita.freebsd.ru) cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: "Tim J. Robbins" Subject: Re: cvs commit: src/usr.bin/tr Makefile cmap.c cmap.h cset.c cset.h extern.h str.c tr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 05:15:49 -0000 On Tue, Jul 13, 2004 at 07:05:20PM +0200, Oliver Eikemeier wrote: > I'm not exactly sure, but is > > > echo "http://wwww.maxmind.com/" | tr -s " " ";" > htp:/w.maxmind.com/ > > the expected result here? No, nothing should be changed. -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-all@FreeBSD.ORG Wed Jul 14 05:23: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 269A016A4CE; Wed, 14 Jul 2004 05:23:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09BC143D3F; Wed, 14 Jul 2004 05:23:17 +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 i6E5NG8P090784; Wed, 14 Jul 2004 05:23:16 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E5NGmr090783; Wed, 14 Jul 2004 05:23:16 GMT (envelope-from murray) Message-Id: <200407140523.i6E5NGmr090783@repoman.freebsd.org> From: Murray Stokely Date: Wed, 14 Jul 2004 05:23: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/share/dict freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 05:23:17 -0000 murray 2004-07-14 05:23:16 UTC FreeBSD src repository Modified files: share/dict freebsd Log: More technical terms. MFC After: 3 days Revision Changes Path 1.8 +22 -2 src/share/dict/freebsd From owner-cvs-all@FreeBSD.ORG Wed Jul 14 05: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 BF3E616A4CE; Wed, 14 Jul 2004 05:28:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A059043D31; Wed, 14 Jul 2004 05:28:11 +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 i6E5SBAi090940; Wed, 14 Jul 2004 05:28:11 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E5SB4Z090939; Wed, 14 Jul 2004 05:28:11 GMT (envelope-from murray) Message-Id: <200407140528.i6E5SB4Z090939@repoman.freebsd.org> From: Murray Stokely Date: Wed, 14 Jul 2004 05:28: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/share/mk doc.docbook.mk doc/share/sgml spellcheck.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: Wed, 14 Jul 2004 05:28:11 -0000 murray 2004-07-14 05:28:11 UTC FreeBSD doc repository Modified files: share/mk doc.docbook.mk Added files: share/sgml spellcheck.dsl Log: Add a DSSSL stylsheet to enable more efficient spellchecking. This stylesheet omits the contents of , , , and other tags that are likely to not contain real English words. The output of this stylesheet can then be checked with 'make spellcheck' with far fewer false positives. Revision Changes Path 1.108 +10 -0 doc/share/mk/doc.docbook.mk 1.1 +63 -0 doc/share/sgml/spellcheck.dsl (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 14 05:32: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 E45CE16A4CE; Wed, 14 Jul 2004 05:32:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C740443D31; Wed, 14 Jul 2004 05:32:55 +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 i6E5Wtc1091132; Wed, 14 Jul 2004 05:32:55 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E5WtDO091131; Wed, 14 Jul 2004 05:32:55 GMT (envelope-from rwatson) Message-Id: <200407140532.i6E5WtDO091131@repoman.freebsd.org> From: Robert Watson Date: Wed, 14 Jul 2004 05:32: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/snp snp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 05:32:56 -0000 rwatson 2004-07-14 05:32:55 UTC FreeBSD src repository Modified files: sys/dev/snp snp.c Log: Switch snoop device to using C99 initialization for struct linesw. Revision Changes Path 1.91 +8 -2 src/sys/dev/snp/snp.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 05:33: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 E0E8416A4CE; Wed, 14 Jul 2004 05:33:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8EEC43D1F; Wed, 14 Jul 2004 05:33:13 +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 i6E5XD9W091221; Wed, 14 Jul 2004 05:33:13 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E5XD5A091220; Wed, 14 Jul 2004 05:33:13 GMT (envelope-from murray) Message-Id: <200407140533.i6E5XD5A091220@repoman.freebsd.org> From: Murray Stokely Date: Wed, 14 Jul 2004 05:33:13 +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/disks chapter.sgml doc/en_US.ISO8859-1/books/handbook/multimediachapter.sgml 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: Wed, 14 Jul 2004 05:33:14 -0000 murray 2004-07-14 05:33:13 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml en_US.ISO8859-1/books/handbook/multimedia chapter.sgml en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml en_US.ISO8859-1/share/sgml/glossary freebsd-glossary.sgml Log: Spellcheck: environment, appropriate, explanation, occasions Found by: make spellcheck Revision Changes Path 1.212 +1 -1 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml 1.85 +1 -1 doc/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml 1.90 +1 -1 doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml 1.12 +1 -1 doc/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 14 05: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 B929B16A4CE; Wed, 14 Jul 2004 05:49:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C1A343D2D; Wed, 14 Jul 2004 05:49:44 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6E5nivI091675; Wed, 14 Jul 2004 05:49:44 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E5nide091674; Wed, 14 Jul 2004 05:49:44 GMT (envelope-from alc) Message-Id: <200407140549.i6E5nide091674@repoman.freebsd.org> From: Alan Cox Date: Wed, 14 Jul 2004 05:49: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 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, 14 Jul 2004 05:49:44 -0000 alc 2004-07-14 05:49:44 UTC FreeBSD src repository Modified files: sys/alpha/alpha pmap.c Log: Additional pmap locking Revision Changes Path 1.157 +49 -28 src/sys/alpha/alpha/pmap.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 06:05: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 D23AE16A4CE; Wed, 14 Jul 2004 06:05:15 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9387843D41; Wed, 14 Jul 2004 06:05:15 +0000 (GMT) (envelope-from max@love2party.net) Received: from [212.227.126.208] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BkctG-0001Bu-00; Wed, 14 Jul 2004 08:05:14 +0200 Received: from [217.83.13.82] (helo=donor.laier.local) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1BkctG-0006du-00; Wed, 14 Jul 2004 08:05:14 +0200 From: Max Laier To: Murray Stokely Date: Wed, 14 Jul 2004 08:02:51 +0200 User-Agent: KMail/1.6.2 References: <200407140523.i6E5NGmr090783@repoman.freebsd.org> In-Reply-To: <200407140523.i6E5NGmr090783@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_SyM9A2SIWVASPcm"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407140802.58627.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:61c499deaeeba3ba5be80f48ecc83056 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/dict freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 06:05:16 -0000 --Boundary-02=_SyM9A2SIWVASPcm Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 14 July 2004 07:23, Murray Stokely wrote: > murray 2004-07-14 05:23:16 UTC > > FreeBSD src repository > > Modified files: > share/dict freebsd > Log: > More technical terms. > > MFC After: 3 days > > Revision Changes Path > 1.8 +22 -2 src/share/dict/freebsd > ... > +curmudgeon > ... =2E.. should be in every good technical dictionary ;) I like it, but - as far as I see - it's in web2 as well so this would be=20 redundant? =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --Boundary-02=_SyM9A2SIWVASPcm Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBA9MySXyyEoT62BG0RApWSAJ4u1UaBOY+tQ0dGjWtWlpE63LuA9gCfYetc 9+xAI9QfPGvaUVufVpslmg4= =+ETo -----END PGP SIGNATURE----- --Boundary-02=_SyM9A2SIWVASPcm-- From owner-cvs-all@FreeBSD.ORG Wed Jul 14 06:37: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 7590B16A4CE; Wed, 14 Jul 2004 06:37:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 565EE43D48; Wed, 14 Jul 2004 06:37:04 +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 i6E6b417092937; Wed, 14 Jul 2004 06:37:04 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E6b4aM092936; Wed, 14 Jul 2004 06:37:04 GMT (envelope-from perky) Message-Id: <200407140637.i6E6b4aM092936@repoman.freebsd.org> From: Hye-Shik Chang Date: Wed, 14 Jul 2004 06:37: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/misc/xosd/files patch-xosd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 06:37:04 -0000 perky 2004-07-14 06:37:04 UTC FreeBSD ports repository Modified files: misc/xosd/files patch-xosd.c Log: Enable to build with C89 compilers for -STABLE. Submitted by: Greg J. Revision Changes Path 1.8 +20 -2 ports/misc/xosd/files/patch-xosd.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 06: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 DC66616A4CE; Wed, 14 Jul 2004 06:47:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCC7943D1D; Wed, 14 Jul 2004 06:47:32 +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 i6E6lWei093257; Wed, 14 Jul 2004 06:47:32 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E6lWG8093256; Wed, 14 Jul 2004 06:47:32 GMT (envelope-from alfred) Message-Id: <200407140647.i6E6lWG8093256@repoman.freebsd.org> From: Alfred Perlstein Date: Wed, 14 Jul 2004 06:47: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/sys event.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, 14 Jul 2004 06:47:33 -0000 alfred 2004-07-14 06:47:32 UTC FreeBSD src repository Modified files: sys/sys event.h Log: do { } while(0) KNOTE macro, whitespace Revision Changes Path 1.24 +3 -2 src/sys/sys/event.h From owner-cvs-all@FreeBSD.ORG Wed Jul 14 06:50: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 7000116A4CE; Wed, 14 Jul 2004 06:50:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5088F43D54; Wed, 14 Jul 2004 06:50:48 +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 i6E6omwW093426; Wed, 14 Jul 2004 06:50:48 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E6om5m093425; Wed, 14 Jul 2004 06:50:48 GMT (envelope-from julian) Message-Id: <200407140650.i6E6om5m093425@repoman.freebsd.org> From: Julian Elischer Date: Wed, 14 Jul 2004 06: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: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 06:50:48 -0000 julian 2004-07-14 06:50:48 UTC FreeBSD src repository Modified files: . access Log: Add Gleb Smirnov (glebius) so that he can officially get awarded his own pointy hats. Approved by: core of course Revision Changes Path 1.669 +1 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Wed Jul 14 06:56: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 E6C4516A4CE; Wed, 14 Jul 2004 06:56:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C767A43D2D; Wed, 14 Jul 2004 06:56: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 i6E6uG8n093607; Wed, 14 Jul 2004 06:56:16 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E6uG99093606; Wed, 14 Jul 2004 06:56:16 GMT (envelope-from eik) Message-Id: <200407140656.i6E6uG99093606@repoman.freebsd.org> From: Oliver Eikemeier Date: Wed, 14 Jul 2004 06:56: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/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, 14 Jul 2004 06:56:17 -0000 eik 2004-07-14 06:56:16 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: wv library datetime field buffer overflow Revision Changes Path 1.50 +2 -1 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Wed Jul 14 06: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 C018516A4CE; Wed, 14 Jul 2004 06:58:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0FA043D3F; Wed, 14 Jul 2004 06:58:39 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6E6wdbu093682; Wed, 14 Jul 2004 06:58:39 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E6wd4K093681; Wed, 14 Jul 2004 06:58:39 GMT (envelope-from takawata) Message-Id: <200407140658.i6E6wd4K093681@repoman.freebsd.org> From: Takanori Watanabe Date: Wed, 14 Jul 2004 06: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/dev/acpica acpi_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: Wed, 14 Jul 2004 06:58:39 -0000 takawata 2004-07-14 06:58:39 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci.c Log: Follow PnP location string change in acpi.c. Revision Changes Path 1.22 +1 -1 src/sys/dev/acpica/acpi_pci.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 06:59: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 0349116A4CE; Wed, 14 Jul 2004 06:59:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8B5B43D2D; Wed, 14 Jul 2004 06:59:58 +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 i6E6xwhS093732; Wed, 14 Jul 2004 06:59:58 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E6xwXj093731; Wed, 14 Jul 2004 06:59:58 GMT (envelope-from imp) Message-Id: <200407140659.i6E6xwXj093731@repoman.freebsd.org> From: Warner Losh Date: Wed, 14 Jul 2004 06:59: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/dev/fdc fdc_isa.c fdc_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: Wed, 14 Jul 2004 06:59:59 -0000 imp 2004-07-14 06:59:58 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc_isa.c fdc_pccard.c Log: Fix the pccard attachment to have a chance of working. Move the resource allocation into the bus front ends. Revision Changes Path 1.5 +165 -11 src/sys/dev/fdc/fdc_isa.c 1.6 +49 -21 src/sys/dev/fdc/fdc_pccard.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 07: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 42B2C16A4CE; Wed, 14 Jul 2004 07:02:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24CBE43D3F; Wed, 14 Jul 2004 07:02:04 +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 i6E7246c093921; Wed, 14 Jul 2004 07:02:04 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E724mV093920; Wed, 14 Jul 2004 07:02:04 GMT (envelope-from alfred) Message-Id: <200407140702.i6E724mV093920@repoman.freebsd.org> From: Alfred Perlstein Date: Wed, 14 Jul 2004 07:02: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_event.c src/sys/sys eventvar.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, 14 Jul 2004 07:02:04 -0000 alfred 2004-07-14 07:02:03 UTC FreeBSD src repository Modified files: sys/kern kern_event.c sys/sys eventvar.h Log: Make FIOASYNC, FIOSETOWN and FIOGETOWN work on kqueues. Revision Changes Path 1.71 +29 -2 src/sys/kern/kern_event.c 1.5 +4 -2 src/sys/sys/eventvar.h From owner-cvs-all@FreeBSD.ORG Wed Jul 14 07:04: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 6533216A4CE; Wed, 14 Jul 2004 07:04:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 466F043D39; Wed, 14 Jul 2004 07:04: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 i6E74IOE094007; Wed, 14 Jul 2004 07:04:18 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E74I5P094006; Wed, 14 Jul 2004 07:04:18 GMT (envelope-from imp) Message-Id: <200407140704.i6E74I5P094006@repoman.freebsd.org> From: Warner Losh Date: Wed, 14 Jul 2004 07:04: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/fdc fdc.c fdc_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: Wed, 14 Jul 2004 07:04:18 -0000 imp 2004-07-14 07:04:18 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc.c fdc_isa.c Log: Remove fdc_alloc_resources, which should have happened in last commit. Revision Changes Path 1.280 +1 -143 src/sys/dev/fdc/fdc.c 1.6 +1 -0 src/sys/dev/fdc/fdc_isa.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 07:10: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 9D37316A4CE; Wed, 14 Jul 2004 07:10:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DDC843D49; Wed, 14 Jul 2004 07:10:15 +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 i6E7AF9T094358; Wed, 14 Jul 2004 07:10:15 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E7AFYA094357; Wed, 14 Jul 2004 07:10:15 GMT (envelope-from murray) Message-Id: <200407140710.i6E7AFYA094357@repoman.freebsd.org> From: Murray Stokely Date: Wed, 14 Jul 2004 07:10: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/share/dict freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 07:10:15 -0000 murray 2004-07-14 07:10:15 UTC FreeBSD src repository Modified files: share/dict freebsd Log: Remove duplicate entry. Submitted by: mlaier@ Revision Changes Path 1.9 +1 -2 src/share/dict/freebsd From owner-cvs-all@FreeBSD.ORG Wed Jul 14 07: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 DC10116A4CE; Wed, 14 Jul 2004 07:13:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3FC743D2F; Wed, 14 Jul 2004 07:13:35 +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 i6E7DZdK094487; Wed, 14 Jul 2004 07:13:35 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E7DZb8094486; Wed, 14 Jul 2004 07:13:35 GMT (envelope-from peter) Message-Id: <200407140713.i6E7DZb8094486@repoman.freebsd.org> From: Peter Wemm Date: Wed, 14 Jul 2004 07:13: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/amd64/amd64 pmap.c src/sys/amd64/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: Wed, 14 Jul 2004 07:13:36 -0000 peter 2004-07-14 07:13:35 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/amd64/include pmap.h Log: Like on i386, eliminate pv_ptem (which was suggested by alc). This reduces the size of the pv_entry structure a small but significant amount. This is implemented a little differently because it isn't so cheap to get the physical address of the page tabke page on amd64.. instead of it being directly accessible from the top level page directory, it is now two additional tree levels down. However.. In almost all cases, we recently had the physical address if the page table page a short while before we needed it, but it slipped through our fingers. This patch saves it for when we do need it. Also, for the one case where we do not have the ptp paddr, we are always running in curproc context and so we can do a vtopte-like trick. I've implemented vtopde() for this purpose. There is still a CYA entry in pmap_unuse_pt() that needs to be removed. I think it can be removed now but I forgot to test with it gone. Revision Changes Path 1.484 +58 -29 src/sys/amd64/amd64/pmap.c 1.121 +0 -1 src/sys/amd64/include/pmap.h From owner-cvs-all@FreeBSD.ORG Wed Jul 14 07:41: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 7BD1A16A4CE; Wed, 14 Jul 2004 07:41:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E75243D2F; Wed, 14 Jul 2004 07:41:50 +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 i6E7fo25095364; Wed, 14 Jul 2004 07:41:50 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E7foL3095363; Wed, 14 Jul 2004 07:41:50 GMT (envelope-from erwin) Message-Id: <200407140741.i6E7foL3095363@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 14 Jul 2004 07:41: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/archivers/p5-Archive-Zip 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, 14 Jul 2004 07:41:50 -0000 erwin 2004-07-14 07:41:50 UTC FreeBSD ports repository Modified files: archivers/p5-Archive-Zip Makefile Log: Correctly use bsd.port.(pre|post).mk PR: 69025 Submitted by: Wesley Shields Revision Changes Path 1.21 +3 -1 ports/archivers/p5-Archive-Zip/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 14 07:52: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 4402C16A4CE; Wed, 14 Jul 2004 07:52:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23B3D43D2D; Wed, 14 Jul 2004 07:52:51 +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 i6E7qhk8095654; Wed, 14 Jul 2004 07:52:43 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E7qhRe095653; Wed, 14 Jul 2004 07:52:43 GMT (envelope-from roam) Message-Id: <200407140752.i6E7qhRe095653@repoman.freebsd.org> From: Peter Pentchev Date: Wed, 14 Jul 2004 07:52: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/devel/makedepend 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, 14 Jul 2004 07:52:51 -0000 roam 2004-07-14 07:52:43 UTC FreeBSD ports repository Modified files: devel/makedepend Makefile Log: Yikes.. remove a '# DO NOT REMOVE' line ;) I've had this in my local ports tree for nigh on two years now. It seems that I've run makedepend in this port's directory when touching it for the very first time - the line appears in my initial patch submission to fix the distfiles and take over maintainership from Ian Vaudrey... PR: 69023 Submitted by: Wesley Shields Revision Changes Path 1.11 +0 -1 ports/devel/makedepend/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 14 07:56: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 600F016A4CE; Wed, 14 Jul 2004 07:56:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41FEA43D1D; Wed, 14 Jul 2004 07:56:40 +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 i6E7ueaW095792; Wed, 14 Jul 2004 07:56:40 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E7ueI4095791; Wed, 14 Jul 2004 07:56:40 GMT (envelope-from edwin) Message-Id: <200407140756.i6E7ueI4095791@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 14 Jul 2004 07:56: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/deskutils/phpicalendar 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, 14 Jul 2004 07:56:40 -0000 edwin 2004-07-14 07:56:40 UTC FreeBSD ports repository Modified files: deskutils/phpicalendar Makefile Log: Fix maintainer email address Submitted by: eik@ Revision Changes Path 1.3 +1 -1 ports/deskutils/phpicalendar/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 14 08:18: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 0AE3316A4CE; Wed, 14 Jul 2004 08:18:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 030B043D3F; Wed, 14 Jul 2004 08:18:17 +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 i6E8IGO9096439; Wed, 14 Jul 2004 08:18:16 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E8IGns096438; Wed, 14 Jul 2004 08:18:16 GMT (envelope-from kris) Message-Id: <200407140818.i6E8IGns096438@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 08:18: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 Makefile ports/Mk bsd.port.mk bsd.port.subdir.mk ports/Tools make_index X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 08:18:17 -0000 kris 2004-07-14 08:18:16 UTC FreeBSD ports repository Modified files: . Makefile Mk bsd.port.mk bsd.port.subdir.mk Tools make_index Log: * Be even more explicit about partial ports trees being unsupported for INDEX builds [1] * Remove the parallel target from Makefile; this is heavily tied to the package build cluster and can be better done in the makeparallel script (commit to follow) [2] * Extend the format of INDEX to separately list the EXTRACT/PATCH/FETCH_DEPENDS instead of lumping them all in together with BUILD_DEPENDS. The three new fields are appended to the end of the record in that order. [2] * Change BROKEN to IGNORE in BROKEN_WITH_MYSQL failure code [3] * Support non-default PREFIX for perl 5.00503 [5] * Use pkg_info -I instead of ls when searching for conflicts [6] * Allow local customization of the port subdirectories by including ${.CURDIR}/Makefile.local in bsd.subdir.mk if it exists [7] * Fix 'make search' when ${PORTSDIR} is a symlink to a directory name containing extended regexp metacharacters [8] Submitted by: linimon [1] [3], kris [2], lth [4], sem [5], eik [5] [6], Roman Neuhauser [7] PR: 68299 [1], 67705 [3], 67264 [4], 59696 [5], 66568 [6], 68072 [7] Revision Changes Path 1.86 +12 -17 ports/Makefile 1.492 +48 -40 ports/Mk/bsd.port.mk 1.55 +10 -3 ports/Mk/bsd.port.subdir.mk 1.11 +63 -14 ports/Tools/make_index From owner-cvs-all@FreeBSD.ORG Wed Jul 14 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 B98F616A4CE; Wed, 14 Jul 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 99D3C43D54; Wed, 14 Jul 2004 08:28: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 i6E8SZVu096710; Wed, 14 Jul 2004 08:28:35 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E8SZQi096709; Wed, 14 Jul 2004 08:28:35 GMT (envelope-from kris) Message-Id: <200407140828.i6E8SZQi096709@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 08:28: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/Tools/portbuild/scripts buildenv X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 08:28:35 -0000 kris 2004-07-14 08:28:35 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts buildenv Log: Chase bento to pointyhat Revision Changes Path 1.12 +1 -1 ports/Tools/portbuild/scripts/buildenv From owner-cvs-all@FreeBSD.ORG Wed Jul 14 08:30: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 83D6716A4CE; Wed, 14 Jul 2004 08:30:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64ED243D4C; Wed, 14 Jul 2004 08:30: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 i6E8UYYH096802; Wed, 14 Jul 2004 08:30:34 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E8UYX6096800; Wed, 14 Jul 2004 08:30:34 GMT (envelope-from kris) Message-Id: <200407140830.i6E8UYX6096800@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 08:30: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/Tools/portbuild/scripts checkmachines X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 08:30:34 -0000 kris 2004-07-14 08:30:34 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts checkmachines Log: * If we time out connecting to a machine, give it a weight of 999 to make sure we don't try and schedule jobs on it even if all other machines are busy * Remove sleep in outer loop, this isn't needed or worthwhile now that there are so many machines being monitored Revision Changes Path 1.9 +2 -2 ports/Tools/portbuild/scripts/checkmachines From owner-cvs-all@FreeBSD.ORG Wed Jul 14 08:33: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 36C2B16A4CE; Wed, 14 Jul 2004 08:33:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1781943D48; Wed, 14 Jul 2004 08:33:15 +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 i6E8XEa5096893; Wed, 14 Jul 2004 08:33:14 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E8XEn8096892; Wed, 14 Jul 2004 08:33:14 GMT (envelope-from tjr) Message-Id: <200407140833.i6E8XEn8096892@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 14 Jul 2004 08:33: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/tr cset.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 08:33:15 -0000 tjr 2004-07-14 08:33:14 UTC FreeBSD src repository Modified files: usr.bin/tr cset.c Log: Splay the left and right subtrees on min - 1 and max + 1, respectively, before trying to coalesce. Forgetting to splay caused us to miss many opportunities for coalescing. Revision Changes Path 1.3 +20 -34 src/usr.bin/tr/cset.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 08:34: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 85BF516A4CE; Wed, 14 Jul 2004 08:34:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 659E043D2F; Wed, 14 Jul 2004 08:34:25 +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 i6E8YPTF096940; Wed, 14 Jul 2004 08:34:25 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E8YPfw096939; Wed, 14 Jul 2004 08:34:25 GMT (envelope-from kris) Message-Id: <200407140834.i6E8YPfw096939@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 08:34: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/Tools/portbuild/scripts makeduds X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 08:34:25 -0000 kris 2004-07-14 08:34:25 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts makeduds Log: Drop the ignorelist concurrency back to 1 because I'm occasionally seeing overlapping I/O. Something similar to how parallel index builds are now done will need to be done here too. Revision Changes Path 1.16 +1 -1 ports/Tools/portbuild/scripts/makeduds From owner-cvs-all@FreeBSD.ORG Wed Jul 14 08: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 EFFC516A4CE; Wed, 14 Jul 2004 08:35:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1A8E43D49; Wed, 14 Jul 2004 08:35:11 +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 i6E8ZBJP096991; Wed, 14 Jul 2004 08:35:11 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E8ZB1F096990; Wed, 14 Jul 2004 08:35:11 GMT (envelope-from tjr) Message-Id: <200407140835.i6E8ZB1F096990@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 14 Jul 2004 08:35: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 cset.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, 14 Jul 2004 08:35:12 -0000 tjr 2004-07-14 08:35:11 UTC FreeBSD src repository Modified files: usr.bin/tr cset.h Log: Remove unused member of struct csclass: csc_value. Revision Changes Path 1.2 +0 -1 src/usr.bin/tr/cset.h From owner-cvs-all@FreeBSD.ORG Wed Jul 14 08:36: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 E931B16A4CE; Wed, 14 Jul 2004 08:36:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9D1443D1F; Wed, 14 Jul 2004 08:36: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 i6E8a9ar097101; Wed, 14 Jul 2004 08:36:09 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E8a9GX097100; Wed, 14 Jul 2004 08:36:09 GMT (envelope-from tjr) Message-Id: <200407140836.i6E8a9GX097100@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 14 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/usr.bin/tr cmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 08:36:10 -0000 tjr 2004-07-14 08:36:09 UTC FreeBSD src repository Modified files: usr.bin/tr cmap.c Log: Fix description of cmap_lookup_hard(). Revision Changes Path 1.2 +1 -1 src/usr.bin/tr/cmap.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 08: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 0212416A4CE; Wed, 14 Jul 2004 08:36:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D85B843D31; Wed, 14 Jul 2004 08:36:48 +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 i6E8amqt097161; Wed, 14 Jul 2004 08:36:48 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E8amoH097160; Wed, 14 Jul 2004 08:36:48 GMT (envelope-from kris) Message-Id: <200407140836.i6E8amoH097160@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 08:36: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/Tools/portbuild/scripts makeindex X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 08:36:49 -0000 kris 2004-07-14 08:36:48 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts makeindex Log: Set INDEX_JOBS to control index build concurrency Revision Changes Path 1.16 +3 -0 ports/Tools/portbuild/scripts/makeindex From owner-cvs-all@FreeBSD.ORG Wed Jul 14 08:47: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 EEBBE16A4CE; Wed, 14 Jul 2004 08:47:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E702143D48; Wed, 14 Jul 2004 08:47: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 i6E8l3BF097454; Wed, 14 Jul 2004 08:47:03 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E8l3ZQ097453; Wed, 14 Jul 2004 08:47:03 GMT (envelope-from kris) Message-Id: <200407140847.i6E8l3ZQ097453@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 08:47: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/Tools/portbuild/scripts makeparallel X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 08:47:04 -0000 kris 2004-07-14 08:47:03 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts makeparallel Log: * Break out the 'parallel' target from /usr/ports/Makefile. One advantage is that here we know the value of PKGSUFFIX (.tgz/.tbz) for the build via buildenv. * Add a list of 'quickports', which are ports with long dependency chains that we should kick off straight away to try and avoid bottlenecks later on when most of the cluster idles waiting for one or two ports to build. Ideally we'd build dependencies of these ports exclusively first and only build other ports when we run out (i.e. a build slot becomes free), but I couldn't work out how to do this. As a compromise, we now do 'make -k -j<#> quickports all' which doesn't give quite as high a priority to the quickports (i.e. we also build other ports from the beginning while there are quickport dependencies still to build), but is better than nothing. * Pass in the FETCH/EXTRACT/PATCH/BUILD/RUN_DEPENDS separately via env variables when dispatching a job. This allows us to add and remove the dependencies at the corresponding build stage to catch ports with dependencies listed too early/late. Revision Changes Path 1.2 +40 -6 ports/Tools/portbuild/scripts/makeparallel From owner-cvs-all@FreeBSD.ORG Wed Jul 14 08: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 793D516A4CE; Wed, 14 Jul 2004 08:48:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BB4D43D3F; Wed, 14 Jul 2004 08:48: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 i6E8mgix097497; Wed, 14 Jul 2004 08:48:42 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E8mgVA097496; Wed, 14 Jul 2004 08:48:42 GMT (envelope-from kris) Message-Id: <200407140848.i6E8mgVA097496@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 08:48: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/Tools/portbuild/scripts makeworld X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 08:48:42 -0000 kris 2004-07-14 08:48:42 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts makeworld Log: Hack around the sparc64 64-bit time_t test in 'installworld' since we're installing (into a temporary staging area) on a non-sparc64 machine that does not have 64-bit time_t. Revision Changes Path 1.4 +1 -0 ports/Tools/portbuild/scripts/makeworld From owner-cvs-all@FreeBSD.ORG Wed Jul 14 08: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 62D6F16A4CE; Wed, 14 Jul 2004 08:56:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43A6343D1F; Wed, 14 Jul 2004 08:56: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 i6E8uQ4a097759; Wed, 14 Jul 2004 08:56:26 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E8uQ6Z097758; Wed, 14 Jul 2004 08:56:26 GMT (envelope-from vs) Message-Id: <200407140856.i6E8uQ6Z097758@repoman.freebsd.org> From: Volker Stolz Date: Wed, 14 Jul 2004 08:56: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/sysutils/cvsweb-converters 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, 14 Jul 2004 08:56:26 -0000 vs 2004-07-14 08:56:26 UTC FreeBSD ports repository Modified files: sysutils/cvsweb-converters Makefile Log: Use $PREFIX in pkg-message PR: ports/68940 Submitted by: Martin Kammerhofer (maintainer) Revision Changes Path 1.8 +3 -0 ports/sysutils/cvsweb-converters/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 14 08:58: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 EA6A816A4CE; Wed, 14 Jul 2004 08:58:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E202B43D1F; Wed, 14 Jul 2004 08:58:35 +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 i6E8wZn6097854; Wed, 14 Jul 2004 08:58:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E8wZ1P097853; Wed, 14 Jul 2004 08:58:35 GMT (envelope-from pav) Message-Id: <200407140858.i6E8wZ1P097853@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Jul 2004 08: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/mail/mailscanner-devel Makefile distinfo patch-docs:man:MailScanner.8 patch-docs:man:MailScanner.conf.5 patch-docs:man:MailScanner.conf.5.html X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 08:58:36 -0000 pav 2004-07-14 08:58:35 UTC FreeBSD ports repository Modified files: mail/mailscanner-devel Makefile distinfo mail/mailscanner-devel/files README.FreeBSD.port patch-docs:man:MailScanner.8 patch-docs:man:MailScanner.8.html patch-docs:man:MailScanner.conf.5 patch-docs:man:MailScanner.conf.5.html Log: - Update to 4.32.2 PR: ports/68946 Submitted by: Jan-Peter Koopmann (maintainer) Revision Changes Path 1.18 +1 -1 ports/mail/mailscanner-devel/Makefile 1.14 +2 -2 ports/mail/mailscanner-devel/distinfo 1.3 +1 -1 ports/mail/mailscanner-devel/files/README.FreeBSD.port 1.14 +4 -4 ports/mail/mailscanner-devel/files/patch-docs:man:MailScanner.8 1.10 +4 -4 ports/mail/mailscanner-devel/files/patch-docs:man:MailScanner.8.html 1.14 +9 -397 ports/mail/mailscanner-devel/files/patch-docs:man:MailScanner.conf.5 1.11 +14 -1240 ports/mail/mailscanner-devel/files/patch-docs:man:MailScanner.conf.5.html From owner-cvs-all@FreeBSD.ORG Wed Jul 14 09:03: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 912D716A4CF; Wed, 14 Jul 2004 09:03:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 716E743D1D; Wed, 14 Jul 2004 09:03:46 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6E93khV098015; Wed, 14 Jul 2004 09:03:46 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E93ka5098014; Wed, 14 Jul 2004 09:03:46 GMT (envelope-from glebius) Message-Id: <200407140903.i6E93ka5098014@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 14 Jul 2004 09:03:46 +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 authors.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, 14 Jul 2004 09:03:47 -0000 glebius 2004-07-14 09:03:46 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Add my author entity. Approved by: julian Revision Changes Path 1.317 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent From owner-cvs-all@FreeBSD.ORG Wed Jul 14 09:04: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 7B1DB16A4CE; Wed, 14 Jul 2004 09:04:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72D8243D1D; Wed, 14 Jul 2004 09:04:53 +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 i6E94rqN098087; Wed, 14 Jul 2004 09:04:53 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E94rrU098086; Wed, 14 Jul 2004 09:04:53 GMT (envelope-from bland) Message-Id: <200407140904.i6E94rrU098086@repoman.freebsd.org> From: Alexander Nedotsukov Date: Wed, 14 Jul 2004 09:04: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/libpanelappletmm Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/libpanelappletmm/files patch-Makefile.in 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: Wed, 14 Jul 2004 09:04:53 -0000 bland 2004-07-14 09:04:53 UTC FreeBSD ports repository Modified files: x11-toolkits/libpanelappletmm Makefile distinfo pkg-descr pkg-plist Removed files: x11-toolkits/libpanelappletmm/files patch-Makefile.in patch-configure Log: Update to 2.6.0 Revision Changes Path 1.6 +16 -9 ports/x11-toolkits/libpanelappletmm/Makefile 1.3 +2 -2 ports/x11-toolkits/libpanelappletmm/distinfo 1.2 +0 -11 ports/x11-toolkits/libpanelappletmm/files/patch-Makefile.in (dead) 1.2 +0 -10 ports/x11-toolkits/libpanelappletmm/files/patch-configure (dead) 1.2 +1 -3 ports/x11-toolkits/libpanelappletmm/pkg-descr 1.2 +23 -24 ports/x11-toolkits/libpanelappletmm/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 14 09:05: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 DAE1216A4CE; Wed, 14 Jul 2004 09:05:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D342243D46; Wed, 14 Jul 2004 09:05: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 i6E95Wvt098156; Wed, 14 Jul 2004 09:05:32 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E95WPt098155; Wed, 14 Jul 2004 09:05:32 GMT (envelope-from kris) Message-Id: <200407140905.i6E95WPt098155@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 09:05: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/Tools/portbuild/scripts portbuild X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 09:05:33 -0000 kris 2004-07-14 09:05:32 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts portbuild Log: * Initial support for disconnected nodes (not on same LAN as build host), specified by disconnected=1 in portbuild.$(hostname) file. These do not mount via NFS, so we need to maintain a local copy of things needed by the build (like the ports/src/doc trees) on the build host, which are mounted into the chroot by read-only nullfs. These local files are maintained in the dopackages script via rsync. * Download packages via http instead of NFS. Allow fetching via a local http proxy (http_proxy variable in per-node portbuild.$(hostname) file). Caching package dependencies saves about 85% of package fetches and similar reduction in package fetch traffic by byte count. * Support a per-node tarball (bindist-$(hostname).tar) to customize the build chroots. This is used for things like local resolv.conf and make.conf files on disconnected nodes. * Make sure we don't use a chroot until it is finished extracting. * Don't set '.' in PATH; this is bad practise, and fortunately nothing seems to rely on it. * Only try to build broken packages if requested * Try harder to unmount leftover linprocfs mounts in the chroot, by copying in the 5.x mount binary and supporting libraries from the host system. The 5.x mount is able to unmount by FSID in situations where the 4.x umount becomes confused. * Don't clean up when we are signalled, that is done by the build master from outside. * Suppress some code relating to jail builds, which are not yet ready for use. * Don't push results of the build back to the master; the master now pulls them from the client when the build completes. Clients no longer need ssh access into the master; this is good for security as well as significantly reducing the load on the master since it is not thrashed by dozens of sshd processes. Revision Changes Path 1.33 +88 -83 ports/Tools/portbuild/scripts/portbuild From owner-cvs-all@FreeBSD.ORG Wed Jul 14 09:06: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 4CEE616A4CE; Wed, 14 Jul 2004 09:06:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F6B243D3F; Wed, 14 Jul 2004 09:06: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 i6E96gLi098273; Wed, 14 Jul 2004 09:06:42 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E96gQn098272; Wed, 14 Jul 2004 09:06:42 GMT (envelope-from kris) Message-Id: <200407140906.i6E96gQn098272@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 09:06: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/Tools/portbuild/scripts buildsuccess X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 09:06:42 -0000 kris 2004-07-14 09:06:42 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts buildsuccess Log: Send me mail when a previously-broken port builds successfully. XXX Should not be a hard-coded address Revision Changes Path 1.3 +5 -2 ports/Tools/portbuild/scripts/buildsuccess From owner-cvs-all@FreeBSD.ORG Wed Jul 14 09: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 3D39116A4CE; Wed, 14 Jul 2004 09:07:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FA2143D41; Wed, 14 Jul 2004 09:07:54 +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 i6E97soE098315; Wed, 14 Jul 2004 09:07:54 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E97sjr098314; Wed, 14 Jul 2004 09:07:54 GMT (envelope-from kris) Message-Id: <200407140907.i6E97sjr098314@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 09: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/Tools/portbuild/scripts reportload X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 09:07:54 -0000 kris 2004-07-14 09:07:53 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts reportload Log: Allow local customization of the node using the portbuild.$(hostname) file. Revision Changes Path 1.8 +1 -0 ports/Tools/portbuild/scripts/reportload From owner-cvs-all@FreeBSD.ORG Wed Jul 14 09:17: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 DAEB916A4CE; Wed, 14 Jul 2004 09:17:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D36B043D1F; Wed, 14 Jul 2004 09:17:30 +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 i6E9HUDw098600; Wed, 14 Jul 2004 09:17:30 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E9HUJS098599; Wed, 14 Jul 2004 09:17:30 GMT (envelope-from kris) Message-Id: <200407140917.i6E9HUJS098599@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 09:17: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/Tools/portbuild/scripts setupnode X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 09:17:31 -0000 kris 2004-07-14 09:17:30 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts setupnode Log: * Accept another argument, the value of the disconnected variable that tells us whether the node has NFS access to the master. * Also copy the bindist-$(hostname).tar file to allow local customization of the build chroots (e.g. resolv.conf and make.conf files for disconnected systems) * For disconnected hosts, we don't copy the bindist files from the master, but just set up the local directories and let the server rsync them into place later. Also set up dangling symlinks to the bindist files in the build area, which will be filled in by the server too (in the NFS case it makes sense to cache the bindist files locally to avoid extra NFS traffic, but here we know the file is local so a symlink is fine) * Remove an apparently spurious 'killall fetch' that snuck in for what were probably transient reasons. * Forcibly clean up old chroot directories since we are preparing to start another build and don't want old (possibly orphaned) builds to skew the job scheduling or use up resources. Revision Changes Path 1.10 +25 -25 ports/Tools/portbuild/scripts/setupnode From owner-cvs-all@FreeBSD.ORG Wed Jul 14 09:18: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 3BAE416A4CE; Wed, 14 Jul 2004 09:18:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E0E343D3F; Wed, 14 Jul 2004 09:18:49 +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 i6E9Injw098649; Wed, 14 Jul 2004 09:18:49 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E9InKa098648; Wed, 14 Jul 2004 09:18:49 GMT (envelope-from kris) Message-Id: <200407140918.i6E9InKa098648@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 09:18: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/Tools/portbuild/scripts processonelog X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 09:18:49 -0000 kris 2004-07-14 09:18:48 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts processonelog Log: Parse the slightly-different format of the build logs. Revision Changes Path 1.4 +3 -3 ports/Tools/portbuild/scripts/processonelog From owner-cvs-all@FreeBSD.ORG Wed Jul 14 09:25: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 139C516A4CE; Wed, 14 Jul 2004 09:25:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7B4143D48; Wed, 14 Jul 2004 09:25:24 +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 i6E9POxU098877; Wed, 14 Jul 2004 09:25:24 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E9POVi098876; Wed, 14 Jul 2004 09:25:24 GMT (envelope-from vs) Message-Id: <200407140925.i6E9POVi098876@repoman.freebsd.org> From: Volker Stolz Date: Wed, 14 Jul 2004 09:25: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/finance/xquote Makefile distinfo pkg-descr pkg-plist ports/finance/xquote/files patch-aa patch-ab 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, 14 Jul 2004 09:25:25 -0000 vs 2004-07-14 09:25:24 UTC FreeBSD ports repository Modified files: finance/xquote Makefile distinfo pkg-descr finance/xquote/files patch-ad Removed files: finance/xquote pkg-plist finance/xquote/files patch-aa patch-ab Log: - Update to 2.6.9 - new MASTER_SITE - requires libXbae PR: ports/67360 Submitted by: Roman Neuhauser Approved by: maintainer timeout Revision Changes Path 1.14 +6 -2 ports/finance/xquote/Makefile 1.3 +2 -2 ports/finance/xquote/distinfo 1.2 +0 -11 ports/finance/xquote/files/patch-aa (dead) 1.2 +0 -14 ports/finance/xquote/files/patch-ab (dead) 1.3 +13 -8 ports/finance/xquote/files/patch-ad 1.2 +2 -0 ports/finance/xquote/pkg-descr 1.2 +0 -2 ports/finance/xquote/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Jul 14 09:27: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 54ABE16A4CE; Wed, 14 Jul 2004 09:27:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 368A443D1D; Wed, 14 Jul 2004 09:27: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 i6E9RQ9J098958; Wed, 14 Jul 2004 09:27:26 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E9RQR4098957; Wed, 14 Jul 2004 09:27:26 GMT (envelope-from kris) Message-Id: <200407140927.i6E9RQR4098957@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 09:27: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/Tools/portbuild/scripts processlogs2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 09:27:26 -0000 kris 2004-07-14 09:27:26 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts processlogs2 Log: Parse the slightly-different format of the build logs. Revision Changes Path 1.6 +1 -1 ports/Tools/portbuild/scripts/processlogs2 From owner-cvs-all@FreeBSD.ORG Wed Jul 14 09:35: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 0E3FA16A4CE; Wed, 14 Jul 2004 09:35:54 +0000 (GMT) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 215A843D45; Wed, 14 Jul 2004 09:35:53 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from herring.rabson.org (herring [10.0.0.2]) by itchy.rabson.org (8.12.11/8.12.11) with ESMTP id i6E9Zn9G001348; Wed, 14 Jul 2004 10:35:50 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Hidetoshi Shimokawa Date: Wed, 14 Jul 2004 10:35:49 +0100 User-Agent: KMail/1.6.1 References: <200407130941.i6D9fjx0056509@repoman.freebsd.org> In-Reply-To: <200407130941.i6D9fjx0056509@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407141035.49681.dfr@nlsystems.com> 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 itchy.rabson.org X-Virus-Scanned: clamd / ClamAV version 0.71, clamav-milter version 0.71 X-Virus-Status: Clean cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/dcons dcons.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 09:35:54 -0000 On Tuesday 13 July 2004 10:41, Hidetoshi Shimokawa wrote: > simokawa 2004-07-13 09:41:45 UTC > > FreeBSD src repository > > Modified files: > sys/dev/dcons dcons.c > Log: > Re-enable debugger port. Thanks! I might actually be able to update some of my systems without hosing anything now :-) From owner-cvs-all@FreeBSD.ORG Wed Jul 14 09: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 600D116A4CE; Wed, 14 Jul 2004 09:36:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4083043D31; Wed, 14 Jul 2004 09:36: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 i6E9aOBA099289; Wed, 14 Jul 2004 09:36:24 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E9aOle099288; Wed, 14 Jul 2004 09:36:24 GMT (envelope-from murray) Message-Id: <200407140936.i6E9aOle099288@repoman.freebsd.org> From: Murray Stokely Date: Wed, 14 Jul 2004 09:36: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/share/sgml freebsd.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, 14 Jul 2004 09:36:24 -0000 murray 2004-07-14 09:36:23 UTC FreeBSD doc repository Modified files: share/sgml freebsd.ent Log: Improve comment and add tags around TeX and LaTeX so that the stylesheets know exactly what to look for and can render this specially for print output. Revision Changes Path 1.57 +6 -3 doc/share/sgml/freebsd.ent From owner-cvs-all@FreeBSD.ORG Wed Jul 14 09:44: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 1612E16A4CE; Wed, 14 Jul 2004 09:44:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB83743D45; Wed, 14 Jul 2004 09:44:30 +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 i6E9iUg4099479; Wed, 14 Jul 2004 09:44:30 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6E9iUWp099478; Wed, 14 Jul 2004 09:44:30 GMT (envelope-from murray) Message-Id: <200407140944.i6E9iUWp099478@repoman.freebsd.org> From: Murray Stokely Date: Wed, 14 Jul 2004 09:44:30 +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 freebsd.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: Wed, 14 Jul 2004 09:44:31 -0000 murray 2004-07-14 09:44:30 UTC FreeBSD doc repository Modified files: share/sgml freebsd.dsl Log: Since the print output is passed through TeX anyway, we might as well format it properly with the \TeX command. Likewise for instances of LaTeX in our documentation. There should be no change for the HTML output, where they will still be rendered in bold characters like all other text wrapped in . Revision Changes Path 1.79 +14 -2 doc/share/sgml/freebsd.dsl From owner-cvs-all@FreeBSD.ORG Wed Jul 14 10:06: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 2430116A4CF; Wed, 14 Jul 2004 10:06:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05FAD43D53; Wed, 14 Jul 2004 10:06: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 i6EA6MpY000292; Wed, 14 Jul 2004 10:06:22 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EA6M5i000291; Wed, 14 Jul 2004 10:06:22 GMT (envelope-from tjr) Message-Id: <200407141006.i6EA6M5i000291@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 14 Jul 2004 10:06:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/sed compile.c defs.h main.c misc.c 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: Wed, 14 Jul 2004 10:06:23 -0000 tjr 2004-07-14 10:06:22 UTC FreeBSD src repository Modified files: usr.bin/sed compile.c defs.h main.c misc.c process.c Log: Make the 'y' (translate) command aware of multibyte characters. Revision Changes Path 1.25 +69 -13 src/usr.bin/sed/compile.c 1.4 +15 -1 src/usr.bin/sed/defs.h 1.33 +1 -0 src/usr.bin/sed/main.c 1.9 +1 -0 src/usr.bin/sed/misc.c 1.37 +59 -3 src/usr.bin/sed/process.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 10:09: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 3395816A4CE; Wed, 14 Jul 2004 10:09:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 098C543D3F; Wed, 14 Jul 2004 10:09:59 +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 i6EA9wSC000363; Wed, 14 Jul 2004 10:09:58 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EA9w5x000362; Wed, 14 Jul 2004 10:09:58 GMT (envelope-from kris) Message-Id: <200407141009.i6EA9w5x000362@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 10:09: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/Tools/portbuild/scripts dopackages X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 10:09:59 -0000 kris 2004-07-14 10:09:58 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts dopackages Log: * Remove the quickports stuff, it didn't (ever?) work as designed and it's done properly^Wbetter in makeparallel * Script accepts new arguments: -nodoccvs: skip cvs update of the doc tree -trybroken: try to build BROKEN ports (off by default because the i386 cluster is fast enough now that when doing incremental builds we were spending most of the time rebuilding things we know are probably going to fail anyway. Conversely, the other clusters are slow enough that we also usually don't want to waste time on BROKEN ports). -incremental: compare the interesting fields of the new INDEX with the previous one, remove packages and log files for the old ports that have changed, and rebuild the rest. This substantially cuts down on build times since we don't rebuild ports that we know have not changed. XXX checkpoint of work-in-progress, not yet working as committed. * When setting up the nodes, read in per-node config files ("portbuild.$(hostname)") before dispatching the setupnode script on each node. For disconnected nodes (which don't mount the master via NFS), we also rsync the interesting files required by the builds (ports/src/doc trees, bindist tarballs, scripts) into place on the client. They will be mounted locally via nullfs in the build chroots. * Break out the restricted.sh generation into a makerestr script so it can be called manually as needed. * Remove the -nocvsup argument which has been unused for a long time. * For now, don't prune the list of failed ports with prunefail, since when -trybroken is not specified, every BROKEN port ends up in the duds file (so the build is skipped), and as a result we would prune almost everything from the list of failed ports. XXX prunefailure should be run conditionally on -trybroken, or I should find a way to prune in both cases. * Don't run index in the background, it was thrashing against makeduds and not saving any time by doing it concurrently. * Build with 'make quickports all' to kick off the quickports builds earlier. * Delete restricted and/or cdrom distfiles *after* post-processing the distfiles, otherwise the script doesn't remove any of them since they're not in the expected place. * Miscellaneous other minor changes and cleanups Revision Changes Path 1.26 +155 -111 ports/Tools/portbuild/scripts/dopackages From owner-cvs-all@FreeBSD.ORG Wed Jul 14 10: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 15BB916A4CE; Wed, 14 Jul 2004 10:19:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E7D343D46; Wed, 14 Jul 2004 10:19:13 +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 i6EAJCDw000602; Wed, 14 Jul 2004 10:19:12 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EAJCjS000601; Wed, 14 Jul 2004 10:19:12 GMT (envelope-from kris) Message-Id: <200407141019.i6EAJCjS000601@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 10:19: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/Tools/portbuild/scripts buildscript X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 10:19:13 -0000 kris 2004-07-14 10:19:12 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts buildscript Log: * Add a cleanup() function and use it so that we archive the ${WRKDIR} if requested (".keep" file in the port directory), no matter where we fail. * Add package dependencies before the corresponding build stage (e.g. FETCH_DEPENDS before 'make fetch'), and remove them again afterwards. This allows us to catch ports that list their dependencies too early/late. * No need to check for set[ug]id files here, the security-check target in bsd.port.mk does it for us. * Exclude some more directories and files from showing up in the mtree before/after comparison, to trim down the false-positive in the pkg-plist check. * Other minor changes Revision Changes Path 1.16 +122 -68 ports/Tools/portbuild/scripts/buildscript From owner-cvs-all@FreeBSD.ORG Wed Jul 14 10: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 225B116A4CE; Wed, 14 Jul 2004 10:33:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB06043D1D; Wed, 14 Jul 2004 10:33:19 +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 i6EAXJBv000952; Wed, 14 Jul 2004 10:33:19 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EAXJUS000951; Wed, 14 Jul 2004 10:33:19 GMT (envelope-from kris) Message-Id: <200407141033.i6EAXJUS000951@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 10:33: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/Tools/portbuild/scripts pdispatch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 10:33:20 -0000 kris 2004-07-14 10:33:19 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts pdispatch Log: * Add support for ${TRYBROKEN}. * Clients no longer have ssh access to the master, so we need to push/pull everything on the client from here. This means we need to know where the build took place so we can go in and get the files after it finishes. Introduce the claim-chroot script which atomically claims a free chroot directory on the host and returns the name. This directory is later populated by the portbuild script if it does not already contain an extracted bindist. * Use the per-node portbuild.$(hostname) config file to decide where in the filesystem to claim the chroot on the build host. * If a port failed unexpectedly (i.e. is not marked BROKEN), or if something strange happened when trying to pull in build results from a client, then send me email (XXX should be configurable). * Clean up after the build finishes and we have everything we need, by dispatching the clean-chroot script on the client. Revision Changes Path 1.18 +67 -6 ports/Tools/portbuild/scripts/pdispatch From owner-cvs-all@FreeBSD.ORG Wed Jul 14 10: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 D9FB316A4CE; Wed, 14 Jul 2004 10:33:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBC8743D45; Wed, 14 Jul 2004 10:33: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 i6EAXTcD000981; Wed, 14 Jul 2004 10:33:29 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EAXTHl000980; Wed, 14 Jul 2004 10:33:29 GMT (envelope-from tjr) Message-Id: <200407141033.i6EAXTHl000980@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 14 Jul 2004 10:33: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/sed sed.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, 14 Jul 2004 10:33:30 -0000 tjr 2004-07-14 10:33:29 UTC FreeBSD src repository Modified files: usr.bin/sed sed.1 Log: Update BUGS section to reflect current state of multibyte character support. Revision Changes Path 1.35 +11 -4 src/usr.bin/sed/sed.1 From owner-cvs-all@FreeBSD.ORG Wed Jul 14 10:37: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 C0BB716A4CE; Wed, 14 Jul 2004 10:37:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A329743D2F; Wed, 14 Jul 2004 10:37: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 i6EAbLjs001159; Wed, 14 Jul 2004 10:37:21 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EAbLCS001158; Wed, 14 Jul 2004 10:37:21 GMT (envelope-from tjr) Message-Id: <200407141037.i6EAbLCS001158@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 14 Jul 2004 10:37: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/sed sed.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, 14 Jul 2004 10:37:21 -0000 tjr 2004-07-14 10:37:21 UTC FreeBSD src repository Modified files: usr.bin/sed sed.1 Log: Document the -E and -a options as being extensions. Revision Changes Path 1.36 +5 -2 src/usr.bin/sed/sed.1 From owner-cvs-all@FreeBSD.ORG Wed Jul 14 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 111EE16A4CE; Wed, 14 Jul 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 E531A43D53; Wed, 14 Jul 2004 10:37:48 +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 i6EAbmkF001215; Wed, 14 Jul 2004 10:37:48 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EAbmGc001214; Wed, 14 Jul 2004 10:37:48 GMT (envelope-from kris) Message-Id: <200407141037.i6EAbmGc001214@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 10:37: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/Tools/portbuild/scripts processlogs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 10:37:49 -0000 kris 2004-07-14 10:37:48 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts processlogs Log: Generate permanent URLs in the error reports. The directories like i386-5-latest that are linked to from the index.html are symlinks to dated directories (e.5.`date`), so the URLs in the error reports will expire with the start of the next build when the symlink is repointed. This change makes the URLs in the error reports use the realpath of the target file, so they do not expire. Revision Changes Path 1.18 +10 -1 ports/Tools/portbuild/scripts/processlogs From owner-cvs-all@FreeBSD.ORG Wed Jul 14 10: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 E271E16A4CE; Wed, 14 Jul 2004 10:41:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4F1443D2D; Wed, 14 Jul 2004 10:41: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 i6EAf311001341; Wed, 14 Jul 2004 10:41:03 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EAf3MW001340; Wed, 14 Jul 2004 10:41:03 GMT (envelope-from kris) Message-Id: <200407141041.i6EAf3MW001340@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 10:41: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/Tools/portbuild/scripts processfail X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 10:41:04 -0000 kris 2004-07-14 10:41:03 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts processfail Log: Back out the attempt to list the error type in the failure summary; because this file is a chronological history of port builds that have failed, the files listed may not be present in the current set of error logs, and we currently have no easy way to find the most recent failure log to use instead. Revision Changes Path 1.5 +1 -14 ports/Tools/portbuild/scripts/processfail From owner-cvs-all@FreeBSD.ORG Wed Jul 14 10:42: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 E4D2C16A4CE; Wed, 14 Jul 2004 10:42:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C61D743D2D; Wed, 14 Jul 2004 10:42:40 +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 i6EAgepW001427; Wed, 14 Jul 2004 10:42:40 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EAgeV5001426; Wed, 14 Jul 2004 10:42:40 GMT (envelope-from kris) Message-Id: <200407141042.i6EAgeV5001426@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 10:42: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/Tools/portbuild/scripts cleanup-chroots X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 10:42:41 -0000 kris 2004-07-14 10:42:40 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts cleanup-chroots Log: Bump up the cleanup timeout to directories that have been in use for >48 hours, to cope with monster ports like openoffice and atlas. Revision Changes Path 1.2 +3 -3 ports/Tools/portbuild/scripts/cleanup-chroots From owner-cvs-all@FreeBSD.ORG Wed Jul 14 10: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 D074E16A4CE; Wed, 14 Jul 2004 10:43:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFEE743D2D; Wed, 14 Jul 2004 10:43:08 +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 i6EAh8b3001493; Wed, 14 Jul 2004 10:43:08 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EAh8bN001492; Wed, 14 Jul 2004 10:43:08 GMT (envelope-from tobez) Message-Id: <200407141043.i6EAh8bN001492@repoman.freebsd.org> From: Anton Berezin Date: Wed, 14 Jul 2004 10:43: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/converters/p5-Convert-UUlib Makefile distinfo ports/converters/p5-Convert-UUlib/files patch-UUlib.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: Wed, 14 Jul 2004 10:43:09 -0000 tobez 2004-07-14 10:43:08 UTC FreeBSD ports repository Modified files: converters/p5-Convert-UUlib Makefile distinfo Removed files: converters/p5-Convert-UUlib/files patch-UUlib.xs Log: Update to 1.03. Assign maintainership to perl@. Revision Changes Path 1.12 +2 -2 ports/converters/p5-Convert-UUlib/Makefile 1.10 +2 -2 ports/converters/p5-Convert-UUlib/distinfo 1.2 +0 -15 ports/converters/p5-Convert-UUlib/files/patch-UUlib.xs (dead) From owner-cvs-all@FreeBSD.ORG Wed Jul 14 10:44: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 1261116A4CE; Wed, 14 Jul 2004 10:44:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E78FE43D45; Wed, 14 Jul 2004 10:44: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 i6EAiaru001554; Wed, 14 Jul 2004 10:44:36 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EAiajI001553; Wed, 14 Jul 2004 10:44:36 GMT (envelope-from kris) Message-Id: <200407141044.i6EAiajI001553@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 10:44: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/Tools/portbuild/scripts claim-chroot X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 10:44:37 -0000 kris 2004-07-14 10:44:36 UTC FreeBSD ports repository Added files: Tools/portbuild/scripts claim-chroot Log: Atomically claim an unused chroot directory. The previous algorithm was not atomic and could have ended up with two port builds trying to use the same chroot. Report the claimed directory back to the caller. Revision Changes Path 1.1 +52 -0 ports/Tools/portbuild/scripts/claim-chroot (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 14 10: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 EF37F16A4CE; Wed, 14 Jul 2004 10:45:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D143643D31; Wed, 14 Jul 2004 10:45: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 i6EAjQET001631; Wed, 14 Jul 2004 10:45:26 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EAjQIm001630; Wed, 14 Jul 2004 10:45:26 GMT (envelope-from kris) Message-Id: <200407141045.i6EAjQIm001630@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 10:45: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/Tools/portbuild/scripts clean-chroot X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 10:45:27 -0000 kris 2004-07-14 10:45:26 UTC FreeBSD ports repository Added files: Tools/portbuild/scripts clean-chroot Log: Clean up the specified chroot (umount filesystems, and scrub the directories likely to contain changed files). Revision Changes Path 1.1 +36 -0 ports/Tools/portbuild/scripts/clean-chroot (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 14 10: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 8A2D716A4CE; Wed, 14 Jul 2004 10:53:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D17543D3F; Wed, 14 Jul 2004 10:53:05 +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 i6EAr50t001841; Wed, 14 Jul 2004 10:53:05 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EAr5P8001840; Wed, 14 Jul 2004 10:53:05 GMT (envelope-from tobez) Message-Id: <200407141053.i6EAr5P8001840@repoman.freebsd.org> From: Anton Berezin Date: Wed, 14 Jul 2004 10:53: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/p5-Coro 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, 14 Jul 2004 10:53:05 -0000 tobez 2004-07-14 10:53:04 UTC FreeBSD ports repository Modified files: devel/p5-Coro Makefile distinfo Log: Update to 0.97. Assign maintainership to perl@. Revision Changes Path 1.6 +3 -3 ports/devel/p5-Coro/Makefile 1.4 +2 -2 ports/devel/p5-Coro/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 14 11: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 7AD4B16A4CE; Wed, 14 Jul 2004 11:08:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B59543D53; Wed, 14 Jul 2004 11:08: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 i6EB8Up4002239; Wed, 14 Jul 2004 11:08:30 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EB8UkM002238; Wed, 14 Jul 2004 11:08:30 GMT (envelope-from vs) Message-Id: <200407141108.i6EB8UkM002238@repoman.freebsd.org> From: Volker Stolz Date: Wed, 14 Jul 2004 11:08: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/audio/xmms-wma 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, 14 Jul 2004 11:08:30 -0000 vs 2004-07-14 11:08:29 UTC FreeBSD ports repository Modified files: audio/xmms-wma Makefile Log: Respect CC PR: ports/69044 Submitted by: Roman Bogorodskiy (maintainer) Requested by: me Revision Changes Path 1.12 +5 -0 ports/audio/xmms-wma/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 14 11:44: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 D86E216A4CE; Wed, 14 Jul 2004 11:44:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA00043D46; Wed, 14 Jul 2004 11:44:09 +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 i6EBi9h0003115; Wed, 14 Jul 2004 11:44:09 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EBi9DB003114; Wed, 14 Jul 2004 11:44:09 GMT (envelope-from vs) Message-Id: <200407141144.i6EBi9DB003114@repoman.freebsd.org> From: Volker Stolz Date: Wed, 14 Jul 2004 11:44: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/textproc/xerces-j 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: Wed, 14 Jul 2004 11:44:10 -0000 vs 2004-07-14 11:44:09 UTC FreeBSD ports repository Modified files: textproc/xerces-j Makefile pkg-descr Log: - Samples are now installed by default - The source code for samples is now installed with the samples - Fixed some OPTIONS/package issue - Updated pkg-descr - Performance improvement: removed the unnecessary loop - Cosmetic changes: honor 80 chars line length PR: ports/69015 Submitted by: Herve Quiroz Requested by: me Revision Changes Path 1.14 +31 -15 ports/textproc/xerces-j/Makefile 1.4 +19 -5 ports/textproc/xerces-j/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Jul 14 11: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 BB01D16A4CE; Wed, 14 Jul 2004 11:46:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CBAF43D39; Wed, 14 Jul 2004 11:46:06 +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 i6EBk6c5003231; Wed, 14 Jul 2004 11:46:06 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EBk6aJ003230; Wed, 14 Jul 2004 11:46:06 GMT (envelope-from den) Message-Id: <200407141146.i6EBk6aJ003230@repoman.freebsd.org> From: Denis Peplin Date: Wed, 14 Jul 2004 11:46:06 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/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: Wed, 14 Jul 2004 11:46:06 -0000 den 2004-07-14 11:46:06 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/advanced-networking chapter.sgml Log: Update translated content (MFen 1.323) Skip all new sections Revision Changes Path 1.11 +660 -451 doc/ru_RU.KOI8-R/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 14 11:53: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 BD6DB16A519; Wed, 14 Jul 2004 11:53:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B83B43D53; Wed, 14 Jul 2004 11:53:14 +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 i6EBrE5U003440; Wed, 14 Jul 2004 11:53:14 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EBrEK9003439; Wed, 14 Jul 2004 11:53:14 GMT (envelope-from vs) Message-Id: <200407141153.i6EBrEK9003439@repoman.freebsd.org> From: Volker Stolz Date: Wed, 14 Jul 2004 11:53: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/palm/jpilot/files patch-address_gui.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 11:53:17 -0000 vs 2004-07-14 11:53:14 UTC FreeBSD ports repository Added files: palm/jpilot/files patch-address_gui.c Log: Fix build w/ GCC2 / GTK2 PR: ports/69077 Submitted by: Alex Varju (maintainer) Revision Changes Path 1.1 +20 -0 ports/palm/jpilot/files/patch-address_gui.c (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 14 12: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 127F616A4CE; Wed, 14 Jul 2004 12:18:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E899F43D49; Wed, 14 Jul 2004 12:18: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 i6ECIYoA004069; Wed, 14 Jul 2004 12:18:34 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ECIYZ0004068; Wed, 14 Jul 2004 12:18:34 GMT (envelope-from krion) Message-Id: <200407141218.i6ECIYZ0004068@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 14 Jul 2004 12:18: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/archivers/rvm 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, 14 Jul 2004 12:18:35 -0000 krion 2004-07-14 12:18:34 UTC FreeBSD ports repository Modified files: archivers/rvm Makefile distinfo Log: Update to version 0.90.2-beta PR: ports/68996 Submitted by: Ports Fury Revision Changes Path 1.6 +3 -2 ports/archivers/rvm/Makefile 1.4 +2 -2 ports/archivers/rvm/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 14 12:19: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 0E8C516A4CE; Wed, 14 Jul 2004 12:19:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0773643D46; Wed, 14 Jul 2004 12:19: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 i6ECJ7pS004140; Wed, 14 Jul 2004 12:19:07 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ECJ7La004139; Wed, 14 Jul 2004 12:19:07 GMT (envelope-from krion) Message-Id: <200407141219.i6ECJ7La004139@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 14 Jul 2004 12:19: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/audio/swhplugins Makefile distinfo pkg-plist patch-gverb::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, 14 Jul 2004 12:19:08 -0000 krion 2004-07-14 12:19:07 UTC FreeBSD ports repository Modified files: audio/swhplugins Makefile distinfo pkg-plist Removed files: audio/swhplugins/files patch-configure patch-gverb::Makefile.in Log: Update to version 0.4.4 PR: ports/68997 Submitted by: Ports Fury Revision Changes Path 1.18 +26 -19 ports/audio/swhplugins/Makefile 1.8 +2 -2 ports/audio/swhplugins/distinfo 1.2 +0 -12 ports/audio/swhplugins/files/patch-configure (dead) 1.2 +0 -17 ports/audio/swhplugins/files/patch-gverb::Makefile.in (dead) 1.9 +6 -1 ports/audio/swhplugins/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 14 12: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 18E8816A4CE; Wed, 14 Jul 2004 12:19:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF74943D45; Wed, 14 Jul 2004 12:19: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 i6ECJRxX004182; Wed, 14 Jul 2004 12: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 i6ECJRib004181; Wed, 14 Jul 2004 12:19:27 GMT (envelope-from krion) Message-Id: <200407141219.i6ECJRib004181@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 14 Jul 2004 12: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/audio/tap-plugins 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, 14 Jul 2004 12:19:28 -0000 krion 2004-07-14 12:19:27 UTC FreeBSD ports repository Modified files: audio/tap-plugins Makefile distinfo pkg-plist Log: Update to version 0.6.0 PR: ports/68998 Submitted by: Ports Fury Revision Changes Path 1.2 +5 -5 ports/audio/tap-plugins/Makefile 1.2 +2 -2 ports/audio/tap-plugins/distinfo 1.2 +8 -4 ports/audio/tap-plugins/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 14 12: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 EA4B416A4CE; Wed, 14 Jul 2004 12:19:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCA2D43D46; Wed, 14 Jul 2004 12:19: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 i6ECJpxT004218; Wed, 14 Jul 2004 12:19:51 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ECJpSB004217; Wed, 14 Jul 2004 12:19:51 GMT (envelope-from krion) Message-Id: <200407141219.i6ECJpSB004217@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 14 Jul 2004 12:19: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/cad/gnucap 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: Wed, 14 Jul 2004 12:19:52 -0000 krion 2004-07-14 12:19:51 UTC FreeBSD ports repository Modified files: cad/gnucap Makefile pkg-descr Log: Update MASTER_SITES and WWW: line PR: ports/68999 Submitted by: Ports Fury Revision Changes Path 1.15 +3 -3 ports/cad/gnucap/Makefile 1.3 +1 -1 ports/cad/gnucap/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Jul 14 12:20: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 EE8FF16A4CE; Wed, 14 Jul 2004 12:20:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E793C43D49; Wed, 14 Jul 2004 12:20: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 i6ECKp2d004370; Wed, 14 Jul 2004 12:20:51 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ECKpdv004369; Wed, 14 Jul 2004 12:20:51 GMT (envelope-from krion) Message-Id: <200407141220.i6ECKpdv004369@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 14 Jul 2004 12:20: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/deskutils/tuxcards Makefile distinfo pkg-plist patch-src::information::CInformationElementHistory.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: Wed, 14 Jul 2004 12:20:52 -0000 krion 2004-07-14 12:20:51 UTC FreeBSD ports repository Modified files: deskutils/tuxcards Makefile distinfo pkg-plist Added files: deskutils/tuxcards/files patch-src::information::CInformationElementHistory.cpp Log: Update to version 1.2 PR: ports/69000 Submitted by: Ports Fury Revision Changes Path 1.14 +8 -11 ports/deskutils/tuxcards/Makefile 1.7 +2 -2 ports/deskutils/tuxcards/distinfo 1.1 +11 -0 ports/deskutils/tuxcards/files/patch-src::information::CInformationElementHistory.cpp (new) 1.3 +20 -20 ports/deskutils/tuxcards/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 14 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 7F84216A4CE; Wed, 14 Jul 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 5F51843D39; Wed, 14 Jul 2004 12: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 i6ECLKfb004443; Wed, 14 Jul 2004 12:21:20 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ECLKIk004442; Wed, 14 Jul 2004 12:21:20 GMT (envelope-from krion) Message-Id: <200407141221.i6ECLKIk004442@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 14 Jul 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/games/3dpong Makefile distinfo pkg-descr pkg-plist ports/games/3dpong/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: Wed, 14 Jul 2004 12:21:20 -0000 krion 2004-07-14 12:21:20 UTC FreeBSD ports repository Modified files: games/3dpong Makefile distinfo pkg-descr pkg-plist Removed files: games/3dpong/files patch-aa patch-ab Log: Update to version 0.5 PR: ports/69001 Submitted by: Ports Fury Revision Changes Path 1.15 +9 -5 ports/games/3dpong/Makefile 1.6 +2 -2 ports/games/3dpong/distinfo 1.4 +0 -93 ports/games/3dpong/files/patch-aa (dead) 1.2 +0 -11 ports/games/3dpong/files/patch-ab (dead) 1.3 +4 -4 ports/games/3dpong/pkg-descr 1.4 +4 -0 ports/games/3dpong/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 14 12: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 9D23816A4CE; Wed, 14 Jul 2004 12:21:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F21543D1D; Wed, 14 Jul 2004 12:21:47 +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 i6ECLlat004514; Wed, 14 Jul 2004 12:21:47 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ECLlps004513; Wed, 14 Jul 2004 12:21:47 GMT (envelope-from krion) Message-Id: <200407141221.i6ECLlps004513@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 14 Jul 2004 12:21: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/games/gretools Makefile distinfo pkg-descr pkg-plist ports/games/gretools/files patch-gretools.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, 14 Jul 2004 12:21:47 -0000 krion 2004-07-14 12:21:47 UTC FreeBSD ports repository Modified files: games/gretools Makefile distinfo pkg-descr pkg-plist Removed files: games/gretools/files patch-gretools.in Log: Update to version 1.2.4 PR: ports/69002 Submitted by: Ports Fury Revision Changes Path 1.8 +9 -8 ports/games/gretools/Makefile 1.5 +2 -2 ports/games/gretools/distinfo 1.2 +0 -15 ports/games/gretools/files/patch-gretools.in (dead) 1.2 +2 -2 ports/games/gretools/pkg-descr 1.3 +2 -2 ports/games/gretools/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 14 12:22: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 E1FBE16A4CE; Wed, 14 Jul 2004 12:22:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3FA343D46; Wed, 14 Jul 2004 12:22: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 i6ECMH1l004583; Wed, 14 Jul 2004 12:22:17 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ECMHSs004582; Wed, 14 Jul 2004 12:22:17 GMT (envelope-from krion) Message-Id: <200407141222.i6ECMHSs004582@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 14 Jul 2004 12:22: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/misc/gonvert Makefile distinfo pkg-plist ports/misc/gonvert/files patch-gonvert X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 12:22:18 -0000 krion 2004-07-14 12:22:17 UTC FreeBSD ports repository Modified files: misc/gonvert Makefile distinfo pkg-plist Removed files: misc/gonvert/files patch-gonvert Log: Update to version 0.2.05 PR: ports/69003 Submitted by: Ports Fury Revision Changes Path 1.19 +11 -8 ports/misc/gonvert/Makefile 1.10 +2 -2 ports/misc/gonvert/distinfo 1.2 +0 -17 ports/misc/gonvert/files/patch-gonvert (dead) 1.4 +3 -4 ports/misc/gonvert/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 14 12:22: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 E1F4E16A4CE; Wed, 14 Jul 2004 12:22:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C364643D31; Wed, 14 Jul 2004 12:22:36 +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 i6ECMatf004623; Wed, 14 Jul 2004 12:22:36 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ECMasK004622; Wed, 14 Jul 2004 12:22:36 GMT (envelope-from krion) Message-Id: <200407141222.i6ECMasK004622@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 14 Jul 2004 12:22: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/x11-clocks/xmms-alarm 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, 14 Jul 2004 12:22:37 -0000 krion 2004-07-14 12:22:36 UTC FreeBSD ports repository Modified files: x11-clocks/xmms-alarm Makefile distinfo Log: Update to version 0.3.6 PR: ports/69004 Submitted by: Ports Fury Revision Changes Path 1.11 +3 -4 ports/x11-clocks/xmms-alarm/Makefile 1.6 +2 -2 ports/x11-clocks/xmms-alarm/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 14 12:36: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 D264216A4CE; Wed, 14 Jul 2004 12:36:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4C6E43D41; Wed, 14 Jul 2004 12:36: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 i6ECaXaj004991; Wed, 14 Jul 2004 12:36:33 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ECaXDt004990; Wed, 14 Jul 2004 12:36:33 GMT (envelope-from krion) Message-Id: <200407141236.i6ECaXDt004990@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 14 Jul 2004 12:36: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/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: Wed, 14 Jul 2004 12:36:34 -0000 krion 2004-07-14 12:36:33 UTC FreeBSD ports repository Modified files: x11-toolkits/fox-devel Makefile distinfo Log: Update to version 1.2.7 PR: ports/69005 Submitted by: Ports Fury Revision Changes Path 1.48 +1 -1 ports/x11-toolkits/fox-devel/Makefile 1.25 +2 -2 ports/x11-toolkits/fox-devel/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 14 12:37: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 1F3C316A4CE; Wed, 14 Jul 2004 12:37:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00FFA43D41; Wed, 14 Jul 2004 12:37: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 i6ECbhxa005038; Wed, 14 Jul 2004 12:37:43 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ECbhDV005037; Wed, 14 Jul 2004 12:37:43 GMT (envelope-from krion) Message-Id: <200407141237.i6ECbhDV005037@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 14 Jul 2004 12:37: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/goggles 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, 14 Jul 2004 12:37:44 -0000 krion 2004-07-14 12:37:43 UTC FreeBSD ports repository Modified files: multimedia/goggles Makefile Log: Chase libraries for new x11-toolkits/fox-devel version. Revision Changes Path 1.21 +2 -1 ports/multimedia/goggles/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 14 12:39: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 4BA5616A4CE; Wed, 14 Jul 2004 12:39:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B35B43D49; Wed, 14 Jul 2004 12:39: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 i6ECdhXs005091; Wed, 14 Jul 2004 12:39:43 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ECdhMC005090; Wed, 14 Jul 2004 12:39:43 GMT (envelope-from krion) Message-Id: <200407141239.i6ECdhMC005090@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 14 Jul 2004 12:39: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/devel/libidn 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, 14 Jul 2004 12:39:43 -0000 krion 2004-07-14 12:39:43 UTC FreeBSD ports repository Modified files: devel/libidn Makefile distinfo Log: Update to 0.5.2 Revision Changes Path 1.34 +1 -1 ports/devel/libidn/Makefile 1.21 +2 -2 ports/devel/libidn/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 14 12:52: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 A650B16A4CE; Wed, 14 Jul 2004 12:52:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8806543D1D; Wed, 14 Jul 2004 12:52: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 i6ECqu8V005491; Wed, 14 Jul 2004 12:52:56 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ECqugP005490; Wed, 14 Jul 2004 12:52:56 GMT (envelope-from pav) Message-Id: <200407141252.i6ECqugP005490@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Jul 2004 12:52: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/devel/py-game/files patch-src-draw.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 12:52:56 -0000 pav 2004-07-14 12:52:56 UTC FreeBSD ports repository Modified files: devel/py-game/files patch-src-draw.c Log: - Fix build on recent -CURRENT which got trunc() Revision Changes Path 1.2 +6 -12 ports/devel/py-game/files/patch-src-draw.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 13:12: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 B67FC16A4CE; Wed, 14 Jul 2004 13:12:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9836B43D41; Wed, 14 Jul 2004 13:12: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 i6EDCbY4006060; Wed, 14 Jul 2004 13:12:37 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EDCbxe006059; Wed, 14 Jul 2004 13:12:37 GMT (envelope-from vs) Message-Id: <200407141312.i6EDCbxe006059@repoman.freebsd.org> From: Volker Stolz Date: Wed, 14 Jul 2004 13:12: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/x11-wm/fbdesk 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, 14 Jul 2004 13:12:37 -0000 vs 2004-07-14 13:12:37 UTC FreeBSD ports repository Modified files: x11-wm/fbdesk Makefile Log: Install documentation Based on PR: ports/69045 Submitted by: Roman Bogorodskiy (maintainer) Revision Changes Path 1.9 +10 -0 ports/x11-wm/fbdesk/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 14 13:25: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 1553816A4CE; Wed, 14 Jul 2004 13:25:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC22A43D53; Wed, 14 Jul 2004 13:25:10 +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 i6EDPA9X006373; Wed, 14 Jul 2004 13:25:10 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EDPA9K006372; Wed, 14 Jul 2004 13:25:10 GMT (envelope-from brian) Message-Id: <200407141325.i6EDPA9K006372@repoman.freebsd.org> From: Brian Somers Date: Wed, 14 Jul 2004 13:25:10 +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/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: Wed, 14 Jul 2004 13:25:11 -0000 brian 2004-07-14 13:25:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/ppp ppp.8.m4 Log: MFC: Mention that ``set mtu max'' is necessary for PPPoE. Assorted whitespace & linefeed tweaks. Revision Changes Path 1.301.2.7 +23 -14 src/usr.sbin/ppp/ppp.8.m4 From owner-cvs-all@FreeBSD.ORG Wed Jul 14 13:26: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 8990616A4CE; Wed, 14 Jul 2004 13:26:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C61443D2F; Wed, 14 Jul 2004 13:26:24 +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 i6EDQONG006447; Wed, 14 Jul 2004 13:26:24 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EDQOsF006446; Wed, 14 Jul 2004 13:26:24 GMT (envelope-from brian) Message-Id: <200407141326.i6EDQOsF006446@repoman.freebsd.org> From: Brian Somers Date: Wed, 14 Jul 2004 13:26:24 +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/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: Wed, 14 Jul 2004 13:26:24 -0000 brian 2004-07-14 13:26:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/ppp tcpmss.c Log: MFC: Reduce MAXMSS limit by 12 bytes to allow for rfc 1323. Revision Changes Path 1.1.4.5 +1 -1 src/usr.sbin/ppp/tcpmss.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 13:30: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 4507E16A4CE; Wed, 14 Jul 2004 13:30:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2814443D39; Wed, 14 Jul 2004 13:30:16 +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 i6EDUGB7006525; Wed, 14 Jul 2004 13:30:16 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EDUFcP006524; Wed, 14 Jul 2004 13:30:15 GMT (envelope-from brian) Message-Id: <200407141330.i6EDUFcP006524@repoman.freebsd.org> From: Brian Somers Date: Wed, 14 Jul 2004 13:30:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/ppp radius.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 13:30:16 -0000 brian 2004-07-14 13:30:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/ppp radius.c Log: MFC: If HISMACADDR is set in the environment (by pppoed), pass the value to the RADIUS server as RAD_CALLING_STATION_ID. Revision Changes Path 1.11.2.11 +16 -0 src/usr.sbin/ppp/radius.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 13:31: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 3E9A216A4CE; Wed, 14 Jul 2004 13:31:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20B6043D2F; Wed, 14 Jul 2004 13:31:18 +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 i6EDVInL006647; Wed, 14 Jul 2004 13:31:18 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EDVIlX006646; Wed, 14 Jul 2004 13:31:18 GMT (envelope-from brian) Message-Id: <200407141331.i6EDVIlX006646@repoman.freebsd.org> From: Brian Somers Date: Wed, 14 Jul 2004 13:31: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/ppp radius.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 13:31:18 -0000 brian 2004-07-14 13:31:17 UTC FreeBSD src repository Modified files: usr.sbin/ppp radius.c Log: Remove a stray backslash Revision Changes Path 1.46 +1 -1 src/usr.sbin/ppp/radius.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 13:31: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 D762616A4CE; Wed, 14 Jul 2004 13:31:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAB8F43D53; Wed, 14 Jul 2004 13:31:41 +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 i6EDVfbj006677; Wed, 14 Jul 2004 13:31:41 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EDVf52006676; Wed, 14 Jul 2004 13:31:41 GMT (envelope-from mlaier) Message-Id: <200407141331.i6EDVf52006676@repoman.freebsd.org> From: Max Laier Date: Wed, 14 Jul 2004 13:31: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/net if_var.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, 14 Jul 2004 13:31:42 -0000 mlaier 2004-07-14 13:31:41 UTC FreeBSD src repository Modified files: sys/net if_var.h Log: Fix a copy-and-paste-o in IFQ_DRV_PREPEND - all pointyhats to me. While here also fix a (not less stupid) braino in IFQ_DRV_PURGE. Reported-by: clement Tested-by: clement (_PREPEND in sis(4)) Revision Changes Path 1.81 +5 -5 src/sys/net/if_var.h From owner-cvs-all@FreeBSD.ORG Wed Jul 14 13:32: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 093D616A4CE; Wed, 14 Jul 2004 13:32:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC31E43D5A; Wed, 14 Jul 2004 13:32:00 +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 i6EDW0vs006718; Wed, 14 Jul 2004 13:32:00 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EDW0tm006717; Wed, 14 Jul 2004 13:32:00 GMT (envelope-from pjd) Message-Id: <200407141332.i6EDW0tm006717@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 14 Jul 2004 13:32: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/sbin/geom/core geom.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: Wed, 14 Jul 2004 13:32:01 -0000 pjd 2004-07-14 13:32:00 UTC FreeBSD src repository Modified files: sbin/geom/core geom.8 Log: Add a reference to glabel(8). Revision Changes Path 1.3 +1 -0 src/sbin/geom/core/geom.8 From owner-cvs-all@FreeBSD.ORG Wed Jul 14 13:37: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 01A5516A4CE; Wed, 14 Jul 2004 13:37:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D97AA43D49; Wed, 14 Jul 2004 13:37:21 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6EDbL3P006940; Wed, 14 Jul 2004 13:37:21 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EDbLxv006939; Wed, 14 Jul 2004 13:37:21 GMT (envelope-from oliver) Message-Id: <200407141337.i6EDbLxv006939@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 14 Jul 2004 13:37: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/benchmarks/hpl 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, 14 Jul 2004 13:37:22 -0000 oliver 2004-07-14 13:37:21 UTC FreeBSD ports repository Modified files: benchmarks/hpl Makefile Log: maho@ reported that atlas isn't broken any longer on amd64 Revision Changes Path 1.2 +0 -5 ports/benchmarks/hpl/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 14 13:46: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 B50DC16A4CE; Wed, 14 Jul 2004 13:46:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96CF643D1D; Wed, 14 Jul 2004 13:46:22 +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 i6EDkM6R007219; Wed, 14 Jul 2004 13:46:22 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EDkMXL007218; Wed, 14 Jul 2004 13:46:22 GMT (envelope-from osa) Message-Id: <200407141346.i6EDkMXL007218@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Wed, 14 Jul 2004 13:46: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/sysutils/xsysstats Makefile pkg-plist ports/sysutils/xsysstats/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, 14 Jul 2004 13:46:22 -0000 osa 2004-07-14 13:46:22 UTC FreeBSD ports repository Modified files: sysutils/xsysstats Makefile sysutils/xsysstats/files patch-Makefile.in Removed files: sysutils/xsysstats pkg-plist Log: Respect CFLAGS. Move one file from pkg-plist to Makefile and remove pkg-plist. Revision Changes Path 1.27 +2 -0 ports/sysutils/xsysstats/Makefile 1.2 +1 -1 ports/sysutils/xsysstats/files/patch-Makefile.in 1.5 +0 -2 ports/sysutils/xsysstats/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Jul 14 14:07: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 480FD16A4CF; Wed, 14 Jul 2004 14:07:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A26243D49; Wed, 14 Jul 2004 14:07:40 +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 i6EE7elB007819; Wed, 14 Jul 2004 14:07:40 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EE7eKA007818; Wed, 14 Jul 2004 14:07:40 GMT (envelope-from blackend) Message-Id: <200407141407.i6EE7eKA007818@repoman.freebsd.org> From: Marc Fonvieille Date: Wed, 14 Jul 2004 14:07: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/handbook/ports 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, 14 Jul 2004 14:07:40 -0000 blackend 2004-07-14 14:07:40 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/ports chapter.sgml Log: pkg_add(1) will fetch the latest version of the application if you run -STABLE or -CURRENT. For -RELEASE users, pkg_add(1) will download the version of the package that was built with the release. I added a note about this and mentioned PACKAGESITE to change this behavior. Submitted by: Ken Tom Revision Changes Path 1.220 +10 -0 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 14 14: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 199B616A4CE; Wed, 14 Jul 2004 14:08:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1342743D41; Wed, 14 Jul 2004 14:08:48 +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 i6EE8lUO007914; Wed, 14 Jul 2004 14:08:47 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EE8l2H007913; Wed, 14 Jul 2004 14:08:47 GMT (envelope-from pav) Message-Id: <200407141408.i6EE8l2H007913@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Jul 2004 14: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/games Makefile ports/games/childsplay Makefile distinfo pkg-descr pkg-plist ports/games/childsplay/files patch-Makefile patch-cleanup.sh patch-letter-trans.py patch-letters.py patch-pyassetml.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 14:08:48 -0000 pav 2004-07-14 14:08:47 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/childsplay Makefile distinfo pkg-descr pkg-plist games/childsplay/files patch-Makefile patch-cleanup.sh patch-letter-trans.py patch-letters.py patch-pyassetml.py Log: Childsplay is a 'suite' of educational games for young children, like gcompris, but without the overkill of GNOME environment. Also the use of the SDL libraries makes smooth animation and the playing of sound very easy. Childsplay uses a plugin system for the games, so you might want to check the childsplay-plugins page. (There are two built-in games; Memory and a typing game) PR: ports/68953 Submitted by: bruno Revision Changes Path 1.702 +1 -0 ports/games/Makefile 1.1 +42 -0 ports/games/childsplay/Makefile (new) 1.1 +2 -0 ports/games/childsplay/distinfo (new) 1.1 +34 -0 ports/games/childsplay/files/patch-Makefile (new) 1.1 +15 -0 ports/games/childsplay/files/patch-cleanup.sh (new) 1.1 +12 -0 ports/games/childsplay/files/patch-letter-trans.py (new) 1.1 +15 -0 ports/games/childsplay/files/patch-letters.py (new) 1.1 +10 -0 ports/games/childsplay/files/patch-pyassetml.py (new) 1.1 +8 -0 ports/games/childsplay/pkg-descr (new) 1.1 +149 -0 ports/games/childsplay/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 14 14:09: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 E195A16A4CE; Wed, 14 Jul 2004 14:09:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C573443D48; Wed, 14 Jul 2004 14:09:43 +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 i6EE9hSB007967; Wed, 14 Jul 2004 14:09:43 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EE9hS8007966; Wed, 14 Jul 2004 14:09:43 GMT (envelope-from bland) Message-Id: <200407141409.i6EE9hS8007966@repoman.freebsd.org> From: Alexander Nedotsukov Date: Wed, 14 Jul 2004 14:09: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/devel/libgtop2 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, 14 Jul 2004 14:09:44 -0000 bland 2004-07-14 14:09:43 UTC FreeBSD ports repository Modified files: devel/libgtop2 Makefile Log: Finalize incomplete glib 64bit types migration which triggered build failures in dependent ports. Reported by: Franz Klammer Revision Changes Path 1.85 +7 -0 ports/devel/libgtop2/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 14 14:09: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 25ADF16A4CE; Wed, 14 Jul 2004 14:09:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 095AD43D1D; Wed, 14 Jul 2004 14:09:58 +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 i6EE9vcY007996; Wed, 14 Jul 2004 14:09:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EE9vtd007995; Wed, 14 Jul 2004 14:09:57 GMT (envelope-from pav) Message-Id: <200407141409.i6EE9vtd007995@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Jul 2004 14:09: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, 14 Jul 2004 14:09:58 -0000 pav 2004-07-14 14:09:57 UTC FreeBSD ports repository Modified files: . modules Log: childsplay --> ports/games/childsplay Revision Changes Path 1.10535 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 14 14: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 56D5016A4CE; Wed, 14 Jul 2004 14:17:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FE7543D41; Wed, 14 Jul 2004 14:17:45 +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 i6EEHjIL008307; Wed, 14 Jul 2004 14:17:45 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EEHjcb008306; Wed, 14 Jul 2004 14:17:45 GMT (envelope-from den) Message-Id: <200407141417.i6EEHjcb008306@repoman.freebsd.org> From: Denis Peplin Date: Wed, 14 Jul 2004 14:17:45 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook Makefile book.sgmlchapter.sgml 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, 14 Jul 2004 14:17:45 -0000 den 2004-07-14 14:17:45 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook Makefile book.sgml chapters.ent ru_RU.KOI8-R/books/handbook/advanced-networking chapter.sgml Added files: ru_RU.KOI8-R/books/handbook/network-servers Makefile chapter.sgml Log: Merge the following from the English version: 1.84 -> 1.90 Makefile 1.147 -> 1.150 book.sgml 1.26 -> 1.27 chapters.ent 1.323 -> 1.324 advanced-networking/chapter.sgml (new) -> 1.1 network-servers/Makefile (new) -> 1.5 network-servers/chapter.sgml Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.12 +11 -13 doc/ru_RU.KOI8-R/books/handbook/Makefile 1.12 +85 -4305 doc/ru_RU.KOI8-R/books/handbook/advanced-networking/chapter.sgml 1.15 +5 -3 doc/ru_RU.KOI8-R/books/handbook/book.sgml 1.6 +2 -1 doc/ru_RU.KOI8-R/books/handbook/chapters.ent 1.1 +17 -0 doc/ru_RU.KOI8-R/books/handbook/network-servers/Makefile (new) 1.1 +4274 -0 doc/ru_RU.KOI8-R/books/handbook/network-servers/chapter.sgml (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 14 14:19: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 B2BEB16A4CE; Wed, 14 Jul 2004 14:19:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96DF543D3F; Wed, 14 Jul 2004 14:19:32 +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 i6EEJWU2008365; Wed, 14 Jul 2004 14:19:32 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EEJWik008364; Wed, 14 Jul 2004 14:19:32 GMT (envelope-from phk) Message-Id: <200407141419.i6EEJWik008364@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 14 Jul 2004 14:19: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/ufs/ffs ffs_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: Wed, 14 Jul 2004 14:19:32 -0000 phk 2004-07-14 14:19:32 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: Make sure to update the mnt_stats before UFS1 extattr tried to do I/O on the device. Otherwise the blocksize is undefined in the buffer cache. Revision Changes Path 1.237 +4 -5 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 14:43: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 AC98016A4CE; Wed, 14 Jul 2004 14:43:40 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57E5043D49; Wed, 14 Jul 2004 14:43:40 +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 i6EEhN6n053202; Wed, 14 Jul 2004 10:43:23 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i6EEhNWW053198; Wed, 14 Jul 2004 10:43:23 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Wed, 14 Jul 2004 10:43:23 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Alfred Perlstein In-Reply-To: <200407140702.i6E724mV093920@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/kern kern_event.c src/sys/sys eventvar.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, 14 Jul 2004 14:43:40 -0000 On Wed, 14 Jul 2004, Alfred Perlstein wrote: > Log: > Make FIOASYNC, FIOSETOWN and FIOGETOWN work on kqueues. Have you tried testing this on a kqueue used to monitor signals? I'd draw your particular attention to the following newly enabled code path: pgsigio() -> psignal() -> tdsignal() -> do_tdsignal() -> KNOTE() -> knote() -> KNOTE_ACTIVATE() -> knote_enqueue() -> kqueue_wakeup() -> pgsigio() It strikes me that adding sigio support to kqueue opens a massive can of worms, not least of which is how you prevent the above from causing the system to panic, not to mention how you handle locking in what is otherwise a set of leaf functions in kqueue. I'd like it if you could back this out until locking for kqueue is resolved, as while this is no doubt a useful feature, having the locking working is much more useful to us for 5.3. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Wed Jul 14 15:01: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 8EECC16A4CE; Wed, 14 Jul 2004 15:01:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7276043D1F; Wed, 14 Jul 2004 15:01:10 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6EF1A3g009410; Wed, 14 Jul 2004 15:01:10 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EF1Asp009409; Wed, 14 Jul 2004 15:01:10 GMT (envelope-from sem) Message-Id: <200407141501.i6EF1Asp009409@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 14 Jul 2004 15:01: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/devel/ace+tao 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, 14 Jul 2004 15:01:10 -0000 sem 2004-07-14 15:01:10 UTC FreeBSD ports repository Modified files: devel/ace+tao pkg-plist Log: Fix pkg-plist PR: ports/69051 Submitted by: Konstantin Oznobihin Reviewed by: sem (maintainer) Approved by: krion (mentor) (implicit) Revision Changes Path 1.6 +1 -1 ports/devel/ace+tao/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 14 15:08: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 56EC016A4CE; Wed, 14 Jul 2004 15:08:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5169843D1D; Wed, 14 Jul 2004 15:08:36 +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 i6EF8aBb009676; Wed, 14 Jul 2004 15:08:36 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EF8a1b009675; Wed, 14 Jul 2004 15:08:36 GMT (envelope-from pav) Message-Id: <200407141508.i6EF8a1b009675@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Jul 2004 15:08: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 Makefileports/security/gnome-password-generator 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, 14 Jul 2004 15:08:36 -0000 pav 2004-07-14 15:08:36 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/gnome-password-generator Makefile distinfo pkg-descr pkg-plist Log: Add gnome-password-generator, a small GUI utility to generate random passwords. PR: ports/68984 Submitted by: Sergey Akifyev Revision Changes Path 1.521 +1 -0 ports/security/Makefile 1.1 +27 -0 ports/security/gnome-password-generator/Makefile (new) 1.1 +2 -0 ports/security/gnome-password-generator/distinfo (new) 1.1 +5 -0 ports/security/gnome-password-generator/pkg-descr (new) 1.1 +3 -0 ports/security/gnome-password-generator/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 14 15:09: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 5893016A4CE; Wed, 14 Jul 2004 15:09:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B66743D2F; Wed, 14 Jul 2004 15:09: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 i6EF9heb009724; Wed, 14 Jul 2004 15:09:43 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EF9hiS009723; Wed, 14 Jul 2004 15:09:43 GMT (envelope-from pav) Message-Id: <200407141509.i6EF9hiS009723@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Jul 2004 15:09: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: Wed, 14 Jul 2004 15:09:43 -0000 pav 2004-07-14 15:09:43 UTC FreeBSD ports repository Modified files: . modules Log: gnome-password-generator --> ports/security/gnome-password-generator Revision Changes Path 1.10536 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 14 15:17: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 6387F16A4CE; Wed, 14 Jul 2004 15:17:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 478DF43D2D; Wed, 14 Jul 2004 15:17:44 +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 i6EFHi7I009996; Wed, 14 Jul 2004 15:17:44 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EFHiur009995; Wed, 14 Jul 2004 15:17:44 GMT (envelope-from pav) Message-Id: <200407141517.i6EFHiur009995@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Jul 2004 15:17: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/phpbb Makefile distinfo pkg-plist ports/www/phpbb/files patch-common.php X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 15:17:44 -0000 pav 2004-07-14 15:17:44 UTC FreeBSD ports repository Modified files: www/phpbb Makefile distinfo pkg-plist Removed files: www/phpbb/files patch-common.php Log: - Update to 2.0.9 PR: ports/69042 Submitted by: Xin LI Approved by: maintainer Revision Changes Path 1.25 +5 -4 ports/www/phpbb/Makefile 1.14 +2 -2 ports/www/phpbb/distinfo 1.3 +0 -104 ports/www/phpbb/files/patch-common.php (dead) 1.11 +3 -3 ports/www/phpbb/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 14 15:30: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 661CF16A4CE; Wed, 14 Jul 2004 15:30:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60EA343D2D; Wed, 14 Jul 2004 15:30:54 +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 i6EFUsHM010411; Wed, 14 Jul 2004 15:30:54 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EFUsOA010410; Wed, 14 Jul 2004 15:30:54 GMT (envelope-from pav) Message-Id: <200407141530.i6EFUsOA010410@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Jul 2004 15:30: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/net Makefile ports/net/findmtu Makefile distinfo pkg-descr pkg-plist ports/net/findmtu/files findmtu.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, 14 Jul 2004 15:30:54 -0000 pav 2004-07-14 15:30:54 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/findmtu Makefile distinfo pkg-descr pkg-plist net/findmtu/files findmtu.sh Log: FindMTU is a tool that performs IPv6 path MTU discovery. You can use it to debug network problems and to detect IPv6-in-IPv4 tunnels in the path to a destination. FindMTU only performs IPv6 path MTU discovery. It does not know about IPv4. PR: ports/68985 Submitted by: Janos Mohacsi Revision Changes Path 1.1319 +1 -0 ports/net/Makefile 1.1 +31 -0 ports/net/findmtu/Makefile (new) 1.1 +2 -0 ports/net/findmtu/distinfo (new) 1.1 +8 -0 ports/net/findmtu/files/findmtu.sh (new) 1.1 +8 -0 ports/net/findmtu/pkg-descr (new) 1.1 +5 -0 ports/net/findmtu/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 14 15:31: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 3DF3A16A4F1; Wed, 14 Jul 2004 15:31:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22B2E43D4C; Wed, 14 Jul 2004 15:31: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 i6EFVS5n010453; Wed, 14 Jul 2004 15:31:28 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EFVSvc010452; Wed, 14 Jul 2004 15:31:28 GMT (envelope-from pav) Message-Id: <200407141531.i6EFVSvc010452@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Jul 2004 15:31: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: Wed, 14 Jul 2004 15:31:28 -0000 pav 2004-07-14 15:31:28 UTC FreeBSD ports repository Modified files: . modules Log: findmtu --> ports/net/findmtu Revision Changes Path 1.10537 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 14 15: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 4E30016A4CE; Wed, 14 Jul 2004 15:46:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31AA643D39; Wed, 14 Jul 2004 15:46: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 i6EFkuBj010876; Wed, 14 Jul 2004 15:46:56 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EFku4U010875; Wed, 14 Jul 2004 15:46:56 GMT (envelope-from pav) Message-Id: <200407141546.i6EFku4U010875@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Jul 2004 15:46: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/mail/mailsync Makefile pkg-plist ports/mail/mailsync/files patch-Makefile patch-mailsync.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 15:46:56 -0000 pav 2004-07-14 15:46:56 UTC FreeBSD ports repository Modified files: mail/mailsync Makefile pkg-plist mail/mailsync/files patch-Makefile patch-mailsync.c Log: - Unset USE_GCC=2.95 and add patch to fix build with gcc 3.x - Respect CFLAGS - Portlint PR: ports/69022 Submitted by: Andrey Slusar Revision Changes Path 1.6 +0 -1 ports/mail/mailsync/Makefile 1.2 +4 -3 ports/mail/mailsync/files/patch-Makefile 1.2 +10 -2 ports/mail/mailsync/files/patch-mailsync.c 1.2 +4 -4 ports/mail/mailsync/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 14 15: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 07F8216A4CE; Wed, 14 Jul 2004 15:51:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0D2843D45; Wed, 14 Jul 2004 15:51: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 i6EFppNO011062; Wed, 14 Jul 2004 15:51:51 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EFppjB011061; Wed, 14 Jul 2004 15:51:51 GMT (envelope-from pav) Message-Id: <200407141551.i6EFppjB011061@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Jul 2004 15:51: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/mail/masqmail 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, 14 Jul 2004 15:51:52 -0000 pav 2004-07-14 15:51:51 UTC FreeBSD ports repository Modified files: mail/masqmail pkg-plist Log: - Fix plist for NOPORTDOCS case PR: ports/69014 Submitted by: Andrey Slusar (maintainer) Revision Changes Path 1.2 +9 -9 ports/mail/masqmail/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 14 15: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 EABD516A4CE; Wed, 14 Jul 2004 15:55:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF5D743D4C; Wed, 14 Jul 2004 15:55: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 i6EFtl18011199; Wed, 14 Jul 2004 15:55:47 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EFtlKr011198; Wed, 14 Jul 2004 15:55:47 GMT (envelope-from pav) Message-Id: <200407141555.i6EFtlKr011198@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Jul 2004 15:55: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/masqmail-devel 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, 14 Jul 2004 15:55:48 -0000 pav 2004-07-14 15:55:47 UTC FreeBSD ports repository Modified files: mail/masqmail-devel pkg-plist Log: - Fix plist in NOPORTDOCS case PR: ports/69013 Submitted by: Andrey Slusar (maintainer) Revision Changes Path 1.2 +7 -7 ports/mail/masqmail-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 14 16:04: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 EC4FE16A4D0; Wed, 14 Jul 2004 16:04:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFD5F43D3F; Wed, 14 Jul 2004 16:04:52 +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 i6EG4qLI011411; Wed, 14 Jul 2004 16:04:52 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EG4qXi011410; Wed, 14 Jul 2004 16:04:52 GMT (envelope-from erwin) Message-Id: <200407141604.i6EG4qXi011410@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 14 Jul 2004 16:04: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/multimedia/win32-codecs 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, 14 Jul 2004 16:04:53 -0000 erwin 2004-07-14 16:04:52 UTC FreeBSD ports repository Modified files: multimedia/win32-codecs Makefile distinfo pkg-plist Log: Update to 2.0.99 and make fetcheable again. I used the patch from [1] PR: 69017 [1], 68419, 68894, 69050 Submitted by: Michael Johnson [1], Simon Hewison , Gautam Gopalakrishnan , Dmitri Nikulin Revision Changes Path 1.27 +17 -22 ports/multimedia/win32-codecs/Makefile 1.18 +10 -10 ports/multimedia/win32-codecs/distinfo 1.14 +5 -0 ports/multimedia/win32-codecs/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 14 16:09: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 F122816A4CE; Wed, 14 Jul 2004 16:09:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB97643D3F; Wed, 14 Jul 2004 16:09: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 i6EG9dke011668; Wed, 14 Jul 2004 16:09:39 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EG9ddD011667; Wed, 14 Jul 2004 16:09:39 GMT (envelope-from pav) Message-Id: <200407141609.i6EG9ddD011667@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Jul 2004 16:09: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/comms Makefile ports/comms/linrad Makefile distinfo pkg-descr pkg-plist ports/comms/linrad/files patch-Makefile.in patch-configure.in patch-hwaredriver.c patch-main.c patch-modesub.c patch-setad.c patch-tune.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 16:09:40 -0000 pav 2004-07-14 16:09:39 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/linrad Makefile distinfo pkg-descr pkg-plist comms/linrad/files patch-Makefile.in patch-configure.in patch-hwaredriver.c patch-main.c patch-modesub.c patch-setad.c patch-tune.c patch-uidef.h patch-uivar.c patch-wcw.c Log: Add linrad, Amateur Radio DSP utility (SDR) PR: ports/68873 Submitted by: Diane Bruce Revision Changes Path 1.115 +1 -0 ports/comms/Makefile 1.1 +53 -0 ports/comms/linrad/Makefile (new) 1.1 +2 -0 ports/comms/linrad/distinfo (new) 1.1 +57 -0 ports/comms/linrad/files/patch-Makefile.in (new) 1.1 +31 -0 ports/comms/linrad/files/patch-configure.in (new) 1.1 +19 -0 ports/comms/linrad/files/patch-hwaredriver.c (new) 1.1 +37 -0 ports/comms/linrad/files/patch-main.c (new) 1.1 +37 -0 ports/comms/linrad/files/patch-modesub.c (new) 1.1 +390 -0 ports/comms/linrad/files/patch-setad.c (new) 1.1 +15 -0 ports/comms/linrad/files/patch-tune.c (new) 1.1 +9 -0 ports/comms/linrad/files/patch-uidef.h (new) 1.1 +11 -0 ports/comms/linrad/files/patch-uivar.c (new) 1.1 +28 -0 ports/comms/linrad/files/patch-wcw.c (new) 1.1 +10 -0 ports/comms/linrad/pkg-descr (new) 1.1 +14 -0 ports/comms/linrad/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 14 16: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 7919216A4CE; Wed, 14 Jul 2004 16:10:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CA0F43D2D; Wed, 14 Jul 2004 16:10:50 +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 i6EGAow7011777; Wed, 14 Jul 2004 16:10:50 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EGAoYS011776; Wed, 14 Jul 2004 16:10:50 GMT (envelope-from pav) Message-Id: <200407141610.i6EGAoYS011776@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Jul 2004 16:10: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: Wed, 14 Jul 2004 16:10:50 -0000 pav 2004-07-14 16:10:50 UTC FreeBSD ports repository Modified files: . modules Log: linrad --> ports/comms/linrad Revision Changes Path 1.10538 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 14 16:35: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 6128216A4CF; Wed, 14 Jul 2004 16:35:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44D8243D45; Wed, 14 Jul 2004 16:35:41 +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 i6EGZfAI012374; Wed, 14 Jul 2004 16:35:41 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EGZfis012373; Wed, 14 Jul 2004 16:35:41 GMT (envelope-from pav) Message-Id: <200407141635.i6EGZfis012373@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Jul 2004 16:35: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/security/gnome-password-generator 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, 14 Jul 2004 16:35:41 -0000 pav 2004-07-14 16:35:41 UTC FreeBSD ports repository Modified files: security/gnome-password-generator Makefile Log: - Fix up category Pointy hat to: pav Revision Changes Path 1.2 +1 -1 ports/security/gnome-password-generator/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 14 16:40: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 F16D916A4CE; Wed, 14 Jul 2004 16:40:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC34A43D2D; Wed, 14 Jul 2004 16: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 i6EGeHu1012505; Wed, 14 Jul 2004 16:40:17 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EGeHFK012504; Wed, 14 Jul 2004 16:40:17 GMT (envelope-from pav) Message-Id: <200407141640.i6EGeHFK012504@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Jul 2004 16:40: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/lang/mono Makefile distinfo pkg-plist ports/lang/mono/files patch-configure patch-libgc_configure patch-libgc_threadlibs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 16:40:18 -0000 pav 2004-07-14 16:40:17 UTC FreeBSD ports repository Modified files: lang/mono Makefile distinfo pkg-plist lang/mono/files patch-configure Added files: lang/mono/files patch-libgc_configure patch-libgc_threadlibs.c Log: - Update to 1.0 PR: ports/68804 Submitted by: John Merryweather Cooper (maintainer) Revision Changes Path 1.32 +4 -8 ports/lang/mono/Makefile 1.15 +2 -2 ports/lang/mono/distinfo 1.5 +11 -7 ports/lang/mono/files/patch-configure 1.3 +13 -0 ports/lang/mono/files/patch-libgc_configure (new) 1.1 +21 -0 ports/lang/mono/files/patch-libgc_threadlibs.c (new) 1.14 +2 -2 ports/lang/mono/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 14 17:25: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 5F63D16A4CF; Wed, 14 Jul 2004 17:25:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 435B043D3F; Wed, 14 Jul 2004 17:25:20 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6EHPKav013642; Wed, 14 Jul 2004 17:25:20 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EHPKgD013641; Wed, 14 Jul 2004 17:25:20 GMT (envelope-from glebius) Message-Id: <200407141725.i6EHPKgD013641@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 14 Jul 2004 17:25: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/pgpkeys chapter.sgml doc/share/pgpkeys glebius.key pgpkeys.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, 14 Jul 2004 17:25:20 -0000 glebius 2004-07-14 17:25:19 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml share/pgpkeys pgpkeys.ent Added files: share/pgpkeys glebius.key Log: Add my PGP key. Approved by: julian Revision Changes Path 1.228 +5 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml 1.1 +47 -0 doc/share/pgpkeys/glebius.key (new) 1.38 +1 -0 doc/share/pgpkeys/pgpkeys.ent From owner-cvs-all@FreeBSD.ORG Wed Jul 14 17:27: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 099DF16A4CE; Wed, 14 Jul 2004 17:27:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0B7243D53; Wed, 14 Jul 2004 17:27:10 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6EHRAJG013764; Wed, 14 Jul 2004 17:27:10 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EHRA0U013763; Wed, 14 Jul 2004 17:27:10 GMT (envelope-from glebius) Message-Id: <200407141727.i6EHRA0U013763@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 14 Jul 2004 17:27:10 +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 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: Wed, 14 Jul 2004 17:27:11 -0000 glebius 2004-07-14 17:27:10 UTC FreeBSD doc repository (src committer) Modified files: en/news news.xml Log: Announce myself as a new committer. Approved by: julian Revision Changes Path 1.222 +10 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Wed Jul 14 17:35:46 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 C2B9616A4CE; Wed, 14 Jul 2004 17:35:45 +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 i6EHZjpd066846; Wed, 14 Jul 2004 13:35:45 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.12.11/8.12.11/Submit) id i6EHZjb4066845; Wed, 14 Jul 2004 13:35:45 -0400 (EDT) (envelope-from green) Date: Wed, 14 Jul 2004 13:35:44 -0400 From: Brian Fundakowski Feldman To: Robert Watson Message-ID: <20040714173544.GU1626@green.homeunix.org> References: <200407140702.i6E724mV093920@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-src@FreeBSD.org cc: Alfred Perlstein cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_event.c src/sys/sys eventvar.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, 14 Jul 2004 17:35:46 -0000 On Wed, Jul 14, 2004 at 10:43:23AM -0400, Robert Watson wrote: > > On Wed, 14 Jul 2004, Alfred Perlstein wrote: > > > Log: > > Make FIOASYNC, FIOSETOWN and FIOGETOWN work on kqueues. > > Have you tried testing this on a kqueue used to monitor signals? I'd draw > your particular attention to the following newly enabled code path: > > pgsigio() -> psignal() -> tdsignal() -> do_tdsignal() -> KNOTE() -> > knote() -> KNOTE_ACTIVATE() -> knote_enqueue() -> kqueue_wakeup() -> > pgsigio() > > It strikes me that adding sigio support to kqueue opens a massive can of > worms, not least of which is how you prevent the above from causing the > system to panic, not to mention how you handle locking in what is > otherwise a set of leaf functions in kqueue. I'd like it if you could > back this out until locking for kqueue is resolved, as while this is no > doubt a useful feature, having the locking working is much more useful to > us for 5.3. Agreed. Much of kqueue "barely works" as is (that is, other than pretty much all of it which is broken with regard to concurrency); adding more interfaces, especially this one, is not a good idea (right now?). -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Wed Jul 14 17: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 41F5916A4CE; Wed, 14 Jul 2004 17:37:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26CA443D3F; Wed, 14 Jul 2004 17:37:42 +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 i6EHbgTH014048; Wed, 14 Jul 2004 17:37:42 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EHbgt0014047; Wed, 14 Jul 2004 17:37:42 GMT (envelope-from nork) Message-Id: <200407141737.i6EHbgt0014047@repoman.freebsd.org> From: Norikatsu Shigemura Date: Wed, 14 Jul 2004 17:37: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/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: Wed, 14 Jul 2004 17:37:42 -0000 nork 2004-07-14 17:37:42 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2004.07.14. Revision Changes Path 1.121 +1 -1 ports/net/liveMedia/Makefile 1.112 +2 -2 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 14 17: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 46C0D16A4CE; Wed, 14 Jul 2004 17:50:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A52543D2F; Wed, 14 Jul 2004 17:50:09 +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 i6EHo9BF014330; Wed, 14 Jul 2004 17:50:09 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EHo8fl014329; Wed, 14 Jul 2004 17:50:08 GMT (envelope-from des) Message-Id: <200407141750.i6EHo8fl014329@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 14 Jul 2004 17:50: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/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: Wed, 14 Jul 2004 17:50:09 -0000 des 2004-07-14 17:50:08 UTC FreeBSD src repository Modified files: sys/pc98/conf NOTES Log: Unbreak LINT: device card no longer takes a count. Revision Changes Path 1.41 +1 -1 src/sys/pc98/conf/NOTES From owner-cvs-all@FreeBSD.ORG Wed Jul 14 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 6CAEA16A4CE; Wed, 14 Jul 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 508A943D39; Wed, 14 Jul 2004 18:01:22 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6EI1Mxf014758; Wed, 14 Jul 2004 18:01:22 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EI1Mu3014757; Wed, 14 Jul 2004 18:01:22 GMT (envelope-from ume) Message-Id: <200407141801.i6EI1Mu3014757@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 14 Jul 2004 18: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/security/cyrus-sasl2 Makefile distinfo ports/security/cyrus-sasl2-saslauthd 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, 14 Jul 2004 18:01:22 -0000 ume 2004-07-14 18:01:22 UTC FreeBSD ports repository Modified files: security/cyrus-sasl2 Makefile distinfo security/cyrus-sasl2/files patch-configure security/cyrus-sasl2-saslauthd Makefile Log: Update to 2.1.19. Revision Changes Path 1.30 +2 -2 ports/security/cyrus-sasl2-saslauthd/Makefile 1.104 +2 -5 ports/security/cyrus-sasl2/Makefile 1.24 +2 -4 ports/security/cyrus-sasl2/distinfo 1.11 +13 -54 ports/security/cyrus-sasl2/files/patch-configure From owner-cvs-all@FreeBSD.ORG Wed Jul 14 18:09: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 B00A216A4CE; Wed, 14 Jul 2004 18:09:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 943D343D2F; Wed, 14 Jul 2004 18:09:00 +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 i6EI90uu015003; Wed, 14 Jul 2004 18:09:00 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EI90Y4015002; Wed, 14 Jul 2004 18:09:00 GMT (envelope-from jeh) Message-Id: <200407141809.i6EI90Y4015002@repoman.freebsd.org> From: "James E. Housley" Date: Wed, 14 Jul 2004 18:09: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/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, 14 Jul 2004 18:09:00 -0000 jeh 2004-07-14 18:09:00 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4376 Revision Changes Path 1.252 +1 -1 ports/security/uvscan-dat/Makefile 1.250 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 14 18:12: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 5712216A4CE; Wed, 14 Jul 2004 18:12:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C90C43D41; Wed, 14 Jul 2004 18:12:16 +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 i6EICGU9015135; Wed, 14 Jul 2004 18:12:16 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EICGwF015134; Wed, 14 Jul 2004 18:12:16 GMT (envelope-from jhb) Message-Id: <200407141812.i6EICGwF015134@repoman.freebsd.org> From: John Baldwin Date: Wed, 14 Jul 2004 18:12: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/i386/i386 local_apic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 18:12:16 -0000 jhb 2004-07-14 18:12:16 UTC FreeBSD src repository Modified files: sys/i386/i386 local_apic.c Log: Correct bounds check in lapic_create(). Submitted by: "Ted Unangst" tedu at coverity.com Revision Changes Path 1.9 +1 -1 src/sys/i386/i386/local_apic.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 18: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 99A4116A4CE; Wed, 14 Jul 2004 18:33:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E3EF43D46; Wed, 14 Jul 2004 18:33:12 +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 i6EIXCCo015631; Wed, 14 Jul 2004 18:33:12 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EIXCs4015630; Wed, 14 Jul 2004 18:33:12 GMT (envelope-from krion) Message-Id: <200407141833.i6EIXCs4015630@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 14 Jul 2004 18:33: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/squid 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, 14 Jul 2004 18:33:12 -0000 krion 2004-07-14 18:33:12 UTC FreeBSD ports repository Modified files: www/squid Makefile distinfo Log: Update to 2.5-STABLE6 PR: ports/69060 Submitted by: maintainer Revision Changes Path 1.129 +38 -61 ports/www/squid/Makefile 1.92 +4 -52 ports/www/squid/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 14 18: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 B7E6A16A4CE; Wed, 14 Jul 2004 18:44:45 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7D8743D2F; Wed, 14 Jul 2004 18:44:45 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 9CA745C89B; Wed, 14 Jul 2004 11:44:45 -0700 (PDT) Date: Wed, 14 Jul 2004 11:44:45 -0700 From: Alfred Perlstein To: Robert Watson Message-ID: <20040714184445.GC95729@elvis.mu.org> References: <200407140702.i6E724mV093920@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/sys/kern kern_event.c src/sys/sys eventvar.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, 14 Jul 2004 18:44:45 -0000 * Robert Watson [040714 07:43] wrote: > > On Wed, 14 Jul 2004, Alfred Perlstein wrote: > > > Log: > > Make FIOASYNC, FIOSETOWN and FIOGETOWN work on kqueues. > > Have you tried testing this on a kqueue used to monitor signals? I'd draw > your particular attention to the following newly enabled code path: > > pgsigio() -> psignal() -> tdsignal() -> do_tdsignal() -> KNOTE() -> > knote() -> KNOTE_ACTIVATE() -> knote_enqueue() -> kqueue_wakeup() -> > pgsigio() > > It strikes me that adding sigio support to kqueue opens a massive can of > worms, not least of which is how you prevent the above from causing the > system to panic, not to mention how you handle locking in what is > otherwise a set of leaf functions in kqueue. I'd like it if you could > back this out until locking for kqueue is resolved, as while this is no > doubt a useful feature, having the locking working is much more useful to > us for 5.3. I'm sure that was a fun panic to hit. :) I can fix this by setting a "sigio in progress" on the kqeue and not calling pgsigio() while one is in progress. As far as the locking, we can address that when locking for kqueues are done, with the idea that SIGIO _should_ work for kqueues. Do we have this on the plate? Or are you stalling my work based simply on wishful thinking? :) -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Wed Jul 14 18: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 620A616A4CE; Wed, 14 Jul 2004 18:56:25 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC57543D46; Wed, 14 Jul 2004 18:56:24 +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 i6EIu7Qn058818; Wed, 14 Jul 2004 14:56:07 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i6EIu7vI058815; Wed, 14 Jul 2004 14:56:07 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Wed, 14 Jul 2004 14:56:07 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Alfred Perlstein In-Reply-To: <20040714184445.GC95729@elvis.mu.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/kern kern_event.c src/sys/sys eventvar.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, 14 Jul 2004 18:56:25 -0000 On Wed, 14 Jul 2004, Alfred Perlstein wrote: > I'm sure that was a fun panic to hit. :) Thrilling :-). Actually, I didn't hit the panic, I merely reasoned that it might exist and then read more kqueue code than I've read in a while :-). > I can fix this by setting a "sigio in progress" on the kqeue and not > calling pgsigio() while one is in progress. My worry is the inter-subsystem calling. We often call KNOTE() while holding existing locks in the calling subsystem that we can't drop. Generally, kqueue is a leaf node subsystem in that it's called from many places under many circumstances, and needs to not disrupt the calling state by doing "weird things". What's there before your change is not too disruptive/weird; afterwards, we call into the body of the process signalling code which requires additional process locks. Note that there are other paths to the same suffering: if any other signal is delivered to a process that's monitoring for signals with kqueue causing a sigio, you're still recursing into the signal subsystem. > As far as the locking, we can address that when locking for kqueues are > done, with the idea that SIGIO _should_ work for kqueues. > > Do we have this on the plate? Or are you stalling my work based simply > on wishful thinking? :) There are two outstanding patch sets that add locking to kqueue: - Brian Feldman's "kqgiant" changes, which I'm in the process of updating in Perforce and adapting for your recent additions of fs kqueue events. - John-Mark Gurney's "data locking kqueue" changes, which he's currently working on extracting from his employer. In order for network stack locking without Giant to be real for 5.3, kqueue locking must be completed. The pgsigio do represent a serious obstacle to getting that locking done, both by virtue of adding an immediate coding obstacle to adapt around, but also by introducing an architectural construct that will be difficult to deal with cleanly. My goal is for us to have basic locking for kqueues in the sys tree in CVS within two weeks, using one or another of the two sets of changes above. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Wed Jul 14 19: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 325E016A4CE; Wed, 14 Jul 2004 19:01:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 173D443D48; Wed, 14 Jul 2004 19:01: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 i6EJ1FEH016352; Wed, 14 Jul 2004 19:01:15 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EJ1F1S016351; Wed, 14 Jul 2004 19:01:15 GMT (envelope-from krion) Message-Id: <200407141901.i6EJ1F1S016351@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 14 Jul 2004 19: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/net-mgmt/pmacct 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, 14 Jul 2004 19:01:16 -0000 krion 2004-07-14 19:01:15 UTC FreeBSD ports repository Modified files: net-mgmt/pmacct Makefile distinfo Log: Update to 0.7.1 Revision Changes Path 1.23 +5 -1 ports/net-mgmt/pmacct/Makefile 1.19 +2 -2 ports/net-mgmt/pmacct/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 14 19:01: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 B6AB816A4CE; Wed, 14 Jul 2004 19:01:31 +0000 (GMT) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DEE443D45; Wed, 14 Jul 2004 19:01:28 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from ns0.nlsystems.com (ns0.nlsystems.com [80.177.232.243]) by itchy.rabson.org (8.12.11/8.12.11) with ESMTP id i6EJ1Phe001169; Wed, 14 Jul 2004 20:01:25 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Robert Watson Date: Wed, 14 Jul 2004 20:01:25 +0100 User-Agent: KMail/1.6.1 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: <200407142001.25615.dfr@nlsystems.com> 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 itchy.rabson.org X-Virus-Scanned: clamd / ClamAV version 0.71, clamav-milter version 0.71 X-Virus-Status: Clean cc: cvs-src@FreeBSD.org cc: Alfred Perlstein cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_event.c src/sys/sys eventvar.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, 14 Jul 2004 19:01:31 -0000 On Wednesday 14 July 2004 19:56, Robert Watson wrote: > On Wed, 14 Jul 2004, Alfred Perlstein wrote: > > I'm sure that was a fun panic to hit. :) > > Thrilling :-). Actually, I didn't hit the panic, I merely reasoned > that it might exist and then read more kqueue code than I've read in > a while > > :-). > : > > I can fix this by setting a "sigio in progress" on the kqeue and > > not calling pgsigio() while one is in progress. > > My worry is the inter-subsystem calling. We often call KNOTE() while > holding existing locks in the calling subsystem that we can't drop. > Generally, kqueue is a leaf node subsystem in that it's called from > many places under many circumstances, and needs to not disrupt the > calling state by doing "weird things". What's there before your > change is not too disruptive/weird; afterwards, we call into the body > of the process signalling code which requires additional process > locks. Note that there are other paths to the same suffering: if any > other signal is delivered to a process that's monitoring for signals > with kqueue causing a sigio, you're still recursing into the signal > subsystem. Seems to me that the best thing to do is to defer the psigio() to a taskqueue that will run in a simpler locking environment. From owner-cvs-all@FreeBSD.ORG Wed Jul 14 19:04: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 C176C16A4CE; Wed, 14 Jul 2004 19:04:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5F7B43D58; Wed, 14 Jul 2004 19:04:31 +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 i6EJ4V1T016423; Wed, 14 Jul 2004 19:04:31 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EJ4VKD016422; Wed, 14 Jul 2004 19:04:31 GMT (envelope-from csjp) Message-Id: <200407141904.i6EJ4VKD016422@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Wed, 14 Jul 2004 19:04:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 19:04:32 -0000 csjp 2004-07-14 19:04:31 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: In addition to the real user ID check, do an explicit jail check to ensure that the caller is not prison root. The intention is to fix file descriptor creation so that prison root can not use the last remaining file descriptors. This privilege should be reserved for non-jailed root users. Approved by: bmilekic (mentor) Revision Changes Path 1.236 +3 -2 src/sys/kern/kern_descrip.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 19:05: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 642AF16A4CE; Wed, 14 Jul 2004 19:05:29 +0000 (GMT) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFDFA43D49; Wed, 14 Jul 2004 19:05:28 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from ns0.nlsystems.com (ns0.nlsystems.com [80.177.232.243]) by itchy.rabson.org (8.12.11/8.12.11) with ESMTP id i6EJ5QbJ001365; Wed, 14 Jul 2004 20:05:26 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: "M. Warner Losh" Date: Wed, 14 Jul 2004 20:05:26 +0100 User-Agent: KMail/1.6.1 References: <40F43FB3.1030607@freebsd.org> <24292.1089749636@critter.freebsd.dk> <20040713.142128.41875243.imp@bsdimp.com> In-Reply-To: <20040713.142128.41875243.imp@bsdimp.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407142005.26368.dfr@nlsystems.com> 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 itchy.rabson.org X-Virus-Scanned: clamd / ClamAV version 0.71, clamav-milter version 0.71 X-Virus-Status: Clean cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: scottl@FreeBSD.org cc: cvs-all@FreeBSD.org cc: phk@phk.freebsd.dk cc: nate@root.org Subject: Re: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 19:05:29 -0000 On Tuesday 13 July 2004 21:21, M. Warner Losh wrote: > In message: <24292.1089749636@critter.freebsd.dk> > > "Poul-Henning Kamp" writes: > : And since all of these things are involved in loadable modules, > : I think we should stop wasting time dreaming about the day the > : world will be one bit tangle of newbus. > > And I think you should spent less time attacking newbus. And besides, newbus isn't going to take over the world, kobj is ;-) From owner-cvs-all@FreeBSD.ORG Wed Jul 14 19: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 31E9316A4CE; Wed, 14 Jul 2004 19:06:40 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id D20E243D5F; Wed, 14 Jul 2004 19:06:37 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-63-195-111-154.dsl.snfc21.pacbell.net [63.195.111.154]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i6EJ6arb018547 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 14 Jul 2004 12:06:36 -0700 Message-ID: <40F58403.5020600@root.org> Date: Wed, 14 Jul 2004 12:05:39 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Rabson References: <200407142001.25615.dfr@nlsystems.com> In-Reply-To: <200407142001.25615.dfr@nlsystems.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: Alfred Perlstein cc: Robert Watson cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_event.c src/sys/sys eventvar.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, 14 Jul 2004 19:06:40 -0000 Doug Rabson wrote: > On Wednesday 14 July 2004 19:56, Robert Watson wrote: >>On Wed, 14 Jul 2004, Alfred Perlstein wrote: >>>I can fix this by setting a "sigio in progress" on the kqeue and >>>not calling pgsigio() while one is in progress. >> >>My worry is the inter-subsystem calling. We often call KNOTE() while >>holding existing locks in the calling subsystem that we can't drop. >>Generally, kqueue is a leaf node subsystem in that it's called from >>many places under many circumstances, and needs to not disrupt the >>calling state by doing "weird things". What's there before your >>change is not too disruptive/weird; afterwards, we call into the body >>of the process signalling code which requires additional process >>locks. Note that there are other paths to the same suffering: if any >>other signal is delivered to a process that's monitoring for signals >>with kqueue causing a sigio, you're still recursing into the signal >>subsystem. > > Seems to me that the best thing to do is to defer the psigio() to a > taskqueue that will run in a simpler locking environment. In fact, the AIO task threads already provide a convenient context for this. -- -Nate From owner-cvs-all@FreeBSD.ORG Wed Jul 14 19:10: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 07F8416A4CE; Wed, 14 Jul 2004 19:10:03 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E814543D31; Wed, 14 Jul 2004 19:10:02 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id DFBBC5C8B2; Wed, 14 Jul 2004 12:10:02 -0700 (PDT) Date: Wed, 14 Jul 2004 12:10:02 -0700 From: Alfred Perlstein To: Robert Watson Message-ID: <20040714191002.GE95729@elvis.mu.org> References: <20040714184445.GC95729@elvis.mu.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/sys/kern kern_event.c src/sys/sys eventvar.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, 14 Jul 2004 19:10:03 -0000 * Robert Watson [040714 11:56] wrote: > On Wed, 14 Jul 2004, Alfred Perlstein wrote: > > > Do we have this on the plate? Or are you stalling my work based simply > > on wishful thinking? :) > > There are two outstanding patch sets that add locking to kqueue: > > - Brian Feldman's "kqgiant" changes, which I'm in the process of updating > in Perforce and adapting for your recent additions of fs kqueue events. > > - John-Mark Gurney's "data locking kqueue" changes, which he's currently > working on extracting from his employer. > > In order for network stack locking without Giant to be real for 5.3, > kqueue locking must be completed. The pgsigio do represent a serious > obstacle to getting that locking done, both by virtue of adding an > immediate coding obstacle to adapt around, but also by introducing an > architectural construct that will be difficult to deal with cleanly. My > goal is for us to have basic locking for kqueues in the sys tree in CVS > within two weeks, using one or another of the two sets of changes above. Ok, I'll back it out. In the future I would appreciate a simple "we actually have code in progress to do this" rather than what I thought was wishful thinking. I know your brain is full right now, but is there any way you see this actually working? I know how to avoid the recursion, but, buh.. I think sigio needs an overhaul. I'll see if that works, for now I'll just #if 0 the ioctl code to enable it. -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Wed Jul 14 19:11: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 CD31B16A4CE; Wed, 14 Jul 2004 19:11:20 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9CC143D41; Wed, 14 Jul 2004 19:11:18 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id AFBCB5C8D6; Wed, 14 Jul 2004 12:11:18 -0700 (PDT) Date: Wed, 14 Jul 2004 12:11:18 -0700 From: Alfred Perlstein To: Doug Rabson Message-ID: <20040714191118.GF95729@elvis.mu.org> References: <200407142001.25615.dfr@nlsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407142001.25615.dfr@nlsystems.com> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Robert Watson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_event.c src/sys/sys eventvar.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, 14 Jul 2004 19:11:20 -0000 * Doug Rabson [040714 12:01] wrote: > On Wednesday 14 July 2004 19:56, Robert Watson wrote: > > On Wed, 14 Jul 2004, Alfred Perlstein wrote: > > > I'm sure that was a fun panic to hit. :) > > > > Thrilling :-). Actually, I didn't hit the panic, I merely reasoned > > that it might exist and then read more kqueue code than I've read in > > a while > > > > :-). > > : > > > I can fix this by setting a "sigio in progress" on the kqeue and > > > not calling pgsigio() while one is in progress. > > > > My worry is the inter-subsystem calling. We often call KNOTE() while > > holding existing locks in the calling subsystem that we can't drop. > > Generally, kqueue is a leaf node subsystem in that it's called from > > many places under many circumstances, and needs to not disrupt the > > calling state by doing "weird things". What's there before your > > change is not too disruptive/weird; afterwards, we call into the body > > of the process signalling code which requires additional process > > locks. Note that there are other paths to the same suffering: if any > > other signal is delivered to a process that's monitoring for signals > > with kqueue causing a sigio, you're still recursing into the signal > > subsystem. > > Seems to me that the best thing to do is to defer the psigio() to a > taskqueue that will run in a simpler locking environment. I was thinking that, but I'm worried about "stale delivery", perhaps we need to record the generation count (process start time) in the sigio as well as the request sent, so that we don't send a signal to the wrong process. ? -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Wed Jul 14 19:22: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 77C0616A4CE; Wed, 14 Jul 2004 19:22:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B20343D60; Wed, 14 Jul 2004 19:22: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 i6EJMRPt016991; Wed, 14 Jul 2004 19:22:27 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EJMRQK016990; Wed, 14 Jul 2004 19:22:27 GMT (envelope-from brueffer) Message-Id: <200407141922.i6EJMRQK016990@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 14 Jul 2004 19:22: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/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, 14 Jul 2004 19:22:27 -0000 brueffer 2004-07-14 19:22:27 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: le received an external usb2 disk from Daniel Seuffert. Submitted by: le Revision Changes Path 1.173 +8 -1 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 14 19:29: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 11DEB16A4CE; Wed, 14 Jul 2004 19:29:54 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96AC243D5F; Wed, 14 Jul 2004 19:29:53 +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 i6EJTaNm059552; Wed, 14 Jul 2004 15:29:36 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i6EJTa8i059549; Wed, 14 Jul 2004 15:29:36 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Wed, 14 Jul 2004 15:29:35 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Alfred Perlstein In-Reply-To: <20040714191002.GE95729@elvis.mu.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/kern kern_event.c src/sys/sys eventvar.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, 14 Jul 2004 19:29:54 -0000 On Wed, 14 Jul 2004, Alfred Perlstein wrote: > Ok, I'll back it out. In the future I would appreciate a simple "we > actually have code in progress to do this" rather than what I thought > was wishful thinking. > > I know your brain is full right now, but is there any way you see this > actually working? I know how to avoid the recursion, but, buh.. I > think sigio needs an overhaul. I'll see if that works, for now I'll > just #if 0 the ioctl code to enable it. Sorry about that, I should have explained more fully in my original e-mail what the current state of the universe was. I'm not inherrently opposed to the notion of pgsigio getting launched relating to kqueue events, and I can see potential utility there, but I worry mostly about the immediate implementation consequences. I agree that the problem seems to be with pgsigio, and perhaps more generally with our notion of event management in the kernel. We have a lot of different event notification systems -- a perfect example of the level of suffering is sowakeup(), which I've slightly simplified here: selwakeuppri(&sb->sb_sel, PSOCK); sb->sb_flags &= ~SB_SEL; if (sb->sb_flags & SB_WAIT) { sb->sb_flags &= ~SB_WAIT; wakeup(&sb->sb_cc); } KNOTE(&sb->sb_sel.si_note, 0); if ((so->so_state & SS_ASYNC) && so->so_sigio != NULL) pgsigio(&so->so_sigio, SIGIO, 0); if (sb->sb_flags & SB_UPCALL) (*so->so_upcall)(so, so->so_upcallarg, M_DONTWAIT); if (sb->sb_flags & SB_AIO) aio_swake(so, sb); (This is a "See also: abstraction" sort of code quote) We send out notifications to select, socket buffer wakeups, kqueue, pgsigio, socket upcalls, and AIO. Each of these blithly assumes it's basically a "leaf subsystem" in that it's OK to call it at any point from any place that generates an event of interest. The problem you bumped into is one that I've already been running into with the socket upcalls: sometimes the so-called "leaf" subsystems go off and do a lot of stuff. For example, call back into the socket layer, send signals, etc. Kqueue is interesting in that, other than recursing back into the calling system to test the filter, it layers on top of relatively few other subsystems. By adding a layering above signaling, it ceases to become so very leafy, which makes it a lot harder to deal with. I like Doug's notion of using a task to handle some of the callbacks in a safe way. We're already using this notion to simplify locking in the Jail code, so as to avoid vrele() requiring Giant in the process context, and I'm using it now in SLIP to perform the slstart() from a context that can safely acquire Giant so it can enter the tty subsystem. Asynchrony, where sensible, can provide a clean solution to lock recursion/ordering issues. We use it for GEOM up/down threads, with ktrace, routing sockets, and so on. However, it has some limitations, in that it discards a lot of useful stack state for debugging, adds delays in notification (potentially somewhat unbounded) which can open up races itself, as well as other useful context. It could well be simply inserting a task queue here solves the problem, but we'll want to be careful. For example, in the SLIP code and Jail code, the 'struct task' used to perform the asynchronous notify is stored in the softc (or struct prison, which is basically a Jail softc). In the Jail case, we know that the container prison can't be free()'d, because that's what the asynchronous notify does. However, in the SLIP case I currently have no way to guarantee that the softc won't be free'd between the event being scheduled and running. Making sure this problem is cleanly addressed is going to be important in situations like pgsigio(), which involve pretty transient entities... FYI, here's my current thinking on kqueue locking -- I'm currently picking up Brian's pieces to update them to recent CURRENT and make sure they work well in my test environment. From my perspective, I'd prefer a data-based approach, but John-Mark has not yet been able to shake free his locking. If he does quickly, maybe we go with that, but Brian's code appears to largely work now, and is a strict dependency to run the network stack Giant-free out of the box. As it stands, if you run the socket code without Giant today, moderate kqueue use causes a panic -- very similar to the panic you get if you use kqueues with make world today. As such, we need to get something done soon so we can get more testing exposure of the network stack without Giant. I'd like to get something, be it Brian's or John-Mark's code, merged in the next two weeks. The reason I pick two weeks is that in two weeks, I'm going on vacation to India for two weeks, so the sooner it's done, the more is ready before I go away. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Wed Jul 14 19:29: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 8CB5016A4DB; Wed, 14 Jul 2004 19:29:59 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 025BF43D66; Wed, 14 Jul 2004 19:29:59 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-63-195-111-154.dsl.snfc21.pacbell.net [63.195.111.154]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i6EJTvrb018916 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 14 Jul 2004 12:29:58 -0700 Message-ID: <40F5897C.7010904@root.org> Date: Wed, 14 Jul 2004 12:29:00 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alfred Perlstein References: <200407142001.25615.dfr@nlsystems.com> <20040714191118.GF95729@elvis.mu.org> In-Reply-To: <20040714191118.GF95729@elvis.mu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Robert Watson cc: src-committers@freebsd.org cc: Doug Rabson cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_event.c src/sys/sys eventvar.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, 14 Jul 2004 19:29:59 -0000 Alfred Perlstein wrote: > * Doug Rabson [040714 12:01] wrote: >>On Wednesday 14 July 2004 19:56, Robert Watson wrote: >>>On Wed, 14 Jul 2004, Alfred Perlstein wrote: >>>>I can fix this by setting a "sigio in progress" on the kqeue and >>>>not calling pgsigio() while one is in progress. >>> >>>My worry is the inter-subsystem calling. We often call KNOTE() while >>>holding existing locks in the calling subsystem that we can't drop. >>>Generally, kqueue is a leaf node subsystem in that it's called from >>>many places under many circumstances, and needs to not disrupt the >>>calling state by doing "weird things". What's there before your >>>change is not too disruptive/weird; afterwards, we call into the body >>>of the process signalling code which requires additional process >>>locks. Note that there are other paths to the same suffering: if any >>>other signal is delivered to a process that's monitoring for signals >>>with kqueue causing a sigio, you're still recursing into the signal >>>subsystem. >> >>Seems to me that the best thing to do is to defer the psigio() to a >>taskqueue that will run in a simpler locking environment. > > I was thinking that, but I'm worried about "stale delivery", > perhaps we need to record the generation count (process start time) > in the sigio as well as the request sent, so that we don't send > a signal to the wrong process. Sorry, never mind my previous comments. I was recently working with kqueue AIO notifications and misread AIO for kqueue. Oops. -- -Nate From owner-cvs-all@FreeBSD.ORG Wed Jul 14 19:31: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 898E616A4CE; Wed, 14 Jul 2004 19:31:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F97D43D60; Wed, 14 Jul 2004 19:31:31 +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 i6EJVVRw017252; Wed, 14 Jul 2004 19:31:31 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EJVVDn017251; Wed, 14 Jul 2004 19:31:31 GMT (envelope-from marks) Message-Id: <200407141931.i6EJVVDn017251@repoman.freebsd.org> From: Mark Santcroos Date: Wed, 14 Jul 2004 19:31: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/dev/acpica acpi_cmbat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 19:31:31 -0000 marks 2004-07-14 19:31:31 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_cmbat.c Log: Some laptops report the "design-capacity" instead of the "real-capacity" when the battery is fully charged. That breaks some of the arithmetic in calculating the remaining capacity (ends up with more than 100%). This commit makes sure the max is 100. Approved by: njl Revision Changes Path 1.33 +9 -0 src/sys/dev/acpica/acpi_cmbat.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 20: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 18EDC16A4CE; Wed, 14 Jul 2004 20:07:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F047743D1F; Wed, 14 Jul 2004 20:07:52 +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 i6EK7qJ5018195; Wed, 14 Jul 2004 20:07:52 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EK7qNw018194; Wed, 14 Jul 2004 20:07:52 GMT (envelope-from ceri) Message-Id: <200407142007.i6EK7qNw018194@repoman.freebsd.org> From: Ceri Davies Date: Wed, 14 Jul 2004 20:07:52 +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: Wed, 14 Jul 2004 20:07:53 -0000 ceri 2004-07-14 20:07:52 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/share/sgml/glossary freebsd-glossary.sgml Log: Mark up FreeBSD specific terms as such. Note that this has no effect on any of the output formats at present. Revision Changes Path 1.13 +6 -6 doc/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 14 20:24: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 E205C16A4CE; Wed, 14 Jul 2004 20:24:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C592543D46; Wed, 14 Jul 2004 20:24:26 +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 i6EKOLVC018597; Wed, 14 Jul 2004 20:24:21 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EKOLKC018596; Wed, 14 Jul 2004 20:24:21 GMT (envelope-from rwatson) Message-Id: <200407142024.i6EKOLKC018596@repoman.freebsd.org> From: Robert Watson Date: Wed, 14 Jul 2004 20:24: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/netgraph ng_iface.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 20:24:27 -0000 rwatson 2004-07-14 20:24:21 UTC FreeBSD src repository Modified files: sys/netgraph ng_iface.c Log: Introduce a new mutex, ng_iface_mtx, to protect the global unit list lock used to synchronize allocation of unit numbers for new netgraph interfaces. Reviewed by: glebius Tested by: glebius Revision Changes Path 1.34 +12 -1 src/sys/netgraph/ng_iface.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 20:24: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 2B6C116A4CF; Wed, 14 Jul 2004 20:24:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0478143D2F; Wed, 14 Jul 2004 20:24:54 +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 i6EKOf11018627; Wed, 14 Jul 2004 20:24:41 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EKOfGl018626; Wed, 14 Jul 2004 20:24:41 GMT (envelope-from blackend) Message-Id: <200407142024.i6EKOfGl018626@repoman.freebsd.org> From: Marc Fonvieille Date: Wed, 14 Jul 2004 20:24: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/ports 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, 14 Jul 2004 20:24:54 -0000 blackend 2004-07-14 20:24:41 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/ports chapter.sgml Log: Typo fixing. Revision Changes Path 1.221 +1 -1 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 14 20:26: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 00D9D16A4CE; Wed, 14 Jul 2004 20:26:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D953643D39; Wed, 14 Jul 2004 20:26: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 i6EKQTgw018754; Wed, 14 Jul 2004 20:26:29 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EKQTbP018753; Wed, 14 Jul 2004 20:26:29 GMT (envelope-from rwatson) Message-Id: <200407142026.i6EKQTbP018753@repoman.freebsd.org> From: Robert Watson Date: Wed, 14 Jul 2004 20:26: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/netgraph ng_eiface.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 20:26:38 -0000 rwatson 2004-07-14 20:26:29 UTC FreeBSD src repository Modified files: sys/netgraph ng_eiface.c Log: Introduce a new mutex, ng_eiface_mtx, to protect the global unit list lock used to synchronize allocation of unit numbers for new netgraph ethernet interfaces. Reviewed by: glebius Revision Changes Path 1.17 +11 -1 src/sys/netgraph/ng_eiface.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 20: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 E274B16A4CE; Wed, 14 Jul 2004 20:27:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7EA443D48; Wed, 14 Jul 2004 20:27:33 +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 i6EKRXOQ018797; Wed, 14 Jul 2004 20:27:33 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EKRXxS018796; Wed, 14 Jul 2004 20:27:33 GMT (envelope-from rwatson) Message-Id: <200407142027.i6EKRXxS018796@repoman.freebsd.org> From: Robert Watson Date: Wed, 14 Jul 2004 20:27: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/netgraph ng_fec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 20:27:34 -0000 rwatson 2004-07-14 20:27:33 UTC FreeBSD src repository Modified files: sys/netgraph ng_fec.c Log: Introduce a new mutex, ng_fec_mtx, to protect the global unit list to synchronization allocation of FEC unit numbers. Reviewed by: glebius Revision Changes Path 1.13 +10 -1 src/sys/netgraph/ng_fec.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 20:29: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 D945F16A4CE; Wed, 14 Jul 2004 20:29:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDF9C43D46; Wed, 14 Jul 2004 20:29:54 +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 i6EKTslI018848; Wed, 14 Jul 2004 20:29:54 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EKTsti018847; Wed, 14 Jul 2004 20:29:54 GMT (envelope-from rwatson) Message-Id: <200407142029.i6EKTsti018847@repoman.freebsd.org> From: Robert Watson Date: Wed, 14 Jul 2004 20: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/netgraph ng_ppp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 20:29:55 -0000 rwatson 2004-07-14 20:29:54 UTC FreeBSD src repository Modified files: sys/netgraph ng_ppp.c Log: Add ng_ppp_latencies_mtx, a global mutex to protect the latency list. Note that the table is a hack, and so is this mutex. Reviewed by: glebius Revision Changes Path 1.49 +11 -0 src/sys/netgraph/ng_ppp.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 20:30: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 8225316A4CE; Wed, 14 Jul 2004 20:30:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52EF243D46; Wed, 14 Jul 2004 20:30:37 +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 i6EKUbo8018937; Wed, 14 Jul 2004 20:30:37 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EKUbDs018936; Wed, 14 Jul 2004 20:30:37 GMT (envelope-from simon) Message-Id: <200407142030.i6EKUbDs018936@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 14 Jul 2004 20:30:37 +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 software.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, 14 Jul 2004 20:30:37 -0000 simon 2004-07-14 20:30:37 UTC FreeBSD doc repository Modified files: en/commercial software.xml Log: Add an entry for CoSORT. Submitted by: David Friedland Revision Changes Path 1.2 +27 -1 www/en/commercial/software.xml From owner-cvs-all@FreeBSD.ORG Wed Jul 14 20: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 C617716A4CF; Wed, 14 Jul 2004 20:31:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EDAC43D49; Wed, 14 Jul 2004 20:31:05 +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 i6EKV5uw019006; Wed, 14 Jul 2004 20:31:05 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EKV57H019005; Wed, 14 Jul 2004 20:31:05 GMT (envelope-from rwatson) Message-Id: <200407142031.i6EKV57H019005@repoman.freebsd.org> From: Robert Watson Date: Wed, 14 Jul 2004 20:31: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/netgraph ng_tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 20:31:05 -0000 rwatson 2004-07-14 20:31:05 UTC FreeBSD src repository Modified files: sys/netgraph ng_tty.c Log: Add a mutex ng_tty_mtx to protect the global variable ngt_unit. Note that the locking of globals here isn't complete, and there's also a locking issue relating to calling into and out of the tty code. Revision Changes Path 1.29 +10 -0 src/sys/netgraph/ng_tty.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 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 A3BCE16A4CE; Wed, 14 Jul 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 884D843D1D; Wed, 14 Jul 2004 20:31: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 i6EKVbke019054; Wed, 14 Jul 2004 20:31:37 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EKVbYG019053; Wed, 14 Jul 2004 20:31:37 GMT (envelope-from rwatson) Message-Id: <200407142031.i6EKVbYG019053@repoman.freebsd.org> From: Robert Watson Date: Wed, 14 Jul 2004 20:31:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_pppoe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 20:31:37 -0000 rwatson 2004-07-14 20:31:37 UTC FreeBSD src repository Modified files: sys/netgraph ng_pppoe.c Log: Add a note indicating that the eh_prototype field used to construct ethernet headers is unsynchronized. Revision Changes Path 1.65 +4 -0 src/sys/netgraph/ng_pppoe.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 20:37: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 C4A2E16A4CE; Wed, 14 Jul 2004 20:37:48 +0000 (GMT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7410D43D1F; Wed, 14 Jul 2004 20:37:48 +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 i6EKba0E026064; Wed, 14 Jul 2004 13:37:40 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200407142037.i6EKba0E026064@gw.catspoiler.org> Date: Wed, 14 Jul 2004 13:37:36 -0700 (PDT) From: Don Lewis To: alfred@FreeBSD.org In-Reply-To: <20040714191118.GF95729@elvis.mu.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: rwatson@FreeBSD.org cc: src-committers@FreeBSD.org cc: dfr@nlsystems.com cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_event.c src/sys/sys eventvar.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, 14 Jul 2004 20:37:49 -0000 On 14 Jul, Alfred Perlstein wrote: > * Doug Rabson [040714 12:01] wrote: >> Seems to me that the best thing to do is to defer the psigio() to a >> taskqueue that will run in a simpler locking environment. > > I was thinking that, but I'm worried about "stale delivery", > perhaps we need to record the generation count (process start time) > in the sigio as well as the request sent, so that we don't send > a signal to the wrong process. This is already handled in the sigio infrastructure. Both struct proc and struct pgrp have a list of their potential sigio sources. When the process or process group goes away, the exit code disables sigio delivery. From owner-cvs-all@FreeBSD.ORG Wed Jul 14 20:46: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 6406116A4CE; Wed, 14 Jul 2004 20:46:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48C4343D45; Wed, 14 Jul 2004 20:46:32 +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 i6EKkWRJ019484; Wed, 14 Jul 2004 20:46:32 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EKkWZv019483; Wed, 14 Jul 2004 20:46:32 GMT (envelope-from simon) Message-Id: <200407142046.i6EKkWZv019483@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 14 Jul 2004 20:46: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/commercial software.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, 14 Jul 2004 20:46:32 -0000 simon 2004-07-14 20:46:32 UTC FreeBSD doc repository Modified files: en/commercial software.xml Log: Add an entry for BS Project. Submitted by: Konstantin Gorbunov Revision Changes Path 1.3 +14 -1 www/en/commercial/software.xml From owner-cvs-all@FreeBSD.ORG Wed Jul 14 21:01: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 92FA916A4CE; Wed, 14 Jul 2004 21:01:32 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F1A943D62; Wed, 14 Jul 2004 21:01:32 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 72DEA5C8E1; Wed, 14 Jul 2004 14:01:32 -0700 (PDT) Date: Wed, 14 Jul 2004 14:01:32 -0700 From: Alfred Perlstein To: Don Lewis Message-ID: <20040714210132.GI95729@elvis.mu.org> References: <20040714191118.GF95729@elvis.mu.org> <200407142037.i6EKba0E026064@gw.catspoiler.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407142037.i6EKba0E026064@gw.catspoiler.org> User-Agent: Mutt/1.4.2.1i cc: rwatson@FreeBSD.org cc: src-committers@FreeBSD.org cc: dfr@nlsystems.com cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_event.c src/sys/sys eventvar.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, 14 Jul 2004 21:01:32 -0000 * Don Lewis [040714 13:38] wrote: > On 14 Jul, Alfred Perlstein wrote: > > * Doug Rabson [040714 12:01] wrote: > > >> Seems to me that the best thing to do is to defer the psigio() to a > >> taskqueue that will run in a simpler locking environment. > > > > I was thinking that, but I'm worried about "stale delivery", > > perhaps we need to record the generation count (process start time) > > in the sigio as well as the request sent, so that we don't send > > a signal to the wrong process. > > This is already handled in the sigio infrastructure. Both struct proc > and struct pgrp have a list of their potential sigio sources. When the > process or process group goes away, the exit code disables sigio > delivery. Yes, but if the delivery of the signal becomes async, then we lose this. -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Wed Jul 14 21:08: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 0E16E16A4CE; Wed, 14 Jul 2004 21:08:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6D8343D31; Wed, 14 Jul 2004 21:08:22 +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 i6EL8MNe020168; Wed, 14 Jul 2004 21:08:22 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EL8MoG020167; Wed, 14 Jul 2004 21:08:22 GMT (envelope-from clement) Message-Id: <200407142108.i6EL8MoG020167@repoman.freebsd.org> From: Clement Laforet Date: Wed, 14 Jul 2004 21:08: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/news/inn-stable Makefile ports/news/inn-current 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, 14 Jul 2004 21:08:23 -0000 clement 2004-07-14 21:08:22 UTC FreeBSD ports repository Modified files: news/inn-stable Makefile news/inn-current Makefile Log: - Remove useless duplicated bogus CONFIGURE_ARGS+='s. This commit is a noop. Revision Changes Path 1.72 +0 -1 ports/news/inn-current/Makefile 1.111 +0 -1 ports/news/inn-stable/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 14 21:34: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 8094316A4CE; Wed, 14 Jul 2004 21:34:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62A9643D1F; Wed, 14 Jul 2004 21:34:39 +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 i6ELYdOK020744; Wed, 14 Jul 2004 21:34:39 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ELYdVg020743; Wed, 14 Jul 2004 21:34:39 GMT (envelope-from simon) Message-Id: <200407142134.i6ELYdVg020743@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 14 Jul 2004 21:34:39 +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 misc.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, 14 Jul 2004 21:34:39 -0000 simon 2004-07-14 21:34:39 UTC FreeBSD doc repository Modified files: en/commercial misc.xml Log: Add an entry for Marketbridge Technologies, Inc. Submitted by: Martin Laflamme Revision Changes Path 1.2 +18 -1 www/en/commercial/misc.xml From owner-cvs-all@FreeBSD.ORG Wed Jul 14 21:58: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 92B6216A4CE; Wed, 14 Jul 2004 21:58:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7774843D31; Wed, 14 Jul 2004 21:58:17 +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 i6ELwHDm021445; Wed, 14 Jul 2004 21:58:17 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ELwHfo021444; Wed, 14 Jul 2004 21:58:17 GMT (envelope-from simon) Message-Id: <200407142158.i6ELwHfo021444@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 14 Jul 2004 21:58: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/share/man/man4 adw.4 amr.4 asr.4 ed.4 my.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, 14 Jul 2004 21:58:17 -0000 simon 2004-07-14 21:58:17 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 adw.4 amr.4 asr.4 ed.4 my.4 Log: Add a HARDWARE section which lists supported devices. The actual device listings has been moved (and in some cases more or less rewritten) from the DESCRIPTION section. Revision Changes Path 1.17 +18 -8 src/share/man/man4/adw.4 1.21 +21 -18 src/share/man/man4/amr.4 1.23 +24 -21 src/share/man/man4/asr.4 1.36 +24 -7 src/share/man/man4/ed.4 1.4 +8 -4 src/share/man/man4/my.4 From owner-cvs-all@FreeBSD.ORG Wed Jul 14 22:09: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 5B94316A4CE; Wed, 14 Jul 2004 22:09:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EC2443D31; Wed, 14 Jul 2004 22:09:32 +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 i6EM9Wkk021768; Wed, 14 Jul 2004 22:09:32 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EM9WwQ021767; Wed, 14 Jul 2004 22:09:32 GMT (envelope-from njl) Message-Id: <200407142209.i6EM9WwQ021767@repoman.freebsd.org> From: Nate Lawson Date: Wed, 14 Jul 2004 22:09: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/fdc fdc_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: Wed, 14 Jul 2004 22:09:32 -0000 njl 2004-07-14 22:09:32 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc_pccard.c Log: Add a comment separator. Revision Changes Path 1.7 +1 -1 src/sys/dev/fdc/fdc_pccard.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 22:18: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 139BA16A4CE; Wed, 14 Jul 2004 22:18:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBC1B43D2F; Wed, 14 Jul 2004 22:18: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 i6EMIRsd022031; Wed, 14 Jul 2004 22:18:27 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EMIRbG022030; Wed, 14 Jul 2004 22:18:27 GMT (envelope-from kris) Message-Id: <200407142218.i6EMIRbG022030@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 22:18: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/devel/bugzilla 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, 14 Jul 2004 22:18:28 -0000 kris 2004-07-14 22:18:27 UTC FreeBSD ports repository Modified files: devel/bugzilla Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.29 +2 -0 ports/devel/bugzilla/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 14 22: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 4121416A500; Wed, 14 Jul 2004 22:19:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2570843D2D; Wed, 14 Jul 2004 22:19:51 +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 i6EMJpY8022077; Wed, 14 Jul 2004 22:19:51 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EMJpXx022076; Wed, 14 Jul 2004 22:19:51 GMT (envelope-from kris) Message-Id: <200407142219.i6EMJpXx022076@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 22:19: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/cgoban2 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, 14 Jul 2004 22:19:51 -0000 kris 2004-07-14 22:19:51 UTC FreeBSD ports repository Modified files: games/cgoban2 Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.10 +2 -0 ports/games/cgoban2/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 14 22:23: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 7DDB016A4CE; Wed, 14 Jul 2004 22:23:26 +0000 (GMT) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCB7A43D31; Wed, 14 Jul 2004 22:23:25 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from ns0.nlsystems.com (ns0.nlsystems.com [80.177.232.243]) by itchy.rabson.org (8.12.11/8.12.11) with ESMTP id i6EMNNAd003573; Wed, 14 Jul 2004 23:23:23 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Robert Watson Date: Wed, 14 Jul 2004 23:23:18 +0100 User-Agent: KMail/1.6.1 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: <200407142323.18324.dfr@nlsystems.com> 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 itchy.rabson.org X-Virus-Scanned: clamd / ClamAV version 0.71, clamav-milter version 0.71 X-Virus-Status: Clean cc: cvs-src@FreeBSD.org cc: Alfred Perlstein cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_event.c src/sys/sys eventvar.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, 14 Jul 2004 22:23:26 -0000 On Wednesday 14 July 2004 20:29, Robert Watson wrote: > I like Doug's notion of using a task to handle some of the callbacks > in a safe way. We're already using this notion to simplify locking > in the Jail code, so as to avoid vrele() requiring Giant in the > process context, and I'm using it now in SLIP to perform the > slstart() from a context that can safely acquire Giant so it can > enter the tty subsystem. Asynchrony, where sensible, can provide a > clean solution to lock recursion/ordering issues. We use it for GEOM > up/down threads, with ktrace, routing sockets, and so on. > > However, it has some limitations, in that it discards a lot of useful > stack state for debugging, adds delays in notification (potentially > somewhat unbounded) which can open up races itself, as well as other > useful context. It could well be simply inserting a task queue here > solves the problem, but we'll want to be careful. For example, in > the SLIP code and Jail code, the 'struct task' used to perform the > asynchronous notify is stored in the softc (or struct prison, which > is basically a Jail softc). In the Jail case, we know that the > container prison can't be free()'d, because that's what the > asynchronous notify does. However, in the SLIP case I currently have > no way to guarantee that the softc won't be free'd between the event > being scheduled and running. Making sure this problem is cleanly > addressed is going to be important in situations like pgsigio(), > which involve pretty transient entities... Given that the kernel eventually has good and predictable latencies for running swi threads, it seems to me that the main problem here is the race between posting a task on a queue and freeing that task. It ought to be possible to use the ta_pending count to detect the fact that a task is queued to help close up that class of race conditions (ta_pending is protected by the taskqueue mutex which implies that a given task must only ever be used with a single queue). From owner-cvs-all@FreeBSD.ORG Wed Jul 14 22:32: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 1347E16A4CE; Wed, 14 Jul 2004 22:32:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB78B43D2F; Wed, 14 Jul 2004 22:32:40 +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 i6EMWeTk022431; Wed, 14 Jul 2004 22:32:40 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EMWeYp022430; Wed, 14 Jul 2004 22:32:40 GMT (envelope-from kris) Message-Id: <200407142232.i6EMWeYp022430@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Jul 2004 22: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/misc/Howto 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, 14 Jul 2004 22:32:41 -0000 kris 2004-07-14 22:32:40 UTC FreeBSD ports repository Modified files: misc/Howto Makefile Log: BROKEN: Size mismatch Revision Changes Path 1.18 +2 -0 ports/misc/Howto/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 14 22: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 4C6C416A4CE; Wed, 14 Jul 2004 22:37:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30BED43D2D; Wed, 14 Jul 2004 22:37:37 +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 i6EMbb26022621; Wed, 14 Jul 2004 22:37:37 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EMbbfY022620; Wed, 14 Jul 2004 22:37:37 GMT (envelope-from phk) Message-Id: <200407142237.i6EMbbfY022620@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 14 Jul 2004 22:37: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/kern kern_module.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Jul 2004 22:37:37 -0000 phk 2004-07-14 22:37:36 UTC FreeBSD src repository Modified files: sys/kern kern_module.c Log: A module with no modevent function gets modevent_nop() as default. Until now the function has just returned zero for any event, but that is downright wrong for MOD_UNLOAD and not very useful for any future events we add where it may be crucial to be able to tell if the event was unhandled or successful. Change the function to return as follows: MOD_LOAD -> 0 MOD_UNLOAD -> EBUSY anything else -> EOPNOTSUPP Revision Changes Path 1.44 +9 -1 src/sys/kern/kern_module.c From owner-cvs-all@FreeBSD.ORG Wed Jul 14 22:44: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 D13CA16A4CE; Wed, 14 Jul 2004 22:44:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAB8143D55; Wed, 14 Jul 2004 22:44: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 i6EMiNPV022830; Wed, 14 Jul 2004 22:44:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6EMiNRR022829; Wed, 14 Jul 2004 22:44:23 GMT (envelope-from pav) Message-Id: <200407142244.i6EMiNRR022829@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Jul 2004 22:44: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/x11-toolkits/gtk-sharp Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/gtk-sharp/files patch-configure patch-sample_rsvg_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, 14 Jul 2004 22:44:24 -0000 pav 2004-07-14 22:44:23 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk-sharp Makefile distinfo pkg-descr pkg-plist x11-toolkits/gtk-sharp/files patch-configure Added files: x11-toolkits/gtk-sharp/files patch-sample_rsvg_Makefile.in Log: - Update to 1.0 PR: ports/68844 Submitted by: John Merryweather Cooper (maintainer) Revision Changes Path 1.22 +4 -11 ports/x11-toolkits/gtk-sharp/Makefile 1.8 +2 -2 ports/x11-toolkits/gtk-sharp/distinfo 1.3 +4 -3 ports/x11-toolkits/gtk-sharp/files/patch-configure 1.1 +11 -0 ports/x11-toolkits/gtk-sharp/files/patch-sample_rsvg_Makefile.in (new) 1.3 +1 -1 ports/x11-toolkits/gtk-sharp/pkg-descr 1.8 +75 -59 ports/x11-toolkits/gtk-sharp/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 14 23:18: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 2F4CA16A4CE; Wed, 14 Jul 2004 23:18:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1344B43D31; Wed, 14 Jul 2004 23:18:19 +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 i6ENIIJB028893; Wed, 14 Jul 2004 23:18:18 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ENIIGJ028892; Wed, 14 Jul 2004 23:18:18 GMT (envelope-from eik) Message-Id: <200407142318.i6ENIIGJ028892@repoman.freebsd.org> From: Oliver Eikemeier Date: Wed, 14 Jul 2004 23:18: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/bugzilla 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, 14 Jul 2004 23:18:19 -0000 eik 2004-07-14 23:18:18 UTC FreeBSD ports repository Modified files: devel/bugzilla Makefile Log: Fix DIST_SUBDIR and make the port fetchable again. Note that it is still vulnerable to Revision Changes Path 1.30 +1 -3 ports/devel/bugzilla/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 14 23:55: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 ED89216A4CE; Wed, 14 Jul 2004 23:55:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE9DD43D2F; Wed, 14 Jul 2004 23:55:58 +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 i6ENtwBf029923; Wed, 14 Jul 2004 23:55:58 GMT (envelope-from dannyboy@repoman.freebsd.org) Received: (from dannyboy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ENtwih029922; Wed, 14 Jul 2004 23:55:58 GMT (envelope-from dannyboy) Message-Id: <200407142355.i6ENtwih029922@repoman.freebsd.org> From: Daniel Harris Date: Wed, 14 Jul 2004 23:55: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/handbook/pgpkeys 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, 14 Jul 2004 23:55:59 -0000 dannyboy 2004-07-14 23:55:58 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml Log: Bring core (the subsection with pgp keys in repo, anyway) up to date and alphabetize it. Revision Changes Path 1.229 +15 -15 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 15 00: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 C671A16A4CE; Thu, 15 Jul 2004 00:21:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE3A343D39; Thu, 15 Jul 2004 00:21:07 +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 i6F0L74Y030688; Thu, 15 Jul 2004 00:21:07 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F0L7aA030687; Thu, 15 Jul 2004 00:21:07 GMT (envelope-from markus) Message-Id: <200407150021.i6F0L7aA030687@repoman.freebsd.org> From: Markus Brueffer Date: Thu, 15 Jul 2004 00: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/comms Makefile ports/comms/cutecom Makefile distinfo pkg-descr pkg-plist ports/comms/cutecom/files stable-cutecommdlg.ui.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: Thu, 15 Jul 2004 00:21:07 -0000 markus 2004-07-15 00:21:07 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/cutecom Makefile distinfo pkg-descr pkg-plist comms/cutecom/files current-cutecommdlg.ui.patch patch-qcppdialogimpl.cpp stable-cutecommdlg.ui.patch Log: Add cutecom 0.0.5, a graphical serial terminal. Revision Changes Path 1.116 +1 -0 ports/comms/Makefile 1.1 +37 -0 ports/comms/cutecom/Makefile (new) 1.1 +2 -0 ports/comms/cutecom/distinfo (new) 1.1 +14 -0 ports/comms/cutecom/files/current-cutecommdlg.ui.patch (new) 1.1 +54 -0 ports/comms/cutecom/files/patch-qcppdialogimpl.cpp (new) 1.1 +24 -0 ports/comms/cutecom/files/stable-cutecommdlg.ui.patch (new) 1.1 +3 -0 ports/comms/cutecom/pkg-descr (new) 1.1 +3 -0 ports/comms/cutecom/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 00:21: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 B4C2C16A4CE; Thu, 15 Jul 2004 00:21:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94E8D43D41; Thu, 15 Jul 2004 00:21:19 +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 i6F0LJx0030734; Thu, 15 Jul 2004 00:21:19 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F0LJ5l030733; Thu, 15 Jul 2004 00:21:19 GMT (envelope-from markus) Message-Id: <200407150021.i6F0LJ5l030733@repoman.freebsd.org> From: Markus Brueffer Date: Thu, 15 Jul 2004 00:21: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: Thu, 15 Jul 2004 00:21:20 -0000 markus 2004-07-15 00:21:19 UTC FreeBSD ports repository Modified files: . modules Log: cutecom --> ports/comms/cutecom Revision Changes Path 1.10539 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 15 00:27: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 EA9EC16A4CE; Thu, 15 Jul 2004 00:27:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC1E943D41; Thu, 15 Jul 2004 00:27:55 +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 i6F0Rt1X030894; Thu, 15 Jul 2004 00:27:55 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F0Rtbl030893; Thu, 15 Jul 2004 00:27:55 GMT (envelope-from brueffer) Message-Id: <200407150027.i6F0Rtbl030893@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 15 Jul 2004 00:27:55 +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: Thu, 15 Jul 2004 00:27:56 -0000 brueffer 2004-07-15 00:27:55 UTC FreeBSD doc repository Modified files: en/news press.xml Log: New article: o Linux servers stats reveal fall in Red Hat dominance Yes, despite the name it has something to do with FreeBSD :-) Revision Changes Path 1.143 +11 -1 www/en/news/press.xml From owner-cvs-all@FreeBSD.ORG Thu Jul 15 00:46: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 F2C7416A4CF; Thu, 15 Jul 2004 00:46:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D396143D1F; Thu, 15 Jul 2004 00:46:37 +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 i6F0kbUI031387; Thu, 15 Jul 2004 00:46:37 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F0kb3s031386; Thu, 15 Jul 2004 00:46:37 GMT (envelope-from ijliao) Message-Id: <200407150046.i6F0kb3s031386@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 15 Jul 2004 00:46: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/print/pslib 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, 15 Jul 2004 00:46:38 -0000 ijliao 2004-07-15 00:46:37 UTC FreeBSD ports repository Modified files: print/pslib Makefile Log: add missing depends Revision Changes Path 1.2 +2 -0 ports/print/pslib/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 15 03:09: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 2490016A4CE; Thu, 15 Jul 2004 03:09:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 046F643D46; Thu, 15 Jul 2004 03:09:08 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6F397KC035060; Thu, 15 Jul 2004 03:09:07 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F397ag035059; Thu, 15 Jul 2004 03:09:07 GMT (envelope-from sem) Message-Id: <200407150309.i6F397ag035059@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 15 Jul 2004 03:09: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/omniORB 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, 15 Jul 2004 03:09:08 -0000 sem 2004-07-15 03:09:07 UTC FreeBSD ports repository Modified files: devel/omniORB Makefile Log: Fix build with OpenSSL. PR: ports/69054 Submitted by: Konstantin Oznobihin Reviewed by: maintainer Approved by: krion (mentor) Revision Changes Path 1.28 +3 -2 ports/devel/omniORB/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 15 03:11: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 75C8F16A4CE; Thu, 15 Jul 2004 03:11:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 557A543D2F; Thu, 15 Jul 2004 03:11:40 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6F3Be76035204; Thu, 15 Jul 2004 03:11:40 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F3Beol035203; Thu, 15 Jul 2004 03:11:40 GMT (envelope-from sem) Message-Id: <200407150311.i6F3Beol035203@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 15 Jul 2004 03: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: ports/news/fidogate-ds/files patch-ngoper.c patch-send-fidogate.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, 15 Jul 2004 03:11:40 -0000 sem 2004-07-15 03:11:40 UTC FreeBSD ports repository Added files: news/fidogate-ds/files patch-ngoper.c patch-send-fidogate.in Log: files/patch-send-fidogate.in: fix send-fidogate warnings files/patch-ngoper.c: if AutoCreateRenumberCmd is not defined, this is silently skipped Submitted by: maintainer Approved by: krion (mentor) Revision Changes Path 1.1 +40 -0 ports/news/fidogate-ds/files/patch-ngoper.c (new) 1.1 +10 -0 ports/news/fidogate-ds/files/patch-send-fidogate.in (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 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 1C1B016A54E; Thu, 15 Jul 2004 03:11:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1BEA43D2D; Thu, 15 Jul 2004 03:11:44 +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 i6F3BiAF035232; Thu, 15 Jul 2004 03:11:44 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F3Binx035231; Thu, 15 Jul 2004 03:11:44 GMT (envelope-from bland) Message-Id: <200407150311.i6F3Binx035231@repoman.freebsd.org> From: Alexander Nedotsukov Date: Thu, 15 Jul 2004 03:11: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/gdm2/files patch-daemon_gdm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 03:11:45 -0000 bland 2004-07-15 03:11:44 UTC FreeBSD ports repository Modified files: x11/gdm2/files patch-daemon_gdm.c Log: Axe obsolete patch bit. Revision Changes Path 1.4 +0 -9 ports/x11/gdm2/files/patch-daemon_gdm.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 03: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 299D916A4CE; Thu, 15 Jul 2004 03:13:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BBB843D48; Thu, 15 Jul 2004 03:13: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 i6F3DRip035311; Thu, 15 Jul 2004 03:13:27 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F3DRej035310; Thu, 15 Jul 2004 03:13:27 GMT (envelope-from kientzle) Message-Id: <200407150313.i6F3DRej035310@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 15 Jul 2004 03:13:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/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: Thu, 15 Jul 2004 03:13:28 -0000 kientzle 2004-07-15 03:13:27 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_extract.c Log: Style: rename 'mkdirpath' so it's clearer exactly what it does. (To be precise, it creates the parent dir of the provided path.) Revision Changes Path 1.31 +27 -22 src/lib/libarchive/archive_read_extract.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 03: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 08E4016A4D0; Thu, 15 Jul 2004 03:13:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB93043D41; Thu, 15 Jul 2004 03:13:38 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6F3DcGd035375; Thu, 15 Jul 2004 03:13:38 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F3Dcod035374; Thu, 15 Jul 2004 03:13:38 GMT (envelope-from sem) Message-Id: <200407150313.i6F3Dcod035374@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 15 Jul 2004 03: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/news/newsstar Makefile distinfo pkg-plist ports/news/newsstar/files patch-newsstar.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, 15 Jul 2004 03:13:39 -0000 sem 2004-07-15 03:13:38 UTC FreeBSD ports repository Modified files: news/newsstar Makefile distinfo pkg-plist Added files: news/newsstar/files patch-newsstar.in Log: Update to 1.1.1 PR: ports/68901 Submitted by: maintainer Approved by: krion (mentor) Revision Changes Path 1.2 +6 -2 ports/news/newsstar/Makefile 1.2 +2 -2 ports/news/newsstar/distinfo 1.1 +19 -0 ports/news/newsstar/files/patch-newsstar.in (new) 1.2 +1 -0 ports/news/newsstar/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 15 03:14: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 4FF5816A4CE; Thu, 15 Jul 2004 03:14:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3065243D54; Thu, 15 Jul 2004 03:14:47 +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 i6F3ElR7035427; Thu, 15 Jul 2004 03:14:47 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F3ElI0035426; Thu, 15 Jul 2004 03:14:47 GMT (envelope-from kientzle) Message-Id: <200407150314.i6F3ElI0035426@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 15 Jul 2004 03:14:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h bsdtar_platform.h read.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 03:14:47 -0000 kientzle 2004-07-15 03:14:47 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c bsdtar.h bsdtar_platform.h read.c Log: Make the day/month ordering dependent on the current locale by testing the locale at program startup and setting a flag, then using that flag to determine appropriate strftime() arguments. Revision Changes Path 1.38 +6 -0 src/usr.bin/tar/bsdtar.c 1.14 +1 -0 src/usr.bin/tar/bsdtar.h 1.4 +3 -0 src/usr.bin/tar/bsdtar_platform.h 1.14 +7 -4 src/usr.bin/tar/read.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 03:19: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 C8C3516A4CE; Thu, 15 Jul 2004 03:19:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C037F43D1F; Thu, 15 Jul 2004 03:19:18 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6F3JI9B035660; Thu, 15 Jul 2004 03:19:18 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F3JIJd035659; Thu, 15 Jul 2004 03:19:18 GMT (envelope-from sem) Message-Id: <200407150319.i6F3JIJd035659@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 15 Jul 2004 03: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/russian Makefile ports/russian/nagios Makefile distinfo pkg-descr pkg-install pkg-plist ports/russian/nagios/files patch-aa patch-ab patch-ad patch-ae patch-ag patch-ai patch-xcddb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 03:19:19 -0000 sem 2004-07-15 03:19:18 UTC FreeBSD ports repository Modified files: russian Makefile Added files: russian/nagios Makefile distinfo pkg-descr pkg-install pkg-plist russian/nagios/files patch-aa patch-ab patch-ad patch-ae patch-ag patch-ai patch-xcddb.c Log: nagios v 1.1 with Russian language patches PR: ports/68977 Submitted by: Roman Y. Bogdanov Approved by: krion (implicit) Revision Changes Path 1.63 +1 -0 ports/russian/Makefile 1.1 +75 -0 ports/russian/nagios/Makefile (new) 1.1 +2 -0 ports/russian/nagios/distinfo (new) 1.1 +37 -0 ports/russian/nagios/files/patch-aa (new) 1.1 +10 -0 ports/russian/nagios/files/patch-ab (new) 1.1 +69 -0 ports/russian/nagios/files/patch-ad (new) 1.1 +11 -0 ports/russian/nagios/files/patch-ae (new) 1.1 +31 -0 ports/russian/nagios/files/patch-ag (new) 1.1 +25 -0 ports/russian/nagios/files/patch-ai (new) 1.1 +11 -0 ports/russian/nagios/files/patch-xcddb.c (new) 1.1 +3 -0 ports/russian/nagios/pkg-descr (new) 1.1 +68 -0 ports/russian/nagios/pkg-install (new) 1.1 +314 -0 ports/russian/nagios/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 03: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 8164A16A4CE; Thu, 15 Jul 2004 03:19:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6360F43D1F; Thu, 15 Jul 2004 03:19:33 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6F3JXJk035706; Thu, 15 Jul 2004 03:19:33 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F3JXOC035705; Thu, 15 Jul 2004 03:19:33 GMT (envelope-from sem) Message-Id: <200407150319.i6F3JXOC035705@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 15 Jul 2004 03:19: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: Thu, 15 Jul 2004 03:19:33 -0000 sem 2004-07-15 03:19:33 UTC FreeBSD ports repository Modified files: . modules Log: ru-nagios --> ports/russian/nagios Revision Changes Path 1.10540 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 15 03:20: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 912AF16A4CE; Thu, 15 Jul 2004 03:20:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7209A43D1D; Thu, 15 Jul 2004 03:20:00 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6F3K0et035739; Thu, 15 Jul 2004 03:20:00 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F3K05C035738; Thu, 15 Jul 2004 03:20:00 GMT (envelope-from alc) Message-Id: <200407150320.i6F3K05C035738@repoman.freebsd.org> From: Alan Cox Date: Thu, 15 Jul 2004 03:20: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/ia64/ia64 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, 15 Jul 2004 03:20:00 -0000 alc 2004-07-15 03:20:00 UTC FreeBSD src repository Modified files: sys/ia64/ia64 pmap.c Log: A loop in pmap_remove() should use TAILQ_FOREACH_SAFE(), not TAILQ_FOREACH(), because the loop deletes elements from the list. Reviewed by: marcel@ Revision Changes Path 1.139 +2 -2 src/sys/ia64/ia64/pmap.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 03:20: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 102C516A56D; Thu, 15 Jul 2004 03:20:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E520443D55; Thu, 15 Jul 2004 03:20: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 i6F3K8nX035776; Thu, 15 Jul 2004 03:20:08 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F3K8oB035775; Thu, 15 Jul 2004 03:20:08 GMT (envelope-from njl) Message-Id: <200407150320.i6F3K8oB035775@repoman.freebsd.org> From: Nate Lawson Date: Thu, 15 Jul 2004 03:20: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_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 03:20:09 -0000 njl 2004-07-15 03:20:08 UTC FreeBSD src repository Modified files: sys/kern kern_shutdown.c Log: Clean up the output on reboot by keeping completion messages on the same line as the announcement. Someone should probably update the "buffers remaining" message since we now no longer should have any buffers remaining at that point. Revision Changes Path 1.155 +2 -2 src/sys/kern/kern_shutdown.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 03:36: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 02D4C16A4CE; Thu, 15 Jul 2004 03:36:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF1B543D2F; Thu, 15 Jul 2004 03:36:35 +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 i6F3aZiC036416; Thu, 15 Jul 2004 03:36:35 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F3aZIw036415; Thu, 15 Jul 2004 03:36:35 GMT (envelope-from davidxu) Message-Id: <200407150336.i6F3aZIw036415@repoman.freebsd.org> From: David Xu Date: Thu, 15 Jul 2004 03:36: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/libthread_db Makefilesrc/lib/libthread_db/include thread_db.h thread_db_int.h src/lib/libthread_db/pthread Makefile pthread_db.c pthread_db.h pthread_db_i386.c src/lib/libthread_db/src Makefile thread_db.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 03:36:36 -0000 davidxu 2004-07-15 03:36:35 UTC FreeBSD src repository Added files: lib/libthread_db Makefile lib/libthread_db/include thread_db.h thread_db_int.h lib/libthread_db/pthread Makefile pthread_db.c pthread_db.h pthread_db_i386.c lib/libthread_db/src Makefile thread_db.c Log: Add my initial work of libthread_db. The library is used by gdb to debug threaded process. Current, only libpthread is supported, but macrel will work on it to support libthr and libc_r. Revision Changes Path 1.1 +5 -0 src/lib/libthread_db/Makefile (new) 1.1 +287 -0 src/lib/libthread_db/include/thread_db.h (new) 1.1 +93 -0 src/lib/libthread_db/include/thread_db_int.h (new) 1.1 +19 -0 src/lib/libthread_db/pthread/Makefile (new) 1.1 +1087 -0 src/lib/libthread_db/pthread/pthread_db.c (new) 1.1 +60 -0 src/lib/libthread_db/pthread/pthread_db.h (new) 1.1 +105 -0 src/lib/libthread_db/pthread/pthread_db_i386.c (new) 1.1 +15 -0 src/lib/libthread_db/src/Makefile (new) 1.1 +359 -0 src/lib/libthread_db/src/thread_db.c (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 03:43: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 5E26E16A4CE; Thu, 15 Jul 2004 03:43:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EB1543D41; Thu, 15 Jul 2004 03:43:18 +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 i6F3hINC036617; Thu, 15 Jul 2004 03:43:18 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F3hIW2036616; Thu, 15 Jul 2004 03:43:18 GMT (envelope-from davidxu) Message-Id: <200407150343.i6F3hIW2036616@repoman.freebsd.org> From: David Xu Date: Thu, 15 Jul 2004 03:43: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/include Makefile proc_service.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, 15 Jul 2004 03:43:18 -0000 davidxu 2004-07-15 03:43:18 UTC FreeBSD src repository Modified files: include Makefile Added files: include proc_service.h Log: Add proc_service.h, the common file both debugger and libthread_db will use, program wants to load libthread_db.so should provid proc service interface. Revision Changes Path 1.217 +1 -1 src/include/Makefile 1.1 +103 -0 src/include/proc_service.h (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 03:49: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 4B1D416A4CE; Thu, 15 Jul 2004 03:49:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D4EC43D2D; Thu, 15 Jul 2004 03:49: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 i6F3nroc036783; Thu, 15 Jul 2004 03:49:53 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F3nr93036782; Thu, 15 Jul 2004 03:49:53 GMT (envelope-from alfred) Message-Id: <200407150349.i6F3nr93036782@repoman.freebsd.org> From: Alfred Perlstein Date: Thu, 15 Jul 2004 03:49:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_event.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 03:49:53 -0000 alfred 2004-07-15 03:49:53 UTC FreeBSD src repository Modified files: sys/kern kern_event.c Log: Disable SIGIO for now, leave a comment as to why it's busted and hard to fix. Revision Changes Path 1.72 +20 -0 src/sys/kern/kern_event.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 03: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 3D6AC16A4CE; Thu, 15 Jul 2004 03:50:46 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C30FB43D1D; Thu, 15 Jul 2004 03:50:45 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6F3uGGB034822; Wed, 14 Jul 2004 21:56:17 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40F5FED0.8050908@freebsd.org> Date: Wed, 14 Jul 2004 21:49:36 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Xu References: <200407150336.i6F3aZIw036415@repoman.freebsd.org> In-Reply-To: <200407150336.i6F3aZIw036415@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=1.0 required=3.8 tests=SUBJ_HAS_SPACES 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/lib/libthread_db Makefilesrc/lib/libthread_db/include thread_db.h thread_db_int.h src/lib/libthread_db/pthread Makefile src/lib/libthread_db/src Makefile thread_db.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 03:50:46 -0000 David Xu wrote: > davidxu 2004-07-15 03:36:35 UTC > > FreeBSD src repository > > Added files: > lib/libthread_db Makefile > lib/libthread_db/include thread_db.h thread_db_int.h > lib/libthread_db/pthread Makefile pthread_db.c pthread_db.h > pthread_db_i386.c > lib/libthread_db/src Makefile thread_db.c > Log: > Add my initial work of libthread_db. The library is used by gdb to debug > threaded process. Current, only libpthread is supported, but macrel will > work on it to support libthr and libc_r. > This is excellent! Can you give a quick summary of what one should expect from this when using GDB? Scott From owner-cvs-all@FreeBSD.ORG Thu Jul 15 03:52: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 8B20916A4CE; Thu, 15 Jul 2004 03:52:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CDCD43D41; Thu, 15 Jul 2004 03:52:17 +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 i6F3qHmB036950; Thu, 15 Jul 2004 03:52:17 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F3qHeU036949; Thu, 15 Jul 2004 03:52:17 GMT (envelope-from davidxu) Message-Id: <200407150352.i6F3qHeU036949@repoman.freebsd.org> From: David Xu Date: Thu, 15 Jul 2004 03:52: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/sys procfs.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, 15 Jul 2004 03:52:17 -0000 davidxu 2004-07-15 03:52:17 UTC FreeBSD src repository Modified files: sys/sys procfs.h Log: type prgregset_t really should be an array. this is odd, however, other systems defined interfaces in thread_db.h use prgregset_t but not prgregset_t * to be a output parameter, this is the only way to maintain source code compatible with them. Revision Changes Path 1.5 +1 -1 src/sys/sys/procfs.h From owner-cvs-all@FreeBSD.ORG Thu Jul 15 03: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 EEE0A16A4CF; Thu, 15 Jul 2004 03:52:58 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB97943D41; Thu, 15 Jul 2004 03:52:58 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id D38225C90F; Wed, 14 Jul 2004 20:52:58 -0700 (PDT) Date: Wed, 14 Jul 2004 20:52:58 -0700 From: Alfred Perlstein To: Nate Lawson Message-ID: <20040715035258.GK95729@elvis.mu.org> References: <200407150320.i6F3K8oB035775@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407150320.i6F3K8oB035775@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 03:52:59 -0000 * Nate Lawson [040714 20:21] wrote: > njl 2004-07-15 03:20:08 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_shutdown.c > Log: > Clean up the output on reboot by keeping completion messages on the same > line as the announcement. Someone should probably update the "buffers > remaining" message since we now no longer should have any buffers remaining > at that point. > > Revision Changes Path > 1.155 +2 -2 src/sys/kern/kern_shutdown.c The output kinda sucks since the change went in, can anyone please make it pretty again? Where and how did it change? I saw the commit, but I don't rember where and how it was done. -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Thu Jul 15 04: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 ED53716A4CE; Thu, 15 Jul 2004 04:00:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE81543D2F; Thu, 15 Jul 2004 04:00:52 +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 i6F40qlo037191; Thu, 15 Jul 2004 04:00:52 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F40qvo037190; Thu, 15 Jul 2004 04:00:52 GMT (envelope-from murray) Message-Id: <200407150400.i6F40qvo037190@repoman.freebsd.org> From: Murray Stokely Date: Thu, 15 Jul 2004 04:00:52 +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/dict freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 04:00:53 -0000 murray 2004-07-15 04:00:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/dict freebsd Log: MFC: r1.7 - r1.9 : technical terms for automated spellchecking of docs Revision Changes Path 1.2.2.4 +85 -3 src/share/dict/freebsd From owner-cvs-all@FreeBSD.ORG Thu Jul 15 04:03: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 4F48116A4CE; Thu, 15 Jul 2004 04:03:58 +0000 (GMT) Received: from exchhz01.viatech.com.cn (ip-40-162-97-218.anlai.com [218.97.162.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6306743D1F; Thu, 15 Jul 2004 04:03:54 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from freebsd.org (DAVIDWNT [10.4.1.99]) by exchhz01.viatech.com.cn with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id NVXA926V; Thu, 15 Jul 2004 12:03:15 +0800 Message-ID: <40F602EE.4060103@freebsd.org> Date: Thu, 15 Jul 2004 12:07:10 +0800 From: David Xu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030723 Thunderbird/0.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <40F5FED0.8050908@freebsd.org> In-Reply-To: <40F5FED0.8050908@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/libthread_db Makefile src/lib/libthread_d b/include thread_db.h thread_db_int.h src/lib/libthread_db/pthrea d Makefile pthread_db.c pthread_db.h pthread_db_i386.c sr c/lib/libthread_db/src Makefile thread_db.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 04:03:58 -0000 Scott Long wrote: > David Xu wrote: > >>davidxu 2004-07-15 03:36:35 UTC >> >> FreeBSD src repository >> >> Added files: >> lib/libthread_db Makefile >> lib/libthread_db/include thread_db.h thread_db_int.h >> lib/libthread_db/pthread Makefile pthread_db.c pthread_db.h >> pthread_db_i386.c >> lib/libthread_db/src Makefile thread_db.c >> Log: >> Add my initial work of libthread_db. The library is used by gdb to > > debug > >> threaded process. Current, only libpthread is supported, but macrel > > will > >> work on it to support libthr and libc_r. >> > > > This is excellent! Can you give a quick summary of what one should > expect from this when using GDB? > When you are debugging a program linked with libpthread, you can see a list of threads when you type 'info threads', you can get info about how to debug threaded process by typing 'info gdb' on command line. Here is an example: avidxu@davidbsd:/home/davidxu/ptest> gdb ./crew GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"... (gdb) break worker_routine Breakpoint 1 at 0x8048dae: file crew.c, line 73. (gdb) run node /usr/src/sys Starting program: /usr/home/davidxu/ptest/crew node /usr/src/sys setenv SSH_AUTH_SOCK /tmp/ssh-jKcG3qxNRo/agent.1292; setenv SSH_AGENT_PID 1293; echo Agent pid 1293; [Switching to Thread 1 (LWP 100082)] Breakpoint 1, worker_routine (arg=0xbfbfeab4) at crew.c:73 73 worker_p mine = (worker_t*)arg; (gdb) info threads 11 Thread 10 (sleeping) 0x280964d6 in pthread_mutexattr_init () from /usr/lib/libpthread.so.1 10 Thread 9 (LWP 100116) 0x2809e94b in pthread_testcancel () from /usr/lib/libpthread.so.1 9 Thread 8 (runnable) 0x2814b3b0 in _ctx_start () from /lib/libc.so.5 8 Thread 7 (runnable) 0x2814b3b0 in _ctx_start () from /lib/libc.so.5 7 Thread 6 (runnable) 0x2814b3b0 in _ctx_start () from /lib/libc.so.5 6 Thread 5 (runnable) 0x2814b3b0 in _ctx_start () from /lib/libc.so.5 5 Thread 4 (runnable) 0x2814b3b0 in _ctx_start () from /lib/libc.so.5 4 Thread 3 (runnable) 0x2814b3b0 in _ctx_start () from /lib/libc.so.5 3 Thread 2 (runnable) 0x2814b3b0 in _ctx_start () from /lib/libc.so.5 * 2 Thread 1 (LWP 100082) worker_routine (arg=0xbfbfeab4) at crew.c:73 (gdb) After I commit source code for gdb, you can do it same as me. > Scott > David Xu From owner-cvs-all@FreeBSD.ORG Thu Jul 15 04:29: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 252C316A4CE; Thu, 15 Jul 2004 04:29:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06DCB43D2D; Thu, 15 Jul 2004 04:29:49 +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 i6F4TmSK037892; Thu, 15 Jul 2004 04:29:48 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F4Tm6U037891; Thu, 15 Jul 2004 04:29:48 GMT (envelope-from alfred) Message-Id: <200407150429.i6F4Tm6U037891@repoman.freebsd.org> From: Alfred Perlstein Date: Thu, 15 Jul 2004 04:29: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 kern_shutdown.c 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: Thu, 15 Jul 2004 04:29:49 -0000 alfred 2004-07-15 04:29:48 UTC FreeBSD src repository Modified files: sys/kern kern_shutdown.c vfs_subr.c Log: Tidy up system shutdown. Revision Changes Path 1.156 +13 -5 src/sys/kern/kern_shutdown.c 1.511 +11 -1 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 04:39: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 E796816A4CE; Thu, 15 Jul 2004 04:39:24 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 962A943D1D; Thu, 15 Jul 2004 04:39:24 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (adsl-64-171-186-94.dsl.snfc21.pacbell.net [64.171.186.94]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i6F4dNrb027908 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 14 Jul 2004 21:39:23 -0700 Message-ID: <40F60A42.2060607@root.org> Date: Wed, 14 Jul 2004 21:38:26 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alfred Perlstein References: <20040715042952.C726216A541@hub.freebsd.org> In-Reply-To: <20040715042952.C726216A541@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c 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: Thu, 15 Jul 2004 04:39:25 -0000 Alfred Perlstein wrote: > alfred 2004-07-15 04:29:48 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_shutdown.c vfs_subr.c > Log: > Tidy up system shutdown. > > Revision Changes Path > 1.156 +13 -5 src/sys/kern/kern_shutdown.c > 1.511 +11 -1 src/sys/kern/vfs_subr.c This is a step backwards with more newlines and duplicate output (i.e., procname). Please revert. -- -Nate From owner-cvs-all@FreeBSD.ORG Thu Jul 15 04:42: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 56ADA16A4CE; Thu, 15 Jul 2004 04:42:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38B2A43D3F; Thu, 15 Jul 2004 04:42:47 +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 i6F4glIk038358; Thu, 15 Jul 2004 04:42:47 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F4glbJ038357; Thu, 15 Jul 2004 04:42:47 GMT (envelope-from tjr) Message-Id: <200407150442.i6F4glbJ038357@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 15 Jul 2004 04:42: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/checknr checknr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 04:42:47 -0000 tjr 2004-07-15 04:42:47 UTC FreeBSD src repository Modified files: usr.bin/checknr checknr.c Log: Use warn() instead of perror(). Revision Changes Path 1.9 +2 -1 src/usr.bin/checknr/checknr.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 04: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 E034816A4CE; Thu, 15 Jul 2004 04:45:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C25B243D31; Thu, 15 Jul 2004 04:45:24 +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 i6F4jOCh038470; Thu, 15 Jul 2004 04:45:24 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F4jOOW038469; Thu, 15 Jul 2004 04:45:24 GMT (envelope-from tjr) Message-Id: <200407150445.i6F4jOOW038469@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 15 Jul 2004 04:45: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/fmt fmt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 04:45:25 -0000 tjr 2004-07-15 04:45:24 UTC FreeBSD src repository Modified files: usr.bin/fmt fmt.c Log: Use warn() instead of perror(). Revision Changes Path 1.20 +3 -3 src/usr.bin/fmt/fmt.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 04:51: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 5B84716A4CE; Thu, 15 Jul 2004 04:51:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CB3C43D4C; Thu, 15 Jul 2004 04:51:05 +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 i6F4p4xq038679; Thu, 15 Jul 2004 04:51:04 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F4p4Za038678; Thu, 15 Jul 2004 04:51:04 GMT (envelope-from davidxu) Message-Id: <200407150451.i6F4p4Za038678@repoman.freebsd.org> From: David Xu Date: Thu, 15 Jul 2004 04:51: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/gnu/usr.bin/gdb/libgdb fbsd-threads.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 04:51:05 -0000 davidxu 2004-07-15 04:51:04 UTC FreeBSD src repository Added files: gnu/usr.bin/gdb/libgdb fbsd-threads.c Log: Add libthread_db assisted debugging support module. Revision Changes Path 1.1 +1095 -0 src/gnu/usr.bin/gdb/libgdb/fbsd-threads.c (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 04:51: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 C9CF116A4CE; Thu, 15 Jul 2004 04:51:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB8AC43D2F; Thu, 15 Jul 2004 04:51: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 i6F4pLKJ038708; Thu, 15 Jul 2004 04:51:21 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F4pLbr038707; Thu, 15 Jul 2004 04:51:21 GMT (envelope-from tjr) Message-Id: <200407150451.i6F4pLbr038707@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 15 Jul 2004 04:51: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/lockf lockf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 04:51:21 -0000 tjr 2004-07-15 04:51:21 UTC FreeBSD src repository Modified files: usr.bin/lockf lockf.c Log: Use warn() instead of perror(). Revision Changes Path 1.11 +1 -1 src/usr.bin/lockf/lockf.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 04:52: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 EECA416A4CE; Thu, 15 Jul 2004 04:52:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E86E043D1D; Thu, 15 Jul 2004 04:52:57 +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 i6F4qvAY038787; Thu, 15 Jul 2004 04:52:57 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F4qvGB038786; Thu, 15 Jul 2004 04:52:57 GMT (envelope-from jhb) Message-Id: <200407150452.i6F4qvGB038786@repoman.freebsd.org> From: John Baldwin Date: Thu, 15 Jul 2004 04: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/release 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, 15 Jul 2004 04:52:58 -0000 jhb 2004-07-15 04:52:57 UTC FreeBSD src repository Modified files: release Makefile Log: Remove some serious foot-shooting potential from the release Makefile. For some unknown reason, when LOCAL_PATCHES and LOCAL_SCRIPT were originally added, they were silently ignored if the actual file did not exist. As a result, if one mistyped the pathname to a patch or script, then the release silently succeeded. However, it was not built with the desired changes and no warning was given to inform the builder either. This commit explicitly checks to see that all of the defined patches and scripts exist up front and bails if any of them do not exist. I lost several hours of valuable sleeping time this evening due to this "feature" so I've finally gone and ripped out. I've tripped over this in the past several other times as well. Glanced at by: scottl Revision Changes Path 1.846 +13 -3 src/release/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 15 04:54: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 678C516A4CE; Thu, 15 Jul 2004 04:54:06 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1367943D2D; Thu, 15 Jul 2004 04:54:06 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6F4xbsg035042; Wed, 14 Jul 2004 22:59:37 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40F60DA9.8000206@freebsd.org> Date: Wed, 14 Jul 2004 22:52:57 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <20040715042952.C726216A541@hub.freebsd.org> <40F60A42.2060607@root.org> In-Reply-To: <40F60A42.2060607@root.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: Alfred Perlstein cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c 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: Thu, 15 Jul 2004 04:54:06 -0000 Nate Lawson wrote: > Alfred Perlstein wrote: > >> alfred 2004-07-15 04:29:48 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/kern kern_shutdown.c vfs_subr.c Log: >> Tidy up system shutdown. >> Revision Changes Path >> 1.156 +13 -5 src/sys/kern/kern_shutdown.c >> 1.511 +11 -1 src/sys/kern/vfs_subr.c > > > This is a step backwards with more newlines and duplicate output (i.e., > procname). Please revert. > It's getting a little tedious that whenever someone objects to a commit, their response includes (sometimes little more than) 'please revert.' What don't you like about it? How would you change it? Scott From owner-cvs-all@FreeBSD.ORG Thu Jul 15 04: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 4EAED16A4CE; Thu, 15 Jul 2004 04:56:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EBBA43D39; Thu, 15 Jul 2004 04:56: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 i6F4ug0r038920; Thu, 15 Jul 2004 04:56:42 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F4ugkY038919; Thu, 15 Jul 2004 04:56:42 GMT (envelope-from tjr) Message-Id: <200407150456.i6F4ugkY038919@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 15 Jul 2004 04:56:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/xstr xstr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 04:56:42 -0000 tjr 2004-07-15 04:56:42 UTC FreeBSD src repository Modified files: usr.bin/xstr xstr.c Log: Use err() instead of perror(), exit(). Revision Changes Path 1.9 +1 -1 src/usr.bin/xstr/xstr.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 05:00: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 791CC16A4CE; Thu, 15 Jul 2004 05:00:54 +0000 (GMT) Received: from exchhz01.viatech.com.cn (ip-40-162-97-218.anlai.com [218.97.162.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2A5F43D1F; Thu, 15 Jul 2004 05:00:51 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from freebsd.org (DAVIDWNT [10.4.1.99]) by exchhz01.viatech.com.cn with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id NVXA9JDX; Thu, 15 Jul 2004 13:00:08 +0800 Message-ID: <40F61043.4010602@freebsd.org> Date: Thu, 15 Jul 2004 13:04:03 +0800 From: David Xu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030723 Thunderbird/0.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Xu References: <200407150451.i6F4p4Za038678@repoman.freebsd.org> In-Reply-To: <200407150451.i6F4p4Za038678@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/gnu/usr.bin/gdb/libgdb fbsd-threads.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 05:00:54 -0000 David Xu wrote: > davidxu 2004-07-15 04:51:04 UTC > > FreeBSD src repository > > Added files: > gnu/usr.bin/gdb/libgdb fbsd-threads.c > Log: > Add libthread_db assisted debugging support module. > > Revision Changes Path > 1.1 +1095 -0 src/gnu/usr.bin/gdb/libgdb/fbsd-threads.c (new) > This is not hooked into gdb build process, Marcel will do all works left there, these include .core file support, and make sure it works on other architectures other than i386, however if you want to try it on i386, here is the patch: http://people.freebsd.org/~davidxu/kse/dbg/gdb.diffs Work has only been done for i386, this does not include AMD64, because I don't have hardware. David Xu From owner-cvs-all@FreeBSD.ORG Thu Jul 15 05: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 C4B3F16A4CE; Thu, 15 Jul 2004 05:02:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDC3D43D46; Thu, 15 Jul 2004 05:02:25 +0000 (GMT) (envelope-from bmilekic@FreeBSD.org) Received: from freefall.freebsd.org (bmilekic@localhost [127.0.0.1]) i6F52PaF087752; Thu, 15 Jul 2004 05:02:25 GMT (envelope-from bmilekic@freefall.freebsd.org) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6F52P8e087751; Thu, 15 Jul 2004 05:02:25 GMT (envelope-from bmilekic) Date: Thu, 15 Jul 2004 05:02:25 +0000 From: Bosko Milekic To: Alfred Perlstein Message-ID: <20040715050225.GA87532@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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/kern kern_shutdown.c 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: Thu, 15 Jul 2004 05:02:25 -0000 Why on earth would you move that first printf in boot() to inside the loop and introduce a variable to not reprint it after the first iteration? Also, why do you copy the proc name to the stack lower in kern_shutdown.c? Do you fear that the proc might change from under you when you're at the bottom and you can't therefore only keep a reference to the proc instead? -Bosko alfred 2004-07-15 04:29:48 UTC FreeBSD src repository Modified files: sys/kern kern_shutdown.c vfs_subr.c Log: Tidy up system shutdown. Revision Changes Path 1.156 +13 -5 src/sys/kern/kern_shutdown.c 1.511 +11 -1 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 05:04: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 9EF2116A4CE; Thu, 15 Jul 2004 05:04:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 828C643D55; Thu, 15 Jul 2004 05:04:39 +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 i6F54dQU039100; Thu, 15 Jul 2004 05:04:39 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F54dgo039099; Thu, 15 Jul 2004 05:04:39 GMT (envelope-from murray) Message-Id: <200407150504.i6F54dgo039099@repoman.freebsd.org> From: Murray Stokely Date: Thu, 15 Jul 2004 05:04: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/worm README makecdfs.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, 15 Jul 2004 05:04:39 -0000 murray 2004-07-15 05:04:39 UTC FreeBSD src repository Removed files: share/examples/worm README makecdfs.sh Log: Remove Walnut Creek CDROM script that Jordan wrote in the 90s. This functionality is largely in src/release/${ARCH}/mkisofs.sh now. PR: docs/43569 Revision Changes Path 1.4 +0 -15 src/share/examples/worm/README (dead) 1.7 +0 -29 src/share/examples/worm/makecdfs.sh (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 05:12: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 1036816A4CE; Thu, 15 Jul 2004 05:12:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8A3443D1F; Thu, 15 Jul 2004 05:12:04 +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 i6F5C4Gc039392; Thu, 15 Jul 2004 05:12:04 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F5C4wT039391; Thu, 15 Jul 2004 05:12:04 GMT (envelope-from tjr) Message-Id: <200407150512.i6F5C4wT039391@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 15 Jul 2004 05:12: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/column column.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: Thu, 15 Jul 2004 05:12:05 -0000 tjr 2004-07-15 05:12:04 UTC FreeBSD src repository Modified files: usr.bin/column column.1 Log: Document line length and multibyte character limitations. Revision Changes Path 1.10 +5 -2 src/usr.bin/column/column.1 From owner-cvs-all@FreeBSD.ORG Thu Jul 15 05:12: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 B5FA716A4CF; Thu, 15 Jul 2004 05:12:48 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23E1A43D39; Thu, 15 Jul 2004 05:12:46 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.0.11] (junior-wifi.samsco.home [192.168.0.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6F5IHSV035126; Wed, 14 Jul 2004 23:18:17 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <40F6124A.9000409@samsco.org> Date: Wed, 14 Jul 2004 23:12:42 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040702 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Xu References: <200407150451.i6F4p4Za038678@repoman.freebsd.org> <40F61043.4010602@freebsd.org> In-Reply-To: <40F61043.4010602@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 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/gnu/usr.bin/gdb/libgdb fbsd-threads.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 05:12:48 -0000 David Xu wrote: > David Xu wrote: > >> davidxu 2004-07-15 04:51:04 UTC >> >> FreeBSD src repository >> >> Added files: >> gnu/usr.bin/gdb/libgdb fbsd-threads.c Log: >> Add libthread_db assisted debugging support module. >> Revision Changes Path >> 1.1 +1095 -0 src/gnu/usr.bin/gdb/libgdb/fbsd-threads.c (new) >> > > This is not hooked into gdb build process, Marcel will do > all works left there, these include .core file support, and > make sure it works on other architectures other than i386, > however if you want to try it on i386, here is the patch: > http://people.freebsd.org/~davidxu/kse/dbg/gdb.diffs > > Work has only been done for i386, this does not include > AMD64, because I don't have hardware. > > David Xu > > Can you give an outline of what needs to be done for amd64 and sparc64? I'm sure that there are people who could help if you give them a pointer of where to start. Scott From owner-cvs-all@FreeBSD.ORG Thu Jul 15 05: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 D0E2C16A4CE; Thu, 15 Jul 2004 05:18:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B498143D1D; Thu, 15 Jul 2004 05:18:05 +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 i6F5I5rp039577; Thu, 15 Jul 2004 05:18:05 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F5I58C039576; Thu, 15 Jul 2004 05:18:05 GMT (envelope-from demon) Message-Id: <200407150518.i6F5I58C039576@repoman.freebsd.org> From: Dmitry Sivachenko Date: Thu, 15 Jul 2004 05: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/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: Thu, 15 Jul 2004 05:18:06 -0000 demon 2004-07-15 05:18:05 UTC FreeBSD ports repository Modified files: net-mgmt/mrtg Makefile Log: graphics/gd1 port has gone. Revision Changes Path 1.77 +0 -10 ports/net-mgmt/mrtg/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 15 05: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 0702616A4CE; Thu, 15 Jul 2004 05:22:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE02143D1F; Thu, 15 Jul 2004 05:22:47 +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 i6F5MlMc039718; Thu, 15 Jul 2004 05:22:47 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F5MlTx039717; Thu, 15 Jul 2004 05:22:47 GMT (envelope-from cperciva) Message-Id: <200407150522.i6F5MlTx039717@repoman.freebsd.org> From: Colin Percival Date: Thu, 15 Jul 2004 05:22: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/freebsd-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, 15 Jul 2004 05:22:48 -0000 cperciva 2004-07-15 05:22:47 UTC FreeBSD ports repository (src committer) Modified files: security/freebsd-update Makefile Log: Now that I've had a chance to test it, add sparc64 to the list of approved architectures for FreeBSD Update. Excuse for committing without a ports commit bit: I'm the maintainer, and I didn't want to open a PR for a one-word change. Revision Changes Path 1.13 +1 -1 ports/security/freebsd-update/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 15 05: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 0B4EA16A4CE; Thu, 15 Jul 2004 05:24:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2C8F43D31; Thu, 15 Jul 2004 05:24:29 +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 i6F5OT1T039771; Thu, 15 Jul 2004 05:24:29 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F5OTr3039770; Thu, 15 Jul 2004 05:24:29 GMT (envelope-from trhodes) Message-Id: <200407150524.i6F5OTr3039770@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 15 Jul 2004 05:24: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 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, 15 Jul 2004 05:24:30 -0000 trhodes 2004-07-15 05:24:29 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: I forgot to remove mikeh's item after adding it to donors.sgml, remove it now. Revision Changes Path 1.217 +1 -10 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 15 05:29: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 BC63216A4CE; Thu, 15 Jul 2004 05:29:30 +0000 (GMT) Received: from exchhz01.viatech.com.cn (ip-40-162-97-218.anlai.com [218.97.162.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id C95FA43D46; Thu, 15 Jul 2004 05:29:26 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from freebsd.org (DAVIDWNT [10.4.1.99]) by exchhz01.viatech.com.cn with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id NVXA9JHF; Thu, 15 Jul 2004 13:28:50 +0800 Message-ID: <40F616FC.4080604@freebsd.org> Date: Thu, 15 Jul 2004 13:32:44 +0800 From: David Xu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030723 Thunderbird/0.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <40F6124A.9000409@samsco.org> In-Reply-To: <40F6124A.9000409@samsco.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/gnu/usr.bin/gdb/libgdb fbsd-threads.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 05:29:30 -0000 Scott Long wrote: > David Xu wrote: > >>David Xu wrote: >> >> >>>davidxu 2004-07-15 04:51:04 UTC >>> >>> FreeBSD src repository >>> >>> Added files: >>> gnu/usr.bin/gdb/libgdb fbsd-threads.c Log: >>> Add libthread_db assisted debugging support module. >>> Revision Changes Path >>> 1.1 +1095 -0 src/gnu/usr.bin/gdb/libgdb/fbsd-threads.c > > (new) > >>This is not hooked into gdb build process, Marcel will do >>all works left there, these include .core file support, and >>make sure it works on other architectures other than i386, >>however if you want to try it on i386, here is the patch: >>http://people.freebsd.org/~davidxu/kse/dbg/gdb.diffs >> >>Work has only been done for i386, this does not include >>AMD64, because I don't have hardware. >> >>David Xu >> >> > > > Can you give an outline of what needs to be done for amd64 and sparc64? > I'm sure that there are people who could help if you give them a pointer > of where to start. > Implement code as src/lib/libthread_db/pthread/pthread_db_i386.c, this code does conversion work between struct reg and struct ucontext, used for M:N thread. In kernel, make sure ptrace_single_step and ptrace_clear_single_step work, they are in machdep.c, and used by M:N thread too. > Scott > From owner-cvs-all@FreeBSD.ORG Thu Jul 15 05: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 4BAA916A4CE; Thu, 15 Jul 2004 05:29:41 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 366F943D2D; Thu, 15 Jul 2004 05:29:41 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 2E9D75C86D; Wed, 14 Jul 2004 22:29:41 -0700 (PDT) Date: Wed, 14 Jul 2004 22:29:41 -0700 From: Alfred Perlstein To: Bosko Milekic Message-ID: <20040715052941.GL95729@elvis.mu.org> References: <20040715050225.GA87532@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040715050225.GA87532@freefall.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c 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: Thu, 15 Jul 2004 05:29:41 -0000 * Bosko Milekic [040714 22:02] wrote: > > Why on earth would you move that first printf in boot() to inside > the loop and introduce a variable to not reprint it after the first > iteration? Because there may be no bufs. > Also, why do you copy the proc name to the stack lower in > kern_shutdown.c? Do you fear that the proc might change from > under you when you're at the bottom and you can't therefore > only keep a reference to the proc instead? Because I don't know if the proc will be there after it nukes itself. So glad to be back, -Alfred From owner-cvs-all@FreeBSD.ORG Thu Jul 15 05:33: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 6FD0016A4CE; Thu, 15 Jul 2004 05:33:17 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3238C43D45; Thu, 15 Jul 2004 05:33:17 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (adsl-64-171-186-94.dsl.snfc21.pacbell.net [64.171.186.94]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i6F5XFrb028518 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 14 Jul 2004 22:33:16 -0700 Message-ID: <40F616E2.7030601@root.org> Date: Wed, 14 Jul 2004 22:32:18 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <20040715042952.C726216A541@hub.freebsd.org> <40F60A42.2060607@root.org> <40F60DA9.8000206@freebsd.org> In-Reply-To: <40F60DA9.8000206@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: Alfred Perlstein cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c 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: Thu, 15 Jul 2004 05:33:17 -0000 Scott Long wrote: > Nate Lawson wrote: > >> Alfred Perlstein wrote: >> >>> alfred 2004-07-15 04:29:48 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/kern kern_shutdown.c vfs_subr.c Log: >>> Tidy up system shutdown. >>> Revision Changes Path >>> 1.156 +13 -5 src/sys/kern/kern_shutdown.c >>> 1.511 +11 -1 src/sys/kern/vfs_subr.c >> >> This is a step backwards with more newlines and duplicate output >> (i.e., procname). Please revert. > > It's getting a little tedious that whenever someone objects to a commit, > their response includes (sometimes little more than) 'please revert.' > What don't you like about it? How would you change it? As I said above, at a minimum it adds more newlines (which my commit 1 hour before had just removed) and duplicates output. But since you want the full analysis, which is as long as the commit itself: #### @@ -245,6 +245,9 @@ static void boot(int howto) { + int first_buf_printf; + + first_buf_printf = 1; /* collect extra flags that shutdown_nice might have set */ howto |= shutdown_howto; ### Adding unnecessary loop variable. ### @@ -272,7 +275,6 @@ #endif waittime = 0; - printf("syncing disks, buffers remaining... "); sync(&thread0, NULL); @@ -295,6 +297,10 @@ } if (nbusy == 0) break; + if (first_buf_printf) { + printf("syncing disks, buffers remaining... "); + first_buf_printf = 0; + } printf("%d ", nbusy); if (nbusy < pbusy) iter = 0; ### Moving one-time printf into a loop protected by useless flag. ### @@ -576,20 +582,22 @@ kproc_shutdown(void *arg, int howto) { struct proc *p; + char procname[MAXCOMLEN + 1]; int error; if (panicstr) return; p = (struct proc *)arg; - printf("Waiting (max %d seconds) for system process `%s' to stop...", - kproc_shutdown_wait, p->p_comm); + strlcpy(procname, p->p_comm, sizeof(procname)); + printf("Waiting (max %d seconds) for system process `%s' to stop...\n", + kproc_shutdown_wait, procname); error = kthread_suspend(p, kproc_shutdown_wait * hz); ### Adds unnecessary stack variable and copy of an informational name when the proc can't be switched out. ### if (error == EWOULDBLOCK) - printf("timed out\n"); + printf("Stop of '%s' timed out\n", procname); else - printf("stopped\n"); + printf("Process '%s' stopped\n", procname); } ### Adds unnecessary repetition of previous word on line ("stop..."), the proc's name, and an extra line (instead of keeping the result on the same line. Just in case that isn't clear, this makes the output: Waiting (max 60 seconds) for system process `foo' to stop... Process 'foo' stopped Versus what has been there forever: Waiting (max 60 seconds) for system process `foo' to stop... stopped ### @@ -1546,10 +1546,12 @@ int last_work_seen; int net_worklist_len; int syncer_final_iter; + int first_printf; mtx_lock(&Giant); last_work_seen = 0; syncer_final_iter = 0; + first_printf = 1; syncer_state = SYNCER_RUNNING; starttime = time_second; ### Another useless loop variable. ### @@ -1561,12 +1563,20 @@ if (syncer_state == SYNCER_FINAL_DELAY && syncer_final_iter == 0) { mtx_unlock(&sync_mtx); + printf("done.\n"); kthread_suspend_check(td->td_proc); mtx_lock(&sync_mtx); } net_worklist_len = syncer_worklist_len - sync_vnode_count; - if (syncer_state != SYNCER_RUNNING && starttime != time_second) + if (syncer_state != SYNCER_RUNNING && + starttime != time_second) { + if (first_printf) { + printf("Syncer syncing disks, " + "buffers remaining... "); + first_printf = 0; + } printf("%d ", net_worklist_len); + } starttime = time_second; ### Probably unneeded style change (was at 80 cols before). Moving single shot printf into loop. Remember, you asked for all the details. I thought a short email with a few comments should have been enough for this change and less likely to be taken as confrontational. It appears Bosko thought the same thing. -- -Nate From owner-cvs-all@FreeBSD.ORG Thu Jul 15 05: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 1078916A4CE; Thu, 15 Jul 2004 05:43:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E72B743D5F; Thu, 15 Jul 2004 05:43:10 +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 i6F5hAZb040322; Thu, 15 Jul 2004 05:43:10 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F5hA7x040321; Thu, 15 Jul 2004 05:43:10 GMT (envelope-from murray) Message-Id: <200407150543.i6F5hA7x040321@repoman.freebsd.org> From: Murray Stokely Date: Thu, 15 Jul 2004 05:43:10 +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/syscons/keymaps INDEX.keymaps Makefile lat-amer.iso.acc.kbd lat-amer.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: Thu, 15 Jul 2004 05:43:11 -0000 murray 2004-07-15 05:43:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/syscons/keymaps INDEX.keymaps Makefile lat-amer.kbd Added files: (Branch: RELENG_4) share/syscons/keymaps lat-amer.iso.acc.kbd Log: MFC: latin american keymap improvements. submitted by maintainer. PR: misc/53327 Revision Changes Path 1.37.2.11 +4 -0 src/share/syscons/keymaps/INDEX.keymaps 1.44.2.14 +1 -1 src/share/syscons/keymaps/Makefile 1.1.2.1 +139 -0 src/share/syscons/keymaps/lat-amer.iso.acc.kbd (new) 1.4.2.2 +4 -4 src/share/syscons/keymaps/lat-amer.kbd From owner-cvs-all@FreeBSD.ORG Thu Jul 15 05: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 BF43B16A4CE; Thu, 15 Jul 2004 05:46:14 +0000 (GMT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8841243D48; Thu, 15 Jul 2004 05:46:14 +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 i6F5k4mK026902; Wed, 14 Jul 2004 22:46:09 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200407150546.i6F5k4mK026902@gw.catspoiler.org> Date: Wed, 14 Jul 2004 22:46:04 -0700 (PDT) From: Don Lewis To: alfred@FreeBSD.org In-Reply-To: <200407150429.i6F4Tm6U037891@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c 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: Thu, 15 Jul 2004 05:46:14 -0000 On 15 Jul, Alfred Perlstein wrote: > alfred 2004-07-15 04:29:48 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_shutdown.c vfs_subr.c > Log: > Tidy up system shutdown. > > Revision Changes Path > 1.156 +13 -5 src/sys/kern/kern_shutdown.c > 1.511 +11 -1 src/sys/kern/vfs_subr.c The message in sched_sync should refer to "vnodes remaining" since that is what it is counting. "Syncer syncing disks" sounds somewhat redundant, since that is its only purpose. Maybe "Syncer doing final sync" would be better if verbosity is desirable. I'd prefer skipping the the final sync() in boot() if there are no dirty buffers, with a message something like "skipping final sync because no dirty buffers remain". From owner-cvs-all@FreeBSD.ORG Thu Jul 15 05:48: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 13C8616A4CE; Thu, 15 Jul 2004 05:48:40 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6E8643D1F; Thu, 15 Jul 2004 05:48:39 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id DEA915C870; Wed, 14 Jul 2004 22:48:39 -0700 (PDT) Date: Wed, 14 Jul 2004 22:48:39 -0700 From: Alfred Perlstein To: Nate Lawson Message-ID: <20040715054839.GM95729@elvis.mu.org> References: <20040715042952.C726216A541@hub.freebsd.org> <40F60A42.2060607@root.org> <40F60DA9.8000206@freebsd.org> <40F616E2.7030601@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40F616E2.7030601@root.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c 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: Thu, 15 Jul 2004 05:48:40 -0000 hooboy... * Nate Lawson [040714 22:33] wrote: > > As I said above, at a minimum it adds more newlines (which my commit 1 > hour before had just removed) and duplicates output. But since you want > the full analysis, which is as long as the commit itself: > > #### > @@ -245,6 +245,9 @@ > static void > boot(int howto) > { > + int first_buf_printf; > + > + first_buf_printf = 1; > > /* collect extra flags that shutdown_nice might have set */ > howto |= shutdown_howto; > ### > > Adding unnecessary loop variable. > > ### > @@ -272,7 +275,6 @@ > #endif > > waittime = 0; > - printf("syncing disks, buffers remaining... "); > > sync(&thread0, NULL); > > @@ -295,6 +297,10 @@ > } > if (nbusy == 0) > break; > + if (first_buf_printf) { > + printf("syncing disks, buffers remaining... > "); > + first_buf_printf = 0; > + } > printf("%d ", nbusy); > if (nbusy < pbusy) > iter = 0; > ### > > Moving one-time printf into a loop protected by useless flag. So we one time print .. buffers remaining.. but then nothing? That's confusing and not acceptable. > ### > @@ -576,20 +582,22 @@ > kproc_shutdown(void *arg, int howto) > { > struct proc *p; > + char procname[MAXCOMLEN + 1]; > int error; > > if (panicstr) > return; > > p = (struct proc *)arg; > - printf("Waiting (max %d seconds) for system process `%s' to stop...", > - kproc_shutdown_wait, p->p_comm); > + strlcpy(procname, p->p_comm, sizeof(procname)); > + printf("Waiting (max %d seconds) for system process `%s' to > stop...\n", > + kproc_shutdown_wait, procname); > error = kthread_suspend(p, kproc_shutdown_wait * hz); > ### > > Adds unnecessary stack variable and copy of an informational name when > the proc can't be switched out. If you look later that stack variable is used because the process may be gone. Even if it is not gone, that's not the impression I get. > ### > if (error == EWOULDBLOCK) > - printf("timed out\n"); > + printf("Stop of '%s' timed out\n", procname); > else > - printf("stopped\n"); > + printf("Process '%s' stopped\n", procname); > } > ### > > Adds unnecessary repetition of previous word on line ("stop..."), the > proc's name, and an extra line (instead of keeping the result on the > same line. > > Just in case that isn't clear, this makes the output: > Waiting (max 60 seconds) for system process `foo' to stop... > Process 'foo' stopped > > Versus what has been there forever: > Waiting (max 60 seconds) for system process `foo' to stop... stopped Forever defined as "the last six months or year". Change is good, although change with some proper punctuation would be nice. I'll have to add the periods at the end of those printfs now. :) > ### > @@ -1546,10 +1546,12 @@ > int last_work_seen; > int net_worklist_len; > int syncer_final_iter; > + int first_printf; > > mtx_lock(&Giant); > last_work_seen = 0; > syncer_final_iter = 0; > + first_printf = 1; > syncer_state = SYNCER_RUNNING; > starttime = time_second; > ### > > Another useless loop variable. > > ### > @@ -1561,12 +1563,20 @@ > if (syncer_state == SYNCER_FINAL_DELAY && > syncer_final_iter == 0) { > mtx_unlock(&sync_mtx); > + printf("done.\n"); > kthread_suspend_check(td->td_proc); > mtx_lock(&sync_mtx); > } > net_worklist_len = syncer_worklist_len - sync_vnode_count; > - if (syncer_state != SYNCER_RUNNING && starttime != > time_second) > + if (syncer_state != SYNCER_RUNNING && > + starttime != time_second) { > + if (first_printf) { > + printf("Syncer syncing disks, " > + "buffers remaining... "); > + first_printf = 0; > + } > printf("%d ", net_worklist_len); > + } > starttime = time_second; > ### > > Probably unneeded style change (was at 80 cols before). Moving single > shot printf into loop. > > Remember, you asked for all the details. I thought a short email with a > few comments should have been enough for this change and less likely to > be taken as confrontational. It appears Bosko thought the same thing. What a bikeshed. Not interested anymore. If you have a way to make it suck less go ahead and fix it. Otherwise... hi. :) -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Thu Jul 15 05:49: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 33C2916A4CF; Thu, 15 Jul 2004 05:49:39 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A31543D1D; Thu, 15 Jul 2004 05:49:39 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 20D035C86D; Wed, 14 Jul 2004 22:49:39 -0700 (PDT) Date: Wed, 14 Jul 2004 22:49:39 -0700 From: Alfred Perlstein To: Don Lewis Message-ID: <20040715054939.GN95729@elvis.mu.org> References: <200407150429.i6F4Tm6U037891@repoman.freebsd.org> <200407150546.i6F5k4mK026902@gw.catspoiler.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407150546.i6F5k4mK026902@gw.catspoiler.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c 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: Thu, 15 Jul 2004 05:49:39 -0000 * Don Lewis [040714 22:46] wrote: > On 15 Jul, Alfred Perlstein wrote: > > alfred 2004-07-15 04:29:48 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern kern_shutdown.c vfs_subr.c > > Log: > > Tidy up system shutdown. > > > > Revision Changes Path > > 1.156 +13 -5 src/sys/kern/kern_shutdown.c > > 1.511 +11 -1 src/sys/kern/vfs_subr.c > > The message in sched_sync should refer to "vnodes remaining" since that > is what it is counting. "Syncer syncing disks" sounds somewhat > redundant, since that is its only purpose. Maybe "Syncer doing final > sync" would be better if verbosity is desirable. Noted. I'll fix that. > I'd prefer skipping the the final sync() in boot() if there are no dirty > buffers, with a message something like "skipping final sync because no > dirty buffers remain". Diffs welcome! -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Thu Jul 15 05:50: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 9483C16A4CE; Thu, 15 Jul 2004 05:50:41 +0000 (GMT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D05743D41; Thu, 15 Jul 2004 05:50:41 +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 i6F5oTFx026920; Wed, 14 Jul 2004 22:50:33 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200407150550.i6F5oTFx026920@gw.catspoiler.org> Date: Wed, 14 Jul 2004 22:50:29 -0700 (PDT) From: Don Lewis To: alfred@FreeBSD.org In-Reply-To: <20040714210132.GI95729@elvis.mu.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: rwatson@FreeBSD.org cc: src-committers@FreeBSD.org cc: dfr@nlsystems.com cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_event.c src/sys/sys eventvar.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, 15 Jul 2004 05:50:41 -0000 On 14 Jul, Alfred Perlstein wrote: > * Don Lewis [040714 13:38] wrote: >> On 14 Jul, Alfred Perlstein wrote: >> > * Doug Rabson [040714 12:01] wrote: >> >> >> Seems to me that the best thing to do is to defer the psigio() to a >> >> taskqueue that will run in a simpler locking environment. >> > >> > I was thinking that, but I'm worried about "stale delivery", >> > perhaps we need to record the generation count (process start time) >> > in the sigio as well as the request sent, so that we don't send >> > a signal to the wrong process. >> >> This is already handled in the sigio infrastructure. Both struct proc >> and struct pgrp have a list of their potential sigio sources. When the >> process or process group goes away, the exit code disables sigio >> delivery. > > Yes, but if the delivery of the signal becomes async, then we lose > this. Push a reference to the struct sigio onto the taskqueue would be a quick and dirty way of dealing with this. The ugly part is that it would mean adding a reference count and a valid flag to the struct sigio. From owner-cvs-all@FreeBSD.ORG Thu Jul 15 05:53: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 29A5916A4CE; Thu, 15 Jul 2004 05:53:38 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DA2543D41; Thu, 15 Jul 2004 05:53:38 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 147835C85C; Wed, 14 Jul 2004 22:53:38 -0700 (PDT) Date: Wed, 14 Jul 2004 22:53:38 -0700 From: Alfred Perlstein To: Don Lewis Message-ID: <20040715055338.GO95729@elvis.mu.org> References: <20040714210132.GI95729@elvis.mu.org> <200407150550.i6F5oTFx026920@gw.catspoiler.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407150550.i6F5oTFx026920@gw.catspoiler.org> User-Agent: Mutt/1.4.2.1i cc: rwatson@FreeBSD.org cc: src-committers@FreeBSD.org cc: dfr@nlsystems.com cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_event.c src/sys/sys eventvar.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, 15 Jul 2004 05:53:38 -0000 * Don Lewis [040714 22:50] wrote: > > Push a reference to the struct sigio onto the taskqueue would be a quick > and dirty way of dealing with this. The ugly part is that it would mean > adding a reference count and a valid flag to the struct sigio. Yah, one day... :) -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Thu Jul 15 06:13: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 6793D16A4CE; Thu, 15 Jul 2004 06:13:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BF3243D1F; Thu, 15 Jul 2004 06:13:43 +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 i6F6DhG8041133; Thu, 15 Jul 2004 06:13:43 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F6Dh8a041132; Thu, 15 Jul 2004 06:13:43 GMT (envelope-from murray) Message-Id: <200407150613.i6F6Dh8a041132@repoman.freebsd.org> From: Murray Stokely Date: Thu, 15 Jul 2004 06:13:43 +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/sysinstall Makefile menus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 06:13:43 -0000 murray 2004-07-15 06:13:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) release/sysinstall Makefile menus.c Log: Make latin american keymap with accent keys available in sysinstall. PR: 67365 Revision Changes Path 1.92.2.24 +1 -1 src/release/sysinstall/Makefile 1.252.2.72 +1 -0 src/release/sysinstall/menus.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 06:15: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 8E26B16A4CE; Thu, 15 Jul 2004 06:15:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 714F343D2F; Thu, 15 Jul 2004 06:15:10 +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 i6F6FAGX041184; Thu, 15 Jul 2004 06:15:10 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F6FAhR041183; Thu, 15 Jul 2004 06:15:10 GMT (envelope-from tjr) Message-Id: <200407150615.i6F6FAhR041183@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 15 Jul 2004 06:15: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/usr.bin/basename basename.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 06:15:10 -0000 tjr 2004-07-15 06:15:10 UTC FreeBSD src repository Modified files: usr.bin/basename basename.c Log: Ensure that suffix matches occur on character boundaries. Revision Changes Path 1.15 +32 -4 src/usr.bin/basename/basename.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 06:31: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 30F5516A4CE; Thu, 15 Jul 2004 06:31:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1505C43D39; Thu, 15 Jul 2004 06:31:28 +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 i6F6VRVw041607; Thu, 15 Jul 2004 06:31:27 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F6VRdc041606; Thu, 15 Jul 2004 06:31:27 GMT (envelope-from den) Message-Id: <200407150631.i6F6VRdc041606@repoman.freebsd.org> From: Denis Peplin Date: Thu, 15 Jul 2004 06:31: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/ru_RU.KOI8-R/books/handbook/basics 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, 15 Jul 2004 06:31:28 -0000 den 2004-07-15 06:31:27 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/basics chapter.sgml Log: Fix few typos Submitted by: pochtovaya(at)ukr.net Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.7 +6 -5 doc/ru_RU.KOI8-R/books/handbook/basics/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 15 06: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 950B416A4CE; Thu, 15 Jul 2004 06:36:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F96543D3F; Thu, 15 Jul 2004 06:36:31 +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 i6F6aV8X041806; Thu, 15 Jul 2004 06:36:31 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F6aVWE041805; Thu, 15 Jul 2004 06:36:31 GMT (envelope-from krion) Message-Id: <200407150636.i6F6aVWE041805@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 15 Jul 2004 06:36: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 Makefile ports/audio/enscribe 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, 15 Jul 2004 06:36:31 -0000 krion 2004-07-15 06:36:31 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/enscribe Makefile distinfo pkg-descr pkg-plist Log: Add enscribe 0.0.3, Enscribe creates digital audio watermark images from photographic images. These images can only be seen using a third party frequency vs time display, such as Baudline (audio/baudline). Images are still visible even after such audio mangling techniques as MP3/Ogg compression, reverb, chorus, etc. Heavy EQ and flange can stripe out vertical sections, but they can also ruin an otherwise good song as well. PR: ports/69076 Submitted by: Jean-Yves Lefort Revision Changes Path 1.530 +1 -0 ports/audio/Makefile 1.1 +38 -0 ports/audio/enscribe/Makefile (new) 1.1 +2 -0 ports/audio/enscribe/distinfo (new) 1.1 +13 -0 ports/audio/enscribe/pkg-descr (new) 1.1 +3 -0 ports/audio/enscribe/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 06: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 7218716A4CE; Thu, 15 Jul 2004 06:36:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56A1F43D1F; Thu, 15 Jul 2004 06: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 i6F6aiGA041888; Thu, 15 Jul 2004 06: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 i6F6aiTT041887; Thu, 15 Jul 2004 06:36:44 GMT (envelope-from krion) Message-Id: <200407150636.i6F6aiTT041887@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 15 Jul 2004 06: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: 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, 15 Jul 2004 06:36:44 -0000 krion 2004-07-15 06:36:44 UTC FreeBSD ports repository Modified files: . modules Log: enscribe --> ports/audio/enscribe Revision Changes Path 1.10541 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 15 06:37: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 371F516A4CE; Thu, 15 Jul 2004 06:37:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B4E243D1D; Thu, 15 Jul 2004 06:37:54 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6F6brZ5041956; Thu, 15 Jul 2004 06:37:54 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F6brHk041955; Thu, 15 Jul 2004 06:37:53 GMT (envelope-from anholt) Message-Id: <200407150637.i6F6brHk041955@repoman.freebsd.org> From: Eric Anholt Date: Thu, 15 Jul 2004 06:37: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/oleo Makefile ports/math/oleo/files patch-src::eval.c patch-src::io-x11.c patch-src::xrdb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 06:37:54 -0000 anholt 2004-07-15 06:37:53 UTC FreeBSD ports repository Modified files: math/oleo Makefile math/oleo/files patch-src::eval.c Added files: math/oleo/files patch-src::io-x11.c patch-src::xrdb.c Log: Fix build on 5.x and fix build with new X headers. Reported by: pointyhat via kris Revision Changes Path 1.48 +0 -4 ports/math/oleo/Makefile 1.2 +25 -3 ports/math/oleo/files/patch-src::eval.c 1.1 +10 -0 ports/math/oleo/files/patch-src::io-x11.c (new) 1.1 +10 -0 ports/math/oleo/files/patch-src::xrdb.c (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 06:40: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 B38EA16A4CE; Thu, 15 Jul 2004 06:40:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9802943D1F; Thu, 15 Jul 2004 06:40: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 i6F6eXqe042089; Thu, 15 Jul 2004 06:40:33 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F6eXkp042088; Thu, 15 Jul 2004 06:40:33 GMT (envelope-from krion) Message-Id: <200407150640.i6F6eXkp042088@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 15 Jul 2004 06:40: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/bogofilter Makefile distinfo ports/mail/bogofilter/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, 15 Jul 2004 06:40:33 -0000 krion 2004-07-15 06:40:33 UTC FreeBSD ports repository Modified files: mail/bogofilter Makefile distinfo Removed files: mail/bogofilter/files patch-ac Log: - Update to 0.92.2, fixing some bugs, format string change: %I -> %A, new %I (message-ID) and %Q (queue-ID) PR: ports/69080 Submitted by: maintainer Revision Changes Path 1.42 +1 -1 ports/mail/bogofilter/Makefile 1.32 +2 -2 ports/mail/bogofilter/distinfo 1.2 +0 -11 ports/mail/bogofilter/files/patch-ac (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 06:43: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 F1A0616A4CE; Thu, 15 Jul 2004 06:43:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D733743D2F; Thu, 15 Jul 2004 06:43:52 +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 i6F6hqna042198; Thu, 15 Jul 2004 06:43:52 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F6hqJG042197; Thu, 15 Jul 2004 06:43:52 GMT (envelope-from tjr) Message-Id: <200407150643.i6F6hqJG042197@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 15 Jul 2004 06:43:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/col col.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: Thu, 15 Jul 2004 06:43:53 -0000 tjr 2004-07-15 06:43:52 UTC FreeBSD src repository Modified files: usr.bin/col col.1 Log: Document incorrect handling of multibyte characters. Revision Changes Path 1.14 +5 -1 src/usr.bin/col/col.1 From owner-cvs-all@FreeBSD.ORG Thu Jul 15 06:48: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 29F0216A4CE; Thu, 15 Jul 2004 06:48:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EC5243D53; Thu, 15 Jul 2004 06:48: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 i6F6mJr7042331; Thu, 15 Jul 2004 06:48:19 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F6mJfc042330; Thu, 15 Jul 2004 06:48:19 GMT (envelope-from krion) Message-Id: <200407150648.i6F6mJfc042330@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 15 Jul 2004 06:48: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/mail/mulberry 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, 15 Jul 2004 06:48:20 -0000 krion 2004-07-15 06:48:19 UTC FreeBSD ports repository Modified files: mail/mulberry Makefile distinfo Log: Update to 3.1.6 PR: ports/69059 Submitted by: maintainer Revision Changes Path 1.12 +1 -1 ports/mail/mulberry/Makefile 1.9 +4 -4 ports/mail/mulberry/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 15 06:57: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 412F316A4CE; Thu, 15 Jul 2004 06:57:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2533943D39; Thu, 15 Jul 2004 06:57:37 +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 i6F6vbNI042627; Thu, 15 Jul 2004 06:57:37 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F6vbBj042626; Thu, 15 Jul 2004 06:57:37 GMT (envelope-from tjr) Message-Id: <200407150657.i6F6vbBj042626@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 15 Jul 2004 06:57: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/colcrt colcrt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 06:57:37 -0000 tjr 2004-07-15 06:57:37 UTC FreeBSD src repository Modified files: usr.bin/colcrt colcrt.c Log: Use freopen() instead of a nasty hack. Revision Changes Path 1.15 +1 -2 src/usr.bin/colcrt/colcrt.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 06:59: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 34E5716A4CE; Thu, 15 Jul 2004 06:59:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 188AA43D3F; Thu, 15 Jul 2004 06:59:35 +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 i6F6xYLR042678; Thu, 15 Jul 2004 06:59:34 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F6xYWk042677; Thu, 15 Jul 2004 06:59:34 GMT (envelope-from tjr) Message-Id: <200407150659.i6F6xYWk042677@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 15 Jul 2004 06:59:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/colcrt colcrt.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: Thu, 15 Jul 2004 06:59:35 -0000 tjr 2004-07-15 06:59:34 UTC FreeBSD src repository Modified files: usr.bin/colcrt colcrt.1 Log: Add incorrect multibyte character handling to the already long list of bugs. Revision Changes Path 1.11 +3 -1 src/usr.bin/colcrt/colcrt.1 From owner-cvs-all@FreeBSD.ORG Thu Jul 15 07: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 372C616A4CE; Thu, 15 Jul 2004 07:26:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B46343D49; Thu, 15 Jul 2004 07:26: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 i6F7QKj1043581; Thu, 15 Jul 2004 07:26:20 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F7QKTO043580; Thu, 15 Jul 2004 07:26:20 GMT (envelope-from tjr) Message-Id: <200407150726.i6F7QKTO043580@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 15 Jul 2004 07:26:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/killall killall.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 07:26:21 -0000 tjr 2004-07-15 07:26:20 UTC FreeBSD src repository Modified files: usr.bin/killall killall.c Log: Respect locale settings from the environment. Revision Changes Path 1.28 +3 -0 src/usr.bin/killall/killall.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 07:30: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 5236416A640; Thu, 15 Jul 2004 07:30:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3765A43D2F; Thu, 15 Jul 2004 07:30:16 +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 i6F7UGeD043699; Thu, 15 Jul 2004 07:30:16 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F7UFAi043698; Thu, 15 Jul 2004 07:30:15 GMT (envelope-from tjr) Message-Id: <200407150730.i6F7UFAi043698@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 15 Jul 2004 07:30: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/killall killall.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 07:30:16 -0000 tjr 2004-07-15 07:30:15 UTC FreeBSD src repository Modified files: usr.bin/killall killall.c Log: Print size_t with %zu, not %d. Revision Changes Path 1.29 +1 -1 src/usr.bin/killall/killall.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 07:33: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 1A08316A4CE; Thu, 15 Jul 2004 07:33:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F308143D3F; Thu, 15 Jul 2004 07:33:56 +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 i6F7Xu6x043830; Thu, 15 Jul 2004 07:33:56 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F7XulQ043829; Thu, 15 Jul 2004 07:33:56 GMT (envelope-from tjr) Message-Id: <200407150733.i6F7XulQ043829@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 15 Jul 2004 07:33: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/killall killall.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 07:33:57 -0000 tjr 2004-07-15 07:33:56 UTC FreeBSD src repository Modified files: usr.bin/killall killall.c Log: Don't pass negative values into functions on machines with signed chars. Revision Changes Path 1.30 +3 -3 src/usr.bin/killall/killall.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 07: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 F10EA16A4CE; Thu, 15 Jul 2004 07:34:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D658D43D45; Thu, 15 Jul 2004 07:34:14 +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 i6F7YEis043863; Thu, 15 Jul 2004 07:34:14 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F7YEPF043862; Thu, 15 Jul 2004 07:34:14 GMT (envelope-from roam) Message-Id: <200407150734.i6F7YEPF043862@repoman.freebsd.org> From: Peter Pentchev Date: Thu, 15 Jul 2004 07:34: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.sbin/usbd usbd.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: Thu, 15 Jul 2004 07:34:15 -0000 roam 2004-07-15 07:34:14 UTC FreeBSD src repository (doc,ports committer) Modified files: usr.sbin/usbd usbd.conf.5 Log: Fix 'camcontrol rescan' syntax and use the proper indentation for the FILES list. PR: 66827 Submitted by: Michel Lavondes MFC after: 2 weeks Revision Changes Path 1.14 +2 -2 src/usr.sbin/usbd/usbd.conf.5 From owner-cvs-all@FreeBSD.ORG Thu Jul 15 07:46: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 9FE3316A4CE; Thu, 15 Jul 2004 07:46:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8556F43D49; Thu, 15 Jul 2004 07:46:24 +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 i6F7kOZq044319; Thu, 15 Jul 2004 07:46:24 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F7kO9b044318; Thu, 15 Jul 2004 07:46:24 GMT (envelope-from roam) Message-Id: <200407150746.i6F7kO9b044318@repoman.freebsd.org> From: Peter Pentchev Date: Thu, 15 Jul 2004 07:46:24 +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: Thu, 15 Jul 2004 07:46:24 -0000 roam 2004-07-15 07:46:24 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4) sys/i386/conf LINT Log: MFC the relevant spelling fixes from mpp's rev. 1.1234 of src/sys/conf/NOTES. Revision Changes Path 1.749.2.170 +6 -6 src/sys/i386/conf/LINT From owner-cvs-all@FreeBSD.ORG Thu Jul 15 07: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 7B33F16A4CE; Thu, 15 Jul 2004 07:52:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6064843D1F; Thu, 15 Jul 2004 07:52: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 i6F7qSfK044514; Thu, 15 Jul 2004 07:52:28 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F7qSXM044513; Thu, 15 Jul 2004 07:52:28 GMT (envelope-from roam) Message-Id: <200407150752.i6F7qSXM044513@repoman.freebsd.org> From: Peter Pentchev Date: Thu, 15 Jul 2004 07:52: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 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, 15 Jul 2004 07:52:28 -0000 roam 2004-07-15 07:52:28 UTC FreeBSD src repository (doc,ports committer) Modified files: sys/conf NOTES Log: A couple of grammar fixes in the bktr options section. PR: 66828 (mostly) Submitted by: Michel Lavondes MFC after: 2 weeks Revision Changes Path 1.1245 +4 -4 src/sys/conf/NOTES From owner-cvs-all@FreeBSD.ORG Thu Jul 15 07:53: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 705B516A4CE; Thu, 15 Jul 2004 07:53:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53DAD43D4C; Thu, 15 Jul 2004 07:53:50 +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 i6F7romF044628; Thu, 15 Jul 2004 07:53:50 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F7roEw044627; Thu, 15 Jul 2004 07:53:50 GMT (envelope-from metal) Message-Id: <200407150753.i6F7roEw044627@repoman.freebsd.org> From: SUZUKI Koichi Date: Thu, 15 Jul 2004 07:53: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/ja_JP.eucJP/man/man1 gcov.1doc/ja_JP.eucJP/man/man5 config.5 doc/ja_JP.eucJP/man/man8 rescue.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: Thu, 15 Jul 2004 07:53:50 -0000 metal 2004-07-15 07:53:50 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 gcov.1 ja_JP.eucJP/man/man5 config.5 ja_JP.eucJP/man/man8 rescue.8 Log: Convert the character encoding from iso-2022-jp to euc-jp. Japanese manpages should be encoded by euc-jp. Submitted by: kano@na.rim.or.jp Approved by: kuriyama (mentor/implicitly) Revision Changes Path 1.2 +171 -171 doc/ja_JP.eucJP/man/man1/gcov.1 1.2 +156 -156 doc/ja_JP.eucJP/man/man5/config.5 1.2 +88 -88 doc/ja_JP.eucJP/man/man8/rescue.8 From owner-cvs-all@FreeBSD.ORG Thu Jul 15 07:55: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 001F916A4CE; Thu, 15 Jul 2004 07:55:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA00743D1F; Thu, 15 Jul 2004 07:55:57 +0000 (GMT) (envelope-from max@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6F7tvvx044745; Thu, 15 Jul 2004 07:55:57 GMT (envelope-from max@repoman.freebsd.org) Received: (from max@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F7tvWt044744; Thu, 15 Jul 2004 07:55:57 GMT (envelope-from max) Message-Id: <200407150755.i6F7tvWt044744@repoman.freebsd.org> From: Masafumi Max NAKANE Date: Thu, 15 Jul 2004 07:55: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/ptex 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, 15 Jul 2004 07:55:58 -0000 max 2004-07-15 07:55:57 UTC FreeBSD ports repository Modified files: japanese/ptex Makefile Log: Do the build of ../ptex-base in pre-configure, so that all the dependencies would have been built and installed by then. Hopefully, this will unbreak the package build, but leave the BROKEN lines till package build actually succeeds. Revision Changes Path 1.25 +2 -2 ports/japanese/ptex/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 15 08:01: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 08D6E16A4CE; Thu, 15 Jul 2004 08:01:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E199C43D49; Thu, 15 Jul 2004 08:01:00 +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 i6F810Ar044944; Thu, 15 Jul 2004 08:01:00 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F810at044943; Thu, 15 Jul 2004 08:01:00 GMT (envelope-from alfred) Message-Id: <200407150801.i6F810at044943@repoman.freebsd.org> From: Alfred Perlstein Date: Thu, 15 Jul 2004 08: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/kern kern_shutdown.c 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: Thu, 15 Jul 2004 08:01:02 -0000 alfred 2004-07-15 08:01:00 UTC FreeBSD src repository Modified files: sys/kern kern_shutdown.c vfs_subr.c Log: Cleanup shutdown output. Revision Changes Path 1.157 +3 -5 src/sys/kern/kern_shutdown.c 1.512 +1 -2 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 08: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 1A3AC16A4CF; Thu, 15 Jul 2004 08:01:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F393543D31; Thu, 15 Jul 2004 08:01: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 i6F81PjK044989; Thu, 15 Jul 2004 08:01:25 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F81P0T044988; Thu, 15 Jul 2004 08:01:25 GMT (envelope-from eik) Message-Id: <200407150801.i6F81P0T044988@repoman.freebsd.org> From: Oliver Eikemeier Date: Thu, 15 Jul 2004 08:01: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/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, 15 Jul 2004 08:01:26 -0000 eik 2004-07-15 08:01:25 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: PHP memory_limit and strip_tags() vulnerabilities. Revision Changes Path 1.149 +53 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Jul 15 08:10: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 7A2A016A4CE; Thu, 15 Jul 2004 08:10:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F76A43D46; Thu, 15 Jul 2004 08:10: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 i6F8AQRj045294; Thu, 15 Jul 2004 08:10:26 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F8AQA7045293; Thu, 15 Jul 2004 08:10:26 GMT (envelope-from tjr) Message-Id: <200407150810.i6F8AQA7045293@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 15 Jul 2004 08:10: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/pkill pkill.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 08:10:26 -0000 tjr 2004-07-15 08:10:26 UTC FreeBSD src repository Modified files: usr.bin/pkill pkill.c Log: Respect locale settings from the environment. Revision Changes Path 1.18 +3 -0 src/usr.bin/pkill/pkill.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 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 572B916A4CE; Thu, 15 Jul 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 3AED843D1F; Thu, 15 Jul 2004 08:13:56 +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 i6F8DuBG045400; Thu, 15 Jul 2004 08:13:56 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F8Du74045399; Thu, 15 Jul 2004 08:13:56 GMT (envelope-from tjr) Message-Id: <200407150813.i6F8Du74045399@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 15 Jul 2004 08:13:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/whereis whereis.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 08:13:56 -0000 tjr 2004-07-15 08:13:56 UTC FreeBSD src repository Modified files: usr.bin/whereis whereis.c Log: Respect locale settings from the environment. Revision Changes Path 1.13 +3 -0 src/usr.bin/whereis/whereis.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 08:20: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 7C94516A4CE; Thu, 15 Jul 2004 08:20:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61AFE43D2F; Thu, 15 Jul 2004 08:20:05 +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 i6F8K5mt045622; Thu, 15 Jul 2004 08:20:05 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F8K5Jl045621; Thu, 15 Jul 2004 08:20:05 GMT (envelope-from ijliao) Message-Id: <200407150820.i6F8K5Jl045621@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 15 Jul 2004 08:20: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/www Makefile ports/www/nanoblogger Makefile distinfo pkg-descr ports/www/nanoblogger/files patch-nb X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 08:20:05 -0000 ijliao 2004-07-15 08:20:05 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/nanoblogger Makefile distinfo pkg-descr www/nanoblogger/files patch-nb Log: add nanoblogger 2.8 Small weblog engine for the UNIX command line Revision Changes Path 1.925 +1 -0 ports/www/Makefile 1.1 +47 -0 ports/www/nanoblogger/Makefile (new) 1.1 +2 -0 ports/www/nanoblogger/distinfo (new) 1.1 +26 -0 ports/www/nanoblogger/files/patch-nb (new) 1.1 +24 -0 ports/www/nanoblogger/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 08:22: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 E9E3416A4CE; Thu, 15 Jul 2004 08:22:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF3C543D46; Thu, 15 Jul 2004 08:22:19 +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 i6F8MJxh045752; Thu, 15 Jul 2004 08:22:19 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F8MJpq045751; Thu, 15 Jul 2004 08:22:19 GMT (envelope-from murray) Message-Id: <200407150822.i6F8MJpq045751@repoman.freebsd.org> From: Murray Stokely Date: Thu, 15 Jul 2004 08:22: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/share/sgml freebsd.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: Thu, 15 Jul 2004 08:22:20 -0000 murray 2004-07-15 08:22:19 UTC FreeBSD doc repository Modified files: share/sgml freebsd.ent Log: Add a role attribute to the NIS acronym so that we can render HTML that displays a mouseover with the full text 'Network Information System'. This is a proof of concept. Stylesheet support coming next. Revision Changes Path 1.58 +1 -1 doc/share/sgml/freebsd.ent From owner-cvs-all@FreeBSD.ORG Thu Jul 15 08:22: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 A3D6916A4CE; Thu, 15 Jul 2004 08:22:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88E4943D46; Thu, 15 Jul 2004 08:22:36 +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 i6F8MaJn045791; Thu, 15 Jul 2004 08:22:36 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F8MaTL045790; Thu, 15 Jul 2004 08:22:36 GMT (envelope-from ijliao) Message-Id: <200407150822.i6F8MaTL045790@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 15 Jul 2004 08:22:36 +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, 15 Jul 2004 08:22:36 -0000 ijliao 2004-07-15 08:22:36 UTC FreeBSD ports repository Modified files: . modules Log: nanoblogger --> ports/www/nanoblogger Revision Changes Path 1.10542 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 15 08:26: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 45FA616A4CE; Thu, 15 Jul 2004 08:26:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C00643D5D; Thu, 15 Jul 2004 08:26:08 +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 i6F8Q81j046772; Thu, 15 Jul 2004 08:26:08 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F8Q8Kx046771; Thu, 15 Jul 2004 08:26:08 GMT (envelope-from phk) Message-Id: <200407150826.i6F8Q8Kx046771@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 15 Jul 2004 08:26: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/alpha/linux linux_sysvec.c src/sys/cam cam_periph.h cam_xpt.c src/sys/coda coda_fbsd.c src/sys/compat/svr4 svr4_sysvec.c src/sys/dev/aic7xxx aic79xx_osm.c aic7xxx_osm.c src/sys/dev/bktr bktr_mem.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 08:26:08 -0000 phk 2004-07-15 08:26:08 UTC FreeBSD src repository Modified files: sys/alpha/linux linux_sysvec.c sys/cam cam_periph.h cam_xpt.c sys/coda coda_fbsd.c sys/compat/svr4 svr4_sysvec.c sys/dev/aic7xxx aic79xx_osm.c aic7xxx_osm.c sys/dev/bktr bktr_mem.c sys/dev/dcons dcons.c sys/dev/fb fb.c splashreg.h sys/dev/firewire firewire.c sys/dev/harp if_harp.c sys/dev/hfa hfa_freebsd.c sys/dev/ispfw ispfw.c sys/dev/md md.c sys/dev/null null.c sys/dev/ofw openpromio.c sys/dev/random randomdev.c sys/dev/snp snp.c sys/dev/sound driver.c sys/dev/streams streams.c sys/dev/syscons syscons.h sys/dev/utopia utopia.c sys/dev/vinum vinum.c sys/fs/pseudofs pseudofs.c sys/fs/unionfs union_subr.c sys/geom/gate g_gate.c sys/i386/ibcs2 ibcs2_sysvec.c sys/i386/isa vesa.c sys/i386/linux linux_sysvec.c sys/i4b/include i4b_global.h sys/kern kern_mac.c kern_module.c kern_syscalls.c subr_bus.c vfs_init.c sys/net if_disc.c if_ef.c if_faith.c if_gif.c if_gre.c if_loop.c if_ppp.c if_sl.c if_spppsubr.c if_stf.c if_tun.c if_vlan.c sys/netgraph ng_base.c sys/netinet ip_dummynet.c ip_fw2.c ip_mroute.c sys/netinet6 ip6_fw.c sys/nfsserver nfs_srvsubs.c sys/sys exec.h Log: Do a pass over all modules in the kernel and make them return EOPNOTSUPP for unknown events. A number of modules return EINVAL in this instance, and I have left those alone for now and instead taught MOD_QUIESCE to accept this as "didn't do anything". Revision Changes Path 1.93 +1 -0 src/sys/alpha/linux/linux_sysvec.c 1.14 +2 -0 src/sys/cam/cam_periph.h 1.142 +2 -0 src/sys/cam/cam_xpt.c 1.36 +2 -2 src/sys/coda/coda_fbsd.c 1.37 +1 -0 src/sys/compat/svr4/svr4_sysvec.c 1.17 +1 -0 src/sys/dev/aic7xxx/aic79xx_osm.c 1.40 +1 -0 src/sys/dev/aic7xxx/aic7xxx_osm.c 1.11 +1 -0 src/sys/dev/bktr/bktr_mem.c 1.15 +3 -0 src/sys/dev/dcons/dcons.c 1.32 +2 -0 src/sys/dev/fb/fb.c 1.6 +3 -1 src/sys/dev/fb/splashreg.h 1.77 +2 -0 src/sys/dev/firewire/firewire.c 1.5 +2 -0 src/sys/dev/harp/if_harp.c 1.9 +1 -0 src/sys/dev/hfa/hfa_freebsd.c 1.13 +1 -0 src/sys/dev/ispfw/ispfw.c 1.125 +1 -0 src/sys/dev/md/md.c 1.27 +2 -0 src/sys/dev/null/null.c 1.5 +1 -1 src/sys/dev/ofw/openpromio.c 1.56 +4 -0 src/sys/dev/random/randomdev.c 1.92 +1 -0 src/sys/dev/snp/snp.c 1.12 +1 -0 src/sys/dev/sound/driver.c 1.47 +1 -0 src/sys/dev/streams/streams.c 1.79 +2 -0 src/sys/dev/syscons/syscons.h 1.7 +2 -0 src/sys/dev/utopia/utopia.c 1.66 +1 -0 src/sys/dev/vinum/vinum.c 1.21 +1 -1 src/sys/fs/pseudofs/pseudofs.c 1.79 +1 -0 src/sys/fs/unionfs/union_subr.c 1.10 +1 -0 src/sys/geom/gate/g_gate.c 1.28 +1 -1 src/sys/i386/ibcs2/ibcs2_sysvec.c 1.47 +1 -1 src/sys/i386/isa/vesa.c 1.132 +1 -1 src/sys/i386/linux/linux_sysvec.c 1.12 +2 -0 src/sys/i4b/include/i4b_global.h 1.113 +1 -0 src/sys/kern/kern_mac.c 1.45 +1 -1 src/sys/kern/kern_module.c 1.11 +3 -0 src/sys/kern/kern_syscalls.c 1.155 +5 -0 src/sys/kern/subr_bus.c 1.70 +2 -1 src/sys/kern/vfs_init.c 1.44 +2 -0 src/sys/net/if_disc.c 1.31 +1 -1 src/sys/net/if_ef.c 1.32 +2 -0 src/sys/net/if_faith.c 1.49 +2 -0 src/sys/net/if_gif.c 1.27 +2 -0 src/sys/net/if_gre.c 1.100 +2 -0 src/sys/net/if_loop.c 1.100 +2 -0 src/sys/net/if_ppp.c 1.121 +2 -0 src/sys/net/if_sl.c 1.113 +1 -2 src/sys/net/if_spppsubr.c 1.42 +2 -0 src/sys/net/if_stf.c 1.144 +2 -0 src/sys/net/if_tun.c 1.70 +2 -0 src/sys/net/if_vlan.c 1.81 +1 -1 src/sys/netgraph/ng_base.c 1.82 +1 -0 src/sys/netinet/ip_dummynet.c 1.64 +1 -0 src/sys/netinet/ip_fw2.c 1.103 +2 -0 src/sys/netinet/ip_mroute.c 1.32 +1 -0 src/sys/netinet6/ip6_fw.c 1.130 +8 -5 src/sys/nfsserver/nfs_srvsubs.c 1.31 +1 -0 src/sys/sys/exec.h From owner-cvs-all@FreeBSD.ORG Thu Jul 15 08: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 9C9E916A4CE; Thu, 15 Jul 2004 08:26:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8005F43D45; Thu, 15 Jul 2004 08:26:33 +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 i6F8QXel046801; Thu, 15 Jul 2004 08:26:33 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F8QXYY046800; Thu, 15 Jul 2004 08:26:33 GMT (envelope-from murray) Message-Id: <200407150826.i6F8QXYY046800@repoman.freebsd.org> From: Murray Stokely Date: Thu, 15 Jul 2004 08:26: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 freebsd.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: Thu, 15 Jul 2004 08:26:33 -0000 murray 2004-07-15 08:26:33 UTC FreeBSD doc repository Modified files: share/sgml freebsd.dsl Log: Override the default $acronym-seq$ formatting to look for a role attribute in acronym DocBook tags and use this for the title attribute in acronym HTML4 tags, which will then give a mouseover definition of the acronym. Revision Changes Path 1.80 +17 -0 doc/share/sgml/freebsd.dsl From owner-cvs-all@FreeBSD.ORG Thu Jul 15 08: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 C7AF216A4CE; Thu, 15 Jul 2004 08:27:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA5AB43D58; Thu, 15 Jul 2004 08:27:04 +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 i6F8R4ZY046842; Thu, 15 Jul 2004 08:27:04 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F8R4cR046841; Thu, 15 Jul 2004 08:27:04 GMT (envelope-from tjr) Message-Id: <200407150827.i6F8R4cR046841@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 15 Jul 2004 08: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/usr.bin/fmt fmt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 08:27:04 -0000 tjr 2004-07-15 08:27:04 UTC FreeBSD src repository Modified files: usr.bin/fmt fmt.c Log: Avoid passing negative values to isspace() on systems with signed chars. Revision Changes Path 1.21 +1 -1 src/usr.bin/fmt/fmt.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 08:27: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 2685C16A4CE; Thu, 15 Jul 2004 08:27:24 +0000 (GMT) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id E04E743D41; Thu, 15 Jul 2004 08:27:23 +0000 (GMT) (envelope-from chris@unixpages.org) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0I0V003L3WRZKT@ms-dienst.rz.rwth-aachen.de>; Thu, 15 Jul 2004 10:26:23 +0200 (MEST) Received: from relay.RWTH-Aachen.DE ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Thu, 15 Jul 2004 10:26:22 +0200 (MEST) Received: from haakonia.hitnet.rwth-aachen.de (haakonia.hitnet.RWTH-Aachen.DE [137.226.181.92])i6F8QMmH015441; Thu, 15 Jul 2004 10:26:22 +0200 (MEST) Received: from gondor.middleearth (gondor.middleearth [192.168.1.42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))(Postfix) with ESMTP id CE96A2843F; Thu, 15 Jul 2004 10:26:21 +0200 (CEST) Received: by gondor.middleearth (Postfix, from userid 1001) id 941446106; Thu, 15 Jul 2004 10:26:21 +0200 (CEST) Date: Thu, 15 Jul 2004 10:26:21 +0200 From: Christian Brueffer In-reply-to: <200407150822.i6F8MJpq045751@repoman.freebsd.org> To: Murray Stokely Message-id: <20040715082621.GG1683@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary=nFBW6CQlri5Qm8JQ; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.5.1i X-Operating-System: FreeBSD 5.2-CURRENT X-PGP-Key: http://people.freebsd.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200407150822.i6F8MJpq045751@repoman.freebsd.org> cc: doc-committers@freebsd.org cc: cvs-doc@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: doc/share/sgml freebsd.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: Thu, 15 Jul 2004 08:27:24 -0000 --nFBW6CQlri5Qm8JQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 15, 2004 at 08:22:19AM +0000, Murray Stokely wrote: > murray 2004-07-15 08:22:19 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > share/sgml freebsd.ent=20 > Log: > Add a role attribute to the NIS acronym so that we can render HTML > that displays a mouseover with the full text 'Network Information > System'. This is a proof of concept. Stylesheet support coming next. > =20 Nice idea! - Christian=20 --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --nFBW6CQlri5Qm8JQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA9j+tbHYXjKDtmC0RAnkmAKDi1XgbORnCZagD9MHS0M8ihYusugCgmXG0 SEqcjePPpmEisC5OguUPkk0= =mX2p -----END PGP SIGNATURE----- --nFBW6CQlri5Qm8JQ-- From owner-cvs-all@FreeBSD.ORG Thu Jul 15 08: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 B0E7616A4CE; Thu, 15 Jul 2004 08:36:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94C8C43D41; Thu, 15 Jul 2004 08:36:00 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6F8a0GF047243; Thu, 15 Jul 2004 08:36:00 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F8a0GX047242; Thu, 15 Jul 2004 08:36:00 GMT (envelope-from mat) Message-Id: <200407150836.i6F8a0GX047242@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 15 Jul 2004 08:36: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/p5-XML-Smart 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, 15 Jul 2004 08:36:00 -0000 mat 2004-07-15 08:36:00 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Smart Makefile distinfo Log: Update to 1.6.6 Revision Changes Path 1.16 +1 -1 ports/textproc/p5-XML-Smart/Makefile 1.16 +2 -2 ports/textproc/p5-XML-Smart/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 15 08:41: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 4D26B16A4CE; Thu, 15 Jul 2004 08:41:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F69943D53; Thu, 15 Jul 2004 08:41:31 +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 i6F8fUYx047440; Thu, 15 Jul 2004 08:41:30 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F8fUCQ047439; Thu, 15 Jul 2004 08:41:30 GMT (envelope-from ale) Message-Id: <200407150841.i6F8fUCQ047439@repoman.freebsd.org> From: Alex Dupre Date: Thu, 15 Jul 2004 08:41: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/lang/php4 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, 15 Jul 2004 08:41:31 -0000 ale 2004-07-15 08:41:30 UTC FreeBSD ports repository Modified files: lang/php4 Makefile distinfo Log: Update to 4.3.8 release. The major PHP ports overhaul is in its final stage. This commit was anticipated since it fixes a critical security vulnerability. Revision Changes Path 1.74 +2 -2 ports/lang/php4/Makefile 1.13 +2 -2 ports/lang/php4/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 15 08: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 DD10616A4CE; Thu, 15 Jul 2004 08:43:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D876543D1F; Thu, 15 Jul 2004 08:43:08 +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 i6F8h8PQ047514; Thu, 15 Jul 2004 08:43:08 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F8h81s047513; Thu, 15 Jul 2004 08:43:08 GMT (envelope-from ale) Message-Id: <200407150843.i6F8h81s047513@repoman.freebsd.org> From: Alex Dupre Date: Thu, 15 Jul 2004 08:43: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/php5 Makefile distinfo pkg-plist ports/lang/php5/files patch-sapi::apache::mod_php5.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 08:43:09 -0000 ale 2004-07-15 08:43:08 UTC FreeBSD ports repository Modified files: lang/php5 Makefile distinfo pkg-plist Added files: lang/php5/files patch-sapi::apache::mod_php5.c Log: Update to final 5.0.0 release: - add a post 5.0.0 patch to fix basic authentication with apache 1.x The major PHP ports overhaul is in its final stage. This commit was anticipated since it fixes a critical security vulnerability. Revision Changes Path 1.69 +2 -2 ports/lang/php5/Makefile 1.12 +2 -2 ports/lang/php5/distinfo 1.1 +11 -0 ports/lang/php5/files/patch-sapi::apache::mod_php5.c (new) 1.13 +1 -0 ports/lang/php5/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 15 08:45: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 7790316A4CE; Thu, 15 Jul 2004 08:45:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BE7D43D55; Thu, 15 Jul 2004 08:45: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 i6F8j5a0047575; Thu, 15 Jul 2004 08:45:05 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F8j5gH047574; Thu, 15 Jul 2004 08:45:05 GMT (envelope-from murray) Message-Id: <200407150845.i6F8j5gH047574@repoman.freebsd.org> From: Murray Stokely Date: Thu, 15 Jul 2004 08:45:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access.unclassified X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 08:45:05 -0000 murray 2004-07-15 08:45:05 UTC FreeBSD src repository Modified files: . access.unclassified Log: Retire logo's bit for safekeeping. It's been 2 years since he committed anything, and he hasn't responded to my pings about the status of his account. With hats: mentor, doceng Revision Changes Path 1.645 +0 -1 CVSROOT/access.unclassified From owner-cvs-all@FreeBSD.ORG Thu Jul 15 08:54: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 802FD16A4CE; Thu, 15 Jul 2004 08:54:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 653F643D39; Thu, 15 Jul 2004 08:54:41 +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 i6F8sfhN047841; Thu, 15 Jul 2004 08:54:41 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F8sfD2047840; Thu, 15 Jul 2004 08:54:41 GMT (envelope-from tjr) Message-Id: <200407150854.i6F8sfD2047840@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 15 Jul 2004 08:54: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/usr.bin/du du.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 08:54:41 -0000 tjr 2004-07-15 08:54:41 UTC FreeBSD src repository Modified files: usr.bin/du du.c Log: Respect locale settings from the environment. Revision Changes Path 1.35 +3 -0 src/usr.bin/du/du.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 09:04: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 81E9516A4CE; Thu, 15 Jul 2004 09:04:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 675F643D48; Thu, 15 Jul 2004 09:04:05 +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 i6F945AR048102; Thu, 15 Jul 2004 09:04:05 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F9450G048101; Thu, 15 Jul 2004 09:04:05 GMT (envelope-from ijliao) Message-Id: <200407150904.i6F9450G048101@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 15 Jul 2004 09:04: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/shells/vshnu 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, 15 Jul 2004 09:04:05 -0000 ijliao 2004-07-15 09:04:05 UTC FreeBSD ports repository Modified files: shells/vshnu Makefile distinfo Log: upgrade to 1.0124 Revision Changes Path 1.10 +1 -1 ports/shells/vshnu/Makefile 1.6 +2 -2 ports/shells/vshnu/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 15 09:23: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 8F0B016A4CE; Thu, 15 Jul 2004 09:23:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71EC943D4C; Thu, 15 Jul 2004 09:23:04 +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 i6F9N4aF048623; Thu, 15 Jul 2004 09:23:04 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F9N49o048622; Thu, 15 Jul 2004 09:23:04 GMT (envelope-from tjr) Message-Id: <200407150923.i6F9N49o048622@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 15 Jul 2004 09:23: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/column column.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 09:23:04 -0000 tjr 2004-07-15 09:23:04 UTC FreeBSD src repository Modified files: usr.bin/column column.c Log: Avoid passing negative values to isspace() on machines with signed chars. Revision Changes Path 1.12 +1 -1 src/usr.bin/column/column.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 09:28: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 D9C2116A4CE; Thu, 15 Jul 2004 09:28:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D524943D2F; Thu, 15 Jul 2004 09:28:03 +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 i6F9S3fD048925; Thu, 15 Jul 2004 09:28:03 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F9S3n5048924; Thu, 15 Jul 2004 09:28:03 GMT (envelope-from murray) Message-Id: <200407150928.i6F9S3n5048924@repoman.freebsd.org> From: Murray Stokely Date: Thu, 15 Jul 2004 09:28: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/alpha mkisoimages.sh src/release/amd64 mkisoimages.sh src/release/i386 mkisoimages.sh src/release/ia64 mkisoimages.sh src/release/sparc64 mkisoimages.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, 15 Jul 2004 09:28:04 -0000 murray 2004-07-15 09:28:03 UTC FreeBSD src repository Modified files: release/alpha mkisoimages.sh release/amd64 mkisoimages.sh release/i386 mkisoimages.sh release/ia64 mkisoimages.sh release/sparc64 mkisoimages.sh Log: Add a publisher variable with the URL for the FreeBSD Project, and put this into the ISO headers by specifying the -P option to mkisofs. Obtained from: share/examples/worm/makecdfs.sh Revision Changes Path 1.10 +3 -1 src/release/alpha/mkisoimages.sh 1.10 +2 -1 src/release/amd64/mkisoimages.sh 1.11 +3 -1 src/release/i386/mkisoimages.sh 1.8 +2 -1 src/release/ia64/mkisoimages.sh 1.6 +2 -1 src/release/sparc64/mkisoimages.sh From owner-cvs-all@FreeBSD.ORG Thu Jul 15 09:40: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 3AADE16A4CE; Thu, 15 Jul 2004 09:40:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D2F843D1F; Thu, 15 Jul 2004 09:40:06 +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 i6F9drvx049276; Thu, 15 Jul 2004 09:39:53 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F9drjf049275; Thu, 15 Jul 2004 09:39:53 GMT (envelope-from ijliao) Message-Id: <200407150939.i6F9drjf049275@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 15 Jul 2004 09:39: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/ivtools Makefile distinfo pkg-plist ports/graphics/ivtools/files patch-config::rules.def X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 09:40:06 -0000 ijliao 2004-07-15 09:39:53 UTC FreeBSD ports repository Modified files: graphics/ivtools Makefile distinfo pkg-plist graphics/ivtools/files patch-config::rules.def Log: upgrade to 1.2.1 Revision Changes Path 1.12 +2 -5 ports/graphics/ivtools/Makefile 1.4 +2 -2 ports/graphics/ivtools/distinfo 1.2 +29 -19 ports/graphics/ivtools/files/patch-config::rules.def 1.5 +19 -19 ports/graphics/ivtools/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 15 09:42: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 661E616A4CE; Thu, 15 Jul 2004 09:42:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B60A43D1D; Thu, 15 Jul 2004 09:42:17 +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 i6F9gHMY049409; Thu, 15 Jul 2004 09:42:17 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F9gH1Y049408; Thu, 15 Jul 2004 09:42:17 GMT (envelope-from brian) Message-Id: <200407150942.i6F9gH1Y049408@repoman.freebsd.org> From: Brian Somers Date: Thu, 15 Jul 2004 09:42: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/ppp command.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 09:42:17 -0000 brian 2004-07-15 09:42:17 UTC FreeBSD src repository Modified files: usr.sbin/ppp command.c Log: Fix ``set ifaddr''. The code was actually using an uninitialised variable, but conveniently, because ncpaddr.ncpaddr_family != AF_INET, the call to ncpaddr_getip4addr() became a no-op leaving the local address as it was (defaulting to whatever my hostname resolves to). PR: 62050 Submitted by: Peter Jeremy MFC after: 3 days Revision Changes Path 1.298 +1 -1 src/usr.sbin/ppp/command.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 09:51: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 A53BD16A4CF; Thu, 15 Jul 2004 09:51:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8947543D54; Thu, 15 Jul 2004 09:51: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 i6F9pgLe049697; Thu, 15 Jul 2004 09:51:42 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6F9pgif049696; Thu, 15 Jul 2004 09:51:42 GMT (envelope-from eik) Message-Id: <200407150951.i6F9pgif049696@repoman.freebsd.org> From: Oliver Eikemeier Date: Thu, 15 Jul 2004 09:51: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/exim-doc-html Makefile distinfo pkg-plist_html pkg-plist_pdf pkg-plist_postscript X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 09:51:48 -0000 eik 2004-07-15 09:51:42 UTC FreeBSD ports repository Modified files: mail/exim-doc-html Makefile distinfo Removed files: mail/exim-doc-html pkg-plist_html pkg-plist_pdf pkg-plist_postscript Log: upgrade to 4.40 Revision Changes Path 1.11 +16 -4 ports/mail/exim-doc-html/Makefile 1.6 +8 -8 ports/mail/exim-doc-html/distinfo 1.5 +0 -122 ports/mail/exim-doc-html/pkg-plist_html (dead) 1.4 +0 -3 ports/mail/exim-doc-html/pkg-plist_pdf (dead) 1.4 +0 -3 ports/mail/exim-doc-html/pkg-plist_postscript (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 10:26: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 36A8F16A4CE; Thu, 15 Jul 2004 10:26:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A8EB43D2F; Thu, 15 Jul 2004 10:26: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 i6FAQckE050515; Thu, 15 Jul 2004 10:26:39 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FAQcxY050514; Thu, 15 Jul 2004 10:26:38 GMT (envelope-from tjr) Message-Id: <200407151026.i6FAQcxY050514@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 15 Jul 2004 10:26: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.bin/rs rs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 10:26:39 -0000 tjr 2004-07-15 10:26:38 UTC FreeBSD src repository Modified files: usr.bin/rs rs.c Log: Avoid passing negative values to isdigit() on machines with signed chars. Revision Changes Path 1.12 +5 -5 src/usr.bin/rs/rs.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 10:38: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 1156D16A4CE; Thu, 15 Jul 2004 10:38:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8ED843D45; Thu, 15 Jul 2004 10:38:26 +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 i6FAcQKX050835; Thu, 15 Jul 2004 10:38:26 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FAcQvn050834; Thu, 15 Jul 2004 10:38:26 GMT (envelope-from brueffer) Message-Id: <200407151038.i6FAcQvn050834@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 15 Jul 2004 10:38:26 +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 consult.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, 15 Jul 2004 10:38:27 -0000 brueffer 2004-07-15 10:38:26 UTC FreeBSD doc repository Modified files: en/commercial consult.xml Log: Add an entry for DaemonSecurity Submitted by: Erik Norgaard Revision Changes Path 1.8 +14 -1 www/en/commercial/consult.xml From owner-cvs-all@FreeBSD.ORG Thu Jul 15 10:39: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 79AE916A4CE; Thu, 15 Jul 2004 10:39:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D62643D1F; Thu, 15 Jul 2004 10:39:31 +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 i6FAdVYY050877; Thu, 15 Jul 2004 10:39:31 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FAdVXA050876; Thu, 15 Jul 2004 10:39:31 GMT (envelope-from vs) Message-Id: <200407151039.i6FAdVXA050876@repoman.freebsd.org> From: Volker Stolz Date: Thu, 15 Jul 2004 10:39: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/palm/jpilot 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, 15 Jul 2004 10:39:31 -0000 vs 2004-07-15 10:39:31 UTC FreeBSD ports repository Modified files: palm/jpilot Makefile Log: Change the default configuration to use GTK2 rather than GTK1. PR: ports/69069 Submitted by: Alex Varju (maintainer) Revision Changes Path 1.42 +4 -3 ports/palm/jpilot/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 15 10:46: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 9738516A4CE; Thu, 15 Jul 2004 10:46:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7710443D31; Thu, 15 Jul 2004 10:46: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 i6FAk1gx051116; Thu, 15 Jul 2004 10:46:01 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FAk1M0051115; Thu, 15 Jul 2004 10:46:01 GMT (envelope-from vs) Message-Id: <200407151046.i6FAk1M0051115@repoman.freebsd.org> From: Volker Stolz Date: Thu, 15 Jul 2004 10:46: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/net/jabberd Makefile ports/net/jabberd/files jabberd.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, 15 Jul 2004 10:46:01 -0000 vs 2004-07-15 10:46:01 UTC FreeBSD ports repository Modified files: net/jabberd Makefile net/jabberd/files jabberd.sh Log: Fix hardcoded paths. PR: ports/69082 Submitted by: Kirk Strauser (maintainer) Revision Changes Path 1.19 +7 -1 ports/net/jabberd/Makefile 1.4 +5 -6 ports/net/jabberd/files/jabberd.sh From owner-cvs-all@FreeBSD.ORG Thu Jul 15 10: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 7FC0A16A4CE; Thu, 15 Jul 2004 10:56:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6313D43D31; Thu, 15 Jul 2004 10:56: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 i6FAumpj051402; Thu, 15 Jul 2004 10:56:48 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FAumPX051401; Thu, 15 Jul 2004 10:56:48 GMT (envelope-from vs) Message-Id: <200407151056.i6FAumPX051401@repoman.freebsd.org> From: Volker Stolz Date: Thu, 15 Jul 2004 10:56: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/japanese/yc.el 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, 15 Jul 2004 10:56:48 -0000 vs 2004-07-15 10:56:48 UTC FreeBSD ports repository Modified files: japanese/yc.el Makefile distinfo Removed files: japanese/yc.el pkg-plist Log: Update to 4.0.13: - bug fix: japanese-yc is not set in input-method when loading yc - bug fix: In fence-mode, consecutive inputs cancel previous Jishu conversion Use PLIST_DIRS/FILES while here (me) PR: ports/69077 Submitted by: Takayuki Nakao (maintainer) Revision Changes Path 1.24 +6 -1 ports/japanese/yc.el/Makefile 1.21 +2 -2 ports/japanese/yc.el/distinfo 1.4 +0 -4 ports/japanese/yc.el/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 11:04: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 E217916A4CE; Thu, 15 Jul 2004 11:04:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C551C43D4C; Thu, 15 Jul 2004 11:04:06 +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 i6FB46Tg051573; Thu, 15 Jul 2004 11:04:06 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FB46PY051572; Thu, 15 Jul 2004 11:04:06 GMT (envelope-from brueffer) Message-Id: <200407151104.i6FB46PY051572@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 15 Jul 2004 11:04:06 +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 software.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, 15 Jul 2004 11:04:07 -0000 brueffer 2004-07-15 11:04:06 UTC FreeBSD doc repository Modified files: en/commercial software.xml Log: Add an entry for ClockTime. Submitted by: Theresa Khuu Revision Changes Path 1.4 +21 -1 www/en/commercial/software.xml From owner-cvs-all@FreeBSD.ORG Thu Jul 15 11:10: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 AC92216A4CF; Thu, 15 Jul 2004 11:10:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FC7143D41; Thu, 15 Jul 2004 11:10: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 i6FBA9FM051763; Thu, 15 Jul 2004 11:10:09 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FBA922051762; Thu, 15 Jul 2004 11:10:09 GMT (envelope-from tjr) Message-Id: <200407151110.i6FBA922051762@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 15 Jul 2004 11:10: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/colrm colrm.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: Thu, 15 Jul 2004 11:10:09 -0000 tjr 2004-07-15 11:10:09 UTC FreeBSD src repository Modified files: usr.bin/colrm colrm.1 Log: Document incorrect handling of multibyte characters. Revision Changes Path 1.8 +5 -1 src/usr.bin/colrm/colrm.1 From owner-cvs-all@FreeBSD.ORG Thu Jul 15 11:16: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 CF62816A4CF; Thu, 15 Jul 2004 11:16:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACC3043D45; Thu, 15 Jul 2004 11:16:28 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FBGCJV052030; Thu, 15 Jul 2004 11:16:12 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FBGCrU052029; Thu, 15 Jul 2004 11:16:12 GMT (envelope-from ache) Message-Id: <200407151116.i6FBGCrU052029@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 15 Jul 2004 11:16: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 Makefile ports/www/p5-HTML-SimpleLinkExtor 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, 15 Jul 2004 11:16:29 -0000 ache 2004-07-15 11:16:12 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-HTML-SimpleLinkExtor Makefile distinfo pkg-descr pkg-plist Log: This is a simple HTML link extractor Revision Changes Path 1.926 +1 -0 ports/www/Makefile 1.1 +26 -0 ports/www/p5-HTML-SimpleLinkExtor/Makefile (new) 1.1 +2 -0 ports/www/p5-HTML-SimpleLinkExtor/distinfo (new) 1.1 +5 -0 ports/www/p5-HTML-SimpleLinkExtor/pkg-descr (new) 1.1 +5 -0 ports/www/p5-HTML-SimpleLinkExtor/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 11:20: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 9049816A4CE; Thu, 15 Jul 2004 11:20:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7296C43D41; Thu, 15 Jul 2004 11:20:51 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FBKpew052180; Thu, 15 Jul 2004 11:20:51 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FBKpbK052179; Thu, 15 Jul 2004 11:20:51 GMT (envelope-from ache) Message-Id: <200407151120.i6FBKpbK052179@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 15 Jul 2004 11:20:51 +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, 15 Jul 2004 11:20:51 -0000 ache 2004-07-15 11:20:51 UTC FreeBSD ports repository Modified files: . modules Log: add p5-HTML-SimpleLinkExtor Revision Changes Path 1.10543 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 15 11:41: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 AED0216A4CE; Thu, 15 Jul 2004 11:41:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93DA043D31; Thu, 15 Jul 2004 11:41:00 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FBf0DJ052754; Thu, 15 Jul 2004 11:41:00 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FBf02H052753; Thu, 15 Jul 2004 11:41:00 GMT (envelope-from ache) Message-Id: <200407151141.i6FBf02H052753@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 15 Jul 2004 11:41: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/converters/p5-Unicode-String 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, 15 Jul 2004 11:41:00 -0000 ache 2004-07-15 11:41:00 UTC FreeBSD ports repository Modified files: converters/p5-Unicode-String Makefile Log: Do not install p5-MIME-Base64 for newer perls Revision Changes Path 1.6 +3 -0 ports/converters/p5-Unicode-String/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 15 11:42: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 687E716A4CE; Thu, 15 Jul 2004 11:42:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 634C643D31; Thu, 15 Jul 2004 11:42: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 i6FBgCgE052846; Thu, 15 Jul 2004 11:42:12 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FBgCg0052845; Thu, 15 Jul 2004 11:42:12 GMT (envelope-from metal) Message-Id: <200407151142.i6FBgCg0052845@repoman.freebsd.org> From: SUZUKI Koichi Date: Thu, 15 Jul 2004 11:42:12 +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 compile_et.1 fstat.1 logname.1 lpr.1 tput.1 truncate.1 xargs.1 doc/ja_JP.eucJP/man/man2 setreuid.2 doc/ja_JP.eucJP/man/man5 named.conf.5 rc.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: Thu, 15 Jul 2004 11:42:12 -0000 metal 2004-07-15 11:42:12 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 compile_et.1 fstat.1 logname.1 lpr.1 tput.1 truncate.1 xargs.1 ja_JP.eucJP/man/man2 setreuid.2 ja_JP.eucJP/man/man5 named.conf.5 rc.conf.5 Log: Fix typos. Add a fragment which was left untranslated in fstat.1. Submitted by: kano@na.rim.or.jp Translated by: Nobuyuki Koganemaru Approved by: kuriyama (mentor/implicitly) Revision Changes Path 1.9 +1 -1 doc/ja_JP.eucJP/man/man1/compile_et.1 1.17 +13 -4 doc/ja_JP.eucJP/man/man1/fstat.1 1.11 +1 -1 doc/ja_JP.eucJP/man/man1/logname.1 1.21 +2 -2 doc/ja_JP.eucJP/man/man1/lpr.1 1.15 +1 -1 doc/ja_JP.eucJP/man/man1/tput.1 1.10 +1 -1 doc/ja_JP.eucJP/man/man1/truncate.1 1.17 +1 -1 doc/ja_JP.eucJP/man/man1/xargs.1 1.12 +1 -1 doc/ja_JP.eucJP/man/man2/setreuid.2 1.18 +1 -1 doc/ja_JP.eucJP/man/man5/named.conf.5 1.68 +3 -3 doc/ja_JP.eucJP/man/man5/rc.conf.5 From owner-cvs-all@FreeBSD.ORG Thu Jul 15 11:45: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 D7F6C16A4CE; Thu, 15 Jul 2004 11:45:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2FBE43D2F; Thu, 15 Jul 2004 11:45: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 i6FBjbl9052994; Thu, 15 Jul 2004 11:45:37 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FBjbgD052993; Thu, 15 Jul 2004 11:45:37 GMT (envelope-from vs) Message-Id: <200407151145.i6FBjbgD052993@repoman.freebsd.org> From: Volker Stolz Date: Thu, 15 Jul 2004 11:45: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/audio/wmix Makefile distinfo ports/audio/wmix/files patch-aa patch-ab patch-ac patch-mixer-oss.c patch-wmix.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 11:45:38 -0000 vs 2004-07-15 11:45:37 UTC FreeBSD ports repository Modified files: audio/wmix Makefile distinfo Added files: audio/wmix/files patch-mixer-oss.c patch-wmix.c Removed files: audio/wmix/files patch-aa patch-ab patch-ac Log: - Update to 3.1 - Install documentation - Assign maintership to submitter PR: ports/69056 Submitted by: Roman Bogorodskiy Revision Changes Path 1.6 +19 -5 ports/audio/wmix/Makefile 1.4 +2 -2 ports/audio/wmix/distinfo 1.3 +0 -20 ports/audio/wmix/files/patch-aa (dead) 1.3 +0 -146 ports/audio/wmix/files/patch-ab (dead) 1.2 +0 -29 ports/audio/wmix/files/patch-ac (dead) 1.1 +69 -0 ports/audio/wmix/files/patch-mixer-oss.c (new) 1.1 +10 -0 ports/audio/wmix/files/patch-wmix.c (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 11:49: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 F372416A4CE; Thu, 15 Jul 2004 11:49:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7BD843D1D; Thu, 15 Jul 2004 11:49:19 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FBnJTY053063; Thu, 15 Jul 2004 11:49:19 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FBnJIF053062; Thu, 15 Jul 2004 11:49:19 GMT (envelope-from ache) Message-Id: <200407151149.i6FBnJIF053062@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 15 Jul 2004 11:49: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/converters/p5-Unicode-String 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, 15 Jul 2004 11:49:20 -0000 ache 2004-07-15 11:49:19 UTC FreeBSD ports repository Modified files: converters/p5-Unicode-String Makefile Log: Add including pre/post.mk, missing in prev. commit Revision Changes Path 1.7 +3 -1 ports/converters/p5-Unicode-String/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 15 11:55: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 DDBBA16A4CE; Thu, 15 Jul 2004 11:55:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C26FF43D58; Thu, 15 Jul 2004 11:55:50 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FBtoul053309; Thu, 15 Jul 2004 11:55:50 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FBto3O053308; Thu, 15 Jul 2004 11:55:50 GMT (envelope-from ache) Message-Id: <200407151155.i6FBto3O053308@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 15 Jul 2004 11: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/japanese/p5-Jcode 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, 15 Jul 2004 11:55:51 -0000 ache 2004-07-15 11:55:50 UTC FreeBSD ports repository Modified files: japanese/p5-Jcode Makefile Log: Don't install p5-MIME-Base64 for newest perls Revision Changes Path 1.24 +5 -3 ports/japanese/p5-Jcode/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 15 12:28: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 A4FD016A4CE; Thu, 15 Jul 2004 12:28:50 +0000 (GMT) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E03643D49; Thu, 15 Jul 2004 12:28:50 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by plouf.absolight.net (Postfix) with ESMTP id 10BE0A24009; Thu, 15 Jul 2004 14:28:49 +0200 (CEST) Received: from [192.168.8.51] (abeilmus-gw.clients.easynet.fr [212.11.39.233]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id DBDC7A24005; Thu, 15 Jul 2004 14:28:47 +0200 (CEST) Date: Thu, 15 Jul 2004 14:28:43 +0200 From: Mathieu Arnold To: "Andrey A. Chernov" Message-ID: In-Reply-To: <20040715114103.C27E116A509@hub.freebsd.org> References: <20040715114103.C27E116A509@hub.freebsd.org> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========BB178C72EBB7E7FB316F==========" X-Virus-Scanned: by amavisd 0.1 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/converters/p5-Unicode-String 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, 15 Jul 2004 12:28:50 -0000 --==========BB178C72EBB7E7FB316F========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +-le 15/07/2004 11:41 +0000, Andrey A. Chernov a dit : | Do not install p5-MIME-Base64 for newer perls | +.if ${PERL_LEVEL} < 500800 converters/p5-MIME-Base64 has 3.01, but : 5.8 has 2.12 5.8.1 has 2.20 5.8.2 and 5.8.3 have 2.21 and only 5.8.4 has 3.01. Could you please replace the 500800 up there with a 500804 ? Thanks -- Mathieu Arnold --==========BB178C72EBB7E7FB316F========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iQEVAwUBQPZ4gFvROjYJ63c1AQJ/gQf/fyOQR5G+oDiqkAxwgz2vax9Bnjtc+fQ5 q6wgkwBNYfJbWyzzqZiGxOmwq9cBIs8Yd/yEb1lxEjDlWlfCRZq/vSLG+t4/BLT0 cUwNvbxgkaTmKeM7C2cysDolNan7iDobtuvJENYd4pArih769a6q4yI3Z3tE9VBF eLsPplm8QNNd75DZgNpb5Dh6j45E+8xEva+zuwU2XDc090WTmsj5XWzu4Fa5m9TQ q2/tMvY3laymBkh4S829Nlz+DYFIzSYie4Yi7avni/eleFtxfrayQR5AatxUWnwh YY0nlfKcUjZW6OASG7jxnrLbZXH1h5vN8Tx4AJ5MSnJUTVKSW8pv4Q== =eVIq -----END PGP SIGNATURE----- --==========BB178C72EBB7E7FB316F==========-- From owner-cvs-all@FreeBSD.ORG Thu Jul 15 12:30: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 24CA316A4CF; Thu, 15 Jul 2004 12:30:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 088E843D2F; Thu, 15 Jul 2004 12:30:57 +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 i6FCUupO054215; Thu, 15 Jul 2004 12:30:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FCUub5054214; Thu, 15 Jul 2004 12:30:56 GMT (envelope-from rwatson) Message-Id: <200407151230.i6FCUub5054214@repoman.freebsd.org> From: Robert Watson Date: Thu, 15 Jul 2004 12:30:56 +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, 15 Jul 2004 12:30:57 -0000 rwatson 2004-07-15 12:30:56 UTC FreeBSD doc repository Modified files: en/releases/5.3R todo.sgml Log: Add PREEMPTION hangs as a show-stopper defect. I seem to own the network stack locking task (doh). GDB thread support is a required feature, and davidxu+marcel have it in progress. Revision Changes Path 1.26 +23 -12 www/en/releases/5.3R/todo.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 15 12:45: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 5624816A4CE; Thu, 15 Jul 2004 12:45:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ADF143D31; Thu, 15 Jul 2004 12:45: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 i6FCjcYq054609; Thu, 15 Jul 2004 12:45:38 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FCjcBl054608; Thu, 15 Jul 2004 12:45:38 GMT (envelope-from rwatson) Message-Id: <200407151245.i6FCjcBl054608@repoman.freebsd.org> From: Robert Watson Date: Thu, 15 Jul 2004 12:45:37 +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, 15 Jul 2004 12:45:38 -0000 rwatson 2004-07-15 12:45:37 UTC FreeBSD doc repository Modified files: en/releases/5.3R todo.sgml Log: Rephrase the fandango (random number generator) critical issue report to make it clear this is a problem with the random number generator code, not rcNG. Revision Changes Path 1.27 +7 -7 www/en/releases/5.3R/todo.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 15 12:49: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 EF77D16A4CE; Thu, 15 Jul 2004 12:49:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D004543D41; Thu, 15 Jul 2004 12:49:24 +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 i6FCnODV054706; Thu, 15 Jul 2004 12:49:24 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FCnOxi054705; Thu, 15 Jul 2004 12:49:24 GMT (envelope-from den) Message-Id: <200407151249.i6FCnOxi054705@repoman.freebsd.org> From: Denis Peplin Date: Thu, 15 Jul 2004 12:49: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/ru_RU.KOI8-R/books/handbook book.sgml doc/ru_RU.KOI8-R/books/handbook/preface preface.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, 15 Jul 2004 12:49:25 -0000 den 2004-07-15 12:49:24 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook book.sgml ru_RU.KOI8-R/books/handbook/preface preface.sgml Log: Merge the following from the English version: 1.150 -> 1.152 book.sgml 1.20 -> 1.22 preface/preface.sgml Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.16 +94 -10 doc/ru_RU.KOI8-R/books/handbook/book.sgml 1.3 +91 -57 doc/ru_RU.KOI8-R/books/handbook/preface/preface.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 15 12:51: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 C826D16A4CE; Thu, 15 Jul 2004 12:51:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF3D43D1D; Thu, 15 Jul 2004 12:51:28 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FCpSWX054838; Thu, 15 Jul 2004 12:51:28 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FCpSPR054837; Thu, 15 Jul 2004 12:51:28 GMT (envelope-from ache) Message-Id: <200407151251.i6FCpSPR054837@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 15 Jul 2004 12:51: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/converters/p5-Unicode-String 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, 15 Jul 2004 12:51:28 -0000 ache 2004-07-15 12:51:28 UTC FreeBSD ports repository Modified files: converters/p5-Unicode-String Makefile Log: Only perl 5.8.4 have Base64 3.01, use 500804 as PERL_LEVEL Revision Changes Path 1.8 +1 -1 ports/converters/p5-Unicode-String/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 15 12:52: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 98B4716A4CE; Thu, 15 Jul 2004 12:52:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C2E543D2F; Thu, 15 Jul 2004 12:52:21 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FCqLNN054877; Thu, 15 Jul 2004 12:52:21 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FCqLgh054876; Thu, 15 Jul 2004 12:52:21 GMT (envelope-from ache) Message-Id: <200407151252.i6FCqLgh054876@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 15 Jul 2004 12:52: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/japanese/p5-Jcode 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, 15 Jul 2004 12:52:21 -0000 ache 2004-07-15 12:52:21 UTC FreeBSD ports repository Modified files: japanese/p5-Jcode Makefile Log: Only perl 5.8.4 have Base64 3.01, use 500804 as PERL_LEVEL Revision Changes Path 1.25 +1 -1 ports/japanese/p5-Jcode/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 15 12:53: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 7A3FF16A4CE; Thu, 15 Jul 2004 12:53:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E6B943D41; Thu, 15 Jul 2004 12:53:40 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FCret7054958; Thu, 15 Jul 2004 12:53:40 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FCreJB054957; Thu, 15 Jul 2004 12:53:40 GMT (envelope-from ache) Message-Id: <200407151253.i6FCreJB054957@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 15 Jul 2004 12:53: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/www/p5-libwww 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, 15 Jul 2004 12:53:40 -0000 ache 2004-07-15 12:53:40 UTC FreeBSD ports repository Modified files: www/p5-libwww Makefile Log: Only perl 5.8.4 have Base64 3.01, use 500804 as PERL_LEVEL Revision Changes Path 1.65 +2 -1 ports/www/p5-libwww/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 15 13:06: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 2569816A4CE; Thu, 15 Jul 2004 13:06:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 203E043D53; Thu, 15 Jul 2004 13:06:26 +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 i6FD6PUt055341; Thu, 15 Jul 2004 13:06:26 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FD6PMb055340; Thu, 15 Jul 2004 13:06:25 GMT (envelope-from rwatson) Message-Id: <200407151306.i6FD6PMb055340@repoman.freebsd.org> From: Robert Watson Date: Thu, 15 Jul 2004 13:06: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/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, 15 Jul 2004 13:06:26 -0000 rwatson 2004-07-15 13:06:24 UTC FreeBSD doc repository Modified files: en/releases/5.3R todo.sgml Log: Turn KSE for sparc64 into an unowned task since I don't think Marcel is working on it currently. Can always change it back. I know Ken Smith is interested, but wasn't sure if he was interested enough to have his name on it for 5.3 :-). Re-add the word "root" to "dynamic root". Unown truss with ptrace; Robert Drehmel has been working on it, but I haven't seen anything from him lately. Can always change it back. Unown rpc.lockd task from me. I seem to have become the owner of the network stack locking task, and there's only so much locking I can handle. Change ACL_MASK work to new, since it's been long enough since I had a WIP that it will be from scratch anyway. Remove MAC Framework devfs path fix task. Revision Changes Path 1.28 +14 -21 www/en/releases/5.3R/todo.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 15 13:23: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 8ED5A16A4CE; Thu, 15 Jul 2004 13:23:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 721E943D1D; Thu, 15 Jul 2004 13:23:18 +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 i6FDNI1W055793; Thu, 15 Jul 2004 13:23:18 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FDNIZo055792; Thu, 15 Jul 2004 13:23:18 GMT (envelope-from rwatson) Message-Id: <200407151323.i6FDNIZo055792@repoman.freebsd.org> From: Robert Watson Date: Thu, 15 Jul 2004 13:23: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/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, 15 Jul 2004 13:23:18 -0000 rwatson 2004-07-15 13:23:18 UTC FreeBSD doc repository Modified files: en/releases/5.3R todo.sgml Log: Add scheduler cleanup and resolution issue to must fix items. Revision Changes Path 1.29 +17 -1 www/en/releases/5.3R/todo.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 15 13: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 3B00016A4CE; Thu, 15 Jul 2004 13:24:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E39B43D3F; Thu, 15 Jul 2004 13:24:45 +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 i6FDOjpL055836; Thu, 15 Jul 2004 13:24:45 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FDOjAd055835; Thu, 15 Jul 2004 13:24:45 GMT (envelope-from mbr) Message-Id: <200407151324.i6FDOjAd055835@repoman.freebsd.org> From: Martin Blapp Date: Thu, 15 Jul 2004 13: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.sbin/amd/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: Thu, 15 Jul 2004 13:24:45 -0000 mbr 2004-07-15 13:24:44 UTC FreeBSD src repository Modified files: usr.sbin/amd/include config.h Log: Reenable nullfs for local links. The change from 'struct vfsconf' to 'struct xvfsconf' broke auto configuration. Patches have been submitted to the vendor. Revision Changes Path 1.30 +3 -3 src/usr.sbin/amd/include/config.h From owner-cvs-all@FreeBSD.ORG Thu Jul 15 13:26: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 F04F216A4CE; Thu, 15 Jul 2004 13:26:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2E1643D2F; Thu, 15 Jul 2004 13:26: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 i6FDQcQa055944; Thu, 15 Jul 2004 13:26:38 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FDQclT055943; Thu, 15 Jul 2004 13:26:38 GMT (envelope-from rwatson) Message-Id: <200407151326.i6FDQclT055943@repoman.freebsd.org> From: Robert Watson Date: Thu, 15 Jul 2004 13:26:38 +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, 15 Jul 2004 13:26:39 -0000 rwatson 2004-07-15 13:26:38 UTC FreeBSD doc repository Modified files: en/releases/5.3R todo.sgml Log: Add UFS2 large disk problems and CAM as mentioned in Scott's 5.3 schedule e-mail. Assign both to Scott. Revision Changes Path 1.30 +19 -1 www/en/releases/5.3R/todo.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 15 13:37: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 C53E916A4CE; Thu, 15 Jul 2004 13:37:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A93D543D49; Thu, 15 Jul 2004 13:37:58 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FDbwL3056327; Thu, 15 Jul 2004 13:37:58 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FDbwWQ056326; Thu, 15 Jul 2004 13:37:58 GMT (envelope-from mat) Message-Id: <200407151337.i6FDbwWQ056326@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 15 Jul 2004 13:37: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/dns Makefile ports/dns/p5-DNS-ZoneParse 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, 15 Jul 2004 13:37:58 -0000 mat 2004-07-15 13:37:58 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/p5-DNS-ZoneParse Makefile distinfo pkg-descr pkg-plist Log: Add p5-DNS-ZoneParse 0.91, parse and manipulate DNS Zone Files. Revision Changes Path 1.22 +1 -0 ports/dns/Makefile 1.1 +29 -0 ports/dns/p5-DNS-ZoneParse/Makefile (new) 1.1 +2 -0 ports/dns/p5-DNS-ZoneParse/distinfo (new) 1.1 +12 -0 ports/dns/p5-DNS-ZoneParse/pkg-descr (new) 1.1 +5 -0 ports/dns/p5-DNS-ZoneParse/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 13:38: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 CF14A16A4CE; Thu, 15 Jul 2004 13:38:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2FB943D49; Thu, 15 Jul 2004 13:38:12 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FDcCfw056377; Thu, 15 Jul 2004 13:38:12 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FDcCmt056376; Thu, 15 Jul 2004 13:38:12 GMT (envelope-from mat) Message-Id: <200407151338.i6FDcCmt056376@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 15 Jul 2004 13: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: 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, 15 Jul 2004 13:38:12 -0000 mat 2004-07-15 13:38:12 UTC FreeBSD ports repository Modified files: . modules Log: p5-DNS-ZoneParse --> ports/dns/p5-DNS-ZoneParse Revision Changes Path 1.10544 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 15 13:43: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 A52FA16A4CE; Thu, 15 Jul 2004 13:43:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8975643D41; Thu, 15 Jul 2004 13:43:49 +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 i6FDhn22056571; Thu, 15 Jul 2004 13:43:49 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FDhnmt056570; Thu, 15 Jul 2004 13:43:49 GMT (envelope-from roam) Message-Id: <200407151343.i6FDhnmt056570@repoman.freebsd.org> From: Peter Pentchev Date: Thu, 15 Jul 2004 13:43:49 +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 pnp.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: Thu, 15 Jul 2004 13:43:49 -0000 roam 2004-07-15 13:43:49 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4) share/man/man4/man4.i386 pnp.4 Log: Several grammatical fixes. PR: 66826 (partially) Submitted by: Michel Lavondes Revision Changes Path 1.5.2.8 +12 -12 src/share/man/man4/man4.i386/pnp.4 From owner-cvs-all@FreeBSD.ORG Thu Jul 15 13: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 9A12116A4CE; Thu, 15 Jul 2004 13:44:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D15143D55; Thu, 15 Jul 2004 13:44:45 +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 i6FDijI0056631; Thu, 15 Jul 2004 13:44:45 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FDij3Y056630; Thu, 15 Jul 2004 13:44:45 GMT (envelope-from roam) Message-Id: <200407151344.i6FDij3Y056630@repoman.freebsd.org> From: Peter Pentchev Date: Thu, 15 Jul 2004 13:44:45 +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 pnp.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: Thu, 15 Jul 2004 13:44:45 -0000 roam 2004-07-15 13:44:45 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4) share/man/man4/man4.i386 pnp.4 Log: Fix yet another hard sentence break. No content changes. Revision Changes Path 1.5.2.9 +2 -1 src/share/man/man4/man4.i386/pnp.4 From owner-cvs-all@FreeBSD.ORG Thu Jul 15 13:50: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 666E916A4CE; Thu, 15 Jul 2004 13:50:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49B4143D5A; Thu, 15 Jul 2004 13:50: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 i6FDoind056876; Thu, 15 Jul 2004 13:50:44 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FDoiGF056875; Thu, 15 Jul 2004 13:50:44 GMT (envelope-from vs) Message-Id: <200407151350.i6FDoiGF056875@repoman.freebsd.org> From: Volker Stolz Date: Thu, 15 Jul 2004 13:50: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/scsh 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, 15 Jul 2004 13:50:44 -0000 vs 2004-07-15 13:50:44 UTC FreeBSD ports repository Modified files: lang/scsh Makefile Log: Fix module-path. PR: ports/69070 Submitted by: Björn Lindström Revision Changes Path 1.31 +2 -0 ports/lang/scsh/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 15 14:06: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 AA2FF16A4CE; Thu, 15 Jul 2004 14:06:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CE3843D48; Thu, 15 Jul 2004 14:06:19 +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 i6FE6Jcm057377; Thu, 15 Jul 2004 14:06:19 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FE6JTk057376; Thu, 15 Jul 2004 14:06:19 GMT (envelope-from netchild) Message-Id: <200407151406.i6FE6JTk057376@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 15 Jul 2004 14:06:19 +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: Thu, 15 Jul 2004 14:06:19 -0000 netchild 2004-07-15 14:06:19 UTC FreeBSD doc repository (ports committer) Modified files: en/donations donors.sgml Log: I got the enclosure some minutes ago, so change the status from ordered to received. Since the status isn't different from my entry located immediatly above, merge the two entries. Revision Changes Path 1.174 +3 -9 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 15 14:26: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 6E69616A4CE; Thu, 15 Jul 2004 14:26:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5360A43D2F; Thu, 15 Jul 2004 14:26:07 +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 i6FEQ7gN057883; Thu, 15 Jul 2004 14:26:07 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FEQ7H1057882; Thu, 15 Jul 2004 14:26:07 GMT (envelope-from nork) Message-Id: <200407151426.i6FEQ7H1057882@repoman.freebsd.org> From: Norikatsu Shigemura Date: Thu, 15 Jul 2004 14:26: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/smartmontools Makefile distinfo ports/sysutils/smartmontools/files smartd.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, 15 Jul 2004 14:26:07 -0000 nork 2004-07-15 14:26:07 UTC FreeBSD ports repository Modified files: sysutils/smartmontools Makefile distinfo sysutils/smartmontools/files smartd.sh Log: o Update to 5.31. o Fix handling smartd_pidfile on rcNG script. Approved by: Eduard Martinescu (maintainer) Revision Changes Path 1.10 +2 -2 ports/sysutils/smartmontools/Makefile 1.5 +2 -2 ports/sysutils/smartmontools/distinfo 1.3 +3 -2 ports/sysutils/smartmontools/files/smartd.sh From owner-cvs-all@FreeBSD.ORG Thu Jul 15 14:34: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 13AFB16A4CE; Thu, 15 Jul 2004 14:34:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E99043D1D; Thu, 15 Jul 2004 14:34:21 +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 i6FEYKlr058101; Thu, 15 Jul 2004 14:34:20 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FEYKZZ058100; Thu, 15 Jul 2004 14:34:20 GMT (envelope-from brueffer) Message-Id: <200407151434.i6FEYKZZ058100@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 15 Jul 2004 14:34:20 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/de Makefile index.xsl navigation.xml www/de/news news.xml press.xml www/de/security Makefile security-rdf.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: Thu, 15 Jul 2004 14:34:21 -0000 brueffer 2004-07-15 14:34:20 UTC FreeBSD doc repository Modified files: de Makefile index.xsl navigation.xml de/news news.xml press.xml de/security Makefile Added files: de/security security-rdf.xsl Log: MFbed: Update the German web pages Makefile 1.111 -> 1.112 index.xsl 1.100 -> 1.105 navigation.xml 1.4 -> 1.6 news/news.xml 1.218 -> 1.222 news/press.xml 1.130 -> 1.143 security/Makefile 1.12 -> 1.13 security/security-rdf.xsl new translation Obtained from: The FreeBSD German Documentation Project Revision Changes Path 1.17 +7 -4 www/de/Makefile 1.14 +37 -11 www/de/index.xsl 1.2 +3 -3 www/de/navigation.xml 1.18 +50 -2 www/de/news/news.xml 1.10 +130 -2 www/de/news/press.xml 1.5 +10 -6 www/de/security/Makefile 1.1 +25 -0 www/de/security/security-rdf.xsl (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 14:39: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 D8BC016A4CE; Thu, 15 Jul 2004 14:39:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDE5643D1D; Thu, 15 Jul 2004 14:39:31 +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 i6FEdV6s058272; Thu, 15 Jul 2004 14:39:31 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FEdVdM058271; Thu, 15 Jul 2004 14:39:31 GMT (envelope-from nork) Message-Id: <200407151439.i6FEdVdM058271@repoman.freebsd.org> From: Norikatsu Shigemura Date: Thu, 15 Jul 2004 14:39: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/sysutils/smartmontools 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, 15 Jul 2004 14:39:32 -0000 nork 2004-07-15 14:39:31 UTC FreeBSD ports repository Modified files: sysutils/smartmontools Makefile distinfo Log: Update to 5.32. Pointed out by: Eduard Martinescu (maintainer) Revision Changes Path 1.11 +1 -1 ports/sysutils/smartmontools/Makefile 1.6 +2 -2 ports/sysutils/smartmontools/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 15 14:45: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 F15C516A4CE; Thu, 15 Jul 2004 14:45:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D428A43D41; Thu, 15 Jul 2004 14:45:21 +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 i6FEjLTX058488; Thu, 15 Jul 2004 14:45:21 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FEjLe2058487; Thu, 15 Jul 2004 14:45:21 GMT (envelope-from nork) Message-Id: <200407151445.i6FEjLe2058487@repoman.freebsd.org> From: Norikatsu Shigemura Date: Thu, 15 Jul 2004 14:45: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/sysutils/smartmontools Makefile ports/sysutils/smartmontools/files patch-os_freebsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 14:45:22 -0000 nork 2004-07-15 14:45:21 UTC FreeBSD ports repository Modified files: sysutils/smartmontools Makefile Added files: sysutils/smartmontools/files patch-os_freebsd.c Log: Oops, I forgot to add a patch file. Revision Changes Path 1.12 +0 -0 ports/sysutils/smartmontools/Makefile 1.3 +10 -0 ports/sysutils/smartmontools/files/patch-os_freebsd.c (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 14:54: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 3B6A516A4CE; Thu, 15 Jul 2004 14:54:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F80043D53; Thu, 15 Jul 2004 14:54:56 +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 i6FEsuHR058735; Thu, 15 Jul 2004 14:54:56 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FEstm9058734; Thu, 15 Jul 2004 14:54:55 GMT (envelope-from naddy) Message-Id: <200407151454.i6FEstm9058734@repoman.freebsd.org> From: Christian Weisgerber Date: Thu, 15 Jul 2004 14:54: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/openntpd 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, 15 Jul 2004 14:54:56 -0000 naddy 2004-07-15 14:54:55 UTC FreeBSD ports repository Modified files: net/openntpd Makefile distinfo Log: Update to 20040714. No significant changes. Revision Changes Path 1.4 +1 -1 ports/net/openntpd/Makefile 1.3 +2 -2 ports/net/openntpd/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 15 15: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 E9CBE16A4CE; Thu, 15 Jul 2004 15:00:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE97B43D3F; Thu, 15 Jul 2004 15:00:02 +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 i6FF023f058881; Thu, 15 Jul 2004 15:00:02 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FF02RS058880; Thu, 15 Jul 2004 15:00:02 GMT (envelope-from nyan) Message-Id: <200407151500.i6FF02RS058880@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 15 Jul 2004 15:00: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/pc98/pc98 fd.c fdc_cbus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 15:00:03 -0000 nyan 2004-07-15 15:00:02 UTC FreeBSD src repository Modified files: sys/pc98/pc98 fd.c fdc_cbus.c Log: Move the fdc_alloc_resources function into the bus front end. Revision Changes Path 1.152 +1 -203 src/sys/pc98/pc98/fd.c 1.3 +82 -3 src/sys/pc98/pc98/fdc_cbus.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 15:12: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 6529016A4CE; Thu, 15 Jul 2004 15:12:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4915F43D54; Thu, 15 Jul 2004 15:12:52 +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 i6FFCqCS059290; Thu, 15 Jul 2004 15:12:52 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FFCqO6059289; Thu, 15 Jul 2004 15:12:52 GMT (envelope-from nork) Message-Id: <200407151512.i6FFCqO6059289@repoman.freebsd.org> From: Norikatsu Shigemura Date: Thu, 15 Jul 2004 15: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/www/xitami Makefile ports/www/xitami/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: Thu, 15 Jul 2004 15:12:52 -0000 nork 2004-07-15 15:12:52 UTC FreeBSD ports repository Modified files: www/xitami Makefile www/xitami/files patch-ae Log: Fix build error on some platforms (except for i386 and alpha). PR: ports/69012 Submitted by: Hiroo Ono Approved by: Bernd Luevelsmeyer (maintainer) Tested on the box from: AMD Developper Program (FreeBSD/amd64) Revision Changes Path 1.10 +1 -4 ports/www/xitami/Makefile 1.2 +2 -1 ports/www/xitami/files/patch-ae From owner-cvs-all@FreeBSD.ORG Thu Jul 15 15:17: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 DF95716A4CE; Thu, 15 Jul 2004 15:17:04 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49A7D43D1F; Thu, 15 Jul 2004 15:17:04 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i6FFH3U4090600; Fri, 16 Jul 2004 00:17:03 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Fri, 16 Jul 2004 00:17:03 +0900 From: Norikatsu Shigemura To: Murray Stokely Message-Id: <20040716001703.79c72a33.nork@FreeBSD.org> In-Reply-To: <200407150504.i6F54dgo039099@repoman.freebsd.org> References: <200407150504.i6F54dgo039099@repoman.freebsd.org> X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.4; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.3 (sakura.ninth-nine.com [219.127.74.121]); Fri, 16 Jul 2004 00:17:03 +0900 (JST) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/worm README makecdfs.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, 15 Jul 2004 15:17:05 -0000 On Thu, 15 Jul 2004 05:04:39 +0000 (UTC) Murray Stokely wrote: > murray 2004-07-15 05:04:39 UTC > FreeBSD src repository > Removed files: > share/examples/worm README makecdfs.sh > Log: > Remove Walnut Creek CDROM script that Jordan wrote in the 90s. > This functionality is largely in src/release/${ARCH}/mkisofs.sh now. > PR: docs/43569 Oops, please remove worm/* in src/share/examples/Makefile. So `make installworld' will be fixed:-). > Revision Changes Path > 1.4 +0 -15 src/share/examples/worm/README (dead) > 1.7 +0 -29 src/share/examples/worm/makecdfs.sh (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 15: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 EE84F16A4CE; Thu, 15 Jul 2004 15:37:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9B1D43D1F; Thu, 15 Jul 2004 15:37:42 +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 i6FFbgaS059920; Thu, 15 Jul 2004 15:37:42 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FFbgre059919; Thu, 15 Jul 2004 15:37:42 GMT (envelope-from nork) Message-Id: <200407151537.i6FFbgre059919@repoman.freebsd.org> From: Norikatsu Shigemura Date: Thu, 15 Jul 2004 15:37: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/japanese/sj3 Makefile distinfo ports/japanese/sj3/files patch-aa patch-ac patch-ad patch-ae patch-af patch-ah patch-ai patch-sj3.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 15:37:43 -0000 nork 2004-07-15 15:37:42 UTC FreeBSD ports repository Modified files: japanese/sj3 Makefile distinfo japanese/sj3/files patch-aa Removed files: japanese/sj3/files patch-ac patch-ad patch-ae patch-af patch-ah patch-ai patch-sj3.c Log: Fix build error on amd64 (maybe ia64, too). Submitted by: Hiroo Ono Tested on the box from: AMD Developper Program (FreeBSD/amd64) Revision Changes Path 1.22 +4 -5 ports/japanese/sj3/Makefile 1.4 +2 -0 ports/japanese/sj3/distinfo 1.8 +0 -140 ports/japanese/sj3/files/patch-aa 1.2 +0 -11 ports/japanese/sj3/files/patch-ac (dead) 1.2 +0 -11 ports/japanese/sj3/files/patch-ad (dead) 1.2 +0 -26 ports/japanese/sj3/files/patch-ae (dead) 1.2 +0 -11 ports/japanese/sj3/files/patch-af (dead) 1.2 +0 -12 ports/japanese/sj3/files/patch-ah (dead) 1.2 +0 -22 ports/japanese/sj3/files/patch-ai (dead) 1.2 +0 -29 ports/japanese/sj3/files/patch-sj3.c (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 15:37: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 3D95F16A4CE; Thu, 15 Jul 2004 15:37:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2316143D3F; Thu, 15 Jul 2004 15:37:57 +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 i6FFbvEn059953; Thu, 15 Jul 2004 15:37:57 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FFbvbG059952; Thu, 15 Jul 2004 15:37:57 GMT (envelope-from scottl) Message-Id: <200407151537.i6FFbvbG059952@repoman.freebsd.org> From: Scott Long Date: Thu, 15 Jul 2004 15:37: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/share/examples 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, 15 Jul 2004 15:37:57 -0000 scottl 2004-07-15 15:37:57 UTC FreeBSD src repository Modified files: share/examples Makefile Log: Move references to the recently removed worm directory. Revision Changes Path 1.42 +2 -5 src/share/examples/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 15 15:56: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 7CBCA16A4CF; Thu, 15 Jul 2004 15:56:47 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDEEC43D1D; Thu, 15 Jul 2004 15:56:46 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i6FFujgD091575; Fri, 16 Jul 2004 00:56:46 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Fri, 16 Jul 2004 00:56:45 +0900 From: Norikatsu Shigemura To: Scott Long Message-Id: <20040716005645.42292ded.nork@FreeBSD.org> In-Reply-To: <200407151537.i6FFbvbG059952@repoman.freebsd.org> References: <200407151537.i6FFbvbG059952@repoman.freebsd.org> X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.4; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.3 (sakura.ninth-nine.com [219.127.74.121]); Fri, 16 Jul 2004 00:56:46 +0900 (JST) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples 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, 15 Jul 2004 15:56:47 -0000 On Thu, 15 Jul 2004 15:37:57 +0000 (UTC) Scott Long wrote: > scottl 2004-07-15 15:37:57 UTC > FreeBSD src repository > Modified files: > share/examples Makefile > Log: > Move references to the recently removed worm directory. Thanks! > Revision Changes Path > 1.42 +2 -5 src/share/examples/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 15 16:09: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 C4B3516A4CE; Thu, 15 Jul 2004 16:09:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A971443D54; Thu, 15 Jul 2004 16:09:15 +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 i6FG9F3m060740; Thu, 15 Jul 2004 16:09:15 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FG9F6t060739; Thu, 15 Jul 2004 16:09:15 GMT (envelope-from glewis) Message-Id: <200407151609.i6FG9F6t060739@repoman.freebsd.org> From: Greg Lewis Date: Thu, 15 Jul 2004 16:09: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/archivers/libarchive 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, 15 Jul 2004 16:09:15 -0000 glewis 2004-07-15 16:09:15 UTC FreeBSD ports repository Modified files: archivers/libarchive Makefile distinfo Log: . Update to 2004.07.14. Revision Changes Path 1.4 +22 -5 ports/archivers/libarchive/Makefile 1.4 +2 -2 ports/archivers/libarchive/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 15 16: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 0311816A4CE; Thu, 15 Jul 2004 16:29:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC73443D45; Thu, 15 Jul 2004 16:29: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 i6FGT8vC061202; Thu, 15 Jul 2004 16:29:08 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FGT8Uv061201; Thu, 15 Jul 2004 16:29:08 GMT (envelope-from njl) Message-Id: <200407151629.i6FGT8Uv061201@repoman.freebsd.org> From: Nate Lawson Date: Thu, 15 Jul 2004 16:29:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_if.m X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 16:29:09 -0000 njl 2004-07-15 16:29:08 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_if.m Log: Update the interface for child drivers. Add acpi_scan_children, which allows a bus to re-enumerate its child handles and optionally replace them with new children, arranged to the bus's liking. (The current device space is flat with all devices immediately under acpi0). Add comments for each interface. Revision Changes Path 1.177 +77 -11 src/sys/dev/acpica/acpi.c 1.2 +69 -10 src/sys/dev/acpica/acpi_if.m From owner-cvs-all@FreeBSD.ORG Thu Jul 15 16: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 4094716A4CE; Thu, 15 Jul 2004 16:37:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 242FD43D46; Thu, 15 Jul 2004 16:37:49 +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 i6FGbnKZ061538; Thu, 15 Jul 2004 16:37:49 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FGbnNb061537; Thu, 15 Jul 2004 16:37:49 GMT (envelope-from jhb) Message-Id: <200407151637.i6FGbnNb061537@repoman.freebsd.org> From: John Baldwin Date: Thu, 15 Jul 2004 16:37: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 swtch.s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 16:37:49 -0000 jhb 2004-07-15 16:37:49 UTC FreeBSD src repository Modified files: sys/i386/i386 swtch.s Log: Fix a typo in a comment. Revision Changes Path 1.147 +1 -1 src/sys/i386/i386/swtch.s From owner-cvs-all@FreeBSD.ORG Thu Jul 15 16: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 E08E016A4CE; Thu, 15 Jul 2004 16:38:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C325D43D2F; Thu, 15 Jul 2004 16:38:07 +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 i6FGc7dp061578; Thu, 15 Jul 2004 16:38:07 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FGc7Sb061577; Thu, 15 Jul 2004 16:38:07 GMT (envelope-from njl) Message-Id: <200407151638.i6FGc7Sb061577@repoman.freebsd.org> From: Nate Lawson Date: Thu, 15 Jul 2004 16:38:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fdc fdc_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, 15 Jul 2004 16:38:08 -0000 njl 2004-07-15 16:38:07 UTC FreeBSD src repository Added files: sys/dev/fdc fdc_acpi.c Log: Add an ACPI floppy drive attachment that probes via the _FDE and _FDI methods. It also now handles ordinary floppy drive probing for drives attached to ACPI. Reviewed by: imp Revision Changes Path 1.1 +260 -0 src/sys/dev/fdc/fdc_acpi.c (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 16: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 5348416A4CE; Thu, 15 Jul 2004 16:38:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37A3243D49; Thu, 15 Jul 2004 16:38: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 i6FGccHL061617; Thu, 15 Jul 2004 16:38:38 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FGcckK061616; Thu, 15 Jul 2004 16:38:38 GMT (envelope-from krion) Message-Id: <200407151638.i6FGcckK061616@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 15 Jul 2004 16:38: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/archivers/stuffit 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, 15 Jul 2004 16:38:38 -0000 krion 2004-07-15 16:38:38 UTC FreeBSD ports repository Modified files: archivers/stuffit Makefile Log: - Support NO_WRKSUBDIR properly PR: ports/69107 Submitted by: Ports Fury Revision Changes Path 1.11 +1 -1 ports/archivers/stuffit/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 15 16:39: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 C3D6416A4F1; Thu, 15 Jul 2004 16:39:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE7D943D4C; Thu, 15 Jul 2004 16:39: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 i6FGdOpV061701; Thu, 15 Jul 2004 16:39:24 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FGdOxJ061700; Thu, 15 Jul 2004 16:39:24 GMT (envelope-from krion) Message-Id: <200407151639.i6FGdOxJ061700@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 15 Jul 2004 16: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/graphics/duhdraw Makefile distinfo pkg-descr pkg-plist ports/graphics/duhdraw/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: Thu, 15 Jul 2004 16:39:25 -0000 krion 2004-07-15 16:39:24 UTC FreeBSD ports repository Modified files: graphics/duhdraw Makefile distinfo pkg-descr Removed files: graphics/duhdraw pkg-plist graphics/duhdraw/files patch-aa patch-ab Log: Update to version 2.7.7 PR: ports/69108 Submitted by: Ports Fury Revision Changes Path 1.4 +13 -7 ports/graphics/duhdraw/Makefile 1.3 +2 -2 ports/graphics/duhdraw/distinfo 1.2 +0 -12 ports/graphics/duhdraw/files/patch-aa (dead) 1.2 +0 -29 ports/graphics/duhdraw/files/patch-ab (dead) 1.2 +2 -0 ports/graphics/duhdraw/pkg-descr 1.2 +0 -4 ports/graphics/duhdraw/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 16:39: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 8024016A4D0; Thu, 15 Jul 2004 16:39:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63D1E43D45; Thu, 15 Jul 2004 16:39:40 +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 i6FGdeNS061738; Thu, 15 Jul 2004 16:39:40 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FGdefk061737; Thu, 15 Jul 2004 16:39:40 GMT (envelope-from njl) Message-Id: <200407151639.i6FGdefk061737@repoman.freebsd.org> From: Nate Lawson Date: Thu, 15 Jul 2004 16:39: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/fdc fdc.c fdcvar.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, 15 Jul 2004 16:39:40 -0000 njl 2004-07-15 16:39:40 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc.c fdcvar.h Log: Re-work for fdc_acpi. Expose fdc_add_child() and move the static hints-based probe to fdc_hints_probe(). Also: * Fix some resource leaks when attach fails. * Remove the FDC_ATTACHED flag. It was supposed to prevent multiple unloads but this is not necessary. Revision Changes Path 1.281 +32 -25 src/sys/dev/fdc/fdc.c 1.3 +4 -2 src/sys/dev/fdc/fdcvar.h From owner-cvs-all@FreeBSD.ORG Thu Jul 15 16:39: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 68BEC16A4CE; Thu, 15 Jul 2004 16:39:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C05843D2F; Thu, 15 Jul 2004 16:39: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 i6FGdu4j061771; Thu, 15 Jul 2004 16:39:56 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FGdurF061770; Thu, 15 Jul 2004 16:39:56 GMT (envelope-from krion) Message-Id: <200407151639.i6FGdurF061770@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 15 Jul 2004 16:39: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/graphics/gtksee 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, 15 Jul 2004 16:39:56 -0000 krion 2004-07-15 16:39:56 UTC FreeBSD ports repository Modified files: graphics/gtksee Makefile distinfo pkg-plist Log: Update to version 0.5.6 PR: ports/69109 Submitted by: Ports Fury Revision Changes Path 1.38 +9 -2 ports/graphics/gtksee/Makefile 1.12 +2 -2 ports/graphics/gtksee/distinfo 1.6 +7 -6 ports/graphics/gtksee/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 15 16:40: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 CD5BE16A4CE; Thu, 15 Jul 2004 16:40:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFD8843D49; Thu, 15 Jul 2004 16:40: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 i6FGeiSi061908; Thu, 15 Jul 2004 16:40:44 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FGeiTU061907; Thu, 15 Jul 2004 16:40:44 GMT (envelope-from krion) Message-Id: <200407151640.i6FGeiTU061907@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 15 Jul 2004 16:40: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/graphics/jhead 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, 15 Jul 2004 16:40:45 -0000 krion 2004-07-15 16:40:44 UTC FreeBSD ports repository Modified files: graphics/jhead Makefile distinfo Log: Update to version 2.2 PR: ports/69110 Submitted by: Ports Fury Revision Changes Path 1.11 +4 -8 ports/graphics/jhead/Makefile 1.8 +2 -2 ports/graphics/jhead/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 15 16:41: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 D786C16A4CE; Thu, 15 Jul 2004 16:41:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBC0843D39; Thu, 15 Jul 2004 16:41:07 +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 i6FGf7ht061968; Thu, 15 Jul 2004 16:41:07 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FGf7Wf061967; Thu, 15 Jul 2004 16:41:07 GMT (envelope-from njl) Message-Id: <200407151641.i6FGf7Wf061967@repoman.freebsd.org> From: Nate Lawson Date: Thu, 15 Jul 2004 16:41:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fdc fdc_isa.c fdc_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: Thu, 15 Jul 2004 16:41:08 -0000 njl 2004-07-15 16:41:07 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc_isa.c fdc_pccard.c Log: Clean up resources properly if attach fails. Always reset ISA drives on probe. Revision Changes Path 1.7 +19 -13 src/sys/dev/fdc/fdc_isa.c 1.8 +12 -2 src/sys/dev/fdc/fdc_pccard.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 16:41: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 6C92E16A4CE; Thu, 15 Jul 2004 16:41:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5067043D41; Thu, 15 Jul 2004 16:41: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 i6FGfJnm062001; Thu, 15 Jul 2004 16:41:19 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FGfJuO062000; Thu, 15 Jul 2004 16:41:19 GMT (envelope-from krion) Message-Id: <200407151641.i6FGfJuO062000@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 15 Jul 2004 16:41: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/graphics/kdc2tiff 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, 15 Jul 2004 16:41:19 -0000 krion 2004-07-15 16:41:19 UTC FreeBSD ports repository Modified files: graphics/kdc2tiff Makefile distinfo Removed files: graphics/kdc2tiff pkg-plist Log: Update to version 0.35 PR: ports/69111 Submitted by: Ports Fury Revision Changes Path 1.8 +4 -2 ports/graphics/kdc2tiff/Makefile 1.5 +2 -2 ports/graphics/kdc2tiff/distinfo 1.2 +0 -2 ports/graphics/kdc2tiff/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 16:41: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 24D4816A4CE; Thu, 15 Jul 2004 16:41:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FCAC43D5E; Thu, 15 Jul 2004 16:41: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 i6FGfpHt062066; Thu, 15 Jul 2004 16:41:51 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FGfp2x062065; Thu, 15 Jul 2004 16:41:51 GMT (envelope-from krion) Message-Id: <200407151641.i6FGfp2x062065@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 15 Jul 2004 16:41: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/libcaca Makefileports/graphics/libcaca/files patch-Makefile.in patch-configure patch-examples::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: Thu, 15 Jul 2004 16:41:51 -0000 krion 2004-07-15 16:41:50 UTC FreeBSD ports repository Modified files: graphics/libcaca Makefile Removed files: graphics/libcaca/files patch-Makefile.in patch-configure patch-examples::Makefile.in Log: - Add WITHOUT_X11 knob - Support CFLAGS properly PR: ports/69112 Submitted by: Ports Fury Revision Changes Path 1.4 +21 -11 ports/graphics/libcaca/Makefile 1.2 +0 -18 ports/graphics/libcaca/files/patch-Makefile.in (dead) 1.2 +0 -11 ports/graphics/libcaca/files/patch-configure (dead) 1.3 +0 -11 ports/graphics/libcaca/files/patch-examples::Makefile.in (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 16:43: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 677F816A4CE; Thu, 15 Jul 2004 16:43:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DA9443D41; Thu, 15 Jul 2004 16:43:52 +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 i6FGhqSS062166; Thu, 15 Jul 2004 16:43:52 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FGhqmp062165; Thu, 15 Jul 2004 16:43:52 GMT (envelope-from njl) Message-Id: <200407151643.i6FGhqmp062165@repoman.freebsd.org> From: Nate Lawson Date: Thu, 15 Jul 2004 16:43: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/conf files.amd64 files.i386 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 16:43:52 -0000 njl 2004-07-15 16:43:52 UTC FreeBSD src repository Modified files: sys/conf files.amd64 files.i386 Log: Hook up fdc_acpi for the kernel build. Revision Changes Path 1.42 +1 -0 src/sys/conf/files.amd64 1.499 +1 -0 src/sys/conf/files.i386 From owner-cvs-all@FreeBSD.ORG Thu Jul 15 16:44: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 4D3C116A4CE; Thu, 15 Jul 2004 16:44:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32CE643D2D; Thu, 15 Jul 2004 16:44: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 i6FGiEbg062225; Thu, 15 Jul 2004 16:44:14 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FGiEJT062224; Thu, 15 Jul 2004 16:44:14 GMT (envelope-from njl) Message-Id: <200407151644.i6FGiEJT062224@repoman.freebsd.org> From: Nate Lawson Date: Thu, 15 Jul 2004 16:44: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/modules/fdc 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, 15 Jul 2004 16:44:14 -0000 njl 2004-07-15 16:44:14 UTC FreeBSD src repository Modified files: sys/modules/fdc Makefile Log: Add fdc_acpi to module build, bump WARNS to 2. Revision Changes Path 1.11 +5 -2 src/sys/modules/fdc/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 15 16:44: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 6B5E516A55D; Thu, 15 Jul 2004 16:44:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50B7543D41; Thu, 15 Jul 2004 16:44: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 i6FGiHZt062277; Thu, 15 Jul 2004 16:44:17 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FGiHt6062276; Thu, 15 Jul 2004 16:44:17 GMT (envelope-from krion) Message-Id: <200407151644.i6FGiHt6062276@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 15 Jul 2004 16:44: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/pngcheck Makefile pkg-plist ports/graphics/pngcheck/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: Thu, 15 Jul 2004 16:44:17 -0000 krion 2004-07-15 16:44:17 UTC FreeBSD ports repository Modified files: graphics/pngcheck Makefile Removed files: graphics/pngcheck pkg-plist graphics/pngcheck/files patch-aa Log: - Fix MASTER_SITES - Support PLIST_FILES PR: ports/69113 Submitted by: Ports Fury Revision Changes Path 1.8 +8 -3 ports/graphics/pngcheck/Makefile 1.3 +0 -21 ports/graphics/pngcheck/files/patch-aa (dead) 1.4 +0 -4 ports/graphics/pngcheck/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 16:44: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 D454816A4CE; Thu, 15 Jul 2004 16:44:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B956543D45; Thu, 15 Jul 2004 16:44: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 i6FGifI8062319; Thu, 15 Jul 2004 16:44:41 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FGifWA062318; Thu, 15 Jul 2004 16:44:41 GMT (envelope-from krion) Message-Id: <200407151644.i6FGifWA062318@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 15 Jul 2004 16:44: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/graphics/pngquant 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, 15 Jul 2004 16:44:42 -0000 krion 2004-07-15 16:44:41 UTC FreeBSD ports repository Modified files: graphics/pngquant Makefile Removed files: graphics/pngquant pkg-plist Log: - Fix MASTER_SITES - Fix COMMENT format - Support PLIST_FILES PR: ports/69114 Submitted by: Ports Fury Revision Changes Path 1.7 +6 -3 ports/graphics/pngquant/Makefile 1.2 +0 -4 ports/graphics/pngquant/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 16:45: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 82F5B16A4CE; Thu, 15 Jul 2004 16:45:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6640343D31; Thu, 15 Jul 2004 16:45:52 +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 i6FGjqCG062472; Thu, 15 Jul 2004 16:45:52 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FGjqjq062471; Thu, 15 Jul 2004 16:45:52 GMT (envelope-from krion) Message-Id: <200407151645.i6FGjqjq062471@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 15 Jul 2004 16:45: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/graphics/tiff2png Makefile pkg-plist ports/graphics/tiff2png/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: Thu, 15 Jul 2004 16:45:52 -0000 krion 2004-07-15 16:45:52 UTC FreeBSD ports repository Modified files: graphics/tiff2png Makefile Removed files: graphics/tiff2png pkg-plist graphics/tiff2png/files patch-aa Log: - Fix MASTER_SITES - Support PLIST_FILES PR: ports/69115 Submitted by: Ports Fury Revision Changes Path 1.13 +10 -1 ports/graphics/tiff2png/Makefile 1.5 +0 -35 ports/graphics/tiff2png/files/patch-aa (dead) 1.4 +0 -3 ports/graphics/tiff2png/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 16:46: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 1A8F116A4CE; Thu, 15 Jul 2004 16:46:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3B8C43D49; Thu, 15 Jul 2004 16: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 i6FGkEkN062527; Thu, 15 Jul 2004 16:46:14 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FGkEU5062526; Thu, 15 Jul 2004 16:46:14 GMT (envelope-from krion) Message-Id: <200407151646.i6FGkEU5062526@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 15 Jul 2004 16:46: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/textproc/liblrdf 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, 15 Jul 2004 16:46:15 -0000 krion 2004-07-15 16:46:14 UTC FreeBSD ports repository Modified files: textproc/liblrdf Makefile distinfo pkg-plist Log: - Update to version 0.3.7 PR: ports/69116 Submitted by: Ports Fury Revision Changes Path 1.14 +2 -3 ports/textproc/liblrdf/Makefile 1.5 +2 -2 ports/textproc/liblrdf/distinfo 1.5 +2 -2 ports/textproc/liblrdf/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 15 16:47: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 75B0A16A4CE; Thu, 15 Jul 2004 16:47:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A7E343D2F; Thu, 15 Jul 2004 16:47:31 +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 i6FGlV09062569; Thu, 15 Jul 2004 16: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 i6FGlV9x062568; Thu, 15 Jul 2004 16:47:31 GMT (envelope-from njl) Message-Id: <200407151647.i6FGlV9x062568@repoman.freebsd.org> From: Nate Lawson Date: Thu, 15 Jul 2004 16: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/share/man/man4 fdc.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: Thu, 15 Jul 2004 16:47:31 -0000 njl 2004-07-15 16:47:31 UTC FreeBSD src repository Modified files: share/man/man4 fdc.4 Log: Add a few comments about ACPI probing. Revision Changes Path 1.34 +8 -4 src/share/man/man4/fdc.4 From owner-cvs-all@FreeBSD.ORG Thu Jul 15 17:02: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 65F1516A4CE; Thu, 15 Jul 2004 17:02:00 +0000 (GMT) Received: from postman.ripe.net (postman.ripe.net [193.0.0.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id D720043D3F; Thu, 15 Jul 2004 17:01:59 +0000 (GMT) (envelope-from marks@dell-laptop.6bone.nl) Received: by postman.ripe.net (Postfix, from userid 8) id 21C6755E10; Thu, 15 Jul 2004 19:01:59 +0200 (CEST) Received: from birch.ripe.net (birch.ripe.net [193.0.1.96]) by postman.ripe.net (Postfix) with ESMTP id EAAE24E551; Thu, 15 Jul 2004 19:01:57 +0200 (CEST) Received: from dell-laptop.6bone.nl (cow.ripe.net [193.0.1.239]) by birch.ripe.net (8.12.10/8.11.6) with SMTP id i6FH1v4c010312; Thu, 15 Jul 2004 19:01:57 +0200 Received: (nullmailer pid 881 invoked by uid 1001); Thu, 15 Jul 2004 16:14:03 -0000 Date: Thu, 15 Jul 2004 18:14:03 +0200 From: Mark Santcroos To: John Baldwin Message-ID: <20040715161403.GA741@laptop.6bone.nl> References: <200406231508.i5NF8egh052377@repoman.freebsd.org> <200406231122.04154.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406231122.04154.jhb@FreeBSD.org> User-Agent: Mutt/1.4.2.1i X-Handles: MS6-6BONE, MS18417-RIPE X-RIPE-Spam-Level: X-RIPE-Spam-Status: N 0.000971 / 0.0 / 0.0 / disabled X-RIPE-Signature: 5d0ab904cfdc246689c2390bc00d86e4 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 17:02:00 -0000 On Wed, Jun 23, 2004 at 11:22:04AM -0400, John Baldwin wrote: > On Wednesday 23 June 2004 11:08 am, John Baldwin wrote: > > jhb 2004-06-23 15:08:40 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/acpica acpi_pci.c > > Log: > > Now that we associate a device_t with ACPI device handles, lookup the > > device associated with any PCI devices that are enumerated in the ACPI > > tree when adding children to an ACPI PCI bus and remove the duplicate > > ACPI-only device_t and replace the device_t associated with the handle > > with the ACPI and PCI aware device_t. > > Mostly this just means fewer unknown devices in devinfo -v output. You forgot to mention that this commit breaks acpi_video ;-) The fact that "\_SB_.PCI0.AGP_.VID_" now no longer is "unknown", means that it is not probed anymore. The result of that is that acpi_video can't attach anymore of course. Mark From owner-cvs-all@FreeBSD.ORG Thu Jul 15 17: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 3BD2116A4CE; Thu, 15 Jul 2004 17:03:23 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB27743D39; Thu, 15 Jul 2004 17:03:22 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id DB054ACAF1; Thu, 15 Jul 2004 19:03:20 +0200 (CEST) Date: Thu, 15 Jul 2004 19:03:20 +0200 From: Pawel Jakub Dawidek To: "Christian S.J. Peron" Message-ID: <20040715170320.GF12007@darkness.comp.waw.pl> References: <200407141904.i6EJ4VKD016422@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LqIGKb6ivCeGIB65" Content-Disposition: inline In-Reply-To: <200407141904.i6EJ4VKD016422@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: rwatson@freebsd.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 17:03:23 -0000 --LqIGKb6ivCeGIB65 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 14, 2004 at 07:04:31PM +0000, Christian S.J. Peron wrote: +> csjp 2004-07-14 19:04:31 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/kern kern_descrip.c=20 +> Log: +> In addition to the real user ID check, do an explicit jail +> check to ensure that the caller is not prison root. +> =20 +> The intention is to fix file descriptor creation so that +> prison root can not use the last remaining file descriptors. +> This privilege should be reserved for non-jailed root users. [...] +> fp =3D uma_zalloc(file_zone, M_WAITOK | M_ZERO); +> sx_xlock(&filelist_lock); +> - if ((nfiles >=3D maxuserfiles && td->td_ucred->cr_ruid !=3D 0) +> - || nfiles >=3D maxfiles) { +> + if ((nfiles >=3D maxuserfiles && (td->td_ucred->cr_ruid !=3D 0 || +> + jailed(td->td_ucred))) || nfiles >=3D maxfiles) { +> if (ppsratecheck(&lastfail, &curfail, 1)) { +> printf("kern.maxfiles limit exceeded by uid %i, please see tuning(7)= .\n", +> td->td_ucred->cr_ruid); Could we change 'td->td_ucred->cr_ruid !=3D 0 || jailed(td->td_ucred)' to 'suser(td) !=3D 0'? --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --LqIGKb6ivCeGIB65 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA9rjYForvXbEpPzQRAhO+AJ9srXKrdVqBFw8GQAielszFG5LXfwCfS50s 3E2fcFPVfIXB630+SoDhJIs= =fHKN -----END PGP SIGNATURE----- --LqIGKb6ivCeGIB65-- From owner-cvs-all@FreeBSD.ORG Thu Jul 15 17:21: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 59AE816A4CE; Thu, 15 Jul 2004 17:21:30 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1040643D58; Thu, 15 Jul 2004 17:21:30 +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 i6FHLABW089640; Thu, 15 Jul 2004 13:21:10 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i6FHLAcJ089637; Thu, 15 Jul 2004 13:21:10 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Thu, 15 Jul 2004 13:21:09 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Pawel Jakub Dawidek In-Reply-To: <20040715170320.GF12007@darkness.comp.waw.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: "Christian S.J. Peron" cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 17:21:30 -0000 On Thu, 15 Jul 2004, Pawel Jakub Dawidek wrote: > On Wed, Jul 14, 2004 at 07:04:31PM +0000, Christian S.J. Peron wrote: > +> csjp 2004-07-14 19:04:31 UTC > +> > +> FreeBSD src repository > +> > +> Modified files: > +> sys/kern kern_descrip.c > +> Log: > +> In addition to the real user ID check, do an explicit jail > +> check to ensure that the caller is not prison root. > +> > +> The intention is to fix file descriptor creation so that > +> prison root can not use the last remaining file descriptors. > +> This privilege should be reserved for non-jailed root users. > [...] > +> fp = uma_zalloc(file_zone, M_WAITOK | M_ZERO); > +> sx_xlock(&filelist_lock); > +> - if ((nfiles >= maxuserfiles && td->td_ucred->cr_ruid != 0) > +> - || nfiles >= maxfiles) { > +> + if ((nfiles >= maxuserfiles && (td->td_ucred->cr_ruid != 0 || > +> + jailed(td->td_ucred))) || nfiles >= maxfiles) { > +> if (ppsratecheck(&lastfail, &curfail, 1)) { > +> printf("kern.maxfiles limit exceeded by uid %i, please see tuning(7).\n", > +> td->td_ucred->cr_ruid); > > Could we change 'td->td_ucred->cr_ruid != 0 || jailed(td->td_ucred)' to > 'suser(td) != 0'? No, because suser(td) checks the effective uid, not the real uid. Which is the reason I asked him to change it to that before committing, and why Colin had to back out his commit also :-). Colin is preparing patches to add a flag to suser_cred() to allow the caller to say they care about the real uid. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Thu Jul 15 17: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 8F6EB16A4CE; Thu, 15 Jul 2004 17:35:25 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4204443D45; Thu, 15 Jul 2004 17:35:25 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 17F1CACAEE; Thu, 15 Jul 2004 19:35:24 +0200 (CEST) Date: Thu, 15 Jul 2004 19:35:24 +0200 From: Pawel Jakub Dawidek To: Robert Watson Message-ID: <20040715173524.GG12007@darkness.comp.waw.pl> References: <20040715170320.GF12007@darkness.comp.waw.pl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rXoc3kw+CNDOk2Sr" Content-Disposition: inline In-Reply-To: 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: "Christian S.J. Peron" cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 17:35:25 -0000 --rXoc3kw+CNDOk2Sr Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 15, 2004 at 01:21:09PM -0400, Robert Watson wrote: +> > Could we change 'td->td_ucred->cr_ruid !=3D 0 || jailed(td->td_ucred)'= to +> > 'suser(td) !=3D 0'? +>=20 +> No, because suser(td) checks the effective uid, not the real uid. Which +> is the reason I asked him to change it to that before committing, and why +> Colin had to back out his commit also :-). Colin is preparing patches to +> add a flag to suser_cred() to allow the caller to say they care about the +> real uid.=20 Thanks for clarification, but why actually do we care so much here about real uid? --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --rXoc3kw+CNDOk2Sr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA9sBcForvXbEpPzQRAglrAJ9uV74GBh98Oy9x81T4lraDi2gXWwCcDHIz +dXA1ejgshnxabDbX51w6xs= =Jf0J -----END PGP SIGNATURE----- --rXoc3kw+CNDOk2Sr-- From owner-cvs-all@FreeBSD.ORG Thu Jul 15 17:58: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 6106716A4CE; Thu, 15 Jul 2004 17:58:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4528B43D31; Thu, 15 Jul 2004 17:58:05 +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 i6FHw5Ha064539; Thu, 15 Jul 2004 17:58:05 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FHw5aj064538; Thu, 15 Jul 2004 17:58:05 GMT (envelope-from thierry) Message-Id: <200407151758.i6FHw5aj064538@repoman.freebsd.org> From: Thierry Thomas Date: Thu, 15 Jul 2004 17:58: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/pear-Console_Getopt 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, 15 Jul 2004 17:58:05 -0000 thierry 2004-07-15 17:58:05 UTC FreeBSD ports repository Modified files: devel/pear-Console_Getopt Makefile Log: Set USE_PHP. Revision Changes Path 1.8 +2 -2 ports/devel/pear-Console_Getopt/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 15 18:00: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 1E87F16A4CF; Thu, 15 Jul 2004 18:00:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00FF743D45; Thu, 15 Jul 2004 18:00:41 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FI0ev2064733; Thu, 15 Jul 2004 18:00:40 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FI0etQ064731; Thu, 15 Jul 2004 18:00:40 GMT (envelope-from obrien) Message-Id: <200407151800.i6FI0etQ064731@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 15 Jul 2004 18:00: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/gdb6 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, 15 Jul 2004 18:00:41 -0000 obrien 2004-07-15 18:00:40 UTC FreeBSD ports repository Modified files: devel/gdb6 Makefile distinfo Log: Update to the 2004-07-13 snapshot. Revision Changes Path 1.34 +1 -3 ports/devel/gdb6/Makefile 1.22 +2 -2 ports/devel/gdb6/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 15 18:00: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 AA0C916A4ED; Thu, 15 Jul 2004 18:00:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A378443D46; Thu, 15 Jul 2004 18:00:43 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FI0hdM064828; Thu, 15 Jul 2004 18:00:43 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FI0hhJ064827; Thu, 15 Jul 2004 18:00:43 GMT (envelope-from alc) Message-Id: <200407151800.i6FI0hhJ064827@repoman.freebsd.org> From: Alan Cox Date: Thu, 15 Jul 2004 18:00: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/alpha/alpha pmap.c src/sys/amd64/amd64 pmap.c src/sys/i386/acpica acpi_wakeup.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c src/sys/powerpc/powerpc pmap.c src/sys/sparc64/sparc64 pmap.c src/sys/vm vm_map.c vm_pageout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 18:00:44 -0000 alc 2004-07-15 18:00:43 UTC FreeBSD src repository Modified files: sys/alpha/alpha pmap.c sys/amd64/amd64 pmap.c sys/i386/acpica acpi_wakeup.c sys/i386/i386 pmap.c sys/ia64/ia64 pmap.c sys/powerpc/powerpc pmap.c sys/sparc64/sparc64 pmap.c sys/vm vm_map.c vm_pageout.c Log: Push down the acquisition and release of the page queues lock into pmap_protect() and pmap_remove(). In general, they require the lock in order to modify a page's pv list or flags. In some cases, however, pmap_protect() can avoid acquiring the lock. Revision Changes Path 1.158 +5 -0 src/sys/alpha/alpha/pmap.c 1.485 +7 -2 src/sys/amd64/amd64/pmap.c 1.35 +0 -2 src/sys/i386/acpica/acpi_wakeup.c 1.485 +7 -2 src/sys/i386/i386/pmap.c 1.140 +7 -4 src/sys/ia64/ia64/pmap.c 1.80 +4 -0 src/sys/powerpc/powerpc/pmap.c 1.134 +4 -1 src/sys/sparc64/sparc64/pmap.c 1.342 +0 -8 src/sys/vm/vm_map.c 1.260 +0 -2 src/sys/vm/vm_pageout.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 18: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 BB23316A4CE; Thu, 15 Jul 2004 18:22:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F04443D48; Thu, 15 Jul 2004 18:22:21 +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 i6FIMLJM065486; Thu, 15 Jul 2004 18:22:21 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FIMLFa065485; Thu, 15 Jul 2004 18:22:21 GMT (envelope-from cperciva) Message-Id: <200407151822.i6FIMLFa065485@repoman.freebsd.org> From: Colin Percival Date: Thu, 15 Jul 2004 18: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/release/scripts print-cdrom-packages.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, 15 Jul 2004 18:22:21 -0000 cperciva 2004-07-15 18:22:21 UTC FreeBSD src repository Modified files: release/scripts print-cdrom-packages.sh Log: Add security/freebsd-update back for non-ia64 releases. (The port is currently marked ONLY_FOR_ARCHS= i386 amd64 alpha sparc64.) Approved by: scottl Revision Changes Path 1.58 +3 -0 src/release/scripts/print-cdrom-packages.sh From owner-cvs-all@FreeBSD.ORG Thu Jul 15 18:55: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 422D716A4CF for ; Thu, 15 Jul 2004 18:55:22 +0000 (GMT) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18AE343D54 for ; Thu, 15 Jul 2004 18:55:22 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 24894 invoked from network); 15 Jul 2004 18:55:21 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 15 Jul 2004 18:55:21 -0000 Received: from 10.50.41.229 (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i6FItFGp083239; Thu, 15 Jul 2004 14:55:18 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Mark Santcroos Date: Thu, 15 Jul 2004 14:18:01 -0400 User-Agent: KMail/1.6 References: <200406231508.i5NF8egh052377@repoman.freebsd.org> <200406231122.04154.jhb@FreeBSD.org> <20040715161403.GA741@laptop.6bone.nl> In-Reply-To: <20040715161403.GA741@laptop.6bone.nl> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407151418.01839.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 18:55:22 -0000 On Thursday 15 July 2004 12:14 pm, Mark Santcroos wrote: > On Wed, Jun 23, 2004 at 11:22:04AM -0400, John Baldwin wrote: > > On Wednesday 23 June 2004 11:08 am, John Baldwin wrote: > > > jhb 2004-06-23 15:08:40 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/dev/acpica acpi_pci.c > > > Log: > > > Now that we associate a device_t with ACPI device handles, lookup the > > > device associated with any PCI devices that are enumerated in the > > > ACPI tree when adding children to an ACPI PCI bus and remove the > > > duplicate ACPI-only device_t and replace the device_t associated with > > > the handle with the ACPI and PCI aware device_t. > > > > Mostly this just means fewer unknown devices in devinfo -v output. > > You forgot to mention that this commit breaks acpi_video ;-) > > The fact that "\_SB_.PCI0.AGP_.VID_" now no longer is "unknown", means that > it is not probed anymore. > > The result of that is that acpi_video can't attach anymore of course. That's because acpi_video is really a PCI driver. :) The device it is attaching too is a PCI device, not an ACPI device, hence the confusion. I have some early work started on a vga_pci driver that would have child devices like acpi_video0, drm0, agp0 (for Intel onboard graphics), and dpms0. -- 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 15 18:56: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 349C116A4CE; Thu, 15 Jul 2004 18:56:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1946D43D46; Thu, 15 Jul 2004 18:56:06 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FIu55a066326; Thu, 15 Jul 2004 18:56:05 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FIu558066325; Thu, 15 Jul 2004 18:56:05 GMT (envelope-from obrien) Message-Id: <200407151856.i6FIu558066325@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 15 Jul 2004 18:56: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/gdb6 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, 15 Jul 2004 18:56:06 -0000 obrien 2004-07-15 18:56:05 UTC FreeBSD ports repository Modified files: devel/gdb6 Makefile Log: Add alternate download sites. Revision Changes Path 1.35 +2 -2 ports/devel/gdb6/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 15 18:56: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 3B71F16A4CE for ; Thu, 15 Jul 2004 18:56:20 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16F3743D48 for ; Thu, 15 Jul 2004 18:56:20 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 9835 invoked from network); 15 Jul 2004 18:56:19 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 15 Jul 2004 18:56:18 -0000 Received: from 10.50.41.229 (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i6FItFGo083239; Thu, 15 Jul 2004 14:55:15 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Alfred Perlstein Date: Thu, 15 Jul 2004 14:15:02 -0400 User-Agent: KMail/1.6 References: <20040715050225.GA87532@freefall.freebsd.org> <20040715052941.GL95729@elvis.mu.org> In-Reply-To: <20040715052941.GL95729@elvis.mu.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407151415.03555.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: Bosko Milekic cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c 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: Thu, 15 Jul 2004 18:56:20 -0000 On Thursday 15 July 2004 01:29 am, Alfred Perlstein wrote: > > Also, why do you copy the proc name to the stack lower in > > kern_shutdown.c? Do you fear that the proc might change from > > under you when you're at the bottom and you can't therefore > > only keep a reference to the proc instead? > > Because I don't know if the proc will be there after it nukes itself. They don't nuke themselves, they just go to sleep. A quick look at the code would have revealed this. -- 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 15 19:19: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 AC98416A4CE; Thu, 15 Jul 2004 19:19:25 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69DE543D46; Thu, 15 Jul 2004 19:19:25 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-63-195-111-154.dsl.snfc21.pacbell.net [63.195.111.154]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i6FJJOrb011151 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 15 Jul 2004 12:19:24 -0700 Message-ID: <40F6D871.1090207@root.org> Date: Thu, 15 Jul 2004 12:18:09 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 Followup-To: acpi@freebsd.org To: John Baldwin References: <200406231508.i5NF8egh052377@repoman.freebsd.org> <200406231122.04154.jhb@FreeBSD.org> <20040715161403.GA741@laptop.6bone.nl> <200407151418.01839.jhb@FreeBSD.org> In-Reply-To: <200407151418.01839.jhb@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 19:19:25 -0000 [Followups to the acpi list] John Baldwin wrote: > On Thursday 15 July 2004 12:14 pm, Mark Santcroos wrote: >>You forgot to mention that this commit breaks acpi_video ;-) >> >>The fact that "\_SB_.PCI0.AGP_.VID_" now no longer is "unknown", means that >>it is not probed anymore. >> >>The result of that is that acpi_video can't attach anymore of course. > > That's because acpi_video is really a PCI driver. :) The device it is > attaching too is a PCI device, not an ACPI device, hence the confusion. I > have some early work started on a vga_pci driver that would have child > devices like acpi_video0, drm0, agp0 (for Intel onboard graphics), and dpms0. I ran into this fundamental mismatch in building the infrastructure for the floppy attachment. You might have an ACPI handle namespace like this: _SB PCI0 LPC FDC0 FDD0 FOOBAR USB0 With a FreeBSD device hierarchy of: acpi0 fdc0 fd0 foobar pcib0 pci0 uhci0 Currently, we start with a flat device space when probing children: acpi0 pci0 isa0 fdc0 fd0 foobar uhci0 And then let each bus driver rework its children. PCI updates its child handles (USB0), deleting the initial device and adding a new one. FDC does the same thing. John is right in that acpi_video needs to attach to video_pci and not acpi directly. The new acpi_scan_children method should help do this without creating binary dependencies between drivers. -- -Nate From owner-cvs-all@FreeBSD.ORG Thu Jul 15 19:25: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 D6D7B16A4CE; Thu, 15 Jul 2004 19:25:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8D9943D2F; Thu, 15 Jul 2004 19:25:06 +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 i6FJP6GY066965; Thu, 15 Jul 2004 19:25:06 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FJP6hK066964; Thu, 15 Jul 2004 19:25:06 GMT (envelope-from le) Message-Id: <200407151925.i6FJP6hK066964@repoman.freebsd.org> From: Lukas Ertl Date: Thu, 15 Jul 2004 19:25: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/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, 15 Jul 2004 19:25:07 -0000 le 2004-07-15 19:25:06 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c Log: MFNetBSD. rev. 1.67, author: mycroft Fix a byte order error. rev. 1.68, author: mycroft Adjust some silliness that was causing us to do extra work for "frame list rollover" interrupts, which we pretty much ignore. Obtained from: NetBSD Revision Changes Path 1.10 +6 -6 src/sys/dev/usb/ehci.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 19:32: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 7260F16A4CE; Thu, 15 Jul 2004 19:32:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55F6043D1D; Thu, 15 Jul 2004 19:32:33 +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 i6FJWXRo067221; Thu, 15 Jul 2004 19:32:33 GMT (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FJWXdF067220; Thu, 15 Jul 2004 19:32:33 GMT (envelope-from obraun) Message-Id: <200407151932.i6FJWXdF067220@repoman.freebsd.org> From: Oliver Braun Date: Thu, 15 Jul 2004 19: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/sysutils/multitail 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, 15 Jul 2004 19:32:33 -0000 obraun 2004-07-15 19:32:33 UTC FreeBSD ports repository Modified files: sysutils/multitail Makefile distinfo Log: Upgrade to 3.2.2 Revision Changes Path 1.29 +1 -1 ports/sysutils/multitail/Makefile 1.28 +2 -2 ports/sysutils/multitail/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 15 19: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 378AC16A4CE; Thu, 15 Jul 2004 19:34:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B5BA43D49; Thu, 15 Jul 2004 19:34:28 +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 i6FJYRbA067268; Thu, 15 Jul 2004 19:34:27 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FJYRZh067267; Thu, 15 Jul 2004 19:34:27 GMT (envelope-from simon) Message-Id: <200407151934.i6FJYRZh067267@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 15 Jul 2004 19:34: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/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, 15 Jul 2004 19:34:28 -0000 simon 2004-07-15 19:34:27 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: An AMD64 based system would be very nice... Revision Changes Path 1.218 +9 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 15 20:17: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 6F2EA16A4CE; Thu, 15 Jul 2004 20:17:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C43643D2F; Thu, 15 Jul 2004 20:17:32 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FKHWJx068413; Thu, 15 Jul 2004 20:17:32 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FKHVXL068412; Thu, 15 Jul 2004 20:17:31 GMT (envelope-from keramida) Message-Id: <200407152017.i6FKHVXL068412@repoman.freebsd.org> From: Giorgos Keramidas Date: Thu, 15 Jul 2004 20:17: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/usr.bin/lex lex.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: Thu, 15 Jul 2004 20:17:32 -0000 keramida 2004-07-15 20:17:31 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) usr.bin/lex lex.1 Log: MFC: 1.18 Correct a minor syntax mistake. Revision Changes Path 1.10.2.7 +1 -1 src/usr.bin/lex/lex.1 From owner-cvs-all@FreeBSD.ORG Thu Jul 15 20:23: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 BC71416A4CE; Thu, 15 Jul 2004 20:23:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E65943D2D; Thu, 15 Jul 2004 20:23:18 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FKNIV3068572; Thu, 15 Jul 2004 20:23:18 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FKNIDN068571; Thu, 15 Jul 2004 20:23:18 GMT (envelope-from keramida) Message-Id: <200407152023.i6FKNIDN068571@repoman.freebsd.org> From: Giorgos Keramidas Date: Thu, 15 Jul 2004 20:23:18 +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 fe.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: Thu, 15 Jul 2004 20:23:18 -0000 keramida 2004-07-15 20:23:18 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) share/man/man4/man4.i386 fe.4 Log: MFC: 1.28 , 1.29 Fix various grammar knits. Revision Changes Path 1.14.2.10 +4 -4 src/share/man/man4/man4.i386/fe.4 From owner-cvs-all@FreeBSD.ORG Thu Jul 15 20:24: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 C7D1216A4CE; Thu, 15 Jul 2004 20:24:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA35E43D45; Thu, 15 Jul 2004 20:24:40 +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 i6FKOeEX068616; Thu, 15 Jul 2004 20:24:40 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FKOev6068615; Thu, 15 Jul 2004 20:24:40 GMT (envelope-from simon) Message-Id: <200407152024.i6FKOev6068615@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 15 Jul 2004 20:24:40 +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, 15 Jul 2004 20:24:40 -0000 simon 2004-07-15 20:24:40 UTC FreeBSD doc repository Modified files: en/releases/5.3R todo.sgml Log: I'm working on the hardware notes - the device listings will be auto generated based on device manual pages, and therefore the hardware notes document will be trimmed for device listings. Revision Changes Path 1.31 +4 -4 www/en/releases/5.3R/todo.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 15 20:30: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 D830B16A4CE; Thu, 15 Jul 2004 20:30:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B833843D41; Thu, 15 Jul 2004 20:30:02 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FKU2hR068767; Thu, 15 Jul 2004 20:30:02 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FKU2aE068766; Thu, 15 Jul 2004 20:30:02 GMT (envelope-from keramida) Message-Id: <200407152030.i6FKU2aE068766@repoman.freebsd.org> From: Giorgos Keramidas Date: Thu, 15 Jul 2004 20:30:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 ppbus.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: Thu, 15 Jul 2004 20:30:03 -0000 keramida 2004-07-15 20:30:02 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) share/man/man4 ppbus.4 Log: MFC: 1.22 Fix some grammar-wording knit. Revision Changes Path 1.14.2.6 +4 -4 src/share/man/man4/ppbus.4 From owner-cvs-all@FreeBSD.ORG Thu Jul 15 20:40: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 1D71316A4CE; Thu, 15 Jul 2004 20:40:00 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C275243D48; Thu, 15 Jul 2004 20:39:59 +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 i6FKddNb028343; Thu, 15 Jul 2004 16:39:39 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i6FKddBu028340; Thu, 15 Jul 2004 16:39:39 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Thu, 15 Jul 2004 16:39:39 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Pawel Jakub Dawidek In-Reply-To: <20040715173524.GG12007@darkness.comp.waw.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: "Christian S.J. Peron" cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 20:40:00 -0000 On Thu, 15 Jul 2004, Pawel Jakub Dawidek wrote: > Thanks for clarification, but why actually do we care so much here about > real uid? Because many resource limits are relative to the real uid, not the effective uid. In particular, to prevent things like setuid apps (lpr, etc) from gaining the resources of root, and run instead with the resources of the user who ran the app. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Thu Jul 15 20:47: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 C2CD316A4CE; Thu, 15 Jul 2004 20:47:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A14DD43D4C; Thu, 15 Jul 2004 20:47:41 +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 i6FKlfhH069851; Thu, 15 Jul 2004 20:47:41 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FKlfAU069850; Thu, 15 Jul 2004 20:47:41 GMT (envelope-from phk) Message-Id: <200407152047.i6FKlfAU069850@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 15 Jul 2004 20:47: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/alpha/alpha promcons.c src/sys/alpha/tlsb zs_tlsb.c src/sys/dev/cx if_cx.c src/sys/dev/cy cy.c src/sys/dev/dcons dcons.c src/sys/dev/digi digi.c src/sys/dev/nmdm nmdm.c src/sys/dev/ofw ofw_console.c src/sys/dev/rc rc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 20:47:41 -0000 phk 2004-07-15 20:47:41 UTC FreeBSD src repository Modified files: sys/alpha/alpha promcons.c sys/alpha/tlsb zs_tlsb.c sys/dev/cx if_cx.c sys/dev/cy cy.c sys/dev/dcons dcons.c sys/dev/digi digi.c sys/dev/nmdm nmdm.c sys/dev/ofw ofw_console.c sys/dev/rc rc.c sys/dev/rp rp.c sys/dev/sab sab.c sys/dev/si si.c sys/dev/sio sio.c sys/dev/snp snp.c sys/dev/sx sx.c sys/dev/syscons syscons.c sysmouse.c sys/dev/uart uart_tty.c sys/dev/usb ubser.c ucom.c sys/dev/zs zs.c sys/i386/isa/pcvt pcvt_drv.c sys/ia64/ia64 ssc.c sys/kern tty.c tty_conf.c tty_pty.c tty_subr.c sys/net ppp_tty.c sys/pc98/pc98 sio.c sys/sys tty.h Log: Preparation commit for the tty cleanups that will follow in the near future: rename ttyopen() -> tty_open() and ttyclose() -> tty_close(). We need the ttyopen() and ttyclose() for the new generic cdevsw functions for tty devices in order to have consistent naming. Revision Changes Path 1.40 +1 -1 src/sys/alpha/alpha/promcons.c 1.47 +1 -1 src/sys/alpha/tlsb/zs_tlsb.c 1.27 +1 -1 src/sys/dev/cx/if_cx.c 1.159 +1 -1 src/sys/dev/cy/cy.c 1.16 +2 -2 src/sys/dev/dcons/dcons.c 1.54 +1 -1 src/sys/dev/digi/digi.c 1.30 +1 -1 src/sys/dev/nmdm/nmdm.c 1.27 +1 -1 src/sys/dev/ofw/ofw_console.c 1.97 +1 -1 src/sys/dev/rc/rc.c 1.64 +1 -1 src/sys/dev/rp/rp.c 1.34 +2 -2 src/sys/dev/sab/sab.c 1.131 +1 -1 src/sys/dev/si/si.c 1.449 +2 -2 src/sys/dev/sio/sio.c 1.93 +1 -1 src/sys/dev/snp/snp.c 1.12 +1 -1 src/sys/dev/sx/sx.c 1.424 +1 -1 src/sys/dev/syscons/syscons.c 1.24 +1 -1 src/sys/dev/syscons/sysmouse.c 1.16 +2 -2 src/sys/dev/uart/uart_tty.c 1.11 +3 -3 src/sys/dev/usb/ubser.c 1.51 +3 -3 src/sys/dev/usb/ucom.c 1.26 +2 -2 src/sys/dev/zs/zs.c 1.89 +1 -1 src/sys/i386/isa/pcvt/pcvt_drv.c 1.23 +1 -1 src/sys/ia64/ia64/ssc.c 1.227 +4 -4 src/sys/kern/tty.c 1.24 +1 -1 src/sys/kern/tty_conf.c 1.129 +1 -1 src/sys/kern/tty_pty.c 1.42 +2 -2 src/sys/kern/tty_subr.c 1.61 +1 -1 src/sys/net/ppp_tty.c 1.226 +2 -2 src/sys/pc98/pc98/sio.c 1.89 +2 -2 src/sys/sys/tty.h From owner-cvs-all@FreeBSD.ORG Thu Jul 15 21:25: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 5CFDE16A4CE; Thu, 15 Jul 2004 21:25:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E94F43D41; Thu, 15 Jul 2004 21:25:51 +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 i6FLPpNA070975; Thu, 15 Jul 2004 21:25:51 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FLPpN8070973; Thu, 15 Jul 2004 21:25:51 GMT (envelope-from ceri) Message-Id: <200407152125.i6FLPpN8070973@repoman.freebsd.org> From: Ceri Davies Date: Thu, 15 Jul 2004 21:25:51 +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 developers.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, 15 Jul 2004 21:25:51 -0000 ceri 2004-07-15 21:25:51 UTC FreeBSD doc repository Modified files: en developers.sgml Log: Add an entity for simon to unbreak the build. Revision Changes Path 1.79 +2 -1 www/en/developers.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 15 21:25: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 D0BD816A4CF; Thu, 15 Jul 2004 21:25:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B125A43D49; Thu, 15 Jul 2004 21:25:51 +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 i6FLPpY4071010; Thu, 15 Jul 2004 21:25:51 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FLPpqg071009; Thu, 15 Jul 2004 21:25:51 GMT (envelope-from mezz) Message-Id: <200407152125.i6FLPpqg071009@repoman.freebsd.org> From: Jeremy Messenger Date: Thu, 15 Jul 2004 21:25: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/net/py-bittornado Makefile distinfo pkg-plist ports/net/py-bittornado/files patch-BitTornado_ConfigDir.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 21:25:52 -0000 mezz 2004-07-15 21:25:51 UTC FreeBSD ports repository Modified files: net/py-bittornado Makefile distinfo pkg-plist net/py-bittornado/files patch-BitTornado_ConfigDir.py Log: Update to 0.3.7. PR: ports/69094 Submitted by: Janos Mohacsi (maintainer) Revision Changes Path 1.10 +1 -1 ports/net/py-bittornado/Makefile 1.6 +2 -2 ports/net/py-bittornado/distinfo 1.2 +8 -8 ports/net/py-bittornado/files/patch-BitTornado_ConfigDir.py 1.6 +3 -0 ports/net/py-bittornado/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 15 21:28: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 D28CF16A4CE; Thu, 15 Jul 2004 21:28:36 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3B1A43D2D; Thu, 15 Jul 2004 21:28:36 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id BA06E5C8DE; Thu, 15 Jul 2004 14:28:36 -0700 (PDT) Date: Thu, 15 Jul 2004 14:28:36 -0700 From: Alfred Perlstein To: John Baldwin Message-ID: <20040715212836.GT95729@elvis.mu.org> References: <20040715050225.GA87532@freefall.freebsd.org> <20040715052941.GL95729@elvis.mu.org> <200407151415.03555.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407151415.03555.jhb@FreeBSD.org> User-Agent: Mutt/1.4.2.1i 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 kern_shutdown.c 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: Thu, 15 Jul 2004 21:28:37 -0000 * John Baldwin [040715 11:56] wrote: > On Thursday 15 July 2004 01:29 am, Alfred Perlstein wrote: > > > Also, why do you copy the proc name to the stack lower in > > > kern_shutdown.c? Do you fear that the proc might change from > > > under you when you're at the bottom and you can't therefore > > > only keep a reference to the proc instead? > > > > Because I don't know if the proc will be there after it nukes itself. > > They don't nuke themselves, they just go to sleep. A quick look at the code > would have revealed this. y'know what, in the context of fixing a printf I wasn't really interested in looking that far into the scheduler. A 20 char stack variable and a string copy at shutdown isn't such a big deal. If it bugs you guys that much, why don't you just fix it? Or are you worried about getting 15 emails about how you inefficiently printing a non-critical string like I have? :) hugs, -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Thu Jul 15 21: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 D8FD816A4CE; Thu, 15 Jul 2004 21:35:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAA2643D1F; Thu, 15 Jul 2004 21:35:32 +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 i6FLZWud071279; Thu, 15 Jul 2004 21:35:32 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FLZWDL071278; Thu, 15 Jul 2004 21:35:32 GMT (envelope-from ceri) Message-Id: <200407152135.i6FLZWDL071278@repoman.freebsd.org> From: Ceri Davies Date: Thu, 15 Jul 2004 21:35: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 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: Thu, 15 Jul 2004 21:35:33 -0000 ceri 2004-07-15 21:35:32 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: The Chicago Manual of Style arrived. As I had hoped, it really is quite heavy. Revision Changes Path 1.175 +2 -2 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 15 22:13: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 1779216A4CE; Thu, 15 Jul 2004 22:13:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBF2943D3F; Thu, 15 Jul 2004 22:13:36 +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 i6FMDa8t072321; Thu, 15 Jul 2004 22:13:36 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FMDabw072320; Thu, 15 Jul 2004 22:13:36 GMT (envelope-from clement) Message-Id: <200407152213.i6FMDabw072320@repoman.freebsd.org> From: Clement Laforet Date: Thu, 15 Jul 2004 22:13: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/suphp Makefile distinfo ports/www/suphp/files patch-src::apache2::mod_suphp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 22:13:37 -0000 clement 2004-07-15 22:13:36 UTC FreeBSD ports repository Modified files: www/suphp Makefile distinfo Added files: www/suphp/files patch-src::apache2::mod_suphp.c Log: - Update to 0.5.2 Add a workaroung to make it work with apache 2 (due to an apr bug) (so be careful) - Pass maintainership to submitter PR: ports/69048 Submitted by: Jeremy Chadwick Revision Changes Path 1.15 +6 -6 ports/www/suphp/Makefile 1.8 +2 -2 ports/www/suphp/distinfo 1.1 +16 -0 ports/www/suphp/files/patch-src::apache2::mod_suphp.c (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 22:21: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 7D44C16A4CE; Thu, 15 Jul 2004 22:21:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EAE243D2F; Thu, 15 Jul 2004 22:21:25 +0000 (GMT) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FMLPsu072586; Thu, 15 Jul 2004 22:21:25 GMT (envelope-from rees@repoman.freebsd.org) Received: (from rees@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FMLPhl072585; Thu, 15 Jul 2004 22:21:25 GMT (envelope-from rees) Message-Id: <200407152221.i6FMLPhl072585@repoman.freebsd.org> From: Jim Rees Date: Thu, 15 Jul 2004 22:21: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/rpc rpcclnt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 22:21:25 -0000 rees 2004-07-15 22:21:25 UTC FreeBSD src repository Modified files: sys/rpc rpcclnt.c Log: fix array index out of bounds in rpc->rc_srtt[], rpc->rc_sdrtt[] Noticed by: tedu Approved by: alfred Revision Changes Path 1.11 +3 -3 src/sys/rpc/rpcclnt.c From owner-cvs-all@FreeBSD.ORG Thu Jul 15 22:44: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 DA8EF16A4CE; Thu, 15 Jul 2004 22:44:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA66D43D58; Thu, 15 Jul 2004 22:44: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 i6FMigCX073183; Thu, 15 Jul 2004 22:44:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FMigec073182; Thu, 15 Jul 2004 22:44:42 GMT (envelope-from pav) Message-Id: <200407152244.i6FMigec073182@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Jul 2004 22:44: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-toolkits/gtk-sharp Makefile ports/x11-toolkits/gtk-sharp/filespatch-atk_atk-sharp.dll.config.in patch-gconf_GConf_gconf-sharp.dll.config.in patch-gdk_gdk-sharp.dll.config.in patch-glib_glib-sharp.dll.config.in patch-gtk_gtk-sharp.dll.config.in patch-pango_pango-sharp.dll.config.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, 15 Jul 2004 22:44:43 -0000 pav 2004-07-15 22:44:42 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk-sharp Makefile Added files: x11-toolkits/gtk-sharp/files patch-art_art-sharp.dll.config.in patch-atk_atk-sharp.dll.config.in patch-gconf_GConf_gconf-sharp.dll.config.in patch-gda_gda-sharp.dll.config.in patch-gdk_gdk-sharp.dll.config.in patch-glib_glib-sharp.dll.config.in patch-gnome_gnome-sharp.dll.config.in patch-gtk_gtk-sharp.dll.config.in patch-pango_pango-sharp.dll.config.in patch-rsvg_rsvg-sharp.dll.config.in patch-vte_vte-sharp.dll.config.in Log: - Correct shared library numbers to match current state of GNOME. Bad thing this have to be hardwired here, as it will be most probably forgotten next time some on the libs is updated. PR: ports/69118 Submitted by: John Merryweather Cooper (maintainer) Revision Changes Path 1.23 +1 -0 ports/x11-toolkits/gtk-sharp/Makefile 1.1 +7 -0 ports/x11-toolkits/gtk-sharp/files/patch-art_art-sharp.dll.config.in (new) 1.1 +7 -0 ports/x11-toolkits/gtk-sharp/files/patch-atk_atk-sharp.dll.config.in (new) 1.1 +7 -0 ports/x11-toolkits/gtk-sharp/files/patch-gconf_GConf_gconf-sharp.dll.config.in (new) 1.1 +7 -0 ports/x11-toolkits/gtk-sharp/files/patch-gda_gda-sharp.dll.config.in (new) 1.1 +13 -0 ports/x11-toolkits/gtk-sharp/files/patch-gdk_gdk-sharp.dll.config.in (new) 1.1 +11 -0 ports/x11-toolkits/gtk-sharp/files/patch-glib_glib-sharp.dll.config.in (new) 1.1 +23 -0 ports/x11-toolkits/gtk-sharp/files/patch-gnome_gnome-sharp.dll.config.in (new) 1.1 +13 -0 ports/x11-toolkits/gtk-sharp/files/patch-gtk_gtk-sharp.dll.config.in (new) 1.1 +7 -0 ports/x11-toolkits/gtk-sharp/files/patch-pango_pango-sharp.dll.config.in (new) 1.1 +7 -0 ports/x11-toolkits/gtk-sharp/files/patch-rsvg_rsvg-sharp.dll.config.in (new) 1.1 +9 -0 ports/x11-toolkits/gtk-sharp/files/patch-vte_vte-sharp.dll.config.in (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 22:53: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 E644F16A4CE; Thu, 15 Jul 2004 22:53:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7EDA43D48; Thu, 15 Jul 2004 22:53:47 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FMrlZt073478; Thu, 15 Jul 2004 22:53:47 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FMrlYg073477; Thu, 15 Jul 2004 22:53:47 GMT (envelope-from obrien) Message-Id: <200407152253.i6FMrlYg073477@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 15 Jul 2004 22:53: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/sysutils/lsof 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, 15 Jul 2004 22:53:48 -0000 obrien 2004-07-15 22:53:47 UTC FreeBSD ports repository Modified files: sysutils/lsof Makefile distinfo pkg-plist Log: Update to version 4.72. Revision Changes Path 1.131 +2 -2 ports/sysutils/lsof/Makefile 1.105 +2 -2 ports/sysutils/lsof/distinfo 1.8 +2 -1 ports/sysutils/lsof/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 15 22:59: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 62F2816A4DE; Thu, 15 Jul 2004 22:59:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E11343D41; Thu, 15 Jul 2004 22:59: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 i6FMxBpU073688; Thu, 15 Jul 2004 22:59:11 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FMxBMs073687; Thu, 15 Jul 2004 22:59:11 GMT (envelope-from kris) Message-Id: <200407152259.i6FMxBMs073687@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 15 Jul 2004 22:59: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/archivers/arj Makefile ports/comms/cdr_read Makefile ports/sysutils/fileschanged 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, 15 Jul 2004 22:59:11 -0000 kris 2004-07-15 22:59:11 UTC FreeBSD ports repository Modified files: archivers/arj Makefile comms/cdr_read Makefile sysutils/fileschanged Makefile Log: Reset undeliverable maintainer address: ----- Transcript of session follows ----- 451 4.4.1 reply: read error from mix.premierbank.dp.ua. ... Deferred Message could not be delivered for 1 week Message will be deleted from queue For two consecutive weeks. Revision Changes Path 1.11 +1 -1 ports/archivers/arj/Makefile 1.2 +1 -1 ports/comms/cdr_read/Makefile 1.3 +1 -1 ports/sysutils/fileschanged/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 15 22: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 0A1C116A4CE; Thu, 15 Jul 2004 22:59:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDE9643D45; Thu, 15 Jul 2004 22:59:51 +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 i6FMxpEL073744; Thu, 15 Jul 2004 22:59:51 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FMxp7N073743; Thu, 15 Jul 2004 22:59:51 GMT (envelope-from adamw) Message-Id: <200407152259.i6FMxp7N073743@repoman.freebsd.org> From: Adam Weinberger Date: Thu, 15 Jul 2004 22:59: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/mozilla-devel Makefile distinfo ports/www/mozilla-devel/files patch-qt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Jul 2004 22:59:52 -0000 adamw 2004-07-15 22:59:51 UTC FreeBSD ports repository Modified files: www/mozilla-devel Makefile distinfo www/mozilla-devel/files patch-qt Log: Update to 1.8a2. Incidentally, this fixes the build problem with epiphany-1.3. Revision Changes Path 1.194 +3 -3 ports/www/mozilla-devel/Makefile 1.75 +2 -2 ports/www/mozilla-devel/distinfo 1.29 +12 -12 ports/www/mozilla-devel/files/patch-qt From owner-cvs-all@FreeBSD.ORG Thu Jul 15 23:09: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 E3F7516A4CE; Thu, 15 Jul 2004 23:09:19 +0000 (GMT) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0DF843D3F; Thu, 15 Jul 2004 23:09:19 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-64-169-107-19.dsl.lsan03.pacbell.net [64.169.107.19]) i6FN9KBr022007; Thu, 15 Jul 2004 19:09:20 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A9BB152B43; Thu, 15 Jul 2004 16:09:17 -0700 (PDT) Date: Thu, 15 Jul 2004 16:09:17 -0700 From: Kris Kennaway To: Alexander Nedotsukov Message-ID: <20040715230917.GA37057@xor.obsecurity.org> References: <200407140904.i6E94rrU098086@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline In-Reply-To: <200407140904.i6E94rrU098086@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/x11-toolkits/libpanelappletmm Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/libpanelappletmm/files patch-Makefile.in 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: Thu, 15 Jul 2004 23:09:20 -0000 --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 14, 2004 at 09:04:53AM +0000, Alexander Nedotsukov wrote: > bland 2004-07-14 09:04:53 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > x11-toolkits/libpanelappletmm Makefile distinfo pkg-descr=20 > pkg-plist=20 > Removed files: > x11-toolkits/libpanelappletmm/files patch-Makefile.in=20 > patch-configure=20 > Log: > Update to 2.6.0 > | +LIB_DEPENDS=3D gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ > | + gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26 \ ^^^^^=20 This looks like a whitespace error > | + gnomemm-2.6.1:${PORTSDIR}/x11/libgnomemm26 > | USE_GNOME=3D gnomehack gnomepanel > | -USE_INC_LIBTOOL_VER=3D13 > | +USE_LIBTOOL_VER=3D15 Are you sure this doesn't leave behind a .la file now? Most of the USE_INC changes were for this reason. Kris --qDbXVdCdHGoSgWSk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA9w6dWry0BWjoQKURAoVdAKD6ZUzTxoar0XMLIKmaRKJxAJm63QCdGdgx 964I22+QQlcCSeXH0iIRE5A= =KZTP -----END PGP SIGNATURE----- --qDbXVdCdHGoSgWSk-- From owner-cvs-all@FreeBSD.ORG Thu Jul 15 23: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 EA72016A4CE; Thu, 15 Jul 2004 23:13:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CABE743D2F; Thu, 15 Jul 2004 23:13:34 +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 i6FNDYtH074147; Thu, 15 Jul 2004 23:13:34 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FNDYVb074146; Thu, 15 Jul 2004 23:13:34 GMT (envelope-from brueffer) Message-Id: <200407152313.i6FNDYVb074146@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 15 Jul 2004 23:13:34 +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: Thu, 15 Jul 2004 23:13:35 -0000 brueffer 2004-07-15 23:13:34 UTC FreeBSD doc repository Modified files: en/docproj translations.sgml Log: Add the turkish documentation project. Submitted by: Omer Faruk Sen Revision Changes Path 1.71 +23 -1 www/en/docproj/translations.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 15 23:14: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 C5D2416A4CE; Thu, 15 Jul 2004 23:14:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7A2B43D3F; Thu, 15 Jul 2004 23:14:29 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FNETHQ074197; Thu, 15 Jul 2004 23:14:29 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FNETF3074196; Thu, 15 Jul 2004 23:14:29 GMT (envelope-from obrien) Message-Id: <200407152314.i6FNETF3074196@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 15 Jul 2004 23:14: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/sysutils/lsof 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, 15 Jul 2004 23:14:29 -0000 obrien 2004-07-15 23:14:29 UTC FreeBSD ports repository Modified files: sysutils/lsof Makefile Removed files: sysutils/lsof pkg-plist Log: Autogen the share/ PLIST. Revision Changes Path 1.132 +7 -0 ports/sysutils/lsof/Makefile 1.9 +0 -18 ports/sysutils/lsof/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 15 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 B368E16A4CE; Thu, 15 Jul 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 9501A43D49; Thu, 15 Jul 2004 23:58:23 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FNwNBq075325; Thu, 15 Jul 2004 23:58:23 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FNwNeJ075324; Thu, 15 Jul 2004 23:58:23 GMT (envelope-from glebius) Message-Id: <200407152358.i6FNwNeJ075324@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 15 Jul 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/sys/conf files src/sys/libkern qsort.c qsort_r.c src/sys/sys libkern.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, 15 Jul 2004 23:58:23 -0000 glebius 2004-07-15 23:58:23 UTC FreeBSD src repository Modified files: sys/conf files sys/libkern qsort.c sys/sys libkern.h Added files: sys/libkern qsort_r.c Log: Copy qsort_r(3) from libc to libkern. Reviewed by: phk Approved by: julian (mentor) Revision Changes Path 1.931 +1 -0 src/sys/conf/files 1.15 +41 -24 src/sys/libkern/qsort.c 1.1 +8 -0 src/sys/libkern/qsort_r.c (new) 1.46 +2 -0 src/sys/sys/libkern.h From owner-cvs-all@FreeBSD.ORG Fri Jul 16 00:07: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 C3E4516A4CE; Fri, 16 Jul 2004 00:07:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A53CB43D46; Fri, 16 Jul 2004 00:07:44 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G07iJW075644; Fri, 16 Jul 2004 00:07:44 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G07i6Y075643; Fri, 16 Jul 2004 00:07:44 GMT (envelope-from glebius) Message-Id: <200407160007.i6G07i6Y075643@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 16 Jul 2004 00:07:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_ppp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 00:07:44 -0000 glebius 2004-07-16 00:07:44 UTC FreeBSD src repository Modified files: sys/netgraph ng_ppp.c Log: Use qsort_r() instead of qsort() when sorting links by latency This helps us to remove a global variable and a mutex protecting it. Reviewed by: rwatson Approved by: julian (mentor) Revision Changes Path 1.50 +5 -20 src/sys/netgraph/ng_ppp.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 00:37: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 765A016A4CE; Fri, 16 Jul 2004 00:37:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58DBA43D31; Fri, 16 Jul 2004 00:37:34 +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 i6G0bYoZ076391; Fri, 16 Jul 2004 00:37:34 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G0bYfa076390; Fri, 16 Jul 2004 00:37:34 GMT (envelope-from rwatson) Message-Id: <200407160037.i6G0bYfa076390@repoman.freebsd.org> From: Robert Watson Date: Fri, 16 Jul 2004 00:37:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern 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: Fri, 16 Jul 2004 00:37:34 -0000 rwatson 2004-07-16 00:37:34 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: When entering soclose(), assert that SS_NOFDREF is not already set. Revision Changes Path 1.204 +2 -0 src/sys/kern/uipc_socket.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 00:57: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 161E816A4CE; Fri, 16 Jul 2004 00:57:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDDBD43D31; Fri, 16 Jul 2004 00:56:59 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G0uxF8076884; Fri, 16 Jul 2004 00:56:59 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G0ux1Q076883; Fri, 16 Jul 2004 00:56:59 GMT (envelope-from obrien) Message-Id: <200407160056.i6G0ux1Q076883@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 16 Jul 2004 00:56: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/misc/jive/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: Fri, 16 Jul 2004 00:57:00 -0000 obrien 2004-07-16 00:56:59 UTC FreeBSD ports repository Modified files: misc/jive/files patch-aa Log: Change how we respect 'CC' and 'CFLAGS'. Revision Changes Path 1.2 +2 -2 ports/misc/jive/files/patch-aa From owner-cvs-all@FreeBSD.ORG Fri Jul 16 00: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 25C7616A4CE; Fri, 16 Jul 2004 00:57:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 097ED43D55; Fri, 16 Jul 2004 00:57: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 i6G0vpCF076930; Fri, 16 Jul 2004 00:57:51 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G0vpEw076929; Fri, 16 Jul 2004 00:57:51 GMT (envelope-from knu) Message-Id: <200407160057.i6G0vpEw076929@repoman.freebsd.org> From: Akinori MUSHA Date: Fri, 16 Jul 2004 00:57: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/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: Fri, 16 Jul 2004 00:57:52 -0000 knu 2004-07-16 00:57:51 UTC FreeBSD ports repository Modified files: databases/ruby-odbc Makefile distinfo Log: Update to 0.994. Revision Changes Path 1.24 +1 -1 ports/databases/ruby-odbc/Makefile 1.21 +2 -2 ports/databases/ruby-odbc/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 16 01:07: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 CDC4116A4F3; Fri, 16 Jul 2004 01:07:29 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 914FA43D1D; Fri, 16 Jul 2004 01:07:29 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-63-195-111-154.dsl.snfc21.pacbell.net [63.195.111.154]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i6G17Sra016821 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 15 Jul 2004 18:07:28 -0700 Message-ID: <40F72A06.7080809@root.org> Date: Thu, 15 Jul 2004 18:06:14 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.6 (X11/20040518) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alfred Perlstein References: <20040715050225.GA87532@freefall.freebsd.org> <20040715052941.GL95729@elvis.mu.org> <200407151415.03555.jhb@FreeBSD.org> <20040715212836.GT95729@elvis.mu.org> In-Reply-To: <20040715212836.GT95729@elvis.mu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: src-committers@freebsd.org cc: Bosko Milekic cc: John Baldwin Subject: Re: cvs commit: src/sys/kern kern_shutdown.c 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, 16 Jul 2004 01:07:30 -0000 Alfred Perlstein wrote: > * John Baldwin [040715 11:56] wrote: >>On Thursday 15 July 2004 01:29 am, Alfred Perlstein wrote: >> >>>> Also, why do you copy the proc name to the stack lower in >>>> kern_shutdown.c? Do you fear that the proc might change from >>>> under you when you're at the bottom and you can't therefore >>>> only keep a reference to the proc instead? >>> >>>Because I don't know if the proc will be there after it nukes itself. >> >>They don't nuke themselves, they just go to sleep. A quick look at the code >>would have revealed this. > > y'know what, in the context of fixing a printf I wasn't really > interested in looking that far into the scheduler. A 20 char stack > variable and a string copy at shutdown isn't such a big deal. If it > bugs you guys that much, why don't you just fix it? > > Or are you worried about getting 15 emails about how you inefficiently > printing a non-critical string like I have? :) My concern is that this is an attempt to fix something which is not broken. The proc cannot disappear there, which is what I believe jhb@ was pointing out. What is there to fix? -Nate From owner-cvs-all@FreeBSD.ORG Fri Jul 16 01:18: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 591DA16A4CE; Fri, 16 Jul 2004 01:18:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B1AE43D1D; Fri, 16 Jul 2004 01:18:14 +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 i6G1IEIa077432; Fri, 16 Jul 2004 01:18:14 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G1IEmp077431; Fri, 16 Jul 2004 01:18:14 GMT (envelope-from alfred) Message-Id: <200407160118.i6G1IEmp077431@repoman.freebsd.org> From: Alfred Perlstein Date: Fri, 16 Jul 2004 01:18: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/lib/libc/sys getfsstat.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, 16 Jul 2004 01:18:14 -0000 alfred 2004-07-16 01:18:14 UTC FreeBSD src repository Modified files: lib/libc/sys getfsstat.2 Log: Clarify getfsstat(2) usage. The getfsstat(2) function expects a buffer and a count, and returns a count. The confusing part is that the count it takes is a byte count, while the return value is a count of the number of structures it has filled out. Spell this out. Revision Changes Path 1.17 +6 -1 src/lib/libc/sys/getfsstat.2 From owner-cvs-all@FreeBSD.ORG Fri Jul 16 02:03: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 A3C0F16A4CE; Fri, 16 Jul 2004 02:03:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8474043D3F; Fri, 16 Jul 2004 02:03:31 +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 i6G23VSV078634; Fri, 16 Jul 2004 02:03:31 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G23VxR078633; Fri, 16 Jul 2004 02:03:31 GMT (envelope-from bland) Message-Id: <200407160203.i6G23VxR078633@repoman.freebsd.org> From: Alexander Nedotsukov Date: Fri, 16 Jul 2004 02:03: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/libpanelappletmm 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, 16 Jul 2004 02:03:31 -0000 bland 2004-07-16 02:03:31 UTC FreeBSD ports repository Modified files: x11-toolkits/libpanelappletmm Makefile Log: Whitespace cleanup. Noticed by: kris Revision Changes Path 1.7 +1 -1 ports/x11-toolkits/libpanelappletmm/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 16 02:03: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 2F21216A4CE; Fri, 16 Jul 2004 02:03:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2533D43D58; Fri, 16 Jul 2004 02:03:50 +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 i6G23oFq078695; Fri, 16 Jul 2004 02:03:50 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G23oaR078694; Fri, 16 Jul 2004 02:03:50 GMT (envelope-from rwatson) Message-Id: <200407160203.i6G23oaR078694@repoman.freebsd.org> From: Robert Watson Date: Fri, 16 Jul 2004 02: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/security/mac_biba mac_biba.c mac_biba.h src/sys/security/mac_mls mac_mls.c mac_mls.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, 16 Jul 2004 02:03:51 -0000 rwatson 2004-07-16 02:03:50 UTC FreeBSD src repository Modified files: sys/security/mac_biba mac_biba.c mac_biba.h sys/security/mac_mls mac_mls.c mac_mls.h Log: Rename Biba and MLS _single label elements to _effective, which more accurately represents the intention of the 'single' label element in Biba and MLS labels. It also approximates the use of 'effective' in traditional UNIX credentials, and avoids confusion with 'singlelabel' in the context of file systems. Inspired by: trhodes Revision Changes Path 1.79 +175 -175 src/sys/security/mac_biba/mac_biba.c 1.7 +5 -5 src/sys/security/mac_biba/mac_biba.h 1.65 +168 -168 src/sys/security/mac_mls/mac_mls.c 1.8 +5 -5 src/sys/security/mac_mls/mac_mls.h From owner-cvs-all@FreeBSD.ORG Fri Jul 16 02: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 6FCA216A4CE; Fri, 16 Jul 2004 02:04:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52AD443D49; Fri, 16 Jul 2004 02:04:41 +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 i6G24fEr078740; Fri, 16 Jul 2004 02:04:41 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G24fL6078739; Fri, 16 Jul 2004 02:04:41 GMT (envelope-from rwatson) Message-Id: <200407160204.i6G24fL6078739@repoman.freebsd.org> From: Robert Watson Date: Fri, 16 Jul 2004 02:04:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 mac_biba.4 mac_mls.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, 16 Jul 2004 02:04:41 -0000 rwatson 2004-07-16 02:04:41 UTC FreeBSD src repository Modified files: share/man/man4 mac_biba.4 mac_mls.4 Log: Update Biba and MLS man pages to take into account recent renaming of the 'single' label element to 'effective. Revision Changes Path 1.17 +6 -6 src/share/man/man4/mac_biba.4 1.18 +6 -6 src/share/man/man4/mac_mls.4 From owner-cvs-all@FreeBSD.ORG Fri Jul 16 02:20: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 2E21616A4CE; Fri, 16 Jul 2004 02:20:09 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id CACFD43D1F; Fri, 16 Jul 2004 02:20:08 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost.pittgoth.com ([192.168.0.5]) (authenticated bits=0) by pittgoth.com (8.12.11/8.12.11) with ESMTP id i6G2K7uq066946 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 15 Jul 2004 22:20:08 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Thu, 15 Jul 2004 22:20:41 -0400 From: Tom Rhodes To: Robert Watson Message-Id: <20040715222041.6c533352@localhost.pittgoth.com> In-Reply-To: <200407160203.i6G23oaR078694@repoman.freebsd.org> References: <200407160203.i6G23oaR078694@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) 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/security/mac_biba mac_biba.c mac_biba.h src/sys/security/mac_mls mac_mls.c mac_mls.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, 16 Jul 2004 02:20:09 -0000 On Fri, 16 Jul 2004 02:03:50 +0000 (UTC) Robert Watson wrote: > rwatson 2004-07-16 02:03:50 UTC > > FreeBSD src repository > > Modified files: > sys/security/mac_biba mac_biba.c mac_biba.h > sys/security/mac_mls mac_mls.c mac_mls.h > Log: > Rename Biba and MLS _single label elements to _effective, which more > accurately represents the intention of the 'single' label element in > Biba and MLS labels. It also approximates the use of 'effective' in > traditional UNIX credentials, and avoids confusion with 'singlelabel' > in the context of file systems. > > Inspired by: trhodes Thanks!! PS: I'll get the handbook modifications over the weekend. -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Fri Jul 16 02: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 4EA8616A4CE; Fri, 16 Jul 2004 02:22:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FE7343D2F; Fri, 16 Jul 2004 02:22:11 +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 i6G2MB9n079332; Fri, 16 Jul 2004 02:22:11 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G2MBHt079331; Fri, 16 Jul 2004 02:22:11 GMT (envelope-from vanilla) Message-Id: <200407160222.i6G2MBHt079331@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 16 Jul 2004 02:22: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 Makefile ports/devel/p5-Spiffy 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, 16 Jul 2004 02:22:11 -0000 vanilla 2004-07-16 02:22:11 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Spiffy Makefile distinfo pkg-descr pkg-plist Log: Add p5-Spiffy 0.18, spiffy Perl Interface Framework For You. PR: ports/69134 Submitted by: Elvis Chiang Revision Changes Path 1.1610 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/p5-Spiffy/Makefile (new) 1.1 +2 -0 ports/devel/p5-Spiffy/distinfo (new) 1.1 +9 -0 ports/devel/p5-Spiffy/pkg-descr (new) 1.1 +3 -0 ports/devel/p5-Spiffy/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 16 02:23: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 3B7DD16A4CE; Fri, 16 Jul 2004 02:23:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34EEF43D2F; Fri, 16 Jul 2004 02:23:29 +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 i6G2NTqv079433; Fri, 16 Jul 2004 02:23:29 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G2NTvr079432; Fri, 16 Jul 2004 02:23:29 GMT (envelope-from vanilla) Message-Id: <200407160223.i6G2NTvr079432@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 16 Jul 2004 02:23: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/devel Makefile ports/devel/p5-IO-All 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, 16 Jul 2004 02:23:29 -0000 vanilla 2004-07-16 02:23:29 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-IO-All Makefile distinfo pkg-descr pkg-plist Log: Add p5-IO-All 0.22, IO::All combines all of the best Perl IO modules. PR: ports/69135 Submitted by: Elvis Chiang Revision Changes Path 1.1611 +1 -0 ports/devel/Makefile 1.1 +39 -0 ports/devel/p5-IO-All/Makefile (new) 1.1 +2 -0 ports/devel/p5-IO-All/distinfo (new) 1.1 +8 -0 ports/devel/p5-IO-All/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-IO-All/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 16 02: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 012D916A4CE; Fri, 16 Jul 2004 02:25:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE68743D1F; Fri, 16 Jul 2004 02:25:44 +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 i6G2PiqT079600; Fri, 16 Jul 2004 02:25:44 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G2PiCE079599; Fri, 16 Jul 2004 02:25:44 GMT (envelope-from vanilla) Message-Id: <200407160225.i6G2PiCE079599@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 16 Jul 2004 02:25: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 Makefile ports/www/p5-LWP-Authen-Wsse 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, 16 Jul 2004 02:25:45 -0000 vanilla 2004-07-16 02:25:44 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-LWP-Authen-Wsse Makefile distinfo pkg-descr pkg-plist Log: Add p5-LWP-Authen-Wsse 0.03, library for enabling X-WSSE authentication in LWP. PR: ports/68224 Submitted by: Cheng-Lung Sung Revision Changes Path 1.927 +1 -0 ports/www/Makefile 1.1 +27 -0 ports/www/p5-LWP-Authen-Wsse/Makefile (new) 1.1 +2 -0 ports/www/p5-LWP-Authen-Wsse/distinfo (new) 1.1 +11 -0 ports/www/p5-LWP-Authen-Wsse/pkg-descr (new) 1.1 +6 -0 ports/www/p5-LWP-Authen-Wsse/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 16 02:29: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 8F6FF16A4CE; Fri, 16 Jul 2004 02:29:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7198243D39; Fri, 16 Jul 2004 02:29:32 +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 i6G2TW8E079678; Fri, 16 Jul 2004 02:29:32 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G2TWnM079677; Fri, 16 Jul 2004 02:29:32 GMT (envelope-from vanilla) Message-Id: <200407160229.i6G2TWnM079677@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 16 Jul 2004 02:29:32 +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, 16 Jul 2004 02:29:32 -0000 vanilla 2004-07-16 02:29:32 UTC FreeBSD ports repository Modified files: . modules Log: Add p5-Spiffy, p5-IO-All, p5-LWP-Authen-Wsse. Revision Changes Path 1.10545 +3 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 16 02:35: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 C81D516A4CE; Fri, 16 Jul 2004 02:35:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A99FD43D1D; Fri, 16 Jul 2004 02:35:46 +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 i6G2Zkhx079912; Fri, 16 Jul 2004 02:35:46 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G2ZkEN079911; Fri, 16 Jul 2004 02:35:46 GMT (envelope-from rwatson) Message-Id: <200407160235.i6G2ZkEN079911@repoman.freebsd.org> From: Robert Watson Date: Fri, 16 Jul 2004 02:35:46 +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/arch-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: Fri, 16 Jul 2004 02:35:46 -0000 rwatson 2004-07-16 02:35:46 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/arch-handbook/mac chapter.sgml Log: A bunch of small wording changes, clarifications, etc, that I've had sitting in my tree for a while. Revision Changes Path 1.35 +81 -30 doc/en_US.ISO8859-1/books/arch-handbook/mac/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 16 02: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 6236116A4CE; Fri, 16 Jul 2004 02:44:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B29243D2D; Fri, 16 Jul 2004 02:44:16 +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 i6G2iGOA080211; Fri, 16 Jul 2004 02:44:16 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G2iGlh080210; Fri, 16 Jul 2004 02:44:16 GMT (envelope-from vanilla) Message-Id: <200407160244.i6G2iGlh080210@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 16 Jul 2004 02:44: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 Makefile ports/mail/gld Makefile distinfo pkg-descr pkg-plist ports/mail/gld/files MESSAGE.tmpl gld.sh.tmpl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 02:44:16 -0000 vanilla 2004-07-16 02:44:16 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/gld Makefile distinfo pkg-descr pkg-plist mail/gld/files MESSAGE.tmpl gld.sh.tmpl Log: Add gld 1.2, greylisting daemon for Postfix. PR: ports/69089 Submitted by: Blaz Zupan Revision Changes Path 1.544 +1 -0 ports/mail/Makefile 1.1 +50 -0 ports/mail/gld/Makefile (new) 1.1 +2 -0 ports/mail/gld/distinfo (new) 1.1 +12 -0 ports/mail/gld/files/MESSAGE.tmpl (new) 1.1 +31 -0 ports/mail/gld/files/gld.sh.tmpl (new) 1.1 +10 -0 ports/mail/gld/pkg-descr (new) 1.1 +8 -0 ports/mail/gld/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 16 02:45: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 68D7516A4CF; Fri, 16 Jul 2004 02:45:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E83943D3F; Fri, 16 Jul 2004 02:45:57 +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 i6G2jv1P080325; Fri, 16 Jul 2004 02:45:57 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G2jvLx080324; Fri, 16 Jul 2004 02:45:57 GMT (envelope-from vanilla) Message-Id: <200407160245.i6G2jvLx080324@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 16 Jul 2004 02:45: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: Fri, 16 Jul 2004 02:45:57 -0000 vanilla 2004-07-16 02:45:57 UTC FreeBSD ports repository Modified files: . modules Log: Add mail/gld. Revision Changes Path 1.10546 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 16 02:51: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 EEE0416A4CE; Fri, 16 Jul 2004 02:51:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0A7F43D39; Fri, 16 Jul 2004 02:51:28 +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 i6G2pSLs080489; Fri, 16 Jul 2004 02:51:28 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G2pSts080488; Fri, 16 Jul 2004 02:51:28 GMT (envelope-from marcel) Message-Id: <200407160251.i6G2pSts080488@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 16 Jul 2004 02:51: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 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, 16 Jul 2004 02:51:29 -0000 marcel 2004-07-16 02:51:28 UTC FreeBSD src repository Modified files: . Makefile Log: As per discussions on current@, protect unsuspecting users from trying to upgrade their system with make world instead of following the preferred and suggested sequence of commands. The fact remains that make world does not upgrade the kernel. Allow make world when DESTDIR has been specified, including when DESTDIR specifies the root file system. Otherwise, print a useful warning and fail. Reviewed, tested and scrutinized by: gad@ Revision Changes Path 1.301 +16 -2 src/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 16 03:19: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 CFF3016A4CE; Fri, 16 Jul 2004 03:19:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B097F43D2D; Fri, 16 Jul 2004 03:19:43 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G3JhUe081508; Fri, 16 Jul 2004 03:19:43 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G3Jhw5081507; Fri, 16 Jul 2004 03:19:43 GMT (envelope-from sem) Message-Id: <200407160319.i6G3Jhw5081507@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 16 Jul 2004 03:19: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/databases/hk_classes Makefile distinfo pkg-plist ports/databases/hk_classes/files patch-hk_classes::hk_database.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, 16 Jul 2004 03:19:44 -0000 sem 2004-07-16 03:19:43 UTC FreeBSD ports repository Modified files: databases/hk_classes Makefile distinfo pkg-plist Added files: databases/hk_classes/files patch-hk_classes::hk_database.h Log: Update to 0.7 PR: ports/69099 Submitted by: Andrej Zverev Approved by: krion (mentor) Revision Changes Path 1.13 +1 -1 ports/databases/hk_classes/Makefile 1.5 +2 -2 ports/databases/hk_classes/distinfo 1.1 +10 -0 ports/databases/hk_classes/files/patch-hk_classes::hk_database.h (new) 1.6 +37 -34 ports/databases/hk_classes/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 16 03: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 84DC916A4CE; Fri, 16 Jul 2004 03:22:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6655243D1D; Fri, 16 Jul 2004 03:22: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 i6G3MGAH081656; Fri, 16 Jul 2004 03:22:16 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G3MGaB081655; Fri, 16 Jul 2004 03:22:16 GMT (envelope-from rwatson) Message-Id: <200407160322.i6G3MGaB081655@repoman.freebsd.org> From: Robert Watson Date: Fri, 16 Jul 2004 03:22:16 +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/arch-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: Fri, 16 Jul 2004 03:22:16 -0000 rwatson 2004-07-16 03:22:16 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/arch-handbook/mac chapter.sgml Log: Provide more information on locking for MAC policies now that locking is better defined. Remove an inaccurate sentence describing how labels work with policies. Maybe we should do it that way, but we don't yet :-). Revision Changes Path 1.36 +60 -8 doc/en_US.ISO8859-1/books/arch-handbook/mac/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 16 03:22: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 5211D16A4CE; Fri, 16 Jul 2004 03:22:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49BCF43D3F; Fri, 16 Jul 2004 03:22:34 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G3MYHx081716; Fri, 16 Jul 2004 03:22:34 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G3MYr8081715; Fri, 16 Jul 2004 03:22:34 GMT (envelope-from sem) Message-Id: <200407160322.i6G3MYr8081715@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 16 Jul 2004 03:22: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/databases/knoda Makefile distinfo pkg-plist patch-hk_kdeclasses::hk_kdedbdesigner.cpp patch-hk_kdeclasses::hk_kdedblistview.cpp patch-hk_kdeclasses::hk_kdeqbe.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: Fri, 16 Jul 2004 03:22:34 -0000 sem 2004-07-16 03:22:34 UTC FreeBSD ports repository Modified files: databases/knoda Makefile distinfo pkg-plist Added files: databases/knoda/files patch-hk_kdeclasses::hk_kdedbdesigner.cpp patch-hk_kdeclasses::hk_kdedblistview.cpp patch-hk_kdeclasses::hk_kdeqbe.cpp Log: Update to 0.7 PR: ports/69101 Submitted by: Andrej Zverev Approved by: krion (mentor) Revision Changes Path 1.11 +2 -2 ports/databases/knoda/Makefile 1.4 +2 -2 ports/databases/knoda/distinfo 1.1 +11 -0 ports/databases/knoda/files/patch-hk_kdeclasses::hk_kdedbdesigner.cpp (new) 1.1 +11 -0 ports/databases/knoda/files/patch-hk_kdeclasses::hk_kdedblistview.cpp (new) 1.1 +11 -0 ports/databases/knoda/files/patch-hk_kdeclasses::hk_kdeqbe.cpp (new) 1.4 +8 -0 ports/databases/knoda/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 16 03:26: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 9A48A16A4CE; Fri, 16 Jul 2004 03:26:27 +0000 (GMT) Received: from smtp2.jp.viruscheck.net (smtp2.jp.viruscheck.net [154.33.69.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6041043D39; Fri, 16 Jul 2004 03:26:27 +0000 (GMT) (envelope-from bland@freebsd.org) Received: from scan3.jp.viruscheck.net ([154.33.69.38] helo=mail5.jp.viruscheck.net) by smtp2.jp.viruscheck.net with esmtp (Exim 3.36 #1) id 1BlJMV-0001QJ-00; Fri, 16 Jul 2004 12:26:15 +0900 Received: from [220.221.2.219] (helo=noc.orchid) by mail5.jp.viruscheck.net with esmtp (Exim 3.36 #2) id 1BlJMU-00028d-00; Fri, 16 Jul 2004 12:26:14 +0900 Received: from [89.60.10.11] (horse.orchid [89.60.10.11]) by noc.orchid (8.12.11/8.12.11) with ESMTP id i6G3QDpV081398; Fri, 16 Jul 2004 12:26:14 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <40F74AD5.2090702@FreeBSD.org> Date: Fri, 16 Jul 2004 12:26:13 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a2) Gecko/20040714 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <200407140904.i6E94rrU098086@repoman.freebsd.org> <20040715230917.GA37057@xor.obsecurity.org> In-Reply-To: <20040715230917.GA37057@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; 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/x11-toolkits/libpanelappletmm Makefiledistinfo patch-Makefile.in 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, 16 Jul 2004 03:26:27 -0000 Kris Kennaway wrote: >On Wed, Jul 14, 2004 at 09:04:53AM +0000, Alexander Nedotsukov wrote: > > >>| +LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ >>| + gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26 \ >> >> > ^^^^^ >This looks like a whitespace error > > Fixed, thanks! >>| USE_GNOME= gnomehack gnomepanel >>| -USE_INC_LIBTOOL_VER=13 >>| +USE_LIBTOOL_VER=15 >> >> > >Are you sure this doesn't leave behind a .la file now? Most of the >USE_INC changes were for this reason. > > Well .la files axed by libtool15 pretty good. But the actual problem is build on -STABLE is broken now. Pretty strange since I have it successfully done before (at least I have work/ subdir with binaries in a jail). I looking in to it now. Please let me know if this familar to you. Thanks, Alexander. From owner-cvs-all@FreeBSD.ORG Fri Jul 16 03:42: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 9651C16A4CE; Fri, 16 Jul 2004 03:42:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7722743D48; Fri, 16 Jul 2004 03:42:45 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G3gjMW082319; Fri, 16 Jul 2004 03:42:45 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G3gjAv082318; Fri, 16 Jul 2004 03:42:45 GMT (envelope-from alc) Message-Id: <200407160342.i6G3gjAv082318@repoman.freebsd.org> From: Alan Cox Date: Fri, 16 Jul 2004 03:42: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/ia64/ia64 pmap.c src/sys/ia64/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: Fri, 16 Jul 2004 03:42:45 -0000 alc 2004-07-16 03:42:45 UTC FreeBSD src repository Modified files: sys/ia64/ia64 pmap.c sys/ia64/include pmap.h Log: Remove unused fields from the pmap. Revision Changes Path 1.141 +0 -2 src/sys/ia64/ia64/pmap.c 1.21 +0 -2 src/sys/ia64/include/pmap.h From owner-cvs-all@FreeBSD.ORG Fri Jul 16 03: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 178CC16A4CE; Fri, 16 Jul 2004 03:44:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC59343D1D; Fri, 16 Jul 2004 03:44:49 +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 i6G3inMS082365; Fri, 16 Jul 2004 03:44:49 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G3inH3082364; Fri, 16 Jul 2004 03:44:49 GMT (envelope-from rwatson) Message-Id: <200407160344.i6G3inH3082364@repoman.freebsd.org> From: Robert Watson Date: Fri, 16 Jul 2004 03:44:49 +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/arch-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: Fri, 16 Jul 2004 03:44:50 -0000 rwatson 2004-07-16 03:44:49 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/arch-handbook/mac chapter.sgml Log: Improve documentation of sleeping/non-sleeping memory allocation relating to init entry points: expand description of socket allocation entry points, and prefer "sleeping" to "blocking". Revision Changes Path 1.37 +48 -24 doc/en_US.ISO8859-1/books/arch-handbook/mac/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 16 03:58: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 11EF716A4CE; Fri, 16 Jul 2004 03:58:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7C3D43D41; Fri, 16 Jul 2004 03:58:25 +0000 (GMT) (envelope-from tanimura@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G3wPLU082810; Fri, 16 Jul 2004 03:58:25 GMT (envelope-from tanimura@repoman.freebsd.org) Received: (from tanimura@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G3wPIl082809; Fri, 16 Jul 2004 03:58:25 GMT (envelope-from tanimura) Message-Id: <200407160358.i6G3wPIl082809@repoman.freebsd.org> From: Seigo Tanimura Date: Fri, 16 Jul 2004 03:58: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/modules/sound/sound 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, 16 Jul 2004 03:58:26 -0000 tanimura 2004-07-16 03:58:25 UTC FreeBSD src repository Modified files: sys/modules/sound/sound Makefile Log: Rename the sound device drivers: - `sound' The generic sound driver, always required. - `snd_*' Device-dependent drivers, named after the sound module names. Configure accordingly to your hardware. In addition, rename the `snd_pcm' module to `sound' in order to sync with the driver names. Suggested by: cg Revision Changes Path 1.15 +1 -1 src/sys/modules/sound/sound/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 16 03:58: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 2D5C016A4CE; Fri, 16 Jul 2004 03:58:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DB7D43D31; Fri, 16 Jul 2004 03:58:36 +0000 (GMT) (envelope-from tanimura@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G3wZ44082843; Fri, 16 Jul 2004 03:58:35 GMT (envelope-from tanimura@repoman.freebsd.org) Received: (from tanimura@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G3wZA6082842; Fri, 16 Jul 2004 03:58:35 GMT (envelope-from tanimura) Message-Id: <200407160358.i6G3wZA6082842@repoman.freebsd.org> From: Seigo Tanimura Date: Fri, 16 Jul 2004 03:58: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/modules/sound/pcm 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, 16 Jul 2004 03:58:36 -0000 tanimura 2004-07-16 03:58:35 UTC FreeBSD src repository Removed files: sys/modules/sound/pcm Makefile Log: Rename the sound device drivers: - `sound' The generic sound driver, always required. - `snd_*' Device-dependent drivers, named after the sound module names. Configure accordingly to your hardware. In addition, rename the `snd_pcm' module to `sound' in order to sync with the driver names. Suggested by: cg Revision Changes Path 1.15 +0 -17 src/sys/modules/sound/pcm/Makefile (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 16 03:58: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 6AD5916A4D0; Fri, 16 Jul 2004 03:58:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B33543D2F; Fri, 16 Jul 2004 03:58:46 +0000 (GMT) (envelope-from tanimura@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G3wkpp082886; Fri, 16 Jul 2004 03:58:46 GMT (envelope-from tanimura@repoman.freebsd.org) Received: (from tanimura@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G3wk64082885; Fri, 16 Jul 2004 03:58:46 GMT (envelope-from tanimura) Message-Id: <200407160358.i6G3wk64082885@repoman.freebsd.org> From: Seigo Tanimura Date: Fri, 16 Jul 2004 03: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/sys/modules/sound 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, 16 Jul 2004 03:58:46 -0000 tanimura 2004-07-16 03:58:46 UTC FreeBSD src repository Modified files: sys/modules/sound Makefile Log: Rename the sound device drivers: - `sound' The generic sound driver, always required. - `snd_*' Device-dependent drivers, named after the sound module names. Configure accordingly to your hardware. In addition, rename the `snd_pcm' module to `sound' in order to sync with the driver names. Suggested by: cg Revision Changes Path 1.2 +1 -1 src/sys/modules/sound/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 16 03: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 308E316A4CE; Fri, 16 Jul 2004 03:58:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10CA243D3F; Fri, 16 Jul 2004 03:58:58 +0000 (GMT) (envelope-from tanimura@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G3wvo1082936; Fri, 16 Jul 2004 03:58:57 GMT (envelope-from tanimura@repoman.freebsd.org) Received: (from tanimura@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G3wvfs082935; Fri, 16 Jul 2004 03:58:57 GMT (envelope-from tanimura) Message-Id: <200407160358.i6G3wvfs082935@repoman.freebsd.org> From: Seigo Tanimura Date: Fri, 16 Jul 2004 03:58:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/usb uaudio_pcm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 03:58:58 -0000 tanimura 2004-07-16 03:58:57 UTC FreeBSD src repository Modified files: sys/dev/sound/usb uaudio_pcm.c Log: Rename the sound device drivers: - `sound' The generic sound driver, always required. - `snd_*' Device-dependent drivers, named after the sound module names. Configure accordingly to your hardware. In addition, rename the `snd_pcm' module to `sound' in order to sync with the driver names. Suggested by: cg Revision Changes Path 1.5 +1 -1 src/sys/dev/sound/usb/uaudio_pcm.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 03:59: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 DC9B516A4CE; Fri, 16 Jul 2004 03:59:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B17A543D45; Fri, 16 Jul 2004 03:59:09 +0000 (GMT) (envelope-from tanimura@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G3x9Ju082990; Fri, 16 Jul 2004 03:59:09 GMT (envelope-from tanimura@repoman.freebsd.org) Received: (from tanimura@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G3x9w3082989; Fri, 16 Jul 2004 03:59:09 GMT (envelope-from tanimura) Message-Id: <200407160359.i6G3x9w3082989@repoman.freebsd.org> From: Seigo Tanimura Date: Fri, 16 Jul 2004 03:59:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pcm sound.c sound.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, 16 Jul 2004 03:59:10 -0000 tanimura 2004-07-16 03:59:09 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm sound.c sound.h Log: Rename the sound device drivers: - `sound' The generic sound driver, always required. - `snd_*' Device-dependent drivers, named after the sound module names. Configure accordingly to your hardware. In addition, rename the `snd_pcm' module to `sound' in order to sync with the driver names. Suggested by: cg Revision Changes Path 1.92 +12 -7 src/sys/dev/sound/pcm/sound.c 1.61 +4 -4 src/sys/dev/sound/pcm/sound.h From owner-cvs-all@FreeBSD.ORG Fri Jul 16 03:59: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 C22B916A4CE; Fri, 16 Jul 2004 03:59:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B934B43D31; Fri, 16 Jul 2004 03:59:27 +0000 (GMT) (envelope-from tanimura@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G3xRqa083099; Fri, 16 Jul 2004 03:59:27 GMT (envelope-from tanimura@repoman.freebsd.org) Received: (from tanimura@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G3xRDv083098; Fri, 16 Jul 2004 03:59:27 GMT (envelope-from tanimura) Message-Id: <200407160359.i6G3xRDv083098@repoman.freebsd.org> From: Seigo Tanimura Date: Fri, 16 Jul 2004 03:59:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pci als4000.c au88x0.c aureal.c cmi.c cs4281.c csa.c csapcm.c ds1.c emu10k1.c es137x.c fm801.c ich.c maestro.c maestro3.c neomagic.c solo.c t4dwave.c via8233.c via82c686.c vibes.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 03:59:28 -0000 tanimura 2004-07-16 03:59:27 UTC FreeBSD src repository Modified files: sys/dev/sound/pci als4000.c au88x0.c aureal.c cmi.c cs4281.c csa.c csapcm.c ds1.c emu10k1.c es137x.c fm801.c ich.c maestro.c maestro3.c neomagic.c solo.c t4dwave.c via8233.c via82c686.c vibes.c Log: Rename the sound device drivers: - `sound' The generic sound driver, always required. - `snd_*' Device-dependent drivers, named after the sound module names. Configure accordingly to your hardware. In addition, rename the `snd_pcm' module to `sound' in order to sync with the driver names. Suggested by: cg Revision Changes Path 1.16 +1 -1 src/sys/dev/sound/pci/als4000.c 1.8 +1 -1 src/sys/dev/sound/pci/au88x0.c 1.29 +1 -1 src/sys/dev/sound/pci/aureal.c 1.29 +1 -1 src/sys/dev/sound/pci/cmi.c 1.20 +1 -1 src/sys/dev/sound/pci/cs4281.c 1.30 +1 -1 src/sys/dev/sound/pci/csa.c 1.31 +1 -1 src/sys/dev/sound/pci/csapcm.c 1.40 +1 -1 src/sys/dev/sound/pci/ds1.c 1.51 +1 -1 src/sys/dev/sound/pci/emu10k1.c 1.51 +1 -1 src/sys/dev/sound/pci/es137x.c 1.23 +1 -1 src/sys/dev/sound/pci/fm801.c 1.42 +1 -1 src/sys/dev/sound/pci/ich.c 1.23 +1 -1 src/sys/dev/sound/pci/maestro.c 1.25 +1 -1 src/sys/dev/sound/pci/maestro3.c 1.33 +1 -1 src/sys/dev/sound/pci/neomagic.c 1.32 +1 -1 src/sys/dev/sound/pci/solo.c 1.44 +1 -1 src/sys/dev/sound/pci/t4dwave.c 1.17 +1 -1 src/sys/dev/sound/pci/via8233.c 1.31 +1 -1 src/sys/dev/sound/pci/via82c686.c 1.17 +1 -1 src/sys/dev/sound/pci/vibes.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 03: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 3AB0316A4CE; Fri, 16 Jul 2004 03:59:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32A2543D2F; Fri, 16 Jul 2004 03:59:55 +0000 (GMT) (envelope-from tanimura@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G3xt45083183; Fri, 16 Jul 2004 03:59:55 GMT (envelope-from tanimura@repoman.freebsd.org) Received: (from tanimura@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G3xtS9083182; Fri, 16 Jul 2004 03:59:55 GMT (envelope-from tanimura) Message-Id: <200407160359.i6G3xtS9083182@repoman.freebsd.org> From: Seigo Tanimura Date: Fri, 16 Jul 2004 03:59: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/sound/isa ad1816.c es1888.c ess.c gusc.c mss.c sb16.c sb8.c sbc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 03:59:55 -0000 tanimura 2004-07-16 03:59:55 UTC FreeBSD src repository Modified files: sys/dev/sound/isa ad1816.c es1888.c ess.c gusc.c mss.c sb16.c sb8.c sbc.c Log: Rename the sound device drivers: - `sound' The generic sound driver, always required. - `snd_*' Device-dependent drivers, named after the sound module names. Configure accordingly to your hardware. In addition, rename the `snd_pcm' module to `sound' in order to sync with the driver names. Suggested by: cg Revision Changes Path 1.33 +1 -1 src/sys/dev/sound/isa/ad1816.c 1.11 +1 -1 src/sys/dev/sound/isa/es1888.c 1.31 +1 -1 src/sys/dev/sound/isa/ess.c 1.14 +1 -1 src/sys/dev/sound/isa/gusc.c 1.90 +3 -3 src/sys/dev/sound/isa/mss.c 1.87 +1 -1 src/sys/dev/sound/isa/sb16.c 1.77 +1 -1 src/sys/dev/sound/isa/sb8.c 1.42 +1 -1 src/sys/dev/sound/isa/sbc.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 04: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 CE3D716A4D0; Fri, 16 Jul 2004 04:00:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF51243D31; Fri, 16 Jul 2004 04:00:09 +0000 (GMT) (envelope-from tanimura@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G409k9083249; Fri, 16 Jul 2004 04:00:09 GMT (envelope-from tanimura@repoman.freebsd.org) Received: (from tanimura@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G409Pa083248; Fri, 16 Jul 2004 04:00:09 GMT (envelope-from tanimura) Message-Id: <200407160400.i6G409Pa083248@repoman.freebsd.org> From: Seigo Tanimura Date: Fri, 16 Jul 2004 04:00: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/conf NOTES 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: Fri, 16 Jul 2004 04:00:10 -0000 tanimura 2004-07-16 04:00:09 UTC FreeBSD src repository Modified files: sys/conf NOTES files Log: Rename the sound device drivers: - `sound' The generic sound driver, always required. - `snd_*' Device-dependent drivers, named after the sound module names. Configure accordingly to your hardware. In addition, rename the `snd_pcm' module to `sound' in order to sync with the driver names. Suggested by: cg Revision Changes Path 1.1246 +80 -41 src/sys/conf/NOTES 1.932 +50 -52 src/sys/conf/files From owner-cvs-all@FreeBSD.ORG Fri Jul 16 04:04: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 C1BCD16A4CE; Fri, 16 Jul 2004 04:04:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2B9943D1D; Fri, 16 Jul 2004 04:04:29 +0000 (GMT) (envelope-from tanimura@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G44Tv3083491; Fri, 16 Jul 2004 04:04:29 GMT (envelope-from tanimura@repoman.freebsd.org) Received: (from tanimura@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G44TxH083490; Fri, 16 Jul 2004 04:04:29 GMT (envelope-from tanimura) Message-Id: <200407160404.i6G44TxH083490@repoman.freebsd.org> From: Seigo Tanimura Date: Fri, 16 Jul 2004 04:04: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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 04:04:29 -0000 tanimura 2004-07-16 04:04:29 UTC FreeBSD src repository Modified files: . UPDATING Log: Add the change of the sound drivers. Revision Changes Path 1.326 +5 -0 src/UPDATING From owner-cvs-all@FreeBSD.ORG Fri Jul 16 04:26: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 7AAB416A4CE; Fri, 16 Jul 2004 04:26:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BFCB43D1D; Fri, 16 Jul 2004 04:26:07 +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 i6G4Q7uW084083; Fri, 16 Jul 2004 04:26:07 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G4Q7JA084082; Fri, 16 Jul 2004 04:26:07 GMT (envelope-from bland) Message-Id: <200407160426.i6G4Q7JA084082@repoman.freebsd.org> From: Alexander Nedotsukov Date: Fri, 16 Jul 2004 04:26: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/x11-toolkits/libpanelappletmm 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, 16 Jul 2004 04:26:07 -0000 bland 2004-07-16 04:26:07 UTC FreeBSD ports repository Modified files: x11-toolkits/libpanelappletmm Makefile Log: Put back USE_INC_LIBTOOL_VER=13 and lthack to fix build with non-stock C++ compiller (gcc33 on -STABLE). Noticed by: kris Revision Changes Path 1.8 +2 -2 ports/x11-toolkits/libpanelappletmm/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 16 05:03: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 C60BA16A4CE; Fri, 16 Jul 2004 05:03:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD4D043D5F; Fri, 16 Jul 2004 05:03:42 +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 i6G53gLo085111; Fri, 16 Jul 2004 05:03:42 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G53gsR085110; Fri, 16 Jul 2004 05:03:42 GMT (envelope-from marcel) Message-Id: <200407160503.i6G53gsR085110@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 16 Jul 2004 05:03: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/gnu/usr.bin/gdb/arch/alpha config.h src/gnu/usr.bin/gdb/arch/amd64 config.h src/gnu/usr.bin/gdb/arch/i386 config.h src/gnu/usr.bin/gdb/arch/sparc64 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, 16 Jul 2004 05:03:42 -0000 marcel 2004-07-16 05:03:42 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/arch/alpha config.h gnu/usr.bin/gdb/arch/amd64 config.h gnu/usr.bin/gdb/arch/i386 config.h gnu/usr.bin/gdb/arch/ia64 config.h gnu/usr.bin/gdb/arch/sparc64 config.h Log: Update config.h to account for the prgregset_t and psaddr_t types that have been added to . This change has no effect because the source file that would be affected is not compiled on FreeBSD. Hence, this is for completeness only. Revision Changes Path 1.2 +2 -2 src/gnu/usr.bin/gdb/arch/alpha/config.h 1.2 +2 -2 src/gnu/usr.bin/gdb/arch/amd64/config.h 1.2 +2 -2 src/gnu/usr.bin/gdb/arch/i386/config.h 1.2 +2 -2 src/gnu/usr.bin/gdb/arch/ia64/config.h 1.2 +2 -2 src/gnu/usr.bin/gdb/arch/sparc64/config.h From owner-cvs-all@FreeBSD.ORG Fri Jul 16 05:08: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 18FA116A4CE; Fri, 16 Jul 2004 05:08:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECEE243D1F; Fri, 16 Jul 2004 05:08:16 +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 i6G58Gtl085279; Fri, 16 Jul 2004 05:08:16 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G58GQs085278; Fri, 16 Jul 2004 05:08:16 GMT (envelope-from tjr) Message-Id: <200407160508.i6G58GQs085278@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 16 Jul 2004 05:08:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/ul ul.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, 16 Jul 2004 05:08:17 -0000 tjr 2004-07-16 05:08:16 UTC FreeBSD src repository Modified files: usr.bin/ul ul.1 Log: Document incorrect handling of multibyte characters. Revision Changes Path 1.13 +3 -1 src/usr.bin/ul/ul.1 From owner-cvs-all@FreeBSD.ORG Fri Jul 16 05: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 C48A316A4CE; Fri, 16 Jul 2004 05:10:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A645B43D3F; Fri, 16 Jul 2004 05:10: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 i6G5Akp2085414; Fri, 16 Jul 2004 05:10:46 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G5Akuq085413; Fri, 16 Jul 2004 05:10:46 GMT (envelope-from tjr) Message-Id: <200407160510.i6G5Akuq085413@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 16 Jul 2004 05:10:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/jot jot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 05:10:46 -0000 tjr 2004-07-16 05:10:46 UTC FreeBSD src repository Modified files: usr.bin/jot jot.c Log: Avoid passing negative values to functions on machines with signed chars. Revision Changes Path 1.26 +3 -3 src/usr.bin/jot/jot.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 05: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 753CD16A4CE; Fri, 16 Jul 2004 05:27:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5682B43D1D; Fri, 16 Jul 2004 05:27:33 +0000 (GMT) (envelope-from max@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G5RXhj085781; Fri, 16 Jul 2004 05:27:33 GMT (envelope-from max@repoman.freebsd.org) Received: (from max@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G5RXGv085780; Fri, 16 Jul 2004 05:27:33 GMT (envelope-from max) Message-Id: <200407160527.i6G5RXGv085780@repoman.freebsd.org> From: Masafumi Max NAKANE Date: Fri, 16 Jul 2004 05:27: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/www/mhonarc 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, 16 Jul 2004 05:27:33 -0000 max 2004-07-16 05:27:33 UTC FreeBSD ports repository Modified files: www/mhonarc Makefile distinfo pkg-plist Log: Update to 2.6.10. Revision Changes Path 1.37 +1 -1 ports/www/mhonarc/Makefile 1.23 +2 -2 ports/www/mhonarc/distinfo 1.16 +3 -0 ports/www/mhonarc/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 16 05:52: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 98A6D16A4CE; Fri, 16 Jul 2004 05:52:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 797C143D54; Fri, 16 Jul 2004 05:52:51 +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 i6G5qpQP086477; Fri, 16 Jul 2004 05:52:51 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G5qpnf086476; Fri, 16 Jul 2004 05:52:51 GMT (envelope-from tjr) Message-Id: <200407160552.i6G5qpnf086476@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 16 Jul 2004 05:52:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdio fgetln.c local.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, 16 Jul 2004 05:52:51 -0000 tjr 2004-07-16 05:52:51 UTC FreeBSD src repository Modified files: lib/libc/stdio fgetln.c local.h Log: Rename slbexpand() to __slbexpand() and make it available outside of fgetln.c (non-static). Revision Changes Path 1.10 +4 -4 src/lib/libc/stdio/fgetln.c 1.26 +1 -0 src/lib/libc/stdio/local.h From owner-cvs-all@FreeBSD.ORG Fri Jul 16 06:01: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 7837B16A4CE; Fri, 16 Jul 2004 06:01:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5986743D1F; Fri, 16 Jul 2004 06:01:46 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G61kPR086768; Fri, 16 Jul 2004 06:01:46 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G61k0h086767; Fri, 16 Jul 2004 06:01:46 GMT (envelope-from glebius) Message-Id: <200407160601.i6G61k0h086767@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 16 Jul 2004 06:01:46 +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 contrib.committers.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, 16 Jul 2004 06:01:46 -0000 glebius 2004-07-16 06:01:46 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml Log: Move myself from additional contributos to developers. Approved by: julian (mentor) Revision Changes Path 1.231 +0 -5 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml 1.46 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 16 06:06: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 ADC9A16A4CE; Fri, 16 Jul 2004 06:06:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D48B43D3F; Fri, 16 Jul 2004 06:06: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 i6G6696r087010; Fri, 16 Jul 2004 06:06:09 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G669rt087009; Fri, 16 Jul 2004 06:06:09 GMT (envelope-from tjr) Message-Id: <200407160606.i6G669rt087009@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 16 Jul 2004 06:06: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/include wchar.h src/lib/libc/stdio Makefile.inc fgetwln.3 fgetwln.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 06:06:09 -0000 tjr 2004-07-16 06:06:09 UTC FreeBSD src repository Modified files: include wchar.h lib/libc/stdio Makefile.inc Added files: lib/libc/stdio fgetwln.3 fgetwln.c Log: Add fgetwln(), a wide character version of fgetln(). Revision Changes Path 1.42 +1 -0 src/include/wchar.h 1.33 +4 -2 src/lib/libc/stdio/Makefile.inc 1.1 +120 -0 src/lib/libc/stdio/fgetwln.3 (new) 1.1 +68 -0 src/lib/libc/stdio/fgetwln.c (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 16 06: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 8F65016A4CE; Fri, 16 Jul 2004 06:07:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FD0D43D31; Fri, 16 Jul 2004 06: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 i6G67Cgx087063; Fri, 16 Jul 2004 06: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 i6G67C8R087062; Fri, 16 Jul 2004 06:07:12 GMT (envelope-from tjr) Message-Id: <200407160607.i6G67C8R087062@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 16 Jul 2004 06:07:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdio fgetln.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, 16 Jul 2004 06:07:12 -0000 tjr 2004-07-16 06:07:12 UTC FreeBSD src repository Modified files: lib/libc/stdio fgetln.3 Log: Add a cross reference to fgetwln(3). Revision Changes Path 1.8 +2 -1 src/lib/libc/stdio/fgetln.3 From owner-cvs-all@FreeBSD.ORG Fri Jul 16 06:11: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 8DA7D16A4CE; Fri, 16 Jul 2004 06:11:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D8A143D49; Fri, 16 Jul 2004 06:11: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 i6G6BmTQ087207; Fri, 16 Jul 2004 06:11:48 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G6Bm25087206; Fri, 16 Jul 2004 06:11:48 GMT (envelope-from davidxu) Message-Id: <200407160611.i6G6Bm25087206@repoman.freebsd.org> From: David Xu Date: Fri, 16 Jul 2004 06:11: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/gnu/usr.bin/gdb/libgdb fbsd-threads.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 06:11:48 -0000 davidxu 2004-07-16 06:11:48 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/libgdb fbsd-threads.c Log: ptrace's first parameter is command not pid. pointy hat to me. Revision Changes Path 1.2 +6 -2 src/gnu/usr.bin/gdb/libgdb/fbsd-threads.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 06:17: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 A580816A4CE; Fri, 16 Jul 2004 06:17:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8580443D4C; Fri, 16 Jul 2004 06:17:27 +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 i6G6HRqj087344; Fri, 16 Jul 2004 06:17:27 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G6HRgS087343; Fri, 16 Jul 2004 06:17:27 GMT (envelope-from dinoex) Message-Id: <200407160617.i6G6HRgS087343@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 16 Jul 2004 06:17: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/apache13-modssl 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: Fri, 16 Jul 2004 06:17:27 -0000 dinoex 2004-07-16 06:17:27 UTC FreeBSD ports repository Modified files: www/apache13-modssl pkg-install Log: - handle transition from /sbin/nologin -> /usr/sbin/nologin Revision Changes Path 1.2 +3 -2 ports/www/apache13-modssl/pkg-install From owner-cvs-all@FreeBSD.ORG Fri Jul 16 06:21: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 6399F16A4CE; Fri, 16 Jul 2004 06:21:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43AD343D2D; Fri, 16 Jul 2004 06:21: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 i6G6LeZ3087499; Fri, 16 Jul 2004 06:21:40 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G6LeMM087498; Fri, 16 Jul 2004 06:21:40 GMT (envelope-from tjr) Message-Id: <200407160621.i6G6LeMM087498@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 16 Jul 2004 06:21: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/rev rev.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 06:21:40 -0000 tjr 2004-07-16 06:21:40 UTC FreeBSD src repository Modified files: usr.bin/rev rev.c Log: Add support for multibyte characters. Revision Changes Path 1.7 +9 -4 src/usr.bin/rev/rev.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 06:21: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 ABE5216A4CE; Fri, 16 Jul 2004 06:21:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D0D743D31; Fri, 16 Jul 2004 06:21:56 +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 i6G6LufY087537; Fri, 16 Jul 2004 06:21:56 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G6LupW087536; Fri, 16 Jul 2004 06:21:56 GMT (envelope-from das) Message-Id: <200407160621.i6G6LupW087536@repoman.freebsd.org> From: David Schultz Date: Fri, 16 Jul 2004 06:21: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/msun/src math.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, 16 Jul 2004 06:21:56 -0000 das 2004-07-16 06:21:56 UTC FreeBSD src repository Modified files: lib/msun/src math.h Log: Tweak the conditions under which certain gcc builtins are used: - Unlike the builtin relational operators, builtin floating-point constants were not available until gcc 3.3, so account for this.[1] - Apparently some versions of the Intel C Compiler fallaciously define __GNUC__ without actually being compatible with the claimed gcc version. Account for this, too.[2] [1] Noticed by: Christian Hiris <4711@chello.at> [2] Submitted by: Alexander Leidinger Revision Changes Path 1.41 +2 -2 src/lib/msun/src/math.h From owner-cvs-all@FreeBSD.ORG Fri Jul 16 06:23: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 F341D16A4CE; Fri, 16 Jul 2004 06:23:29 +0000 (GMT) Received: from VARK.homeunix.com (adsl-69-107-108-110.dsl.pltn13.pacbell.net [69.107.108.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EC0F43D39; Fri, 16 Jul 2004 06:23:29 +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 i6G6Mwin072658; Thu, 15 Jul 2004 23:22:58 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.11/8.12.10/Submit) id i6G6Mwab072657; Thu, 15 Jul 2004 23:22:58 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Thu, 15 Jul 2004 23:22:58 -0700 From: David Schultz To: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20040716062258.GA72641@VARK.homeunix.com> Mail-Followup-To: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200407160621.i6G6LupW087536@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407160621.i6G6LupW087536@repoman.freebsd.org> Subject: Re: cvs commit: src/lib/msun/src math.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, 16 Jul 2004 06:23:30 -0000 On Fri, Jul 16, 2004, David Schultz wrote: > das 2004-07-16 06:21:56 UTC > > FreeBSD src repository > > Modified files: > lib/msun/src math.h > Log: > Tweak the conditions under which certain gcc builtins are used: > > - Unlike the builtin relational operators, builtin floating-point > constants were not available until gcc 3.3, so account for this.[1] This should fix the editors/openoffice-1.1 build when using gcc 3.2. From owner-cvs-all@FreeBSD.ORG Fri Jul 16 06:24: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 0392716A4CE; Fri, 16 Jul 2004 06:24:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D89DA43D41; Fri, 16 Jul 2004 06:24:54 +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 i6G6Oscd087609; Fri, 16 Jul 2004 06:24:54 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G6Osc8087608; Fri, 16 Jul 2004 06:24:54 GMT (envelope-from dinoex) Message-Id: <200407160624.i6G6Osc8087608@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 16 Jul 2004 06:24: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/multimedia/vlc 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, 16 Jul 2004 06:24:55 -0000 dinoex 2004-07-16 06:24:54 UTC FreeBSD ports repository Modified files: multimedia/vlc Makefile Log: - fix pkg-list for option WITH_LIBMATROSKA Revision Changes Path 1.53 +4 -1 ports/multimedia/vlc/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 16 06:26: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 A89E716A4CE; Fri, 16 Jul 2004 06:26:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A49743D2D; Fri, 16 Jul 2004 06:26:06 +0000 (GMT) (envelope-from andreas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G6Q6uX087720; Fri, 16 Jul 2004 06:26:06 GMT (envelope-from andreas@repoman.freebsd.org) Received: (from andreas@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G6Q6Zb087719; Fri, 16 Jul 2004 06:26:06 GMT (envelope-from andreas) Message-Id: <200407160626.i6G6Q6Zb087719@repoman.freebsd.org> From: Andreas Klemm Date: Fri, 16 Jul 2004 06:26: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/print/html2ps-letter 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, 16 Jul 2004 06:26:06 -0000 andreas 2004-07-16 06:26:06 UTC FreeBSD ports repository Modified files: print/html2ps-letter Makefile Log: master site moved checked fetching of src, ok now Submitted by: erob Revision Changes Path 1.24 +1 -1 ports/print/html2ps-letter/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 16 06: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 9350E16A4CE; Fri, 16 Jul 2004 06:28:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72EAE43D41; Fri, 16 Jul 2004 06: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 i6G6SFjc087792; Fri, 16 Jul 2004 06: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 i6G6SFTb087791; Fri, 16 Jul 2004 06:28:15 GMT (envelope-from den) Message-Id: <200407160628.i6G6SFTb087791@repoman.freebsd.org> From: Denis Peplin Date: Fri, 16 Jul 2004 06:28:15 +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 includes.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, 16 Jul 2004 06:28:15 -0000 den 2004-07-16 06:28:15 UTC FreeBSD doc repository Modified files: ru includes.sgml Log: Fix gifs base Add missing entities Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.27 +6 -2 www/ru/includes.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 16 06:31: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 BACFE16A4CE; Fri, 16 Jul 2004 06:31:32 +0000 (GMT) Received: from VARK.homeunix.com (adsl-69-107-108-110.dsl.pltn13.pacbell.net [69.107.108.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 923A243D41; Fri, 16 Jul 2004 06:31:32 +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 i6G6V1xM072729; Thu, 15 Jul 2004 23:31:01 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.11/8.12.10/Submit) id i6G6V1YQ072728; Thu, 15 Jul 2004 23:31:01 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Thu, 15 Jul 2004 23:31:01 -0700 From: David Schultz To: Max Laier Message-ID: <20040716063101.GB72641@VARK.homeunix.com> Mail-Followup-To: Max Laier , Murray Stokely , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200407140523.i6E5NGmr090783@repoman.freebsd.org> <200407140802.58627.max@love2party.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407140802.58627.max@love2party.net> cc: cvs-src@FreeBSD.ORG cc: Murray Stokely cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/dict freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 06:31:33 -0000 On Wed, Jul 14, 2004, Max Laier wrote: > On Wednesday 14 July 2004 07:23, Murray Stokely wrote: > > murray 2004-07-14 05:23:16 UTC > > > > FreeBSD src repository > > > > Modified files: > > share/dict freebsd > > Log: > > More technical terms. > > > > MFC After: 3 days > > > > Revision Changes Path > > 1.8 +22 -2 src/share/dict/freebsd > > > ... > > +curmudgeon > > ... > > ... should be in every good technical dictionary ;) > I like it, but - as far as I see - it's in web2 as well so this would be > redundant? Oh, now you're just being a...well...you know. ;-) From owner-cvs-all@FreeBSD.ORG Fri Jul 16 06:36: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 C5E2016A4CE; Fri, 16 Jul 2004 06:36:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5F9F43D31; Fri, 16 Jul 2004 06:36:09 +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 i6G6a9UU088034; Fri, 16 Jul 2004 06:36:09 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G6a9O4088033; Fri, 16 Jul 2004 06:36:09 GMT (envelope-from dinoex) Message-Id: <200407160636.i6G6a9O4088033@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 16 Jul 2004 06:36: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/mail/sendmail-ldap 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, 16 Jul 2004 06:36:09 -0000 dinoex 2004-07-16 06:36:09 UTC FreeBSD ports repository Modified files: mail/sendmail-ldap Makefile Log: - new option SENDMAIL_PORT Revision Changes Path 1.5 +3 -2 ports/mail/sendmail-ldap/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 16 06:37: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 26EB716A4CE; Fri, 16 Jul 2004 06:37:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08C8A43D41; Fri, 16 Jul 2004 06:37:34 +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 i6G6bX5Y088135; Fri, 16 Jul 2004 06:37:33 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G6bX1B088134; Fri, 16 Jul 2004 06:37:33 GMT (envelope-from dinoex) Message-Id: <200407160637.i6G6bX1B088134@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 16 Jul 2004 06:37: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/sendmail-sasl 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, 16 Jul 2004 06:37:34 -0000 dinoex 2004-07-16 06:37:33 UTC FreeBSD ports repository Modified files: mail/sendmail-sasl Makefile Log: - new option SENDMAIL_PORT Revision Changes Path 1.5 +3 -2 ports/mail/sendmail-sasl/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 16 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 F0FC716A4CE; Fri, 16 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 D192743D2D; Fri, 16 Jul 2004 06:55:34 +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 i6G6tYN7088617; Fri, 16 Jul 2004 06:55:34 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G6tYcE088616; Fri, 16 Jul 2004 06:55:34 GMT (envelope-from tjr) Message-Id: <200407160655.i6G6tYcE088616@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 16 Jul 2004 06:55: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/examples/kld/cdev/module cdev.c cdevmod.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 06:55:35 -0000 tjr 2004-07-16 06:55:34 UTC FreeBSD src repository Modified files: share/examples/kld/cdev/module cdev.c cdevmod.c Log: Update for struct cdevsw and dev_t -> struct cdev * changes, plus one 64-bit portability fix. Revision Changes Path 1.8 +7 -6 src/share/examples/kld/cdev/module/cdev.c 1.6 +2 -1 src/share/examples/kld/cdev/module/cdevmod.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 07:24: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 DE6E016A4CE; Fri, 16 Jul 2004 07:24:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C032743D54; Fri, 16 Jul 2004 07:24:20 +0000 (GMT) (envelope-from tanimura@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G7OKbZ089483; Fri, 16 Jul 2004 07:24:20 GMT (envelope-from tanimura@repoman.freebsd.org) Received: (from tanimura@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G7OKkl089482; Fri, 16 Jul 2004 07:24:20 GMT (envelope-from tanimura) Message-Id: <200407160724.i6G7OKkl089482@repoman.freebsd.org> From: Seigo Tanimura Date: Fri, 16 Jul 2004 07:24:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/forth loader.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, 16 Jul 2004 07:24:21 -0000 tanimura 2004-07-16 07:24:20 UTC FreeBSD src repository Modified files: sys/boot/forth loader.conf Log: Rename snd_pcm as sound. Revision Changes Path 1.83 +1 -1 src/sys/boot/forth/loader.conf From owner-cvs-all@FreeBSD.ORG Fri Jul 16 07: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 B892E16A4CE; Fri, 16 Jul 2004 07:31:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AE8F43D55; Fri, 16 Jul 2004 07:31:22 +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 i6G7VMGD089760; Fri, 16 Jul 2004 07:31:22 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G7VMRu089759; Fri, 16 Jul 2004 07:31:22 GMT (envelope-from eik) Message-Id: <200407160731.i6G7VMRu089759@repoman.freebsd.org> From: Oliver Eikemeier Date: Fri, 16 Jul 2004 07:31: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: Fri, 16 Jul 2004 07:31:22 -0000 eik 2004-07-16 07:31:22 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: fix courier-imap version number Revision Changes Path 1.150 +6 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Jul 16 07:39: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 4F9FA16A4CE; Fri, 16 Jul 2004 07:39:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31D0643D2D; Fri, 16 Jul 2004 07:39: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 i6G7dPVF089964; Fri, 16 Jul 2004 07:39:25 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G7dP49089963; Fri, 16 Jul 2004 07:39:25 GMT (envelope-from eik) Message-Id: <200407160739.i6G7dP49089963@repoman.freebsd.org> From: Oliver Eikemeier Date: Fri, 16 Jul 2004 07:39: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/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: Fri, 16 Jul 2004 07:39:25 -0000 eik 2004-07-16 07:39:25 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: Roundup directory traversal Revision Changes Path 1.51 +3 -2 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Fri Jul 16 07:59: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 2186316A4CE; Fri, 16 Jul 2004 07:59:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02C4143D3F; Fri, 16 Jul 2004 07:59:24 +0000 (GMT) (envelope-from tanimura@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G7wrAZ090461; Fri, 16 Jul 2004 07:58:53 GMT (envelope-from tanimura@repoman.freebsd.org) Received: (from tanimura@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G7wrk3090460; Fri, 16 Jul 2004 07:58:53 GMT (envelope-from tanimura) Message-Id: <200407160758.i6G7wrk3090460@repoman.freebsd.org> From: Seigo Tanimura Date: Fri, 16 Jul 2004 07:58: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/sys/modules/sound/driver/sbc 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, 16 Jul 2004 07:59:24 -0000 tanimura 2004-07-16 07:58:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/modules/sound/driver/sbc Makefile Log: snd_sbc depends on sbc_pcm. PR: kern/67426 Submitted by: Matthew Emmerton Obtained from: DragonFlyBSD Revision Changes Path 1.1.2.4 +1 -0 src/sys/modules/sound/driver/sbc/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 16 08:12: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 8173916A4CE; Fri, 16 Jul 2004 08:12:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62B0343D49; Fri, 16 Jul 2004 08:12:15 +0000 (GMT) (envelope-from tanimura@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G8CFUY090930; Fri, 16 Jul 2004 08:12:15 GMT (envelope-from tanimura@repoman.freebsd.org) Received: (from tanimura@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G8CFqc090929; Fri, 16 Jul 2004 08:12:15 GMT (envelope-from tanimura) Message-Id: <200407160812.i6G8CFqc090929@repoman.freebsd.org> From: Seigo Tanimura Date: Fri, 16 Jul 2004 08:12:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/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: Fri, 16 Jul 2004 08:12:15 -0000 tanimura 2004-07-16 08:12:15 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Sync the example of MODULES_OVERRIDE with the renamed sound drivers. Pointed out by: Christoph Mallon Revision Changes Path 1.1247 +1 -1 src/sys/conf/NOTES From owner-cvs-all@FreeBSD.ORG Fri Jul 16 08:38: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 61E4116A4CE; Fri, 16 Jul 2004 08:38:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43A1F43D2F; Fri, 16 Jul 2004 08:38:34 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G8cYLa091481; Fri, 16 Jul 2004 08:38:34 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G8cYFZ091480; Fri, 16 Jul 2004 08:38:34 GMT (envelope-from keramida) Message-Id: <200407160838.i6G8cYFZ091480@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 16 Jul 2004 08:38: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/en_US.ISO8859-1/books/handbook/disks 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, 16 Jul 2004 08:38:34 -0000 keramida 2004-07-16 08:38:33 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Refer to sysutils/cdrtools instead of sysutils/mkisofs now that the mkisofs port was merged into cdrtools. I've also replaced most of the references to the mkisofs program with an entity which we already have. PR: docs/69087 Submitted by: Janos Mohasci Revision Changes Path 1.213 +11 -9 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 16 08:53: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 0FB6D16A4CF; Fri, 16 Jul 2004 08:53:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E53B243D58; Fri, 16 Jul 2004 08:53:25 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6G8rPap091798; Fri, 16 Jul 2004 08:53:25 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G8rPEk091797; Fri, 16 Jul 2004 08:53:25 GMT (envelope-from keramida) Message-Id: <200407160853.i6G8rPEk091797@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 16 Jul 2004 08:53: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/burncd burncd.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, 16 Jul 2004 08:53:26 -0000 keramida 2004-07-16 08:53:25 UTC FreeBSD src repository (doc committer) Modified files: usr.sbin/burncd burncd.8 Log: Refer to the sysutils/cdrtools port now that the sysutils/mkisofs port has been merged into the former. PR: docs/69087 Submitted by: Janos Mohacsi MFC after: 3 days Revision Changes Path 1.32 +4 -1 src/usr.sbin/burncd/burncd.8 From owner-cvs-all@FreeBSD.ORG Fri Jul 16 09:02: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 BB9C616A4CE; Fri, 16 Jul 2004 09:02:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3EC843D3F; Fri, 16 Jul 2004 09:02:47 +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 i6G92lWL092106; Fri, 16 Jul 2004 09:02:47 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G92lTo092105; Fri, 16 Jul 2004 09:02:47 GMT (envelope-from yar) Message-Id: <200407160902.i6G92lTo092105@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 16 Jul 2004 09:02:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/ftp 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: Fri, 16 Jul 2004 09:02:47 -0000 yar 2004-07-16 09:02:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/ftp fetch.c Log: Stop pretending we support full-blown HTTP/1.1 because we are not ready to handle all its aspects. Failure to deal with HTTP/1.1, with chunked transfer encoding in particular, led to broken transfers and data corruption. Fall back to using HTTP/1.0, which is safe. A point to note: While the "Host:" header had not been in the original HTTP/1.0 standard, it became a de-facto standard for HTTP/1.0 as well. It is understood by servers in HTTP/1.0 sessions if supported at all. This issue doesn't apply to CURRENT since lukemftp handles HTTP/1.1 correctly. PR: bin/68547 Reviewed by: vs Revision Changes Path 1.12.2.7 +1 -1 src/usr.bin/ftp/fetch.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 09:12: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 4ABB916A4CE; Fri, 16 Jul 2004 09:12:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CC8643D49; Fri, 16 Jul 2004 09:12:06 +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 i6G9C6wJ092412; Fri, 16 Jul 2004 09:12:06 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G9C6ge092411; Fri, 16 Jul 2004 09:12:06 GMT (envelope-from olgeni) Message-Id: <200407160912.i6G9C6ge092411@repoman.freebsd.org> From: Jimmy Olgeni Date: Fri, 16 Jul 2004 09:12: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/sysutils/webmin 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, 16 Jul 2004 09:12:06 -0000 olgeni 2004-07-16 09:12:06 UTC FreeBSD ports repository Modified files: sysutils/webmin Makefile distinfo Log: Upgrade modules: quota-1.150-4, squid-1.150-2. Revision Changes Path 1.210 +4 -2 ports/sysutils/webmin/Makefile 1.170 +4 -0 ports/sysutils/webmin/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 16 10: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 7C8AE16A4CE; Fri, 16 Jul 2004 10:24:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CF7B43D41; Fri, 16 Jul 2004 10:24:29 +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 i6GAOTfJ094194; Fri, 16 Jul 2004 10:24:29 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GAOT08094193; Fri, 16 Jul 2004 10:24:29 GMT (envelope-from nork) Message-Id: <200407161024.i6GAOT08094193@repoman.freebsd.org> From: Norikatsu Shigemura Date: Fri, 16 Jul 2004 10:24: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/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, 16 Jul 2004 10:24:29 -0000 nork 2004-07-16 10:24:29 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2004.07.16. Revision Changes Path 1.122 +1 -1 ports/net/liveMedia/Makefile 1.113 +2 -2 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 16 10: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 F306616A4CE; Fri, 16 Jul 2004 10:50:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC4BF43D49; Fri, 16 Jul 2004 10:50:50 +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 i6GAooeO094923; Fri, 16 Jul 2004 10:50:50 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GAoo9c094922; Fri, 16 Jul 2004 10:50:50 GMT (envelope-from edwin) Message-Id: <200407161050.i6GAoo9c094922@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 16 Jul 2004 10:50: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/math/gnuplot+ Makefile ports/math/gnuplot+/files patch-za X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 10:50:51 -0000 edwin 2004-07-16 10:50:50 UTC FreeBSD ports repository Modified files: math/gnuplot+ Makefile math/gnuplot+/files patch-za Log: [math/gnuplot+] fix amd64 build failure It is marked BROKEN on amd64 because FreeBSD/amd64 does not have some IEEE FP functions like fpresetsticky(). The build failure log is now available at http://pointyhat.freebsd.org/errorlogs/amd64-5-full/gnuplot371+-1.2.0_1.log I found file/patch-za causes the problem. The feature of this patch as reported in ports/16120 can take effect only on FreeBSD/i386. PR: ports/69143 Submitted by: NAKAJI Hiroyuki Revision Changes Path 1.26 +2 -8 ports/math/gnuplot+/Makefile 1.3 +6 -6 ports/math/gnuplot+/files/patch-za From owner-cvs-all@FreeBSD.ORG Fri Jul 16 10:55: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 3E96C16A4CF; Fri, 16 Jul 2004 10:55:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2200443D2F; Fri, 16 Jul 2004 10:55:06 +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 i6GAt6CA095054; Fri, 16 Jul 2004 10:55:06 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GAt5ho095053; Fri, 16 Jul 2004 10:55:05 GMT (envelope-from brueffer) Message-Id: <200407161055.i6GAt5ho095053@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 16 Jul 2004 10:55: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/commercial consult.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, 16 Jul 2004 10:55:06 -0000 brueffer 2004-07-16 10:55:05 UTC FreeBSD doc repository Modified files: en/commercial consult.xml Log: Add Forgotten Technologies Submitted by: Edward Lim Revision Changes Path 1.9 +14 -1 www/en/commercial/consult.xml From owner-cvs-all@FreeBSD.ORG Fri Jul 16 11:07: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 BDAEB16A4CF; Fri, 16 Jul 2004 11:07:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F36E43D46; Fri, 16 Jul 2004 11:07:07 +0000 (GMT) (envelope-from johan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6GB772E095412; Fri, 16 Jul 2004 11:07:07 GMT (envelope-from johan@repoman.freebsd.org) Received: (from johan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GB77BW095411; Fri, 16 Jul 2004 11:07:07 GMT (envelope-from johan) Message-Id: <200407161107.i6GB77BW095411@repoman.freebsd.org> From: Johan Karlsson Date: Fri, 16 Jul 2004 11:07: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/hexdump Makefile conv.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 11:07:08 -0000 johan 2004-07-16 11:07:07 UTC FreeBSD src repository Modified files: usr.bin/hexdump Makefile conv.c Log: Include to get memset and strcmp prototype. Sort includes. This is now WARNS=2 clean, bump WARNS to keep it clean. Revision Changes Path 1.7 +1 -0 src/usr.bin/hexdump/Makefile 1.8 +2 -1 src/usr.bin/hexdump/conv.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 11:36: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 67C0D16A4CE; Fri, 16 Jul 2004 11:36:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BD0B43D46; Fri, 16 Jul 2004 11:36:20 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6GBaKLw096146; Fri, 16 Jul 2004 11:36:20 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GBaK28096145; Fri, 16 Jul 2004 11:36:20 GMT (envelope-from mat) Message-Id: <200407161136.i6GBaK28096145@repoman.freebsd.org> From: Mathieu Arnold Date: Fri, 16 Jul 2004 11: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/security Makefile ports/security/md5deep 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, 16 Jul 2004 11:36:20 -0000 mat 2004-07-16 11:36:20 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/md5deep Makefile distinfo pkg-descr Log: Add md5deep 1.3, program to compute MD5 and SHA1 message digests recursively. PR: ports/69124 Submitted by: Frank Laszlo Revision Changes Path 1.522 +1 -0 ports/security/Makefile 1.1 +27 -0 ports/security/md5deep/Makefile (new) 1.1 +2 -0 ports/security/md5deep/distinfo (new) 1.1 +8 -0 ports/security/md5deep/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 16 11:36: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 4888016A4CE; Fri, 16 Jul 2004 11:36:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C2F343D2D; Fri, 16 Jul 2004 11:36:34 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6GBaYaf096212; Fri, 16 Jul 2004 11:36:34 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GBaYn5096211; Fri, 16 Jul 2004 11:36:34 GMT (envelope-from mat) Message-Id: <200407161136.i6GBaYn5096211@repoman.freebsd.org> From: Mathieu Arnold Date: Fri, 16 Jul 2004 11:36: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: Fri, 16 Jul 2004 11:36:34 -0000 mat 2004-07-16 11:36:33 UTC FreeBSD ports repository Modified files: . modules Log: md5deep --> ports/security/md5deep Revision Changes Path 1.10547 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 16 11:51: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 8D31916A4CE; Fri, 16 Jul 2004 11:51:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71FD443D4C; Fri, 16 Jul 2004 11:51:27 +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 i6GBpRr4096631; Fri, 16 Jul 2004 11:51:27 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GBpRXk096630; Fri, 16 Jul 2004 11:51:27 GMT (envelope-from den) Message-Id: <200407161151.i6GBpRXk096630@repoman.freebsd.org> From: Denis Peplin Date: Fri, 16 Jul 2004 11:51: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/ru_RU.KOI8-R/articles/hubs article.sgml doc/ru_RU.KOI8-R/books/handbook/vinum 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, 16 Jul 2004 11:51:27 -0000 den 2004-07-16 11:51:27 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/hubs article.sgml ru_RU.KOI8-R/books/handbook/vinum chapter.sgml Log: Merge the following from the English version: 1.47 -> 1.49 articles/hubs/article.sgml 1.26 -> 1.27 books/handbook/vinum/chapter.sgml Submitted by: Dmitry Morozovsky Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.5 +2 -6 doc/ru_RU.KOI8-R/articles/hubs/article.sgml 1.3 +3 -3 doc/ru_RU.KOI8-R/books/handbook/vinum/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 16 11:57: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 DFFCB16A4CE; Fri, 16 Jul 2004 11:57:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C458843D48; Fri, 16 Jul 2004 11:57:45 +0000 (GMT) (envelope-from johan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6GBvjH7096806; Fri, 16 Jul 2004 11:57:45 GMT (envelope-from johan@repoman.freebsd.org) Received: (from johan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GBvjKX096805; Fri, 16 Jul 2004 11:57:45 GMT (envelope-from johan) Message-Id: <200407161157.i6GBvjKX096805@repoman.freebsd.org> From: Johan Karlsson Date: Fri, 16 Jul 2004 11:57: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, 16 Jul 2004 11:57:46 -0000 johan 2004-07-16 11:57:45 UTC FreeBSD doc repository (src committer) Modified files: en/donations wantlist.sgml Log: Add my wish for a TFT monitor. Revision Changes Path 1.219 +8 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 16 12:36: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 C64C916A4CE; Fri, 16 Jul 2004 12:36:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A907943D2F; Fri, 16 Jul 2004 12:36:57 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6GCavGB097857; Fri, 16 Jul 2004 12:36:57 GMT (envelope-from sf@repoman.freebsd.org) Received: (from sf@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GCavJK097856; Fri, 16 Jul 2004 12:36:57 GMT (envelope-from sf) Message-Id: <200407161236.i6GCavJK097856@repoman.freebsd.org> From: FUJISHIMA Satsuki Date: Fri, 16 Jul 2004 12: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: ports/japanese/mplusfonts Makefile distinfo pkg-plist ports/japanese/mplusfonts/files patch-install_mplus_fonts X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 12:36:57 -0000 sf 2004-07-16 12:36:57 UTC FreeBSD ports repository Modified files: japanese/mplusfonts Makefile distinfo pkg-plist japanese/mplusfonts/files patch-install_mplus_fonts Log: update to 2.2.2. PR: 69103 Submitted by: maintainer Revision Changes Path 1.11 +1 -1 ports/japanese/mplusfonts/Makefile 1.10 +2 -2 ports/japanese/mplusfonts/distinfo 1.4 +4 -4 ports/japanese/mplusfonts/files/patch-install_mplus_fonts 1.5 +0 -8 ports/japanese/mplusfonts/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 16 12:37: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 75D1716A4CE; Fri, 16 Jul 2004 12:37:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5997F43D41; Fri, 16 Jul 2004 12:37:43 +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 i6GCbhrd097913; Fri, 16 Jul 2004 12:37:43 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GCbhx6097912; Fri, 16 Jul 2004 12:37:43 GMT (envelope-from den) Message-Id: <200407161237.i6GCbhx6097912@repoman.freebsd.org> From: Denis Peplin Date: Fri, 16 Jul 2004 12:37:43 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles/fonts article.sgml doc/ru_RU.KOI8-R/articles/zip-drive 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: Fri, 16 Jul 2004 12:37:43 -0000 den 2004-07-16 12:37:43 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/fonts article.sgml ru_RU.KOI8-R/articles/zip-drive article.sgml Log: Merge the following from the English version (*): 1.15 -> 1.24 fonts/article.sgml 1.2 -> 1.12 zip-drive/article.sgml Use lang="ru" for all documents Use translated trademarks Submitted by(*): phantom Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.2 +57 -64 doc/ru_RU.KOI8-R/articles/fonts/article.sgml 1.2 +39 -17 doc/ru_RU.KOI8-R/articles/zip-drive/article.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 16 12:41: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 D92AF16A4CE; Fri, 16 Jul 2004 12:41:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDD3C43D60; Fri, 16 Jul 2004 12:41:14 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6GCfEac098049; Fri, 16 Jul 2004 12:41:14 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GCfEL1098048; Fri, 16 Jul 2004 12:41:14 GMT (envelope-from ache) Message-Id: <200407161241.i6GCfEL1098048@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 16 Jul 2004 12:41: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/converters/p5-MIME-Base64 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, 16 Jul 2004 12:41:15 -0000 ache 2004-07-16 12:41:14 UTC FreeBSD ports repository Modified files: converters/p5-MIME-Base64 Makefile Log: Don't install this port, if ${PERL_LEVEL} >= 500804 Revision Changes Path 1.35 +7 -1 ports/converters/p5-MIME-Base64/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 16 12:46: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 00B3716A4CE; Fri, 16 Jul 2004 12:46:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D952343D2D; Fri, 16 Jul 2004 12:46:29 +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 i6GCkTDS098206; Fri, 16 Jul 2004 12:46:29 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GCkTAc098205; Fri, 16 Jul 2004 12:46:29 GMT (envelope-from den) Message-Id: <200407161246.i6GCkTAc098205@repoman.freebsd.org> From: Denis Peplin Date: Fri, 16 Jul 2004 12:46:29 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/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, 16 Jul 2004 12:46:30 -0000 den 2004-07-16 12:46:29 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/porters-handbook book.sgml Log: Merge the following from the English version(*): 1.367 -> 1.370 porters-handbook/book.sgml Few fixes (**) Use lang="ru" Submitted by(*): andy (*) Submitted by(**): krion, phantom Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.22 +72 -27 doc/ru_RU.KOI8-R/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 16 12:49: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 E7E2016A4CE; Fri, 16 Jul 2004 12:49:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C281B43D3F; Fri, 16 Jul 2004 12:49: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 i6GCnaD7098269; Fri, 16 Jul 2004 12:49:36 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GCnaqa098268; Fri, 16 Jul 2004 12:49:36 GMT (envelope-from den) Message-Id: <200407161249.i6GCnaqa098268@repoman.freebsd.org> From: Denis Peplin Date: Fri, 16 Jul 2004 12:49: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/ru_RU.KOI8-R/books/ppp-primer 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, 16 Jul 2004 12:49:37 -0000 den 2004-07-16 12:49:36 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/ppp-primer book.sgml Log: Few fixes, including whitespace Use lang="ru" Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.7 +266 -266 doc/ru_RU.KOI8-R/books/ppp-primer/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 16 12:50: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 868D616A55B; Fri, 16 Jul 2004 12:50:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A82343D39; Fri, 16 Jul 2004 12:50:11 +0000 (GMT) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6GCoBci098318; Fri, 16 Jul 2004 12:50:11 GMT (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GCoBuI098317; Fri, 16 Jul 2004 12:50:11 GMT (envelope-from mr) Message-Id: <200407161250.i6GCoBuI098317@repoman.freebsd.org> From: Michael Reifenberger Date: Fri, 16 Jul 2004 12:50: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.sbin/rpc.lockd lock_proc.c lockd.c lockd_lock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 12:50:11 -0000 mr 2004-07-16 12:50:11 UTC FreeBSD src repository Modified files: usr.sbin/rpc.lockd lock_proc.c lockd.c lockd_lock.c Log: After talking to Colin, apply the patch of bin/61718 (which should include/elimatate kern/61122 also). It seems to fix a few annoying bugs. PR: bin/61718, kern/61122 Submitted by: bg@sics.se ohartman@mail.physik.uni-mainz.de Revision Changes Path 1.15 +5 -2 src/usr.sbin/rpc.lockd/lock_proc.c 1.17 +1 -1 src/usr.sbin/rpc.lockd/lockd.c 1.15 +64 -61 src/usr.sbin/rpc.lockd/lockd_lock.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 12: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 4529B16A4E2; Fri, 16 Jul 2004 12:58:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C07A43D48; Fri, 16 Jul 2004 12:58:40 +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 i6GCwer9098972; Fri, 16 Jul 2004 12:58:40 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GCweJ0098971; Fri, 16 Jul 2004 12:58:40 GMT (envelope-from den) Message-Id: <200407161258.i6GCweJ0098971@repoman.freebsd.org> From: Denis Peplin Date: Fri, 16 Jul 2004 12:58: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/ru_RU.KOI8-R/articles/5-roadmap article.sgml doc/ru_RU.KOI8-R/articles/checkpointarticle.sgml doc/ru_RU.KOI8-R/articles/explaining-bsdarticle.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, 16 Jul 2004 12:58:40 -0000 den 2004-07-16 12:58:40 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/5-roadmap article.sgml ru_RU.KOI8-R/articles/checkpoint article.sgml ru_RU.KOI8-R/articles/dialup-firewall article.sgml ru_RU.KOI8-R/articles/diskless-x article.sgml ru_RU.KOI8-R/articles/explaining-bsd article.sgml ru_RU.KOI8-R/articles/fbsd-from-scratch article.sgml ru_RU.KOI8-R/articles/formatting-media article.sgml ru_RU.KOI8-R/articles/freebsd-questions article.sgml ru_RU.KOI8-R/articles/hubs article.sgml ru_RU.KOI8-R/articles/ipsec-must article.sgml ru_RU.KOI8-R/articles/java-tomcat article.sgml ru_RU.KOI8-R/articles/mh article.sgml ru_RU.KOI8-R/articles/new-users article.sgml ru_RU.KOI8-R/articles/pam article.sgml ru_RU.KOI8-R/articles/portbuild article.sgml ru_RU.KOI8-R/articles/pr-guidelines article.sgml ru_RU.KOI8-R/articles/problem-reports article.sgml ru_RU.KOI8-R/articles/pxe article.sgml ru_RU.KOI8-R/articles/releng article.sgml ru_RU.KOI8-R/articles/solid-state article.sgml ru_RU.KOI8-R/articles/vm-design article.sgml ru_RU.KOI8-R/books/faq book.sgml ru_RU.KOI8-R/books/handbook book.sgml Log: Use lang="ru" for all documents Use translated trademarks Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.4 +4 -4 doc/ru_RU.KOI8-R/articles/5-roadmap/article.sgml 1.5 +3 -3 doc/ru_RU.KOI8-R/articles/checkpoint/article.sgml 1.3 +4 -3 doc/ru_RU.KOI8-R/articles/dialup-firewall/article.sgml 1.3 +3 -3 doc/ru_RU.KOI8-R/articles/diskless-x/article.sgml 1.2 +2 -2 doc/ru_RU.KOI8-R/articles/explaining-bsd/article.sgml 1.3 +3 -3 doc/ru_RU.KOI8-R/articles/fbsd-from-scratch/article.sgml 1.2 +2 -2 doc/ru_RU.KOI8-R/articles/formatting-media/article.sgml 1.4 +3 -3 doc/ru_RU.KOI8-R/articles/freebsd-questions/article.sgml 1.6 +3 -3 doc/ru_RU.KOI8-R/articles/hubs/article.sgml 1.4 +2 -2 doc/ru_RU.KOI8-R/articles/ipsec-must/article.sgml 1.2 +3 -3 doc/ru_RU.KOI8-R/articles/java-tomcat/article.sgml 1.4 +2 -2 doc/ru_RU.KOI8-R/articles/mh/article.sgml 1.4 +3 -3 doc/ru_RU.KOI8-R/articles/new-users/article.sgml 1.3 +3 -3 doc/ru_RU.KOI8-R/articles/pam/article.sgml 1.2 +2 -2 doc/ru_RU.KOI8-R/articles/portbuild/article.sgml 1.2 +3 -3 doc/ru_RU.KOI8-R/articles/pr-guidelines/article.sgml 1.4 +3 -3 doc/ru_RU.KOI8-R/articles/problem-reports/article.sgml 1.4 +3 -3 doc/ru_RU.KOI8-R/articles/pxe/article.sgml 1.4 +3 -3 doc/ru_RU.KOI8-R/articles/releng/article.sgml 1.4 +2 -2 doc/ru_RU.KOI8-R/articles/solid-state/article.sgml 1.4 +3 -3 doc/ru_RU.KOI8-R/articles/vm-design/article.sgml 1.72 +2 -2 doc/ru_RU.KOI8-R/books/faq/book.sgml 1.17 +2 -2 doc/ru_RU.KOI8-R/books/handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 16 13:06: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 EF85116A4CF; Fri, 16 Jul 2004 13:06:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5D7243D2F; Fri, 16 Jul 2004 13:06:45 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6GD6jnJ099316; Fri, 16 Jul 2004 13:06:45 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GD6jIk099315; Fri, 16 Jul 2004 13:06:45 GMT (envelope-from ache) Message-Id: <200407161306.i6GD6jIk099315@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 16 Jul 2004 13:06: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/converters/p5-MIME-Base64 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, 16 Jul 2004 13:06:46 -0000 ache 2004-07-16 13:06:45 UTC FreeBSD ports repository Modified files: converters/p5-MIME-Base64 Makefile Log: Back out prev. commit. Too many ports depends on it and IGNORE fails with error exit code for 'make -DINSTALLS_DEPENDS install' called when depending file is not found. Revision Changes Path 1.36 +1 -7 ports/converters/p5-MIME-Base64/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 16 13:16: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 E02D616A4CE; Fri, 16 Jul 2004 13:16:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C64A143D2D; Fri, 16 Jul 2004 13:16:28 +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 i6GDGSNh099597; Fri, 16 Jul 2004 13:16:28 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GDGSPt099596; Fri, 16 Jul 2004 13:16:28 GMT (envelope-from vanilla) Message-Id: <200407161316.i6GDGSPt099596@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 16 Jul 2004 13:16: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/devel/p5-IO-All Makefile ports/devel/p5-Spiffy 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, 16 Jul 2004 13:16:29 -0000 vanilla 2004-07-16 13:16:28 UTC FreeBSD ports repository Modified files: devel/p5-IO-All Makefile devel/p5-Spiffy Makefile Log: Fix type error, and set MAINTAINER to perl@FreeBSD.org PR: ports/69145 Submitted by: elvis Revision Changes Path 1.2 +2 -2 ports/devel/p5-IO-All/Makefile 1.2 +2 -2 ports/devel/p5-Spiffy/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 16 13: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 8FF0516A4CF for ; Fri, 16 Jul 2004 13:38:38 +0000 (GMT) Received: from goofy.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 7874443D45 for ; Fri, 16 Jul 2004 13:38:37 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 33355 invoked by uid 89); 16 Jul 2004 15:39:09 +0200 Received: from sheepkiller@cultdeadsheep.org by goofy.cultdeadsheep.org by uid 89 with qmail-scanner-1.22 (clamdscan: 0.74. spamassassin: 2.63. Clear:RC:1(192.168.0.8):. Processed in 0.596757 secs); 16 Jul 2004 13:39:09 -0000 X-Qmail-Scanner-Mail-From: sheepkiller@cultdeadsheep.org via goofy.cultdeadsheep.org X-Qmail-Scanner: 1.22 (Clear:RC:1(192.168.0.8):. Processed in 0.596757 secs) Received: from unknown (HELO persephone.cultdeadsheep.org) (192.168.0.8) by goofy.cultdeadsheep.org with SMTP; 16 Jul 2004 15:39:08 +0200 Received: (qmail 56574 invoked from network); 16 Jul 2004 15:36:41 +0200 Received: from unknown (HELO satan.cultdeadsheep.org) (192.168.0.4) by persephone.cultdeadsheep.org with DES-CBC3-SHA encrypted SMTP; 16 Jul 2004 15:36:41 +0200 Date: Fri, 16 Jul 2004 15:38:19 +0200 From: Clement Laforet To: Michael Reifenberger Message-Id: <20040716153819.4f4018a1.sheepkiller@cultdeadsheep.org> In-Reply-To: <200407161250.i6GCoBuI098317@repoman.freebsd.org> References: <200407161250.i6GCoBuI098317@repoman.freebsd.org> Organization: tH3 cUlt 0f tH3 d3@d sH33p X-Mailer: Sylpheed version 0.9.12 (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=_Fri__16_Jul_2004_15_38_19_+0200_3ihdrQmgu=qg1He/" cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/rpc.lockd lock_proc.c lockd.c lockd_lock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 13:38:38 -0000 --Signature=_Fri__16_Jul_2004_15_38_19_+0200_3ihdrQmgu=qg1He/ Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Fri, 16 Jul 2004 12:50:11 +0000 (UTC) Michael Reifenberger wrote: > mr 2004-07-16 12:50:11 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/rpc.lockd lock_proc.c lockd.c lockd_lock.c > Log: > After talking to Colin, > apply the patch of bin/61718 (which should include/elimatate kern/61122 also). > It seems to fix a few annoying bugs. Thanks! clem --Signature=_Fri__16_Jul_2004_15_38_19_+0200_3ihdrQmgu=qg1He/ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA99pLsRhfjwcjuh0RAlY0AKDxHvb/gzxWftCDAiP4+gDSKVR6hACg3Aae cjdWCs39BYj1vKUK2ihHY6Y= =JIru -----END PGP SIGNATURE----- --Signature=_Fri__16_Jul_2004_15_38_19_+0200_3ihdrQmgu=qg1He/-- From owner-cvs-all@FreeBSD.ORG Fri Jul 16 14:54: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 9830916A4CE; Fri, 16 Jul 2004 14:54:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 962BC43D1F; Fri, 16 Jul 2004 14:54:28 +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 i6GEsSRP002005; Fri, 16 Jul 2004 14:54:28 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GEsS11002004; Fri, 16 Jul 2004 14:54:28 GMT (envelope-from vs) Message-Id: <200407161454.i6GEsS11002004@repoman.freebsd.org> From: Volker Stolz Date: Fri, 16 Jul 2004 14:54: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/devel/m4 Makefile distinfo pkg-descr pkg-plist ports/devel/m4/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: Fri, 16 Jul 2004 14:54:28 -0000 vs 2004-07-16 14:54:28 UTC FreeBSD ports repository Modified files: devel/m4 Makefile distinfo pkg-descr pkg-plist Removed files: devel/m4/files patch-ac Log: Update to 1.4.1: - maketemp now creates an empty file with the given name, instead of merely returning the name of a nonexistent file. This closes a security hole. - minor fixes, port passes all checks - use INFO-macro - strip cruft from pkg-descr; add WWW: - pet portlint Revision Changes Path 1.24 +7 -4 ports/devel/m4/Makefile 1.4 +2 -2 ports/devel/m4/distinfo 1.2 +0 -20 ports/devel/m4/files/patch-ac (dead) 1.3 +2 -18 ports/devel/m4/pkg-descr 1.5 +27 -30 ports/devel/m4/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 16 15:19: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 36E7816A4CE; Fri, 16 Jul 2004 15:19:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E97643D3F; Fri, 16 Jul 2004 15:19: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 i6GFJEjK002614; Fri, 16 Jul 2004 15:19:15 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GFJE3C002613; Fri, 16 Jul 2004 15:19:14 GMT (envelope-from den) Message-Id: <200407161519.i6GFJE3C002613@repoman.freebsd.org> From: Denis Peplin Date: Fri, 16 Jul 2004 15:19: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/ru_RU.KOI8-R/articles/new-users 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: Fri, 16 Jul 2004 15:19:15 -0000 den 2004-07-16 15:19:14 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/new-users article.sgml Log: Drop garbage Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.5 +2 -2 doc/ru_RU.KOI8-R/articles/new-users/article.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 16 15:44: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 22EB416A4CE; Fri, 16 Jul 2004 15:44:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F9BA43D45; Fri, 16 Jul 2004 15:44:19 +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 i6GFiI0B003344; Fri, 16 Jul 2004 15:44:19 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GFiIPR003343; Fri, 16 Jul 2004 15:44:18 GMT (envelope-from vs) Message-Id: <200407161544.i6GFiIPR003343@repoman.freebsd.org> From: Volker Stolz Date: Fri, 16 Jul 2004 15:44: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/hs-alex Makefile pkg-plist ports/devel/hs-buddha Makefile ports/devel/hs-c2hs Makefile ports/devel/hs-green-card Makefile pkg-plist ports/devel/hs-happy Makefile ports/devel/hs-tclhaskell-ghc Makefile pkg-install.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, 16 Jul 2004 15:44:19 -0000 vs 2004-07-16 15:44:18 UTC FreeBSD ports repository Modified files: devel/hs-alex Makefile pkg-plist devel/hs-buddha Makefile devel/hs-c2hs Makefile devel/hs-green-card Makefile pkg-plist devel/hs-happy Makefile devel/hs-tclhaskell-ghc Makefile pkg-install.in pkg-plist Log: Minor portlint-spree, including fixes for package-building hs-tclhaskell-ghc and hs-c2hs on the cluster (for 4.X). Revision Changes Path 1.11 +1 -1 ports/devel/hs-alex/Makefile 1.3 +17 -17 ports/devel/hs-alex/pkg-plist 1.21 +1 -3 ports/devel/hs-buddha/Makefile 1.22 +1 -1 ports/devel/hs-c2hs/Makefile 1.14 +2 -2 ports/devel/hs-green-card/Makefile 1.2 +19 -19 ports/devel/hs-green-card/pkg-plist 1.12 +1 -1 ports/devel/hs-happy/Makefile 1.8 +6 -7 ports/devel/hs-tclhaskell-ghc/Makefile 1.3 +1 -0 ports/devel/hs-tclhaskell-ghc/pkg-install.in 1.3 +0 -1 ports/devel/hs-tclhaskell-ghc/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 16 15:47: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 7161916A4CE; Fri, 16 Jul 2004 15:47:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5697B43D2F; Fri, 16 Jul 2004 15:47: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 i6GFldEP003466; Fri, 16 Jul 2004 15:47:39 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GFld9B003465; Fri, 16 Jul 2004 15:47:39 GMT (envelope-from vs) Message-Id: <200407161547.i6GFld9B003465@repoman.freebsd.org> From: Volker Stolz Date: Fri, 16 Jul 2004 15:47: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/java/jaxen 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, 16 Jul 2004 15:47:39 -0000 vs 2004-07-16 15:47:39 UTC FreeBSD ports repository Modified files: java/jaxen Makefile Log: - Install missing file - Port cosmetics PR: ports/69151 Submitted by: Herve Quiroz (maintainer) Revision Changes Path 1.4 +16 -15 ports/java/jaxen/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 16 15:57: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 6F1F216A4CE; Fri, 16 Jul 2004 15:57:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54E8943D54; Fri, 16 Jul 2004 15:57:16 +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 i6GFvGnK003797; Fri, 16 Jul 2004 15:57:16 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GFvGWg003796; Fri, 16 Jul 2004 15:57:16 GMT (envelope-from cperciva) Message-Id: <200407161557.i6GFvGWg003796@repoman.freebsd.org> From: Colin Percival Date: Fri, 16 Jul 2004 15:57:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_prot.c src/sys/sys systm.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, 16 Jul 2004 15:57:16 -0000 cperciva 2004-07-16 15:57:16 UTC FreeBSD src repository Modified files: sys/kern kern_prot.c sys/sys systm.h Log: Add a SUSER_RUID flag to suser_cred. This flag indicates that we want to check if the *real* user is the superuser (vs. the normal behaviour, which checks the effective user). Reviewed by: rwatson Revision Changes Path 1.184 +2 -3 src/sys/kern/kern_prot.c 1.210 +1 -0 src/sys/sys/systm.h From owner-cvs-all@FreeBSD.ORG Fri Jul 16 16:05: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 1857716A4CF; Fri, 16 Jul 2004 16:05:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F306743D54; Fri, 16 Jul 2004 16:05:09 +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 i6GG59Sd003996; Fri, 16 Jul 2004 16:05:09 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GG59Vq003995; Fri, 16 Jul 2004 16:05:09 GMT (envelope-from brueffer) Message-Id: <200407161605.i6GG59Vq003995@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 16 Jul 2004 16:05:09 +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, 16 Jul 2004 16:05:10 -0000 brueffer 2004-07-16 16:05:09 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Remove Bosko's entry, he's got an smp machine now. Approved by: bmilekic Revision Changes Path 1.220 +1 -8 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 16 16:08: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 1279A16A4CE; Fri, 16 Jul 2004 16:08:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED99C43D3F; Fri, 16 Jul 2004 16:08: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 i6GG8HPm004165; Fri, 16 Jul 2004 16:08:17 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GG8HTP004164; Fri, 16 Jul 2004 16:08:17 GMT (envelope-from vs) Message-Id: <200407161608.i6GG8HTP004164@repoman.freebsd.org> From: Volker Stolz Date: Fri, 16 Jul 2004 16:08: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/lang/chicken 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, 16 Jul 2004 16:08:18 -0000 vs 2004-07-16 16:08:17 UTC FreeBSD ports repository Modified files: lang/chicken Makefile distinfo pkg-descr pkg-plist Log: - Update to 1.50 - Assign maintainership to submitter Revision Changes Path 1.14 +21 -10 ports/lang/chicken/Makefile 1.8 +2 -2 ports/lang/chicken/distinfo 1.2 +5 -4 ports/lang/chicken/pkg-descr 1.9 +9 -95 ports/lang/chicken/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 16 16:23: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 1A32316A4CE; Fri, 16 Jul 2004 16:23:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 010AE43D55; Fri, 16 Jul 2004 16:23:18 +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 i6GGNH94004521; Fri, 16 Jul 2004 16:23:17 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GGNHAF004520; Fri, 16 Jul 2004 16:23:17 GMT (envelope-from vs) Message-Id: <200407161623.i6GGNHAF004520@repoman.freebsd.org> From: Volker Stolz Date: Fri, 16 Jul 2004 16:23: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/devel/porttools 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, 16 Jul 2004 16:23:18 -0000 vs 2004-07-16 16:23:17 UTC FreeBSD ports repository Modified files: devel/porttools Makefile Log: Add missing RUN_DEPENDS on devel/newfile PR: ports/59956 Submitted by: Nicola Vitale Approved by: maintainer timeout Revision Changes Path 1.11 +2 -1 ports/devel/porttools/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 16 16:59: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 BEF4216A4D1; Fri, 16 Jul 2004 16:59:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9191A43D67; Fri, 16 Jul 2004 16:59: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 i6GGxWS2005365; Fri, 16 Jul 2004 16:59:32 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GGxW9W005364; Fri, 16 Jul 2004 16:59:32 GMT (envelope-from njl) Message-Id: <200407161659.i6GGxW9W005364@repoman.freebsd.org> From: Nate Lawson Date: Fri, 16 Jul 2004 16:59: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_video.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 16:59:34 -0000 njl 2004-07-16 16:59:32 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_video.c Log: Fix acpi_video loading. When we started cleaning up the duplicate handles left around after the PCI probe, acpi_video stopped attaching because while it was an acpi child device, it really is a PCI device. Fix this by making it a PCI child. * Remove non-handle ivars accesses since child busses only implement acpi_get_handle(). * Access the acpi softc directly through the devclass instead of through the implied parent. * Clean up a potential panic on unload by freeing the sysctl context before storing NULL in the OID. Found by: marks Revision Changes Path 1.5 +4 -5 src/sys/dev/acpica/acpi_video.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 17: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 B903B16A4CE; Fri, 16 Jul 2004 17:08:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A064C43D2D; Fri, 16 Jul 2004 17:08: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 i6GH8PTL005666; Fri, 16 Jul 2004 17:08:25 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GH8PjJ005665; Fri, 16 Jul 2004 17:08:25 GMT (envelope-from vs) Message-Id: <200407161708.i6GH8PjJ005665@repoman.freebsd.org> From: Volker Stolz Date: Fri, 16 Jul 2004 17: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/shells/flash 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, 16 Jul 2004 17:08:25 -0000 vs 2004-07-16 17:08:25 UTC FreeBSD ports repository Modified files: shells/flash Makefile distinfo Log: - Update to 0.9.5 - Fix linker-brokeness introduced by patch-aa Closes PR: ports/57143 Submitted by: Dan Mahoney Revision Changes Path 1.18 +3 -2 ports/shells/flash/Makefile 1.5 +2 -2 ports/shells/flash/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 16 17: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 585F716A4CE; Fri, 16 Jul 2004 17:15:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E87D43D39; Fri, 16 Jul 2004 17:15:37 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6GHFbwY005912; Fri, 16 Jul 2004 17:15:37 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GHFbxK005911; Fri, 16 Jul 2004 17:15:37 GMT (envelope-from harti) Message-Id: <200407161715.i6GHFbxK005911@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 16 Jul 2004 17:15: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/lib/libc/sys recv.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, 16 Jul 2004 17:15:37 -0000 harti 2004-07-16 17:15:37 UTC FreeBSD src repository Modified files: lib/libc/sys recv.2 Log: Document the MSG_DONTWAIT flag. Revision Changes Path 1.21 +8 -1 src/lib/libc/sys/recv.2 From owner-cvs-all@FreeBSD.ORG Fri Jul 16 17:42: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 23EA016A4CE; Fri, 16 Jul 2004 17:42:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A9A643D54; Fri, 16 Jul 2004 17:42:49 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6GHgmMP006565; Fri, 16 Jul 2004 17:42:48 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GHgmXT006564; Fri, 16 Jul 2004 17:42:48 GMT (envelope-from harti) Message-Id: <200407161742.i6GHgmXT006564@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 16 Jul 2004 17:42:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys socket.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, 16 Jul 2004 17:42:49 -0000 harti 2004-07-16 17:42:48 UTC FreeBSD src repository Modified files: sys/sys socket.h Log: According to POSIX sys/socket.h must define CMSG_NXTHDR but most not define NULL. This means we cannot use NULL in the definition of CMSG_NXTHDR. So replace NULL with 0. PR: kern/60309 Submitted by: Jeff King Revision Changes Path 1.82 +1 -1 src/sys/sys/socket.h From owner-cvs-all@FreeBSD.ORG Fri Jul 16 18:08: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 38B5B16A4D3; Fri, 16 Jul 2004 18:08:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E2E143D48; Fri, 16 Jul 2004 18:08:14 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6GI8D9Q007224; Fri, 16 Jul 2004 18:08:13 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GI8DnG007223; Fri, 16 Jul 2004 18:08:13 GMT (envelope-from ume) Message-Id: <200407161808.i6GI8DnG007223@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 16 Jul 2004 18:08: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/netinet tcp_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, 16 Jul 2004 18:08:14 -0000 ume 2004-07-16 18:08:13 UTC FreeBSD src repository Modified files: sys/netinet tcp_usrreq.c Log: when IN6P_AUTOFLOWLABEL is set, the flowlabel is not set on outgoing tcp connections. Reported by: Orla McGann Reviewed by: Orla McGann Obtained from: KAME Revision Changes Path 1.104 +10 -2 src/sys/netinet/tcp_usrreq.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 18: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 C192E16A4CE; Fri, 16 Jul 2004 18:18:00 +0000 (GMT) Received: from postal3.es.net (postal3.es.net [198.128.3.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DE8643D2F; Fri, 16 Jul 2004 18:18:00 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal3.es.net (Postal Node 3) with ESMTP (SSL) id IBA74465; Fri, 16 Jul 2004 11:18:00 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id B27C45D08; Fri, 16 Jul 2004 11:17:59 -0700 (PDT) To: Nate Lawson In-reply-to: Your message of "Mon, 12 Jul 2004 20:53:04 -0000." <200407122053.i6CKr4GZ031785@repoman.freebsd.org> Date: Fri, 16 Jul 2004 11:17:59 -0700 From: "Kevin Oberman" Message-Id: <20040716181759.B27C45D08@ptavv.es.net> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_battery.c acpi_cmbat.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: Fri, 16 Jul 2004 18:18:01 -0000 > From: Nate Lawson > Date: Mon, 12 Jul 2004 20:53:04 +0000 (UTC) > Sender: owner-cvs-all@freebsd.org > > njl 2004-07-12 20:53:04 UTC > > FreeBSD src repository > > Modified files: > sys/dev/acpica acpi_battery.c acpi_cmbat.c acpivar.h > Log: > Add the ability to detach a battery. Now batteries that are detached are > also removed from the battery list. > > Revision Changes Path > 1.9 +16 -0 src/sys/dev/acpica/acpi_battery.c > 1.32 +16 -1 src/sys/dev/acpica/acpi_cmbat.c > 1.77 +1 -0 src/sys/dev/acpica/acpivar.h > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > Thanks! Any hope for adding a battery? I see acpi_battery_register routine, but I suspect it is only used at boot time. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 From owner-cvs-all@FreeBSD.ORG Fri Jul 16 18:22: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 CC0B716A4CE; Fri, 16 Jul 2004 18:22:27 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D33E43D45; Fri, 16 Jul 2004 18:22:26 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-63-195-111-154.dsl.snfc21.pacbell.net [63.195.111.154]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i6GIMHra000674 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 16 Jul 2004 11:22:18 -0700 Message-ID: <40F81C8B.4010404@root.org> Date: Fri, 16 Jul 2004 11:20:59 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.6 (X11/20040518) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Oberman References: <20040716181759.B27C45D08@ptavv.es.net> In-Reply-To: <20040716181759.B27C45D08@ptavv.es.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_battery.c acpi_cmbat.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: Fri, 16 Jul 2004 18:22:28 -0000 Kevin Oberman wrote: >>From: Nate Lawson >>Date: Mon, 12 Jul 2004 20:53:04 +0000 (UTC) >>Sender: owner-cvs-all@freebsd.org >> >>njl 2004-07-12 20:53:04 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/acpica acpi_battery.c acpi_cmbat.c acpivar.h >> Log: >> Add the ability to detach a battery. Now batteries that are detached are >> also removed from the battery list. >> >> Revision Changes Path >> 1.9 +16 -0 src/sys/dev/acpica/acpi_battery.c >> 1.32 +16 -1 src/sys/dev/acpica/acpi_cmbat.c >> 1.77 +1 -0 src/sys/dev/acpica/acpivar.h > > Thanks! > > Any hope for adding a battery? I see acpi_battery_register routine, but > I suspect it is only used at boot time. Dynamic device add/remove is in my local tree. It has a few quirks in general but works ok with batteries. After some more work, it's likely I'll commit it. It is the rudimentary beginnings of docking support and drive bay swapping. -Nate From owner-cvs-all@FreeBSD.ORG Fri Jul 16 18:37: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 E895C16A4CF; Fri, 16 Jul 2004 18:37:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDA1443D39; Fri, 16 Jul 2004 18:37: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 i6GIb09L007940; Fri, 16 Jul 2004 18:37:00 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GIb0op007939; Fri, 16 Jul 2004 18:37:00 GMT (envelope-from njl) Message-Id: <200407161837.i6GIb0op007939@repoman.freebsd.org> From: Nate Lawson Date: Fri, 16 Jul 2004 18:37:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/fdc 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, 16 Jul 2004 18:37:01 -0000 njl 2004-07-16 18:37:00 UTC FreeBSD src repository Modified files: sys/modules/fdc Makefile Log: Fix the alpha (and others) module build by only building fdc_acpi.c on i386 and amd64. The only other ACPI machine (ia64) doesn't support floppy drives. Tested by: make MACHINE={pc98,i386,amd64,alpha,sparc64} Revision Changes Path 1.12 +9 -7 src/sys/modules/fdc/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 16 18:43: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 E461116A4CE; Fri, 16 Jul 2004 18:43:51 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96ED443D1D; Fri, 16 Jul 2004 18:43:51 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-63-195-111-154.dsl.snfc21.pacbell.net [63.195.111.154]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i6GIhora001044 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 16 Jul 2004 11:43:51 -0700 Message-ID: <40F82198.8060400@root.org> Date: Fri, 16 Jul 2004 11:42:32 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.6 (X11/20040518) X-Accept-Language: en-us, en MIME-Version: 1.0 To: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org References: <20040716183704.95A8916A543@hub.freebsd.org> In-Reply-To: <20040716183704.95A8916A543@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/sys/modules/fdc 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, 16 Jul 2004 18:43:52 -0000 Nate Lawson wrote: > njl 2004-07-16 18:37:00 UTC > > FreeBSD src repository > > Modified files: > sys/modules/fdc Makefile > Log: > Fix the alpha (and others) module build by only building fdc_acpi.c on > i386 and amd64. The only other ACPI machine (ia64) doesn't support > floppy drives. Tested by: make MACHINE={pc98,i386,amd64,alpha,sparc64} > > Revision Changes Path > 1.12 +9 -7 src/sys/modules/fdc/Makefile Pointed out by: gallatin From owner-cvs-all@FreeBSD.ORG Fri Jul 16 19:05: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 A8B9A16A4CE; Fri, 16 Jul 2004 19:05:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F6CC43D1D; Fri, 16 Jul 2004 19:05:40 +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 i6GJ5ebu008719; Fri, 16 Jul 2004 19:05:40 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GJ5eKM008717; Fri, 16 Jul 2004 19:05:40 GMT (envelope-from njl) Message-Id: <200407161905.i6GJ5eKM008717@repoman.freebsd.org> From: Nate Lawson Date: Fri, 16 Jul 2004 19:05: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_acad.c acpi_cmbat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 19:05:40 -0000 njl 2004-07-16 19:05:40 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_acad.c acpi_cmbat.c Log: Use ACPI_ALL_NOTIFY instead of registering handlers separately. Revision Changes Path 1.29 +3 -5 src/sys/dev/acpica/acpi_acad.c 1.34 +1 -3 src/sys/dev/acpica/acpi_cmbat.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 19: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 1683316A4CE; Fri, 16 Jul 2004 19:31:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF06B43D1F; Fri, 16 Jul 2004 19:30:59 +0000 (GMT) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6GJUx6o009401; Fri, 16 Jul 2004 19:30:59 GMT (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GJUxuw009400; Fri, 16 Jul 2004 19:30:59 GMT (envelope-from mr) Message-Id: <200407161930.i6GJUxuw009400@repoman.freebsd.org> From: Michael Reifenberger Date: Fri, 16 Jul 2004 19:30: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/rpc.lockd lock_proc.c lockd.c lockd_lock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 19:31:00 -0000 mr 2004-07-16 19:30:59 UTC FreeBSD src repository Modified files: usr.sbin/rpc.lockd lock_proc.c lockd.c lockd_lock.c Log: Forced commit to actually list the changes of bin/61718, as requested by sam. The attached patch fixes a number of problems present in rpc.lockd. 1) Nfslocklist_head.lf_first is overwritten because of an off-by-one-bug that happens when clnt_cache_next_to_use is incorrectly incremented. 2) 'struct sockaddr *addr' inside 'struct file_lock' is set to point to the result from svc_getrpccaller(). This value is malloc:ed inside the rpc libraries and is free:ed when clnt_destroy() is called. Fix, maintain a copy of the result. 3) The loop inside retry_blockingfilelocklist() that uses 3 pointers ifl, nfl, and pfl thrashes the list pointed to by blockedlocklist_head.lf_first. Fix, use a simpler loop. The new loop does not preserve list order but the order is immaterial anyways. See also revison 1.6-1.7 and kern/61122. 4) struct file_lock char client_name[SM_MAXSTRLEN]; and struct host char name[SM_MAXSTRLEN]; Be careful to not create open (non 0 terminated) C strings and later passing them to e.g syslog. Fix, make sure that the strings are always terminated with 0. When at it, move the strings to the end of the structs and make them variable length. This saves about 1000 bytes for every malloc:ed struct. 5) The newfl = malloc(sizeof(struct file_lock)) memory was never properly bzero:ed. Minor changes: A) Nlmtonlm4(0) made assumptions about struct layouts. B) Don't close stdout and stderr when debugging (-d option). C) Remove unused pid_t locker and int fd in struct file_lock. D) s/printf/debuglog/ E) Remove redundant sleep(1) and call to debuglog(). Cheers, Björn Revision Changes Path 1.16 +0 -0 src/usr.sbin/rpc.lockd/lock_proc.c 1.18 +0 -0 src/usr.sbin/rpc.lockd/lockd.c 1.16 +0 -0 src/usr.sbin/rpc.lockd/lockd_lock.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 19:41: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 D2C4B16A4CF for ; Fri, 16 Jul 2004 19:41:39 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id B41FB43D69 for ; Fri, 16 Jul 2004 19:41:39 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 1446 invoked from network); 16 Jul 2004 19:41:39 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 16 Jul 2004 19:41:38 -0000 Received: from 10.50.41.229 (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i6GJfT8v091652; Fri, 16 Jul 2004 15:41:35 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Colin Percival Date: Fri, 16 Jul 2004 15:42:39 -0400 User-Agent: KMail/1.6 References: <200407161557.i6GFvGWg003796@repoman.freebsd.org> In-Reply-To: <200407161557.i6GFvGWg003796@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407161542.40585.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_prot.c src/sys/sys systm.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, 16 Jul 2004 19:41:40 -0000 On Friday 16 July 2004 11:57 am, Colin Percival wrote: > cperciva 2004-07-16 15:57:16 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_prot.c > sys/sys systm.h > Log: > Add a SUSER_RUID flag to suser_cred. This flag indicates that we want to > check if the *real* user is the superuser (vs. the normal behaviour, > which checks the effective user). > > Reviewed by: rwatson Could we rename PRISON_ROOT to SUSER_PRISONOK or some such to be consistent? -- 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 16 19:44: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 19E1F16A4CE; Fri, 16 Jul 2004 19:44:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17A4B43D55; Fri, 16 Jul 2004 19:44:15 +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 i6GJiEef009837; Fri, 16 Jul 2004 19:44:14 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GJiEx2009836; Fri, 16 Jul 2004 19:44:14 GMT (envelope-from eik) Message-Id: <200407161944.i6GJiEx2009836@repoman.freebsd.org> From: Oliver Eikemeier Date: Fri, 16 Jul 2004 19:44:14 +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/mail Makefile ports/mail/libspf2 Makefile distinfo pkg-descr pkg-plist ports/mail/libsrs2 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, 16 Jul 2004 19:44:15 -0000 eik 2004-07-16 19:44:14 UTC FreeBSD ports repository Modified files: . modules mail Makefile Added files: mail/libspf2 Makefile distinfo pkg-descr pkg-plist mail/libsrs2 Makefile distinfo pkg-descr pkg-plist Log: Add libspf2 and libsrs2, C implementations SPF + SRS PR: 68817, 68832 Submitted by: snowchyld@mokney.org Revision Changes Path 1.10548 +2 -0 CVSROOT/modules 1.545 +2 -0 ports/mail/Makefile 1.1 +23 -0 ports/mail/libspf2/Makefile (new) 1.1 +2 -0 ports/mail/libspf2/distinfo (new) 1.1 +6 -0 ports/mail/libspf2/pkg-descr (new) 1.1 +22 -0 ports/mail/libspf2/pkg-plist (new) 1.1 +23 -0 ports/mail/libsrs2/Makefile (new) 1.1 +2 -0 ports/mail/libsrs2/distinfo (new) 1.1 +6 -0 ports/mail/libsrs2/pkg-descr (new) 1.1 +5 -0 ports/mail/libsrs2/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 16 19:47: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 7BF3B16A50F; Fri, 16 Jul 2004 19:47:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60F5043D6B; Fri, 16 Jul 2004 19:47: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 i6GJl2DG009960; Fri, 16 Jul 2004 19:47:02 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GJl2M5009959; Fri, 16 Jul 2004 19:47:02 GMT (envelope-from eik) Message-Id: <200407161947.i6GJl2M5009959@repoman.freebsd.org> From: Oliver Eikemeier Date: Fri, 16 Jul 2004 19:47: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, 16 Jul 2004 19:47:02 -0000 eik 2004-07-16 19:47:02 UTC FreeBSD doc repository (src,ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add snowchyld for mail/libspf2 and mail/libsrs2 Revision Changes Path 1.232 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 16 20:16: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 E744416A4CE; Fri, 16 Jul 2004 20:16:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD88F43D41; Fri, 16 Jul 2004 20:16:15 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6GKGFCB010832; Fri, 16 Jul 2004 20:16:15 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GKGFcI010831; Fri, 16 Jul 2004 20:16:15 GMT (envelope-from obrien) Message-Id: <200407162016.i6GKGFcI010831@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 16 Jul 2004 20:16: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/opera/files patch-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, 16 Jul 2004 20:16:16 -0000 obrien 2004-07-16 20:16:15 UTC FreeBSD ports repository Modified files: www/opera/files patch-install.sh Log: Allow installation on AMD64. Revision Changes Path 1.11 +6 -2 ports/www/opera/files/patch-install.sh From owner-cvs-all@FreeBSD.ORG Fri Jul 16 20: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 C3AAF16A4D0; Fri, 16 Jul 2004 20:22:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8D7D43D3F; Fri, 16 Jul 2004 20:22:43 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6GKMhTw011014; Fri, 16 Jul 2004 20:22:43 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GKMhUf011013; Fri, 16 Jul 2004 20:22:43 GMT (envelope-from obrien) Message-Id: <200407162022.i6GKMhUf011013@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 16 Jul 2004 20:22: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/www/opera/files patch-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, 16 Jul 2004 20:22:43 -0000 obrien 2004-07-16 20:22:43 UTC FreeBSD ports repository Modified files: www/opera/files patch-install.sh Log: Set verbose option correctly for AMD64. Revision Changes Path 1.12 +9 -0 ports/www/opera/files/patch-install.sh From owner-cvs-all@FreeBSD.ORG Fri Jul 16 20: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 2FB3F16A4CE; Fri, 16 Jul 2004 20:53:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1697B43D1F; Fri, 16 Jul 2004 20:53:01 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6GKr085011975; Fri, 16 Jul 2004 20:53:00 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GKr0MB011974; Fri, 16 Jul 2004 20:53:00 GMT (envelope-from obrien) Message-Id: <200407162053.i6GKr0MB011974@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 16 Jul 2004 20:53: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/compat/ia32 ia32_sysvec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 20:53:01 -0000 obrien 2004-07-16 20:53:00 UTC FreeBSD src repository Modified files: sys/compat/ia32 ia32_sysvec.c Log: /usr/libexec/ld-elf.so.1 -> /libexec/ld-elf32.so.1 Revision Changes Path 1.18 +1 -1 src/sys/compat/ia32/ia32_sysvec.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 21:00: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 4EED316A4CE; Fri, 16 Jul 2004 21:00:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3669743D3F; Fri, 16 Jul 2004 21:00: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 i6GL0pUV012236; Fri, 16 Jul 2004 21:00:51 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GL0pGw012235; Fri, 16 Jul 2004 21:00:51 GMT (envelope-from jhb) Message-Id: <200407162100.i6GL0pGw012235@repoman.freebsd.org> From: John Baldwin Date: Fri, 16 Jul 2004 21:00: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 kern_sig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 21:00:51 -0000 jhb 2004-07-16 21:00:51 UTC FreeBSD src repository Modified files: sys/kern kern_sig.c Log: Improve readability a bit by changing some code at the end of a function that did: if (foo) return else blah to just do the simpler if (!foo) blah instead. Revision Changes Path 1.285 +2 -6 src/sys/kern/kern_sig.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 21:01: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 3C77416A4CE; Fri, 16 Jul 2004 21:01:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2210643D3F; Fri, 16 Jul 2004 21:01: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 i6GL1r69012289; Fri, 16 Jul 2004 21:01:53 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GL1qBc012288; Fri, 16 Jul 2004 21:01:52 GMT (envelope-from jhb) Message-Id: <200407162101.i6GL1qBc012288@repoman.freebsd.org> From: John Baldwin Date: Fri, 16 Jul 2004 21:01: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/kern kern_thread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 21:01:53 -0000 jhb 2004-07-16 21:01:52 UTC FreeBSD src repository Modified files: sys/kern kern_thread.c Log: Whitespace fix. Revision Changes Path 1.188 +1 -1 src/sys/kern/kern_thread.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 21: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 F267316A4CE; Fri, 16 Jul 2004 21:04:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF5C843D31; Fri, 16 Jul 2004 21:04:55 +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 i6GL4tFj012396; Fri, 16 Jul 2004 21:04:55 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GL4tLO012395; Fri, 16 Jul 2004 21:04:55 GMT (envelope-from jhb) Message-Id: <200407162104.i6GL4tLO012395@repoman.freebsd.org> From: John Baldwin Date: Fri, 16 Jul 2004 21:04: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/kern kern_kse.c kern_switch.c kern_synch.c sched_4bsd.c sched_ule.c subr_prof.c subr_trap.c src/sys/sys proc.h 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, 16 Jul 2004 21:04:56 -0000 jhb 2004-07-16 21:04:55 UTC FreeBSD src repository Modified files: sys/kern kern_kse.c kern_switch.c kern_synch.c sched_4bsd.c sched_ule.c subr_prof.c subr_trap.c sys/sys proc.h resourcevar.h Log: - Move TDF_OWEPREEMPT, TDF_OWEUPC, and TDF_USTATCLOCK over to td_pflags since they are only accessed by curthread and thus do not need any locking. - Move pr_addr and pr_ticks out of struct uprof (which is per-process) and directly into struct thread as td_profil_addr and td_profil_ticks as these variables are really per-thread. (They are used to defer an addupc_intr() that was too "hard" until ast()). Revision Changes Path 1.185 +4 -5 src/sys/kern/kern_kse.c 1.71 +6 -3 src/sys/kern/kern_switch.c 1.254 +2 -1 src/sys/kern/kern_synch.c 1.45 +2 -1 src/sys/kern/sched_4bsd.c 1.116 +2 -1 src/sys/kern/sched_ule.c 1.74 +4 -3 src/sys/kern/subr_prof.c 1.269 +5 -5 src/sys/kern/subr_trap.c 1.387 +6 -3 src/sys/sys/proc.h 1.43 +0 -2 src/sys/sys/resourcevar.h From owner-cvs-all@FreeBSD.ORG Fri Jul 16 21: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 9E77916A4CF; Fri, 16 Jul 2004 21:38:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81EC843D53; Fri, 16 Jul 2004 21:38:48 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6GLcmZk013406; Fri, 16 Jul 2004 21:38:48 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GLcmIh013405; Fri, 16 Jul 2004 21:38:48 GMT (envelope-from alc) Message-Id: <200407162138.i6GLcmIh013405@repoman.freebsd.org> From: Alan Cox Date: Fri, 16 Jul 2004 21:38: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/alpha/alpha 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: Fri, 16 Jul 2004 21:38:48 -0000 alc 2004-07-16 21:38:48 UTC FreeBSD src repository Modified files: sys/alpha/alpha pmap.c Log: Remove dead or unused code, such as spl calls. Revision Changes Path 1.159 +0 -25 src/sys/alpha/alpha/pmap.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 21: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 6881B16A4CE; Fri, 16 Jul 2004 21:46:16 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D1CF43D54; Fri, 16 Jul 2004 21:46:16 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 504435C92A; Fri, 16 Jul 2004 14:46:16 -0700 (PDT) Date: Fri, 16 Jul 2004 14:46:16 -0700 From: Alfred Perlstein To: Clement Laforet Message-ID: <20040716214616.GB95729@elvis.mu.org> References: <200407161250.i6GCoBuI098317@repoman.freebsd.org> <20040716153819.4f4018a1.sheepkiller@cultdeadsheep.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040716153819.4f4018a1.sheepkiller@cultdeadsheep.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: Michael Reifenberger cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/rpc.lockd lock_proc.c lockd.c lockd_lock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 21:46:16 -0000 * Clement Laforet [040716 06:38] wrote: > On Fri, 16 Jul 2004 12:50:11 +0000 (UTC) > Michael Reifenberger wrote: > > > mr 2004-07-16 12:50:11 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.sbin/rpc.lockd lock_proc.c lockd.c lockd_lock.c > > Log: > > After talking to Colin, > > apply the patch of bin/61718 (which should include/elimatate kern/61122 also). > > It seems to fix a few annoying bugs. > > Thanks! Hrm, in the future I'd like a headsup when committing here, I know a lot about this code. -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Fri Jul 16 21:47: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 3B58816A4CF; Fri, 16 Jul 2004 21:47:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F7BC43D55; Fri, 16 Jul 2004 21:47:44 +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 i6GLliU6013690; Fri, 16 Jul 2004 21:47:44 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GLlhg3013689; Fri, 16 Jul 2004 21:47:43 GMT (envelope-from alfred) Message-Id: <200407162147.i6GLlhg3013689@repoman.freebsd.org> From: Alfred Perlstein Date: Fri, 16 Jul 2004 21:47: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 MAINTAINERS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 21:47:44 -0000 alfred 2004-07-16 21:47:43 UTC FreeBSD src repository Modified files: . MAINTAINERS Log: Request that diffs against nfs, rpc and rpc.lockd are run by me. Revision Changes Path 1.93 +3 -1 src/MAINTAINERS From owner-cvs-all@FreeBSD.ORG Fri Jul 16 21:48: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 3821E16A4CF; Fri, 16 Jul 2004 21:48:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C28643D2D; Fri, 16 Jul 2004 21:48:31 +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 i6GLmU2J013741; Fri, 16 Jul 2004 21:48:30 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GLmUMX013740; Fri, 16 Jul 2004 21:48:30 GMT (envelope-from ps) Message-Id: <200407162148.i6GLmUMX013740@repoman.freebsd.org> From: Paul Saab Date: Fri, 16 Jul 2004 21:48: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/amd64/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 21:48:31 -0000 ps 2004-07-16 21:48:30 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC Log: Fix the build. pcm is no more. Revision Changes Path 1.413 +0 -4 src/sys/amd64/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Fri Jul 16 21: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 516A616A4CE; Fri, 16 Jul 2004 21:53:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 353D343D5A; Fri, 16 Jul 2004 21:53: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 i6GLrqED013960; Fri, 16 Jul 2004 21:53:52 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GLrqZx013959; Fri, 16 Jul 2004 21:53:52 GMT (envelope-from thierry) Message-Id: <200407162153.i6GLrqZx013959@repoman.freebsd.org> From: Thierry Thomas Date: Fri, 16 Jul 2004 21: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/misc/pear-Services_Weather 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, 16 Jul 2004 21:53:52 -0000 thierry 2004-07-16 21:53:52 UTC FreeBSD ports repository Modified files: misc/pear-Services_Weather Makefile distinfo Log: Upgrading to 1.3.0. Revision Changes Path 1.2 +4 -3 ports/misc/pear-Services_Weather/Makefile 1.2 +2 -2 ports/misc/pear-Services_Weather/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 16 21:54: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 B9F6216A4CF; Fri, 16 Jul 2004 21:54:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DDDB43D5D; Fri, 16 Jul 2004 21:54:29 +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 i6GLsTH6014012; Fri, 16 Jul 2004 21:54:29 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GLsTd3014011; Fri, 16 Jul 2004 21:54:29 GMT (envelope-from thierry) Message-Id: <200407162154.i6GLsTd3014011@repoman.freebsd.org> From: Thierry Thomas Date: Fri, 16 Jul 2004 21:54: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/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: Fri, 16 Jul 2004 21:54:30 -0000 thierry 2004-07-16 21:54:29 UTC FreeBSD ports repository Modified files: devel/pear-XML_Serializer Makefile distinfo Log: Upgrading to 0.10.1. Revision Changes Path 1.6 +6 -6 ports/devel/pear-XML_Serializer/Makefile 1.5 +2 -2 ports/devel/pear-XML_Serializer/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 16 21:55: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 C382716A4CE; Fri, 16 Jul 2004 21:55:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A886A43D49; Fri, 16 Jul 2004 21:55:04 +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 i6GLt4uu014066; Fri, 16 Jul 2004 21:55:04 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GLt4MY014065; Fri, 16 Jul 2004 21:55:04 GMT (envelope-from thierry) Message-Id: <200407162155.i6GLt4MY014065@repoman.freebsd.org> From: Thierry Thomas Date: Fri, 16 Jul 2004 21: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/pear-DB 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, 16 Jul 2004 21:55:04 -0000 thierry 2004-07-16 21:55:04 UTC FreeBSD ports repository Modified files: databases/pear-DB Makefile distinfo Log: Upgrading to 1.6.5. Revision Changes Path 1.12 +1 -1 ports/databases/pear-DB/Makefile 1.10 +2 -2 ports/databases/pear-DB/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 16 21:55: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 9E3CD16A4D3; Fri, 16 Jul 2004 21:55:34 +0000 (GMT) Received: from pd3mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27DBD43D2D; Fri, 16 Jul 2004 21:55:34 +0000 (GMT) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from pd3mr2so.prod.shaw.ca (pd3mr2so-ser.prod.shaw.ca [10.0.141.178])2003)) with ESMTP id <0I0Y00HIISE1O1@l-daemon>; Fri, 16 Jul 2004 15:44:25 -0600 (MDT) Received: from pn2ml6so.prod.shaw.ca ([10.0.121.150]) by pd3mr2so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I0Y00LLUSE1MWQ0@pd3mr2so.prod.shaw.ca>; Fri, 16 Jul 2004 15:44:25 -0600 (MDT) Received: from piii600.wadham.ox.ac.uk (S0106006067227a4a.vc.shawcable.net [24.87.233.42])2003)) with ESMTP id <0I0Y0017ESDZNE@l-daemon>; Fri, 16 Jul 2004 15:44:25 -0600 (MDT) Date: Fri, 16 Jul 2004 14:44:12 -0700 From: Colin Percival In-reply-to: <200407161542.40585.jhb@FreeBSD.org> X-Sender: cperciva@popserver.sfu.ca (Unverified) To: John Baldwin Message-id: <6.1.0.6.1.20040716143932.040665d0@popserver.sfu.ca> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Content-type: text/plain; charset=us-ascii References: <200407161557.i6GFvGWg003796@repoman.freebsd.org> <200407161542.40585.jhb@FreeBSD.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Colin Percival Subject: Re: cvs commit: src/sys/kern kern_prot.c src/sys/sys systm.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, 16 Jul 2004 21:55:35 -0000 At 12:42 16/07/2004, John Baldwin wrote: >On Friday 16 July 2004 11:57 am, Colin Percival wrote: >> Log: >> Add a SUSER_RUID flag to suser_cred. This flag indicates that we want to >> check if the *real* user is the superuser (vs. the normal behaviour, >> which checks the effective user). > >Could we rename PRISON_ROOT to SUSER_PRISONOK or some such to be consistent? I'd be happy to do this; should I simply add the new name, or should I make the substitution across the entire tree? Colin Percival From owner-cvs-all@FreeBSD.ORG Fri Jul 16 21: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 7D48416A4CE; Fri, 16 Jul 2004 21:55:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 616F643D2D; Fri, 16 Jul 2004 21:55:47 +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 i6GLtlTd014153; Fri, 16 Jul 2004 21:55:47 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GLtlCP014152; Fri, 16 Jul 2004 21:55:47 GMT (envelope-from thierry) Message-Id: <200407162155.i6GLtlCP014152@repoman.freebsd.org> From: Thierry Thomas Date: Fri, 16 Jul 2004 21:55: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/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: Fri, 16 Jul 2004 21:55:47 -0000 thierry 2004-07-16 21:55:47 UTC FreeBSD ports repository Modified files: www/pear-HTTP Makefile distinfo Log: Upgrading to 1.3.1. Revision Changes Path 1.5 +1 -1 ports/www/pear-HTTP/Makefile 1.4 +2 -2 ports/www/pear-HTTP/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 16 22:02: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 383F716A4CE; Fri, 16 Jul 2004 22:02:57 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id E13D343D1D; Fri, 16 Jul 2004 22:02:56 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6GM8can043067; Fri, 16 Jul 2004 16:08:39 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40F8504B.6020705@freebsd.org> Date: Fri, 16 Jul 2004 16:01:47 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alfred Perlstein References: <200407162147.i6GLlhg3013689@repoman.freebsd.org> In-Reply-To: <200407162147.i6GLlhg3013689@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 MAINTAINERS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 22:02:57 -0000 Alfred Perlstein wrote: > alfred 2004-07-16 21:47:43 UTC > > FreeBSD src repository > > Modified files: > . MAINTAINERS > Log: > Request that diffs against nfs, rpc and rpc.lockd are run by me. > > Revision Changes Path > 1.93 +3 -1 src/MAINTAINERS Can I assign the rpc.lockd TODO items to you? If not, then who can we say is the true maintainer? Scott From owner-cvs-all@FreeBSD.ORG Fri Jul 16 22:04: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 B812B16A4CE; Fri, 16 Jul 2004 22:04:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98A1F43D5E; Fri, 16 Jul 2004 22:04:29 +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 i6GM4TMf014368; Fri, 16 Jul 2004 22:04:29 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GM4T1V014367; Fri, 16 Jul 2004 22:04:29 GMT (envelope-from mux) Message-Id: <200407162204.i6GM4T1V014367@repoman.freebsd.org> From: Maxime Henrion Date: Fri, 16 Jul 2004 22:04: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/isa psm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 22:04:30 -0000 mux 2004-07-16 22:04:29 UTC FreeBSD src repository Modified files: sys/isa psm.c Log: Ignore more strange return values of the test_aux_port() function, because some notebooks (apparently Compaq, Toshiba and Acer ones) erroneously return 2 or 3 there. PR: kern/61482, kern/54188 Submitted by: Ulf Lilleengen , Victor Balada Diaz MFC after: 3 days Revision Changes Path 1.70 +10 -6 src/sys/isa/psm.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 22:18: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 C4B3916A4CE; Fri, 16 Jul 2004 22:18:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA3D543D49; Fri, 16 Jul 2004 22:18:49 +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 i6GMInjT014783; Fri, 16 Jul 2004 22:18:49 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GMInod014782; Fri, 16 Jul 2004 22:18:49 GMT (envelope-from clement) Message-Id: <200407162218.i6GMInod014782@repoman.freebsd.org> From: Clement Laforet Date: Fri, 16 Jul 2004 22:18: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/devel/dotconf 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, 16 Jul 2004 22:18:49 -0000 clement 2004-07-16 22:18:49 UTC FreeBSD ports repository Modified files: devel/dotconf Makefile pkg-plist Log: - fix pkg-config dotconf PR: ports/69146 Submitted by: Konstantin Oznobihin Revision Changes Path 1.18 +2 -0 ports/devel/dotconf/Makefile 1.10 +2 -2 ports/devel/dotconf/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 16 22: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 3F90316A4CE; Fri, 16 Jul 2004 22:42:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A6C243D2D; Fri, 16 Jul 2004 22:42:01 +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 i6GMg1Ww015470; Fri, 16 Jul 2004 22:42:01 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GMg1s8015469; Fri, 16 Jul 2004 22:42:01 GMT (envelope-from marcus) Message-Id: <200407162242.i6GMg1s8015469@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 16 Jul 2004 22:42: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/net Makefile ports/net/vino Makefile distinfo pkg-descr pkg-plist ports/net/vino/files patch-server_libvncserver_rfb_rfbproto.h patch-server_vino-fb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 22:42:01 -0000 marcus 2004-07-16 22:42:01 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/vino Makefile distinfo pkg-descr pkg-plist net/vino/files patch-server_libvncserver_rfb_rfbproto.h patch-server_vino-fb.c Log: Add vino, a VNC server for the GNOME desktop that allows one to control their desktop from remote using the RFB protocol. Submitted by: Tom McLaughlin Revision Changes Path 1.1320 +1 -0 ports/net/Makefile 1.1 +27 -0 ports/net/vino/Makefile (new) 1.1 +2 -0 ports/net/vino/distinfo (new) 1.1 +12 -0 ports/net/vino/files/patch-server_libvncserver_rfb_rfbproto.h (new) 1.1 +10 -0 ports/net/vino/files/patch-server_vino-fb.c (new) 1.1 +4 -0 ports/net/vino/pkg-descr (new) 1.1 +22 -0 ports/net/vino/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 16 22: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 3136116A4CE; Fri, 16 Jul 2004 22:42:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1563243D39; Fri, 16 Jul 2004 22:42: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 i6GMg9AN015520; Fri, 16 Jul 2004 22:42:09 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GMg9mu015519; Fri, 16 Jul 2004 22:42:09 GMT (envelope-from marcus) Message-Id: <200407162242.i6GMg9mu015519@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 16 Jul 2004 22:42:09 +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, 16 Jul 2004 22:42:10 -0000 marcus 2004-07-16 22:42:09 UTC FreeBSD ports repository Modified files: . modules Log: vino --> ports/net/vino Revision Changes Path 1.10549 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 16 22: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 C2BDC16A4CE; Fri, 16 Jul 2004 22:54:30 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABC2743D5C; Fri, 16 Jul 2004 22:54:30 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id A311D5C91B; Fri, 16 Jul 2004 15:54:30 -0700 (PDT) Date: Fri, 16 Jul 2004 15:54:30 -0700 From: Alfred Perlstein To: Scott Long Message-ID: <20040716225430.GD95729@elvis.mu.org> References: <200407162147.i6GLlhg3013689@repoman.freebsd.org> <40F8504B.6020705@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40F8504B.6020705@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 MAINTAINERS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Jul 2004 22:54:30 -0000 * Scott Long [040716 15:02] wrote: > Alfred Perlstein wrote: > > >alfred 2004-07-16 21:47:43 UTC > > > > FreeBSD src repository > > > > Modified files: > > . MAINTAINERS > > Log: > > Request that diffs against nfs, rpc and rpc.lockd are run by me. > > > > Revision Changes Path > > 1.93 +3 -1 src/MAINTAINERS > > Can I assign the rpc.lockd TODO items to you? If not, then who can we > say is the true maintainer? Let me explain, jerky. The year and a half I spent consulting at Apple I saw them take our rpc.lockd from something very beta to a fully production lockd. I didn't do this work myself, it was done by a collegue. I did, however review nearly all of his work. So, I do not have time to handle this list of items, but I will put forward an effort to give advice and help out when diffs are put forward. My goal being to gatekeeper to make sure there aren't any regressions, or to suggest an alternate solution if I can recall a better one. Unless you want me to wash my hands of it all? -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Fri Jul 16 23:07: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 3414016A4CE; Fri, 16 Jul 2004 23:07:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 189D843D1F; Fri, 16 Jul 2004 23:07:39 +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 i6GN7c9g016217; Fri, 16 Jul 2004 23:07:38 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GN7c6f016216; Fri, 16 Jul 2004 23:07:38 GMT (envelope-from imp) Message-Id: <200407162307.i6GN7c6f016216@repoman.freebsd.org> From: Warner Losh Date: Fri, 16 Jul 2004 23: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/sys/dev/fdc fdc_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: Fri, 16 Jul 2004 23:07:39 -0000 imp 2004-07-16 23:07:38 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc_isa.c Log: Be consistant with probe Revision Changes Path 1.8 +1 -2 src/sys/dev/fdc/fdc_isa.c From owner-cvs-all@FreeBSD.ORG Fri Jul 16 23:14: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 98E9716A4CE; Fri, 16 Jul 2004 23:14:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79BD143D3F; Fri, 16 Jul 2004 23:14: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 i6GNETiN016431; Fri, 16 Jul 2004 23:14:29 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GNETjr016430; Fri, 16 Jul 2004 23:14:29 GMT (envelope-from marcus) Message-Id: <200407162314.i6GNETjr016430@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 16 Jul 2004 23:14: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/mail/balsa2 Makefile ports/mail/balsa2/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, 16 Jul 2004 23:14:29 -0000 marcus 2004-07-16 23:14:29 UTC FreeBSD ports repository Modified files: mail/balsa2 Makefile Removed files: mail/balsa2/files patch-ltmain.sh Log: * Re-add USE_LIBLTDL that was mistakenly removed when upgrading to 2.0.18 * Use the ports version of libtool-1.5 Revision Changes Path 1.101 +2 -1 ports/mail/balsa2/Makefile 1.8 +0 -51 ports/mail/balsa2/files/patch-ltmain.sh (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 16 23:21: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 1D9B416A4CE; Fri, 16 Jul 2004 23:21:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01D5B43D1F; Fri, 16 Jul 2004 23:21: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 i6GNLIrD016680; Fri, 16 Jul 2004 23:21:18 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6GNLIfa016679; Fri, 16 Jul 2004 23:21:18 GMT (envelope-from marcus) Message-Id: <200407162321.i6GNLIfa016679@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 16 Jul 2004 23:21:18 +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/portbuild 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: Fri, 16 Jul 2004 23:21:19 -0000 marcus 2004-07-16 23:21:18 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/portbuild article.sgml Log: Add a missing single quote, and correct the find command so that bzip2'd logfiles will also be found. Submitted by: Dmitry Morozovsky Revision Changes Path 1.4 +3 -3 doc/en_US.ISO8859-1/articles/portbuild/article.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 17 00:26: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 B4DC116A4CE; Sat, 17 Jul 2004 00:26:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95E9343D31; Sat, 17 Jul 2004 00:26:31 +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 i6H0QV6v018230; Sat, 17 Jul 2004 00:26:31 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H0QVrs018229; Sat, 17 Jul 2004 00:26:31 GMT (envelope-from alfred) Message-Id: <200407170026.i6H0QVrs018229@repoman.freebsd.org> From: Alfred Perlstein Date: Sat, 17 Jul 2004 00: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/bin/date date.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, 17 Jul 2004 00:26:31 -0000 alfred 2004-07-17 00:26:31 UTC FreeBSD src repository Modified files: bin/date date.1 Log: Give the most awesome example of how to parse the output of date back into epoch time. Everytime I'm asked to do this by someone I have to spend about ten minutes recreating the same command line. So record it under examples. Revision Changes Path 1.67 +8 -0 src/bin/date/date.1 From owner-cvs-all@FreeBSD.ORG Sat Jul 17 01: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 B7B7016A4CE; Sat, 17 Jul 2004 01:07:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AECF643D1D; Sat, 17 Jul 2004 01:07:53 +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 i6H17rJZ019305; Sat, 17 Jul 2004 01:07:53 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H17rub019304; Sat, 17 Jul 2004 01:07:53 GMT (envelope-from brian) Message-Id: <200407170107.i6H17rub019304@repoman.freebsd.org> From: Brian Somers Date: Sat, 17 Jul 2004 01:07: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/ppp command.c ipcp.c log.c log.h ppp.8.m4 radius.c radius.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, 17 Jul 2004 01:07:53 -0000 brian 2004-07-17 01:07:53 UTC FreeBSD src repository Modified files: usr.sbin/ppp command.c ipcp.c log.c log.h ppp.8.m4 radius.c radius.h Log: Support a ``set rad_alive N'' command to enable periodic RADIUS accounting information being sent to the RADIUS server. Logging of RADIUS accounting information moves to a ``set log [+-]radius'' level, along with the RADIUS alive info, and the version number is bumped to 3.2 to reflect this. Mostly submitted by: alx@sm.ukrtel.net (back in January) MFC after: 3 weeks Revision Changes Path 1.299 +30 -3 src/usr.sbin/ppp/command.c 1.120 +5 -3 src/usr.sbin/ppp/ipcp.c 1.53 +1 -0 src/usr.sbin/ppp/log.c 1.34 +10 -9 src/usr.sbin/ppp/log.h 1.311 +18 -0 src/usr.sbin/ppp/ppp.8.m4 1.47 +118 -27 src/usr.sbin/ppp/radius.c 1.20 +8 -0 src/usr.sbin/ppp/radius.h From owner-cvs-all@FreeBSD.ORG Sat Jul 17 01:48: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 4A7B616A4CE; Sat, 17 Jul 2004 01:48:54 +0000 (GMT) Received: from mgate12.so-net.ne.jp (mgate12.so-net.ne.jp [210.139.254.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id E098043D2D; Sat, 17 Jul 2004 01:48:52 +0000 (GMT) (envelope-from sanewo@ba2.so-net.ne.jp) Received: from mail.ba2.so-net.ne.jp (mspool28.so-net.ne.jp [210.139.248.26]) by mgate12.so-net.ne.jp with ESMTP id i6H1mp516358; Sat, 17 Jul 2004 10:48:51 +0900 (JST) Received: from Venus (p6e80fa.tkyoac00.ap.so-net.ne.jp [218.110.128.250]) by mail.ba2.so-net.ne.jp with SMTP id i6H1mmj05906; Sat, 17 Jul 2004 10:48:48 +0900 (JST) Message-ID: <008601c46ba0$3115ace0$1400a8c0@Venus> From: "SANETO Takanori" To: "Edwin Groothuis" , , , References: <200407161050.i6GAoo9c094922@repoman.freebsd.org> Date: Sat, 17 Jul 2004 10:48:40 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 x-mimeole: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Re: cvs commit: ports/math/gnuplot+ Makefile ports/math/gnuplot+/files patch-za X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 01:48:54 -0000 Although PR's patch was correct, commited patch wasn't. There is extra "(" before "defined(__i386__)". ----- Original Message ----- From: "Edwin Groothuis" To: ; ; Sent: Friday, July 16, 2004 7:50 PM Subject: cvs commit: ports/math/gnuplot+ Makefile ports/math/gnuplot+/files patch-za > edwin 2004-07-16 10:50:50 UTC > > FreeBSD ports repository > > Modified files: > math/gnuplot+ Makefile > math/gnuplot+/files patch-za > Log: > [math/gnuplot+] fix amd64 build failure > > It is marked BROKEN on amd64 because FreeBSD/amd64 does not > have some IEEE FP functions like fpresetsticky(). The build > failure log is now available at > http://pointyhat.freebsd.org/errorlogs/amd64-5-full/gnuplot371+-1.2.0_1.log > > I found file/patch-za causes the problem. The feature of > this patch as reported in ports/16120 can take effect only > on FreeBSD/i386. > > PR: ports/69143 > Submitted by: NAKAJI Hiroyuki > > Revision Changes Path > 1.26 +2 -8 ports/math/gnuplot+/Makefile > 1.3 +6 -6 ports/math/gnuplot+/files/patch-za > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > From owner-cvs-all@FreeBSD.ORG Sat Jul 17 01: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 9508716A4CE; Sat, 17 Jul 2004 01:57:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 740EE43D46; Sat, 17 Jul 2004 01:57: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 i6H1vq4I020534; Sat, 17 Jul 2004 01:57:52 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H1vqZi020533; Sat, 17 Jul 2004 01:57:52 GMT (envelope-from edwin) Message-Id: <200407170157.i6H1vqZi020533@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 17 Jul 2004 01: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/math/gnuplot+/files patch-za X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 01:57:52 -0000 edwin 2004-07-17 01:57:52 UTC FreeBSD ports repository Modified files: math/gnuplot+/files patch-za Log: Fix patch-file. Noticed by: SANETO Takanori Revision Changes Path 1.4 +6 -6 ports/math/gnuplot+/files/patch-za From owner-cvs-all@FreeBSD.ORG Sat Jul 17 01:59: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 A85EA16A4CE; Sat, 17 Jul 2004 01:59:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8741843D5F; Sat, 17 Jul 2004 01:59:30 +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 i6H1xU3n020641; Sat, 17 Jul 2004 01:59:30 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H1xULD020640; Sat, 17 Jul 2004 01:59:30 GMT (envelope-from vanilla) Message-Id: <200407170159.i6H1xULD020640@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 17 Jul 2004 01:59: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 Makefile ports/devel/p5-Spoon 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, 17 Jul 2004 01:59:30 -0000 vanilla 2004-07-17 01:59:30 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Spoon Makefile distinfo pkg-descr pkg-plist Log: Add p5-Spoon 0.16, a Spiffy Application Building Framework. PR: ports/69140 Submitted by: Cheng-Lung Sung Revision Changes Path 1.1612 +1 -0 ports/devel/Makefile 1.1 +47 -0 ports/devel/p5-Spoon/Makefile (new) 1.1 +2 -0 ports/devel/p5-Spoon/distinfo (new) 1.1 +14 -0 ports/devel/p5-Spoon/pkg-descr (new) 1.1 +19 -0 ports/devel/p5-Spoon/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 02:01: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 813B516A4CF; Sat, 17 Jul 2004 02:01:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6074343D3F; Sat, 17 Jul 2004 02:01:50 +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 i6H21olN020777; Sat, 17 Jul 2004 02:01:50 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H21o5d020776; Sat, 17 Jul 2004 02:01:50 GMT (envelope-from vanilla) Message-Id: <200407170201.i6H21o5d020776@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 17 Jul 2004 02:01: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: Sat, 17 Jul 2004 02:01:50 -0000 vanilla 2004-07-17 02:01:50 UTC FreeBSD ports repository Modified files: . modules Log: Add devel/p5-Spoon. Revision Changes Path 1.10550 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 17 02:40: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 9E57E16A4CE; Sat, 17 Jul 2004 02:40:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95EA843D48; Sat, 17 Jul 2004 02:40:14 +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 i6H2eEXt021684; Sat, 17 Jul 2004 02:40:14 GMT (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H2eEHO021683; Sat, 17 Jul 2004 02:40:14 GMT (envelope-from jmallett) Message-Id: <200407170240.i6H2eEHO021683@repoman.freebsd.org> From: Juli Mallett Date: Sat, 17 Jul 2004 02:40: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/netinet ip_fw2.c src/sys/sys mbuf.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, 17 Jul 2004 02:40:14 -0000 jmallett 2004-07-17 02:40:14 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c sys/sys mbuf.h Log: Make M_SKIP_FIREWALL a global (and semantic) flag, preventing anything from using M_PROTO6 and possibly shooting someone's foot, as well as allowing the firewall to be used in multiple passes, or with a packet classifier frontend, that may need to explicitly allow a certain packet. Presently this is handled in the ipfw_chk code as before, though I have run with it moved to upper layers, and possibly it should apply to ipfilter and pf as well, though this has not been investigated. Discussed with: luigi, rwatson Revision Changes Path 1.65 +0 -12 src/sys/netinet/ip_fw2.c 1.151 +2 -2 src/sys/sys/mbuf.h From owner-cvs-all@FreeBSD.ORG Sat Jul 17 03:37: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 D6EBE16A4CE; Sat, 17 Jul 2004 03:37:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B76DB43D54; Sat, 17 Jul 2004 03:37:31 +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 i6H3bV5J023477; Sat, 17 Jul 2004 03:37:31 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H3bV8E023476; Sat, 17 Jul 2004 03:37:31 GMT (envelope-from tjr) Message-Id: <200407170337.i6H3bV8E023476@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 17 Jul 2004 03:37: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/usr.bin/sed sed.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, 17 Jul 2004 03:37:32 -0000 tjr 2004-07-17 03:37:31 UTC FreeBSD src repository Modified files: usr.bin/sed sed.1 Log: Document the limitation that multibyte characters cannot be used as delimiters with the 's' and 'y' commands. Revision Changes Path 1.37 +6 -1 src/usr.bin/sed/sed.1 From owner-cvs-all@FreeBSD.ORG Sat Jul 17 03:40: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 86F6016A4CE; Sat, 17 Jul 2004 03:40:28 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3A5543D2D; Sat, 17 Jul 2004 03:40:27 +0000 (GMT) (envelope-from max@love2party.net) Received: from [212.227.126.155] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1Blg3n-0001CV-00; Sat, 17 Jul 2004 05:40:27 +0200 Received: from [217.227.153.122] (helo=donor.laier.local) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1Blg3n-0001wY-00; Sat, 17 Jul 2004 05:40:27 +0200 From: Max Laier To: Juli Mallett Date: Sat, 17 Jul 2004 05:38:07 +0200 User-Agent: KMail/1.6.2 References: <200407170240.i6H2eEHO021683@repoman.freebsd.org> In-Reply-To: <200407170240.i6H2eEHO021683@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_m8J+ADUU83mSe6A"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407170538.14572.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:61c499deaeeba3ba5be80f48ecc83056 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c src/sys/sys mbuf.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, 17 Jul 2004 03:40:28 -0000 --Boundary-02=_m8J+ADUU83mSe6A Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 17 July 2004 04:40, Juli Mallett wrote: > jmallett 2004-07-17 02:40:14 UTC > > FreeBSD src repository > > Modified files: > sys/netinet ip_fw2.c > sys/sys mbuf.h > Log: > Make M_SKIP_FIREWALL a global (and semantic) flag, preventing anything > from using M_PROTO6 and possibly shooting someone's foot, as well as > allowing the firewall to be used in multiple passes, or with a packet > classifier frontend, that may need to explicitly allow a certain packet.= =20 > Presently this is handled in the ipfw_chk code as before, though I have r= un > with it moved to upper layers, and possibly it should apply to ipfilter a= nd > pf as well, though this has not been investigated. pf does something to the same effect by prepending a mbuf with the=20 "PACKET_TAG_PF_GENERATED" mbuf_tag to skip processing for its own packets. = If=20 we can agree that the presence of M_SKIP_FIREWALL is copied to icmp error=20 messages I will happily replace the mbuf tag with the more general flag=20 (which will perform significantly better, I believe). Please tell me what y= ou=20 think of this. =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --Boundary-02=_m8J+ADUU83mSe6A Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBA+J8mXyyEoT62BG0RAie9AJ9IKmgM3An5FItJ151HJIgFuD+RmQCeNQb/ PRjAI+1mkkuTn/DbDPhNsqc= =I51E -----END PGP SIGNATURE----- --Boundary-02=_m8J+ADUU83mSe6A-- From owner-cvs-all@FreeBSD.ORG Sat Jul 17 04:01: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 9CE1E16A4CE; Sat, 17 Jul 2004 04:01:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D57743D41; Sat, 17 Jul 2004 04:01:29 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6H41Tew024103; Sat, 17 Jul 2004 04:01:29 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H41T5G024102; Sat, 17 Jul 2004 04:01:29 GMT (envelope-from alc) Message-Id: <200407170401.i6H41T5G024102@repoman.freebsd.org> From: Alan Cox Date: Sat, 17 Jul 2004 04:01: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/alpha/alpha 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: Sat, 17 Jul 2004 04:01:29 -0000 alc 2004-07-17 04:01:29 UTC FreeBSD src repository Modified files: sys/alpha/alpha pmap.c Log: MFamd64 revision 1.478 Simplify pmap_remove_pages(), eliminating unnecessary indirection. Revision Changes Path 1.160 +5 -6 src/sys/alpha/alpha/pmap.c From owner-cvs-all@FreeBSD.ORG Sat Jul 17 04:04: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 4CDE516A4CE; Sat, 17 Jul 2004 04:04:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D05743D3F; Sat, 17 Jul 2004 04:04:31 +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 i6H44Vom024250; Sat, 17 Jul 2004 04:04:31 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H44Vuj024249; Sat, 17 Jul 2004 04:04:31 GMT (envelope-from tjr) Message-Id: <200407170404.i6H44Vuj024249@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 17 Jul 2004 04:04: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/usr.bin/apply apply.1 src/usr.bin/finger finger.1 src/usr.bin/fmt fmt.1 src/usr.bin/look look.1 src/usr.bin/wall wall.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, 17 Jul 2004 04:04:31 -0000 tjr 2004-07-17 04:04:31 UTC FreeBSD src repository Modified files: usr.bin/apply apply.1 usr.bin/finger finger.1 usr.bin/fmt fmt.1 usr.bin/look look.1 usr.bin/wall wall.1 Log: Document incorrect handling of multibyte characters. Revision Changes Path 1.15 +5 -1 src/usr.bin/apply/apply.1 1.30 +5 -1 src/usr.bin/finger/finger.1 1.12 +3 -1 src/usr.bin/fmt/fmt.1 1.12 +5 -1 src/usr.bin/look/look.1 1.10 +5 -1 src/usr.bin/wall/wall.1 From owner-cvs-all@FreeBSD.ORG Sat Jul 17 04:15: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 D910F16A4D0; Sat, 17 Jul 2004 04:15:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA67143D55; Sat, 17 Jul 2004 04:15:27 +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 i6H4FRxm024603; Sat, 17 Jul 2004 04:15:27 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H4FRjN024602; Sat, 17 Jul 2004 04:15:27 GMT (envelope-from tjr) Message-Id: <200407170415.i6H4FRjN024602@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 17 Jul 2004 04:15: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/usr.bin/write write.1 src/usr.bin/wall wall.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, 17 Jul 2004 04:15:28 -0000 tjr 2004-07-17 04:15:27 UTC FreeBSD src repository Modified files: usr.bin/write write.1 usr.bin/wall wall.1 Log: Mention in the BUGS section that write and wall bogusly use the sender's LC_CTYPE setting instead of the receiver's when determining which characters are printable. Revision Changes Path 1.11 +7 -0 src/usr.bin/wall/wall.1 1.12 +8 -1 src/usr.bin/write/write.1 From owner-cvs-all@FreeBSD.ORG Sat Jul 17 04:17: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 F1A1D16A4CE; Sat, 17 Jul 2004 04:17:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B21E143D53; Sat, 17 Jul 2004 04:17:50 +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 i6H4Ho1C024766; Sat, 17 Jul 2004 04:17:50 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H4HoM2024765; Sat, 17 Jul 2004 04:17:50 GMT (envelope-from kientzle) Message-Id: <200407170417.i6H4HoM2024765@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 17 Jul 2004 04: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/usr.bin/tar bsdtar.c bsdtar.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, 17 Jul 2004 04:17:51 -0000 kientzle 2004-07-17 04:17:50 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c bsdtar.h Log: Validate -o usage. Strictly speaking, -o only makes sense with -x, of course, but I make an effort to accomodate GNU tar scripts that use -o with -c (with a meaning that totally contradicts SUSv2) by only issuing a benign warning message in that case. Revision Changes Path 1.39 +7 -0 src/usr.bin/tar/bsdtar.c 1.15 +1 -0 src/usr.bin/tar/bsdtar.h From owner-cvs-all@FreeBSD.ORG Sat Jul 17 04:18: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 4F3F616A4D0; Sat, 17 Jul 2004 04:18:20 +0000 (GMT) Received: from smtp2.server.rpi.edu (smtp2.server.rpi.edu [128.113.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D790543D2F; Sat, 17 Jul 2004 04:18:19 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp2.server.rpi.edu (8.13.0/8.13.0) with ESMTP id i6H4IGm0010649; Sat, 17 Jul 2004 00:18:16 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20040716225430.GD95729@elvis.mu.org> References: <200407162147.i6GLlhg3013689@repoman.freebsd.org> <40F8504B.6020705@freebsd.org> <20040716225430.GD95729@elvis.mu.org> Date: Sat, 17 Jul 2004 00:18:15 -0400 To: Alfred Perlstein , Scott Long From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src MAINTAINERS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 04:18:20 -0000 At 3:54 PM -0700 7/16/04, Alfred Perlstein wrote: >* Scott Long [040716 15:02] wrote: >> Alfred Perlstein wrote: >> >> >alfred 2004-07-16 21:47:43 UTC >> > >> > FreeBSD src repository >> > >> > Modified files: >> > . MAINTAINERS >> > Log: > > > Request that diffs against nfs, rpc and rpc.lockd are run > > > by me. > > > >> > Revision Changes Path >> > 1.93 +3 -1 src/MAINTAINERS >> > > Can I assign the rpc.lockd TODO items to you? If not, then who > > can we say is the true maintainer? > >Let me explain, jerky. I think you are over-reacting to what was a simple question. Give Scott the benefit of the doubt first, and just answer the simple question that he asked. No need to say "jerky" or get all in a huff about it. Scott is just trying to line up people for various areas of the system. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-all@FreeBSD.ORG Sat Jul 17 04:46: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 6463716A4CE; Sat, 17 Jul 2004 04:46:36 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5945843D2D; Sat, 17 Jul 2004 04:46:36 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 51E225C974; Fri, 16 Jul 2004 21:46:36 -0700 (PDT) Date: Fri, 16 Jul 2004 21:46:36 -0700 From: Alfred Perlstein To: Garance A Drosihn Message-ID: <20040717044636.GG95729@elvis.mu.org> References: <200407162147.i6GLlhg3013689@repoman.freebsd.org> <40F8504B.6020705@freebsd.org> <20040716225430.GD95729@elvis.mu.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: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src MAINTAINERS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 04:46:36 -0000 * Garance A Drosihn [040716 21:18] wrote: > At 3:54 PM -0700 7/16/04, Alfred Perlstein wrote: > >* Scott Long [040716 15:02] wrote: > >> Alfred Perlstein wrote: > >> > >> >alfred 2004-07-16 21:47:43 UTC > >> > > >> > FreeBSD src repository > >> > > >> > Modified files: > >> > . MAINTAINERS > >> > Log: > > > > Request that diffs against nfs, rpc and rpc.lockd are run > > > > by me. > > > > > >> > Revision Changes Path > >> > 1.93 +3 -1 src/MAINTAINERS > >> > > > Can I assign the rpc.lockd TODO items to you? If not, then who > > > can we say is the true maintainer? > > > >Let me explain, jerky. > > I think you are over-reacting to what was a simple question. > Give Scott the benefit of the doubt first, and just answer > the simple question that he asked. No need to say "jerky" > or get all in a huff about it. Scott is just trying to line > up people for various areas of the system. I figured I might be overreacting, but... We spoke on chat and it was his intention to challenge or motivate me to do this or step down from asserting MAINTAINERSHIP. And that's not how to go about it. Anyone who's filtered code through me (with one known exception) knows that I have a fast turnaround rate and am comfortable with changes. I just want to avoid major regressions and loss of functionality as well as a headsup on the code presented. I've taken great pains to bring us lockd, and went through a lot of pain when rpc was upgraded and I've spend quite some time on NFS. So really, I'm trying to help, not hinder. -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Sat Jul 17 05:10: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 8F89B16A4CE; Sat, 17 Jul 2004 05:10:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7053943D4C; Sat, 17 Jul 2004 05:10:06 +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 i6H5A6At026091; Sat, 17 Jul 2004 05:10:06 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H5A6lR026090; Sat, 17 Jul 2004 05:10:06 GMT (envelope-from mlaier) Message-Id: <200407170510.i6H5A6lR026090@repoman.freebsd.org> From: Max Laier Date: Sat, 17 Jul 2004 05:10: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/pf/net pf.c src/sys/netinet ip_icmp.c src/sys/sys mbuf.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, 17 Jul 2004 05:10:06 -0000 mlaier 2004-07-17 05:10:06 UTC FreeBSD src repository Modified files: sys/contrib/pf/net pf.c sys/netinet ip_icmp.c sys/sys mbuf.h Log: Define semantic of M_SKIP_FIREWALL more precisely, i.e. also pass associated icmp_error() packets. While here retire PACKET_TAG_PF_GENERATED (which served the same purpose) and use M_SKIP_FIREWALL in pf as well. This should speed up things a bit as we get rid of the tag allocations. Discussed with: juli Revision Changes Path 1.12 +29 -10 src/sys/contrib/pf/net/pf.c 1.95 +5 -11 src/sys/netinet/ip_icmp.c 1.152 +0 -1 src/sys/sys/mbuf.h From owner-cvs-all@FreeBSD.ORG Sat Jul 17 05:22: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 52F7516A4CE; Sat, 17 Jul 2004 05:22:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C74C43D3F; Sat, 17 Jul 2004 05:22:20 +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 i6H5MKNd028063; Sat, 17 Jul 2004 05:22:20 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H5MKL3028062; Sat, 17 Jul 2004 05:22:20 GMT (envelope-from edwin) Message-Id: <200407170522.i6H5MKL3028062@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 17 Jul 2004 05:22: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/bugzilla Makefile distinfo pkg-message pkg-plist ports/devel/bugzilla/files patch-checksetup.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, 17 Jul 2004 05:22:20 -0000 edwin 2004-07-17 05:22:20 UTC FreeBSD ports repository Modified files: devel/bugzilla Makefile distinfo pkg-message pkg-plist devel/bugzilla/files patch-checksetup.pl Log: [PATCH] devel/bugzilla: update to 2.16.6 - Update to 2.16.6 PR: ports/69105 Submitted by: TAKATSU Tomonari Revision Changes Path 1.31 +1 -1 ports/devel/bugzilla/Makefile 1.11 +2 -2 ports/devel/bugzilla/distinfo 1.3 +4 -4 ports/devel/bugzilla/files/patch-checksetup.pl 1.7 +1 -1 ports/devel/bugzilla/pkg-message 1.10 +3 -1 ports/devel/bugzilla/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 17 05:24: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 5A2F416A4CE; Sat, 17 Jul 2004 05:24:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CFDD43D3F; Sat, 17 Jul 2004 05:24:57 +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 i6H5Ovb1028128; Sat, 17 Jul 2004 05:24:57 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H5OvBx028127; Sat, 17 Jul 2004 05:24:57 GMT (envelope-from edwin) Message-Id: <200407170524.i6H5OvBx028127@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 17 Jul 2004 05:24: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/bugzilla 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, 17 Jul 2004 05:24:57 -0000 edwin 2004-07-17 05:24:57 UTC FreeBSD ports repository Modified files: japanese/bugzilla Makefile distinfo pkg-plist Log: [MAINTAINER] japanese/bugzilla: update to 2.16.6 - Update to 2.16.6 PR: ports/69106 Submitted by: TAKATSU Tomonari Revision Changes Path 1.2 +3 -3 ports/japanese/bugzilla/Makefile 1.2 +4 -4 ports/japanese/bugzilla/distinfo 1.2 +3 -2 ports/japanese/bugzilla/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 17 05: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 7D98916A4CE; Sat, 17 Jul 2004 05:32:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6103843D2D; Sat, 17 Jul 2004 05:32:11 +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 i6H5WBag028377; Sat, 17 Jul 2004 05:32:11 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H5WBvM028376; Sat, 17 Jul 2004 05:32:11 GMT (envelope-from knu) Message-Id: <200407170532.i6H5WBvM028376@repoman.freebsd.org> From: Akinori MUSHA Date: Sat, 17 Jul 2004 05: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/shells/fd Makefile ports/shells/fd/files patch-archive.c patch-browse.c patch-system.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 05:32:11 -0000 knu 2004-07-17 05:32:11 UTC FreeBSD ports repository Modified files: shells/fd Makefile Added files: shells/fd/files patch-archive.c patch-browse.c patch-system.c Log: Integrate bug fixes from [FDclone-users:00310], [FDclone-users:00311] and [FDclone-users:00313]. Revision Changes Path 1.71 +1 -0 ports/shells/fd/Makefile 1.3 +364 -0 ports/shells/fd/files/patch-archive.c (new) 1.3 +76 -0 ports/shells/fd/files/patch-browse.c (new) 1.5 +23 -0 ports/shells/fd/files/patch-system.c (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 06: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 E85E416A4CE; Sat, 17 Jul 2004 06:03:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB56743D55; Sat, 17 Jul 2004 06:03:47 +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 i6H63lTo029159; Sat, 17 Jul 2004 06:03:47 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H63lkv029158; Sat, 17 Jul 2004 06:03:47 GMT (envelope-from kientzle) Message-Id: <200407170603.i6H63lkv029158@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 17 Jul 2004 06:03: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/tar Makefile src/gnu/usr.bin/tar 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, 17 Jul 2004 06:03:48 -0000 kientzle 2004-07-17 06:03:47 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile gnu/usr.bin/tar Makefile Log: Make bsdtar the default system tar. This makes /usr/bin/tar a symlink pointing to /usr/bin/bsdtar by default. To make it point to /usr/bin/gtar, you can define WITH_GTAR. Revision Changes Path 1.24 +1 -1 src/gnu/usr.bin/tar/Makefile 1.7 +1 -1 src/usr.bin/tar/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 17 06:29: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 8081B16A4CE; Sat, 17 Jul 2004 06:29:57 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 760D643D1D; Sat, 17 Jul 2004 06:29:57 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 6CB715C96F; Fri, 16 Jul 2004 23:29:57 -0700 (PDT) Date: Fri, 16 Jul 2004 23:29:57 -0700 From: Alfred Perlstein To: Tim Kientzle Message-ID: <20040717062957.GH95729@elvis.mu.org> References: <200407170603.i6H63lkv029158@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407170603.i6H63lkv029158@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tar Makefile src/gnu/usr.bin/tar 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, 17 Jul 2004 06:29:57 -0000 * Tim Kientzle [040716 23:03] wrote: > kientzle 2004-07-17 06:03:47 UTC > > FreeBSD src repository > > Modified files: > usr.bin/tar Makefile > gnu/usr.bin/tar Makefile > Log: > Make bsdtar the default system tar. This makes /usr/bin/tar a symlink > pointing to /usr/bin/bsdtar by default. To make it point to /usr/bin/gtar, > you can define WITH_GTAR. cool! (it works... right?) :) -- - Alfred Perlstein From owner-cvs-all@FreeBSD.ORG Sat Jul 17 06: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 492C316A4CE; Sat, 17 Jul 2004 06:36:31 +0000 (GMT) Received: from ylpvm01.prodigy.net (ylpvm01-ext.prodigy.net [207.115.57.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 088A043D1D; Sat, 17 Jul 2004 06:36:31 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-64-169-107-19.dsl.lsan03.pacbell.net [64.169.107.19]) i6H6aUt9028713; Sat, 17 Jul 2004 02:36:30 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 29467533F9; Fri, 16 Jul 2004 23:36:29 -0700 (PDT) Date: Fri, 16 Jul 2004 23:36:29 -0700 From: Kris Kennaway To: Alfred Perlstein Message-ID: <20040717063629.GA30488@xor.obsecurity.org> References: <200407170603.i6H63lkv029158@repoman.freebsd.org> <20040717062957.GH95729@elvis.mu.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline In-Reply-To: <20040717062957.GH95729@elvis.mu.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@freebsd.org cc: Tim Kientzle cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/tar Makefile src/gnu/usr.bin/tar 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, 17 Jul 2004 06:36:31 -0000 --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 16, 2004 at 11:29:57PM -0700, Alfred Perlstein wrote: > * Tim Kientzle [040716 23:03] wrote: > > kientzle 2004-07-17 06:03:47 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > usr.bin/tar Makefile=20 > > gnu/usr.bin/tar Makefile=20 > > Log: > > Make bsdtar the default system tar. This makes /usr/bin/tar a symlink > > pointing to /usr/bin/bsdtar by default. To make it point to /usr/bin= /gtar, > > you can define WITH_GTAR. >=20 > cool! (it works... right?) :) Yes, at least as far as 11000 port builds are concerned :-) Kris --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA+MjsWry0BWjoQKURAudyAJsHe2Jd3zvr8MjK4Ezo+URwLArgfQCgmCaZ EtP2SO4g4gUQQ9WsviWFmf4= =Wj0F -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO-- From owner-cvs-all@FreeBSD.ORG Sat Jul 17 07:06: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 0D21016A4CE; Sat, 17 Jul 2004 07:06:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E410543D1D; Sat, 17 Jul 2004 07:06:55 +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 i6H76tfR030854; Sat, 17 Jul 2004 07:06:55 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H76t83030853; Sat, 17 Jul 2004 07:06:55 GMT (envelope-from mezz) Message-Id: <200407170706.i6H76t83030853@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 17 Jul 2004 07:06: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/devel/glib12/files patch-gstrfuncs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 07:06:56 -0000 mezz 2004-07-17 07:06:55 UTC FreeBSD ports repository Added files: devel/glib12/files patch-gstrfuncs.c Log: Fix the build with GCC 3.4.1, took from Gentoo's glib-1.2.10-gcc34-fix.patch. Reported by: pointyhat via kris Revision Changes Path 1.1 +41 -0 ports/devel/glib12/files/patch-gstrfuncs.c (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 07:11: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 EEA7316A4CE; Sat, 17 Jul 2004 07:11:07 +0000 (GMT) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEFF243D45; Sat, 17 Jul 2004 07:11:07 +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 i6H7B78M063543; Sat, 17 Jul 2004 00:11:07 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i6H7B6Bv063542; Sat, 17 Jul 2004 00:11:06 -0700 (PDT) (envelope-from rizzo) Date: Sat, 17 Jul 2004 00:11:06 -0700 From: Luigi Rizzo To: Max Laier Message-ID: <20040717001106.A63513@xorpc.icir.org> References: <200407170240.i6H2eEHO021683@repoman.freebsd.org> <200407170538.14572.max@love2party.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200407170538.14572.max@love2party.net>; from max@love2party.net on Sat, Jul 17, 2004 at 05:38:07AM +0200 cc: Juli Mallett cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c src/sys/sys mbuf.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, 17 Jul 2004 07:11:08 -0000 On Sat, Jul 17, 2004 at 05:38:07AM +0200, Max Laier wrote: ... > pf does something to the same effect by prepending a mbuf with the > "PACKET_TAG_PF_GENERATED" mbuf_tag to skip processing for its own packets. If > we can agree that the presence of M_SKIP_FIREWALL is copied to icmp error > messages I will happily replace the mbuf tag with the more general flag > (which will perform significantly better, I believe). Please tell me what you > think of this. fine with me luigi From owner-cvs-all@FreeBSD.ORG Sat Jul 17 07:25: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 7FCB016A4CE; Sat, 17 Jul 2004 07:25:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 629CA43D49; Sat, 17 Jul 2004 07:25: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 i6H7P27K031368; Sat, 17 Jul 2004 07:25:02 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H7P2mO031367; Sat, 17 Jul 2004 07:25:02 GMT (envelope-from thierry) Message-Id: <200407170725.i6H7P2mO031367@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 17 Jul 2004 07:25: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/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: Sat, 17 Jul 2004 07:25:02 -0000 thierry 2004-07-17 07:25:01 UTC FreeBSD ports repository Modified files: mail/spambnc Makefile distinfo Log: Upgrade to 20040715. Revision Changes Path 1.42 +1 -1 ports/mail/spambnc/Makefile 1.37 +3 -3 ports/mail/spambnc/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 17 07:26: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 7A3DD16A4CE; Sat, 17 Jul 2004 07:26:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C6CE43D55; Sat, 17 Jul 2004 07:26:32 +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 i6H7QW4n031472; Sat, 17 Jul 2004 07:26:32 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H7QWRs031471; Sat, 17 Jul 2004 07:26:32 GMT (envelope-from grehan) Message-Id: <200407170726.i6H7QWRs031471@repoman.freebsd.org> From: Peter Grehan Date: Sat, 17 Jul 2004 07:26: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/powerpc/powerpc elf_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, 17 Jul 2004 07:26:32 -0000 grehan 2004-07-17 07:26:32 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc elf_machdep.c Log: Resurrect kld support. Support ADDR16_HA/LA relocations, and sync the icache on module load. Requires "-mlongcall" support, in gcc >= 3.3 but needs a bugfix to support gcc arith builtins. Revision Changes Path 1.19 +44 -42 src/sys/powerpc/powerpc/elf_machdep.c From owner-cvs-all@FreeBSD.ORG Sat Jul 17 07:35: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 226CF16A4CE; Sat, 17 Jul 2004 07:35:30 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id C87D743D5C; Sat, 17 Jul 2004 07:35:29 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 94FDBACAEE; Sat, 17 Jul 2004 09:35:28 +0200 (CEST) Date: Sat, 17 Jul 2004 09:35:28 +0200 From: Pawel Jakub Dawidek To: Colin Percival Message-ID: <20040717073528.GL12007@darkness.comp.waw.pl> References: <200407161557.i6GFvGWg003796@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XWVM3njSzn/Ti2PH" Content-Disposition: inline In-Reply-To: <200407161557.i6GFvGWg003796@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/kern kern_prot.c src/sys/sys systm.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, 17 Jul 2004 07:35:30 -0000 --XWVM3njSzn/Ti2PH Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 16, 2004 at 03:57:16PM +0000, Colin Percival wrote: +> cperciva 2004-07-16 15:57:16 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/kern kern_prot.c=20 +> sys/sys systm.h=20 +> Log: +> Add a SUSER_RUID flag to suser_cred. This flag indicates that we want= to +> check if the *real* user is the superuser (vs. the normal behaviour, w= hich +> checks the effective user). Are you going to update suser(9) manual page as well? --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --XWVM3njSzn/Ti2PH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA+NbAForvXbEpPzQRAlLbAKCcPK9rV53vZ2FsLzQT1Amq3bpTfgCg0yPM ea28g2aFVxlWoEmzIUxDYmQ= =AIRA -----END PGP SIGNATURE----- --XWVM3njSzn/Ti2PH-- From owner-cvs-all@FreeBSD.ORG Sat Jul 17 08:19: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 03FB516A4CE; Sat, 17 Jul 2004 08:19:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB49743D45; Sat, 17 Jul 2004 08:19:44 +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 i6H8Ji4O032828; Sat, 17 Jul 2004 08:19:44 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H8Ji6m032827; Sat, 17 Jul 2004 08:19:44 GMT (envelope-from glewis) Message-Id: <200407170819.i6H8Ji6m032827@repoman.freebsd.org> From: Greg Lewis Date: Sat, 17 Jul 2004 08: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/textproc/saxon-devel Makefile ports/textproc/saxon-devel/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: Sat, 17 Jul 2004 08:19:45 -0000 glewis 2004-07-17 08:19:44 UTC FreeBSD ports repository Modified files: textproc/saxon-devel Makefile textproc/saxon-devel/files saxon.sh Log: . Alter the saxon.sh script to set the JAVAVM variable to the value chosen by bsd.java.mk during the build. This fixes a problems where the javavmwrapper (used by the script) could have potentially picked an incorrect JDK to use. . Bump PORTREVISION. PR: 69157 Submitted by: Herve Quiroz Revision Changes Path 1.2 +3 -2 ports/textproc/saxon-devel/Makefile 1.2 +2 -2 ports/textproc/saxon-devel/files/saxon.sh From owner-cvs-all@FreeBSD.ORG Sat Jul 17 09: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 A0FE516A4CE; Sat, 17 Jul 2004 09:17:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A9F943D2D; Sat, 17 Jul 2004 09:17:36 +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 i6H9HarN034247; Sat, 17 Jul 2004 09:17:36 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H9HaxD034246; Sat, 17 Jul 2004 09:17:36 GMT (envelope-from vanilla) Message-Id: <200407170917.i6H9HaxD034246@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 17 Jul 2004 09:17: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 Makefile ports/www/p5-Kwiki 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: Sat, 17 Jul 2004 09:17:36 -0000 vanilla 2004-07-17 09:17:36 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Kwiki Makefile distinfo pkg-descr pkg-message pkg-plist Log: Add p5-Kwiki 0.31, the Kwiki Wiki Building Framework. PR: ports/69172 Submitted by: Cheng-Lung Sung Revision Changes Path 1.928 +1 -0 ports/www/Makefile 1.1 +62 -0 ports/www/p5-Kwiki/Makefile (new) 1.1 +2 -0 ports/www/p5-Kwiki/distinfo (new) 1.1 +22 -0 ports/www/p5-Kwiki/pkg-descr (new) 1.1 +9 -0 ports/www/p5-Kwiki/pkg-message (new) 1.1 +35 -0 ports/www/p5-Kwiki/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 09:19: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 4B45716A4CE; Sat, 17 Jul 2004 09:19:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E56443D46; Sat, 17 Jul 2004 09:19:21 +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 i6H9JLRk034310; Sat, 17 Jul 2004 09:19:21 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H9JLn6034309; Sat, 17 Jul 2004 09:19:21 GMT (envelope-from vanilla) Message-Id: <200407170919.i6H9JLn6034309@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 17 Jul 2004 09: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: 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, 17 Jul 2004 09:19:21 -0000 vanilla 2004-07-17 09:19:21 UTC FreeBSD ports repository Modified files: . modules Log: Add www/p5-Kwiki. Revision Changes Path 1.10551 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 17 09:41: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 6B41116A4CE; Sat, 17 Jul 2004 09:41:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EB1043D53; Sat, 17 Jul 2004 09:41:21 +0000 (GMT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6H9fLnn034948; Sat, 17 Jul 2004 09:41:21 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H9fL4O034947; Sat, 17 Jul 2004 09:41:21 GMT (envelope-from simokawa) Message-Id: <200407170941.i6H9fL4O034947@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Sat, 17 Jul 2004 09:41: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 fwohcireg.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, 17 Jul 2004 09:41:21 -0000 simokawa 2004-07-17 09:41:20 UTC FreeBSD src repository Modified files: sys/dev/firewire fwohci_pci.c fwohcireg.h Log: Add some PCI IDs for OHCI chips. Obtained from: DragonFly BSD Revision Changes Path 1.46 +21 -0 src/sys/dev/firewire/fwohci_pci.c 1.19 +9 -0 src/sys/dev/firewire/fwohcireg.h From owner-cvs-all@FreeBSD.ORG Sat Jul 17 10: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 5C31716A4CE; Sat, 17 Jul 2004 10:05:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F21C43D5A; Sat, 17 Jul 2004 10:05: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 i6HA5Xsh035653; Sat, 17 Jul 2004 10:05:33 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HA5WNH035652; Sat, 17 Jul 2004 10:05:32 GMT (envelope-from nyan) Message-Id: <200407171005.i6HA5WNH035652@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 17 Jul 2004 10:05: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/fdc fdc_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, 17 Jul 2004 10:05:33 -0000 nyan 2004-07-17 10:05:32 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc_isa.c Log: Remove duplicate include. Revision Changes Path 1.9 +0 -1 src/sys/dev/fdc/fdc_isa.c From owner-cvs-all@FreeBSD.ORG Sat Jul 17 10:05: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 E0FFC16A4CE; Sat, 17 Jul 2004 10:05:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2AC543D1D; Sat, 17 Jul 2004 10:05:56 +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 i6HA5uaB035687; Sat, 17 Jul 2004 10:05:56 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HA5upN035686; Sat, 17 Jul 2004 10:05:56 GMT (envelope-from nyan) Message-Id: <200407171005.i6HA5upN035686@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 17 Jul 2004 10:05:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fdc fdc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 10:05:57 -0000 nyan 2004-07-17 10:05:56 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc.c Log: Correct typo. Revision Changes Path 1.282 +1 -1 src/sys/dev/fdc/fdc.c From owner-cvs-all@FreeBSD.ORG Sat Jul 17 10:07: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 4D41616A4CE; Sat, 17 Jul 2004 10:07:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FE0B43D1D; Sat, 17 Jul 2004 10:07:20 +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 i6HA7KsV035812; Sat, 17 Jul 2004 10:07:20 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HA7Kt3035811; Sat, 17 Jul 2004 10:07:20 GMT (envelope-from nyan) Message-Id: <200407171007.i6HA7Kt3035811@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 17 Jul 2004 10:07: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/pc98/pc98 fd.c fdc_cbus.c fdcvar.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, 17 Jul 2004 10:07:20 -0000 nyan 2004-07-17 10:07:19 UTC FreeBSD src repository Modified files: sys/pc98/pc98 fd.c fdc_cbus.c fdcvar.h Log: Merged from the following changes. - sys/dev/fdc/fdc.c revision 1.281 - sys/dev/fdc/fdcvar.h revision 1.3 - sys/dev/fdc/fdc_isa.c revision 1.7 Revision Changes Path 1.153 +34 -25 src/sys/pc98/pc98/fd.c 1.4 +4 -3 src/sys/pc98/pc98/fdc_cbus.c 1.3 +6 -2 src/sys/pc98/pc98/fdcvar.h From owner-cvs-all@FreeBSD.ORG Sat Jul 17 10:22: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 B9F9716A4CE; Sat, 17 Jul 2004 10:22:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D98143D31; Sat, 17 Jul 2004 10:22:42 +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 i6HAMgNr036195; Sat, 17 Jul 2004 10:22:42 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HAMghE036194; Sat, 17 Jul 2004 10:22:42 GMT (envelope-from nyan) Message-Id: <200407171022.i6HAMghE036194@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 17 Jul 2004 10:22: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/pc98/conf GENERIC GENERIC.hints X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 10:22:42 -0000 nyan 2004-07-17 10:22:42 UTC FreeBSD src repository Modified files: sys/pc98/conf GENERIC GENERIC.hints Log: Rename the sound device drivers. Revision Changes Path 1.251 +4 -2 src/sys/pc98/conf/GENERIC 1.20 +10 -10 src/sys/pc98/conf/GENERIC.hints From owner-cvs-all@FreeBSD.ORG Sat Jul 17 11:01: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 B7F9B16A4CE; Sat, 17 Jul 2004 11:01:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 991D643D2F; Sat, 17 Jul 2004 11:01:17 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6HB1HmN037215; Sat, 17 Jul 2004 11:01:17 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HB1H5j037213; Sat, 17 Jul 2004 11:01:17 GMT (envelope-from sem) Message-Id: <200407171101.i6HB1H5j037213@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 17 Jul 2004 11:01: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/russian Makefile ports/russian/gaim Makefile ports/russian/gaim/files patch-oscar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 11:01:17 -0000 sem 2004-07-17 11:01:17 UTC FreeBSD ports repository Modified files: russian Makefile Added files: russian/gaim Makefile russian/gaim/files patch-oscar.c Log: Gaim with underclared charsets support for oscar protocol. Slave to net/gaim. PR: ports/68112 Submitted by: Andrey Slusar Approved by: krion (mentor) Revision Changes Path 1.64 +1 -0 ports/russian/Makefile 1.1 +18 -0 ports/russian/gaim/Makefile (new) 1.1 +74 -0 ports/russian/gaim/files/patch-oscar.c (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 11: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 BDCFE16A4CF; Sat, 17 Jul 2004 11:01:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ECAB43D41; Sat, 17 Jul 2004 11:01:41 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6HB1fYn037268; Sat, 17 Jul 2004 11:01:41 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HB1fhX037267; Sat, 17 Jul 2004 11:01:41 GMT (envelope-from sem) Message-Id: <200407171101.i6HB1fhX037267@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 17 Jul 2004 11:01: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: Sat, 17 Jul 2004 11:01:41 -0000 sem 2004-07-17 11:01:41 UTC FreeBSD ports repository Modified files: . modules Log: ru-gaim --> ports/russian/gaim Revision Changes Path 1.10552 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 17 11: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 AAC9716A4CE; Sat, 17 Jul 2004 11:09:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A32B843D48; Sat, 17 Jul 2004 11: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 i6HB9Kvt037485; Sat, 17 Jul 2004 11: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 i6HB9K2D037484; Sat, 17 Jul 2004 11:09:20 GMT (envelope-from krion) Message-Id: <200407171109.i6HB9K2D037484@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 17 Jul 2004 11: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/net/bfilter/files patch-main_bfilter.cpp patch-main_htmlprocessor.cpppatch-main_network.h patch-main_serverresponsestream.cpp patch-main_uri.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: Sat, 17 Jul 2004 11:09:20 -0000 krion 2004-07-17 11:09:20 UTC FreeBSD ports repository Added files: net/bfilter/files patch-main_bfilter.cpp patch-main_htmlprocessor.cpp patch-main_htmlprocessor.h patch-main_network.cpp patch-main_network.h patch-main_serverresponsestream.cpp patch-main_uri.cpp Log: Fix build with gcc-3.4 Reported by: cluster via kris Revision Changes Path 1.1 +14 -0 ports/net/bfilter/files/patch-main_bfilter.cpp (new) 1.1 +57 -0 ports/net/bfilter/files/patch-main_htmlprocessor.cpp (new) 1.1 +22 -0 ports/net/bfilter/files/patch-main_htmlprocessor.h (new) 1.1 +23 -0 ports/net/bfilter/files/patch-main_network.cpp (new) 1.1 +23 -0 ports/net/bfilter/files/patch-main_network.h (new) 1.1 +22 -0 ports/net/bfilter/files/patch-main_serverresponsestream.cpp (new) 1.1 +51 -0 ports/net/bfilter/files/patch-main_uri.cpp (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 11:10: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 0719316A4CE; Sat, 17 Jul 2004 11:10:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDE0243D1F; Sat, 17 Jul 2004 11:10:37 +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 i6HBAbvg037602; Sat, 17 Jul 2004 11:10:37 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HBAbcH037601; Sat, 17 Jul 2004 11:10:37 GMT (envelope-from arved) Message-Id: <200407171110.i6HBAbcH037601@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 17 Jul 2004 11:10: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/akregator 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, 17 Jul 2004 11:10:38 -0000 arved 2004-07-17 11:10:37 UTC FreeBSD ports repository Modified files: www/akregator Makefile pkg-plist Log: - Depend on kdepim and kdebase to build konqueror and kontact plugin - sort pkg-plist - Fix pkg-plist Submitted by: pointyhat.freebsd.org Revision Changes Path 1.3 +4 -1 ports/www/akregator/Makefile 1.2 +18 -8 ports/www/akregator/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 17 11:13: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 0F94C16A4CE; Sat, 17 Jul 2004 11:13:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4E7243D1D; Sat, 17 Jul 2004 11:13:35 +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 i6HBDZB6037673; Sat, 17 Jul 2004 11:13:35 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HBDZ6O037672; Sat, 17 Jul 2004 11:13:35 GMT (envelope-from arved) Message-Id: <200407171113.i6HBDZ6O037672@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 17 Jul 2004 11:13: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/jffnms 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, 17 Jul 2004 11:13:36 -0000 arved 2004-07-17 11:13:35 UTC FreeBSD ports repository Modified files: net/jffnms Makefile distinfo pkg-plist Log: Update to 0.7.8 PR: 68982 Submitted by: Sergey Akifyev Revision Changes Path 1.6 +2 -2 ports/net/jffnms/Makefile 1.5 +2 -2 ports/net/jffnms/distinfo 1.5 +37 -29 ports/net/jffnms/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 17 11:22: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 B64F416A4CE; Sat, 17 Jul 2004 11:22:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9973043D2F; Sat, 17 Jul 2004 11:22: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 i6HBMMrR037919; Sat, 17 Jul 2004 11:22:22 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HBMMeY037918; Sat, 17 Jul 2004 11:22:22 GMT (envelope-from brian) Message-Id: <200407171122.i6HBMMeY037918@repoman.freebsd.org> From: Brian Somers Date: Sat, 17 Jul 2004 11:22: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 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, 17 Jul 2004 11:22:22 -0000 brian 2004-07-17 11:22:22 UTC FreeBSD ports repository Modified files: . UPDATING Log: Add a note about milter-sender's MxAcceptsAllAction variable changing. Anyone with personalised milter-sender.cf files had better update it manually. Forged as from: vs (who upgraded milter-sender) Revision Changes Path 1.43 +12 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Sat Jul 17 11: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 0001016A4CF; Sat, 17 Jul 2004 11:26:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6B7543D2F; Sat, 17 Jul 2004 11:26:35 +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 i6HBQZRW038054; Sat, 17 Jul 2004 11:26:35 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HBQZCn038053; Sat, 17 Jul 2004 11:26:35 GMT (envelope-from brian) Message-Id: <200407171126.i6HBQZCn038053@repoman.freebsd.org> From: Brian Somers Date: Sat, 17 Jul 2004 11: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/mail/milter-sender/files patch-af X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 11:26:36 -0000 brian 2004-07-17 11:26:35 UTC FreeBSD ports repository Added files: mail/milter-sender/files patch-af Log: Add a HeloName configuration variable. If set, it's used as the name to HELO with when talking to other mail servers. This is necessary when running milter-sender on a private network using NAT. Revision Changes Path 1.3 +27 -0 ports/mail/milter-sender/files/patch-af (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 11: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 B6B8A16A4CE; Sat, 17 Jul 2004 11:38:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9977C43D41; Sat, 17 Jul 2004 11:38: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 i6HBcmSG038350; Sat, 17 Jul 2004 11:38:48 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HBcmKv038349; Sat, 17 Jul 2004 11:38:48 GMT (envelope-from krion) Message-Id: <200407171138.i6HBcmKv038349@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 17 Jul 2004 11:38: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/potrace 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, 17 Jul 2004 11:38:48 -0000 krion 2004-07-17 11:38:48 UTC FreeBSD ports repository Modified files: graphics/potrace Makefile distinfo Log: Update to 1.5 PR: ports/69161 Submitted by: maintainer Revision Changes Path 1.7 +1 -1 ports/graphics/potrace/Makefile 1.6 +2 -2 ports/graphics/potrace/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 17 11:41: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 1A1D416A4CE; Sat, 17 Jul 2004 11:41:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0BC343D41; Sat, 17 Jul 2004 11:41: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 i6HBfosR038513; Sat, 17 Jul 2004 11:41:50 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HBfo1Q038512; Sat, 17 Jul 2004 11:41:50 GMT (envelope-from krion) Message-Id: <200407171141.i6HBfo1Q038512@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 17 Jul 2004 11:41: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/imcom Makefile distinfo pkg-plist ports/net/imcom/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, 17 Jul 2004 11:41:51 -0000 krion 2004-07-17 11:41:50 UTC FreeBSD ports repository Modified files: net/imcom Makefile distinfo pkg-plist Added files: net/imcom/files patch-configure Log: Update to 1.33 PR: ports/69153 Submitted by: maintainer Revision Changes Path 1.8 +3 -2 ports/net/imcom/Makefile 1.6 +2 -2 ports/net/imcom/distinfo 1.1 +20 -0 ports/net/imcom/files/patch-configure (new) 1.5 +1 -0 ports/net/imcom/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 17 11:42: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 0B1D916A4CE; Sat, 17 Jul 2004 11:42:27 +0000 (GMT) Received: from gw.Awfulhak.org (awfulhak.demon.co.uk [80.177.173.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6445D43D3F; Sat, 17 Jul 2004 11:42:26 +0000 (GMT) (envelope-from brian@Awfulhak.org) Received: from dev.lan.Awfulhak.org (brian@dev.lan.Awfulhak.org [172.16.0.5]) by gw.Awfulhak.org (8.12.11/8.12.11) with SMTP id i6HBgMlv055681; Sat, 17 Jul 2004 12:42:22 +0100 (BST) (envelope-from brian@Awfulhak.org) Date: Sat, 17 Jul 2004 12:42:21 +0100 From: Brian Somers To: Brian Somers Message-Id: <20040717124221.4e33d921@dev.lan.Awfulhak.org> In-Reply-To: <200407171126.i6HBQZCn038053@repoman.freebsd.org> References: <200407171126.i6HBQZCn038053@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 0.9.12 (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-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/milter-sender/files patch-af X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 11:42:27 -0000 On Sat, 17 Jul 2004 11:26:35 +0000 (UTC), Brian Somers wrote: > brian 2004-07-17 11:26:35 UTC > > FreeBSD ports repository > > Added files: > mail/milter-sender/files patch-af > Log: > Add a HeloName configuration variable. If set, it's used as the name to > HELO with when talking to other mail servers. This is necessary when > running milter-sender on a private network using NAT. > > Revision Changes Path > 1.3 +27 -0 ports/mail/milter-sender/files/patch-af (new) This patch has also been submitted to the milter-sender author. -- Brian Don't _EVER_ lose your sense of humour ! From owner-cvs-all@FreeBSD.ORG Sat Jul 17 11:48: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 3BA6816A4CE; Sat, 17 Jul 2004 11:48:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 356E843D1D; Sat, 17 Jul 2004 11:48:36 +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 i6HBma8x038702; Sat, 17 Jul 2004 11:48:36 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HBmaI6038701; Sat, 17 Jul 2004 11:48:36 GMT (envelope-from krion) Message-Id: <200407171148.i6HBmaI6038701@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 17 Jul 2004 11:48: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/emulators/vba Makefile distinfo pkg-plist ports/emulators/vba/files patch-aa patch-ab patch-ac 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: Sat, 17 Jul 2004 11:48:36 -0000 krion 2004-07-17 11:48:36 UTC FreeBSD ports repository Modified files: emulators/vba Makefile distinfo pkg-plist emulators/vba/files patch-aa Removed files: emulators/vba/files patch-ab patch-ac patch-ad Log: Update to 1.7.2 PR: ports/69162 Submitted by: maintainer Revision Changes Path 1.11 +7 -4 ports/emulators/vba/Makefile 1.7 +2 -2 ports/emulators/vba/distinfo 1.4 +2 -2 ports/emulators/vba/files/patch-aa 1.3 +0 -103 ports/emulators/vba/files/patch-ab (dead) 1.3 +0 -11 ports/emulators/vba/files/patch-ac (dead) 1.3 +0 -11 ports/emulators/vba/files/patch-ad (dead) 1.5 +1 -1 ports/emulators/vba/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 17 11: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 9B78916A4CE; Sat, 17 Jul 2004 11:56:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DB3E43D5C; Sat, 17 Jul 2004 11:56:25 +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 i6HBuPZb038974; Sat, 17 Jul 2004 11:56:25 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HBuPPp038973; Sat, 17 Jul 2004 11:56:25 GMT (envelope-from lofi) Message-Id: <200407171156.i6HBuPPp038973@repoman.freebsd.org> From: Michael Nottebrock Date: Sat, 17 Jul 2004 11:56: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/wv2 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, 17 Jul 2004 11:56:25 -0000 lofi 2004-07-17 11:56:25 UTC FreeBSD ports repository Modified files: textproc/wv2 Makefile distinfo Log: Update to 0.2.2 Revision Changes Path 1.10 +1 -2 ports/textproc/wv2/Makefile 1.4 +2 -2 ports/textproc/wv2/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 17 12:00: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 BA87016A4CE; Sat, 17 Jul 2004 12:00:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DB2243D64; Sat, 17 Jul 2004 12:00:03 +0000 (GMT) (envelope-from anders@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6HC03xG039068; Sat, 17 Jul 2004 12:00:03 GMT (envelope-from anders@repoman.freebsd.org) Received: (from anders@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HC03lZ039067; Sat, 17 Jul 2004 12:00:03 GMT (envelope-from anders) Message-Id: <200407171200.i6HC03lZ039067@repoman.freebsd.org> From: Anders Nordby Date: Sat, 17 Jul 2004 12:00: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/pam-mysql 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, 17 Jul 2004 12:00:03 -0000 anders 2004-07-17 12:00:03 UTC FreeBSD ports repository Modified files: security/pam-mysql Makefile Log: Do not run in debug-mode by default. Revision Changes Path 1.14 +4 -0 ports/security/pam-mysql/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 17 12: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 74FEC16A4CE; Sat, 17 Jul 2004 12:15:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5702E43D48; Sat, 17 Jul 2004 12:15:00 +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 i6HCF0Nf039509; Sat, 17 Jul 2004 12:15:00 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HCF0Wp039508; Sat, 17 Jul 2004 12:15:00 GMT (envelope-from pav) Message-Id: <200407171215.i6HCF0Wp039508@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Jul 2004 12: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/games/bygfoot Makefile distinfo ports/games/bygfoot/files patch-src-games.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 12:15:00 -0000 pav 2004-07-17 12:15:00 UTC FreeBSD ports repository Modified files: games/bygfoot Makefile distinfo Added files: games/bygfoot/files patch-src-games.c Log: - Update to 1.4.2 Revision Changes Path 1.3 +1 -1 ports/games/bygfoot/Makefile 1.3 +2 -2 ports/games/bygfoot/distinfo 1.1 +42 -0 ports/games/bygfoot/files/patch-src-games.c (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 12:24: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 0B06116A4CE; Sat, 17 Jul 2004 12:24:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E147D43D46; Sat, 17 Jul 2004 12:24: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 i6HCOXZX039807; Sat, 17 Jul 2004 12:24:33 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HCOXbE039806; Sat, 17 Jul 2004 12:24:33 GMT (envelope-from krion) Message-Id: <200407171224.i6HCOXbE039806@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 17 Jul 2004 12:24: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/emulators/qemu Makefile distinfo pkg-message ports/emulators/qemu/files patch-bf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 12:24:34 -0000 krion 2004-07-17 12:24:33 UTC FreeBSD ports repository Modified files: emulators/qemu Makefile distinfo pkg-message emulators/qemu/files patch-bf Log: Update to 0715 snapshot PR: ports/69132 Submitted by: maintainer Revision Changes Path 1.13 +4 -2 ports/emulators/qemu/Makefile 1.10 +2 -2 ports/emulators/qemu/distinfo 1.2 +0 -18 ports/emulators/qemu/files/patch-bf 1.4 +2 -0 ports/emulators/qemu/pkg-message From owner-cvs-all@FreeBSD.ORG Sat Jul 17 12:26: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 714FB16A4CE; Sat, 17 Jul 2004 12:26:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5390C43D4C; Sat, 17 Jul 2004 12:26: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 i6HCQ9Nq039944; Sat, 17 Jul 2004 12:26:09 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HCQ9Hx039943; Sat, 17 Jul 2004 12:26:09 GMT (envelope-from pav) Message-Id: <200407171226.i6HCQ9Hx039943@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Jul 2004 12:26: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/ftp/pure-ftpd Makefile ports/ftp/pure-ftpd/files patch-src_bsd-getopt_long.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 12:26:09 -0000 pav 2004-07-17 12:26:09 UTC FreeBSD ports repository Modified files: ftp/pure-ftpd Makefile ftp/pure-ftpd/files patch-src_bsd-getopt_long.c Log: - Fix crasher in pure-pw PR: ports/69098 Submitted by: Xin LI Approved by: maintainer Revision Changes Path 1.47 +1 -0 ports/ftp/pure-ftpd/Makefile 1.2 +17 -7 ports/ftp/pure-ftpd/files/patch-src_bsd-getopt_long.c From owner-cvs-all@FreeBSD.ORG Sat Jul 17 12:27: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 3F33216A4CE; Sat, 17 Jul 2004 12:27:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2048743D53; Sat, 17 Jul 2004 12:27: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 i6HCRQDv039987; Sat, 17 Jul 2004 12:27:26 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HCRPXq039986; Sat, 17 Jul 2004 12:27:25 GMT (envelope-from tjr) Message-Id: <200407171227.i6HCRPXq039986@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 17 Jul 2004 12:27: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/lib/libc/gen vis.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, 17 Jul 2004 12:27:26 -0000 tjr 2004-07-17 12:27:25 UTC FreeBSD src repository Modified files: lib/libc/gen vis.3 Log: Fix typo: carat -> caret. Revision Changes Path 1.26 +1 -1 src/lib/libc/gen/vis.3 From owner-cvs-all@FreeBSD.ORG Sat Jul 17 12: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 5710816A4CE; Sat, 17 Jul 2004 12:31:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3894543D49; Sat, 17 Jul 2004 12:31: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 i6HCV5Su040129; Sat, 17 Jul 2004 12:31:05 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HCV5A9040128; Sat, 17 Jul 2004 12:31:05 GMT (envelope-from krion) Message-Id: <200407171231.i6HCV5A9040128@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 17 Jul 2004 12:31: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/x11-wm/wmconfig 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, 17 Jul 2004 12:31:05 -0000 krion 2004-07-17 12:31:05 UTC FreeBSD ports repository Modified files: x11-wm/wmconfig Makefile distinfo Log: Update to 1.1.9 PR: ports/69163 Submitted by: Tommy Scheunemann Revision Changes Path 1.8 +2 -3 ports/x11-wm/wmconfig/Makefile 1.5 +2 -2 ports/x11-wm/wmconfig/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 17 12:38: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 282B716A4CF; Sat, 17 Jul 2004 12:38:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09F4A43D54; Sat, 17 Jul 2004 12:38:36 +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 i6HCcZs1040343; Sat, 17 Jul 2004 12:38:35 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HCcZ2e040342; Sat, 17 Jul 2004 12:38:35 GMT (envelope-from krion) Message-Id: <200407171238.i6HCcZ2e040342@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 17 Jul 2004 12:38: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/pcsc-lite 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, 17 Jul 2004 12:38:36 -0000 krion 2004-07-17 12:38:35 UTC FreeBSD ports repository Modified files: devel/pcsc-lite Makefile pkg-plist Log: Install .pc files in proper location. Portlint. PR: ports/69148 Submitted by: Konstantin Oznobihin Revision Changes Path 1.18 +1 -0 ports/devel/pcsc-lite/Makefile 1.8 +11 -11 ports/devel/pcsc-lite/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 17 12:47: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 DF40C16A4CE; Sat, 17 Jul 2004 12:47:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF66C43D3F; Sat, 17 Jul 2004 12:47:35 +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 i6HClZIk040604; Sat, 17 Jul 2004 12:47:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HClZSu040603; Sat, 17 Jul 2004 12:47:35 GMT (envelope-from pav) Message-Id: <200407171247.i6HClZSu040603@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Jul 2004 12:47: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-wm/fluxbox 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, 17 Jul 2004 12:47:36 -0000 pav 2004-07-17 12:47:35 UTC FreeBSD ports repository Modified files: x11-wm/fluxbox Makefile Log: - Drop explicit dependency on XFree86-4-clients. It's not really needed and it prevents coming global XFree86/Xorg switch thingie. PR: ports/68540 Submitted by: Roman Bogorodskiy Approved by: maintainer timeout (2 weeks) Revision Changes Path 1.30 +1 -3 ports/x11-wm/fluxbox/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 17 12:53: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 769D216A4CE; Sat, 17 Jul 2004 12:53:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57BD343D39; Sat, 17 Jul 2004 12:53:14 +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 i6HCrEPG040814; Sat, 17 Jul 2004 12:53:14 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HCrENZ040813; Sat, 17 Jul 2004 12:53:14 GMT (envelope-from nobutaka) Message-Id: <200407171253.i6HCrENZ040813@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sat, 17 Jul 2004 12:53: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/multimedia/xine 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, 17 Jul 2004 12:53:14 -0000 nobutaka 2004-07-17 12:53:14 UTC FreeBSD ports repository Modified files: multimedia/xine Makefile distinfo Log: Update to 0.99.2. Revision Changes Path 1.56 +1 -1 ports/multimedia/xine/Makefile 1.26 +2 -2 ports/multimedia/xine/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 17 12:58: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 962DF16A4CE; Sat, 17 Jul 2004 12:58:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7819643D1F; Sat, 17 Jul 2004 12:58:53 +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 i6HCwrDY040957; Sat, 17 Jul 2004 12:58:53 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HCwrQp040956; Sat, 17 Jul 2004 12:58:53 GMT (envelope-from krion) Message-Id: <200407171258.i6HCwrQp040956@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 17 Jul 2004 12:58: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/gsasl 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, 17 Jul 2004 12:58:53 -0000 krion 2004-07-17 12:58:53 UTC FreeBSD ports repository Modified files: security/gsasl Makefile distinfo Log: Update to 0.1.2 Revision Changes Path 1.16 +1 -1 ports/security/gsasl/Makefile 1.9 +2 -2 ports/security/gsasl/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 17 13:02: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 94EA116A4CE; Sat, 17 Jul 2004 13:02:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75F3543D39; Sat, 17 Jul 2004 13:02:01 +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 i6HD21jx041142; Sat, 17 Jul 2004 13:02:01 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HD21Y2041141; Sat, 17 Jul 2004 13:02:01 GMT (envelope-from krion) Message-Id: <200407171302.i6HD21Y2041141@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 17 Jul 2004 13:02: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/shells/scponly Makefile distinfo ports/shells/scponly/files extra-patch-ab 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, 17 Jul 2004 13:02:01 -0000 krion 2004-07-17 13:02:01 UTC FreeBSD ports repository Modified files: shells/scponly Makefile distinfo Added files: shells/scponly/files patch-aa Removed files: shells/scponly/files extra-patch-ab Log: Update to 3.11 PR: ports/69179 Submitted by: maintainer Revision Changes Path 1.12 +11 -3 ports/shells/scponly/Makefile 1.8 +2 -2 ports/shells/scponly/distinfo 1.2 +0 -10 ports/shells/scponly/files/extra-patch-ab (dead) 1.1 +14 -0 ports/shells/scponly/files/patch-aa (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 13: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 6570816A4CE; Sat, 17 Jul 2004 13:11:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ECFC43D60; Sat, 17 Jul 2004 13:11:47 +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 i6HDBlM7041481; Sat, 17 Jul 2004 13:11:47 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HDBlmV041480; Sat, 17 Jul 2004 13:11:47 GMT (envelope-from krion) Message-Id: <200407171311.i6HDBlmV041480@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 17 Jul 2004 13: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: ports/security Makefile ports/security/fcrackzip 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: Sat, 17 Jul 2004 13:11:47 -0000 krion 2004-07-17 13:11:47 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/fcrackzip Makefile distinfo pkg-descr Log: Add fcrackzip 0.3, Fcrackzip is a fast and featureful ZIP password cracker, written in portable C (and optional x86 assembly). It allows the user to recover forgotten ZIP archive passwords, using either a brute force or dictionary attack on the provided files. PR: ports/69159 Submitted by: Stefan Walter Revision Changes Path 1.523 +1 -0 ports/security/Makefile 1.1 +37 -0 ports/security/fcrackzip/Makefile (new) 1.1 +2 -0 ports/security/fcrackzip/distinfo (new) 1.1 +6 -0 ports/security/fcrackzip/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 13:12: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 000D216A4CE; Sat, 17 Jul 2004 13:11:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6CB843D49; Sat, 17 Jul 2004 13:11: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 i6HDBxeU041528; Sat, 17 Jul 2004 13:11:59 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HDBxJL041527; Sat, 17 Jul 2004 13:11:59 GMT (envelope-from krion) Message-Id: <200407171311.i6HDBxJL041527@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 17 Jul 2004 13:11: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: Sat, 17 Jul 2004 13:12:00 -0000 krion 2004-07-17 13:11:59 UTC FreeBSD ports repository Modified files: . modules Log: fcrackzip --> ports/security/fcrackzip Revision Changes Path 1.10553 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 17 13:37: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 D1F7116A4CE; Sat, 17 Jul 2004 13:37:31 +0000 (GMT) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69D0843D39; Sat, 17 Jul 2004 13:37:31 +0000 (GMT) (envelope-from chris@unixpages.org) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0I10006MA0FZLB@ms-dienst.rz.rwth-aachen.de>; Sat, 17 Jul 2004 15:36:00 +0200 (MEST) Received: from relay.RWTH-Aachen.DE ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Sat, 17 Jul 2004 15:35:59 +0200 (MEST) Received: from haakonia.hitnet.rwth-aachen.de (haakonia.hitnet.RWTH-Aachen.DE [137.226.181.92])i6HDZwmH022046; Sat, 17 Jul 2004 15:35:58 +0200 (MEST) Received: from gondor.middleearth (gondor.middleearth [192.168.1.42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))(Postfix) with ESMTP id 2EEFB28438; Sat, 17 Jul 2004 15:35:58 +0200 (CEST) Received: by gondor.middleearth (Postfix, from userid 1001) id C5F566106; Sat, 17 Jul 2004 15:35:57 +0200 (CEST) Date: Sat, 17 Jul 2004 15:35:57 +0200 From: Christian Brueffer In-reply-to: <200407171311.i6HDBlmV041480@repoman.freebsd.org> To: Kirill Ponomarew Message-id: <20040717133557.GC1683@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary=7QsOHKuLbhbLTwLB; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.5.1i X-Operating-System: FreeBSD 5.2-CURRENT X-PGP-Key: http://people.freebsd.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200407171311.i6HDBlmV041480@repoman.freebsd.org> cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/security Makefile ports/security/fcrackzip 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: Sat, 17 Jul 2004 13:37:32 -0000 --7QsOHKuLbhbLTwLB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 17, 2004 at 01:11:47PM +0000, Kirill Ponomarew wrote: > krion 2004-07-17 13:11:47 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > security Makefile=20 > Added files: > security/fcrackzip Makefile distinfo pkg-descr=20 > Log: > Add fcrackzip 0.3, > =20 > Fcrackzip is a fast and featureful ZIP password cracker, > written in portable C (and optional x86 assembly). It allows > the user to recover forgotten ZIP archive passwords, using > either a brute force or dictionary attack on the provided > files. > =20 As an end-user, I'd rather expect this in the archivers category. What do you think? - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --7QsOHKuLbhbLTwLB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA+Ss9bHYXjKDtmC0RAhcaAJ9KtVYSSKU/sg5Zj3heOq88adXXVgCdGBTD twf0uTBkeOySmbkrCxvqp9c= =yVAa -----END PGP SIGNATURE----- --7QsOHKuLbhbLTwLB-- From owner-cvs-all@FreeBSD.ORG Sat Jul 17 13:41: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 69D8716A4CE; Sat, 17 Jul 2004 13:41:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B90343D54; Sat, 17 Jul 2004 13:41:25 +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 i6HDfPk0042254; Sat, 17 Jul 2004 13:41:25 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HDfPUp042253; Sat, 17 Jul 2004 13:41:25 GMT (envelope-from brueffer) Message-Id: <200407171341.i6HDfPUp042253@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 17 Jul 2004 13:41:25 +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, 17 Jul 2004 13:41:25 -0000 brueffer 2004-07-17 13:41:25 UTC FreeBSD doc repository Modified files: en/news press.xml Log: Add an article about a FreeBSD-powered motorcycle. Submitted by: Diane Bruce Revision Changes Path 1.144 +11 -1 www/en/news/press.xml From owner-cvs-all@FreeBSD.ORG Sat Jul 17 13:44: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 8109816A4CE; Sat, 17 Jul 2004 13:44:07 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BB7743D46; Sat, 17 Jul 2004 13:44:07 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.34 (FreeBSD)) id 1BlpU1-000Cu9-Tm; Sat, 17 Jul 2004 15:44:09 +0200 Date: Sat, 17 Jul 2004 15:44:09 +0200 From: Kirill Ponomarew To: Christian Brueffer Message-ID: <20040717134409.GV92871@voodoo.oberon.net> References: <200407171311.i6HDBlmV041480@repoman.freebsd.org> <20040717133557.GC1683@unixpages.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="L2YZAWjVjAQ1Un1Q" Content-Disposition: inline In-Reply-To: <20040717133557.GC1683@unixpages.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/security Makefile ports/security/fcrackzip 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: Sat, 17 Jul 2004 13:44:07 -0000 --L2YZAWjVjAQ1Un1Q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Sat, Jul 17, 2004 at 03:35:57PM +0200, Christian Brueffer wrote: > On Sat, Jul 17, 2004 at 01:11:47PM +0000, Kirill Ponomarew wrote: > > krion 2004-07-17 13:11:47 UTC > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > security Makefile=20 > > Added files: > > security/fcrackzip Makefile distinfo pkg-descr=20 > > Log: > > Add fcrackzip 0.3, > > =20 > > Fcrackzip is a fast and featureful ZIP password cracker, > > written in portable C (and optional x86 assembly). It allows > > the user to recover forgotten ZIP archive passwords, using > > either a brute force or dictionary attack on the provided > > files. > > =20 >=20 > As an end-user, I'd rather expect this in the archivers category. What > do you think? I also thought about it, but in security/ we have already a big amount of cracker software, so I decided to put it there.=20 -Kirill --L2YZAWjVjAQ1Un1Q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA+S0pQC1G6a60JuURAnKQAKCnbdRu0aIKbBW9TXmlBj6o6HWnRQCfcS3e wNLaZ9O3aB3jZ5MDefCW7bw= =31Uo -----END PGP SIGNATURE----- --L2YZAWjVjAQ1Un1Q-- From owner-cvs-all@FreeBSD.ORG Sat Jul 17 13: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 97F7616A4CE; Sat, 17 Jul 2004 13:50:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90FC343D48; Sat, 17 Jul 2004 13:50: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 i6HDo6HI042495; Sat, 17 Jul 2004 13:50:06 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HDo69X042494; Sat, 17 Jul 2004 13:50:06 GMT (envelope-from pav) Message-Id: <200407171350.i6HDo69X042494@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Jul 2004 13:50: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/mimedefang Makefile distinfo pkg-plist ports/mail/mimedefang/files patch-Makefile.in 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: Sat, 17 Jul 2004 13:50:06 -0000 pav 2004-07-17 13:50:06 UTC FreeBSD ports repository Modified files: mail/mimedefang Makefile distinfo pkg-plist mail/mimedefang/files patch-Makefile.in Removed files: mail/mimedefang/files patch-embperl.c Log: - Update to 2.44 PR: ports/69178 Submitted by: Andrey V. Pevnev (maintainer) Revision Changes Path 1.36 +2 -3 ports/mail/mimedefang/Makefile 1.30 +2 -2 ports/mail/mimedefang/distinfo 1.8 +12 -12 ports/mail/mimedefang/files/patch-Makefile.in 1.2 +0 -20 ports/mail/mimedefang/files/patch-embperl.c (dead) 1.12 +2 -2 ports/mail/mimedefang/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 17 14: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 B6E8016A4CE; Sat, 17 Jul 2004 14:18:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B011243D46; Sat, 17 Jul 2004 14:18: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 i6HEITph043338; Sat, 17 Jul 2004 14:18:29 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HEITSg043337; Sat, 17 Jul 2004 14:18:29 GMT (envelope-from pav) Message-Id: <200407171418.i6HEITSg043337@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Jul 2004 14:18: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/comms/gfax Makefile distinfo pkg-plist ports/comms/gfax/files patch-Makefile patch-gfax patch-gfaxlpr patch-scripts_printer-setup.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, 17 Jul 2004 14:18:29 -0000 pav 2004-07-17 14:18:29 UTC FreeBSD ports repository Modified files: comms/gfax Makefile distinfo pkg-plist Added files: comms/gfax/files patch-Makefile patch-gfax patch-gfaxlpr patch-scripts_printer-setup.sh Log: - Update to 0.6.4 PR: ports/69119 Submitted by: John Merryweather Cooper (maintainer) Revision Changes Path 1.7 +30 -44 ports/comms/gfax/Makefile 1.4 +2 -2 ports/comms/gfax/distinfo 1.1 +95 -0 ports/comms/gfax/files/patch-Makefile (new) 1.1 +31 -0 ports/comms/gfax/files/patch-gfax (new) 1.1 +16 -0 ports/comms/gfax/files/patch-gfaxlpr (new) 1.1 +39 -0 ports/comms/gfax/files/patch-scripts_printer-setup.sh (new) 1.4 +14 -37 ports/comms/gfax/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 17 14:21: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 9B6D816A4CE; Sat, 17 Jul 2004 14:21:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F08C43D3F; Sat, 17 Jul 2004 14:21:05 +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 i6HEL5us043512; Sat, 17 Jul 2004 14:21:05 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HEL5t6043511; Sat, 17 Jul 2004 14:21:05 GMT (envelope-from arved) Message-Id: <200407171421.i6HEL5t6043511@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 17 Jul 2004 14:21: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/xroads 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, 17 Jul 2004 14:21:05 -0000 arved 2004-07-17 14:21:05 UTC FreeBSD ports repository Modified files: games/xroads Makefile Log: Mark BROKEN on amd64, program crashes after a few seconds Revision Changes Path 1.15 +7 -1 ports/games/xroads/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 17 14:21: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 109AA16A4CE; Sat, 17 Jul 2004 14:21:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A0AB43D2D; Sat, 17 Jul 2004 14:21:14 +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 i6HELDoF043595; Sat, 17 Jul 2004 14:21:13 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HELDO9043594; Sat, 17 Jul 2004 14:21:13 GMT (envelope-from eik) Message-Id: <200407171421.i6HELDO9043594@repoman.freebsd.org> From: Oliver Eikemeier Date: Sat, 17 Jul 2004 14:21: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 UPDATING ports/mail/exim Makefile distinfo options pkg-install pkg-plist ports/mail/exim/files patch-src::EDITME patch-src::daemon.c xpatch-exiscan2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 14:21:14 -0000 eik 2004-07-17 14:21:13 UTC FreeBSD ports repository Modified files: . UPDATING mail/exim Makefile distinfo pkg-install pkg-plist mail/exim/files patch-src::EDITME Added files: mail/exim options mail/exim/files xpatch-exiscan2 Removed files: mail/exim/files patch-src::daemon.c Log: - Update to version 4.40 - Support for WITH_SPF and WITH_SRS via libspf2/libsrs2, needs exiscan - Note for 5.x users: the default location of the start/stop file has changed. Build WITH_RCORDER=yes when you depend on the old behaviour - WITH_OPENLDAP_VER and WITH_MYSQL_VER does no longer imply the corresponding WITH_ variable. - experimental support for optionsng from devel/portmk Revision Changes Path 1.44 +13 -1 ports/UPDATING 1.183 +55 -35 ports/mail/exim/Makefile 1.71 +4 -4 ports/mail/exim/distinfo 1.19 +1 -1 ports/mail/exim/files/patch-src::EDITME 1.6 +0 -19 ports/mail/exim/files/patch-src::daemon.c (dead) 1.1 +616 -0 ports/mail/exim/files/xpatch-exiscan2 (new) 1.1 +239 -0 ports/mail/exim/options (new) 1.12 +5 -4 ports/mail/exim/pkg-install 1.39 +4 -3 ports/mail/exim/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 17 14:23: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 A843C16A4CE; Sat, 17 Jul 2004 14:23:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B84943D4C; Sat, 17 Jul 2004 14:23:34 +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 i6HENY2n043672; Sat, 17 Jul 2004 14:23:34 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HENY5A043671; Sat, 17 Jul 2004 14:23:34 GMT (envelope-from eik) Message-Id: <200407171423.i6HENY5A043671@repoman.freebsd.org> From: Oliver Eikemeier Date: Sat, 17 Jul 2004 14:23: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/Mk bsd.port.mk 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, 17 Jul 2004 14:23:34 -0000 eik 2004-07-17 14:23:34 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk . UPDATING Log: make OpenLDAP 2.2 the default version Revision Changes Path 1.493 +3 -3 ports/Mk/bsd.port.mk 1.45 +9 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Sat Jul 17 14: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 A798D16A4CE; Sat, 17 Jul 2004 14:24:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A190943D54; Sat, 17 Jul 2004 14:24: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 i6HEOxaD043768; Sat, 17 Jul 2004 14:24:59 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HEOxxU043767; Sat, 17 Jul 2004 14:24:59 GMT (envelope-from eik) Message-Id: <200407171424.i6HEOxxU043767@repoman.freebsd.org> From: Oliver Eikemeier Date: Sat, 17 Jul 2004 14:24: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/portmk/Mk bsd.port.post.mk bsd.port.pre.mk ports/devel/portmk/files Features KnownIssues ports/devel/portmk/scripts options.pl options.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, 17 Jul 2004 14:24:59 -0000 eik 2004-07-17 14:24:59 UTC FreeBSD ports repository Modified files: devel/portmk/Mk bsd.port.post.mk bsd.port.pre.mk devel/portmk/files Features KnownIssues Added files: devel/portmk/scripts options.pl options.sh Log: - synchronize with recent changes in bsd.port.mk - work in progress: optionsng, cleanroom installation Revision Changes Path 1.4 +356 -131 ports/devel/portmk/Mk/bsd.port.post.mk 1.3 +10 -6 ports/devel/portmk/Mk/bsd.port.pre.mk 1.2 +16 -2 ports/devel/portmk/files/Features 1.2 +1 -2 ports/devel/portmk/files/KnownIssues 1.1 +373 -0 ports/devel/portmk/scripts/options.pl (new) 1.1 +293 -0 ports/devel/portmk/scripts/options.sh (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 14:28: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 F2BA816A4CE; Sat, 17 Jul 2004 14:28:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D528243D5A; Sat, 17 Jul 2004 14:28: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 i6HES3Hl043895; Sat, 17 Jul 2004 14:28:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HES3F2043894; Sat, 17 Jul 2004 14:28:03 GMT (envelope-from pav) Message-Id: <200407171428.i6HES3F2043894@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Jul 2004 14:28: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/net/happystats 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, 17 Jul 2004 14:28:04 -0000 pav 2004-07-17 14:28:03 UTC FreeBSD ports repository Modified files: net/happystats Makefile Log: - Unbreak on 5.x and portlint PR: ports/69154 Submitted by: Andrej Zverev Revision Changes Path 1.4 +6 -5 ports/net/happystats/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 17 14:38: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 B7C3F16A4CE; Sat, 17 Jul 2004 14:38:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BDF143D53; Sat, 17 Jul 2004 14:38:42 +0000 (GMT) (envelope-from bp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6HEcgUe044208; Sat, 17 Jul 2004 14:38:42 GMT (envelope-from bp@repoman.freebsd.org) Received: (from bp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HEcggW044207; Sat, 17 Jul 2004 14:38:42 GMT (envelope-from bp) Message-Id: <200407171438.i6HEcggW044207@repoman.freebsd.org> From: Boris Popov Date: Sat, 17 Jul 2004 14:38: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/smbfs/examples dot.nsmbrc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 14:38:42 -0000 bp 2004-07-17 14:38:42 UTC FreeBSD src repository Modified files: contrib/smbfs/examples dot.nsmbrc Log: Use correct location for nsmb.conf file. PR: misc/45273 Revision Changes Path 1.2 +6 -4 src/contrib/smbfs/examples/dot.nsmbrc From owner-cvs-all@FreeBSD.ORG Sat Jul 17 14:42: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 A8E4D16A4CF; Sat, 17 Jul 2004 14:42:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AB1343D1F; Sat, 17 Jul 2004 14:42:14 +0000 (GMT) (envelope-from bp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6HEgECc044356; Sat, 17 Jul 2004 14:42:14 GMT (envelope-from bp@repoman.freebsd.org) Received: (from bp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HEgEwO044355; Sat, 17 Jul 2004 14:42:14 GMT (envelope-from bp) Message-Id: <200407171442.i6HEgEwO044355@repoman.freebsd.org> From: Boris Popov Date: Sat, 17 Jul 2004 14:42:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/contrib/smbfs/examples dot.nsmbrc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 14:42:14 -0000 bp 2004-07-17 14:42:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) contrib/smbfs/examples dot.nsmbrc Log: MFC: Use correct location for nsmb.conf file. Revision Changes Path 1.1.1.1.2.3 +2 -1 src/contrib/smbfs/examples/dot.nsmbrc From owner-cvs-all@FreeBSD.ORG Sat Jul 17 14:47: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 AD01E16A4CE; Sat, 17 Jul 2004 14:47:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5B6A43D31; Sat, 17 Jul 2004 14:47:34 +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 i6HElYTu044577; Sat, 17 Jul 2004 14:47:34 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HElYIL044576; Sat, 17 Jul 2004 14:47:34 GMT (envelope-from metal) Message-Id: <200407171447.i6HElYIL044576@repoman.freebsd.org> From: SUZUKI Koichi Date: Sat, 17 Jul 2004 14:47: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/ja_JP.eucJP/man/man2 semop.2doc/ja_JP.eucJP/man/man3 syslog.3 doc/ja_JP.eucJP/man/man4 tl.4 doc/ja_JP.eucJP/man/man5 hosts_access.5 hosts_options.5 doc/ja_JP.eucJP/man/man8 lpd.8 tcpdchk.8 tcpdmatch.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, 17 Jul 2004 14:47:34 -0000 metal 2004-07-17 14:47:34 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man2 semop.2 ja_JP.eucJP/man/man3 syslog.3 ja_JP.eucJP/man/man4 tl.4 ja_JP.eucJP/man/man5 hosts_access.5 hosts_options.5 ja_JP.eucJP/man/man8 lpd.8 tcpdchk.8 tcpdmatch.8 Log: Fix '\"' -> '.\"'. Since these '\"'s cause unnecessary blank lines, these should be turned to comments. Submitted by: Nobuyuki Koganemaru Approved by: kuriyama (mentor/implicitly) Revision Changes Path 1.13 +1 -1 doc/ja_JP.eucJP/man/man2/semop.2 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/syslog.3 1.3 +1 -1 doc/ja_JP.eucJP/man/man4/tl.4 1.8 +2 -2 doc/ja_JP.eucJP/man/man5/hosts_access.5 1.5 +2 -2 doc/ja_JP.eucJP/man/man5/hosts_options.5 1.20 +1 -1 doc/ja_JP.eucJP/man/man8/lpd.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/tcpdchk.8 1.4 +2 -2 doc/ja_JP.eucJP/man/man8/tcpdmatch.8 From owner-cvs-all@FreeBSD.ORG Sat Jul 17 14:48: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 D4DEB16A4CE; Sat, 17 Jul 2004 14:48:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6BDE43D49; Sat, 17 Jul 2004 14:48:46 +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 i6HEmkMB044632; Sat, 17 Jul 2004 14:48:46 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HEmkMp044631; Sat, 17 Jul 2004 14:48:46 GMT (envelope-from sos) Message-Id: <200407171448.i6HEmkMp044631@repoman.freebsd.org> From: Søren Schmidt Date: Sat, 17 Jul 2004 14:48: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/dev/ata ata-chipset.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 14:48:47 -0000 sos 2004-07-17 14:48:46 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c Log: Dont set "address setup timing" on newer VIA chips. closes PR: 69180 Revision Changes Path 1.76 +2 -1 src/sys/dev/ata/ata-chipset.c From owner-cvs-all@FreeBSD.ORG Sat Jul 17 14: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 AF34116A4CE; Sat, 17 Jul 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 9197A43D39; Sat, 17 Jul 2004 14:58: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 i6HEwJM1044959; Sat, 17 Jul 2004 14:58:19 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HEwJhO044958; Sat, 17 Jul 2004 14:58:19 GMT (envelope-from marcus) Message-Id: <200407171458.i6HEwJhO044958@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 17 Jul 2004 14:58: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 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, 17 Jul 2004 14:58:19 -0000 marcus 2004-07-17 14:58:19 UTC FreeBSD ports repository Modified files: . UPDATING Log: Remove all trailing whitespace. Revision Changes Path 1.46 +3 -3 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Sat Jul 17 15:03: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 40B3216A4CE; Sat, 17 Jul 2004 15:03:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 242EC43D31; Sat, 17 Jul 2004 15:03:53 +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 i6HF3rgu045112; Sat, 17 Jul 2004 15:03:53 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HF3rJS045111; Sat, 17 Jul 2004 15:03:53 GMT (envelope-from stefanf) Message-Id: <200407171503.i6HF3rJS045111@repoman.freebsd.org> From: Stefan Farfeleder Date: Sat, 17 Jul 2004 15:03: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/lib/msun/src math.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, 17 Jul 2004 15:03:53 -0000 stefanf 2004-07-17 15:03:52 UTC FreeBSD src repository Modified files: lib/msun/src math.h Log: Fix minor namespace pollution: The prototypes for f{dim,max,min}(), nearbyint(), round() and trunc() shouldn't be visible when compiling with -D_XOPEN_SOURCE=500. Revision Changes Path 1.42 +6 -6 src/lib/msun/src/math.h From owner-cvs-all@FreeBSD.ORG Sat Jul 17 15:08: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 224F116A4CE; Sat, 17 Jul 2004 15:08:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C1B243D2D; Sat, 17 Jul 2004 15:08:18 +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 i6HF8H1s045430; Sat, 17 Jul 2004 15:08:17 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HF8HCS045429; Sat, 17 Jul 2004 15:08:17 GMT (envelope-from metal) Message-Id: <200407171508.i6HF8HCS045429@repoman.freebsd.org> From: SUZUKI Koichi Date: Sat, 17 Jul 2004 15:08:17 +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 cvs.1 ee.1 fdread.1 pkg_delete.1 stty.1 doc/ja_JP.eucJP/man/man3 glob.3 libalias.3 lockf.3 login_ok.3 doc/ja_JP.eucJP/man/man5 login.conf.5 doc/ja_JP.eucJP/man/man7 groff_mm.7 roff.7 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 15:08:18 -0000 metal 2004-07-17 15:08:17 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 cvs.1 ee.1 fdread.1 pkg_delete.1 stty.1 ja_JP.eucJP/man/man3 glob.3 libalias.3 lockf.3 login_ok.3 ja_JP.eucJP/man/man5 login.conf.5 ja_JP.eucJP/man/man7 groff_mm.7 roff.7 ja_JP.eucJP/man/man8 boot0cfg.8 chown.8 fingerd.8 moused.8 spppcontrol.8 ja_JP.eucJP/man/man9 VOP_LINK.9 Log: Fix typos. Submitted by: kano@na.rim.or.jp Approved by: kuriyama (mentor/implicitly) Revision Changes Path 1.22 +1 -1 doc/ja_JP.eucJP/man/man1/cvs.1 1.21 +2 -2 doc/ja_JP.eucJP/man/man1/ee.1 1.2 +1 -1 doc/ja_JP.eucJP/man/man1/fdread.1 1.21 +1 -1 doc/ja_JP.eucJP/man/man1/pkg_delete.1 1.21 +1 -1 doc/ja_JP.eucJP/man/man1/stty.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/glob.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/libalias.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/lockf.3 1.7 +1 -1 doc/ja_JP.eucJP/man/man3/login_ok.3 1.31 +1 -1 doc/ja_JP.eucJP/man/man5/login.conf.5 1.17 +1 -1 doc/ja_JP.eucJP/man/man7/groff_mm.7 1.7 +1 -1 doc/ja_JP.eucJP/man/man7/roff.7 1.16 +1 -1 doc/ja_JP.eucJP/man/man8/boot0cfg.8 1.19 +1 -1 doc/ja_JP.eucJP/man/man8/chown.8 1.10 +1 -1 doc/ja_JP.eucJP/man/man8/fingerd.8 1.33 +1 -1 doc/ja_JP.eucJP/man/man8/moused.8 1.14 +1 -1 doc/ja_JP.eucJP/man/man8/spppcontrol.8 1.11 +1 -1 doc/ja_JP.eucJP/man/man9/VOP_LINK.9 From owner-cvs-all@FreeBSD.ORG Sat Jul 17 15: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 5F3A116A4CE; Sat, 17 Jul 2004 15:14:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42CA243D1F; Sat, 17 Jul 2004 15:14:43 +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 i6HFEhlY045618; Sat, 17 Jul 2004 15:14:43 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HFEh9Z045617; Sat, 17 Jul 2004 15:14:43 GMT (envelope-from cperciva) Message-Id: <200407171514.i6HFEh9Z045617@repoman.freebsd.org> From: Colin Percival Date: Sat, 17 Jul 2004 15:14: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/share/man/man9 suser.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, 17 Jul 2004 15:14:43 -0000 cperciva 2004-07-17 15:14:43 UTC FreeBSD src repository Modified files: share/man/man9 suser.9 Log: Add a BUGS entry pointing out that the ASU flag isn't being set. This was disabled by rwatson in revision 1.60 of sys/kern/kern_prot.c in August 2000. Revision Changes Path 1.23 +7 -0 src/share/man/man9/suser.9 From owner-cvs-all@FreeBSD.ORG Sat Jul 17 15:14: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 DED0B16A4CE; Sat, 17 Jul 2004 15:14:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7EF343D1F; Sat, 17 Jul 2004 15:14: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 i6HFEpai045664; Sat, 17 Jul 2004 15:14:51 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HFEpx1045663; Sat, 17 Jul 2004 15:14:51 GMT (envelope-from marcus) Message-Id: <200407171514.i6HFEpx1045663@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 17 Jul 2004 15:14: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/databases/libgda2/files patch-libgda_gda-util.c patch-providers_ldap_gda-ldap-provider.c patch-providers_oracle_utils.c patch-providers_sqlite_gda-sqlite-provider.c patch-providers_xml_gda-xml-provider.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 15:14:52 -0000 marcus 2004-07-17 15:14:51 UTC FreeBSD ports repository Added files: databases/libgda2/files patch-libgda_gda-util.c patch-providers_ldap_gda-ldap-provider.c patch-providers_mdb_gda-mdb-provider.c patch-providers_oracle_utils.c patch-providers_sqlite_gda-sqlite-provider.c patch-providers_xml_gda-xml-provider.c Log: Fix build with GCC 3.4. Reported by: pointyhat via kris Obtained from: libgda CVS Revision Changes Path 1.1 +11 -0 ports/databases/libgda2/files/patch-libgda_gda-util.c (new) 1.1 +20 -0 ports/databases/libgda2/files/patch-providers_ldap_gda-ldap-provider.c (new) 1.1 +20 -0 ports/databases/libgda2/files/patch-providers_mdb_gda-mdb-provider.c (new) 1.1 +11 -0 ports/databases/libgda2/files/patch-providers_oracle_utils.c (new) 1.1 +20 -0 ports/databases/libgda2/files/patch-providers_sqlite_gda-sqlite-provider.c (new) 1.1 +11 -0 ports/databases/libgda2/files/patch-providers_xml_gda-xml-provider.c (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 15: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 8938D16A4CE; Sat, 17 Jul 2004 15:15:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C36E43D2F; Sat, 17 Jul 2004 15:15:32 +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 i6HFFWRB045758; Sat, 17 Jul 2004 15:15:32 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HFFWca045757; Sat, 17 Jul 2004 15:15:32 GMT (envelope-from nobutaka) Message-Id: <200407171515.i6HFFWca045757@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sat, 17 Jul 2004 15: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/www/w3m 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, 17 Jul 2004 15:15:32 -0000 nobutaka 2004-07-17 15:15:32 UTC FreeBSD ports repository Modified files: www/w3m Makefile Log: Fix configure error caused by boehm-gc with the REDIRECT option. Revision Changes Path 1.69 +11 -4 ports/www/w3m/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 17 15:17: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 E8C9916A4CE; Sat, 17 Jul 2004 15:17:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB89B43D3F; Sat, 17 Jul 2004 15:17:24 +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 i6HFHOl1045816; Sat, 17 Jul 2004 15:17:24 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HFHOlU045815; Sat, 17 Jul 2004 15:17:24 GMT (envelope-from arved) Message-Id: <200407171517.i6HFHOlU045815@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 17 Jul 2004 15:17: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/games/ninix-aya 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, 17 Jul 2004 15:17:25 -0000 arved 2004-07-17 15:17:24 UTC FreeBSD ports repository Modified files: games/ninix-aya Makefile distinfo Log: Update to 3.0.1 PR: 69189 Submitted by: UMENO Takashi Revision Changes Path 1.10 +2 -2 ports/games/ninix-aya/Makefile 1.7 +2 -2 ports/games/ninix-aya/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 17 15:21: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 0CD6716A4CE; Sat, 17 Jul 2004 15:21:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3E0A43D31; Sat, 17 Jul 2004 15:21:34 +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 i6HFLY8Z045962; Sat, 17 Jul 2004 15:21:34 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HFLYB7045961; Sat, 17 Jul 2004 15:21:34 GMT (envelope-from cperciva) Message-Id: <200407171521.i6HFLYB7045961@repoman.freebsd.org> From: Colin Percival Date: Sat, 17 Jul 2004 15:21: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/man9 suser.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, 17 Jul 2004 15:21:35 -0000 cperciva 2004-07-17 15:21:34 UTC FreeBSD src repository Modified files: share/man/man9 suser.9 Log: Document the SUSER_RUID flag. Reminded by: pjd Revision Changes Path 1.24 +14 -2 src/share/man/man9/suser.9 From owner-cvs-all@FreeBSD.ORG Sat Jul 17 15:26: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 7C18D16A4CE; Sat, 17 Jul 2004 15:26:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EBDC43D45; Sat, 17 Jul 2004 15:26: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 i6HFQnEV046116; Sat, 17 Jul 2004 15:26:49 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HFQnKc046115; Sat, 17 Jul 2004 15:26:49 GMT (envelope-from eik) Message-Id: <200407171526.i6HFQnKc046115@repoman.freebsd.org> From: Oliver Eikemeier Date: Sat, 17 Jul 2004 15:26: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 CHANGES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 15:26:49 -0000 eik 2004-07-17 15:26:49 UTC FreeBSD ports repository Modified files: . CHANGES Log: Note that OpenLDAP version 2.2 is now the default.` Reminded by: marcus Revision Changes Path 1.24 +11 -1 ports/CHANGES From owner-cvs-all@FreeBSD.ORG Sat Jul 17 15:27: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 A4AE116A4CE; Sat, 17 Jul 2004 15:27:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 852E843D31; Sat, 17 Jul 2004 15:26:59 +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 i6HFQx98046147; Sat, 17 Jul 2004 15:26:59 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HFQxn4046146; Sat, 17 Jul 2004 15:26:59 GMT (envelope-from arved) Message-Id: <200407171526.i6HFQxn4046146@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 17 Jul 2004 15:26: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/x11-themes/qinx 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, 17 Jul 2004 15:27:00 -0000 arved 2004-07-17 15:26:59 UTC FreeBSD ports repository Modified files: x11-themes/qinx Makefile distinfo Log: Update to 1.1 PR: 69138 Submitted by: David Johnson Revision Changes Path 1.11 +3 -2 ports/x11-themes/qinx/Makefile 1.6 +2 -2 ports/x11-themes/qinx/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 17 15:34: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 78A4616A4CE; Sat, 17 Jul 2004 15:34:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AE1C43D60; Sat, 17 Jul 2004 15:34: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 i6HFYrn5046330; Sat, 17 Jul 2004 15:34:53 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HFYrHd046329; Sat, 17 Jul 2004 15:34:53 GMT (envelope-from pav) Message-Id: <200407171534.i6HFYrHd046329@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Jul 2004 15:34: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/amule 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, 17 Jul 2004 15:34:53 -0000 pav 2004-07-17 15:34:53 UTC FreeBSD ports repository Modified files: net/amule Makefile distinfo pkg-plist Log: - Update to 1.2.8 PR: ports/69122 Submitted by: Ganael LAPLANCHE (maintainer) Revision Changes Path 1.8 +1 -1 ports/net/amule/Makefile 1.4 +2 -2 ports/net/amule/distinfo 1.3 +11 -11 ports/net/amule/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 17 15:35: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 D246F16A4CE; Sat, 17 Jul 2004 15:35:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B542243D45; Sat, 17 Jul 2004 15:35:54 +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 i6HFZsAw047431; Sat, 17 Jul 2004 15:35:54 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HFZshx047422; Sat, 17 Jul 2004 15:35:54 GMT (envelope-from arved) Message-Id: <200407171535.i6HFZshx047422@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 17 Jul 2004 15: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/editors/e3 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, 17 Jul 2004 15:35:55 -0000 arved 2004-07-17 15:35:54 UTC FreeBSD ports repository Modified files: editors/e3 Makefile distinfo Log: Update to 2.60 PR: 69061 Submitted by: Joseph Scott Revision Changes Path 1.17 +4 -2 ports/editors/e3/Makefile 1.14 +2 -2 ports/editors/e3/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 17 15:41: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 302B616A4CE; Sat, 17 Jul 2004 15:41:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13A4F43D1D; Sat, 17 Jul 2004 15:41: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 i6HFfQqG049091; Sat, 17 Jul 2004 15:41:26 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HFfQeC049090; Sat, 17 Jul 2004 15:41:26 GMT (envelope-from brueffer) Message-Id: <200407171541.i6HFfQeC049090@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 17 Jul 2004 15:41:26 +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 consult.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, 17 Jul 2004 15:41:27 -0000 brueffer 2004-07-17 15:41:26 UTC FreeBSD doc repository Modified files: en/commercial consult.xml Log: Add Wirewalk Technologies Submitted by: Lenny Shovsky Revision Changes Path 1.10 +15 -1 www/en/commercial/consult.xml From owner-cvs-all@FreeBSD.ORG Sat Jul 17 15:48: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 5B3DC16A4CE; Sat, 17 Jul 2004 15:48:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FD9443D39; Sat, 17 Jul 2004 15:48: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 i6HFmj9v049263; Sat, 17 Jul 2004 15:48:45 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HFmj4L049262; Sat, 17 Jul 2004 15:48:45 GMT (envelope-from marcus) Message-Id: <200407171548.i6HFmj4L049262@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 17 Jul 2004 15:48: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/gnome gconf.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, 17 Jul 2004 15:48:45 -0000 marcus 2004-07-17 15:48:45 UTC FreeBSD doc repository Modified files: en/gnome gconf.pl Log: Tighten the check for improper GConf schema handling so that we only look in the GConf schemas directory. Reported by: ftp/pure-ftpd via pav Revision Changes Path 1.2 +2 -2 www/en/gnome/gconf.pl From owner-cvs-all@FreeBSD.ORG Sat Jul 17 15:52: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 E3E4816A4CE; Sat, 17 Jul 2004 15:52:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C806F43D31; Sat, 17 Jul 2004 15:52: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 i6HFqkXY049465; Sat, 17 Jul 2004 15:52:46 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HFqkFA049464; Sat, 17 Jul 2004 15:52:46 GMT (envelope-from eik) Message-Id: <200407171552.i6HFqkFA049464@repoman.freebsd.org> From: Oliver Eikemeier Date: Sat, 17 Jul 2004 15:52: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/portmk/scripts options.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, 17 Jul 2004 15:52:47 -0000 eik 2004-07-17 15:52:46 UTC FreeBSD ports repository Modified files: devel/portmk/scripts options.sh Log: create /var/db/options when it doesn't exist Revision Changes Path 1.2 +7 -1 ports/devel/portmk/scripts/options.sh From owner-cvs-all@FreeBSD.ORG Sat Jul 17 15:53: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 786D616A4CE; Sat, 17 Jul 2004 15:53:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7283243D31; Sat, 17 Jul 2004 15:53: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 i6HFrQhx049556; Sat, 17 Jul 2004 15:53:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HFrQ8E049555; Sat, 17 Jul 2004 15:53:26 GMT (envelope-from pav) Message-Id: <200407171553.i6HFrQ8E049555@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Jul 2004 15:53: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/games Makefile ports/games/dodgindiamond2 Makefile distinfo pkg-descr pkg-plistpatch-src::data::Makefile.in 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, 17 Jul 2004 15:53:26 -0000 pav 2004-07-17 15:53:26 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/dodgindiamond2 Makefile distinfo pkg-descr pkg-plist games/dodgindiamond2/files patch-src::Makefile.in patch-src::data::Makefile.in patch-src::main.c Log: Add Dodging Diamond 2, an old school shoot-em up game. PR: ports/69102 Submitted by: Jean-Yves Lefort Revision Changes Path 1.703 +1 -0 ports/games/Makefile 1.1 +42 -0 ports/games/dodgindiamond2/Makefile (new) 1.1 +2 -0 ports/games/dodgindiamond2/distinfo (new) 1.1 +11 -0 ports/games/dodgindiamond2/files/patch-src::Makefile.in (new) 1.1 +19 -0 ports/games/dodgindiamond2/files/patch-src::data::Makefile.in (new) 1.1 +29 -0 ports/games/dodgindiamond2/files/patch-src::main.c (new) 1.1 +9 -0 ports/games/dodgindiamond2/pkg-descr (new) 1.1 +23 -0 ports/games/dodgindiamond2/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 15: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 A389016A4CE; Sat, 17 Jul 2004 15:54:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8602843D3F; Sat, 17 Jul 2004 15:54: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 i6HFsCqh049598; Sat, 17 Jul 2004 15:54:12 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HFsCA5049597; Sat, 17 Jul 2004 15:54:12 GMT (envelope-from pav) Message-Id: <200407171554.i6HFsCA5049597@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Jul 2004 15:54:12 +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, 17 Jul 2004 15:54:12 -0000 pav 2004-07-17 15:54:12 UTC FreeBSD ports repository Modified files: . modules Log: dodgindiamond2 --> ports/games/dodgindiamond2 Revision Changes Path 1.10554 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 17 16: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 AA92E16A4CE; Sat, 17 Jul 2004 16:20:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DBB243D1F; Sat, 17 Jul 2004 16:20:37 +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 i6HGKbEn050369; Sat, 17 Jul 2004 16:20:37 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HGKbX3050368; Sat, 17 Jul 2004 16:20:37 GMT (envelope-from arved) Message-Id: <200407171620.i6HGKbX3050368@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 17 Jul 2004 16:20: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/pgpkeys arved.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, 17 Jul 2004 16:20:37 -0000 arved 2004-07-17 16:20:37 UTC FreeBSD doc repository (ports committer) Modified files: share/pgpkeys arved.key Log: - My key expired in June, add a new subkey. (gpg sucks and doesn't tell you unless you edit the key - Add a few dozen sigs while I am here Revision Changes Path 1.4 +1340 -372 doc/share/pgpkeys/arved.key From owner-cvs-all@FreeBSD.ORG Sat Jul 17 16:38: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 C51A416A4CE; Sat, 17 Jul 2004 16:38:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A747F43D4C; Sat, 17 Jul 2004 16:38:10 +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 i6HGcART050809; Sat, 17 Jul 2004 16:38:10 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HGcAFr050808; Sat, 17 Jul 2004 16:38:10 GMT (envelope-from olgeni) Message-Id: <200407171638.i6HGcAFr050808@repoman.freebsd.org> From: Jimmy Olgeni Date: Sat, 17 Jul 2004 16:38: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/devel/py_otp_interface Makefile distinfo ports/devel/py_otp_interface/files patch-erl__term.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 16:38:10 -0000 olgeni 2004-07-17 16:38:10 UTC FreeBSD ports repository Modified files: devel/py_otp_interface Makefile distinfo Removed files: devel/py_otp_interface/files patch-erl__term.py Log: Upgrade to version 0.92 (lots of bug fixes). Revision Changes Path 1.6 +2 -4 ports/devel/py_otp_interface/Makefile 1.3 +2 -2 ports/devel/py_otp_interface/distinfo 1.4 +0 -37 ports/devel/py_otp_interface/files/patch-erl__term.py (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 16:52: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 1E67C16A4CE; Sat, 17 Jul 2004 16:52:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0240E43D31; Sat, 17 Jul 2004 16:52:26 +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 i6HGqP3k051211; Sat, 17 Jul 2004 16:52:25 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HGqPV2051210; Sat, 17 Jul 2004 16:52:25 GMT (envelope-from vanilla) Message-Id: <200407171652.i6HGqPV2051210@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 17 Jul 2004 16:52: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/p5-XML-Atom 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, 17 Jul 2004 16:52:26 -0000 vanilla 2004-07-17 16:52:25 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Atom Makefile distinfo Log: - update from 0.07 to 0.08 - add new dependency "p5-LWP-Authen-Wsse" PR: ports/69196 Submitted by: maintainer Revision Changes Path 1.5 +3 -1 ports/textproc/p5-XML-Atom/Makefile 1.6 +2 -2 ports/textproc/p5-XML-Atom/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 17 16: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 4441516A4CE; Sat, 17 Jul 2004 16:53:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 275C643D46; Sat, 17 Jul 2004 16:53: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 i6HGrPjT051307; Sat, 17 Jul 2004 16:53:25 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HGrPVT051306; Sat, 17 Jul 2004 16:53:25 GMT (envelope-from krion) Message-Id: <200407171653.i6HGrPVT051306@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 17 Jul 2004 16: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/astro/phoon Makefile ports/astro/pp3 Makefile ports/audio/jack 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, 17 Jul 2004 16:53:25 -0000 krion 2004-07-17 16:53:25 UTC FreeBSD ports repository Modified files: astro/phoon Makefile astro/pp3 Makefile audio/jack Makefile Log: Do not include the package name in the comment. PR: ports/69181, ports/69182, ports/69183 Submitted by: Ports Fury Revision Changes Path 1.5 +1 -1 ports/astro/phoon/Makefile 1.2 +1 -1 ports/astro/pp3/Makefile 1.15 +1 -1 ports/audio/jack/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 17 16: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 221DE16A4D0; Sat, 17 Jul 2004 16:53:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0512D43D1F; Sat, 17 Jul 2004 16:53:30 +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 i6HGrTPx051338; Sat, 17 Jul 2004 16:53:29 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HGrTmQ051337; Sat, 17 Jul 2004 16:53:29 GMT (envelope-from vanilla) Message-Id: <200407171653.i6HGrTmQ051337@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 17 Jul 2004 16:53: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/p5-XML-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: Sat, 17 Jul 2004 16:53:30 -0000 vanilla 2004-07-17 16:53:29 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Writer Makefile distinfo Log: - update from 0.500 to 0.510 - from Changes - Permitted in-document namespace prefix control - Don't reopen STDOUT for output (closes #6232) - Moved tests into t/. Added tests for mid-document namespace changes. Show diffs when comparison tests fail PR: ports/69197 Submitted by: maintainer Revision Changes Path 1.10 +1 -1 ports/textproc/p5-XML-Writer/Makefile 1.5 +2 -3 ports/textproc/p5-XML-Writer/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 17 16: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 CE4EE16A4CE; Sat, 17 Jul 2004 16:54:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B271F43D39; Sat, 17 Jul 2004 16:54:30 +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 i6HGsUgD051382; Sat, 17 Jul 2004 16:54:30 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HGsUKj051381; Sat, 17 Jul 2004 16:54:30 GMT (envelope-from vanilla) Message-Id: <200407171654.i6HGsUKj051381@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 17 Jul 2004 16:54: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/textproc/p5-WordNet-QueryData 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, 17 Jul 2004 16:54:31 -0000 vanilla 2004-07-17 16:54:30 UTC FreeBSD ports repository Modified files: textproc/p5-WordNet-QueryData Makefile distinfo Log: - from 1.31 to 1.33 - from ChangeLog * Update "LOCATING THE WORDNET DATABASE" documentation (kudos to Jason R Michelizzi for pointing out that this needed updating) PR: ports/69198 Submitted by: maintainer Revision Changes Path 1.7 +2 -2 ports/textproc/p5-WordNet-QueryData/Makefile 1.4 +2 -2 ports/textproc/p5-WordNet-QueryData/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 17 16:56: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 82FE216A4CE; Sat, 17 Jul 2004 16:56:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66BCB43D39; Sat, 17 Jul 2004 16:56:46 +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 i6HGuk1I051525; Sat, 17 Jul 2004 16:56:46 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HGuko5051524; Sat, 17 Jul 2004 16:56:46 GMT (envelope-from rwatson) Message-Id: <200407171656.i6HGuko5051524@repoman.freebsd.org> From: Robert Watson Date: Sat, 17 Jul 2004 16:56: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/tools/regression/sockets/accept_fd_leak Makefile accept_fd_leak.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 16:56:46 -0000 rwatson 2004-07-17 16:56:46 UTC FreeBSD src repository Added files: tools/regression/sockets/accept_fd_leak Makefile accept_fd_leak.c Log: Add simple regression test to detect leakage of file descriptors when accept() returns EAGAIN on a non-blocking listen socket. This is the tool I used to check that such a bug was resolved when merging accept() locking. Revision Changes Path 1.1 +11 -0 src/tools/regression/sockets/accept_fd_leak/Makefile (new) 1.1 +131 -0 src/tools/regression/sockets/accept_fd_leak/accept_fd_leak.c (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 17: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 C7B8316A4CE; Sat, 17 Jul 2004 17:01:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABEDD43D2D; Sat, 17 Jul 2004 17:01:16 +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 i6HH1GY3051722; Sat, 17 Jul 2004 17:01:16 GMT (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HH1GwN051721; Sat, 17 Jul 2004 17:01:16 GMT (envelope-from obraun) Message-Id: <200407171701.i6HH1GwN051721@repoman.freebsd.org> From: Oliver Braun Date: Sat, 17 Jul 2004 17:01: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/sysutils/multitail 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, 17 Jul 2004 17:01:16 -0000 obraun 2004-07-17 17:01:16 UTC FreeBSD ports repository Modified files: sysutils/multitail Makefile distinfo Log: Upgrade to 3.2.3 Revision Changes Path 1.30 +1 -1 ports/sysutils/multitail/Makefile 1.29 +2 -2 ports/sysutils/multitail/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 17 17:01: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 4E75F16A4CF; Sat, 17 Jul 2004 17:01:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4680343D4C; Sat, 17 Jul 2004 17:01: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 i6HH1HuD051780; Sat, 17 Jul 2004 17:01:17 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HH1H7g051779; Sat, 17 Jul 2004 17:01:17 GMT (envelope-from krion) Message-Id: <200407171701.i6HH1H7g051779@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 17 Jul 2004 17:01: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/audio/libsidplay2 Makefile distinfo pkg-plist patch-builders::resid-builder::unix::ltmain.sh patch-libsidplay::unix::ltmain.sh patch-libsidutils::unix::ltmain.sh patch-unix::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: Sat, 17 Jul 2004 17:01:17 -0000 krion 2004-07-17 17:01:17 UTC FreeBSD ports repository Modified files: audio/libsidplay2 Makefile distinfo pkg-plist Removed files: audio/libsidplay2/files patch-builders::resid-builder::unix::ltmain.sh patch-libsidplay::unix::ltmain.sh patch-libsidutils::unix::ltmain.sh patch-unix::ltmain.sh Log: Update to version 2.1.1 PR: ports/69184 Submitted by: Ports Fury Revision Changes Path 1.34 +7 -3 ports/audio/libsidplay2/Makefile 1.18 +2 -2 ports/audio/libsidplay2/distinfo 1.2 +0 -42 ports/audio/libsidplay2/files/patch-builders::resid-builder::unix::ltmain.sh (dead) 1.2 +0 -42 ports/audio/libsidplay2/files/patch-libsidplay::unix::ltmain.sh (dead) 1.2 +0 -42 ports/audio/libsidplay2/files/patch-libsidutils::unix::ltmain.sh (dead) 1.2 +0 -42 ports/audio/libsidplay2/files/patch-unix::ltmain.sh (dead) 1.9 +2 -0 ports/audio/libsidplay2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 17 17:01: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 986B816A4CE; Sat, 17 Jul 2004 17:01:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A28043D41; Sat, 17 Jul 2004 17:01:25 +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 i6HH1Pex051809; Sat, 17 Jul 2004 17:01:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HH1PHm051808; Sat, 17 Jul 2004 17:01:25 GMT (envelope-from rwatson) Message-Id: <200407171701.i6HH1PHm051808@repoman.freebsd.org> From: Robert Watson Date: Sat, 17 Jul 2004 17:01:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/security/proc_to_proc scenario.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 17:01:25 -0000 rwatson 2004-07-17 17:01:25 UTC FreeBSD src repository Modified files: tools/regression/security/proc_to_proc scenario.c Log: gcc now objects to a default label without any contents. Because I want to have a comment present in the default case, add a 'break' to each default case that previously had no actual statements. Revision Changes Path 1.6 +3 -1 src/tools/regression/security/proc_to_proc/scenario.c From owner-cvs-all@FreeBSD.ORG Sat Jul 17 17:05: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 AD2CD16A4CE; Sat, 17 Jul 2004 17:05:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 902D643D2F; Sat, 17 Jul 2004 17:05:12 +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 i6HH5Cu4051897; Sat, 17 Jul 2004 17:05:12 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HH5CKc051896; Sat, 17 Jul 2004 17:05:12 GMT (envelope-from marcel) Message-Id: <200407171705.i6HH5CKc051896@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 17 Jul 2004 17:05: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/include proc_service.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, 17 Jul 2004 17:05:12 -0000 marcel 2004-07-17 17:05:12 UTC FreeBSD src repository Modified files: include proc_service.h Log: Re-implement this file, including copyright notice. Keep David Xu as copyright owner. Typical bugs fixed by this are: o various style(9) bugs, o #ifdef'd out code, o lack of comments, o missing const, o introduction of obsolete functions, o missing __BEGIN_DECLS & __END_DECLS, The major flaw in this version, that was also present in the previous version is the lack of man page. Minor flaws undoubtedly still exist. Revision Changes Path 1.2 +31 -69 src/include/proc_service.h From owner-cvs-all@FreeBSD.ORG Sat Jul 17 17:06: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 8F38616A4CE; Sat, 17 Jul 2004 17:06:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 897BA43D1D; Sat, 17 Jul 2004 17:06:59 +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 i6HH6xCJ052035; Sat, 17 Jul 2004 17:06:59 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HH6xvf052034; Sat, 17 Jul 2004 17:06:59 GMT (envelope-from mlaier) Message-Id: <200407171706.i6HH6xvf052034@repoman.freebsd.org> From: Max Laier Date: Sat, 17 Jul 2004 17:06:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: OPENBSD Subject: cvs commit: src/sys/contrib/pf/net - 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: Sat, 17 Jul 2004 17:06:59 -0000 mlaier 2004-07-17 17:06:59 UTC FreeBSD src repository src/sys/contrib/pf/net - Imported sources Update of /home/ncvs/src/sys/contrib/pf/net In directory repoman.freebsd.org:/tmp/cvs-serv51968 Log Message: Import from OpenBSD stable branch Status: Vendor Tag: OPENBSD Release Tags: pf_openbsd_3_5_002 U src/sys/contrib/pf/net/if_pflog.c U src/sys/contrib/pf/net/if_pflog.h U src/sys/contrib/pf/net/if_pfsync.c U src/sys/contrib/pf/net/if_pfsync.h C src/sys/contrib/pf/net/pf.c U src/sys/contrib/pf/net/pf_if.c U src/sys/contrib/pf/net/pf_ioctl.c U src/sys/contrib/pf/net/pf_norm.c U src/sys/contrib/pf/net/pf_osfp.c U src/sys/contrib/pf/net/pf_table.c U src/sys/contrib/pf/net/pfvar.h 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jOPENBSD:yesterday -jOPENBSD src/sys/contrib/pf/net From owner-cvs-all@FreeBSD.ORG Sat Jul 17 17:08: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 DF4B616A4CE; Sat, 17 Jul 2004 17:08:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C184C43D49; Sat, 17 Jul 2004 17:08:13 +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 i6HH8Dho052093; Sat, 17 Jul 2004 17:08:13 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HH8DLH052092; Sat, 17 Jul 2004 17:08:13 GMT (envelope-from marcel) Message-Id: <200407171708.i6HH8DLH052092@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 17 Jul 2004 17:08: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/gnu/usr.bin/gdb/libgdb fbsd-threads.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 17:08:14 -0000 marcel 2004-07-17 17:08:13 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/libgdb fbsd-threads.c Log: o ps_pd{read|write} and ps_pt{read|write} are obsolete interface functions. Only ps_p{read|write} remains. o Remove ps_getpid. We don't need it now. Revision Changes Path 1.3 +2 -22 src/gnu/usr.bin/gdb/libgdb/fbsd-threads.c From owner-cvs-all@FreeBSD.ORG Sat Jul 17 17: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 DDB5C16A4CE; Sat, 17 Jul 2004 17:09:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFE0443D66; Sat, 17 Jul 2004 17:09:12 +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 i6HH9CCa052194; Sat, 17 Jul 2004 17:09:12 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HH9CE0052193; Sat, 17 Jul 2004 17:09:12 GMT (envelope-from marcel) Message-Id: <200407171709.i6HH9CE0052193@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 17 Jul 2004 17:09:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthread_db/include thread_db.hthread_db_int.h src/lib/libthread_db/pthread pthread_db.c src/lib/libthread_db/src thread_db.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 17:09:13 -0000 marcel 2004-07-17 17:09:12 UTC FreeBSD src repository Modified files: lib/libthread_db/include thread_db.h thread_db_int.h lib/libthread_db/pthread pthread_db.c lib/libthread_db/src thread_db.c Log: Add the const qualifier to the prgregset_t argument for the *setregs* functions. Revision Changes Path 1.2 +1 -1 src/lib/libthread_db/include/thread_db.h 1.2 +1 -1 src/lib/libthread_db/include/thread_db_int.h 1.2 +1 -1 src/lib/libthread_db/pthread/pthread_db.c 1.2 +1 -1 src/lib/libthread_db/src/thread_db.c From owner-cvs-all@FreeBSD.ORG Sat Jul 17 17:12: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 3E41E16A4CE; Sat, 17 Jul 2004 17:12:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 220C543D1F; Sat, 17 Jul 2004 17:12: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 i6HHCGYt052356; Sat, 17 Jul 2004 17:12:16 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HHCFki052355; Sat, 17 Jul 2004 17:12:15 GMT (envelope-from rwatson) Message-Id: <200407171712.i6HHCFki052355@repoman.freebsd.org> From: Robert Watson Date: Sat, 17 Jul 2004 17:12:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/netatalk/simple_send Makefile simple_send.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 17:12:16 -0000 rwatson 2004-07-17 17:12:15 UTC FreeBSD src repository Added files: tools/regression/netatalk/simple_send Makefile simple_send.c Log: Add a simple tool to bind netatalk sockets and perform send operations. This isn't a classic regression test in that it doesn't have a notion of pass fail, it's more of an exercise tool. It attempts to exercise unbound, bound, unconnected, and connected variations on SOCK_DGRAM sockets. Revision Changes Path 1.1 +8 -0 src/tools/regression/netatalk/simple_send/Makefile (new) 1.1 +162 -0 src/tools/regression/netatalk/simple_send/simple_send.c (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 17:15: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 4D6F416A4CE; Sat, 17 Jul 2004 17:15:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30F5143D5E; Sat, 17 Jul 2004 17:15:16 +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 i6HHFGB1052458; Sat, 17 Jul 2004 17:15:16 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HHFGXJ052457; Sat, 17 Jul 2004 17:15:16 GMT (envelope-from mlaier) Message-Id: <200407171715.i6HHFGXJ052457@repoman.freebsd.org> From: Max Laier Date: Sat, 17 Jul 2004 17:15: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/contrib/pf/net pf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 17:15:16 -0000 mlaier 2004-07-17 17:15:16 UTC FreeBSD src repository Modified files: sys/contrib/pf/net pf.c Log: Merge in a stable fix from OpenBSD: MFC: Fix by dhartmei@ change pf_route() loop detection: introduce a counter (number of times a packet is routed already) in the mbuf tag, allow at most four times. Fixes some legitimate cases broken by the previous change. Reviewed by: dhartmei Revision Changes Path 1.13 +63 -52 src/sys/contrib/pf/net/pf.c From owner-cvs-all@FreeBSD.ORG Sat Jul 17 17:16: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 E823F16A4CE; Sat, 17 Jul 2004 17:16:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC92743D1F; Sat, 17 Jul 2004 17:16: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 i6HHGGxb052538; Sat, 17 Jul 2004 17:16:16 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HHGGIi052537; Sat, 17 Jul 2004 17:16:16 GMT (envelope-from rwatson) Message-Id: <200407171716.i6HHGGIi052537@repoman.freebsd.org> From: Robert Watson Date: Sat, 17 Jul 2004 17:16: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/tools/regression/netatalk/simple_send simple_send.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 17:16:17 -0000 rwatson 2004-07-17 17:16:16 UTC FreeBSD src repository Modified files: tools/regression/netatalk/simple_send simple_send.c Log: Explicitly specify ATPROTO_DDP constant rather than '0' when binding a netatalk socket. No functional change. Revision Changes Path 1.2 +1 -1 src/tools/regression/netatalk/simple_send/simple_send.c From owner-cvs-all@FreeBSD.ORG Sat Jul 17 17: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 5C29416A4CE; Sat, 17 Jul 2004 17:34:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F81243D62; Sat, 17 Jul 2004 17:34: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 i6HHY3sb052961; Sat, 17 Jul 2004 17:34:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HHY3dN052960; Sat, 17 Jul 2004 17:34:03 GMT (envelope-from pav) Message-Id: <200407171734.i6HHY3dN052960@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Jul 2004 17:34: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/www/suphp/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, 17 Jul 2004 17:34:03 -0000 pav 2004-07-17 17:34:03 UTC FreeBSD ports repository Modified files: www/suphp/files patch-src::Makefile.in Log: - Unbreak on 4.x: adapt make(1) syntax PR: ports/69139 Submitted by: Jeremy Chadwick (maintainer) Revision Changes Path 1.2 +28 -3 ports/www/suphp/files/patch-src::Makefile.in From owner-cvs-all@FreeBSD.ORG Sat Jul 17 17: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 3320516A4CE; Sat, 17 Jul 2004 17:56:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1754D43D1D; Sat, 17 Jul 2004 17:56: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 i6HHuu8F053630; Sat, 17 Jul 2004 17:56:56 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HHuu5T053629; Sat, 17 Jul 2004 17:56:56 GMT (envelope-from nork) Message-Id: <200407171756.i6HHuu5T053629@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sat, 17 Jul 2004 17:56: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/japanese/mozilla-jlp 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, 17 Jul 2004 17:56:57 -0000 nork 2004-07-17 17:56:56 UTC FreeBSD ports repository Modified files: japanese/mozilla-jlp Makefile distinfo Log: Update to Mozilla 1.7 JLP 0.1.1. PR: ports/69167 Submitted by: Fortune (maintainer) Revision Changes Path 1.57 +2 -2 ports/japanese/mozilla-jlp/Makefile 1.40 +2 -2 ports/japanese/mozilla-jlp/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 17 17: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 9DA1D16A4CE; Sat, 17 Jul 2004 17:58:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81E2143D2D; Sat, 17 Jul 2004 17:58:21 +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 i6HHwLLU053685; Sat, 17 Jul 2004 17:58:21 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HHwLs3053684; Sat, 17 Jul 2004 17:58:21 GMT (envelope-from nork) Message-Id: <200407171758.i6HHwLs3053684@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sat, 17 Jul 2004 17: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/japanese/mozilla-jlp-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, 17 Jul 2004 17:58:21 -0000 nork 2004-07-17 17:58:21 UTC FreeBSD ports repository Modified files: japanese/mozilla-jlp-devel Makefile distinfo Log: Update to Mozilla 1.8 alpha 2 JLP 0.1. PR: ports/69193 Submitted by: Fortune (maintainer) Revision Changes Path 1.57 +2 -2 ports/japanese/mozilla-jlp-devel/Makefile 1.41 +2 -2 ports/japanese/mozilla-jlp-devel/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 17 18:21: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 B62D816A4CE; Sat, 17 Jul 2004 18:21:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ABB043D54; Sat, 17 Jul 2004 18:21:00 +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 i6HIL044054328; Sat, 17 Jul 2004 18:21:00 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HIL0ud054327; Sat, 17 Jul 2004 18:21:00 GMT (envelope-from kientzle) Message-Id: <200407171821.i6HIL0ud054327@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 17 Jul 2004 18:21: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.bin/tar bsdtar.c bsdtar.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, 17 Jul 2004 18:21:00 -0000 kientzle 2004-07-17 18:21:00 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c bsdtar.h Log: Remove unused user_uname variable. Add range-checking to argument of -b. Thanks to: Tim J Robbins Revision Changes Path 1.40 +8 -15 src/usr.bin/tar/bsdtar.c 1.16 +0 -1 src/usr.bin/tar/bsdtar.h From owner-cvs-all@FreeBSD.ORG Sat Jul 17 18:27: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 4818016A4CE; Sat, 17 Jul 2004 18:27:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B44B43D41; Sat, 17 Jul 2004 18:27:02 +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 i6HIR2t4054503; Sat, 17 Jul 2004 18:27:02 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HIR29s054502; Sat, 17 Jul 2004 18:27:02 GMT (envelope-from lth) Message-Id: <200407171827.i6HIR29s054502@repoman.freebsd.org> From: Lars Thegler Date: Sat, 17 Jul 2004 18:27: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/p5-CPAN-DistnameInfo 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, 17 Jul 2004 18:27:02 -0000 lth 2004-07-17 18:27:02 UTC FreeBSD ports repository Modified files: devel/p5-CPAN-DistnameInfo Makefile distinfo Log: Update to 0.05 Revision Changes Path 1.3 +1 -1 ports/devel/p5-CPAN-DistnameInfo/Makefile 1.2 +2 -2 ports/devel/p5-CPAN-DistnameInfo/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 17 18:27: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 A753B16A4CE; Sat, 17 Jul 2004 18:27:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B22843D1D; Sat, 17 Jul 2004 18:27: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 i6HIRxsg054588; Sat, 17 Jul 2004 18:27:59 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HIRxF1054587; Sat, 17 Jul 2004 18:27:59 GMT (envelope-from krion) Message-Id: <200407171827.i6HIRxF1054587@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 17 Jul 2004 18:27: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/audio/mp3stat Makefile distinfo pkg-descr ports/audio/mp3stat/files patch-Makefile patch-Makefile.rules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 18:27:59 -0000 krion 2004-07-17 18:27:59 UTC FreeBSD ports repository Modified files: audio/mp3stat Makefile distinfo pkg-descr Removed files: audio/mp3stat/files patch-Makefile patch-Makefile.rules Log: Update to version 2.5.10 PR: ports/69185 Submitted by: Ports Fury Revision Changes Path 1.16 +21 -11 ports/audio/mp3stat/Makefile 1.5 +2 -2 ports/audio/mp3stat/distinfo 1.3 +0 -42 ports/audio/mp3stat/files/patch-Makefile (dead) 1.3 +0 -83 ports/audio/mp3stat/files/patch-Makefile.rules (dead) 1.3 +2 -0 ports/audio/mp3stat/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Jul 17 18: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 E60CF16A4CE; Sat, 17 Jul 2004 18:28:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA42643D1D; Sat, 17 Jul 2004 18:28: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 i6HISBum054623; Sat, 17 Jul 2004 18:28:11 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HISBNH054622; Sat, 17 Jul 2004 18:28:11 GMT (envelope-from pav) Message-Id: <200407171828.i6HISBNH054622@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Jul 2004 18:28: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/comms/obexapp 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, 17 Jul 2004 18:28:12 -0000 pav 2004-07-17 18:28:11 UTC FreeBSD ports repository Modified files: comms/obexapp Makefile distinfo Log: - Update to 1.3, which brings a non-interactive send/get PR: ports/69205 Submitted by: Guido Falsi (maintainer) Revision Changes Path 1.5 +1 -1 ports/comms/obexapp/Makefile 1.3 +2 -2 ports/comms/obexapp/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 17 18:29: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 1F54916A4CE; Sat, 17 Jul 2004 18:29:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 000E343D46; Sat, 17 Jul 2004 18:29: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 i6HITgIr054666; Sat, 17 Jul 2004 18:29:42 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HITgo6054665; Sat, 17 Jul 2004 18:29:42 GMT (envelope-from krion) Message-Id: <200407171829.i6HITgo6054665@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 17 Jul 2004 18:29: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/emulators/snes9x 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, 17 Jul 2004 18:29:43 -0000 krion 2004-07-17 18:29:42 UTC FreeBSD ports repository Modified files: emulators/snes9x Makefile Log: Fix PLIST_FILES PR: ports/69186 Submitted by: Ports Fury Revision Changes Path 1.41 +2 -1 ports/emulators/snes9x/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 17 18:38: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 2799A16A4CE; Sat, 17 Jul 2004 18:38:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B4EC43D3F; Sat, 17 Jul 2004 18:38: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 i6HIcfBb054990; Sat, 17 Jul 2004 18:38:41 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HIcfcf054989; Sat, 17 Jul 2004 18:38:41 GMT (envelope-from krion) Message-Id: <200407171838.i6HIcfcf054989@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 17 Jul 2004 18:38: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/games/senken 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, 17 Jul 2004 18:38:42 -0000 krion 2004-07-17 18:38:41 UTC FreeBSD ports repository Modified files: games/senken Makefile distinfo pkg-plist Log: Update to version 0.3.0 PR: ports/69187 Submitted by: Ports Fury Revision Changes Path 1.6 +8 -4 ports/games/senken/Makefile 1.3 +2 -2 ports/games/senken/distinfo 1.2 +164 -106 ports/games/senken/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 17 18:40: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 C1C9516A4CE; Sat, 17 Jul 2004 18:40:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A53D143D46; Sat, 17 Jul 2004 18:40: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 i6HIekWE055112; Sat, 17 Jul 2004 18:40:46 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HIekZq055111; Sat, 17 Jul 2004 18:40:46 GMT (envelope-from krion) Message-Id: <200407171840.i6HIekZq055111@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 17 Jul 2004 18:40: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/misc/goblin 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, 17 Jul 2004 18:40:46 -0000 krion 2004-07-17 18:40:46 UTC FreeBSD ports repository Modified files: misc/goblin Makefile distinfo pkg-plist Log: Update to version 2.6.4 PR: ports/69188 Submitted by: Ports Fury Revision Changes Path 1.13 +1 -1 ports/misc/goblin/Makefile 1.9 +2 -2 ports/misc/goblin/distinfo 1.8 +21 -6 ports/misc/goblin/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 17 18: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 45F1616A4CE; Sat, 17 Jul 2004 18:41:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B23643D1F; Sat, 17 Jul 2004 18:41:28 +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 i6HIfRH1055162; Sat, 17 Jul 2004 18:41:27 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HIfRGC055161; Sat, 17 Jul 2004 18:41:27 GMT (envelope-from lth) Message-Id: <200407171841.i6HIfRGC055161@repoman.freebsd.org> From: Lars Thegler Date: Sat, 17 Jul 2004 18:41: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/devel/p5-Log-Log4perl 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, 17 Jul 2004 18:41:28 -0000 lth 2004-07-17 18:41:27 UTC FreeBSD ports repository Modified files: devel/p5-Log-Log4perl Makefile distinfo Log: Update to 0.47 Revision Changes Path 1.19 +1 -1 ports/devel/p5-Log-Log4perl/Makefile 1.17 +2 -2 ports/devel/p5-Log-Log4perl/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 17 18:46: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 720BE16A4CE; Sat, 17 Jul 2004 18:46:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CD2B43D2D; Sat, 17 Jul 2004 18:46: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 i6HIkRgw055350; Sat, 17 Jul 2004 18:46:27 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HIkRjO055349; Sat, 17 Jul 2004 18:46:27 GMT (envelope-from krion) Message-Id: <200407171846.i6HIkRjO055349@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 17 Jul 2004 18:46: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/print/gimp-print Makefile distinfo pkg-plist patch-src::gimp::Makefile.in patch-src_cups_Makefile.in patch-src_main_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, 17 Jul 2004 18:46:27 -0000 krion 2004-07-17 18:46:27 UTC FreeBSD ports repository Modified files: print/gimp-print Makefile distinfo pkg-plist print/gimp-print/files patch-src_cups_Makefile.in patch-src_main_Makefile.in Removed files: print/gimp-print/files patch-configure patch-src::gimp::Makefile.in Log: Update to version 4.2.7 PR: ports/69189 Submitted by: Ports Fury Revision Changes Path 1.22 +4 -3 ports/print/gimp-print/Makefile 1.9 +2 -2 ports/print/gimp-print/distinfo 1.2 +0 -10 ports/print/gimp-print/files/patch-configure (dead) 1.2 +0 -23 ports/print/gimp-print/files/patch-src::gimp::Makefile.in (dead) 1.3 +2 -13 ports/print/gimp-print/files/patch-src_cups_Makefile.in 1.2 +10 -10 ports/print/gimp-print/files/patch-src_main_Makefile.in 1.8 +844 -1 ports/print/gimp-print/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 17 18:46: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 49DD016A4CE; Sat, 17 Jul 2004 18:46:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DF9443D1F; Sat, 17 Jul 2004 18:46:43 +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 i6HIkhwE055379; Sat, 17 Jul 2004 18:46:43 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HIkhtQ055378; Sat, 17 Jul 2004 18:46:43 GMT (envelope-from dinoex) Message-Id: <200407171846.i6HIkhtQ055378@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 17 Jul 2004 18:46: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: Sat, 17 Jul 2004 18:46:43 -0000 dinoex 2004-07-17 18:46:43 UTC FreeBSD ports repository Modified files: . modules Log: sendmail reprocopy Revision Changes Path 1.10555 +2 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 17 18:47: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 9B69716A4CE; Sat, 17 Jul 2004 18:47:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 805DC43D1D; Sat, 17 Jul 2004 18:47:39 +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 i6HIldxF055427; Sat, 17 Jul 2004 18:47:39 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HIlder055426; Sat, 17 Jul 2004 18:47:39 GMT (envelope-from dinoex) Message-Id: <200407171847.i6HIlder055426@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 17 Jul 2004 18:47: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/mail 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, 17 Jul 2004 18:47:39 -0000 dinoex 2004-07-17 18:47:39 UTC FreeBSD ports repository Modified files: mail Makefile Log: - connect new sendmail ports after reprocopy Revision Changes Path 1.546 +2 -1 ports/mail/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 17 18:48: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 B896C16A4CE; Sat, 17 Jul 2004 18:48:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B99243D54; Sat, 17 Jul 2004 18:48:40 +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 i6HImeiG055493; Sat, 17 Jul 2004 18:48:40 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HImep4055492; Sat, 17 Jul 2004 18:48:40 GMT (envelope-from dinoex) Message-Id: <200407171848.i6HImep4055492@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 17 Jul 2004 18:48: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/mail/sendmail-ldap Makefileports/mail/sendmail-sasl 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, 17 Jul 2004 18:48:40 -0000 dinoex 2004-07-17 18:48:40 UTC FreeBSD ports repository Modified files: mail/sendmail-ldap Makefile mail/sendmail-sasl Makefile Log: - rename of sendmail port Revision Changes Path 1.6 +1 -1 ports/mail/sendmail-ldap/Makefile 1.6 +1 -1 ports/mail/sendmail-sasl/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 17 18:49: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 2F82A16A4CE; Sat, 17 Jul 2004 18:49:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1211543D54; Sat, 17 Jul 2004 18:49:49 +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 i6HInmWH055559; Sat, 17 Jul 2004 18:49:48 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HInmBK055558; Sat, 17 Jul 2004 18:49:48 GMT (envelope-from dinoex) Message-Id: <200407171849.i6HInmBK055558@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 17 Jul 2004 18:49: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/mail/sendmail811 Makefile ports/mail/sendmail812 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, 17 Jul 2004 18:49:49 -0000 dinoex 2004-07-17 18:49:48 UTC FreeBSD ports repository Modified files: mail/sendmail811 Makefile mail/sendmail812 Makefile Log: - add CONFLICTS Revision Changes Path 1.53 +1 -0 ports/mail/sendmail811/Makefile 1.91 +1 -0 ports/mail/sendmail812/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 17 18:51: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 BF34616A4CE; Sat, 17 Jul 2004 18:51:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A269A43D48; Sat, 17 Jul 2004 18:51:07 +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 i6HIp7B7055718; Sat, 17 Jul 2004 18:51:07 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HIp7qw055717; Sat, 17 Jul 2004 18:51:07 GMT (envelope-from dinoex) Message-Id: <200407171851.i6HIp7qw055717@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 17 Jul 2004 18:51: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/mail/sendmail Makefile distinfo ports/mail/sendmail/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, 17 Jul 2004 18:51:07 -0000 dinoex 2004-07-17 18:51:07 UTC FreeBSD ports repository Modified files: mail/sendmail Makefile distinfo mail/sendmail/files patch-aa Log: - update to 8.13.0 Revision Changes Path 1.91 +1 -19 ports/mail/sendmail/Makefile 1.21 +2 -6 ports/mail/sendmail/distinfo 1.9 +23 -20 ports/mail/sendmail/files/patch-aa From owner-cvs-all@FreeBSD.ORG Sat Jul 17 18: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 B1C2516A4CE; Sat, 17 Jul 2004 18:52:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94FCF43D5D; Sat, 17 Jul 2004 18:52:01 +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 i6HIq1ED055779; Sat, 17 Jul 2004 18:52:01 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HIq1pP055778; Sat, 17 Jul 2004 18:52:01 GMT (envelope-from dinoex) Message-Id: <200407171852.i6HIq1pP055778@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 17 Jul 2004 18:52: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/mail/sendmail 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, 17 Jul 2004 18:52:01 -0000 dinoex 2004-07-17 18:52:01 UTC FreeBSD ports repository Modified files: mail/sendmail Makefile Log: - add CONFLICTS Revision Changes Path 1.92 +1 -0 ports/mail/sendmail/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 17 18: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 6E77916A4CE; Sat, 17 Jul 2004 18:56:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69C9B43D2F; Sat, 17 Jul 2004 18:56:38 +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 i6HIuc6M055963; Sat, 17 Jul 2004 18:56:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HIucC2055962; Sat, 17 Jul 2004 18:56:38 GMT (envelope-from pav) Message-Id: <200407171856.i6HIucC2055962@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Jul 2004 18:56: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/devel Makefile ports/devel/scsh-install-lib 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, 17 Jul 2004 18:56:38 -0000 pav 2004-07-17 18:56:38 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/scsh-install-lib Makefile distinfo pkg-descr pkg-plist Log: Add scsh-install-lib, a scsh library for installing other scsh packages PR: ports/69072 Submitted by: Björn Lindström Revision Changes Path 1.1613 +1 -0 ports/devel/Makefile 1.1 +23 -0 ports/devel/scsh-install-lib/Makefile (new) 1.1 +2 -0 ports/devel/scsh-install-lib/distinfo (new) 1.1 +3 -0 ports/devel/scsh-install-lib/pkg-descr (new) 1.1 +12 -0 ports/devel/scsh-install-lib/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 18: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 9AADF16A4CE; Sat, 17 Jul 2004 18:58:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9585B43D5C; Sat, 17 Jul 2004 18:58: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 i6HIwNNQ056072; Sat, 17 Jul 2004 18:58:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HIwN3U056071; Sat, 17 Jul 2004 18:58:23 GMT (envelope-from pav) Message-Id: <200407171858.i6HIwN3U056071@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Jul 2004 18:58: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/devel Makefile ports/devel/sunterlib 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, 17 Jul 2004 18:58:23 -0000 pav 2004-07-17 18:58:23 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/sunterlib Makefile distinfo pkg-descr pkg-plist Log: Add sunterlib, The Scheme Untergrund library hosts contributed libraries for Scheme 48 and scsh. For instance, it includes a module system, semaphores and implementations of SRFI-10, SRFI-34 and SRFI-35. PR: ports/69073 Submitted by: Björn Lindström Revision Changes Path 1.1614 +1 -0 ports/devel/Makefile 1.1 +24 -0 ports/devel/sunterlib/Makefile (new) 1.1 +2 -0 ports/devel/sunterlib/distinfo (new) 1.1 +5 -0 ports/devel/sunterlib/pkg-descr (new) 1.1 +285 -0 ports/devel/sunterlib/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 18:58: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 D347116A4CE; Sat, 17 Jul 2004 18:58:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDC9043D55; Sat, 17 Jul 2004 18:58: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 i6HIwfw3056143; Sat, 17 Jul 2004 18:58:41 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HIwfLd056142; Sat, 17 Jul 2004 18:58:41 GMT (envelope-from krion) Message-Id: <200407171858.i6HIwfLd056142@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 17 Jul 2004 18:58: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/cherokee Makefile distinfo pkg-descr pkg-plist ports/www/cherokee/files patch-aa patch-ab patch-cherokee.conf.sample.pre patch-src::socket.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, 17 Jul 2004 18:58:42 -0000 krion 2004-07-17 18:58:41 UTC FreeBSD ports repository Modified files: www/cherokee Makefile distinfo pkg-descr pkg-plist Added files: www/cherokee/files patch-cherokee.conf.sample.pre patch-src::socket.h Removed files: www/cherokee/files patch-aa patch-ab Log: Update to version 0.4.17 PR: ports/69190 Submitted by: Ports Fury Revision Changes Path 1.5 +17 -27 ports/www/cherokee/Makefile 1.4 +2 -2 ports/www/cherokee/distinfo 1.3 +0 -35 ports/www/cherokee/files/patch-aa (dead) 1.2 +0 -11 ports/www/cherokee/files/patch-ab (dead) 1.1 +11 -0 ports/www/cherokee/files/patch-cherokee.conf.sample.pre (new) 1.1 +19 -0 ports/www/cherokee/files/patch-src::socket.h (new) 1.2 +1 -1 ports/www/cherokee/pkg-descr 1.3 +99 -14 ports/www/cherokee/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 17 18:59: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 0FF4B16A4CE; Sat, 17 Jul 2004 18:59:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E918843D5E; Sat, 17 Jul 2004 18:59: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 i6HIxSIx056185; Sat, 17 Jul 2004 18:59:28 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HIxS37056184; Sat, 17 Jul 2004 18:59:28 GMT (envelope-from pav) Message-Id: <200407171859.i6HIxS37056184@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Jul 2004 18:59: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: Sat, 17 Jul 2004 18:59:29 -0000 pav 2004-07-17 18:59:28 UTC FreeBSD ports repository Modified files: . modules Log: scsh-install-lib --> ports/devel/scsh-install-lib sunterlib --> ports/devel/sunterlib Revision Changes Path 1.10556 +2 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 17 19: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 6F7F416A4CE; Sat, 17 Jul 2004 19:10:27 +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 3AF0343D48; Sat, 17 Jul 2004 19:10:27 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-5.local ([172.16.0.5] helo=dhcp-11.local) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.40 (FreeBSD)) id 1BluZj-000289-M4; Sat, 17 Jul 2004 21:10:26 +0200 Date: Sat, 17 Jul 2004 21:11:17 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Dirk Meyer From: Oliver Eikemeier In-Reply-To: <200407171852.i6HIq1pP055778@repoman.freebsd.org> Message-Id: <146312DB-D825-11D8-BA2D-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/mail/sendmail 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, 17 Jul 2004 19:10:27 -0000 Dirk Meyer wrote: > dinoex 2004-07-17 18:52:01 UTC > > FreeBSD ports repository > > Modified files: > mail/sendmail Makefile please fix your PKGNAMESUFFIXes, refer to PR 67937 for some rationale. Also your LATEST_LINKs are broken, and you should use USE_OPENLDAP to depend on the OpenLDAP libraries. Thanks -Oliver From owner-cvs-all@FreeBSD.ORG Sat Jul 17 19:11: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 933AB16A4CE; Sat, 17 Jul 2004 19:11:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D5D243D46; Sat, 17 Jul 2004 19:11: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 i6HJB3sv056638; Sat, 17 Jul 2004 19:11:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HJB3mx056637; Sat, 17 Jul 2004 19:11:03 GMT (envelope-from pav) Message-Id: <200407171911.i6HJB3mx056637@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Jul 2004 19:11: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/news Makefile ports/news/s-news Makefile distinfo pkg-descr pkg-plist ports/news/s-news/files patch-Makefile.in patch-newfeed.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, 17 Jul 2004 19:11:03 -0000 pav 2004-07-17 19:11:03 UTC FreeBSD ports repository Modified files: news Makefile Added files: news/s-news Makefile distinfo pkg-descr pkg-plist news/s-news/files patch-Makefile.in patch-newfeed.in Log: S-news is a simple news server for hosts with one or two users. It is intened to supply spool and offline news reading for a configured selection of newsgroups. S-news does the minimum required to maintain a conventional news spool and makes use of suck or newsstar for news transport. PR: ports/69121 Submitted by: Andrey Slusar Revision Changes Path 1.104 +1 -0 ports/news/Makefile 1.1 +45 -0 ports/news/s-news/Makefile (new) 1.1 +2 -0 ports/news/s-news/distinfo (new) 1.1 +23 -0 ports/news/s-news/files/patch-Makefile.in (new) 1.1 +11 -0 ports/news/s-news/files/patch-newfeed.in (new) 1.1 +19 -0 ports/news/s-news/pkg-descr (new) 1.1 +21 -0 ports/news/s-news/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 19:11: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 3245F16A4CE; Sat, 17 Jul 2004 19:11:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15E7C43D41; Sat, 17 Jul 2004 19:11:58 +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 i6HJBv4S056682; Sat, 17 Jul 2004 19:11:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HJBv0t056681; Sat, 17 Jul 2004 19:11:57 GMT (envelope-from pav) Message-Id: <200407171911.i6HJBv0t056681@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Jul 2004 19:11: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: Sat, 17 Jul 2004 19:11:58 -0000 pav 2004-07-17 19:11:57 UTC FreeBSD ports repository Modified files: . modules Log: s-news --> ports/news/s-news Revision Changes Path 1.10557 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 17 19:19: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 3AFDD16A4CE; Sat, 17 Jul 2004 19:19:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F3C543D48; Sat, 17 Jul 2004 19:19:37 +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 i6HJJbqD056866; Sat, 17 Jul 2004 19:19:37 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HJJaeB056865; Sat, 17 Jul 2004 19:19:37 GMT (envelope-from alfred) Message-Id: <200407171919.i6HJJaeB056865@repoman.freebsd.org> From: Alfred Perlstein Date: Sat, 17 Jul 2004 19:19: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/truss extern.h main.c 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: Sat, 17 Jul 2004 19:19:37 -0000 alfred 2004-07-17 19:19:36 UTC FreeBSD src repository Modified files: usr.bin/truss extern.h main.c syscalls.c Log: When reporting reciept of a signal, print the signal's name. Revision Changes Path 1.9 +1 -0 src/usr.bin/truss/extern.h 1.38 +23 -1 src/usr.bin/truss/main.c 1.41 +2 -6 src/usr.bin/truss/syscalls.c From owner-cvs-all@FreeBSD.ORG Sat Jul 17 19:35: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 70ED316A4CE; Sat, 17 Jul 2004 19:35:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 537A943D39; Sat, 17 Jul 2004 19:35: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 i6HJZtiw057326; Sat, 17 Jul 2004 19:35:55 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HJZtFo057325; Sat, 17 Jul 2004 19:35:55 GMT (envelope-from krion) Message-Id: <200407171935.i6HJZtFo057325@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 17 Jul 2004 19:35: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/security/cryptopp Makefile distinfo pkg-plist ports/security/cryptopp/files 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: Sat, 17 Jul 2004 19:35:55 -0000 krion 2004-07-17 19:35:55 UTC FreeBSD ports repository Modified files: security/cryptopp Makefile distinfo pkg-plist Added files: security/cryptopp/files patch-ab Log: Update to 5.2 Fix build with gcc-3.4 Assign maintainership to submitter. PR: ports/69204 Submitted by: Xin LI Revision Changes Path 1.9 +7 -27 ports/security/cryptopp/Makefile 1.4 +2 -2 ports/security/cryptopp/distinfo 1.1 +20 -0 ports/security/cryptopp/files/patch-ab (new) 1.3 +7 -2 ports/security/cryptopp/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 17 19: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 B5D9816A4CE; Sat, 17 Jul 2004 19:44:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B083243D39; Sat, 17 Jul 2004 19:44:13 +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 i6HJiD0S057564; Sat, 17 Jul 2004 19:44:13 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HJiDJM057563; Sat, 17 Jul 2004 19:44:13 GMT (envelope-from dwmalone) Message-Id: <200407171944.i6HJiDJM057563@repoman.freebsd.org> From: David Malone Date: Sat, 17 Jul 2004 19:44: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/netinet tcp_syncache.c tcp_var.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, 17 Jul 2004 19:44:13 -0000 dwmalone 2004-07-17 19:44:13 UTC FreeBSD src repository Modified files: sys/netinet tcp_syncache.c tcp_var.h Log: The tcp syncache code was leaving the IPv6 flowlabel uninitialised for the SYN|ACK packet and then letting in6_pcbconnect set the flowlabel later. Arange for the syncache/syncookie code to set and recall the flow label so that the flowlabel used for the SYN|ACK is consistent. This is done by using some of the cookie (when tcp cookies are enabeled) and by stashing the flowlabel in syncache. Tested and Discovered by: Orla McGann Approved by: ume, silby MFC after: 1 month Revision Changes Path 1.61 +31 -6 src/sys/netinet/tcp_syncache.c 1.108 +1 -0 src/sys/netinet/tcp_var.h From owner-cvs-all@FreeBSD.ORG Sat Jul 17 19:47: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 AAF9716A4CE; Sat, 17 Jul 2004 19:47:42 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 5A64543D2D; Sat, 17 Jul 2004 19:47:41 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 17 Jul 2004 20:47:40 +0100 (BST) Date: Sat, 17 Jul 2004 20:47:40 +0100 From: David Malone To: David Malone Message-ID: <20040717194740.GA89030@walton.maths.tcd.ie> References: <200407171944.i6HJiDJM057563@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407171944.i6HJiDJM057563@repoman.freebsd.org> User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_syncache.c tcp_var.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, 17 Jul 2004 19:47:42 -0000 On Sat, Jul 17, 2004 at 07:44:13PM +0000, David Malone wrote: > dwmalone 2004-07-17 19:44:13 UTC > > FreeBSD src repository > > Modified files: > sys/netinet tcp_syncache.c tcp_var.h I forgot to mention, that on i386 this adds 4 bytes to the size of a syncache entry (104->108). On amd64 it actually remains the same size 'cos of padding in the syncache structure. Since nothing has increased over a power-of-two boundry, I don't think this will result in any problems. David. From owner-cvs-all@FreeBSD.ORG Sat Jul 17 19: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 AD0A216A4CE; Sat, 17 Jul 2004 19:48:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A741043D2D; Sat, 17 Jul 2004 19:48:49 +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 i6HJmnus057750; Sat, 17 Jul 2004 19:48:49 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HJmnE1057749; Sat, 17 Jul 2004 19:48:49 GMT (envelope-from alfred) Message-Id: <200407171948.i6HJmnE1057749@repoman.freebsd.org> From: Alfred Perlstein Date: Sat, 17 Jul 2004 19: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/usr.bin/truss alpha-fbsd.c amd64-fbsd.c i386-fbsd.c i386-linux.c ia64-fbsd.c sparc64-fbsd.c syscall.h 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: Sat, 17 Jul 2004 19:48:49 -0000 alfred 2004-07-17 19:48:49 UTC FreeBSD src repository Modified files: usr.bin/truss alpha-fbsd.c amd64-fbsd.c i386-fbsd.c i386-linux.c ia64-fbsd.c sparc64-fbsd.c syscall.h syscalls.c Log: Support readlink(2) better. Readlink does not nul terminate the result buffer, so we need to format it ourselves. The problem is that the length is stored as the return value from readlink, so we need to pass the return value from our syscall into print_arg. Motivated by: truss garbage on my screen from reading /etc/malloc.conf. Revision Changes Path 1.18 +2 -2 src/usr.bin/truss/alpha-fbsd.c 1.3 +2 -2 src/usr.bin/truss/amd64-fbsd.c 1.22 +2 -2 src/usr.bin/truss/i386-fbsd.c 1.23 +2 -2 src/usr.bin/truss/i386-linux.c 1.7 +2 -2 src/usr.bin/truss/ia64-fbsd.c 1.7 +2 -2 src/usr.bin/truss/sparc64-fbsd.c 1.15 +2 -2 src/usr.bin/truss/syscall.h 1.42 +14 -2 src/usr.bin/truss/syscalls.c From owner-cvs-all@FreeBSD.ORG Sat Jul 17 20: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 4033616A4CE; Sat, 17 Jul 2004 20:00:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22D9F43D46; Sat, 17 Jul 2004 20:00:46 +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 i6HK0k4X058063; Sat, 17 Jul 2004 20:00:46 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HK0jZG058062; Sat, 17 Jul 2004 20:00:45 GMT (envelope-from alfred) Message-Id: <200407172000.i6HK0jZG058062@repoman.freebsd.org> From: Alfred Perlstein Date: Sat, 17 Jul 2004 20:00: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 MAINTAINERS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 20:00:46 -0000 alfred 2004-07-17 20:00:45 UTC FreeBSD src repository Modified files: . MAINTAINERS Log: Explain that for nfs, rpc.lockd and truss I am just noting that I _can_ and would like to review changes if desired. Maintain my strict lock on libc/rpc. Revision Changes Path 1.94 +3 -2 src/MAINTAINERS From owner-cvs-all@FreeBSD.ORG Sat Jul 17 20: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 28FFD16A4CE; Sat, 17 Jul 2004 20:07:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C19143D53; Sat, 17 Jul 2004 20: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 i6HK7OlO058349; Sat, 17 Jul 2004 20:07:24 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HK7OxC058348; Sat, 17 Jul 2004 20:07:24 GMT (envelope-from pav) Message-Id: <200407172007.i6HK7OxC058348@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Jul 2004 20:07: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/x11-toolkits Makefile ports/x11-toolkits/scx 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, 17 Jul 2004 20:07:25 -0000 pav 2004-07-17 20:07:24 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/scx Makefile distinfo pkg-descr pkg-plist Log: Add scx, a GUI library for Scheme. PR: ports/69074 Submitted by: Björn Lindström Revision Changes Path 1.329 +1 -0 ports/x11-toolkits/Makefile 1.1 +26 -0 ports/x11-toolkits/scx/Makefile (new) 1.1 +2 -0 ports/x11-toolkits/scx/distinfo (new) 1.1 +4 -0 ports/x11-toolkits/scx/pkg-descr (new) 1.1 +52 -0 ports/x11-toolkits/scx/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 20: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 4505416A4CE; Sat, 17 Jul 2004 20:08:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28B0043D46; Sat, 17 Jul 2004 20:08: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 i6HK8LbT058412; Sat, 17 Jul 2004 20:08:21 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HK8LGl058411; Sat, 17 Jul 2004 20:08:21 GMT (envelope-from pav) Message-Id: <200407172008.i6HK8LGl058411@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Jul 2004 20:08: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/x11-wm/orion 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, 17 Jul 2004 20:08:21 -0000 pav 2004-07-17 20:08:21 UTC FreeBSD ports repository Added files: x11-wm/orion Makefile distinfo pkg-descr pkg-plist Log: Add orion, a window manager written in Scheme. PR: ports/69075 Submitted by: Björn Lindström Revision Changes Path 1.1 +32 -0 ports/x11-wm/orion/Makefile (new) 1.1 +2 -0 ports/x11-wm/orion/distinfo (new) 1.1 +15 -0 ports/x11-wm/orion/pkg-descr (new) 1.1 +23 -0 ports/x11-wm/orion/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 20: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 D107A16A4CE; Sat, 17 Jul 2004 20:09:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B485943D39; Sat, 17 Jul 2004 20:09:31 +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 i6HK9VlD058471; Sat, 17 Jul 2004 20:09:31 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HK9VO8058470; Sat, 17 Jul 2004 20:09:31 GMT (envelope-from pav) Message-Id: <200407172009.i6HK9VO8058470@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Jul 2004 20:09: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: Sat, 17 Jul 2004 20:09:32 -0000 pav 2004-07-17 20:09:31 UTC FreeBSD ports repository Modified files: . modules Log: orion --> ports/x11-wm/orion scx --> ports/x11-toolkits/scx Revision Changes Path 1.10558 +2 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 17 20:10: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 B76A016A4CE; Sat, 17 Jul 2004 20:10:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99E1E43D39; Sat, 17 Jul 2004 20:10:23 +0000 (GMT) (envelope-from johan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6HKANq9058544; Sat, 17 Jul 2004 20:10:23 GMT (envelope-from johan@repoman.freebsd.org) Received: (from johan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HKAN6F058543; Sat, 17 Jul 2004 20:10:23 GMT (envelope-from johan) Message-Id: <200407172010.i6HKAN6F058543@repoman.freebsd.org> From: Johan Karlsson Date: Sat, 17 Jul 2004 20:10: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/hexdump 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, 17 Jul 2004 20:10:23 -0000 johan 2004-07-17 20:10:23 UTC FreeBSD src repository Modified files: usr.bin/hexdump Makefile Log: Revert WARNS bump until I figure out why this does not work. Revision Changes Path 1.8 +0 -1 src/usr.bin/hexdump/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 17 20: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 B499C16A4CE; Sat, 17 Jul 2004 20:14:56 +0000 (GMT) Received: from numeri.campus.luth.se (numeri.campus.luth.se [130.240.197.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16CFB43D41; Sat, 17 Jul 2004 20:14:56 +0000 (GMT) (envelope-from k@numeri.campus.luth.se) Received: from numeri.campus.luth.se (localhost [127.0.0.1]) i6HKEs2T069191; Sat, 17 Jul 2004 22:14:54 +0200 (CEST) (envelope-from k@numeri.campus.luth.se) Received: (from k@localhost) by numeri.campus.luth.se (8.12.11/8.12.11/Submit) id i6HKEs4k069190; Sat, 17 Jul 2004 22:14:54 +0200 (CEST) (envelope-from k) Date: Sat, 17 Jul 2004 22:14:54 +0200 From: Johan Karlsson To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040717201454.GA45542@numeri.campus.luth.se> References: <200407172010.i6HKAN6F058543@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407172010.i6HKAN6F058543@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Subject: Re: cvs commit: src/usr.bin/hexdump 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, 17 Jul 2004 20:14:56 -0000 On Sat, Jul 17, 2004 at 20:10 (+0000), Johan Karlsson wrote: > johan 2004-07-17 20:10:23 UTC > > FreeBSD src repository > > Modified files: > usr.bin/hexdump Makefile > Log: > Revert WARNS bump until I figure out why this does not work. I just do not understand, it still compiles for me without any errors. I will look into this a bit more. Sorry for the breakage :-( /Johan K > > Revision Changes Path > 1.8 +0 -1 src/usr.bin/hexdump/Makefile -- Johan Karlsson mailto:johan@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sat Jul 17 20:22: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 4D0F816A4CE; Sat, 17 Jul 2004 20:22:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E1B243D5D; Sat, 17 Jul 2004 20:22:25 +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 i6HKMOrb058882; Sat, 17 Jul 2004 20:22:24 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HKMOnK058881; Sat, 17 Jul 2004 20:22:24 GMT (envelope-from alfred) Message-Id: <200407172022.i6HKMOnK058881@repoman.freebsd.org> From: Alfred Perlstein Date: Sat, 17 Jul 2004 20:22: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 MAINTAINERS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 20:22:25 -0000 alfred 2004-07-17 20:22:24 UTC FreeBSD src repository Modified files: . MAINTAINERS Log: s/manditory/mandatory Obtained from: Ceri Davies Revision Changes Path 1.95 +3 -3 src/MAINTAINERS From owner-cvs-all@FreeBSD.ORG Sat Jul 17 20:25: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 4D52216A4CE; Sat, 17 Jul 2004 20:25:02 +0000 (GMT) Received: from numeri.campus.luth.se (numeri.campus.luth.se [130.240.197.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7DF243D2F; Sat, 17 Jul 2004 20:25:01 +0000 (GMT) (envelope-from k@numeri.campus.luth.se) Received: from numeri.campus.luth.se (localhost [127.0.0.1]) i6HKP0bH069355; Sat, 17 Jul 2004 22:25:00 +0200 (CEST) (envelope-from k@numeri.campus.luth.se) Received: (from k@localhost) by numeri.campus.luth.se (8.12.11/8.12.11/Submit) id i6HKP0Gb069354; Sat, 17 Jul 2004 22:25:00 +0200 (CEST) (envelope-from k) Date: Sat, 17 Jul 2004 22:25:00 +0200 From: Johan Karlsson To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040717202500.GB45542@numeri.campus.luth.se> References: <200407172010.i6HKAN6F058543@repoman.freebsd.org> <20040717201454.GA45542@numeri.campus.luth.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040717201454.GA45542@numeri.campus.luth.se> User-Agent: Mutt/1.4.2.1i Subject: Re: cvs commit: src/usr.bin/hexdump 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, 17 Jul 2004 20:25:02 -0000 On Sat, Jul 17, 2004 at 22:14 (+0200), Johan Karlsson wrote: > On Sat, Jul 17, 2004 at 20:10 (+0000), Johan Karlsson wrote: > > johan 2004-07-17 20:10:23 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.bin/hexdump Makefile > > Log: > > Revert WARNS bump until I figure out why this does not work. > > I just do not understand, it still compiles for me without any errors. And now I've at least figured out why it does not break for me. Yes I will start to use -O2 when building world. /Johan K -- Johan Karlsson mailto:johan@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sat Jul 17 20: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 CDA3916A4CE; Sat, 17 Jul 2004 20:31:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B12DB43D2D; Sat, 17 Jul 2004 20:31:00 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6HKV0Re059140; Sat, 17 Jul 2004 20:31:00 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HKV0Ur059139; Sat, 17 Jul 2004 20:31:00 GMT (envelope-from sem) Message-Id: <200407172031.i6HKV0Ur059139@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 17 Jul 2004 20:31: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/devel/omniORB pkg-plist ports/devel/omniORB/files patch-contrib::pkgconfig::GNUmakefile.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, 17 Jul 2004 20:31:00 -0000 sem 2004-07-17 20:31:00 UTC FreeBSD ports repository Modified files: devel/omniORB pkg-plist Added files: devel/omniORB/files patch-contrib::pkgconfig::GNUmakefile.in Log: Fix wrong place of *.pc files. PR: ports/69147 Submitted by: Konstantin Oznobihin Approved by: krion (mentor) Revision Changes Path 1.1 +11 -0 ports/devel/omniORB/files/patch-contrib::pkgconfig::GNUmakefile.in (new) 1.18 +6 -6 ports/devel/omniORB/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 17 20: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 C0CBC16A4CE; Sat, 17 Jul 2004 20:38:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3A3643D39; Sat, 17 Jul 2004 20:38:48 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6HKcmvn059382; Sat, 17 Jul 2004 20:38:48 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HKcmdT059381; Sat, 17 Jul 2004 20:38:48 GMT (envelope-from sem) Message-Id: <200407172038.i6HKcmdT059381@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 17 Jul 2004 20:38: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/omniORB 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, 17 Jul 2004 20:38:48 -0000 sem 2004-07-17 20:38:48 UTC FreeBSD ports repository Modified files: devel/omniORB Makefile Log: bump version Revision Changes Path 1.29 +1 -1 ports/devel/omniORB/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 17 20:56: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 0EEB816A4CE; Sat, 17 Jul 2004 20:56:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4D5843D1D; Sat, 17 Jul 2004 20:56:43 +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 i6HKuhel059902; Sat, 17 Jul 2004 20:56:43 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HKuhJG059901; Sat, 17 Jul 2004 20:56:43 GMT (envelope-from dinoex) Message-Id: <200407172056.i6HKuhJG059901@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 17 Jul 2004 20:56: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/mail/sendmail812 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, 17 Jul 2004 20:56:44 -0000 dinoex 2004-07-17 20:56:43 UTC FreeBSD ports repository Modified files: mail/sendmail812 Makefile Log: - add NO_LATEST_LINK Revision Changes Path 1.92 +1 -0 ports/mail/sendmail812/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 17 20:57: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 E83C816A4CE; Sat, 17 Jul 2004 20:57:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA85843D2D; Sat, 17 Jul 2004 20:57:37 +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 i6HKvbYD059940; Sat, 17 Jul 2004 20:57:37 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HKvbIr059939; Sat, 17 Jul 2004 20:57:37 GMT (envelope-from marcel) Message-Id: <200407172057.i6HKvbIr059939@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 17 Jul 2004 20:57: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 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, 17 Jul 2004 20:57:38 -0000 marcel 2004-07-17 20:57:37 UTC FreeBSD src repository Modified files: . Makefile Log: Properly terminate a quoted string in the previous commit. Oddly enough this only seems to cause problems with -jX so went unnoticed until now. Revision Changes Path 1.302 +1 -1 src/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 17 21:01: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 EA21516A4CE; Sat, 17 Jul 2004 21:01:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCFC243D1F; Sat, 17 Jul 2004 21:01:13 +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 i6HL1D8u060092; Sat, 17 Jul 2004 21:01:13 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HL1DR2060091; Sat, 17 Jul 2004 21:01:13 GMT (envelope-from lth) Message-Id: <200407172101.i6HL1DR2060091@repoman.freebsd.org> From: Lars Thegler Date: Sat, 17 Jul 2004 21:01: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/p5-Maypole 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, 17 Jul 2004 21:01:14 -0000 lth 2004-07-17 21:01:13 UTC FreeBSD ports repository Modified files: www/p5-Maypole Makefile distinfo pkg-plist Log: Update to 1.7 Revision Changes Path 1.4 +19 -22 ports/www/p5-Maypole/Makefile 1.3 +2 -2 ports/www/p5-Maypole/distinfo 1.3 +4 -0 ports/www/p5-Maypole/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 17 21:06: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 044CE16A4CE; Sat, 17 Jul 2004 21:06:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB8C543D4C; Sat, 17 Jul 2004 21:06:36 +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 i6HL6aeq060331; Sat, 17 Jul 2004 21:06:36 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HL6aYi060330; Sat, 17 Jul 2004 21:06:36 GMT (envelope-from dwmalone) Message-Id: <200407172106.i6HL6aYi060330@repoman.freebsd.org> From: David Malone Date: Sat, 17 Jul 2004 21:06: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/compat/linux linux_socket.c src/sys/kern uipc_syscalls.c src/sys/sys syscallsubr.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, 17 Jul 2004 21:06:37 -0000 dwmalone 2004-07-17 21:06:36 UTC FreeBSD src repository Modified files: sys/compat/linux linux_socket.c sys/kern uipc_syscalls.c sys/sys syscallsubr.h Log: Add a kern_setsockopt and kern_getsockopt which can read the option values from either user land or from the kernel. Use them for [gs]etsockopt and to clean up some calls to [gs]etsockopt in the Linux emulation code that uses the stackgap. Revision Changes Path 1.48 +17 -63 src/sys/compat/linux/linux_socket.c 1.199 +87 -35 src/sys/kern/uipc_syscalls.c 1.11 +5 -0 src/sys/sys/syscallsubr.h From owner-cvs-all@FreeBSD.ORG Sat Jul 17 21:13: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 7BD3F16A4CE; Sat, 17 Jul 2004 21:13:59 +0000 (GMT) Received: from toxic.magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E2C143D2F; Sat, 17 Jul 2004 21:13:59 +0000 (GMT) (envelope-from flata@magnesium.net) Received: by toxic.magnesium.net (Postfix, from userid 1212) id 4E08FDA874; Sat, 17 Jul 2004 14:13:59 -0700 (PDT) Date: Sat, 17 Jul 2004 11:13:59 -1000 From: juli mallett To: David Malone Message-ID: <20040717211359.GA25401@toxic.magnesium.net> References: <200407172106.i6HL6aYi060330@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407172106.i6HL6aYi060330@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Towel: Yes cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_socket.c src/sys/kern uipc_syscalls.c src/sys/sys syscallsubr.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, 17 Jul 2004 21:13:59 -0000 * David Malone [ Date: 2004-07-17 ] [ w.r.t. cvs commit: src/sys/compat/linux linux_socket.c src/sys/kern uipc_syscalls.c src/sys/sys syscallsubr.h ] > dwmalone 2004-07-17 21:06:36 UTC > > FreeBSD src repository > > Modified files: > sys/compat/linux linux_socket.c > sys/kern uipc_syscalls.c > sys/sys syscallsubr.h > Log: > Add a kern_setsockopt and kern_getsockopt which can read the option > values from either user land or from the kernel. Use them for > [gs]etsockopt and to clean up some calls to [gs]etsockopt in the > Linux emulation code that uses the stackgap. Thank you VERY much! -- juli mallett. email: flata@toxic.magnesium.net jmallett@freebsd.org mobile: aim: hip flata. stationary: aim: aim flata, y! juli mallett freebsd networking and systems dev/engineer -- adrift in the pacific From owner-cvs-all@FreeBSD.ORG Sat Jul 17 21:19: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 1D45716A4CE; Sat, 17 Jul 2004 21:19:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0252543D1D; Sat, 17 Jul 2004 21:19:59 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6HLJwWN060766; Sat, 17 Jul 2004 21:19:58 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HLJw7m060765; Sat, 17 Jul 2004 21:19:58 GMT (envelope-from sem) Message-Id: <200407172119.i6HLJw7m060765@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 17 Jul 2004 21:19: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/databases/msql3 Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist ports/databases/msql3/files msql2.sh patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 21:19:59 -0000 sem 2004-07-17 21:19:58 UTC FreeBSD ports repository Modified files: databases/msql3 Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist Removed files: databases/msql3/files msql2.sh patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao patch-ap patch-aq patch-ar patch-as patch-at patch-au patch-av patch-aw patch-ax patch-ay patch-az patch-ba patch-bb patch-bc post-install-notes slibinstall.mm slibrary_unix.mm databases/msql3/scripts check_old_version Log: Version 3 of the Mini SQL relational database system PR: ports/67319 Submitted by: Andrey Slusar Approved by: krion (mentor) (implicit) Revision Changes Path 1.62 +18 -35 ports/databases/msql3/Makefile 1.17 +2 -1 ports/databases/msql3/distinfo 1.6 +0 -23 ports/databases/msql3/files/msql2.sh (dead) 1.5 +0 -24 ports/databases/msql3/files/patch-aa (dead) 1.5 +0 -45 ports/databases/msql3/files/patch-ab (dead) 1.9 +0 -20 ports/databases/msql3/files/patch-ac (dead) 1.8 +0 -31 ports/databases/msql3/files/patch-ad (dead) 1.6 +0 -41 ports/databases/msql3/files/patch-ae (dead) 1.4 +0 -82 ports/databases/msql3/files/patch-af (dead) 1.6 +0 -25 ports/databases/msql3/files/patch-ag (dead) 1.2 +0 -11 ports/databases/msql3/files/patch-ah (dead) 1.7 +0 -19 ports/databases/msql3/files/patch-ai (dead) 1.5 +0 -27 ports/databases/msql3/files/patch-aj (dead) 1.7 +0 -14 ports/databases/msql3/files/patch-ak (dead) 1.7 +0 -11 ports/databases/msql3/files/patch-al (dead) 1.5 +0 -20 ports/databases/msql3/files/patch-am (dead) 1.4 +0 -11 ports/databases/msql3/files/patch-an (dead) 1.4 +0 -11 ports/databases/msql3/files/patch-ao (dead) 1.2 +0 -11 ports/databases/msql3/files/patch-ap (dead) 1.2 +0 -11 ports/databases/msql3/files/patch-aq (dead) 1.2 +0 -11 ports/databases/msql3/files/patch-ar (dead) 1.4 +0 -25 ports/databases/msql3/files/patch-as (dead) 1.2 +0 -11 ports/databases/msql3/files/patch-at (dead) 1.2 +0 -11 ports/databases/msql3/files/patch-au (dead) 1.2 +0 -20 ports/databases/msql3/files/patch-av (dead) 1.2 +0 -20 ports/databases/msql3/files/patch-aw (dead) 1.4 +0 -23 ports/databases/msql3/files/patch-ax (dead) 1.2 +0 -11 ports/databases/msql3/files/patch-ay (dead) 1.2 +0 -52 ports/databases/msql3/files/patch-az (dead) 1.2 +0 -11 ports/databases/msql3/files/patch-ba (dead) 1.2 +0 -63 ports/databases/msql3/files/patch-bb (dead) 1.3 +0 -67 ports/databases/msql3/files/patch-bc (dead) 1.4 +0 -55 ports/databases/msql3/files/post-install-notes (dead) 1.2 +0 -27 ports/databases/msql3/files/slibinstall.mm (dead) 1.2 +0 -51 ports/databases/msql3/files/slibrary_unix.mm (dead) 1.3 +1 -1 ports/databases/msql3/pkg-deinstall 1.8 +5 -18 ports/databases/msql3/pkg-descr 1.3 +3 -3 ports/databases/msql3/pkg-install 1.14 +33 -107 ports/databases/msql3/pkg-plist 1.6 +0 -32 ports/databases/msql3/scripts/check_old_version (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 21:25: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 348CF16A4CE; Sat, 17 Jul 2004 21:25:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D6E943D53; Sat, 17 Jul 2004 21:25:51 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6HLPpct061007; Sat, 17 Jul 2004 21:25:51 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HLPpl8061006; Sat, 17 Jul 2004 21:25:51 GMT (envelope-from sem) Message-Id: <200407172125.i6HLPpl8061006@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 17 Jul 2004 21:25: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/databases/msql3/files msql3.shpatch-Makefile.tmpl patch-acl.c patch-config.c patch-libmsql::Makefile.tmpl patch-main.c patch-make-install patch-msql.conf patch-msqladmin.c patch-msqld::regexp::Makefile.tmpl patch-run-daemon ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 21:25:51 -0000 sem 2004-07-17 21:25:51 UTC FreeBSD ports repository Added files: databases/msql3/files msql3.sh patch-Makefile.tmpl patch-acl.c patch-config.c patch-libmsql::Makefile.tmpl patch-main.c patch-make-install patch-msql.conf patch-msqladmin.c patch-msqld::main::Makefile.tmpl patch-msqld::regexp::Makefile.tmpl patch-run-daemon patch-setup patch-site.mm.in Log: Add patches forgoten with previous commit. Approved by: krion (mentor) (implicit) Revision Changes Path 1.1 +23 -0 ports/databases/msql3/files/msql3.sh (new) 1.1 +39 -0 ports/databases/msql3/files/patch-Makefile.tmpl (new) 1.1 +11 -0 ports/databases/msql3/files/patch-acl.c (new) 1.1 +25 -0 ports/databases/msql3/files/patch-config.c (new) 1.1 +11 -0 ports/databases/msql3/files/patch-libmsql::Makefile.tmpl (new) 1.1 +11 -0 ports/databases/msql3/files/patch-main.c (new) 1.1 +27 -0 ports/databases/msql3/files/patch-make-install (new) 1.1 +27 -0 ports/databases/msql3/files/patch-msql.conf (new) 1.1 +11 -0 ports/databases/msql3/files/patch-msqladmin.c (new) 1.1 +11 -0 ports/databases/msql3/files/patch-msqld::main::Makefile.tmpl (new) 1.1 +13 -0 ports/databases/msql3/files/patch-msqld::regexp::Makefile.tmpl (new) 1.1 +45 -0 ports/databases/msql3/files/patch-run-daemon (new) 1.1 +21 -0 ports/databases/msql3/files/patch-setup (new) 1.1 +20 -0 ports/databases/msql3/files/patch-site.mm.in (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 21:39: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 8A4FB16A4CE; Sat, 17 Jul 2004 21:39:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C58243D58; Sat, 17 Jul 2004 21:39:15 +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 i6HLdFJi061348; Sat, 17 Jul 2004 21:39:15 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HLdF22061347; Sat, 17 Jul 2004 21:39:15 GMT (envelope-from maxim) Message-Id: <200407172139.i6HLdF22061347@repoman.freebsd.org> From: Maxim Konovalov Date: Sat, 17 Jul 2004 21:39:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/limits limits.1 limits.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 21:39:15 -0000 maxim 2004-07-17 21:39:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/limits limits.1 limits.c Log: MFC rev. 1.13 limits.c and rev. 1.25 limits.1: Update the usage string in the limits(1) manpage to include -b for sbsize. Also, correct the format string in getopt(3) usage to reflect that -b takes an argument, and correct another case of RLIMIT_SBSIZE having been forgotten. Revision Changes Path 1.14.2.11 +4 -4 src/usr.bin/limits/limits.1 1.7.2.4 +2 -1 src/usr.bin/limits/limits.c From owner-cvs-all@FreeBSD.ORG Sat Jul 17 21:40: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 E829B16A4CE; Sat, 17 Jul 2004 21:40:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBB3D43D2D; Sat, 17 Jul 2004 21:40:14 +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 i6HLeEZl061392; Sat, 17 Jul 2004 21:40:14 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HLeEbX061391; Sat, 17 Jul 2004 21:40:14 GMT (envelope-from dwmalone) Message-Id: <200407172140.i6HLeEbX061391@repoman.freebsd.org> From: David Malone Date: Sat, 17 Jul 2004 21:40: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/netinet tcp_syncache.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Jul 2004 21:40:15 -0000 dwmalone 2004-07-17 21:40:14 UTC FreeBSD src repository Modified files: sys/netinet tcp_syncache.c Log: Fix the !INET6 build. Reported by: alc Revision Changes Path 1.62 +4 -0 src/sys/netinet/tcp_syncache.c From owner-cvs-all@FreeBSD.ORG Sat Jul 17 22:20: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 92B0016A4CE; Sat, 17 Jul 2004 22:20:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 753C243D53; Sat, 17 Jul 2004 22:20:53 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6HMKrwI062521; Sat, 17 Jul 2004 22:20:53 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HMKrji062520; Sat, 17 Jul 2004 22:20:53 GMT (envelope-from alc) Message-Id: <200407172220.i6HMKrji062520@repoman.freebsd.org> From: Alan Cox Date: Sat, 17 Jul 2004 22:20: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/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: Sat, 17 Jul 2004 22:20:53 -0000 alc 2004-07-17 22:20:53 UTC FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: - Utilize pmap_pte_quick() rather than pmap_pte() in pmap_remove() and pmap_remove_page(). The reason being that pmap_pte_quick() requires the page queues lock, which is already held, rather than Giant. - Assert that the page queues lock is held in pmap_remove_page() and pmap_remove_pte(). Revision Changes Path 1.486 +4 -2 src/sys/i386/i386/pmap.c From owner-cvs-all@FreeBSD.ORG Sat Jul 17 22: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 BBDF216A4CE; Sat, 17 Jul 2004 22:26:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E0FB43D1F; Sat, 17 Jul 2004 22:26:50 +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 i6HMQoDH062727; Sat, 17 Jul 2004 22:26:50 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HMQokX062726; Sat, 17 Jul 2004 22:26:50 GMT (envelope-from pav) Message-Id: <200407172226.i6HMQokX062726@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Jul 2004 22:26: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 Makefile ports/sysutils/gkrellfire 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: Sat, 17 Jul 2004 22:26:50 -0000 pav 2004-07-17 22:26:50 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/gkrellfire Makefile distinfo pkg-descr Log: Add gkrellfire, a gkrellm2 plugin that display system load like a fire. PR: ports/69155 Submitted by: Roman Bogorodskiy Revision Changes Path 1.550 +1 -0 ports/sysutils/Makefile 1.1 +33 -0 ports/sysutils/gkrellfire/Makefile (new) 1.1 +2 -0 ports/sysutils/gkrellfire/distinfo (new) 1.1 +3 -0 ports/sysutils/gkrellfire/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 17 22: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 AE13E16A4CE; Sat, 17 Jul 2004 22:27:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91BDB43D49; Sat, 17 Jul 2004 22:27:40 +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 i6HMRemh062772; Sat, 17 Jul 2004 22:27:40 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HMReSC062771; Sat, 17 Jul 2004 22:27:40 GMT (envelope-from pav) Message-Id: <200407172227.i6HMReSC062771@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Jul 2004 22:27: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, 17 Jul 2004 22:27:40 -0000 pav 2004-07-17 22:27:40 UTC FreeBSD ports repository Modified files: . modules Log: gkrellfire --> ports/sysutils/gkrellfire Revision Changes Path 1.10559 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 17 22: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 EF63116A4CE; Sat, 17 Jul 2004 22:45:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D318243D2F; Sat, 17 Jul 2004 22:45:21 +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 i6HMjLZu063708; Sat, 17 Jul 2004 22:45:21 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HMjLMS063707; Sat, 17 Jul 2004 22:45:21 GMT (envelope-from metal) Message-Id: <200407172245.i6HMjLMS063707@repoman.freebsd.org> From: SUZUKI Koichi Date: Sat, 17 Jul 2004 22:45:21 +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 as.1 bc.1 calendar.1 cdcontrol.1 chmod.1 ftp.1 gcc.1 getopt.1 grops.1 grotty.1 gzip.1 last.1 lex.1 limits.1 ls.1 m4.1 ncal.1 objdump.1 ssh-add.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, 17 Jul 2004 22:45:22 -0000 metal 2004-07-17 22:45:21 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 as.1 bc.1 calendar.1 cdcontrol.1 chmod.1 ftp.1 gcc.1 getopt.1 grops.1 grotty.1 gzip.1 last.1 lex.1 limits.1 ls.1 m4.1 ncal.1 objdump.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 stty.1 tcsh.1 test.1 tset.1 vi.1 window.1 ja_JP.eucJP/man/man2 chmod.2 extattr_get_file.2 getfsstat.2 intro.2 ntp_adjtime.2 rename.2 rmdir.2 swapon.2 undelete.2 unlink.2 ja_JP.eucJP/man/man3 cftime.3 crypt.3 ctime.3 curs_overlay.3 curs_touch.3 curses.3 devstat.3 dlopen.3 editline.3 exp.3 getcap.3 hash.3 libradius.3 libstand.3 login_cap.3 login_class.3 login_ok.3 login_times.3 memmove.3 pty.3 readline.3 regexp.3 resolver.3 signal.3 skey.3 strtod.3 strtol.3 strtoul.3 sysconf.3 sysctl.3 sysexits.3 syslog.3 termcap.3 uname.3 usleep.3 utime.3 vlimit.3 vtimes.3 ja_JP.eucJP/man/man4 da.4 ddb.4 dummynet.4 gsc.4 ie.4 natm.4 pass.4 pcvt.4 ppbus.4 random.4 sysmouse.4 tw.4 ja_JP.eucJP/man/man5 login.conf.5 ntp.conf.5 publickey.5 ssh_config.5 sshd_config.5 termcap.5 ja_JP.eucJP/man/man7 environ.7 groff.7 release.7 tuning.7 ja_JP.eucJP/man/man8 adjkerntz.8 ccdconfig.8 devd.8 fdcontrol.8 fore_dnld.8 named-xfer.8 ntp-genkeys.8 ntpd.8 ntpq.8 pccardd.8 ping.8 ping6.8 ppp.8 rbootd.8 rmuser.8 rtadvd.8 sshd.8 sticky.8 sysinstall.8 traceroute.8 ja_JP.eucJP/man/man9 VOP_GETPAGES.9 make_dev.9 vslock.9 Log: Unify the wording of some words of foreign (English) origin which has some variation of writing in Japanese, as well as some typos. Submitted by: kano@na.rim.or.jp Approved by: kuriyama (mentor/implicitly) Revision Changes Path 1.13 +4 -4 doc/ja_JP.eucJP/man/man1/as.1 1.11 +1 -1 doc/ja_JP.eucJP/man/man1/bc.1 1.16 +1 -1 doc/ja_JP.eucJP/man/man1/calendar.1 1.28 +1 -1 doc/ja_JP.eucJP/man/man1/cdcontrol.1 1.31 +1 -1 doc/ja_JP.eucJP/man/man1/chmod.1 1.27 +1 -1 doc/ja_JP.eucJP/man/man1/ftp.1 1.18 +3 -3 doc/ja_JP.eucJP/man/man1/gcc.1 1.16 +2 -2 doc/ja_JP.eucJP/man/man1/getopt.1 1.13 +1 -1 doc/ja_JP.eucJP/man/man1/grops.1 1.11 +2 -2 doc/ja_JP.eucJP/man/man1/grotty.1 1.10 +6 -6 doc/ja_JP.eucJP/man/man1/gzip.1 1.16 +1 -1 doc/ja_JP.eucJP/man/man1/last.1 1.18 +1 -1 doc/ja_JP.eucJP/man/man1/lex.1 1.24 +1 -1 doc/ja_JP.eucJP/man/man1/limits.1 1.42 +5 -5 doc/ja_JP.eucJP/man/man1/ls.1 1.21 +2 -2 doc/ja_JP.eucJP/man/man1/m4.1 1.15 +1 -1 doc/ja_JP.eucJP/man/man1/ncal.1 1.11 +1 -1 doc/ja_JP.eucJP/man/man1/objdump.1 1.8 +1 -1 doc/ja_JP.eucJP/man/man1/ssh-add.1 1.8 +1 -1 doc/ja_JP.eucJP/man/man1/ssh-agent.1 1.11 +1 -1 doc/ja_JP.eucJP/man/man1/ssh-keygen.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/ssh-keyscan.1 1.14 +5 -5 doc/ja_JP.eucJP/man/man1/ssh.1 1.22 +1 -1 doc/ja_JP.eucJP/man/man1/stty.1 1.25 +6 -6 doc/ja_JP.eucJP/man/man1/tcsh.1 1.20 +1 -1 doc/ja_JP.eucJP/man/man1/test.1 1.15 +1 -1 doc/ja_JP.eucJP/man/man1/tset.1 1.15 +1 -1 doc/ja_JP.eucJP/man/man1/vi.1 1.19 +4 -4 doc/ja_JP.eucJP/man/man1/window.1 1.15 +7 -7 doc/ja_JP.eucJP/man/man2/chmod.2 1.3 +1 -1 doc/ja_JP.eucJP/man/man2/extattr_get_file.2 1.12 +1 -1 doc/ja_JP.eucJP/man/man2/getfsstat.2 1.14 +2 -2 doc/ja_JP.eucJP/man/man2/intro.2 1.3 +1 -1 doc/ja_JP.eucJP/man/man2/ntp_adjtime.2 1.14 +2 -2 doc/ja_JP.eucJP/man/man2/rename.2 1.12 +1 -1 doc/ja_JP.eucJP/man/man2/rmdir.2 1.10 +1 -1 doc/ja_JP.eucJP/man/man2/swapon.2 1.12 +1 -1 doc/ja_JP.eucJP/man/man2/undelete.2 1.13 +1 -1 doc/ja_JP.eucJP/man/man2/unlink.2 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/cftime.3 1.6 +2 -2 doc/ja_JP.eucJP/man/man3/crypt.3 1.6 +3 -3 doc/ja_JP.eucJP/man/man3/ctime.3 1.3 +2 -2 doc/ja_JP.eucJP/man/man3/curs_overlay.3 1.3 +1 -1 doc/ja_JP.eucJP/man/man3/curs_touch.3 1.3 +2 -2 doc/ja_JP.eucJP/man/man3/curses.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/devstat.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/dlopen.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/editline.3 1.7 +2 -2 doc/ja_JP.eucJP/man/man3/exp.3 1.3 +1 -1 doc/ja_JP.eucJP/man/man3/getcap.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/hash.3 1.5 +3 -3 doc/ja_JP.eucJP/man/man3/libradius.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/libstand.3 1.7 +1 -1 doc/ja_JP.eucJP/man/man3/login_cap.3 1.8 +2 -2 doc/ja_JP.eucJP/man/man3/login_class.3 1.8 +1 -1 doc/ja_JP.eucJP/man/man3/login_ok.3 1.7 +2 -2 doc/ja_JP.eucJP/man/man3/login_times.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/memmove.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/pty.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/readline.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/regexp.3 1.6 +1 -1 doc/ja_JP.eucJP/man/man3/resolver.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/signal.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/skey.3 1.6 +4 -4 doc/ja_JP.eucJP/man/man3/strtod.3 1.5 +6 -6 doc/ja_JP.eucJP/man/man3/strtol.3 1.5 +4 -4 doc/ja_JP.eucJP/man/man3/strtoul.3 1.4 +5 -5 doc/ja_JP.eucJP/man/man3/sysconf.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/sysctl.3 1.6 +4 -4 doc/ja_JP.eucJP/man/man3/sysexits.3 1.5 +4 -4 doc/ja_JP.eucJP/man/man3/syslog.3 1.3 +1 -1 doc/ja_JP.eucJP/man/man3/termcap.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/uname.3 1.7 +1 -1 doc/ja_JP.eucJP/man/man3/usleep.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/utime.3 1.3 +1 -1 doc/ja_JP.eucJP/man/man3/vlimit.3 1.3 +1 -1 doc/ja_JP.eucJP/man/man3/vtimes.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man4/da.4 1.4 +1 -1 doc/ja_JP.eucJP/man/man4/ddb.4 1.4 +1 -1 doc/ja_JP.eucJP/man/man4/dummynet.4 1.3 +1 -1 doc/ja_JP.eucJP/man/man4/gsc.4 1.3 +5 -5 doc/ja_JP.eucJP/man/man4/ie.4 1.3 +1 -1 doc/ja_JP.eucJP/man/man4/natm.4 1.3 +1 -1 doc/ja_JP.eucJP/man/man4/pass.4 1.4 +4 -4 doc/ja_JP.eucJP/man/man4/pcvt.4 1.4 +2 -2 doc/ja_JP.eucJP/man/man4/ppbus.4 1.3 +10 -10 doc/ja_JP.eucJP/man/man4/random.4 1.3 +1 -1 doc/ja_JP.eucJP/man/man4/sysmouse.4 1.3 +1 -1 doc/ja_JP.eucJP/man/man4/tw.4 1.32 +1 -1 doc/ja_JP.eucJP/man/man5/login.conf.5 1.13 +3 -3 doc/ja_JP.eucJP/man/man5/ntp.conf.5 1.10 +1 -1 doc/ja_JP.eucJP/man/man5/publickey.5 1.8 +5 -5 doc/ja_JP.eucJP/man/man5/ssh_config.5 1.8 +3 -3 doc/ja_JP.eucJP/man/man5/sshd_config.5 1.23 +1 -1 doc/ja_JP.eucJP/man/man5/termcap.5 1.15 +1 -1 doc/ja_JP.eucJP/man/man7/environ.7 1.15 +4 -4 doc/ja_JP.eucJP/man/man7/groff.7 1.14 +1 -1 doc/ja_JP.eucJP/man/man7/release.7 1.20 +1 -1 doc/ja_JP.eucJP/man/man7/tuning.7 1.17 +1 -1 doc/ja_JP.eucJP/man/man8/adjkerntz.8 1.23 +1 -1 doc/ja_JP.eucJP/man/man8/ccdconfig.8 1.2 +1 -1 doc/ja_JP.eucJP/man/man8/devd.8 1.18 +2 -2 doc/ja_JP.eucJP/man/man8/fdcontrol.8 1.13 +1 -1 doc/ja_JP.eucJP/man/man8/fore_dnld.8 1.13 +1 -1 doc/ja_JP.eucJP/man/man8/named-xfer.8 1.7 +1 -1 doc/ja_JP.eucJP/man/man8/ntp-genkeys.8 1.11 +2 -2 doc/ja_JP.eucJP/man/man8/ntpd.8 1.20 +1 -1 doc/ja_JP.eucJP/man/man8/ntpq.8 1.23 +1 -1 doc/ja_JP.eucJP/man/man8/pccardd.8 1.25 +1 -1 doc/ja_JP.eucJP/man/man8/ping.8 1.17 +1 -1 doc/ja_JP.eucJP/man/man8/ping6.8 1.75 +9 -9 doc/ja_JP.eucJP/man/man8/ppp.8 1.14 +1 -1 doc/ja_JP.eucJP/man/man8/rbootd.8 1.19 +1 -1 doc/ja_JP.eucJP/man/man8/rmuser.8 1.13 +1 -1 doc/ja_JP.eucJP/man/man8/rtadvd.8 1.13 +4 -4 doc/ja_JP.eucJP/man/man8/sshd.8 1.13 +6 -6 doc/ja_JP.eucJP/man/man8/sticky.8 1.20 +3 -3 doc/ja_JP.eucJP/man/man8/sysinstall.8 1.18 +1 -1 doc/ja_JP.eucJP/man/man8/traceroute.8 1.9 +1 -1 doc/ja_JP.eucJP/man/man9/VOP_GETPAGES.9 1.10 +1 -1 doc/ja_JP.eucJP/man/man9/make_dev.9 1.12 +1 -1 doc/ja_JP.eucJP/man/man9/vslock.9 From owner-cvs-all@FreeBSD.ORG Sat Jul 17 22:59: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 A806116A4CE; Sat, 17 Jul 2004 22:59:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89D5643D45; Sat, 17 Jul 2004 22:59:14 +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 i6HMxE6k064057; Sat, 17 Jul 2004 22:59:14 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HMxEFg064056; Sat, 17 Jul 2004 22:59:14 GMT (envelope-from brueffer) Message-Id: <200407172259.i6HMxEFg064056@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 17 Jul 2004 22:59: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/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: Sat, 17 Jul 2004 22:59:14 -0000 brueffer 2004-07-17 22:59:14 UTC FreeBSD doc repository Modified files: en/docproj translations.sgml Log: Fix some mistakes I introduced in the turkish documantation team entry. The pointy hat is mine! Muahahaha! Revision Changes Path 1.72 +4 -4 www/en/docproj/translations.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 17 23:00: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 DF9E116A4CF; Sat, 17 Jul 2004 23:00:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C156443D45; Sat, 17 Jul 2004 23:00:34 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6HN0YDE064111; Sat, 17 Jul 2004 23:00:34 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HN0Y7O064110; Sat, 17 Jul 2004 23:00:34 GMT (envelope-from sem) Message-Id: <200407172300.i6HN0Y7O064110@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 17 Jul 2004 23:00: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/archivers/arj 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, 17 Jul 2004 23:00:35 -0000 sem 2004-07-17 23:00:34 UTC FreeBSD ports repository Modified files: archivers/arj Makefile distinfo Log: Update to 3.10.21 Approved by: krion (mentor) (implicitly) Revision Changes Path 1.12 +1 -1 ports/archivers/arj/Makefile 1.6 +2 -2 ports/archivers/arj/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 17 23:06: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 D56EA16A4CE; Sat, 17 Jul 2004 23:06:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B796843D53; Sat, 17 Jul 2004 23:06:12 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6HN6CKc064586; Sat, 17 Jul 2004 23:06:12 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HN6C3s064585; Sat, 17 Jul 2004 23:06:12 GMT (envelope-from sem) Message-Id: <200407172306.i6HN6C3s064585@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 17 Jul 2004 23:06: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/crack 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, 17 Jul 2004 23:06:13 -0000 sem 2004-07-17 23:06:12 UTC FreeBSD ports repository Modified files: security/crack pkg-descr Log: Homepage has moved. Approved by: krion (mentor) (implicitly) Revision Changes Path 1.4 +1 -1 ports/security/crack/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Jul 17 23:15: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 4676216A4CE; Sat, 17 Jul 2004 23:15:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2988043D2D; Sat, 17 Jul 2004 23:15:42 +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 i6HNFg6q064855; Sat, 17 Jul 2004 23:15:42 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HNFgfO064854; Sat, 17 Jul 2004 23:15:42 GMT (envelope-from davidxu) Message-Id: <200407172315.i6HNFgfO064854@repoman.freebsd.org> From: David Xu Date: Sat, 17 Jul 2004 23:15: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/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: Sat, 17 Jul 2004 23:15:42 -0000 davidxu 2004-07-17 23:15:42 UTC FreeBSD src repository Modified files: sys/kern sys_process.c Log: Fix typo. Revision Changes Path 1.124 +1 -1 src/sys/kern/sys_process.c From owner-cvs-all@FreeBSD.ORG Sat Jul 17 23:26: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 1FDB516A4CE; Sat, 17 Jul 2004 23:26:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0389543D55; Sat, 17 Jul 2004 23:26:20 +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 i6HNQJPW065123; Sat, 17 Jul 2004 23:26:19 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HNQJ2F065122; Sat, 17 Jul 2004 23:26:19 GMT (envelope-from rwatson) Message-Id: <200407172326.i6HNQJ2F065122@repoman.freebsd.org> From: Robert Watson Date: Sat, 17 Jul 2004 23:26:19 +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/projects/busdma 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: Sat, 17 Jul 2004 23:26:20 -0000 rwatson 2004-07-17 23:26:19 UTC FreeBSD doc repository Modified files: en/projects/busdma index.sgml Log: if_rl is now INTR_MPSAFE, and no longer has a recursive mutex. Revision Changes Path 1.85 +3 -4 www/en/projects/busdma/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 17 23: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 A99FD16A4CE; Sat, 17 Jul 2004 23:29:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D16543D39; Sat, 17 Jul 2004 23:29:09 +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 i6HNT9ja065179; Sat, 17 Jul 2004 23:29:09 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HNT9UD065178; Sat, 17 Jul 2004 23:29:09 GMT (envelope-from rwatson) Message-Id: <200407172329.i6HNT9UD065178@repoman.freebsd.org> From: Robert Watson Date: Sat, 17 Jul 2004 23:29:09 +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/projects/busdma 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: Sat, 17 Jul 2004 23:29:09 -0000 rwatson 2004-07-17 23:29:09 UTC FreeBSD doc repository Modified files: en/projects/busdma index.sgml Log: Mark if_sis are more done. Make sure to show if_rl is actuall mpsafe, not just in intr. Revision Changes Path 1.86 +4 -5 www/en/projects/busdma/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 17 23:30: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 A975616A4CE; Sat, 17 Jul 2004 23:30:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B19843D3F; Sat, 17 Jul 2004 23:30:35 +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 i6HNUZW0065292; Sat, 17 Jul 2004 23:30:35 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HNUZOs065291; Sat, 17 Jul 2004 23:30:35 GMT (envelope-from rwatson) Message-Id: <200407172330.i6HNUZOs065291@repoman.freebsd.org> From: Robert Watson Date: Sat, 17 Jul 2004 23:30: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/projects/busdma 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: Sat, 17 Jul 2004 23:30:35 -0000 rwatson 2004-07-17 23:30:35 UTC FreeBSD doc repository Modified files: en/projects/busdma index.sgml Log: if_xl is now properly locked. Revision Changes Path 1.87 +3 -4 www/en/projects/busdma/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 17 23:37: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 8504516A4CE; Sat, 17 Jul 2004 23:37:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 681C143D39; Sat, 17 Jul 2004 23:37:10 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6HNbA6J065484; Sat, 17 Jul 2004 23:37:10 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HNbACk065483; Sat, 17 Jul 2004 23:37:10 GMT (envelope-from sem) Message-Id: <200407172337.i6HNbACk065483@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 17 Jul 2004 23:37: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/devel/libghthash 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, 17 Jul 2004 23:37:10 -0000 sem 2004-07-17 23:37:10 UTC FreeBSD ports repository Modified files: devel/libghthash Makefile distinfo pkg-descr pkg-plist Log: Update to 0.5.4 New homepage location. Approved by: krion (mentor) (implicitly) Revision Changes Path 1.8 +2 -3 ports/devel/libghthash/Makefile 1.4 +2 -2 ports/devel/libghthash/distinfo 1.2 +1 -1 ports/devel/libghthash/pkg-descr 1.4 +1 -1 ports/devel/libghthash/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 17 23:44: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 B2E7916A4CE; Sat, 17 Jul 2004 23:44:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 966A743D1D; Sat, 17 Jul 2004 23:44:59 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6HNix5f065650; Sat, 17 Jul 2004 23:44:59 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HNixHU065649; Sat, 17 Jul 2004 23:44:59 GMT (envelope-from alc) Message-Id: <200407172344.i6HNixHU065649@repoman.freebsd.org> From: Alan Cox Date: Sat, 17 Jul 2004 23:44: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/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: Sat, 17 Jul 2004 23:44:59 -0000 alc 2004-07-17 23:44:59 UTC FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: Remedy my omission of one change in the prevision revision: pmap_remove() must pin the current thread in order to call pmap_pte_quick(). Revision Changes Path 1.487 +3 -0 src/sys/i386/i386/pmap.c From owner-cvs-all@FreeBSD.ORG Sat Jul 17 23:53: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 B55A316A4CE; Sat, 17 Jul 2004 23:53:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF3943D68; Sat, 17 Jul 2004 23:53:38 +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 i6HNrbxB065968; Sat, 17 Jul 2004 23:53:37 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HNrbsj065967; Sat, 17 Jul 2004 23:53:37 GMT (envelope-from alfred) Message-Id: <200407172353.i6HNrbsj065967@repoman.freebsd.org> From: Alfred Perlstein Date: Sat, 17 Jul 2004 23:53:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/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: Sat, 17 Jul 2004 23:53:38 -0000 alfred 2004-07-17 23:53:37 UTC FreeBSD src repository Modified files: sys/sys resourcevar.h Log: Change named parameters from max (which conflicts with a macro in libkern.h) to maxval. Revision Changes Path 1.44 +2 -2 src/sys/sys/resourcevar.h From owner-cvs-all@FreeBSD.ORG Sat Jul 17 23: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 4905116A4CE; Sat, 17 Jul 2004 23:56:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A90D43D39; Sat, 17 Jul 2004 23:56:25 +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 i6HNuPvp066090; Sat, 17 Jul 2004 23:56:25 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HNuPjm066089; Sat, 17 Jul 2004 23:56:25 GMT (envelope-from alfred) Message-Id: <200407172356.i6HNuPjm066089@repoman.freebsd.org> From: Alfred Perlstein Date: Sat, 17 Jul 2004 23:56: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/sys mount.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, 17 Jul 2004 23:56:25 -0000 alfred 2004-07-17 23:56:25 UTC FreeBSD src repository Modified files: sys/sys mount.h Log: Fix macro so that we don't get missing initializer warnings. Revision Changes Path 1.171 +3 -1 src/sys/sys/mount.h