From owner-cvs-www Mon Jun 1 09:16:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04541 for cvs-www-outgoing; Mon, 1 Jun 1998 09:16:03 -0700 (PDT) (envelope-from owner-cvs-www) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA04385; Mon, 1 Jun 1998 09:15:30 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA11316; Mon, 1 Jun 1998 09:15:04 -0700 (PDT) Date: Mon, 1 Jun 1998 09:15:04 -0700 (PDT) Message-Id: <199806011615.JAA11316@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/cgi ports.cgi Sender: owner-cvs-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/06/01 09:15:04 PDT Modified files: data/cgi ports.cgi Log: wosch@freebsd.org -> www@freebsd.org Revision Changes Path 1.20 +3 -3 www/data/cgi/ports.cgi From owner-cvs-www Mon Jun 1 13:11:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21092 for cvs-www-outgoing; Mon, 1 Jun 1998 13:11:30 -0700 (PDT) (envelope-from owner-cvs-www) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20669; Mon, 1 Jun 1998 13:09:52 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id WAA03744; Mon, 1 Jun 1998 22:00:45 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id VAA20989; Mon, 1 Jun 1998 21:55:39 +0200 (CEST) (envelope-from andreas) Message-ID: <19980601215539.A18722@klemm.gtn.com> Date: Mon, 1 Jun 1998 21:55:39 +0200 From: Andreas Klemm To: "Jordan K. Hubbard" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: Re: cvs commit: www/data newsflash.sgml References: <199805310322.UAA07442@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199805310322.UAA07442@freefall.freebsd.org>; from Jordan K. Hubbard on Sat, May 30, 1998 at 08:22:55PM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, May 30, 1998 at 08:22:55PM -0700, Jordan K. Hubbard wrote: > jkh 1998/05/30 20:22:54 PDT > > Modified files: > data newsflash.sgml > Log: > Add an entry for Ralf Engelschall's article at WebTechniques.com. Ralf's article is really a nice source of information, how to build up webservers and how to tweak the FreeBSD kernel for better performance. This reminds me, that in articles with performance tests, FreeBSD doesn't always perform best as it could, because of numerous things we don't set in the GENERIC kernel. Couldn't we for example add another kernel profile based on GENERIC especially for larger scale internet server, which contains some more reasonable settings for better performance ? We should offer the user at the end of installation, which kernel to choose. We could install both, the kernel.GENERIC and kernel.INETSRV, but install the kernel the user chooses as /kernel. This only because not every tester is a Unix (BSD) guru .... Here are the diffs for a kernel with possibly better Inet Server Performance. What do you think ? --- GENERIC Fri May 22 18:40:02 1998 +++ INETSRV Mon Jun 1 21:51:25 1998 @@ -1,5 +1,5 @@ # -# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks +# INETSRV -- Generic machine with WD/AHx/NCR/BTx family disks # # For more information read the handbook part System Administration -> # Configuring the FreeBSD Kernel -> The Configuration File. @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.109 1998/05/21 03:22:19 wpaul Exp $ +# $Id$ machine "i386" cpu "I386_CPU" @@ -19,7 +19,12 @@ cpu "I586_CPU" cpu "I686_CPU" ident GENERIC -maxusers 10 +maxusers 256 + +options SOMAXCONN="256" +options "NMBCLUSTER=4096" +options "CHILD_MAX=512" +options "OPEN_MAX=512" options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking @@ -70,6 +75,9 @@ controller amd0 controller ahb0 controller ahc0 +options AHC_TAGENABLE #enable tagged command queueing +options AHC_ALLOW_MEMIO #allow use of memory mapped I/O +options AHC_SCBPAGING_ENABLE #enable SCB paging controller isp0 controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' From owner-cvs-www Tue Jun 2 06:08:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA21078 for cvs-www-outgoing; Tue, 2 Jun 1998 06:08:11 -0700 (PDT) (envelope-from owner-cvs-www) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA20956; Tue, 2 Jun 1998 06:07:44 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA17597; Tue, 2 Jun 1998 06:07:11 -0700 (PDT) Date: Tue, 2 Jun 1998 06:07:11 -0700 (PDT) Message-Id: <199806021307.GAA17597@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/cgi query-pr.cgi Sender: owner-cvs-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/06/02 06:07:11 PDT Modified files: data/cgi query-pr.cgi Log: Allow /cgi/query-pr.cgi? queries. Revision Changes Path 1.8 +6 -2 www/data/cgi/query-pr.cgi From owner-cvs-www Tue Jun 2 10:05:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00833 for cvs-www-outgoing; Tue, 2 Jun 1998 10:05:08 -0700 (PDT) (envelope-from owner-cvs-www) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA00699; Tue, 2 Jun 1998 10:04:43 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA15034; Tue, 2 Jun 1998 10:04:09 -0700 (PDT) Date: Tue, 2 Jun 1998 10:04:09 -0700 (PDT) Message-Id: <199806021704.KAA15034@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data about.sgml Sender: owner-cvs-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/06/02 10:04:08 PDT Modified files: data about.sgml Log: Update hub's hardware status. Revision Changes Path 1.6 +4 -4 www/data/about.sgml From owner-cvs-www Tue Jun 2 10:13:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01964 for cvs-www-outgoing; Tue, 2 Jun 1998 10:13:25 -0700 (PDT) (envelope-from owner-cvs-www) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01911; Tue, 2 Jun 1998 10:13:08 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA15604; Tue, 2 Jun 1998 10:12:35 -0700 (PDT) Date: Tue, 2 Jun 1998 10:12:35 -0700 (PDT) Message-Id: <199806021712.KAA15604@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data machines.sgml Makefile Sender: owner-cvs-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/06/02 10:12:34 PDT Modified files: data Makefile Added files: data machines.sgml Log: The FreeBSD.org universe. This page documents, for those with accounts on the FreeBSD.org network, just what machine resources are currently available and the sorts of jobs they are being provided for. Submitted by: jfieber Revision Changes Path 1.30 +3 -2 www/data/Makefile From owner-cvs-www Tue Jun 2 10:51:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA08507 for cvs-www-outgoing; Tue, 2 Jun 1998 10:51:17 -0700 (PDT) (envelope-from owner-cvs-www) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA08387; Tue, 2 Jun 1998 10:50:27 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA16130; Tue, 2 Jun 1998 10:49:52 -0700 (PDT) Date: Tue, 2 Jun 1998 10:49:52 -0700 (PDT) Message-Id: <199806021749.KAA16130@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data support.sgml Sender: owner-cvs-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/06/02 10:49:51 PDT Modified files: data support.sgml Log: Two new projects categories, `Networking' and `File system'. Revision Changes Path 1.77 +21 -10 www/data/support.sgml From owner-cvs-www Thu Jun 4 05:42:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00997 for cvs-www-outgoing; Thu, 4 Jun 1998 05:42:27 -0700 (PDT) (envelope-from owner-cvs-www) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00943; Thu, 4 Jun 1998 05:42:16 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA25756; Thu, 4 Jun 1998 05:41:28 -0700 (PDT) Date: Thu, 4 Jun 1998 05:41:28 -0700 (PDT) Message-Id: <199806041241.FAA25756@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data press.sgml Sender: owner-cvs-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/06/04 05:41:28 PDT Modified files: data press.sgml Log: New entry GartnerGroup 4-May-1998 Free Unix: Do You Get What You Pay For?, By G. Weiss Submitted by: Jordan Revision Changes Path 1.8 +8 -2 www/data/press.sgml From owner-cvs-www Thu Jun 4 06:26:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA05766 for cvs-www-outgoing; Thu, 4 Jun 1998 06:26:58 -0700 (PDT) (envelope-from owner-cvs-www) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA05719; Thu, 4 Jun 1998 06:26:45 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA25884; Thu, 4 Jun 1998 06:25:57 -0700 (PDT) Date: Thu, 4 Jun 1998 06:25:57 -0700 (PDT) Message-Id: <199806041325.GAA25884@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data support.sgml Sender: owner-cvs-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/06/04 06:25:57 PDT Modified files: data support.sgml Log: Added polish Web Site Submitted by: Jaroslaw Bazydlo Revision Changes Path 1.78 +3 -2 www/data/support.sgml From owner-cvs-www Thu Jun 4 07:55:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA19254 for cvs-www-outgoing; Thu, 4 Jun 1998 07:55:55 -0700 (PDT) (envelope-from owner-cvs-www) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA18948; Thu, 4 Jun 1998 07:55:00 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA23681; Thu, 4 Jun 1998 07:54:11 -0700 (PDT) Date: Thu, 4 Jun 1998 07:54:11 -0700 (PDT) Message-Id: <199806041454.HAA23681@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data support.sgml web.atoz Sender: owner-cvs-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/06/04 07:54:11 PDT Modified files: data support.sgml web.atoz Log: Add the project Voices Answering Machine and Retail Outlets for FreeBSD Revision Changes Path 1.79 +5 -2 www/data/support.sgml 1.29 +6 -1 www/data/web.atoz From owner-cvs-www Thu Jun 4 08:09:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA22090 for cvs-www-outgoing; Thu, 4 Jun 1998 08:09:12 -0700 (PDT) (envelope-from owner-cvs-www) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA22025; Thu, 4 Jun 1998 08:09:01 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA23795; Thu, 4 Jun 1998 08:08:13 -0700 (PDT) Date: Thu, 4 Jun 1998 08:08:13 -0700 (PDT) Message-Id: <199806041508.IAA23795@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data press.sgml Sender: owner-cvs-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/06/04 08:08:12 PDT Modified files: data press.sgml Log: New entry Load Balancing Your Web Site, by Ralf S.Engelschall Web Techniques Magazin May 1998, Volume 3, Issue Revision Changes Path 1.9 +5 -0 www/data/press.sgml From owner-cvs-www Fri Jun 5 02:19:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA13111 for cvs-www-outgoing; Fri, 5 Jun 1998 02:19:19 -0700 (PDT) (envelope-from owner-cvs-www) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA13027; Fri, 5 Jun 1998 02:18:28 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA02612; Fri, 5 Jun 1998 02:17:32 -0700 (PDT) Date: Fri, 5 Jun 1998 02:17:32 -0700 (PDT) Message-Id: <199806050917.CAA02612@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data about.sgml Sender: owner-cvs-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/06/05 02:17:32 PDT Modified files: data about.sgml Log: Add links to The FreeBSD.org Network page and the FreeBSD Documentation Project. Revision Changes Path 1.7 +8 -2 www/data/about.sgml From owner-cvs-www Fri Jun 5 03:08:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA19059 for cvs-www-outgoing; Fri, 5 Jun 1998 03:08:27 -0700 (PDT) (envelope-from owner-cvs-www) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA19011; Fri, 5 Jun 1998 03:08:15 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA03385; Fri, 5 Jun 1998 03:07:20 -0700 (PDT) Date: Fri, 5 Jun 1998 03:07:20 -0700 (PDT) Message-Id: <199806051007.DAA03385@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data site.pl site.map Makefile index-site.sgml Sender: owner-cvs-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/06/05 03:07:19 PDT Modified files: data Makefile index-site.sgml Added files: data site.pl site.map Log: Create the site map with a perl script. Revision Changes Path 1.31 +6 -3 www/data/Makefile 1.15 +4 -43 www/data/index-site.sgml From owner-cvs-www Fri Jun 5 09:59:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29072 for cvs-www-outgoing; Fri, 5 Jun 1998 09:59:28 -0700 (PDT) (envelope-from owner-cvs-www) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA28993; Fri, 5 Jun 1998 09:59:04 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA02973; Fri, 5 Jun 1998 09:58:07 -0700 (PDT) Date: Fri, 5 Jun 1998 09:58:07 -0700 (PDT) Message-Id: <199806051658.JAA02973@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/cgi query-pr.cgi Sender: owner-cvs-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/06/05 09:58:07 PDT Modified files: data/cgi query-pr.cgi Log: Look for PR references and add links. Currently 290 out of ~7000 PRs have links to other PRs. Revision Changes Path 1.9 +2 -1 www/data/cgi/query-pr.cgi From owner-cvs-www Fri Jun 5 10:07:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00998 for cvs-www-outgoing; Fri, 5 Jun 1998 10:07:57 -0700 (PDT) (envelope-from owner-cvs-www) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA00929; Fri, 5 Jun 1998 10:07:17 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA03033; Fri, 5 Jun 1998 10:06:21 -0700 (PDT) Date: Fri, 5 Jun 1998 10:06:21 -0700 (PDT) Message-Id: <199806051706.KAA03033@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/cgi query-pr.cgi Sender: owner-cvs-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/06/05 10:06:20 PDT Modified files: data/cgi query-pr.cgi Log: The protocol part of an url is case insensitive. Link FTP URLs too, not only HTTP. The characters "\)\>,; are not part of an URL. Revision Changes Path 1.10 +2 -2 www/data/cgi/query-pr.cgi From owner-cvs-www Fri Jun 5 10:14:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02028 for cvs-www-outgoing; Fri, 5 Jun 1998 10:14:24 -0700 (PDT) (envelope-from owner-cvs-www) Received: from critter.freebsd.dk (critter.freebsd.dk [195.8.129.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01902; Fri, 5 Jun 1998 10:13:33 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.8.7/8.8.5) with ESMTP id TAA04106; Fri, 5 Jun 1998 19:12:09 +0200 (CEST) To: Wolfram Schneider cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: Re: cvs commit: www/data/cgi query-pr.cgi In-reply-to: Your message of "Fri, 05 Jun 1998 09:58:07 PDT." <199806051658.JAA02973@freefall.freebsd.org> Date: Fri, 05 Jun 1998 19:12:08 +0200 Message-ID: <4104.897066728@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199806051658.JAA02973@freefall.freebsd.org>, Wolfram Schneider writes: >wosch 1998/06/05 09:58:07 PDT > > Modified files: > data/cgi query-pr.cgi > Log: > Look for PR references and add links. Currently 290 out of ~7000 PRs > have links to other PRs. Thanks! -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "ttyv0" -- What UNIX calls a $20K state-of-the-art, 3D, hi-res color terminal From owner-cvs-www Fri Jun 5 10:24:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04303 for cvs-www-outgoing; Fri, 5 Jun 1998 10:24:54 -0700 (PDT) (envelope-from owner-cvs-www) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03343; Fri, 5 Jun 1998 10:20:12 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA03268; Fri, 5 Jun 1998 10:19:06 -0700 (PDT) Date: Fri, 5 Jun 1998 10:19:06 -0700 (PDT) Message-Id: <199806051719.KAA03268@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/cgi gallery.cgi query-pr.cgi reg.cgi Sender: owner-cvs-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/06/05 10:19:06 PDT Modified files: data/cgi gallery.cgi query-pr.cgi reg.cgi Log: Make perl5 happy. Revision Changes Path 1.12 +3 -3 www/data/cgi/gallery.cgi 1.11 +3 -3 www/data/cgi/query-pr.cgi 1.4 +3 -3 www/data/cgi/reg.cgi From owner-cvs-www Sat Jun 6 16:38:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA09858 for cvs-www-outgoing; Sat, 6 Jun 1998 16:38:58 -0700 (PDT) (envelope-from owner-cvs-www) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA09719; Sat, 6 Jun 1998 16:38:01 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA15173; Sat, 6 Jun 1998 16:36:54 -0700 (PDT) Date: Sat, 6 Jun 1998 16:36:54 -0700 (PDT) Message-Id: <199806062336.QAA15173@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data docs.sgml Sender: owner-cvs-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/06/06 16:36:54 PDT Modified files: data docs.sgml Log: New URL for 'info' and 'doc' pages. Revision Changes Path 1.42 +4 -4 www/data/docs.sgml From owner-cvs-www Sat Jun 6 17:14:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14961 for cvs-www-outgoing; Sat, 6 Jun 1998 17:14:49 -0700 (PDT) (envelope-from owner-cvs-www) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA14873; Sat, 6 Jun 1998 17:14:11 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA15316; Sat, 6 Jun 1998 17:13:04 -0700 (PDT) Date: Sat, 6 Jun 1998 17:13:04 -0700 (PDT) Message-Id: <199806070013.RAA15316@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: cvs commit: www/data/cgi missing_handler.cgi Sender: owner-cvs-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/06/06 17:13:04 PDT Modified files: data/cgi missing_handler.cgi Log: Define $hsty_base so the URLs for the images are correct. Revision Changes Path 1.4 +3 -2 www/data/cgi/missing_handler.cgi