From marc@blackend.org Fri May 31 13:04:01 2002 Return-Path: Received: from abigail.blackend.org (blackend.org [212.11.50.35]) by hub.freebsd.org (Postfix) with ESMTP id C264D37B403 for ; Fri, 31 May 2002 13:03:59 -0700 (PDT) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.12.3/8.12.3/ - 15/04/02) with ESMTP id g4VJxSAF078797 for ; Fri, 31 May 2002 21:59:28 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.3/8.12.3/Submit) id g4VJxSSs078796; Fri, 31 May 2002 21:59:28 +0200 (CEST) (envelope-from marc) Message-Id: <200205311959.g4VJxSSs078796@abigail.blackend.org> Date: Fri, 31 May 2002 21:59:28 +0200 (CEST) From: Marc Fonvieille Reply-To: Marc Fonvieille To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: In articles 4.x, 3.x should be 4.X and 3.X X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 38777 >Category: docs >Synopsis: In articles 4.x, 3.x should be 4.X and 3.X >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: closed >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri May 31 13:10:01 PDT 2002 >Closed-Date: Wed Jul 03 16:19:49 PDT 2002 >Last-Modified: Wed Jul 03 16:19:49 PDT 2002 >Originator: Marc Fonvieille >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: >Environment: System: FreeBSD abigail.blackend.org 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #5: Sun May 12 00:30:43 CEST 2002 marc@abigail.blackend.org:/usr/src/sys/compile/ABIGAIL i386 >Description: In articles 4.x, 3.x should be 4.X and 3.X Read the patch below for more details. >How-To-Repeat: >Fix: Apply the patch to articles/ --- articles.diff begins here --- diff -ruN articles.org/committers-guide/article.sgml articles/committers-guide/article.sgml --- articles.org/committers-guide/article.sgml Mon May 27 11:16:22 2002 +++ articles/committers-guide/article.sgml Fri May 31 21:51:52 2002 @@ -76,7 +76,7 @@ Noteworthy CVS Tags - RELENG_4 (4.x-STABLE), HEAD (-CURRENT) + RELENG_4 (4.X-STABLE), HEAD (-CURRENT) @@ -323,7 +323,7 @@ Check out the miscfs module as - it is in the 4.x branch: + it is in the 4.X branch: &prompt.user; cvs co -rRELENG_4 miscfs diff -ruN articles.org/java-tomcat/article.sgml articles/java-tomcat/article.sgml --- articles.org/java-tomcat/article.sgml Sat Apr 27 09:32:34 2002 +++ articles/java-tomcat/article.sgml Fri May 31 21:53:26 2002 @@ -118,7 +118,7 @@ The Tomcat portion of the install is very straight forward, but the difficulty I had was getting Java Development Kit up and - running for FreeBSD 4.x, as Sun Microsystems only supplies + running for FreeBSD 4.X, as Sun Microsystems only supplies Binaries for Linux, Solaris, and Windows NT. This means that I had to compile my own JDK for FreeBSD. I began by searching for documentation on the Internet. I quickly found that there is more diff -ruN articles.org/releng/branches.ascii articles/releng/branches.ascii --- articles.org/releng/branches.ascii Tue Jan 1 06:25:13 2002 +++ articles/releng/branches.ascii Fri May 31 21:54:27 2002 @@ -8,7 +8,7 @@ | RELENG_3 H ______|____ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ + - - - - - - + E / \ | | | | | | | | | | | | -A |3.1-RELEASE|-|3.2R |-|3.3R |-|3.4R |-|3.5R |-| 3.5.1R|---| 3.x-STABLE | +A |3.1-RELEASE|-|3.2R |-|3.3R |-|3.4R |-|3.5R |-| 3.5.1R|---| 3.X-STABLE | D \___________/ |_ _ _| |_ _ _| |_ _ _| |_ _ _| |_ _ _ _| | | | + - - - - - - + | @@ -19,7 +19,7 @@ | RELENG_4 _____|_____ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ + - - - - - - + / \ | | | | | | | | | | | | - |4.0-RELEASE|-|4.1R |-|4.1.1R |-|4.2R |-|4.3R |-|4.4R |---| 4.x-STABLE | + |4.0-RELEASE|-|4.1R |-|4.1.1R |-|4.2R |-|4.3R |-|4.4R |---| 4.X-STABLE | \___________/ |_ _ _| |_ _ _ _| |_ _ _| |_ _ _| |_ _ _| | | | ___| |__ + - - - - - - + | _ _ _ | _ _ _ _ _ |_ _ _ __ diff -ruN articles.org/vm-design/article.sgml articles/vm-design/article.sgml --- articles.org/vm-design/article.sgml Fri Feb 15 00:57:13 2002 +++ articles/vm-design/article.sgml Fri May 31 21:55:33 2002 @@ -312,7 +312,7 @@ However, the swap management structure has had problems historically. - Under FreeBSD 3.x the swap management structure preallocates an + Under FreeBSD 3.X the swap management structure preallocates an array that encompasses the entire object requiring swap backing store—even if only a few pages of that object are swap-backed. This creates a kernel memory fragmentation problem when large objects @@ -329,7 +329,7 @@ fly for additional swap management structures when a swapout occurs. It is evident that there was plenty of room for improvement. - For FreeBSD 4.x, I completely rewrote the swap subsystem. With this + For FreeBSD 4.X, I completely rewrote the swap subsystem. With this rewrite, swap management structures are allocated through a hash table rather than a linear array giving them a fixed allocation size and much finer granularity. Rather then using a linearly linked list to keep @@ -558,7 +558,7 @@ What is the interleaving algorithm that you - refer to in your listing of the ills of the FreeBSD 3.x swap + refer to in your listing of the ills of the FreeBSD 3.X swap arrangements? @@ -574,7 +574,7 @@ A B C D A B C D A B C D A B C D - FreeBSD 3.x uses a sequential list of free + FreeBSD 3.X uses a sequential list of free regions approach to accounting for the free swap areas. The idea is that large blocks of free linear space can be represented with a single list node @@ -593,16 +593,16 @@ it is to try to put that sophistication elsewhere. The fragmentation causes other problems. Being a linear list - under 3.x, and having such a huge amount of inherent + under 3.X, and having such a huge amount of inherent fragmentation, allocating and freeing swap winds up being an O(N) algorithm instead of an O(1) algorithm. Combined with other factors (heavy swapping) and you start getting into O(N^2) and - O(N^3) levels of overhead, which is bad. The 3.x system may also + O(N^3) levels of overhead, which is bad. The 3.X system may also need to allocate KVM during a swap operation to create a new list node which can lead to a deadlock if the system is trying to pageout pages in a low-memory situation. - Under 4.x we do not use a sequential list. Instead we use a + Under 4.X we do not use a sequential list. Instead we use a radix tree and bitmaps of swap blocks rather than ranged list nodes. We take the hit of preallocating all the bitmaps required for the entire swap area up front but it winds up wasting less --- articles.diff ends here --- >Release-Note: >Audit-Trail: From: Giorgos Keramidas To: bug-followup@FreeBSD.org, marc@blackend.org Cc: Subject: Re: docs/38777: In articles 4.x, 3.x should be 4.X and 3.X Date: Sat, 01 Jun 2002 01:55:15 +0300 > Description > > In articles 4.x, 3.x should be 4.X and 3.X > Read the patch below for more details. Is this really necessary? > Check out the miscfs module as > - it is in the 4.x branch: > + it is in the 4.X branch: Apart from increasing the size of the RCS foo,v files that are kept in the repository, why would this need to be changed? :P - Giorgos State-Changed-From-To: open->closed State-Changed-By: jim State-Changed-When: Wed Jul 3 16:19:24 PDT 2002 State-Changed-Why: Committed, thanks Marc! http://www.freebsd.org/cgi/query-pr.cgi?pr=38777 >Unformatted: