public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] cvs commit: gentoo-kernel.xml
@ 2005-07-06 15:30 Sven Vermeulen
  0 siblings, 0 replies; 17+ messages in thread
From: Sven Vermeulen @ 2005-07-06 15:30 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       05/07/06 15:30:58

  Modified:    xml/htdocs/doc/en gentoo-kernel.xml
  Log:
  Adding suspend2-sources on request of brix

Revision  Changes    Path
1.33      +21 -3     xml/htdocs/doc/en/gentoo-kernel.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.33&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.33&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml.diff?r1=1.32&r2=1.33&cvsroot=gentoo

Index: gentoo-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- gentoo-kernel.xml	9 Jun 2005 18:56:35 -0000	1.32
+++ gentoo-kernel.xml	6 Jul 2005 15:30:58 -0000	1.33
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.32 2005/06/09 18:56:35 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.33 2005/07/06 15:30:58 swift Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide link="/doc/en/gentoo-kernel.xml">
@@ -33,8 +33,8 @@
 
 <license/>
 
-<version>1.8</version>
-<date>2005-06-09</date>
+<version>1.9</version>
+<date>2005-07-06</date>
 
 <chapter>
 <title>Introduction</title>
@@ -307,6 +307,24 @@
 
 </body>
 </section>
+<section>
+<title>suspend2-sources</title>
+<body>
+
+<p>
+The <c>suspend2-sources</c> are patched with both genpatches 
+which includes the patches found in gentoo-sources, and <uri
+link="http://www.suspend2.net">Software Suspend 2</uri> which is a new 
+and improved implementation of suspend-to-disk for the Linux kernel.
+</p>
+
+<p>
+This kernel is recommended for laptop users who often rely on being able
+to suspend their laptop and resume work elsewhere.
+</p>
+
+</body>
+</section>
 </chapter>
 
 <chapter>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-doc-cvs] cvs commit: gentoo-kernel.xml
@ 2005-07-26 18:07 Alin Dobre
  0 siblings, 0 replies; 17+ messages in thread
From: Alin Dobre @ 2005-07-26 18:07 UTC (permalink / raw
  To: gentoo-doc-cvs

alin        05/07/26 18:07:17

  Modified:    xml/htdocs/doc/en gentoo-kernel.xml
  Log:
  made link to migration doc relative, not aboslute

Revision  Changes    Path
1.34      +4 -5      xml/htdocs/doc/en/gentoo-kernel.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.34&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.34&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml.diff?r1=1.33&r2=1.34&cvsroot=gentoo

Index: gentoo-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- gentoo-kernel.xml	6 Jul 2005 15:30:58 -0000	1.33
+++ gentoo-kernel.xml	26 Jul 2005 18:07:17 -0000	1.34
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.33 2005/07/06 15:30:58 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.34 2005/07/26 18:07:17 alin Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide link="/doc/en/gentoo-kernel.xml">
@@ -33,8 +33,8 @@
 
 <license/>
 
-<version>1.9</version>
-<date>2005-07-06</date>
+<version>1.10</version>
+<date>2005-07-26</date>
 
 <chapter>
 <title>Introduction</title>
@@ -103,8 +103,7 @@
 improve performance. Linux 2.4 is currently not being developed further - only 
 bug and security fixes are being included in the newer releases. If you are 
 able to, we suggest that you upgrade to Linux 2.6. You may find the
-<uri link="http://www.gentoo.org/doc/en/migration-to-2.6.xml">migration
-document</uri> useful.
+<uri link="/doc/en/migration-to-2.6.xml">migration document</uri> useful.
 </p>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-doc-cvs] cvs commit: gentoo-kernel.xml
@ 2006-01-13  9:57 Shyam Mani
  0 siblings, 0 replies; 17+ messages in thread
From: Shyam Mani @ 2006-01-13  9:57 UTC (permalink / raw
  To: gentoo-doc-cvs

fox2mike    06/01/13 09:57:51

  Modified:    xml/htdocs/doc/en gentoo-kernel.xml
  Log:
  Gazillion Changes : Removed pegasos-sources (merged into mainline 2.6), Moved win4lin-sources (Security issues) and grsec-sources (merged into hardened-sources) into the previously provided section. Added information on sh-sources, openvz-sources and uclinux-sources. Moved stuff around a bit to maintain alphabetical ordering. Added CC-BY-SA comment.

Revision  Changes    Path
1.35      +70 -41    xml/htdocs/doc/en/gentoo-kernel.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.35&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.35&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml.diff?r1=1.34&r2=1.35&cvsroot=gentoo

Index: gentoo-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- gentoo-kernel.xml	26 Jul 2005 18:07:17 -0000	1.34
+++ gentoo-kernel.xml	13 Jan 2006 09:57:50 -0000	1.35
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.34 2005/07/26 18:07:17 alin Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.35 2006/01/13 09:57:50 fox2mike Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide link="/doc/en/gentoo-kernel.xml">
@@ -25,16 +25,21 @@
 <author title="Editor">
   <mail link="greg_g@gentoo.org">Gregorio Guidi</mail>
 </author>
+<author title="Editor">
+  <mail link="fox2mike@gentoo.org">Shyam Mani</mail>
+</author>
 
 <abstract>
 This document gives you an overview on all kernel sources that Gentoo
 provides through Portage.
 </abstract>
 
+<!-- The content of this document is licensed under the CC-BY-SA license -->
+<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.10</version>
-<date>2005-07-26</date>
+<version>1.11</version>
+<date>2006-01-13</date>
 
 <chapter>
 <title>Introduction</title>
@@ -186,11 +191,11 @@
 <body>
 
 <p>
-<c>alpha-sources</c>, <c>hppa-sources</c>,<c>mips-sources</c>, 
-<c>pegasos-sources</c>, <c>sparc-sources</c> and <c>xbox-sources</c> are, as 
-their names suggest, patched to run best on specific architectures. They also 
-contain some of the patches for hardware and features support from the other 
-patch sets mentioned above and below.
+<c>alpha-sources</c>, <c>hppa-sources</c>,<c>mips-sources</c>, <c>sh-sources</c>
+<c>sparc-sources</c> and <c>xbox-sources</c> are, as their names suggest,
+patched to run best on specific architectures. They also contain some of the
+patches for hardware and features support from the other patch sets mentioned
+above and below.
 </p>
 
 </body>
@@ -229,18 +234,6 @@
 </body>
 </section>
 <section>
-<title>grsec-sources</title>
-<body>
-
-<p>
-The <c>grsec-sources</c> kernel source is patched with the latest grsecurity
-updates (grsecurity version 2.0 and up) which includes, amongst other
-security-related patches, support for PaX.
-</p>
-
-</body>
-</section>
-<section>
 <title>mm-sources</title>
 <body>
 
@@ -275,51 +268,63 @@
 </body>
 </section>
 <section>
-<title>usermode-sources</title>
+<title>openvz-sources</title>
 <body>
 
 <p>
-<c>usermode-sources</c> are the User Mode Linux kernel patches.  This 
-kernel is designed to allow Linux to run within Linux to run within Linux
-to ... User Mode Linux is intended for testing and virtual server support.
-For more information about this amazing tribute to the stability and 
-scalability of Linux, see <uri>http://user-mode-linux.sourceforge.net</uri>. 
+OpenVZ is a server virtualization soultion built on Linux. OpenVZ creates
+isolated, secure virtual private servers (VPSs) or virtual environments on a
+single physical server enabling better server utilization and ensuring that
+applications do not conflict. For more information, see
+<uri>http://www.openvz.org</uri>
+</p>
+
+</body>
+</section>
+<section>
+<title>suspend2-sources</title>
+<body>
+
+<p>
+The <c>suspend2-sources</c> are patched with both genpatches 
+which includes the patches found in gentoo-sources, and <uri
+link="http://www.suspend2.net">Software Suspend 2</uri> which is a new 
+and improved implementation of suspend-to-disk for the Linux kernel.
 </p>
 
 <p>
-For more information on UML and Gentoo, read the 
-<uri link="/doc/en/uml.xml">Gentoo UML Guide</uri>.
+This kernel is recommended for laptop users who often rely on being able
+to suspend their laptop and resume work elsewhere.
 </p>
 
 </body>
 </section>
 <section>
-<title>win4lin-sources</title>
+<title>uclinux-sources</title>
 <body>
 
 <p>
-<c>win4lin-sources</c> are patched to support the userland win4lin tools 
-that allow Linux users to run many Microsoft Windows (TM) applications
-at almost native speeds.  See <uri>http://www.netraverse.com/</uri> for more 
-information.
+The <c>uclinux-sources</c> are meant for CPUs without MMUs as well as embedded
+devices. For more information, see <uri>http://www.uclinux.org</uri>.
 </p>
 
 </body>
 </section>
 <section>
-<title>suspend2-sources</title>
+<title>usermode-sources</title>
 <body>
 
 <p>
-The <c>suspend2-sources</c> are patched with both genpatches 
-which includes the patches found in gentoo-sources, and <uri
-link="http://www.suspend2.net">Software Suspend 2</uri> which is a new 
-and improved implementation of suspend-to-disk for the Linux kernel.
+<c>usermode-sources</c> are the User Mode Linux kernel patches.  This 
+kernel is designed to allow Linux to run within Linux to run within Linux
+to ... User Mode Linux is intended for testing and virtual server support.
+For more information about this amazing tribute to the stability and 
+scalability of Linux, see <uri>http://user-mode-linux.sourceforge.net</uri>. 
 </p>
 
 <p>
-This kernel is recommended for laptop users who often rely on being able
-to suspend their laptop and resume work elsewhere.
+For more information on UML and Gentoo, read the 
+<uri link="/doc/en/uml.xml">Gentoo UML Guide</uri>.
 </p>
 
 </body>
@@ -376,6 +381,19 @@
 </body>
 </section>
 <section>
+<title>grsec-sources</title>
+<body>
+
+<p>
+The <c>grsec-sources</c> kernel source used to be patched with the latest
+grsecurity updates (grsecurity version 2.0 and up) which included, amongst
+other security-related patches, support for PaX. As grsecurity patches are
+included in <c>hardened-sources</c>, this package is no longer in Portage.
+</p>
+
+</body>
+</section>
+<section>
 <title>hardened-dev-sources</title>
 <body>
 
@@ -409,6 +427,17 @@
 
 </body>
 </section>
-</chapter>
+<section>
+<title>win4lin-sources</title>
+<body>
+
+<p>
+<c>win4lin-sources</c> were patched to support the userland win4lin tools 
+that allow Linux users to run many Microsoft Windows (TM) applications
+at almost native speeds. This was removed due to security issues.
+</p>
 
+</body>
+</section>
+</chapter>
 </guide>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-doc-cvs] cvs commit: gentoo-kernel.xml
@ 2006-01-13 19:16 Jan Kundrat
  0 siblings, 0 replies; 17+ messages in thread
From: Jan Kundrat @ 2006-01-13 19:16 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         06/01/13 19:16:23

  Modified:    xml/htdocs/doc/en gentoo-kernel.xml
  Log:
  Added description of git-sources. Tx to fox2mike for converting to proper English :)

Revision  Changes    Path
1.36      +16 -2     xml/htdocs/doc/en/gentoo-kernel.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.36&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.36&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml.diff?r1=1.35&r2=1.36&cvsroot=gentoo

Index: gentoo-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- gentoo-kernel.xml	13 Jan 2006 09:57:50 -0000	1.35
+++ gentoo-kernel.xml	13 Jan 2006 19:16:23 -0000	1.36
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.35 2006/01/13 09:57:50 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.36 2006/01/13 19:16:23 jkt Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide link="/doc/en/gentoo-kernel.xml">
@@ -38,7 +38,7 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.11</version>
+<version>1.12</version>
 <date>2006-01-13</date>
 
 <chapter>
@@ -234,6 +234,20 @@
 </body>
 </section>
 <section>
+<title>git-sources</title>
+<body>
+
+<p>
+The <c>git-sources</c> package tracks daily snapshots of the upstream
+development kernel tree. You should run these kernels if you are interested in
+kernel development or testing. Bugreports should go to the <uri
+link="http://bugme.osdl.org/">Linux Kernel Bug Tracker</uri> or the LKML (Linux
+Kernel Mailing List).
+</p>
+
+</body>
+</section>
+<section>
 <title>mm-sources</title>
 <body>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-doc-cvs] cvs commit: gentoo-kernel.xml
@ 2006-01-13 19:17 Jan Kundrat
  0 siblings, 0 replies; 17+ messages in thread
From: Jan Kundrat @ 2006-01-13 19:17 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         06/01/13 19:17:59

  Modified:    xml/htdocs/doc/en gentoo-kernel.xml
  Log:
  the--, I mean, *no content change*

Revision  Changes    Path
1.37      +2 -2      xml/htdocs/doc/en/gentoo-kernel.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.37&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.37&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml.diff?r1=1.36&r2=1.37&cvsroot=gentoo

Index: gentoo-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- gentoo-kernel.xml	13 Jan 2006 19:16:23 -0000	1.36
+++ gentoo-kernel.xml	13 Jan 2006 19:17:59 -0000	1.37
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.36 2006/01/13 19:16:23 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.37 2006/01/13 19:17:59 jkt Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide link="/doc/en/gentoo-kernel.xml">
@@ -241,7 +241,7 @@
 The <c>git-sources</c> package tracks daily snapshots of the upstream
 development kernel tree. You should run these kernels if you are interested in
 kernel development or testing. Bugreports should go to the <uri
-link="http://bugme.osdl.org/">Linux Kernel Bug Tracker</uri> or the LKML (Linux
+link="http://bugme.osdl.org/">Linux Kernel Bug Tracker</uri> or LKML (Linux
 Kernel Mailing List).
 </p>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-doc-cvs] cvs commit: gentoo-kernel.xml
@ 2006-01-30  2:42 Marcelo Goes
  0 siblings, 0 replies; 17+ messages in thread
From: Marcelo Goes @ 2006-01-30  2:42 UTC (permalink / raw
  To: gentoo-doc-cvs

vanquirius    06/01/30 02:42:45

  Modified:    xml/htdocs/doc/en gentoo-kernel.xml
  Log:
  improve openmosix's description for bug 120872

Revision  Changes    Path
1.38      +5 -5      xml/htdocs/doc/en/gentoo-kernel.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.38&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.38&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml.diff?r1=1.37&r2=1.38&cvsroot=gentoo

Index: gentoo-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- gentoo-kernel.xml	13 Jan 2006 19:17:59 -0000	1.37
+++ gentoo-kernel.xml	30 Jan 2006 02:42:45 -0000	1.38
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.37 2006/01/13 19:17:59 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.38 2006/01/30 02:42:45 vanquirius Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide link="/doc/en/gentoo-kernel.xml">
@@ -38,8 +38,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.12</version>
-<date>2006-01-13</date>
+<version>1.13</version>
+<date>2006-01-30</date>
 
 <chapter>
 <title>Introduction</title>
@@ -275,8 +275,8 @@
 
 <p>
 The <c>openmosix-sources</c> are patched to support the openMosix system 
-(like MOSIX but Open Source).  For more information see 
-<uri>http://www.openmosix.org</uri>.
+(a cluster oriented kernel patchset like MOSIX but Open Source).  For more
+information see <uri>http://www.openmosix.org</uri>.
 </p>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-doc-cvs] cvs commit: gentoo-kernel.xml
@ 2006-01-31  1:15 Flammie Pirinen
  0 siblings, 0 replies; 17+ messages in thread
From: Flammie Pirinen @ 2006-01-31  1:15 UTC (permalink / raw
  To: gentoo-doc-cvs

flammie     06/01/31 01:15:43

  Modified:    xml/htdocs/doc/en gentoo-kernel.xml
  Log:
  typo fixes. **NO CONTENT CHANGES**

Revision  Changes    Path
1.39      +3 -3      xml/htdocs/doc/en/gentoo-kernel.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.39&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.39&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml.diff?r1=1.38&r2=1.39&cvsroot=gentoo

Index: gentoo-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- gentoo-kernel.xml	30 Jan 2006 02:42:45 -0000	1.38
+++ gentoo-kernel.xml	31 Jan 2006 01:15:42 -0000	1.39
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.38 2006/01/30 02:42:45 vanquirius Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.39 2006/01/31 01:15:42 flammie Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide link="/doc/en/gentoo-kernel.xml">
@@ -286,11 +286,11 @@
 <body>
 
 <p>
-OpenVZ is a server virtualization soultion built on Linux. OpenVZ creates
+OpenVZ is a server virtualization solution built on Linux. OpenVZ creates
 isolated, secure virtual private servers (VPSs) or virtual environments on a
 single physical server enabling better server utilization and ensuring that
 applications do not conflict. For more information, see
-<uri>http://www.openvz.org</uri>
+<uri>http://www.openvz.org</uri>.
 </p>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-doc-cvs] cvs commit: gentoo-kernel.xml
@ 2006-07-03 19:17 Shyam Mani
  0 siblings, 0 replies; 17+ messages in thread
From: Shyam Mani @ 2006-07-03 19:17 UTC (permalink / raw
  To: gentoo-doc-cvs

fox2mike    06/07/03 19:17:44

  Modified:             gentoo-kernel.xml
  Log:
  Fixed bug #139057. Fixed up section on uclinux-sources as well (no longer in the tree)

Revision  Changes    Path
1.40                 xml/htdocs/doc/en/gentoo-kernel.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.40&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.40&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml.diff?r1=1.39&r2=1.40&cvsroot=gentoo

Index: gentoo-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- gentoo-kernel.xml	31 Jan 2006 01:15:42 -0000	1.39
+++ gentoo-kernel.xml	3 Jul 2006 19:17:43 -0000	1.40
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.39 2006/01/31 01:15:42 flammie Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.40 2006/07/03 19:17:43 fox2mike Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide link="/doc/en/gentoo-kernel.xml">
@@ -38,8 +38,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.13</version>
-<date>2006-01-30</date>
+<version>1.14</version>
+<date>2006-07-04</date>
 
 <chapter>
 <title>Introduction</title>
@@ -191,11 +191,10 @@
 <body>
 
 <p>
-<c>alpha-sources</c>, <c>hppa-sources</c>,<c>mips-sources</c>, <c>sh-sources</c>
-<c>sparc-sources</c> and <c>xbox-sources</c> are, as their names suggest,
-patched to run best on specific architectures. They also contain some of the
-patches for hardware and features support from the other patch sets mentioned
-above and below.
+<c>hppa-sources</c>,<c>mips-sources</c>, <c>sh-sources</c> <c>sparc-sources</c>
+and <c>xbox-sources</c> are, as their names suggest, patched to run best on
+specific architectures. They also contain some of the patches for hardware and
+features support from the other patch sets mentioned above and below.
 </p>
 
 </body>
@@ -314,17 +313,6 @@
 </body>
 </section>
 <section>
-<title>uclinux-sources</title>
-<body>
-
-<p>
-The <c>uclinux-sources</c> are meant for CPUs without MMUs as well as embedded
-devices. For more information, see <uri>http://www.uclinux.org</uri>.
-</p>
-
-</body>
-</section>
-<section>
 <title>usermode-sources</title>
 <body>
 
@@ -442,6 +430,19 @@
 </body>
 </section>
 <section>
+<title>uclinux-sources</title>
+<body>
+
+<p>
+The <c>uclinux-sources</c> are meant for CPUs without MMUs as well as embedded
+devices. For more information, see <uri>http://www.uclinux.org</uri>. Lack of
+security patches as well hardware to test on were the reasons this is no longer
+in the tree.
+</p>
+
+</body>
+</section>
+<section>
 <title>win4lin-sources</title>
 <body>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-doc-cvs] cvs commit: gentoo-kernel.xml
@ 2006-07-18 15:40 Lukasz Damentko
  0 siblings, 0 replies; 17+ messages in thread
From: Lukasz Damentko @ 2006-07-18 15:40 UTC (permalink / raw
  To: gentoo-doc-cvs

rane        06/07/18 15:40:54

  Modified:             gentoo-kernel.xml
  Log:
  fixed a typo, thanks to grahl in #gentoo-doc for reporting

Revision  Changes    Path
1.41                 xml/htdocs/doc/en/gentoo-kernel.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.41&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.41&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml.diff?r1=1.40&r2=1.41&cvsroot=gentoo

Index: gentoo-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- gentoo-kernel.xml	3 Jul 2006 19:17:43 -0000	1.40
+++ gentoo-kernel.xml	18 Jul 2006 15:40:54 -0000	1.41
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.40 2006/07/03 19:17:43 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.41 2006/07/18 15:40:54 rane Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide link="/doc/en/gentoo-kernel.xml">
@@ -436,7 +436,7 @@
 <p>
 The <c>uclinux-sources</c> are meant for CPUs without MMUs as well as embedded
 devices. For more information, see <uri>http://www.uclinux.org</uri>. Lack of
-security patches as well hardware to test on were the reasons this is no longer
+security patches as well as hardware to test on were the reasons this is no longer
 in the tree.
 </p>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-doc-cvs] cvs commit: gentoo-kernel.xml
@ 2006-09-06 14:49 vapier
  0 siblings, 0 replies; 17+ messages in thread
From: vapier @ 2006-09-06 14:49 UTC (permalink / raw
  To: gentoo-doc-cvs

vapier      06/09/06 14:49:37

  Modified:             gentoo-kernel.xml
  Log:
  add missing space

Revision  Changes    Path
1.42                 xml/htdocs/doc/en/gentoo-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?r1=1.41&r2=1.42

Index: gentoo-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- gentoo-kernel.xml	18 Jul 2006 15:40:54 -0000	1.41
+++ gentoo-kernel.xml	6 Sep 2006 14:49:37 -0000	1.42
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.41 2006/07/18 15:40:54 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.42 2006/09/06 14:49:37 vapier Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide link="/doc/en/gentoo-kernel.xml">
@@ -191,7 +191,7 @@
 <body>
 
 <p>
-<c>hppa-sources</c>,<c>mips-sources</c>, <c>sh-sources</c> <c>sparc-sources</c>
+<c>hppa-sources</c>, <c>mips-sources</c>, <c>sh-sources</c> <c>sparc-sources</c>
 and <c>xbox-sources</c> are, as their names suggest, patched to run best on
 specific architectures. They also contain some of the patches for hardware and
 features support from the other patch sets mentioned above and below.



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-doc-cvs] cvs commit: gentoo-kernel.xml
@ 2006-11-30 20:08 Josh Saddler
  0 siblings, 0 replies; 17+ messages in thread
From: Josh Saddler @ 2006-11-30 20:08 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/11/30 20:08:34

  Modified:             gentoo-kernel.xml
  Log:
  vanilla-sources is now unsupported, moved/changed 2.4 kernel info, all by request of Daniel Drake (dsd) on IRC

Revision  Changes    Path
1.45                 xml/htdocs/doc/en/gentoo-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?r1=1.44&r2=1.45

Index: gentoo-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- gentoo-kernel.xml	29 Nov 2006 15:48:57 -0000	1.44
+++ gentoo-kernel.xml	30 Nov 2006 20:08:34 -0000	1.45
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.44 2006/11/29 15:48:57 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.45 2006/11/30 20:08:34 nightmorph Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide link="/doc/en/gentoo-kernel.xml">
@@ -38,8 +38,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.14</version>
-<date>2006-07-04</date>
+<version>1.15</version>
+<date>2006-11-30</date>
 
 <chapter>
 <title>Introduction</title>
@@ -56,6 +56,16 @@
 sources we make available to you.
 </p>
 
+<p>
+Some of the more uncommon system architectures are not fully compatible with
+Linux 2.6, and some users prefer the tried-and-tested Linux 2.4 kernel. However,
+please note that Linux 2.4 is currently not being developed further - only bug
+and security fixes are being included in the newer releases. If you are able to,
+we suggest that you upgrade to Linux 2.6. You may find the <uri
+link="/doc/en/migration-to-2.6.xml">migration document</uri> useful.
+</p>
+
+
 </body>
 </section>
 </chapter>
@@ -91,24 +101,18 @@
 </p>
 
 <p>
-<c>gentoo-sources</c> is a kernel based on Linux 2.6, with various kernel
-patches included to fix security problems, kernel bugs, and to increase
-compatibility with the more uncommon system architectures. Linux 2.6 is
-the current official stable kernel tree, and development is progressing
-rapidly. For highest performance, best hardware support, and its large
-new feature set, we recommend 2.6 over its older 2.4 counterpart.
+<c>gentoo-sources</c> is a kernel based on Linux 2.6, lightly patched to fix
+security problems, kernel bugs, and to increase compatibility with the more
+uncommon system architectures. Linux 2.6 is the current official stable kernel
+tree, and development is progressing rapidly. For highest performance, best
+hardware support, and its large new feature set, we recommend 2.6 over its older
+2.4 counterpart.
 </p>
 
 <p>
-Some of the more uncommon system architectures are not fully compatible with
-Linux 2.6, and some users prefer to the tried-and-tested Linux 2.4 kernel;
-for this reason we provide <c>gentoo-sources</c> (the 2.4 version). The 
-patches included in this kernel are similar to those included in its 2.6 
-counterpart, plus a number of patches designed to add functionality and 
-improve performance. Linux 2.4 is currently not being developed further - only 
-bug and security fixes are being included in the newer releases. If you are 
-able to, we suggest that you upgrade to Linux 2.6. You may find the
-<uri link="/doc/en/migration-to-2.6.xml">migration document</uri> useful.
+The 2.4 <c>gentoo-sources</c> kernel patches are similar to those included in
+its 2.6 counterpart, plus a number of patches designed to add functionality and
+improve performance.
 </p>
 
 <p>
@@ -122,42 +126,6 @@
 </body>
 </section>
 <section>
-<title>Plain kernels: vanilla-sources</title>
-<body>
-
-<p>
-The next kernel sources that many of you will probably be familiar with 
-as Linux users are the <c>vanilla-sources</c>. These are the official kernel
-sources released on <uri>http://www.kernel.org/</uri>. Please note that we do
-not patch these kernels at all - these are purely for people who wish to run
-a completely unmodified Linux kernel.
-</p>
-
-<p>
-Similar to <c>gentoo-sources</c>, two versions of the kernel can be found 
-under this package: 2.4 and 2.6.
-</p>
-
-<p>
-Linux 2.4 is maintained by Marcelo Tosatti. Linus Torvalds, the original
-creator of Linux, handed maintainership of the Linux 2.4 branch over to
-Marcelo when Linus went off to start developing the newer 2.6 kernel tree.
-Marcelo has done a fine job of keeping 2.4 stable and secure, and is now
-only accepting security and bug fixes into the 2.4 kernel tree. Actual
-development happens in the Linux 2.6 kernel tree.
-</p>
-
-<p>
-Linux 2.6 is maintained by Andrew Morton, who works closely with Linus
-Torvalds to deliver a fast, powerful, and feature-packed Linux kernel.
-Development is happening at incredible pace and this kernel tree is now very
-mature.
-</p>
-
-</body>
-</section>
-
-<section>
 <title>For servers: hardened-sources and rsbac-sources</title>
 <body>
 
@@ -331,6 +299,42 @@
 
 </body>
 </section>
+<section>
+<title>vanilla-sources</title>
+<body>
+
+<p>
+The next kernel sources that many of you will probably be familiar with as Linux
+users are the <c>vanilla-sources</c>. These are the official kernel sources
+released on <uri>http://www.kernel.org/</uri>. Please note that we do not patch
+these kernels at all - these are purely for people who wish to run a completely
+unmodified Linux kernel. We recommend that you use <c>gentoo-sources</c>
+instead.
+</p>
+
+<p>
+Similar to <c>gentoo-sources</c>, two versions of the kernel can be found 
+under this package: 2.4 and 2.6.
+</p>
+
+<p>
+Linux 2.4 is maintained by Marcelo Tosatti. Linus Torvalds, the original
+creator of Linux, handed maintainership of the Linux 2.4 branch over to
+Marcelo when Linus went off to start developing the newer 2.6 kernel tree.
+Marcelo has done a fine job of keeping 2.4 stable and secure, and is now
+only accepting security and bug fixes into the 2.4 kernel tree. Actual
+development happens in the Linux 2.6 kernel tree.
+</p>
+
+<p>
+Linux 2.6 is maintained by Andrew Morton, who works closely with Linus
+Torvalds to deliver a fast, powerful, and feature-packed Linux kernel.
+Development is happening at incredible pace and this kernel tree is now very
+mature.
+</p>
+
+</body>
+</section>
 </chapter>
 
 <chapter>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-doc-cvs] cvs commit: gentoo-kernel.xml
@ 2006-12-04  1:19 Josh Saddler
  0 siblings, 0 replies; 17+ messages in thread
From: Josh Saddler @ 2006-12-04  1:19 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/12/04 01:19:19

  Modified:             gentoo-kernel.xml
  Log:
  couple more changes by dsd's request on IRC

Revision  Changes    Path
1.46                 xml/htdocs/doc/en/gentoo-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?r1=1.45&r2=1.46

Index: gentoo-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- gentoo-kernel.xml	30 Nov 2006 20:08:34 -0000	1.45
+++ gentoo-kernel.xml	4 Dec 2006 01:19:19 -0000	1.46
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.45 2006/11/30 20:08:34 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.46 2006/12/04 01:19:19 nightmorph Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide link="/doc/en/gentoo-kernel.xml">
@@ -38,8 +38,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.15</version>
-<date>2006-11-30</date>
+<version>1.16</version>
+<date>2006-12-03</date>
 
 <chapter>
 <title>Introduction</title>
@@ -57,6 +57,22 @@
 </p>
 
 <p>
+Linux 2.4 is maintained by Marcelo Tosatti. Linus Torvalds, the original
+creator of Linux, handed maintainership of the Linux 2.4 branch over to
+Marcelo when Linus went off to start developing the newer 2.6 kernel tree.
+Marcelo has done a fine job of keeping 2.4 stable and secure, and is now
+only accepting security and bug fixes into the 2.4 kernel tree. Actual
+development happens in the Linux 2.6 kernel tree.
+</p>
+
+<p>
+Linux 2.6 is maintained by Andrew Morton, who works closely with Linus
+Torvalds to deliver a fast, powerful, and feature-packed Linux kernel.
+Development is happening at incredible pace and this kernel tree is now very
+mature.
+</p>
+
+<p>
 Some of the more uncommon system architectures are not fully compatible with
 Linux 2.6, and some users prefer the tried-and-tested Linux 2.4 kernel. However,
 please note that Linux 2.4 is currently not being developed further - only bug
@@ -65,7 +81,6 @@
 link="/doc/en/migration-to-2.6.xml">migration document</uri> useful.
 </p>
 
-
 </body>
 </section>
 </chapter>
@@ -317,22 +332,6 @@
 under this package: 2.4 and 2.6.
 </p>
 
-<p>
-Linux 2.4 is maintained by Marcelo Tosatti. Linus Torvalds, the original
-creator of Linux, handed maintainership of the Linux 2.4 branch over to
-Marcelo when Linus went off to start developing the newer 2.6 kernel tree.
-Marcelo has done a fine job of keeping 2.4 stable and secure, and is now
-only accepting security and bug fixes into the 2.4 kernel tree. Actual
-development happens in the Linux 2.6 kernel tree.
-</p>
-
-<p>
-Linux 2.6 is maintained by Andrew Morton, who works closely with Linus
-Torvalds to deliver a fast, powerful, and feature-packed Linux kernel.
-Development is happening at incredible pace and this kernel tree is now very
-mature.
-</p>
-
 </body>
 </section>
 </chapter>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-doc-cvs] cvs commit: gentoo-kernel.xml
@ 2006-12-18 11:53 Josh Saddler
  0 siblings, 0 replies; 17+ messages in thread
From: Josh Saddler @ 2006-12-18 11:53 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/12/18 11:53:12

  Modified:             gentoo-kernel.xml
  Log:
  minor typo fixes, **no content change**

Revision  Changes    Path
1.48                 xml/htdocs/doc/en/gentoo-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?r1=1.47&r2=1.48

Index: gentoo-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- gentoo-kernel.xml	5 Dec 2006 00:08:44 -0000	1.47
+++ gentoo-kernel.xml	18 Dec 2006 11:53:12 -0000	1.48
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.47 2006/12/05 00:08:44 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.48 2006/12/18 11:53:12 nightmorph Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide link="/doc/en/gentoo-kernel.xml">
@@ -28,7 +28,7 @@
 <author title="Editor">
   <mail link="fox2mike@gentoo.org">Shyam Mani</mail>
 </author>
-<author title="editor">
+<author title="Editor">
   <mail link="nightmorph@gentoo.org">Joshua Saddler</mail>
 </author>
 
@@ -177,10 +177,11 @@
 <body>
 
 <p>
-<c>hppa-sources</c>, <c>mips-sources</c>, <c>sh-sources</c> <c>sparc-sources</c>
-and <c>xbox-sources</c> are, as their names suggest, patched to run best on
-specific architectures. They also contain some of the patches for hardware and
-features support from the other patch sets mentioned above and below.
+<c>hppa-sources</c>, <c>mips-sources</c>, <c>sh-sources</c>,
+<c>sparc-sources</c>, and <c>xbox-sources</c> are, as their names suggest,
+patched to run best on specific architectures. They also contain some of the
+patches for hardware and features support from the other patch sets mentioned
+above and below.
 </p>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-doc-cvs] cvs commit: gentoo-kernel.xml
@ 2008-02-03 14:42 Xavier Neys
  0 siblings, 0 replies; 17+ messages in thread
From: Xavier Neys @ 2008-02-03 14:42 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       08/02/03 14:42:25

  Modified:             gentoo-kernel.xml
  Log:
  #208746 moved ck-sources to 4. Previously provided kernel packages

Revision  Changes    Path
1.50                 xml/htdocs/doc/en/gentoo-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?r1=1.49&r2=1.50

Index: gentoo-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- gentoo-kernel.xml	18 Feb 2007 03:36:57 -0000	1.49
+++ gentoo-kernel.xml	3 Feb 2008 14:42:25 -0000	1.50
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.49 2007/02/18 03:36:57 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.50 2008/02/03 14:42:25 neysx Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/gentoo-kernel.xml">
+<guide>
 <title>Gentoo Linux Kernel Guide</title>
 <author title="Author">
   <mail link="swift@gentoo.org">Sven Vermeulen</mail>
@@ -41,8 +41,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.18</version>
-<date>2007-02-17</date>
+<version>1.19</version>
+<date>2008-02-03</date>
 
 <chapter>
 <title>Introduction</title>
@@ -204,22 +204,6 @@
 </body>
 </section>
 <section>
-<title>ck-sources</title>
-<body>
-
-<p>
-<c>ck-sources</c> is Con Kolivas's kernel patch set. This patchset is 
-primarily designed to improve system responsiveness and interactivity and is 
-configurable for varying workloads (from servers to desktops). The patchset is 
-also quite mature and has been put through numerous iterations of development 
-and tuning. The emphasis of each release is on stability and security. Support 
-and information is available at <uri>http://kernel.kolivas.org</uri> and in 
-<c>#ck</c> on <c>irc.oftc.net</c>.
-</p>
-
-</body>
-</section>
-<section>
 <title>git-sources</title>
 <body>
 
@@ -356,6 +340,22 @@
 </body>
 </section>
 <section>
+<title>ck-sources</title>
+<body>
+
+<p>
+<c>ck-sources</c> is Con Kolivas's kernel patch set. This patchset is 
+primarily designed to improve system responsiveness and interactivity and is 
+configurable for varying workloads (from servers to desktops). The patchset is 
+also quite mature and has been put through numerous iterations of development 
+and tuning. The emphasis of each release is on stability and security. Support 
+and information is available at <uri>http://kernel.kolivas.org</uri> and in 
+<c>#ck</c> on <c>irc.oftc.net</c>.
+</p>
+
+</body>
+</section>
+<section>
 <title>development-sources</title>
 <body>
 



-- 
gentoo-doc-cvs@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-doc-cvs] cvs commit: gentoo-kernel.xml
@ 2008-02-03 18:28 Sven Vermeulen
  0 siblings, 0 replies; 17+ messages in thread
From: Sven Vermeulen @ 2008-02-03 18:28 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       08/02/03 18:28:57

  Modified:             gentoo-kernel.xml
  Log:
  #208764 - suspend2 is now tuxonice

Revision  Changes    Path
1.51                 xml/htdocs/doc/en/gentoo-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?r1=1.50&r2=1.51

Index: gentoo-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- gentoo-kernel.xml	3 Feb 2008 14:42:25 -0000	1.50
+++ gentoo-kernel.xml	3 Feb 2008 18:28:57 -0000	1.51
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.50 2008/02/03 14:42:25 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.51 2008/02/03 18:28:57 swift Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide>
@@ -41,7 +41,7 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.19</version>
+<version>1.20</version>
 <date>2008-02-03</date>
 
 <chapter>
@@ -254,14 +254,15 @@
 </body>
 </section>
 <section>
-<title>suspend2-sources</title>
+<title>tuxonice-sources</title>
 <body>
 
 <p>
-The <c>suspend2-sources</c> are patched with both genpatches 
+The <c>tuxonice-sources</c> (formerly <c>suspend2-sources</c>) are patched with both genpatches 
 which includes the patches found in gentoo-sources, and <uri
-link="http://www.suspend2.net">Software Suspend 2</uri> which is a new 
-and improved implementation of suspend-to-disk for the Linux kernel.
+link="http://www.tuxonice.net">TuxOnIce</uri> which is an
+improved implementation of suspend-to-disk for the Linux kernel, formerly known
+as <e>suspend2</e>.
 </p>
 
 <p>



-- 
gentoo-doc-cvs@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-doc-cvs] cvs commit: gentoo-kernel.xml
@ 2008-02-03 18:30 Sven Vermeulen
  0 siblings, 0 replies; 17+ messages in thread
From: Sven Vermeulen @ 2008-02-03 18:30 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       08/02/03 18:30:34

  Modified:             gentoo-kernel.xml
  Log:
  Internal coding style update, related to previous commit

Revision  Changes    Path
1.52                 xml/htdocs/doc/en/gentoo-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?r1=1.51&r2=1.52

Index: gentoo-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- gentoo-kernel.xml	3 Feb 2008 18:28:57 -0000	1.51
+++ gentoo-kernel.xml	3 Feb 2008 18:30:34 -0000	1.52
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.51 2008/02/03 18:28:57 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.52 2008/02/03 18:30:34 swift Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide>
@@ -258,11 +258,11 @@
 <body>
 
 <p>
-The <c>tuxonice-sources</c> (formerly <c>suspend2-sources</c>) are patched with both genpatches 
-which includes the patches found in gentoo-sources, and <uri
-link="http://www.tuxonice.net">TuxOnIce</uri> which is an
-improved implementation of suspend-to-disk for the Linux kernel, formerly known
-as <e>suspend2</e>.
+The <c>tuxonice-sources</c> (formerly <c>suspend2-sources</c>) are patched with
+both genpatches which includes the patches found in gentoo-sources, and <uri
+link="http://www.tuxonice.net">TuxOnIce</uri> which is an improved 
+implementation of suspend-to-disk for the Linux kernel, formerly known as 
+<e>suspend2</e>.
 </p>
 
 <p>



-- 
gentoo-doc-cvs@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-doc-cvs] cvs commit: gentoo-kernel.xml
@ 2008-05-23 20:46 Sven Vermeulen
  0 siblings, 0 replies; 17+ messages in thread
From: Sven Vermeulen @ 2008-05-23 20:46 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       08/05/23 20:46:20

  Modified:             gentoo-kernel.xml
  Log:
  Coding style

Revision  Changes    Path
1.53                 xml/htdocs/doc/en/gentoo-kernel.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?r1=1.52&r2=1.53

Index: gentoo-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- gentoo-kernel.xml	3 Feb 2008 18:30:34 -0000	1.52
+++ gentoo-kernel.xml	23 May 2008 20:46:20 -0000	1.53
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.52 2008/02/03 18:30:34 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.53 2008/05/23 20:46:20 swift Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide>
+<guide link="/doc/en/gentoo-kernel.xml">
 <title>Gentoo Linux Kernel Guide</title>
 <author title="Author">
   <mail link="swift@gentoo.org">Sven Vermeulen</mail>
@@ -50,11 +50,11 @@
 <body>
 
 <p>
-As with everything else in Gentoo Linux, the philosophy of the Gentoo 
-Kernel team is to give you, the user, as much freedom of choice as 
-possible.  If you take a look at the output of <c>emerge -s sources</c> 
-you see a large variety of kernels to choose from.  In this document, 
-I will attempt to give you a brief rundown of the goals of each of the 
+As with everything else in Gentoo Linux, the philosophy of the Gentoo
+Kernel team is to give you, the user, as much freedom of choice as
+possible.  If you take a look at the output of <c>emerge -s sources</c>
+you see a large variety of kernels to choose from.  In this document,
+I will attempt to give you a brief rundown of the goals of each of the
 patch sets, which we at Gentoo design, and also explain the other kernel
 sources we make available to you.
 </p>
@@ -112,9 +112,9 @@
 <body>
 
 <p>
-For most users, we recommend the <c>gentoo-sources</c> kernel. Since the 
-2005.0 release, Gentoo Linux uses 2.6 as the default kernel. Unless you are 
-specifically using the 2.4 profile, <c>gentoo-sources</c> will be a 2.6 kernel 
+For most users, we recommend the <c>gentoo-sources</c> kernel. Since the
+2005.0 release, Gentoo Linux uses 2.6 as the default kernel. Unless you are
+specifically using the 2.4 profile, <c>gentoo-sources</c> will be a 2.6 kernel
 on <e>most</e> architectures.
 </p>
 
@@ -150,11 +150,11 @@
 <p>
 <c>hardened-sources</c> is based on the official Linux kernel and is targeted
 at our users running Gentoo on server systems. It provides patches for the
-various subprojects of Gentoo Hardened (such as support for 
-<uri link="http://www.nsa.gov/selinux/">LSM/SELinux</uri> and 
+various subprojects of Gentoo Hardened (such as support for
+<uri link="http://www.nsa.gov/selinux/">LSM/SELinux</uri> and
 <uri link="http://grsecurity.net">grsecurity</uri>), together with
 stability/security-enhancements. Like <c>gentoo-sources</c> it comes in 2.6
-and 2.4 versions. Check <uri>http://www.gentoo.org/proj/en/hardened/</uri> for 
+and 2.4 versions. Check <uri>http://www.gentoo.org/proj/en/hardened/</uri> for
 more information.
 </p>
 
@@ -194,8 +194,8 @@
 <body>
 
 <p>
-Now I'm going to try to briefly describe some of the other 
-<path>sys-kernel/*-sources</path> which you saw scroll by when you ran 
+Now I'm going to try to briefly describe some of the other
+<path>sys-kernel/*-sources</path> which you saw scroll by when you ran
 <c>emerge -s sources</c>. Lets take them in alphabetical order. These
 kernels are provided as a courtesy only and the various patch sets are not
 supported by the Gentoo team.
@@ -260,8 +260,8 @@
 <p>
 The <c>tuxonice-sources</c> (formerly <c>suspend2-sources</c>) are patched with
 both genpatches which includes the patches found in gentoo-sources, and <uri
-link="http://www.tuxonice.net">TuxOnIce</uri> which is an improved 
-implementation of suspend-to-disk for the Linux kernel, formerly known as 
+link="http://www.tuxonice.net">TuxOnIce</uri> which is an improved
+implementation of suspend-to-disk for the Linux kernel, formerly known as
 <e>suspend2</e>.
 </p>
 
@@ -277,15 +277,15 @@
 <body>
 
 <p>
-<c>usermode-sources</c> are the User Mode Linux kernel patches.  This 
+<c>usermode-sources</c> are the User Mode Linux kernel patches.  This
 kernel is designed to allow Linux to run within Linux to run within Linux
 to ... User Mode Linux is intended for testing and virtual server support.
-For more information about this amazing tribute to the stability and 
-scalability of Linux, see <uri>http://user-mode-linux.sourceforge.net</uri>. 
+For more information about this amazing tribute to the stability and
+scalability of Linux, see <uri>http://user-mode-linux.sourceforge.net</uri>.
 </p>
 
 <p>
-For more information on UML and Gentoo, read the 
+For more information on UML and Gentoo, read the
 <uri link="/doc/en/uml.xml">Gentoo UML Guide</uri>.
 </p>
 
@@ -305,7 +305,7 @@
 </p>
 
 <p>
-Similar to <c>gentoo-sources</c>, two versions of the kernel can be found 
+Similar to <c>gentoo-sources</c>, two versions of the kernel can be found
 under this package: 2.4 and 2.6.
 </p>
 
@@ -345,12 +345,12 @@
 <body>
 
 <p>
-<c>ck-sources</c> is Con Kolivas's kernel patch set. This patchset is 
-primarily designed to improve system responsiveness and interactivity and is 
-configurable for varying workloads (from servers to desktops). The patchset is 
-also quite mature and has been put through numerous iterations of development 
-and tuning. The emphasis of each release is on stability and security. Support 
-and information is available at <uri>http://kernel.kolivas.org</uri> and in 
+<c>ck-sources</c> is Con Kolivas's kernel patch set. This patchset is
+primarily designed to improve system responsiveness and interactivity and is
+configurable for varying workloads (from servers to desktops). The patchset is
+also quite mature and has been put through numerous iterations of development
+and tuning. The emphasis of each release is on stability and security. Support
+and information is available at <uri>http://kernel.kolivas.org</uri> and in
 <c>#ck</c> on <c>irc.oftc.net</c>.
 </p>
 
@@ -432,8 +432,8 @@
 <p>
 The <c>uclinux-sources</c> are meant for CPUs without MMUs as well as embedded
 devices. For more information, see <uri>http://www.uclinux.org</uri>. Lack of
-security patches as well as hardware to test on were the reasons this is no longer
-in the tree.
+security patches as well as hardware to test on were the reasons this is no
+longer in the tree.
 </p>
 
 </body>
@@ -443,7 +443,7 @@
 <body>
 
 <p>
-<c>win4lin-sources</c> were patched to support the userland win4lin tools 
+<c>win4lin-sources</c> were patched to support the userland win4lin tools
 that allow Linux users to run many Microsoft Windows (TM) applications
 at almost native speeds. This was removed due to security issues.
 </p>



-- 
gentoo-doc-cvs@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2008-05-23 20:46 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-26 18:07 [gentoo-doc-cvs] cvs commit: gentoo-kernel.xml Alin Dobre
  -- strict thread matches above, loose matches on Subject: below --
2008-05-23 20:46 Sven Vermeulen
2008-02-03 18:30 Sven Vermeulen
2008-02-03 18:28 Sven Vermeulen
2008-02-03 14:42 Xavier Neys
2006-12-18 11:53 Josh Saddler
2006-12-04  1:19 Josh Saddler
2006-11-30 20:08 Josh Saddler
2006-09-06 14:49 vapier
2006-07-18 15:40 Lukasz Damentko
2006-07-03 19:17 Shyam Mani
2006-01-31  1:15 Flammie Pirinen
2006-01-30  2:42 Marcelo Goes
2006-01-13 19:17 Jan Kundrat
2006-01-13 19:16 Jan Kundrat
2006-01-13  9:57 Shyam Mani
2005-07-06 15:30 Sven Vermeulen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox