Re: Configure.help typo fix

2001-02-04 Thread Jeremy M. Dolan

On Mon, 05 Feb 2001 02:22:11 +, Keitaro Yosimura wrote:
> Hi. Axel Boldt, Alan Cox, Linus Torvalds.

This might be a good time to mention Axel has passed maintainership of
Configure.help to myself. I'm currently working to combine Axel's fork
against Linux 2.4.1's Configure.help, which is requiring hand merging
a 260 kbyte diff, so it may be a week or two off.

Anyway, I thought it might be a good idea to update the MAINTAINERS
file to cut the flow of patches to Axel.

/jmd

--- linux-2.4.1/MAINTAINERS Thu Feb  1 22:56:14 2001
+++ jmd-241/MAINTAINERS Sun Feb  4 14:43:05 2001
@@ -273,8 +273,8 @@
 S: Maintained
 
 CONFIGURE.HELP
-P: Axel Boldt
-M: [EMAIL PROTECTED]
+P:     Jeremy M. Dolan
+M: [EMAIL PROTECTED]
 S: Maintained
 
 COSA/SRP SYNC SERIAL DRIVER
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Configure.help typo fix

2001-02-04 Thread Jeremy M. Dolan

On Mon, 05 Feb 2001 02:22:11 +, Keitaro Yosimura wrote:
 Hi. Axel Boldt, Alan Cox, Linus Torvalds.

This might be a good time to mention Axel has passed maintainership of
Configure.help to myself. I'm currently working to combine Axel's fork
against Linux 2.4.1's Configure.help, which is requiring hand merging
a 260 kbyte diff, so it may be a week or two off.

Anyway, I thought it might be a good idea to update the MAINTAINERS
file to cut the flow of patches to Axel.

/jmd

--- linux-2.4.1/MAINTAINERS Thu Feb  1 22:56:14 2001
+++ jmd-241/MAINTAINERS Sun Feb  4 14:43:05 2001
@@ -273,8 +273,8 @@
 S: Maintained
 
 CONFIGURE.HELP
-P: Axel Boldt
-M: [EMAIL PROTECTED]
+P: Jeremy M. Dolan
+M: [EMAIL PROTECTED]
 S: Maintained
 
 COSA/SRP SYNC SERIAL DRIVER
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: spelling of disc (disk) in /devfs

2001-02-01 Thread Jeremy M. Dolan

On Thu, 01 Feb 2001 00:19:56 +, Alan Chandler wrote:
> The thing that struck me most was the spelling of disc with a 'c'.  As
> an Englishman this is the correct spelling for me most of the time,
> but I have come to accept "as a technical term" disk (as in American)
> is the right name for these devices.

Disk is spelled 'disk' except for Compact Disc and Digital Versatile
Disc. If it wasn't 3:30 in the morning, a patch would be attached.

-- 
Jeremy M. Dolan <[EMAIL PROTECTED]>
Gates' Law: Every 18 months, the speed of software halves.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: spelling of disc (disk) in /devfs

2001-02-01 Thread Jeremy M. Dolan

On Thu, 01 Feb 2001 00:19:56 +, Alan Chandler wrote:
 The thing that struck me most was the spelling of disc with a 'c'.  As
 an Englishman this is the correct spelling for me most of the time,
 but I have come to accept "as a technical term" disk (as in American)
 is the right name for these devices.

Disk is spelled 'disk' except for Compact Disc and Digital Versatile
Disc. If it wasn't 3:30 in the morning, a patch would be attached.

-- 
Jeremy M. Dolan [EMAIL PROTECTED]
Gates' Law: Every 18 months, the speed of software halves.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: [PATCH] doc update/fixes for sysrq.txt

2001-01-28 Thread Jeremy M. Dolan

On Sun, 28 Jan 2001 11:35:50 +, David Ford wrote:
> AFAIK, this hasn't ever been true.  I have never had to specifically
> enable it at run time.

I was suspicious of that in the old doc but thought I'd leave it in...
Should have asked for feedback on it, but you caught it anyway, thanks!

Here's a patch against the first that simply removes the lines.

/jmd


--- Documentation/sysrq.txt~Sun Jan 28 14:41:44 2001
+++ Documentation/sysrq.txt Sun Jan 28 14:41:52 2001
@@ -15,9 +15,6 @@
 
 echo "0" > /proc/sys/kernel/sysrq
 
-Note that previous versions disabled sysrq by default, and you were required
-to specifically enable it at run-time. That is not the case any longer.
-
 *  How do I use the magic SysRq key?
 
 On x86   - You press the key combo 'ALT-SysRq-'. Note - Some
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



[PATCH] doc update/fixes for sysrq.txt

2001-01-28 Thread Jeremy M. Dolan
nce again
 will fix the problem. (ie, something like alt-sysrq-z). Switching to another
 virtual console (ALT+Fn) and then back again should also help.
 
-*  I hit SysRQ, but nothing seems to happen, what's wrong?
+*  I hit SysRq, but nothing seems to happen, what's wrong?
 ~~
-There are some keyboards that send different scancodes for SysRQ than the
-pre-defined 0x54. So if SysRQ doesn't work out of the box for a certain 
-keyboard, run 'showkey -s' to find out the proper scancode sequence. Then 
-use 'setkeycodes  84' to define this sequence to the usual SysRQ 
+There are some keyboards that send different scancodes for SysRq than the
+pre-defined 0x54. So if SysRq doesn't work out of the box for a certain
+keyboard, run 'showkey -s' to find out the proper scancode sequence. Then
+use 'setkeycodes  84' to define this sequence to the usual SysRq
 code (84 is decimal for 0x54). It's probably best to put this command in a
-boot script. Oh, and by the way, you exit 'showkey' by not typing anything 
+boot script. Oh, and by the way, you exit 'showkey' by not typing anything
 for ten seconds.
 
 *  I have more questions, who can I ask?
 
 You may feel free to send email to [EMAIL PROTECTED], and I will
-respond as soon as possible. 
+respond as soon as possible.
  -Myrdraal
 
 *  Credits
 
 Written by Mydraal <[EMAIL PROTECTED]>
 Updated by Adam Sulmicki <[EMAIL PROTECTED]>
+Updated by Jeremy M. Dolan <[EMAIL PROTECTED]> 2001/01/28 10:15:59
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



[PATCH] doc update/fixes for sysrq.txt

2001-01-28 Thread Jeremy M. Dolan
and hitting an invalid sysrq sequence again
 will fix the problem. (ie, something like alt-sysrq-z). Switching to another
 virtual console (ALT+Fn) and then back again should also help.
 
-*  I hit SysRQ, but nothing seems to happen, what's wrong?
+*  I hit SysRq, but nothing seems to happen, what's wrong?
 ~~
-There are some keyboards that send different scancodes for SysRQ than the
-pre-defined 0x54. So if SysRQ doesn't work out of the box for a certain 
-keyboard, run 'showkey -s' to find out the proper scancode sequence. Then 
-use 'setkeycodes sequence 84' to define this sequence to the usual SysRQ 
+There are some keyboards that send different scancodes for SysRq than the
+pre-defined 0x54. So if SysRq doesn't work out of the box for a certain
+keyboard, run 'showkey -s' to find out the proper scancode sequence. Then
+use 'setkeycodes sequence 84' to define this sequence to the usual SysRq
 code (84 is decimal for 0x54). It's probably best to put this command in a
-boot script. Oh, and by the way, you exit 'showkey' by not typing anything 
+boot script. Oh, and by the way, you exit 'showkey' by not typing anything
 for ten seconds.
 
 *  I have more questions, who can I ask?
 
 You may feel free to send email to [EMAIL PROTECTED], and I will
-respond as soon as possible. 
+respond as soon as possible.
  -Myrdraal
 
 *  Credits
 
 Written by Mydraal [EMAIL PROTECTED]
 Updated by Adam Sulmicki [EMAIL PROTECTED]
+Updated by Jeremy M. Dolan [EMAIL PROTECTED] 2001/01/28 10:15:59
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: [PATCH] doc update/fixes for sysrq.txt

2001-01-28 Thread Jeremy M. Dolan

On Sun, 28 Jan 2001 11:35:50 +, David Ford wrote:
 AFAIK, this hasn't ever been true.  I have never had to specifically
 enable it at run time.

I was suspicious of that in the old doc but thought I'd leave it in...
Should have asked for feedback on it, but you caught it anyway, thanks!

Here's a patch against the first that simply removes the lines.

/jmd


--- Documentation/sysrq.txt~Sun Jan 28 14:41:44 2001
+++ Documentation/sysrq.txt Sun Jan 28 14:41:52 2001
@@ -15,9 +15,6 @@
 
 echo "0"  /proc/sys/kernel/sysrq
 
-Note that previous versions disabled sysrq by default, and you were required
-to specifically enable it at run-time. That is not the case any longer.
-
 *  How do I use the magic SysRq key?
 
 On x86   - You press the key combo 'ALT-SysRq-command key'. Note - Some
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: hotmail not dealing with ECN

2001-01-26 Thread Jeremy M. Dolan

On Fri, 26 Jan 2001 15:29:51 +, James Sutherland wrote:
> Except you can't retry without ECN, because DaveM wants to do a Microsoft
> and force ECN on everyone, whether they like it or not.

Who's forcing? You have to *SPECIFICALLY* enable it in the config,
ignoring the notice in the help text that there are "many" sites that
will be unaccessible to you with this feature turned on.

In a (barely) related note, I'm reminded of SYN cookies. Are there
certain firewalls/hosts out there that choke on these as well? If not,
why are they still disabled by default, not only required to be
config'd in, but to set a sysctl each run. (Even more work then ECN!)

Also, is there any way to force SYN cookies for all connections, not
just have them sent out when the queue is full?

/jmd (Who is waiting for the ZDNet story, "Linux 2.4 baned from .uk")
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: hotmail not dealing with ECN

2001-01-26 Thread Jeremy M. Dolan

On Fri, 26 Jan 2001 15:29:51 +, James Sutherland wrote:
 Except you can't retry without ECN, because DaveM wants to do a Microsoft
 and force ECN on everyone, whether they like it or not.

Who's forcing? You have to *SPECIFICALLY* enable it in the config,
ignoring the notice in the help text that there are "many" sites that
will be unaccessible to you with this feature turned on.

In a (barely) related note, I'm reminded of SYN cookies. Are there
certain firewalls/hosts out there that choke on these as well? If not,
why are they still disabled by default, not only required to be
config'd in, but to set a sysctl each run. (Even more work then ECN!)

Also, is there any way to force SYN cookies for all connections, not
just have them sent out when the queue is full?

/jmd (Who is waiting for the ZDNet story, "Linux 2.4 baned from .uk")
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: hotmail not dealing with ECN

2001-01-25 Thread Jeremy M. Dolan

On Thu, 25 Jan 2001 18:10:21 +, David S. Miller wrote:
> It says "reserved for future use, must be zero".

While I've not checked the context yet, this seems to be terrible
wording. The context doesn't direct this towards hosts constructing
packets? What is the 'It' you refer to, the TCP RFC? Do any of the
following override this awful wording job?

RFC1122 / STD0003Requirements for Internet hosts (comm. layers)
RFC1123 / STD0003Requirements for Internet hosts (apps)
RFC1009 / STD0004Requirements for Internet gateways 
RFC1812  Requirements for IP Version 4 Routers 
RFC2979  Behavior of and Requirements for Internet Firewalls 

The last one seems it would have the most potential to clear up this
mess, unfortunatly it's only an informational RFC, and at a quick
glance, doesn't look like it addresses this issue. Regardless, the
intent of the author was clear... it'd just be nice to be able to
quote chapter and verse.

Besides, I'm MUCH more worried about all of .uk being behind an ECN
eating router then not being about to talk to some Microsoft webmail
service.

I fear this problem is doomed to repeat itself as well, as more of
IP's features become unreserved (Class E IP Address, anyone?)

/jmd

-- 
Jeremy M. Dolan <[EMAIL PROTECTED]>
OpenPGP key = http://turbogeek.org/openpgp-key
OpenPGP fingerprint = 494C 7A6E 19FB 026A 1F52  E0D5 5C5D 6228 DC43 3DEE
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: hotmail not dealing with ECN

2001-01-25 Thread Jeremy M. Dolan

On Thu, 25 Jan 2001 18:10:21 +, David S. Miller wrote:
 It says "reserved for future use, must be zero".

While I've not checked the context yet, this seems to be terrible
wording. The context doesn't direct this towards hosts constructing
packets? What is the 'It' you refer to, the TCP RFC? Do any of the
following override this awful wording job?

RFC1122 / STD0003Requirements for Internet hosts (comm. layers)
RFC1123 / STD0003Requirements for Internet hosts (apps)
RFC1009 / STD0004Requirements for Internet gateways 
RFC1812  Requirements for IP Version 4 Routers 
RFC2979  Behavior of and Requirements for Internet Firewalls 

The last one seems it would have the most potential to clear up this
mess, unfortunatly it's only an informational RFC, and at a quick
glance, doesn't look like it addresses this issue. Regardless, the
intent of the author was clear... it'd just be nice to be able to
quote chapter and verse.

Besides, I'm MUCH more worried about all of .uk being behind an ECN
eating router then not being about to talk to some Microsoft webmail
service.

I fear this problem is doomed to repeat itself as well, as more of
IP's features become unreserved (Class E IP Address, anyone?)

/jmd

-- 
Jeremy M. Dolan [EMAIL PROTECTED]
OpenPGP key = http://turbogeek.org/openpgp-key
OpenPGP fingerprint = 494C 7A6E 19FB 026A 1F52  E0D5 5C5D 6228 DC43 3DEE
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



test, ignore

2001-01-18 Thread Jeremy M. Dolan

Please excuse this test. My last two messages to the list never got
through (sendmail reports 'message accepted', but I never get a copy
back).

If I send to [EMAIL PROTECTED], I get replies fine. I can post
to other majordomo lists. I was posting fine to linux-kernel until
recently. I'm pretty much out of ideas, if this doesn't get through.

If this does get through, and for whatever reason I'm not getting a
copy of my own messages back, someone please reply.

Again, I appologize for this message.

/jmd
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



test, ignore

2001-01-18 Thread Jeremy M. Dolan

Please excuse this test. My last two messages to the list never got
through (sendmail reports 'message accepted', but I never get a copy
back).

If I send to [EMAIL PROTECTED], I get replies fine. I can post
to other majordomo lists. I was posting fine to linux-kernel until
recently. I'm pretty much out of ideas, if this doesn't get through.

If this does get through, and for whatever reason I'm not getting a
copy of my own messages back, someone please reply.

Again, I appologize for this message.

/jmd
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



kernel.org signer broken?

2001-01-11 Thread Jeremy M. Dolan

The signature on man-pages-1.34.tar.gz is bad:

  gpg: Signature made Sun Dec 24 10:56:01 2000 CST using DSA key ID
   517D0F0E
  gpg: BAD signature from "Linux Kernel Archives Verification Key
   <[EMAIL PROTECTED]>"

I retrieved the man pages from ftp.kernel.org and ftp.us.kernel.org
with ftp(1) from NetKit and lftp. The md5sum's of all match:

13d544485d6021e3b0585ad963bfd814  man-pages-1.34.tar.gz
29f314640ef28a47f0ed15247c1efcd7  man-pages-1.34.tar.gz.sign

(transfered the .sign file in both bin and ascii modes, no differance)

Everything else I've gotten recently has had a valid signature;
linux-2.4.0.tar.gz and patch-2.4.1-pre1.gz.

Since man pages can be used as trojans, this may be a problem.

-- 
Jeremy M. Dolan <[EMAIL PROTECTED]>
OpenPGP key = http://turbogeek.org/openpgp-key
OpenPGP fingerprint = 494C 7A6E 19FB 026A 1F52  E0D5 5C5D 6228 DC43 3DEE
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Extraneous whitespace removal?

2001-01-08 Thread Jeremy M. Dolan

Well, I'll let the number speak:

$ cp -R linux-2.4.0 linux-2.4.0-trimed
$ find linux-2.4.0-trimed -type f | xargs perl -wi -pe 's/\s+$/\n/'
$ du -s linux-2.4.0 linux-2.4.0-trimed
119360  linux-2.4.0  # NOTE: 4k blocks, just an estimate
119160  linux-2.4.0-trimed

$ diff -ru linux-2.4.0 linux-2.4.0-trimed > trimed.diff
$ ls -l trimed.diff*
-rw-r--r--   1 jmd  users19131225 Jan  8 01:49 trimed.diff
-rw-r--r--   1 jmd  users 4732306 Jan  8 01:50 trimed.diff.gz
-rw-r--r--   1 jmd  users 3819235 Jan  8 01:52 trimed.diff.bz2

Pluses:
 - clean up messy whitespace
 - cut precious picoseconds off compile time
 - cut kernel tree by 200k (+/- alot)

Minuses:
 - adds 3.8M bzip2 or 4.7M gzip to next diff

Notes:
 - Don't actually use the above perl s// command. Instead, use
   [] in place of the \s. The problem with \s is it
   includes page breaks. I only included this one since the one with
   tab isn't cut
 - I'm not yet positive there are no other places in the tree that
   aren't safe to s/[]+$//. C can, if formated poorly
   enough, be affected by it (multiline strings not ending with \).
   Can anyone very familiar with Makefile/DocBook/TeX/asm syntax
   comment if they could also be potentially affected?
 - Another place to save space is extraneous \n's before EOF. I think
   that saves an aditional 15k or so, based on rough estimates with
   grep.
 - Yes, I am pretty pedantic to propose a 19M patch that doesn't *DO*
   anything.
 
-- 
Jeremy M. Dolan <[EMAIL PROTECTED]>
OpenPGP key = http://turbogeek.org/openpgp-key
OpenPGP fingerprint = 494C 7A6E 19FB 026A 1F52  E0D5 5C5D 6228 DC43 3DEE
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Extraneous whitespace removal?

2001-01-08 Thread Jeremy M. Dolan

Well, I'll let the number speak:

$ cp -R linux-2.4.0 linux-2.4.0-trimed
$ find linux-2.4.0-trimed -type f | xargs perl -wi -pe 's/\s+$/\n/'
$ du -s linux-2.4.0 linux-2.4.0-trimed
119360  linux-2.4.0  # NOTE: 4k blocks, just an estimate
119160  linux-2.4.0-trimed

$ diff -ru linux-2.4.0 linux-2.4.0-trimed  trimed.diff
$ ls -l trimed.diff*
-rw-r--r--   1 jmd  users19131225 Jan  8 01:49 trimed.diff
-rw-r--r--   1 jmd  users 4732306 Jan  8 01:50 trimed.diff.gz
-rw-r--r--   1 jmd  users 3819235 Jan  8 01:52 trimed.diff.bz2

Pluses:
 - clean up messy whitespace
 - cut precious picoseconds off compile time
 - cut kernel tree by 200k (+/- alot)

Minuses:
 - adds 3.8M bzip2 or 4.7M gzip to next diff

Notes:
 - Don't actually use the above perl s// command. Instead, use
   [tabspace] in place of the \s. The problem with \s is it
   includes page breaks. I only included this one since the one with
   tab isn't cutpaste-able.
 - I'm not yet positive there are no other places in the tree that
   aren't safe to s/[tabspace]+$//. C can, if formated poorly
   enough, be affected by it (multiline strings not ending with \).
   Can anyone very familiar with Makefile/DocBook/TeX/asm syntax
   comment if they could also be potentially affected?
 - Another place to save space is extraneous \n's before EOF. I think
   that saves an aditional 15k or so, based on rough estimates with
   grep.
 - Yes, I am pretty pedantic to propose a 19M patch that doesn't *DO*
   anything.
 
-- 
Jeremy M. Dolan [EMAIL PROTECTED]
OpenPGP key = http://turbogeek.org/openpgp-key
OpenPGP fingerprint = 494C 7A6E 19FB 026A 1F52  E0D5 5C5D 6228 DC43 3DEE
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: [PATCH] More Configure.help fixes

2001-01-07 Thread Jeremy M. Dolan

As per usual, when sending a mail with an attachment, I forgot to
attach it after I :wq'd.

-- 
Jeremy M. Dolan <[EMAIL PROTECTED]>
OpenPGP key = http://turbogeek.org/openpgp-key
OpenPGP fingerprint = 494C 7A6E 19FB 026A 1F52  E0D5 5C5D 6228 DC43 3DEE


diff -rub 2.4.0/Documentation/Configure.help linux/Documentation/Configure.help
--- 2.4.0/Documentation/Configure.help  Fri Jan  5 09:19:30 2001
+++ linux/Documentation/Configure.help  Sun Jan  7 22:13:09 2001
@@ -1,7 +1,7 @@
 # Maintained by Axel Boldt ([EMAIL PROTECTED])
 #
 # This version of the Linux kernel configuration help texts
-# corresponds to the kernel versions 2.3.x.
+# corresponds to the kernel versions 2.4.x.
 #
 # Translations of this file available on the WWW:
 #
@@ -13,8 +13,10 @@
 # http://www.traduc.org/kernelfr
 #   - Spanish, by Carlos Perelló Marín ([EMAIL PROTECTED]), at
 # http://visar.csustan.edu/~carlos/
+# XXX: Site has moved, new location has no Configure.help trans.
 #   - Italian, by Alessandro Rubini ([EMAIL PROTECTED]), at
 # ftp://ftp-pavia1.linux.it/pub/linux/Configure.help
+# XXX: ftp-pavia1.linux.it: Non-existent host/domain
 #   - Polish, by Cezar Cichocki ([EMAIL PROTECTED]), at
 # http://www.cs.net.pl/~cezar/Kernel
 #   - German, by SuSE, at http://www.suse.de/~ke/kernel . This patch
@@ -113,8 +115,8 @@
   Management" code will be disabled if you say Y here.
 
   See also the files Documentation/smp.tex, Documentation/smp.txt,
-  Documentation/i386/IO-APIC.txt, Documentation/nmi_watchdog.txt and the 
-  SMP-FAQ on the WWW at http://www.irisa.fr/prive/mentre/smp-faq/ .
+  Documentation/i386/IO-APIC.txt, Documentation/nmi_watchdog.txt and
+  the SMP-FAQ on the WWW at http://www.irisa.fr/prive/mentre/smp-faq/
   
   If you don't know what to do here, say N.
   
@@ -1514,7 +1516,7 @@
 CONFIG_RAID15_DANGEROUS
   This new RAID1/RAID5 code has been freshly merged, and has not seen
   enough testing yet. While there are no known bugs in it, it might
-  destroy your filesystems, eat your data and start World War III.
+  destroy your file systems, eat your data and start World War III.
   You have been warned.
 
   If unsure, say N.
@@ -1879,8 +1881,8 @@
 
 MAC address match support
 CONFIG_IP_NF_MATCH_MAC
-  mac matching allows you to match packets based on the source
-  ethernet address of the packet.
+  MAC matching allows you to match packets based on the source
+  Ethernet address of the packet.
 
   If you want to compile it as a module, say M here and read
   Documentation/modules.txt.  If unsure, say `N'.
@@ -4175,7 +4177,7 @@
   packets with different FWMARK ("firewalling mark") values
   (see ipchains(8), "-m" argument).
 
-Appletalk interfaces support
+AppleTalk interfaces support
 CONFIG_APPLETALK
   AppleTalk is the way Apple computers speak to each other on a
   network. If your Linux box is connected to such a network and you
@@ -4790,7 +4792,7 @@
 
 Routing messages
 CONFIG_RTNETLINK
-  If you say Y here, userspace programs can receive some network
+  If you say Y here, user space programs can receive some network
   related routing information over the netlink. 'rtmon', supplied
   with the iproute2 package (ftp://ftp.inr.ac.ru), can read and
   interpret this data.  Information sent to the kernel over this link
@@ -6880,7 +6882,7 @@
   PPP (Point to Point Protocol) is a newer and better SLIP. It serves
   the same purpose: sending Internet traffic over telephone (and other
   serial) lines. Ask your access provider if they support it, because
-  otherwise you can't use it; most internet access providers these
+  otherwise you can't use it; most Internet access providers these
   days support PPP rather than SLIP.
 
   To use PPP, you need an additional program called pppd as described
@@ -9883,7 +9885,7 @@
 Memory Technology Device (MTD) support
 CONFIG_MTD
   Memory Technology Devices are flash, RAM and similar chips, often
-  used for solid state filesystems on embedded devices. This option
+  used for solid state file systems on embedded devices. This option
   will provide the generic support for MTD drivers to register
   themselves with the kernel and for potential users of MTD devices
   to enumerate the devices which are present and obtain a handle on
@@ -9900,14 +9902,14 @@
   This provides an MTD device driver for the M-Systems DiskOnChip
   2000 devices. If you use this, you probably also want the NFTL
   'NAND Flash Translation Layer' below, which is used to emulate
-  a block device by using a kind of filesystem on the flash chips.
+  a block device by using a kind of file system on the flash chips.
 
 M-Systems Disk-On-Chip Millennium support
 CONFIG_MTD_DOC2001
   This provides an MTD device driver for the M-Systems DiskOnChip
   Millennium devices. If you use this, you probably also want the
   NFTL 'NAND Flash Translation Layer' below, which is used to emulate
-  a block device by using a kind of filesystem on the flash chips.
+  a block

[PATCH] More Configure.help fixes

2001-01-07 Thread Jeremy M. Dolan

Dag Wieers caught all the double word's in Configure.help (from the
looks of the patch we're quite a bunch of stutterers), here's another
patch that catches mainly some combined words, a '2.3' -> '2.4', and
inproper capitalizations.

Also, two of the translation's for Configure.help have stale URL's...
I've XXX'd them, and sent a mail to the addresses for the maintainers
of the Spanish and Italian translation to see if there is a new URL.

The patch applies to 2.4.0 clean and to -ac4 with a bunch of offset
warnings, but manages to match all the hunks. (go, patch!)

-- 
Jeremy M. Dolan <[EMAIL PROTECTED]>
OpenPGP key = http://turbogeek.org/openpgp-key
OpenPGP fingerprint = 494C 7A6E 19FB 026A 1F52  E0D5 5C5D 6228 DC43 3DEE
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



[PATCH] More Configure.help fixes

2001-01-07 Thread Jeremy M. Dolan

Dag Wieers caught all the double word's in Configure.help (from the
looks of the patch we're quite a bunch of stutterers), here's another
patch that catches mainly some combined words, a '2.3' - '2.4', and
inproper capitalizations.

Also, two of the translation's for Configure.help have stale URL's...
I've XXX'd them, and sent a mail to the addresses for the maintainers
of the Spanish and Italian translation to see if there is a new URL.

The patch applies to 2.4.0 clean and to -ac4 with a bunch of offset
warnings, but manages to match all the hunks. (go, patch!)

-- 
Jeremy M. Dolan [EMAIL PROTECTED]
OpenPGP key = http://turbogeek.org/openpgp-key
OpenPGP fingerprint = 494C 7A6E 19FB 026A 1F52  E0D5 5C5D 6228 DC43 3DEE
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: [PATCH] More Configure.help fixes

2001-01-07 Thread Jeremy M. Dolan

As per usual, when sending a mail with an attachment, I forgot to
attach it after I :wq'd.

-- 
Jeremy M. Dolan [EMAIL PROTECTED]
OpenPGP key = http://turbogeek.org/openpgp-key
OpenPGP fingerprint = 494C 7A6E 19FB 026A 1F52  E0D5 5C5D 6228 DC43 3DEE


diff -rub 2.4.0/Documentation/Configure.help linux/Documentation/Configure.help
--- 2.4.0/Documentation/Configure.help  Fri Jan  5 09:19:30 2001
+++ linux/Documentation/Configure.help  Sun Jan  7 22:13:09 2001
@@ -1,7 +1,7 @@
 # Maintained by Axel Boldt ([EMAIL PROTECTED])
 #
 # This version of the Linux kernel configuration help texts
-# corresponds to the kernel versions 2.3.x.
+# corresponds to the kernel versions 2.4.x.
 #
 # Translations of this file available on the WWW:
 #
@@ -13,8 +13,10 @@
 # http://www.traduc.org/kernelfr
 #   - Spanish, by Carlos Perell Marn ([EMAIL PROTECTED]), at
 # http://visar.csustan.edu/~carlos/
+# XXX: Site has moved, new location has no Configure.help trans.
 #   - Italian, by Alessandro Rubini ([EMAIL PROTECTED]), at
 # ftp://ftp-pavia1.linux.it/pub/linux/Configure.help
+# XXX: ftp-pavia1.linux.it: Non-existent host/domain
 #   - Polish, by Cezar Cichocki ([EMAIL PROTECTED]), at
 # http://www.cs.net.pl/~cezar/Kernel
 #   - German, by SuSE, at http://www.suse.de/~ke/kernel . This patch
@@ -113,8 +115,8 @@
   Management" code will be disabled if you say Y here.
 
   See also the files Documentation/smp.tex, Documentation/smp.txt,
-  Documentation/i386/IO-APIC.txt, Documentation/nmi_watchdog.txt and the 
-  SMP-FAQ on the WWW at http://www.irisa.fr/prive/mentre/smp-faq/ .
+  Documentation/i386/IO-APIC.txt, Documentation/nmi_watchdog.txt and
+  the SMP-FAQ on the WWW at http://www.irisa.fr/prive/mentre/smp-faq/
   
   If you don't know what to do here, say N.
   
@@ -1514,7 +1516,7 @@
 CONFIG_RAID15_DANGEROUS
   This new RAID1/RAID5 code has been freshly merged, and has not seen
   enough testing yet. While there are no known bugs in it, it might
-  destroy your filesystems, eat your data and start World War III.
+  destroy your file systems, eat your data and start World War III.
   You have been warned.
 
   If unsure, say N.
@@ -1879,8 +1881,8 @@
 
 MAC address match support
 CONFIG_IP_NF_MATCH_MAC
-  mac matching allows you to match packets based on the source
-  ethernet address of the packet.
+  MAC matching allows you to match packets based on the source
+  Ethernet address of the packet.
 
   If you want to compile it as a module, say M here and read
   Documentation/modules.txt.  If unsure, say `N'.
@@ -4175,7 +4177,7 @@
   packets with different FWMARK ("firewalling mark") values
   (see ipchains(8), "-m" argument).
 
-Appletalk interfaces support
+AppleTalk interfaces support
 CONFIG_APPLETALK
   AppleTalk is the way Apple computers speak to each other on a
   network. If your Linux box is connected to such a network and you
@@ -4790,7 +4792,7 @@
 
 Routing messages
 CONFIG_RTNETLINK
-  If you say Y here, userspace programs can receive some network
+  If you say Y here, user space programs can receive some network
   related routing information over the netlink. 'rtmon', supplied
   with the iproute2 package (ftp://ftp.inr.ac.ru), can read and
   interpret this data.  Information sent to the kernel over this link
@@ -6880,7 +6882,7 @@
   PPP (Point to Point Protocol) is a newer and better SLIP. It serves
   the same purpose: sending Internet traffic over telephone (and other
   serial) lines. Ask your access provider if they support it, because
-  otherwise you can't use it; most internet access providers these
+  otherwise you can't use it; most Internet access providers these
   days support PPP rather than SLIP.
 
   To use PPP, you need an additional program called pppd as described
@@ -9883,7 +9885,7 @@
 Memory Technology Device (MTD) support
 CONFIG_MTD
   Memory Technology Devices are flash, RAM and similar chips, often
-  used for solid state filesystems on embedded devices. This option
+  used for solid state file systems on embedded devices. This option
   will provide the generic support for MTD drivers to register
   themselves with the kernel and for potential users of MTD devices
   to enumerate the devices which are present and obtain a handle on
@@ -9900,14 +9902,14 @@
   This provides an MTD device driver for the M-Systems DiskOnChip
   2000 devices. If you use this, you probably also want the NFTL
   'NAND Flash Translation Layer' below, which is used to emulate
-  a block device by using a kind of filesystem on the flash chips.
+  a block device by using a kind of file system on the flash chips.
 
 M-Systems Disk-On-Chip Millennium support
 CONFIG_MTD_DOC2001
   This provides an MTD device driver for the M-Systems DiskOnChip
   Millennium devices. If you use this, you probably also want the
   NFTL 'NAND Flash Translation Layer' below, which is used to emulate
-  a block device by using a kind of filesystem on the flash chips.
+  a block devic

Bug reporting script? (was: removal of redundant line in documentation)

2001-01-05 Thread Jeremy M. Dolan

On Sat, 06 Jan 2001 06:51:58 +, Matthias Juchem wrote:
> Step [7.3] is redundant because it is
> already handled by the ver_linux script

If ver_linux can take off one of those steps, why not include a script
which takes care of ALL the leg work? All of the files it asks the
reporter to include are o+r...

I can whip up a bug_report script to walk the user though all of the
steps in REPORTING-BUGS, if the list isn't averse to 'dumbing down'
the process to the point where maybe some people who shouldn't be
submiting bugs (two words: 'user error') end up not being scared off
by the process.

Is perl allowed for kernel scripts intended for users, or am I stuck
with sh? 

-- 
Jeremy M. Dolan <[EMAIL PROTECTED]>
OpenPGP key = http://turbogeek.org/openpgp-key
OpenPGP fingerprint = 494C 7A6E 19FB 026A 1F52  E0D5 5C5D 6228 DC43 3DEE
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Poor Leonard... and Documentation/ question

2001-01-05 Thread Jeremy M. Dolan

diff -rub 2.4.0/CREDITS linux/CREDITS
--- 2.4.0/CREDITS   Fri Jan  5 09:00:34 2001
+++ linux/CREDITS   Fri Jan  5 09:00:34 2001
@@ -3014,5 +3014,5 @@
 # Don't add your name here, unless you really _are_ after Marc
 # alphabetically. Leonard used to be very proud of being the
 # last entry, and he'll get positively pissed if he can't even
-# be second-to-last.  (and this file really _is_ supposed to be
+# be third-to-last.  (and this file really _is_ supposed to be
 # in alphabetic order)


Also, is there a seperate mailing list, or web site for the
DocBookization of Documentation/? Is the plan to DocBookize everything
under there? It's a bit of a mess, currently... there's not a naming
convention much less a formating one. I'm interested in helping out
since my C skills are less dangerous when set to read-only.

-- 
Jeremy M. Dolan <[EMAIL PROTECTED]>
OpenPGP key = http://turbogeek.org/openpgp-key
OpenPGP fingerprint = 494C 7A6E 19FB 026A 1F52  E0D5 5C5D 6228 DC43 3DEE
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Poor Leonard... and Documentation/ question

2001-01-05 Thread Jeremy M. Dolan

diff -rub 2.4.0/CREDITS linux/CREDITS
--- 2.4.0/CREDITS   Fri Jan  5 09:00:34 2001
+++ linux/CREDITS   Fri Jan  5 09:00:34 2001
@@ -3014,5 +3014,5 @@
 # Don't add your name here, unless you really _are_ after Marc
 # alphabetically. Leonard used to be very proud of being the
 # last entry, and he'll get positively pissed if he can't even
-# be second-to-last.  (and this file really _is_ supposed to be
+# be third-to-last.  (and this file really _is_ supposed to be
 # in alphabetic order)


Also, is there a seperate mailing list, or web site for the
DocBookization of Documentation/? Is the plan to DocBookize everything
under there? It's a bit of a mess, currently... there's not a naming
convention much less a formating one. I'm interested in helping out
since my C skills are less dangerous when set to read-only.

-- 
Jeremy M. Dolan [EMAIL PROTECTED]
OpenPGP key = http://turbogeek.org/openpgp-key
OpenPGP fingerprint = 494C 7A6E 19FB 026A 1F52  E0D5 5C5D 6228 DC43 3DEE
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Bug reporting script? (was: removal of redundant line in documentation)

2001-01-05 Thread Jeremy M. Dolan

On Sat, 06 Jan 2001 06:51:58 +, Matthias Juchem wrote:
 Step [7.3] is redundant because it is
 already handled by the ver_linux script

If ver_linux can take off one of those steps, why not include a script
which takes care of ALL the leg work? All of the files it asks the
reporter to include are o+r...

I can whip up a bug_report script to walk the user though all of the
steps in REPORTING-BUGS, if the list isn't averse to 'dumbing down'
the process to the point where maybe some people who shouldn't be
submiting bugs (two words: 'user error') end up not being scared off
by the process.

Is perl allowed for kernel scripts intended for users, or am I stuck
with sh? 

-- 
Jeremy M. Dolan [EMAIL PROTECTED]
OpenPGP key = http://turbogeek.org/openpgp-key
OpenPGP fingerprint = 494C 7A6E 19FB 026A 1F52  E0D5 5C5D 6228 DC43 3DEE
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/