Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/hardened/uclibc: index.xml
Date: Fri, 02 Nov 2012 10:33:05
Message-Id: 20121102103247.545F021600@flycatcher.gentoo.org
1 blueness 12/11/02 10:32:47
2
3 Modified: index.xml
4 Log:
5 improve hardened uclibc page
6
7 Revision Changes Path
8 1.2 xml/htdocs/proj/en/hardened/uclibc/index.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/hardened/uclibc/index.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/hardened/uclibc/index.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/hardened/uclibc/index.xml?r1=1.1&r2=1.2
13
14 Index: index.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/uclibc/index.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- index.xml 2 Nov 2012 03:22:31 -0000 1.1
21 +++ index.xml 2 Nov 2012 10:32:47 -0000 1.2
22 @@ -22,7 +22,7 @@
23 privilege level (ring 3). The two interface at one central library referred to
24 as "the C standard library." By far, the most popular is "The GNU C library", or
25 <uri link="http://www.gnu.org/software/libc/">glibc</uri> for short; but, for
26 -embedded systems <uri link="http://www.uclibc.org/">uClibc</uri> is the standard
27 +embedded systems <uri link="http://www.uclibc.org/">uClibc</uri> is the C
28 library of choice, although there are other competitors (see <uri link="http://www.musl-libc.org/">musl</uri>).
29 uClibc (where the "u" is sometimes written as the Greek "mu" for "micro") is much
30 smaller than glibc, less bloated, much faster, and very configurable.
31 @@ -44,7 +44,7 @@
32 </ul>
33
34 <p>
35 -These are complemented by the kernel hardening, especially
36 +These are augmented by the kernel hardening, especially
37 <uri link="http://pax.grsecurity.net/">PaX</uri>'s enhanced address space
38 layout randomization (<uri link="http://pax.grsecurity.net/docs/aslr.txt">aslr</uri>).
39 </p>
40 @@ -122,9 +122,9 @@
41 <li>No = no plans</li>
42 <li>NA = not applicable</li>
43 <li>stage3 = catalyst built stages 1, 2 and 3 available (ideal)</li>
44 -<li>stage4 = manually tarballed minimal system</li>
45 +<li>stage4 = manually built minimal system</li>
46 <li>livecd = minimal (installation) live CD</li>
47 -<li>desktop = manually tarballed full desktop system</li>
48 +<li>desktop = manually built full desktop system</li>
49 <li>[mirror] = any <uri link="http://www.gentoo.org/main/en/mirrors2.xml">Gentoo mirror</uri></li>
50 </ul>