Loading CREDITS +8 −8 Original line number Original line Diff line number Diff line Loading @@ -1624,10 +1624,10 @@ E: ajoshi@shell.unixbox.com D: fbdev hacking D: fbdev hacking N: Jesper Juhl N: Jesper Juhl E: juhl-lkml@dif.dk E: jesper.juhl@gmail.com D: Various small janitor fixes, cleanups etc. D: Various fixes, cleanups and minor features. S: Lemnosvej 1, 3.tv S: Lemnosvej 1, 3.tv S: 2300 Copenhagen S S: 2300 Copenhagen S. S: Denmark S: Denmark N: Jozsef Kadlecsik N: Jozsef Kadlecsik Loading Loading @@ -2380,9 +2380,10 @@ E: tmolina@cablespeed.com D: bug fixes, documentation, minor hackery D: bug fixes, documentation, minor hackery N: James Morris N: James Morris E: jmorris@intercode.com.au E: jmorris@namei.org W: http://www.intercode.com.au/jmorris/ W: http://namei.org/ D: Netfilter, Linux Security Modules (LSM). D: Netfilter, Linux Security Modules (LSM), SELinux, IPSec, D: Crypto API, general networking, miscellaneous. S: PO Box 707 S: PO Box 707 S: Spit Junction NSW 2088 S: Spit Junction NSW 2088 S: Australia S: Australia Loading Loading @@ -2422,8 +2423,7 @@ S: Toronto, Ontario S: Canada S: Canada N: Zwane Mwaikambo N: Zwane Mwaikambo E: zwane@linuxpower.ca E: zwane@arm.linux.org.uk W: http://function.linuxpower.ca D: Various driver hacking D: Various driver hacking D: Lowlevel x86 kernel hacking D: Lowlevel x86 kernel hacking D: General debugging D: General debugging Loading Documentation/00-INDEX +2 −0 Original line number Original line Diff line number Diff line Loading @@ -138,6 +138,8 @@ java.txt - info on the in-kernel binary support for Java(tm). - info on the in-kernel binary support for Java(tm). kbuild/ kbuild/ - directory with info about the kernel build process. - directory with info about the kernel build process. kdumpt.txt - mini HowTo on getting the crash dump code to work. kernel-doc-nano-HOWTO.txt kernel-doc-nano-HOWTO.txt - mini HowTo on generation and location of kernel documentation files. - mini HowTo on generation and location of kernel documentation files. kernel-docs.txt kernel-docs.txt Loading Documentation/Changes +20 −7 Original line number Original line Diff line number Diff line Loading @@ -44,9 +44,9 @@ running, the suggested command should tell you. Again, keep in mind that this list assumes you are already Again, keep in mind that this list assumes you are already functionally running a Linux 2.4 kernel. Also, not all tools are functionally running a Linux 2.4 kernel. Also, not all tools are necessary on all systems; obviously, if you don't have any PCMCIA (PC necessary on all systems; obviously, if you don't have any ISDN Card) hardware, for example, you probably needn't concern yourself hardware, for example, you probably needn't concern yourself with with pcmcia-cs. isdn4k-utils. o Gnu C 2.95.3 # gcc --version o Gnu C 2.95.3 # gcc --version o Gnu make 3.79.1 # make --version o Gnu make 3.79.1 # make --version Loading @@ -57,13 +57,15 @@ o e2fsprogs 1.29 # tune2fs o jfsutils 1.1.3 # fsck.jfs -V o jfsutils 1.1.3 # fsck.jfs -V o reiserfsprogs 3.6.3 # reiserfsck -V 2>&1|grep reiserfsprogs o reiserfsprogs 3.6.3 # reiserfsck -V 2>&1|grep reiserfsprogs o xfsprogs 2.6.0 # xfs_db -V o xfsprogs 2.6.0 # xfs_db -V o pcmciautils 004 o pcmcia-cs 3.1.21 # cardmgr -V o pcmcia-cs 3.1.21 # cardmgr -V o quota-tools 3.09 # quota -V o quota-tools 3.09 # quota -V o PPP 2.4.0 # pppd --version o PPP 2.4.0 # pppd --version o isdn4k-utils 3.1pre1 # isdnctrl 2>&1|grep version o isdn4k-utils 3.1pre1 # isdnctrl 2>&1|grep version o nfs-utils 1.0.5 # showmount --version o nfs-utils 1.0.5 # showmount --version o procps 3.2.0 # ps --version o procps 3.2.0 # ps --version o oprofile 0.5.3 # oprofiled --version o oprofile 0.9 # oprofiled --version o udev 058 # udevinfo -V Kernel compilation Kernel compilation ================== ================== Loading Loading @@ -186,13 +188,20 @@ architecture independent and any version from 2.0.0 onward should work correctly with this version of the XFS kernel code (2.6.0 or work correctly with this version of the XFS kernel code (2.6.0 or later is recommended, due to some significant improvements). later is recommended, due to some significant improvements). PCMCIAutils ----------- PCMCIAutils replaces pcmcia-cs (see below). It properly sets up PCMCIA sockets at system startup and loads the appropriate modules for 16-bit PCMCIA devices if the kernel is modularized and the hotplug subsystem is used. Pcmcia-cs Pcmcia-cs --------- --------- PCMCIA (PC Card) support is now partially implemented in the main PCMCIA (PC Card) support is now partially implemented in the main kernel source. Pay attention when you recompile your kernel ;-). kernel source. The "pcmciautils" package (see above) replaces pcmcia-cs Also, be sure to upgrade to the latest pcmcia-cs release. for newest kernels. Quota-tools Quota-tools ----------- ----------- Loading Loading @@ -349,9 +358,13 @@ Xfsprogs -------- -------- o <ftp://oss.sgi.com/projects/xfs/download/> o <ftp://oss.sgi.com/projects/xfs/download/> Pcmciautils ----------- o <ftp://ftp.kernel.org/pub/linux/utils/kernel/pcmcia/> Pcmcia-cs Pcmcia-cs --------- --------- o <ftp://pcmcia-cs.sourceforge.net/pub/pcmcia-cs/pcmcia-cs-3.1.21.tar.gz> o <http://pcmcia-cs.sourceforge.net/> Quota-tools Quota-tools ---------- ---------- Loading Documentation/DocBook/Makefile +1 −1 Original line number Original line Diff line number Diff line Loading @@ -49,7 +49,7 @@ installmandocs: mandocs KERNELDOC = scripts/kernel-doc KERNELDOC = scripts/kernel-doc DOCPROC = scripts/basic/docproc DOCPROC = scripts/basic/docproc XMLTOFLAGS = -m Documentation/DocBook/stylesheet.xsl XMLTOFLAGS = -m $(srctree)/Documentation/DocBook/stylesheet.xsl #XMLTOFLAGS += --skip-validation #XMLTOFLAGS += --skip-validation ### ### Loading Documentation/DocBook/kernel-api.tmpl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -266,7 +266,7 @@ X!Ekernel/module.c <chapter id="hardware"> <chapter id="hardware"> <title>Hardware Interfaces</title> <title>Hardware Interfaces</title> <sect1><title>Interrupt Handling</title> <sect1><title>Interrupt Handling</title> !Iarch/i386/kernel/irq.c !Ikernel/irq/manage.c </sect1> </sect1> <sect1><title>Resources Management</title> <sect1><title>Resources Management</title> Loading Loading
CREDITS +8 −8 Original line number Original line Diff line number Diff line Loading @@ -1624,10 +1624,10 @@ E: ajoshi@shell.unixbox.com D: fbdev hacking D: fbdev hacking N: Jesper Juhl N: Jesper Juhl E: juhl-lkml@dif.dk E: jesper.juhl@gmail.com D: Various small janitor fixes, cleanups etc. D: Various fixes, cleanups and minor features. S: Lemnosvej 1, 3.tv S: Lemnosvej 1, 3.tv S: 2300 Copenhagen S S: 2300 Copenhagen S. S: Denmark S: Denmark N: Jozsef Kadlecsik N: Jozsef Kadlecsik Loading Loading @@ -2380,9 +2380,10 @@ E: tmolina@cablespeed.com D: bug fixes, documentation, minor hackery D: bug fixes, documentation, minor hackery N: James Morris N: James Morris E: jmorris@intercode.com.au E: jmorris@namei.org W: http://www.intercode.com.au/jmorris/ W: http://namei.org/ D: Netfilter, Linux Security Modules (LSM). D: Netfilter, Linux Security Modules (LSM), SELinux, IPSec, D: Crypto API, general networking, miscellaneous. S: PO Box 707 S: PO Box 707 S: Spit Junction NSW 2088 S: Spit Junction NSW 2088 S: Australia S: Australia Loading Loading @@ -2422,8 +2423,7 @@ S: Toronto, Ontario S: Canada S: Canada N: Zwane Mwaikambo N: Zwane Mwaikambo E: zwane@linuxpower.ca E: zwane@arm.linux.org.uk W: http://function.linuxpower.ca D: Various driver hacking D: Various driver hacking D: Lowlevel x86 kernel hacking D: Lowlevel x86 kernel hacking D: General debugging D: General debugging Loading
Documentation/00-INDEX +2 −0 Original line number Original line Diff line number Diff line Loading @@ -138,6 +138,8 @@ java.txt - info on the in-kernel binary support for Java(tm). - info on the in-kernel binary support for Java(tm). kbuild/ kbuild/ - directory with info about the kernel build process. - directory with info about the kernel build process. kdumpt.txt - mini HowTo on getting the crash dump code to work. kernel-doc-nano-HOWTO.txt kernel-doc-nano-HOWTO.txt - mini HowTo on generation and location of kernel documentation files. - mini HowTo on generation and location of kernel documentation files. kernel-docs.txt kernel-docs.txt Loading
Documentation/Changes +20 −7 Original line number Original line Diff line number Diff line Loading @@ -44,9 +44,9 @@ running, the suggested command should tell you. Again, keep in mind that this list assumes you are already Again, keep in mind that this list assumes you are already functionally running a Linux 2.4 kernel. Also, not all tools are functionally running a Linux 2.4 kernel. Also, not all tools are necessary on all systems; obviously, if you don't have any PCMCIA (PC necessary on all systems; obviously, if you don't have any ISDN Card) hardware, for example, you probably needn't concern yourself hardware, for example, you probably needn't concern yourself with with pcmcia-cs. isdn4k-utils. o Gnu C 2.95.3 # gcc --version o Gnu C 2.95.3 # gcc --version o Gnu make 3.79.1 # make --version o Gnu make 3.79.1 # make --version Loading @@ -57,13 +57,15 @@ o e2fsprogs 1.29 # tune2fs o jfsutils 1.1.3 # fsck.jfs -V o jfsutils 1.1.3 # fsck.jfs -V o reiserfsprogs 3.6.3 # reiserfsck -V 2>&1|grep reiserfsprogs o reiserfsprogs 3.6.3 # reiserfsck -V 2>&1|grep reiserfsprogs o xfsprogs 2.6.0 # xfs_db -V o xfsprogs 2.6.0 # xfs_db -V o pcmciautils 004 o pcmcia-cs 3.1.21 # cardmgr -V o pcmcia-cs 3.1.21 # cardmgr -V o quota-tools 3.09 # quota -V o quota-tools 3.09 # quota -V o PPP 2.4.0 # pppd --version o PPP 2.4.0 # pppd --version o isdn4k-utils 3.1pre1 # isdnctrl 2>&1|grep version o isdn4k-utils 3.1pre1 # isdnctrl 2>&1|grep version o nfs-utils 1.0.5 # showmount --version o nfs-utils 1.0.5 # showmount --version o procps 3.2.0 # ps --version o procps 3.2.0 # ps --version o oprofile 0.5.3 # oprofiled --version o oprofile 0.9 # oprofiled --version o udev 058 # udevinfo -V Kernel compilation Kernel compilation ================== ================== Loading Loading @@ -186,13 +188,20 @@ architecture independent and any version from 2.0.0 onward should work correctly with this version of the XFS kernel code (2.6.0 or work correctly with this version of the XFS kernel code (2.6.0 or later is recommended, due to some significant improvements). later is recommended, due to some significant improvements). PCMCIAutils ----------- PCMCIAutils replaces pcmcia-cs (see below). It properly sets up PCMCIA sockets at system startup and loads the appropriate modules for 16-bit PCMCIA devices if the kernel is modularized and the hotplug subsystem is used. Pcmcia-cs Pcmcia-cs --------- --------- PCMCIA (PC Card) support is now partially implemented in the main PCMCIA (PC Card) support is now partially implemented in the main kernel source. Pay attention when you recompile your kernel ;-). kernel source. The "pcmciautils" package (see above) replaces pcmcia-cs Also, be sure to upgrade to the latest pcmcia-cs release. for newest kernels. Quota-tools Quota-tools ----------- ----------- Loading Loading @@ -349,9 +358,13 @@ Xfsprogs -------- -------- o <ftp://oss.sgi.com/projects/xfs/download/> o <ftp://oss.sgi.com/projects/xfs/download/> Pcmciautils ----------- o <ftp://ftp.kernel.org/pub/linux/utils/kernel/pcmcia/> Pcmcia-cs Pcmcia-cs --------- --------- o <ftp://pcmcia-cs.sourceforge.net/pub/pcmcia-cs/pcmcia-cs-3.1.21.tar.gz> o <http://pcmcia-cs.sourceforge.net/> Quota-tools Quota-tools ---------- ---------- Loading
Documentation/DocBook/Makefile +1 −1 Original line number Original line Diff line number Diff line Loading @@ -49,7 +49,7 @@ installmandocs: mandocs KERNELDOC = scripts/kernel-doc KERNELDOC = scripts/kernel-doc DOCPROC = scripts/basic/docproc DOCPROC = scripts/basic/docproc XMLTOFLAGS = -m Documentation/DocBook/stylesheet.xsl XMLTOFLAGS = -m $(srctree)/Documentation/DocBook/stylesheet.xsl #XMLTOFLAGS += --skip-validation #XMLTOFLAGS += --skip-validation ### ### Loading
Documentation/DocBook/kernel-api.tmpl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -266,7 +266,7 @@ X!Ekernel/module.c <chapter id="hardware"> <chapter id="hardware"> <title>Hardware Interfaces</title> <title>Hardware Interfaces</title> <sect1><title>Interrupt Handling</title> <sect1><title>Interrupt Handling</title> !Iarch/i386/kernel/irq.c !Ikernel/irq/manage.c </sect1> </sect1> <sect1><title>Resources Management</title> <sect1><title>Resources Management</title> Loading