nightmorph 09/10/16 11:53:34 Modified: gentoo-kernel.xml Log: WTF no one told us that hppa-sources and rsbac-sources were removed from the tree many months ago. Updated the guide to reflect this. also added cell-sources to architecture dependent kernels section.
Revision Changes Path 1.56 xml/htdocs/doc/en/gentoo-kernel.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.56&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.56&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?r1=1.55&r2=1.56 Index: gentoo-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- gentoo-kernel.xml 14 Feb 2009 11:25:12 -0000 1.55 +++ gentoo-kernel.xml 16 Oct 2009 11:53:34 -0000 1.56 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.55 2009/02/14 11:25:12 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.56 2009/10/16 11:53:34 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/gentoo-kernel.xml"> @@ -41,8 +41,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.22</version> -<date>2009-02-14</date> +<version>1.23</version> +<date>2009-10-16</date> <chapter> <title>Introduction</title> @@ -129,7 +129,7 @@ </body> </section> <section> -<title>For servers: hardened-sources and rsbac-sources</title> +<title>For servers: hardened-sources</title> <body> <p> @@ -142,16 +142,9 @@ <uri>http://www.gentoo.org/proj/en/hardened/</uri> for more information. </p> -<p> -<c>rsbac-sources</c> is a 2.6-based kernel. It contains patches to use Rule Set -Based Access Controls (<uri link="http://www.rsbac.org">RSBAC</uri>). It is -maintained by the <uri link="/proj/en/hardened/rsbac/">RSBAC project</uri>, a -sub-project of Gentoo Hardened. -</p> - <impo> -These kernels provide powerful patches for enhanced security. Please read the -<uri link="/proj/en/hardened/">documentation</uri> before you use them. +This kernel provides powerful patches for enhanced security. Please read the +<uri link="/proj/en/hardened/">documentation</uri> before you use it. </impo> </body> @@ -161,7 +154,7 @@ <body> <p> -<c>hppa-sources</c>, <c>mips-sources</c>, <c>sh-sources</c>, +<c>cell-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 @@ -386,6 +379,19 @@ </body> </section> <section> +<title>hppa-sources</title> +<body> + +<p> +<c>hppa-sources</c> was a 2.6 kernel with patches applied to improve hardware +compatibility for the HPPA architecture. These patches have been developed +and included in the mainline kernel. HPPA users can now run any recent kernel +with no need for extra patches. +</p> + +</body> +</section> +<section> <title>rsbac-dev-sources</title> <body> @@ -397,6 +403,19 @@ </body> </section> <section> +<title>rsbac-sources</title> +<body> + +<p> +<c>rsbac-sources</c> was a 2.6-based kernel. It contained patches to use Rule +Set Based Access Controls (<uri link="http://www.rsbac.org">RSBAC</uri>). It has +been removed due to lack of maintainers. Use <c>hardened-sources</c> if you need +additional security features. +</p> + +</body> +</section> +<section> <title>selinux-sources</title> <body>
