Gentoo Archives: gentoo-doc-cvs

From: Shyam Mani <fox2mike@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-kernel.xml
Date: Fri, 13 Jan 2006 09:58:00
Message-Id: 200601130957.k0D9vpKg011216@robin.gentoo.org
1 fox2mike 06/01/13 09:57:51
2
3 Modified: xml/htdocs/doc/en gentoo-kernel.xml
4 Log:
5 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.
6
7 Revision Changes Path
8 1.35 +70 -41 xml/htdocs/doc/en/gentoo-kernel.xml
9
10 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
11 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
12 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
13
14 Index: gentoo-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v
17 retrieving revision 1.34
18 retrieving revision 1.35
19 diff -u -r1.34 -r1.35
20 --- gentoo-kernel.xml 26 Jul 2005 18:07:17 -0000 1.34
21 +++ gentoo-kernel.xml 13 Jan 2006 09:57:50 -0000 1.35
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.34 2005/07/26 18:07:17 alin Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.35 2006/01/13 09:57:50 fox2mike Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28 <guide link="/doc/en/gentoo-kernel.xml">
29 @@ -25,16 +25,21 @@
30 <author title="Editor">
31 <mail link="greg_g@g.o">Gregorio Guidi</mail>
32 </author>
33 +<author title="Editor">
34 + <mail link="fox2mike@g.o">Shyam Mani</mail>
35 +</author>
36
37 <abstract>
38 This document gives you an overview on all kernel sources that Gentoo
39 provides through Portage.
40 </abstract>
41
42 +<!-- The content of this document is licensed under the CC-BY-SA license -->
43 +<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
44 <license/>
45
46 -<version>1.10</version>
47 -<date>2005-07-26</date>
48 +<version>1.11</version>
49 +<date>2006-01-13</date>
50
51 <chapter>
52 <title>Introduction</title>
53 @@ -186,11 +191,11 @@
54 <body>
55
56 <p>
57 -<c>alpha-sources</c>, <c>hppa-sources</c>,<c>mips-sources</c>,
58 -<c>pegasos-sources</c>, <c>sparc-sources</c> and <c>xbox-sources</c> are, as
59 -their names suggest, patched to run best on specific architectures. They also
60 -contain some of the patches for hardware and features support from the other
61 -patch sets mentioned above and below.
62 +<c>alpha-sources</c>, <c>hppa-sources</c>,<c>mips-sources</c>, <c>sh-sources</c>
63 +<c>sparc-sources</c> and <c>xbox-sources</c> are, as their names suggest,
64 +patched to run best on specific architectures. They also contain some of the
65 +patches for hardware and features support from the other patch sets mentioned
66 +above and below.
67 </p>
68
69 </body>
70 @@ -229,18 +234,6 @@
71 </body>
72 </section>
73 <section>
74 -<title>grsec-sources</title>
75 -<body>
76 -
77 -<p>
78 -The <c>grsec-sources</c> kernel source is patched with the latest grsecurity
79 -updates (grsecurity version 2.0 and up) which includes, amongst other
80 -security-related patches, support for PaX.
81 -</p>
82 -
83 -</body>
84 -</section>
85 -<section>
86 <title>mm-sources</title>
87 <body>
88
89 @@ -275,51 +268,63 @@
90 </body>
91 </section>
92 <section>
93 -<title>usermode-sources</title>
94 +<title>openvz-sources</title>
95 <body>
96
97 <p>
98 -<c>usermode-sources</c> are the User Mode Linux kernel patches. This
99 -kernel is designed to allow Linux to run within Linux to run within Linux
100 -to ... User Mode Linux is intended for testing and virtual server support.
101 -For more information about this amazing tribute to the stability and
102 -scalability of Linux, see <uri>http://user-mode-linux.sourceforge.net</uri>.
103 +OpenVZ is a server virtualization soultion built on Linux. OpenVZ creates
104 +isolated, secure virtual private servers (VPSs) or virtual environments on a
105 +single physical server enabling better server utilization and ensuring that
106 +applications do not conflict. For more information, see
107 +<uri>http://www.openvz.org</uri>
108 +</p>
109 +
110 +</body>
111 +</section>
112 +<section>
113 +<title>suspend2-sources</title>
114 +<body>
115 +
116 +<p>
117 +The <c>suspend2-sources</c> are patched with both genpatches
118 +which includes the patches found in gentoo-sources, and <uri
119 +link="http://www.suspend2.net">Software Suspend 2</uri> which is a new
120 +and improved implementation of suspend-to-disk for the Linux kernel.
121 </p>
122
123 <p>
124 -For more information on UML and Gentoo, read the
125 -<uri link="/doc/en/uml.xml">Gentoo UML Guide</uri>.
126 +This kernel is recommended for laptop users who often rely on being able
127 +to suspend their laptop and resume work elsewhere.
128 </p>
129
130 </body>
131 </section>
132 <section>
133 -<title>win4lin-sources</title>
134 +<title>uclinux-sources</title>
135 <body>
136
137 <p>
138 -<c>win4lin-sources</c> are patched to support the userland win4lin tools
139 -that allow Linux users to run many Microsoft Windows (TM) applications
140 -at almost native speeds. See <uri>http://www.netraverse.com/</uri> for more
141 -information.
142 +The <c>uclinux-sources</c> are meant for CPUs without MMUs as well as embedded
143 +devices. For more information, see <uri>http://www.uclinux.org</uri>.
144 </p>
145
146 </body>
147 </section>
148 <section>
149 -<title>suspend2-sources</title>
150 +<title>usermode-sources</title>
151 <body>
152
153 <p>
154 -The <c>suspend2-sources</c> are patched with both genpatches
155 -which includes the patches found in gentoo-sources, and <uri
156 -link="http://www.suspend2.net">Software Suspend 2</uri> which is a new
157 -and improved implementation of suspend-to-disk for the Linux kernel.
158 +<c>usermode-sources</c> are the User Mode Linux kernel patches. This
159 +kernel is designed to allow Linux to run within Linux to run within Linux
160 +to ... User Mode Linux is intended for testing and virtual server support.
161 +For more information about this amazing tribute to the stability and
162 +scalability of Linux, see <uri>http://user-mode-linux.sourceforge.net</uri>.
163 </p>
164
165 <p>
166 -This kernel is recommended for laptop users who often rely on being able
167 -to suspend their laptop and resume work elsewhere.
168 +For more information on UML and Gentoo, read the
169 +<uri link="/doc/en/uml.xml">Gentoo UML Guide</uri>.
170 </p>
171
172 </body>
173 @@ -376,6 +381,19 @@
174 </body>
175 </section>
176 <section>
177 +<title>grsec-sources</title>
178 +<body>
179 +
180 +<p>
181 +The <c>grsec-sources</c> kernel source used to be patched with the latest
182 +grsecurity updates (grsecurity version 2.0 and up) which included, amongst
183 +other security-related patches, support for PaX. As grsecurity patches are
184 +included in <c>hardened-sources</c>, this package is no longer in Portage.
185 +</p>
186 +
187 +</body>
188 +</section>
189 +<section>
190 <title>hardened-dev-sources</title>
191 <body>
192
193 @@ -409,6 +427,17 @@
194
195 </body>
196 </section>
197 -</chapter>
198 +<section>
199 +<title>win4lin-sources</title>
200 +<body>
201 +
202 +<p>
203 +<c>win4lin-sources</c> were patched to support the userland win4lin tools
204 +that allow Linux users to run many Microsoft Windows (TM) applications
205 +at almost native speeds. This was removed due to security issues.
206 +</p>
207
208 +</body>
209 +</section>
210 +</chapter>
211 </guide>
212
213
214
215 --
216 gentoo-doc-cvs@g.o mailing list