diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-19 07:07:42 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-09-20 20:35:03 -0400 |
commit | 840f6690b0a7bf8ba2b104193bb31ab293f0a66c (patch) | |
tree | 880f8f018a10a3ee66f5bbc11e7efb7514a7c4e2 /Documentation/Changes | |
parent | 330ae7e99d44c7a591c0a15353b12d5b83d97f70 (diff) |
Documentation/Changes: convert it to ReST markup
- Fix chapter identation inconsistencies;
- Convert table to ReST format;
- use the right tag for bullets;
- Fix bold emphasis;
- mark blocks with :: tags;
- use verbatim font for files;
- make Sphinx happy
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/Changes')
-rw-r--r-- | Documentation/Changes | 224 |
1 files changed, 134 insertions, 90 deletions
diff --git a/Documentation/Changes b/Documentation/Changes index ec97b77c8b00..a9f365d864c7 100644 --- a/Documentation/Changes +++ b/Documentation/Changes | |||
@@ -1,3 +1,6 @@ | |||
1 | Minimal requerements to compile the Kernel | ||
2 | ++++++++++++++++++++++++++++++++++++++++++ | ||
3 | |||
1 | Intro | 4 | Intro |
2 | ===== | 5 | ===== |
3 | 6 | ||
@@ -10,9 +13,9 @@ Axel Boldt, Alessandro Sigala, and countless other users all over the | |||
10 | 'net). | 13 | 'net). |
11 | 14 | ||
12 | Current Minimal Requirements | 15 | Current Minimal Requirements |
13 | ============================ | 16 | **************************** |
14 | 17 | ||
15 | Upgrade to at *least* these software revisions before thinking you've | 18 | Upgrade to at **least** these software revisions before thinking you've |
16 | encountered a bug! If you're unsure what version you're currently | 19 | encountered a bug! If you're unsure what version you're currently |
17 | running, the suggested command should tell you. | 20 | running, the suggested command should tell you. |
18 | 21 | ||
@@ -21,34 +24,38 @@ running a Linux kernel. Also, not all tools are necessary on all | |||
21 | systems; obviously, if you don't have any ISDN hardware, for example, | 24 | systems; obviously, if you don't have any ISDN hardware, for example, |
22 | you probably needn't concern yourself with isdn4k-utils. | 25 | you probably needn't concern yourself with isdn4k-utils. |
23 | 26 | ||
24 | o GNU C 3.2 # gcc --version | 27 | ====================== =============== ======================================== |
25 | o GNU make 3.80 # make --version | 28 | Program Minimal version Command to check the version |
26 | o binutils 2.12 # ld -v | 29 | ====================== =============== ======================================== |
27 | o util-linux 2.10o # fdformat --version | 30 | GNU C 3.2 gcc --version |
28 | o module-init-tools 0.9.10 # depmod -V | 31 | GNU make 3.80 make --version |
29 | o e2fsprogs 1.41.4 # e2fsck -V | 32 | binutils 2.12 ld -v |
30 | o jfsutils 1.1.3 # fsck.jfs -V | 33 | util-linux 2.10o fdformat --version |
31 | o reiserfsprogs 3.6.3 # reiserfsck -V | 34 | module-init-tools 0.9.10 depmod -V |
32 | o xfsprogs 2.6.0 # xfs_db -V | 35 | e2fsprogs 1.41.4 e2fsck -V |
33 | o squashfs-tools 4.0 # mksquashfs -version | 36 | jfsutils 1.1.3 fsck.jfs -V |
34 | o btrfs-progs 0.18 # btrfsck | 37 | reiserfsprogs 3.6.3 reiserfsck -V |
35 | o pcmciautils 004 # pccardctl -V | 38 | xfsprogs 2.6.0 xfs_db -V |
36 | o quota-tools 3.09 # quota -V | 39 | squashfs-tools 4.0 mksquashfs -version |
37 | o PPP 2.4.0 # pppd --version | 40 | btrfs-progs 0.18 btrfsck |
38 | o isdn4k-utils 3.1pre1 # isdnctrl 2>&1|grep version | 41 | pcmciautils 004 pccardctl -V |
39 | o nfs-utils 1.0.5 # showmount --version | 42 | quota-tools 3.09 quota -V |
40 | o procps 3.2.0 # ps --version | 43 | PPP 2.4.0 pppd --version |
41 | o oprofile 0.9 # oprofiled --version | 44 | isdn4k-utils 3.1pre1 isdnctrl 2>&1|grep version |
42 | o udev 081 # udevd --version | 45 | nfs-utils 1.0.5 showmount --version |
43 | o grub 0.93 # grub --version || grub-install --version | 46 | procps 3.2.0 ps --version |
44 | o mcelog 0.6 # mcelog --version | 47 | oprofile 0.9 oprofiled --version |
45 | o iptables 1.4.2 # iptables -V | 48 | udev 081 udevd --version |
46 | o openssl & libcrypto 1.0.0 # openssl version | 49 | grub 0.93 grub --version || grub-install --version |
47 | o bc 1.06.95 # bc --version | 50 | mcelog 0.6 mcelog --version |
51 | iptables 1.4.2 iptables -V | ||
52 | openssl & libcrypto 1.0.0 openssl version | ||
53 | bc 1.06.95 bc --version | ||
54 | ====================== =============== ======================================== | ||
48 | 55 | ||
49 | 56 | ||
50 | Kernel compilation | 57 | Kernel compilation |
51 | ================== | 58 | ****************** |
52 | 59 | ||
53 | GCC | 60 | GCC |
54 | --- | 61 | --- |
@@ -64,16 +71,16 @@ You will need GNU make 3.80 or later to build the kernel. | |||
64 | Binutils | 71 | Binutils |
65 | -------- | 72 | -------- |
66 | 73 | ||
67 | Linux on IA-32 has recently switched from using as86 to using gas for | 74 | Linux on IA-32 has recently switched from using ``as86`` to using ``gas`` for |
68 | assembling the 16-bit boot code, removing the need for as86 to compile | 75 | assembling the 16-bit boot code, removing the need for ``as86`` to compile |
69 | your kernel. This change does, however, mean that you need a recent | 76 | your kernel. This change does, however, mean that you need a recent |
70 | release of binutils. | 77 | release of binutils. |
71 | 78 | ||
72 | Perl | 79 | Perl |
73 | ---- | 80 | ---- |
74 | 81 | ||
75 | You will need perl 5 and the following modules: Getopt::Long, Getopt::Std, | 82 | You will need perl 5 and the following modules: ``Getopt::Long``, |
76 | File::Basename, and File::Find to build the kernel. | 83 | ``Getopt::Std``, ``File::Basename``, and ``File::Find`` to build the kernel. |
77 | 84 | ||
78 | BC | 85 | BC |
79 | -- | 86 | -- |
@@ -93,7 +100,7 @@ and higher. | |||
93 | 100 | ||
94 | 101 | ||
95 | System utilities | 102 | System utilities |
96 | ================ | 103 | **************** |
97 | 104 | ||
98 | Architectural changes | 105 | Architectural changes |
99 | --------------------- | 106 | --------------------- |
@@ -115,7 +122,7 @@ well as the desired DocBook stylesheets. | |||
115 | Util-linux | 122 | Util-linux |
116 | ---------- | 123 | ---------- |
117 | 124 | ||
118 | New versions of util-linux provide *fdisk support for larger disks, | 125 | New versions of util-linux provide ``fdisk`` support for larger disks, |
119 | support new options to mount, recognize more supported partition | 126 | support new options to mount, recognize more supported partition |
120 | types, have a fdformat which works with 2.4 kernels, and similar goodies. | 127 | types, have a fdformat which works with 2.4 kernels, and similar goodies. |
121 | You'll probably want to upgrade. | 128 | You'll probably want to upgrade. |
@@ -125,54 +132,57 @@ Ksymoops | |||
125 | 132 | ||
126 | If the unthinkable happens and your kernel oopses, you may need the | 133 | If the unthinkable happens and your kernel oopses, you may need the |
127 | ksymoops tool to decode it, but in most cases you don't. | 134 | ksymoops tool to decode it, but in most cases you don't. |
128 | It is generally preferred to build the kernel with CONFIG_KALLSYMS so | 135 | It is generally preferred to build the kernel with ``CONFIG_KALLSYMS`` so |
129 | that it produces readable dumps that can be used as-is (this also | 136 | that it produces readable dumps that can be used as-is (this also |
130 | produces better output than ksymoops). If for some reason your kernel | 137 | produces better output than ksymoops). If for some reason your kernel |
131 | is not build with CONFIG_KALLSYMS and you have no way to rebuild and | 138 | is not build with ``CONFIG_KALLSYMS`` and you have no way to rebuild and |
132 | reproduce the Oops with that option, then you can still decode that Oops | 139 | reproduce the Oops with that option, then you can still decode that Oops |
133 | with ksymoops. | 140 | with ksymoops. |
134 | 141 | ||
135 | Module-Init-Tools | 142 | Module-Init-Tools |
136 | ----------------- | 143 | ----------------- |
137 | 144 | ||
138 | A new module loader is now in the kernel that requires module-init-tools | 145 | A new module loader is now in the kernel that requires ``module-init-tools`` |
139 | to use. It is backward compatible with the 2.4.x series kernels. | 146 | to use. It is backward compatible with the 2.4.x series kernels. |
140 | 147 | ||
141 | Mkinitrd | 148 | Mkinitrd |
142 | -------- | 149 | -------- |
143 | 150 | ||
144 | These changes to the /lib/modules file tree layout also require that | 151 | These changes to the ``/lib/modules`` file tree layout also require that |
145 | mkinitrd be upgraded. | 152 | mkinitrd be upgraded. |
146 | 153 | ||
147 | E2fsprogs | 154 | E2fsprogs |
148 | --------- | 155 | --------- |
149 | 156 | ||
150 | The latest version of e2fsprogs fixes several bugs in fsck and | 157 | The latest version of ``e2fsprogs`` fixes several bugs in fsck and |
151 | debugfs. Obviously, it's a good idea to upgrade. | 158 | debugfs. Obviously, it's a good idea to upgrade. |
152 | 159 | ||
153 | JFSutils | 160 | JFSutils |
154 | -------- | 161 | -------- |
155 | 162 | ||
156 | The jfsutils package contains the utilities for the file system. | 163 | The ``jfsutils`` package contains the utilities for the file system. |
157 | The following utilities are available: | 164 | The following utilities are available: |
158 | o fsck.jfs - initiate replay of the transaction log, and check | 165 | |
166 | - ``fsck.jfs`` - initiate replay of the transaction log, and check | ||
159 | and repair a JFS formatted partition. | 167 | and repair a JFS formatted partition. |
160 | o mkfs.jfs - create a JFS formatted partition. | 168 | |
161 | o other file system utilities are also available in this package. | 169 | - ``mkfs.jfs`` - create a JFS formatted partition. |
170 | |||
171 | - other file system utilities are also available in this package. | ||
162 | 172 | ||
163 | Reiserfsprogs | 173 | Reiserfsprogs |
164 | ------------- | 174 | ------------- |
165 | 175 | ||
166 | The reiserfsprogs package should be used for reiserfs-3.6.x | 176 | The reiserfsprogs package should be used for reiserfs-3.6.x |
167 | (Linux kernels 2.4.x). It is a combined package and contains working | 177 | (Linux kernels 2.4.x). It is a combined package and contains working |
168 | versions of mkreiserfs, resize_reiserfs, debugreiserfs and | 178 | versions of ``mkreiserfs``, ``resize_reiserfs``, ``debugreiserfs`` and |
169 | reiserfsck. These utils work on both i386 and alpha platforms. | 179 | ``reiserfsck``. These utils work on both i386 and alpha platforms. |
170 | 180 | ||
171 | Xfsprogs | 181 | Xfsprogs |
172 | -------- | 182 | -------- |
173 | 183 | ||
174 | The latest version of xfsprogs contains mkfs.xfs, xfs_db, and the | 184 | The latest version of ``xfsprogs`` contains ``mkfs.xfs``, ``xfs_db``, and the |
175 | xfs_repair utilities, among others, for the XFS filesystem. It is | 185 | ``xfs_repair`` utilities, among others, for the XFS filesystem. It is |
176 | architecture independent and any version from 2.0.0 onward should | 186 | architecture independent and any version from 2.0.0 onward should |
177 | work correctly with this version of the XFS kernel code (2.6.0 or | 187 | work correctly with this version of the XFS kernel code (2.6.0 or |
178 | later is recommended, due to some significant improvements). | 188 | later is recommended, due to some significant improvements). |
@@ -180,7 +190,7 @@ later is recommended, due to some significant improvements). | |||
180 | PCMCIAutils | 190 | PCMCIAutils |
181 | ----------- | 191 | ----------- |
182 | 192 | ||
183 | PCMCIAutils replaces pcmcia-cs. It properly sets up | 193 | PCMCIAutils replaces ``pcmcia-cs``. It properly sets up |
184 | PCMCIA sockets at system startup and loads the appropriate modules | 194 | PCMCIA sockets at system startup and loads the appropriate modules |
185 | for 16-bit PCMCIA devices if the kernel is modularized and the hotplug | 195 | for 16-bit PCMCIA devices if the kernel is modularized and the hotplug |
186 | subsystem is used. | 196 | subsystem is used. |
@@ -200,17 +210,20 @@ A driver has been added to allow updating of Intel IA32 microcode, | |||
200 | accessible as a normal (misc) character device. If you are not using | 210 | accessible as a normal (misc) character device. If you are not using |
201 | udev you may need to: | 211 | udev you may need to: |
202 | 212 | ||
203 | mkdir /dev/cpu | 213 | :: |
204 | mknod /dev/cpu/microcode c 10 184 | 214 | |
205 | chmod 0644 /dev/cpu/microcode | 215 | mkdir /dev/cpu |
216 | mknod /dev/cpu/microcode c 10 184 | ||
217 | chmod 0644 /dev/cpu/microcode | ||
206 | 218 | ||
207 | as root before you can use this. You'll probably also want to | 219 | as root before you can use this. You'll probably also want to |
208 | get the user-space microcode_ctl utility to use with this. | 220 | get the user-space microcode_ctl utility to use with this. |
209 | 221 | ||
210 | udev | 222 | udev |
211 | ---- | 223 | ---- |
212 | udev is a userspace application for populating /dev dynamically with | 224 | |
213 | only entries for devices actually present. udev replaces the basic | 225 | ``udev`` is a userspace application for populating ``/dev`` dynamically with |
226 | only entries for devices actually present. ``udev`` replaces the basic | ||
214 | functionality of devfs, while allowing persistent device naming for | 227 | functionality of devfs, while allowing persistent device naming for |
215 | devices. | 228 | devices. |
216 | 229 | ||
@@ -218,10 +231,10 @@ FUSE | |||
218 | ---- | 231 | ---- |
219 | 232 | ||
220 | Needs libfuse 2.4.0 or later. Absolute minimum is 2.3.0 but mount | 233 | Needs libfuse 2.4.0 or later. Absolute minimum is 2.3.0 but mount |
221 | options 'direct_io' and 'kernel_cache' won't work. | 234 | options ``direct_io`` and ``kernel_cache`` won't work. |
222 | 235 | ||
223 | Networking | 236 | Networking |
224 | ========== | 237 | ********** |
225 | 238 | ||
226 | General changes | 239 | General changes |
227 | --------------- | 240 | --------------- |
@@ -245,7 +258,9 @@ upgrade pppd to at least 2.4.0. | |||
245 | If you are not using udev, you must have the device file /dev/ppp | 258 | If you are not using udev, you must have the device file /dev/ppp |
246 | which can be made by: | 259 | which can be made by: |
247 | 260 | ||
248 | mknod /dev/ppp c 108 0 | 261 | :: |
262 | |||
263 | mknod /dev/ppp c 108 0 | ||
249 | 264 | ||
250 | as root. | 265 | as root. |
251 | 266 | ||
@@ -260,23 +275,25 @@ NFS-utils | |||
260 | 275 | ||
261 | In ancient (2.4 and earlier) kernels, the nfs server needed to know | 276 | In ancient (2.4 and earlier) kernels, the nfs server needed to know |
262 | about any client that expected to be able to access files via NFS. This | 277 | about any client that expected to be able to access files via NFS. This |
263 | information would be given to the kernel by "mountd" when the client | 278 | information would be given to the kernel by ``mountd`` when the client |
264 | mounted the filesystem, or by "exportfs" at system startup. exportfs | 279 | mounted the filesystem, or by ``exportfs`` at system startup. exportfs |
265 | would take information about active clients from /var/lib/nfs/rmtab. | 280 | would take information about active clients from ``/var/lib/nfs/rmtab``. |
266 | 281 | ||
267 | This approach is quite fragile as it depends on rmtab being correct | 282 | This approach is quite fragile as it depends on rmtab being correct |
268 | which is not always easy, particularly when trying to implement | 283 | which is not always easy, particularly when trying to implement |
269 | fail-over. Even when the system is working well, rmtab suffers from | 284 | fail-over. Even when the system is working well, ``rmtab`` suffers from |
270 | getting lots of old entries that never get removed. | 285 | getting lots of old entries that never get removed. |
271 | 286 | ||
272 | With modern kernels we have the option of having the kernel tell mountd | 287 | With modern kernels we have the option of having the kernel tell mountd |
273 | when it gets a request from an unknown host, and mountd can give | 288 | when it gets a request from an unknown host, and mountd can give |
274 | appropriate export information to the kernel. This removes the | 289 | appropriate export information to the kernel. This removes the |
275 | dependency on rmtab and means that the kernel only needs to know about | 290 | dependency on ``rmtab`` and means that the kernel only needs to know about |
276 | currently active clients. | 291 | currently active clients. |
277 | 292 | ||
278 | To enable this new functionality, you need to: | 293 | To enable this new functionality, you need to: |
279 | 294 | ||
295 | :: | ||
296 | |||
280 | mount -t nfsd nfsd /proc/fs/nfsd | 297 | mount -t nfsd nfsd /proc/fs/nfsd |
281 | 298 | ||
282 | before running exportfs or mountd. It is recommended that all NFS | 299 | before running exportfs or mountd. It is recommended that all NFS |
@@ -287,8 +304,8 @@ mcelog | |||
287 | ------ | 304 | ------ |
288 | 305 | ||
289 | On x86 kernels the mcelog utility is needed to process and log machine check | 306 | On x86 kernels the mcelog utility is needed to process and log machine check |
290 | events when CONFIG_X86_MCE is enabled. Machine check events are errors reported | 307 | events when ``CONFIG_X86_MCE`` is enabled. Machine check events are errors |
291 | by the CPU. Processing them is strongly encouraged. | 308 | reported by the CPU. Processing them is strongly encouraged. |
292 | 309 | ||
293 | Getting updated software | 310 | Getting updated software |
294 | ======================== | 311 | ======================== |
@@ -298,114 +315,141 @@ Kernel compilation | |||
298 | 315 | ||
299 | gcc | 316 | gcc |
300 | --- | 317 | --- |
301 | o <ftp://ftp.gnu.org/gnu/gcc/> | 318 | |
319 | - <ftp://ftp.gnu.org/gnu/gcc/> | ||
302 | 320 | ||
303 | Make | 321 | Make |
304 | ---- | 322 | ---- |
305 | o <ftp://ftp.gnu.org/gnu/make/> | 323 | |
324 | - <ftp://ftp.gnu.org/gnu/make/> | ||
306 | 325 | ||
307 | Binutils | 326 | Binutils |
308 | -------- | 327 | -------- |
309 | o <ftp://ftp.kernel.org/pub/linux/devel/binutils/> | 328 | |
329 | - <ftp://ftp.kernel.org/pub/linux/devel/binutils/> | ||
310 | 330 | ||
311 | OpenSSL | 331 | OpenSSL |
312 | ------- | 332 | ------- |
313 | o <https://www.openssl.org/> | 333 | |
334 | - <https://www.openssl.org/> | ||
314 | 335 | ||
315 | System utilities | 336 | System utilities |
316 | **************** | 337 | **************** |
317 | 338 | ||
318 | Util-linux | 339 | Util-linux |
319 | ---------- | 340 | ---------- |
320 | o <ftp://ftp.kernel.org/pub/linux/utils/util-linux/> | 341 | |
342 | - <ftp://ftp.kernel.org/pub/linux/utils/util-linux/> | ||
321 | 343 | ||
322 | Ksymoops | 344 | Ksymoops |
323 | -------- | 345 | -------- |
324 | o <ftp://ftp.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/> | 346 | |
347 | - <ftp://ftp.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/> | ||
325 | 348 | ||
326 | Module-Init-Tools | 349 | Module-Init-Tools |
327 | ----------------- | 350 | ----------------- |
328 | o <ftp://ftp.kernel.org/pub/linux/kernel/people/rusty/modules/> | 351 | |
352 | - <ftp://ftp.kernel.org/pub/linux/kernel/people/rusty/modules/> | ||
329 | 353 | ||
330 | Mkinitrd | 354 | Mkinitrd |
331 | -------- | 355 | -------- |
332 | o <https://code.launchpad.net/initrd-tools/main> | 356 | |
357 | - <https://code.launchpad.net/initrd-tools/main> | ||
333 | 358 | ||
334 | E2fsprogs | 359 | E2fsprogs |
335 | --------- | 360 | --------- |
336 | o <http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.29.tar.gz> | 361 | |
362 | - <http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.29.tar.gz> | ||
337 | 363 | ||
338 | JFSutils | 364 | JFSutils |
339 | -------- | 365 | -------- |
340 | o <http://jfs.sourceforge.net/> | 366 | |
367 | - <http://jfs.sourceforge.net/> | ||
341 | 368 | ||
342 | Reiserfsprogs | 369 | Reiserfsprogs |
343 | ------------- | 370 | ------------- |
344 | o <http://www.kernel.org/pub/linux/utils/fs/reiserfs/> | 371 | |
372 | - <http://www.kernel.org/pub/linux/utils/fs/reiserfs/> | ||
345 | 373 | ||
346 | Xfsprogs | 374 | Xfsprogs |
347 | -------- | 375 | -------- |
348 | o <ftp://oss.sgi.com/projects/xfs/> | 376 | |
377 | - <ftp://oss.sgi.com/projects/xfs/> | ||
349 | 378 | ||
350 | Pcmciautils | 379 | Pcmciautils |
351 | ----------- | 380 | ----------- |
352 | o <ftp://ftp.kernel.org/pub/linux/utils/kernel/pcmcia/> | 381 | |
382 | - <ftp://ftp.kernel.org/pub/linux/utils/kernel/pcmcia/> | ||
353 | 383 | ||
354 | Quota-tools | 384 | Quota-tools |
355 | ---------- | 385 | ----------- |
356 | o <http://sourceforge.net/projects/linuxquota/> | 386 | |
387 | - <http://sourceforge.net/projects/linuxquota/> | ||
357 | 388 | ||
358 | DocBook Stylesheets | 389 | DocBook Stylesheets |
359 | ------------------- | 390 | ------------------- |
360 | o <http://sourceforge.net/projects/docbook/files/docbook-dsssl/> | 391 | |
392 | - <http://sourceforge.net/projects/docbook/files/docbook-dsssl/> | ||
361 | 393 | ||
362 | XMLTO XSLT Frontend | 394 | XMLTO XSLT Frontend |
363 | ------------------- | 395 | ------------------- |
364 | o <http://cyberelk.net/tim/xmlto/> | 396 | |
397 | - <http://cyberelk.net/tim/xmlto/> | ||
365 | 398 | ||
366 | Intel P6 microcode | 399 | Intel P6 microcode |
367 | ------------------ | 400 | ------------------ |
368 | o <https://downloadcenter.intel.com/> | 401 | |
402 | - <https://downloadcenter.intel.com/> | ||
369 | 403 | ||
370 | udev | 404 | udev |
371 | ---- | 405 | ---- |
372 | o <http://www.freedesktop.org/software/systemd/man/udev.html> | 406 | |
407 | - <http://www.freedesktop.org/software/systemd/man/udev.html> | ||
373 | 408 | ||
374 | FUSE | 409 | FUSE |
375 | ---- | 410 | ---- |
376 | o <http://sourceforge.net/projects/fuse> | 411 | |
412 | - <http://sourceforge.net/projects/fuse> | ||
377 | 413 | ||
378 | mcelog | 414 | mcelog |
379 | ------ | 415 | ------ |
380 | o <http://www.mcelog.org/> | 416 | |
417 | - <http://www.mcelog.org/> | ||
381 | 418 | ||
382 | Networking | 419 | Networking |
383 | ********** | 420 | ********** |
384 | 421 | ||
385 | PPP | 422 | PPP |
386 | --- | 423 | --- |
387 | o <ftp://ftp.samba.org/pub/ppp/> | 424 | |
425 | - <ftp://ftp.samba.org/pub/ppp/> | ||
388 | 426 | ||
389 | Isdn4k-utils | 427 | Isdn4k-utils |
390 | ------------ | 428 | ------------ |
391 | o <ftp://ftp.isdn4linux.de/pub/isdn4linux/utils/> | 429 | |
430 | - <ftp://ftp.isdn4linux.de/pub/isdn4linux/utils/> | ||
392 | 431 | ||
393 | NFS-utils | 432 | NFS-utils |
394 | --------- | 433 | --------- |
395 | o <http://sourceforge.net/project/showfiles.php?group_id=14> | 434 | |
435 | - <http://sourceforge.net/project/showfiles.php?group_id=14> | ||
396 | 436 | ||
397 | Iptables | 437 | Iptables |
398 | -------- | 438 | -------- |
399 | o <http://www.iptables.org/downloads.html> | 439 | |
440 | - <http://www.iptables.org/downloads.html> | ||
400 | 441 | ||
401 | Ip-route2 | 442 | Ip-route2 |
402 | --------- | 443 | --------- |
403 | o <https://www.kernel.org/pub/linux/utils/net/iproute2/> | 444 | |
445 | - <https://www.kernel.org/pub/linux/utils/net/iproute2/> | ||
404 | 446 | ||
405 | OProfile | 447 | OProfile |
406 | -------- | 448 | -------- |
407 | o <http://oprofile.sf.net/download/> | 449 | |
450 | - <http://oprofile.sf.net/download/> | ||
408 | 451 | ||
409 | NFS-Utils | 452 | NFS-Utils |
410 | --------- | 453 | --------- |
411 | o <http://nfs.sourceforge.net/> | 454 | |
455 | - <http://nfs.sourceforge.net/> | ||