All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory.
@ 2010-09-02 21:08 Justin P. Mattock
  2010-09-02 21:08 ` [PATCH 32/91] arch/ia64/include/asm/numa.h " Justin P. Mattock
                   ` (13 more replies)
  0 siblings, 14 replies; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:08 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/ia64/sn/kernel/setup.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/ia64/sn/kernel/setup.c b/arch/ia64/sn/kernel/setup.c
index dbc4cbe..a6723db 100644
--- a/arch/ia64/sn/kernel/setup.c
+++ b/arch/ia64/sn/kernel/setup.c
@@ -234,7 +234,8 @@ static void __cpuinit sn_check_for_wars(void)
  * Since pcdp support in SN is not supported in the 2.4 kernel (or at least
  * the one lbs is based on) just declare the needed structs here.
  *
- * Reference spec http://www.dig64.org/specifications/DIG64_PCDPv20.pdf
+ * Reference spec http://web.archive.org/web/*/http://www.dig64.org/
+ * specifications/DIG64_PCDPv20.pdf 
  *
  * Returns 0 if no acceptable vga is found, !0 otherwise.
  *
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [PATCH 32/91] arch/ia64/include/asm/numa.h Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
@ 2010-09-02 21:08 ` Justin P. Mattock
  2010-09-02 21:08 ` [PATCH 33/91] arch/ia64/include/asm/machvec_sn2.h " Justin P. Mattock
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:08 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/ia64/include/asm/numa.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/ia64/include/asm/numa.h b/arch/ia64/include/asm/numa.h
index 6a8a27c..6decabb 100644
--- a/arch/ia64/include/asm/numa.h
+++ b/arch/ia64/include/asm/numa.h
@@ -52,7 +52,8 @@ extern struct node_cpuid_s node_cpuid[NR_CPUS];
 
 /*
  * ACPI 2.0 SLIT (System Locality Information Table)
- * http://devresource.hp.com/devresource/Docs/TechPapers/IA64/slit.pdf
+ * http://web.archive.org/web/*/http://devresource.hp.com/
+ * devresource/Docs/TechPapers/IA64/slit.pdf 
  *
  * This is a matrix with "distances" between nodes, they should be
  * proportional to the memory access latency ratios.
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [PATCH 33/91] arch/ia64/include/asm/machvec_sn2.h Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
  2010-09-02 21:08 ` [PATCH 32/91] arch/ia64/include/asm/numa.h " Justin P. Mattock
@ 2010-09-02 21:08 ` Justin P. Mattock
  2010-09-02 21:08 ` [PATCH 34/91] arch/m32r/Kconfig " Justin P. Mattock
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:08 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/ia64/include/asm/machvec_sn2.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/ia64/include/asm/machvec_sn2.h b/arch/ia64/include/asm/machvec_sn2.h
index f061a30..e9d032e 100644
--- a/arch/ia64/include/asm/machvec_sn2.h
+++ b/arch/ia64/include/asm/machvec_sn2.h
@@ -22,7 +22,7 @@
  * 
  * For further information regarding this notice, see: 
  * 
- * http://oss.sgi.com/projects/GenInfo/NoticeExplan
+ * http://oss.sgi.com/
  */
 
 #ifndef _ASM_IA64_MACHVEC_SN2_H
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [PATCH 34/91] arch/m32r/Kconfig Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
  2010-09-02 21:08 ` [PATCH 32/91] arch/ia64/include/asm/numa.h " Justin P. Mattock
  2010-09-02 21:08 ` [PATCH 33/91] arch/ia64/include/asm/machvec_sn2.h " Justin P. Mattock
@ 2010-09-02 21:08 ` Justin P. Mattock
  2010-09-02 21:08 ` [PATCH 35/91] arch/m68k/q40/README " Justin P. Mattock
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:08 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/m32r/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig
index 836abbb..3867fd2 100644
--- a/arch/m32r/Kconfig
+++ b/arch/m32r/Kconfig
@@ -315,7 +315,7 @@ config SMP
 	  Management" code will be disabled if you say Y here.
 
 	  See also the SMP-HOWTO available at
-	  <http://www.linuxdoc.org/docs.html#howto>.
+	  <http://tldp.org/HOWTO/SMP-HOWTO.html>.
 
 	  If you don't know what to do here, say N.
 
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [PATCH 35/91] arch/m68k/q40/README Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (2 preceding siblings ...)
  2010-09-02 21:08 ` [PATCH 34/91] arch/m32r/Kconfig " Justin P. Mattock
@ 2010-09-02 21:08 ` Justin P. Mattock
  2010-09-03  7:54   ` Fwd: " Geert Uytterhoeven
  2010-09-02 21:08 ` [PATCH 36/91] arch/m68k/mac/macboing.c " Justin P. Mattock
                   ` (9 subsequent siblings)
  13 siblings, 1 reply; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:08 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/m68k/q40/README |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/m68k/q40/README b/arch/m68k/q40/README
index 6bdbf48..0d26762 100644
--- a/arch/m68k/q40/README
+++ b/arch/m68k/q40/README
@@ -1,10 +1,10 @@
 Linux for the Q40
 =================
 
-You may try http://www.geocities.com/SiliconValley/Bay/2602/ for
-some up to date information. Booter and other tools will be also
-available from this place or ftp.uni-erlangen.de/linux/680x0/q40/
-and mirrors.
+You may try http://web.archive.org/web/*/http://geocities.com/
+SiliconValley/Bay/2602/ for some up to date information. Booter
+and other tools will be also available from this place or 
+http://www.linux-m68k.org/mail.html and mirrors.
 
 Hints to documentation usually refer to the linux source tree in
 /usr/src/linux/Documentation unless URL given.
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [PATCH 36/91] arch/m68k/mac/macboing.c Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (3 preceding siblings ...)
  2010-09-02 21:08 ` [PATCH 35/91] arch/m68k/q40/README " Justin P. Mattock
@ 2010-09-02 21:08 ` Justin P. Mattock
  2010-09-03  7:52   ` Fwd: " Geert Uytterhoeven
  2010-09-02 21:08 ` [PATCH 37/91] arch/m68k/mac/via.c " Justin P. Mattock
                   ` (8 subsequent siblings)
  13 siblings, 1 reply; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:08 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/m68k/mac/macboing.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/m68k/mac/macboing.c b/arch/m68k/mac/macboing.c
index 8f06408..e1e3377 100644
--- a/arch/m68k/mac/macboing.c
+++ b/arch/m68k/mac/macboing.c
@@ -114,7 +114,7 @@ static void mac_init_asc( void )
 			 *   16-bit I/O functionality.  The PowerBook 500 series computers
 			 *   support 16-bit stereo output, but only mono input."
 			 *
-			 *   http://til.info.apple.com/techinfo.nsf/artnum/n16405
+			 *   http://www.apple.com/
 			 *
 			 * --David Kilzer
 			 */
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [PATCH 37/91] arch/m68k/mac/via.c Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (4 preceding siblings ...)
  2010-09-02 21:08 ` [PATCH 36/91] arch/m68k/mac/macboing.c " Justin P. Mattock
@ 2010-09-02 21:08 ` Justin P. Mattock
  2010-09-03  7:53   ` Fwd: " Geert Uytterhoeven
  2010-09-02 21:08 ` [PATCH 38/91] arch/m68k/Kconfig " Justin P. Mattock
                   ` (7 subsequent siblings)
  13 siblings, 1 reply; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:08 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/m68k/mac/via.c |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/arch/m68k/mac/via.c b/arch/m68k/mac/via.c
index e71166d..0cfa2cf 100644
--- a/arch/m68k/mac/via.c
+++ b/arch/m68k/mac/via.c
@@ -6,11 +6,8 @@
  *
  * CSA: Motorola seems to have removed documentation on the 6522 from
  * their web site; try
- *     http://nerini.drf.com/vectrex/other/text/chips/6522/
- *     http://www.zymurgy.net/classic/vic20/vicdet1.htm
- * and
- *     http://193.23.168.87/mikro_laborversuche/via_iobaustein/via6522_1.html
- * for info.  A full-text web search on 6522 AND VIA will probably also
+ *     http://web.archive.org/web/*/http://www.zymurgy.net/classic/vic20/vicdet1.htm
+ * A full-text web search on 6522 AND VIA will probably also
  * net some usefulness. <cananian@alumni.princeton.edu> 20apr1999
  *
  * Additional data is here (the SY6522 was used in the Mac II etc):
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [PATCH 38/91] arch/m68k/Kconfig Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (5 preceding siblings ...)
  2010-09-02 21:08 ` [PATCH 37/91] arch/m68k/mac/via.c " Justin P. Mattock
@ 2010-09-02 21:08 ` Justin P. Mattock
  2010-09-03  7:52   ` Fwd: " Geert Uytterhoeven
  2010-09-02 21:09 ` [PATCH 39/91] arch/mips/math-emu/dp_frexp.c " Justin P. Mattock
                   ` (6 subsequent siblings)
  13 siblings, 1 reply; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:08 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/m68k/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig
index 8030e24..b092426 100644
--- a/arch/m68k/Kconfig
+++ b/arch/m68k/Kconfig
@@ -221,7 +221,7 @@ config SUN3X
 	  Be warned that this support is very experimental.
 	  Note that Sun 3x kernels are not compatible with Sun 3 hardware.
 	  General Linux information on the Sun 3x series (now discontinued)
-	  is at <http://www.angelfire.com/ca2/tech68k/sun3.html>.
+	  is at <http://web.archive.org/web/*/angelfire.com/ca2/tech68k/sun3.html>.
 
 	  If you don't want to compile a kernel for a Sun 3x, say N.
 
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [PATCH 39/91] arch/mips/math-emu/dp_frexp.c Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (6 preceding siblings ...)
  2010-09-02 21:08 ` [PATCH 38/91] arch/m68k/Kconfig " Justin P. Mattock
@ 2010-09-02 21:09 ` Justin P. Mattock
  2010-09-02 21:09 ` [PATCH 40/91] arch/mips/math-emu/dp_add.c " Justin P. Mattock
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:09 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/dp_frexp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/dp_frexp.c b/arch/mips/math-emu/dp_frexp.c
index e650cb1..bc4b3d6 100644
--- a/arch/mips/math-emu/dp_frexp.c
+++ b/arch/mips/math-emu/dp_frexp.c
@@ -4,7 +4,7 @@
 /*
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  * ########################################################################
  *
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [PATCH 40/91] arch/mips/math-emu/dp_add.c Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (7 preceding siblings ...)
  2010-09-02 21:09 ` [PATCH 39/91] arch/mips/math-emu/dp_frexp.c " Justin P. Mattock
@ 2010-09-02 21:09 ` Justin P. Mattock
  2010-09-02 21:09 ` [PATCH 41/91] arch/mips/math-emu/dp_tint.c " Justin P. Mattock
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:09 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/dp_add.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/dp_add.c b/arch/mips/math-emu/dp_add.c
index bcf73bb..4b3a8e6 100644
--- a/arch/mips/math-emu/dp_add.c
+++ b/arch/mips/math-emu/dp_add.c
@@ -4,7 +4,7 @@
 /*
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  * ########################################################################
  *
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [PATCH 41/91] arch/mips/math-emu/dp_tint.c Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (8 preceding siblings ...)
  2010-09-02 21:09 ` [PATCH 40/91] arch/mips/math-emu/dp_add.c " Justin P. Mattock
@ 2010-09-02 21:09 ` Justin P. Mattock
  2010-09-02 21:09 ` [PATCH 42/91] arch/mips/math-emu/ieee754dp.c " Justin P. Mattock
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:09 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/dp_tint.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/dp_tint.c b/arch/mips/math-emu/dp_tint.c
index 2447862..234d520 100644
--- a/arch/mips/math-emu/dp_tint.c
+++ b/arch/mips/math-emu/dp_tint.c
@@ -4,7 +4,7 @@
 /*
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  * ########################################################################
  *
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [PATCH 42/91] arch/mips/math-emu/ieee754dp.c Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (9 preceding siblings ...)
  2010-09-02 21:09 ` [PATCH 41/91] arch/mips/math-emu/dp_tint.c " Justin P. Mattock
@ 2010-09-02 21:09 ` Justin P. Mattock
  2010-09-02 21:09 ` [PATCH 43/91] arch/mips/math-emu/dp_sub.c " Justin P. Mattock
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:09 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/ieee754dp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/ieee754dp.c b/arch/mips/math-emu/ieee754dp.c
index 2f22fd7..d2cedf5 100644
--- a/arch/mips/math-emu/ieee754dp.c
+++ b/arch/mips/math-emu/ieee754dp.c
@@ -4,7 +4,7 @@
 /*
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  * ########################################################################
  *
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [PATCH 43/91] arch/mips/math-emu/dp_sub.c Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (10 preceding siblings ...)
  2010-09-02 21:09 ` [PATCH 42/91] arch/mips/math-emu/ieee754dp.c " Justin P. Mattock
@ 2010-09-02 21:09 ` Justin P. Mattock
  2010-09-02 21:09 ` [PATCH 44/91] arch/mips/math-emu/ieee754.h " Justin P. Mattock
  2010-09-02 21:09 ` [PATCH 45/91] arch/mips/math-emu/dp_fsp.c " Justin P. Mattock
  13 siblings, 0 replies; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:09 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/dp_sub.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/dp_sub.c b/arch/mips/math-emu/dp_sub.c
index a2127d6..2593cf1 100644
--- a/arch/mips/math-emu/dp_sub.c
+++ b/arch/mips/math-emu/dp_sub.c
@@ -4,7 +4,7 @@
 /*
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  * ########################################################################
  *
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [PATCH 44/91] arch/mips/math-emu/ieee754.h Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (11 preceding siblings ...)
  2010-09-02 21:09 ` [PATCH 43/91] arch/mips/math-emu/dp_sub.c " Justin P. Mattock
@ 2010-09-02 21:09 ` Justin P. Mattock
  2010-09-02 21:09 ` [PATCH 45/91] arch/mips/math-emu/dp_fsp.c " Justin P. Mattock
  13 siblings, 0 replies; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:09 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/ieee754.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/ieee754.h b/arch/mips/math-emu/ieee754.h
index dd91733..a3d0893 100644
--- a/arch/mips/math-emu/ieee754.h
+++ b/arch/mips/math-emu/ieee754.h
@@ -1,7 +1,7 @@
 /*
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  *  This program is free software; you can distribute it and/or modify it
  *  under the terms of the GNU General Public License (Version 2) as
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [PATCH 45/91] arch/mips/math-emu/dp_fsp.c Update broken web addresses in the arch directory.
  2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
                   ` (12 preceding siblings ...)
  2010-09-02 21:09 ` [PATCH 44/91] arch/mips/math-emu/ieee754.h " Justin P. Mattock
@ 2010-09-02 21:09 ` Justin P. Mattock
  13 siblings, 0 replies; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-02 21:09 UTC (permalink / raw)
  To: trivial; +Cc: linux-alpha, linux-kernel, jkosina, Justin P. Mattock

The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/mips/math-emu/dp_fsp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/math-emu/dp_fsp.c b/arch/mips/math-emu/dp_fsp.c
index 494d19a..3c2ef64 100644
--- a/arch/mips/math-emu/dp_fsp.c
+++ b/arch/mips/math-emu/dp_fsp.c
@@ -4,7 +4,7 @@
 /*
  * MIPS floating point support
  * Copyright (C) 1994-2000 Algorithmics Ltd.
- * http://www.algor.co.uk
+ * http://www.mips.com/ 
  *
  * ########################################################################
  *
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* Fwd: [PATCH 36/91] arch/m68k/mac/macboing.c Update broken web addresses in the arch directory.
  2010-09-02 21:08 ` [PATCH 36/91] arch/m68k/mac/macboing.c " Justin P. Mattock
@ 2010-09-03  7:52   ` Geert Uytterhoeven
  2010-09-03  8:14     ` Justin P. Mattock
  2010-09-03  8:20     ` Finn Thain
  0 siblings, 2 replies; 40+ messages in thread
From: Geert Uytterhoeven @ 2010-09-03  7:52 UTC (permalink / raw)
  To: Linux/m68k; +Cc: Justin P. Mattock

linux-alpha was the wrong list?

---------- Forwarded message ----------
From: Justin P. Mattock <justinmattock@gmail.com>
Date: Thu, Sep 2, 2010 at 23:08
Subject: [PATCH 36/91] arch/m68k/mac/macboing.c Update broken web
addresses in the arch directory.
To: trivial@kernel.org
Cc: linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org,
jkosina@suse.cz, "Justin P. Mattock" <justinmattock@gmail.com>


The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/m68k/mac/macboing.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/m68k/mac/macboing.c b/arch/m68k/mac/macboing.c
index 8f06408..e1e3377 100644
--- a/arch/m68k/mac/macboing.c
+++ b/arch/m68k/mac/macboing.c
@@ -114,7 +114,7 @@ static void mac_init_asc( void )
                        *   16-bit I/O functionality.  The PowerBook
500 series computers
                        *   support 16-bit stereo output, but only mono input."
                        *
-                        *
http://til.info.apple.com/techinfo.nsf/artnum/n16405
+                        *   http://www.apple.com/
                        *
                        * --David Kilzer
                        */
--
1.7.2.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



-- 
Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply related	[flat|nested] 40+ messages in thread

* Fwd: [PATCH 38/91] arch/m68k/Kconfig Update broken web addresses in the arch directory.
  2010-09-02 21:08 ` [PATCH 38/91] arch/m68k/Kconfig " Justin P. Mattock
@ 2010-09-03  7:52   ` Geert Uytterhoeven
  0 siblings, 0 replies; 40+ messages in thread
From: Geert Uytterhoeven @ 2010-09-03  7:52 UTC (permalink / raw)
  To: Linux/m68k; +Cc: Justin P. Mattock

---------- Forwarded message ----------
From: Justin P. Mattock <justinmattock@gmail.com>
Date: Thu, Sep 2, 2010 at 23:08
Subject: [PATCH 38/91] arch/m68k/Kconfig Update broken web addresses
in the arch directory.
To: trivial@kernel.org
Cc: linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org,
jkosina@suse.cz, "Justin P. Mattock" <justinmattock@gmail.com>


The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/m68k/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig
index 8030e24..b092426 100644
--- a/arch/m68k/Kconfig
+++ b/arch/m68k/Kconfig
@@ -221,7 +221,7 @@ config SUN3X
         Be warned that this support is very experimental.
         Note that Sun 3x kernels are not compatible with Sun 3 hardware.
         General Linux information on the Sun 3x series (now discontinued)
-         is at <http://www.angelfire.com/ca2/tech68k/sun3.html>.
+         is at
<http://web.archive.org/web/*/angelfire.com/ca2/tech68k/sun3.html>.

         If you don't want to compile a kernel for a Sun 3x, say N.

--
1.7.2.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



-- 
Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply related	[flat|nested] 40+ messages in thread

* Fwd: [PATCH 37/91] arch/m68k/mac/via.c Update broken web addresses in the arch directory.
  2010-09-02 21:08 ` [PATCH 37/91] arch/m68k/mac/via.c " Justin P. Mattock
@ 2010-09-03  7:53   ` Geert Uytterhoeven
  0 siblings, 0 replies; 40+ messages in thread
From: Geert Uytterhoeven @ 2010-09-03  7:53 UTC (permalink / raw)
  To: Linux/m68k; +Cc: Justin P. Mattock

---------- Forwarded message ----------
From: Justin P. Mattock <justinmattock@gmail.com>
Date: Thu, Sep 2, 2010 at 23:08
Subject: [PATCH 37/91] arch/m68k/mac/via.c Update broken web addresses
in the arch directory.
To: trivial@kernel.org
Cc: linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org,
jkosina@suse.cz, "Justin P. Mattock" <justinmattock@gmail.com>


The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/m68k/mac/via.c |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/arch/m68k/mac/via.c b/arch/m68k/mac/via.c
index e71166d..0cfa2cf 100644
--- a/arch/m68k/mac/via.c
+++ b/arch/m68k/mac/via.c
@@ -6,11 +6,8 @@
 *
 * CSA: Motorola seems to have removed documentation on the 6522 from
 * their web site; try
- *     http://nerini.drf.com/vectrex/other/text/chips/6522/
- *     http://www.zymurgy.net/classic/vic20/vicdet1.htm
- * and
- *     http://193.23.168.87/mikro_laborversuche/via_iobaustein/via6522_1.html
- * for info.  A full-text web search on 6522 AND VIA will probably also
+ *     http://web.archive.org/web/*/http://www.zymurgy.net/classic/vic20/vicdet1.htm
+ * A full-text web search on 6522 AND VIA will probably also
 * net some usefulness. <cananian@alumni.princeton.edu> 20apr1999
 *
 * Additional data is here (the SY6522 was used in the Mac II etc):
--
1.7.2.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



-- 
Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply related	[flat|nested] 40+ messages in thread

* Fwd: [PATCH 35/91] arch/m68k/q40/README Update broken web addresses in the arch directory.
  2010-09-02 21:08 ` [PATCH 35/91] arch/m68k/q40/README " Justin P. Mattock
@ 2010-09-03  7:54   ` Geert Uytterhoeven
  2010-09-03  8:23     ` Finn Thain
  2010-09-03  8:57     ` Finn Thain
  0 siblings, 2 replies; 40+ messages in thread
From: Geert Uytterhoeven @ 2010-09-03  7:54 UTC (permalink / raw)
  To: Linux/m68k; +Cc: Justin P. Mattock

---------- Forwarded message ----------
From: Justin P. Mattock <justinmattock@gmail.com>
Date: Thu, Sep 2, 2010 at 23:08
Subject: [PATCH 35/91] arch/m68k/q40/README Update broken web
addresses in the arch directory.
To: trivial@kernel.org
Cc: linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org,
jkosina@suse.cz, "Justin P. Mattock" <justinmattock@gmail.com>


The below patch updates a broken web address that is no longer
working due to company buyout, and/or change of location.
(Please have a look through, and let me know if any of them
need to be changed, and I'll resend an updated patch).

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/m68k/q40/README |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/m68k/q40/README b/arch/m68k/q40/README
index 6bdbf48..0d26762 100644
--- a/arch/m68k/q40/README
+++ b/arch/m68k/q40/README
@@ -1,10 +1,10 @@
 Linux for the Q40
 =================

-You may try http://www.geocities.com/SiliconValley/Bay/2602/ for
-some up to date information. Booter and other tools will be also
-available from this place or ftp.uni-erlangen.de/linux/680x0/q40/
-and mirrors.
+You may try http://web.archive.org/web/*/http://geocities.com/
+SiliconValley/Bay/2602/ for some up to date information. Booter
+and other tools will be also available from this place or
+http://www.linux-m68k.org/mail.html and mirrors.

 Hints to documentation usually refer to the linux source tree in
 /usr/src/linux/Documentation unless URL given.
--
1.7.2.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



-- 
Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply related	[flat|nested] 40+ messages in thread

* Re: Fwd: [PATCH 36/91] arch/m68k/mac/macboing.c Update broken web addresses in the arch directory.
  2010-09-03  7:52   ` Fwd: " Geert Uytterhoeven
@ 2010-09-03  8:14     ` Justin P. Mattock
  2010-09-03  8:32       ` Finn Thain
  2010-09-03  8:20     ` Finn Thain
  1 sibling, 1 reply; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-03  8:14 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linux/m68k

On 09/03/2010 12:52 AM, Geert Uytterhoeven wrote:
> linux-alpha was the wrong list?

it is... I became overwhelmed with who to send these too i.e. having too 
many Cc's was in question, so I used getmaintainer.pl on the first patch 
to give me some direction on who/what/where to send these too.
first was --to trivial@ then from there I became hesitant on what todo.

>
> ---------- Forwarded message ----------
> From: Justin P. Mattock<justinmattock@gmail.com>
> Date: Thu, Sep 2, 2010 at 23:08
> Subject: [PATCH 36/91] arch/m68k/mac/macboing.c Update broken web
> addresses in the arch directory.
> To: trivial@kernel.org
> Cc: linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org,
> jkosina@suse.cz, "Justin P. Mattock"<justinmattock@gmail.com>
>
>
> The below patch updates a broken web address that is no longer
> working due to company buyout, and/or change of location.
> (Please have a look through, and let me know if any of them
> need to be changed, and I'll resend an updated patch).
>
> Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
>
> ---
>   arch/m68k/mac/macboing.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/m68k/mac/macboing.c b/arch/m68k/mac/macboing.c
> index 8f06408..e1e3377 100644
> --- a/arch/m68k/mac/macboing.c
> +++ b/arch/m68k/mac/macboing.c
> @@ -114,7 +114,7 @@ static void mac_init_asc( void )
>                          *   16-bit I/O functionality.  The PowerBook
> 500 series computers
>                          *   support 16-bit stereo output, but only mono input."
>                          *
> -                        *
> http://til.info.apple.com/techinfo.nsf/artnum/n16405
> +                        *   http://www.apple.com/
>                          *
>                          * --David Kilzer
>                          */
> --
> 1.7.2.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>
>
>

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: Fwd: [PATCH 36/91] arch/m68k/mac/macboing.c Update broken web addresses in the arch directory.
  2010-09-03  7:52   ` Fwd: " Geert Uytterhoeven
  2010-09-03  8:14     ` Justin P. Mattock
@ 2010-09-03  8:20     ` Finn Thain
  2010-09-03  8:31       ` Justin P. Mattock
  1 sibling, 1 reply; 40+ messages in thread
From: Finn Thain @ 2010-09-03  8:20 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linux/m68k, Justin P. Mattock

[-- Attachment #1: Type: TEXT/PLAIN, Size: 2558 bytes --]


These TIL articles are still around, and removing the article number from 
the source code is doing it damage.

(I'm guessing that this change to human readable text was suggested by a 
machine...)

I checked on archive.org for the URL, which lead me to 
http://kbase.info.apple.com/
Searching the archives there for article 16405 leads to 
http://support.apple.com/kb/TA32601
If there's a patch required (doubtful) then that's the new URL.

Patched or not, the original TIL number needs to be retained in the 
comment, since those TIL articles are also in the materials Apple has sent 
to developers over the decades, which are indexed that way.

Finn


On Fri, 3 Sep 2010, Geert Uytterhoeven wrote:

> linux-alpha was the wrong list?
> 
> ---------- Forwarded message ----------
> From: Justin P. Mattock <justinmattock@gmail.com>
> Date: Thu, Sep 2, 2010 at 23:08
> Subject: [PATCH 36/91] arch/m68k/mac/macboing.c Update broken web
> addresses in the arch directory.
> To: trivial@kernel.org
> Cc: linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org,
> jkosina@suse.cz, "Justin P. Mattock" <justinmattock@gmail.com>
> 
> 
> The below patch updates a broken web address that is no longer
> working due to company buyout, and/or change of location.
> (Please have a look through, and let me know if any of them
> need to be changed, and I'll resend an updated patch).
> 
> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
> 
> ---
>  arch/m68k/mac/macboing.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/m68k/mac/macboing.c b/arch/m68k/mac/macboing.c
> index 8f06408..e1e3377 100644
> --- a/arch/m68k/mac/macboing.c
> +++ b/arch/m68k/mac/macboing.c
> @@ -114,7 +114,7 @@ static void mac_init_asc( void )
>                         *   16-bit I/O functionality.  The PowerBook
> 500 series computers
>                         *   support 16-bit stereo output, but only mono input."
>                         *
> -                        *
> http://til.info.apple.com/techinfo.nsf/artnum/n16405
> +                        *   http://www.apple.com/
>                         *
>                         * --David Kilzer
>                         */
> --
> 1.7.2.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
> 
> 
> 

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: Fwd: [PATCH 35/91] arch/m68k/q40/README Update broken web addresses in the arch directory.
  2010-09-03  7:54   ` Fwd: " Geert Uytterhoeven
@ 2010-09-03  8:23     ` Finn Thain
  2010-09-03  8:35       ` Justin P. Mattock
  2010-09-03  8:57     ` Finn Thain
  1 sibling, 1 reply; 40+ messages in thread
From: Finn Thain @ 2010-09-03  8:23 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linux/m68k, Justin P. Mattock

[-- Attachment #1: Type: TEXT/PLAIN, Size: 2093 bytes --]


URLs can't be split across lines usefully, so disregard the checkpatch 
complaint.

Finn

On Fri, 3 Sep 2010, Geert Uytterhoeven wrote:

> ---------- Forwarded message ----------
> From: Justin P. Mattock <justinmattock@gmail.com>
> Date: Thu, Sep 2, 2010 at 23:08
> Subject: [PATCH 35/91] arch/m68k/q40/README Update broken web
> addresses in the arch directory.
> To: trivial@kernel.org
> Cc: linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org,
> jkosina@suse.cz, "Justin P. Mattock" <justinmattock@gmail.com>
> 
> 
> The below patch updates a broken web address that is no longer
> working due to company buyout, and/or change of location.
> (Please have a look through, and let me know if any of them
> need to be changed, and I'll resend an updated patch).
> 
> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
> 
> ---
>  arch/m68k/q40/README |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/m68k/q40/README b/arch/m68k/q40/README
> index 6bdbf48..0d26762 100644
> --- a/arch/m68k/q40/README
> +++ b/arch/m68k/q40/README
> @@ -1,10 +1,10 @@
>  Linux for the Q40
>  =================
> 
> -You may try http://www.geocities.com/SiliconValley/Bay/2602/ for
> -some up to date information. Booter and other tools will be also
> -available from this place or ftp.uni-erlangen.de/linux/680x0/q40/
> -and mirrors.
> +You may try http://web.archive.org/web/*/http://geocities.com/
> +SiliconValley/Bay/2602/ for some up to date information. Booter
> +and other tools will be also available from this place or
> +http://www.linux-m68k.org/mail.html and mirrors.
> 
>  Hints to documentation usually refer to the linux source tree in
>  /usr/src/linux/Documentation unless URL given.
> --
> 1.7.2.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
> 
> 
> 

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: Fwd: [PATCH 36/91] arch/m68k/mac/macboing.c Update broken web addresses in the arch directory.
  2010-09-03  8:20     ` Finn Thain
@ 2010-09-03  8:31       ` Justin P. Mattock
  0 siblings, 0 replies; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-03  8:31 UTC (permalink / raw)
  To: Finn Thain; +Cc: Geert Uytterhoeven, Linux/m68k

On 09/03/2010 01:20 AM, Finn Thain wrote:
>
> These TIL articles are still around, and removing the article number from
> the source code is doing it damage.
>
> (I'm guessing that this change to human readable text was suggested by a
> machine...)
>
> I checked on archive.org for the URL, which lead me to
> http://kbase.info.apple.com/
> Searching the archives there for article 16405 leads to
> http://support.apple.com/kb/TA32601
> If there's a patch required (doubtful) then that's the new URL.
>

better luck than I.. i.e. I kept hitting a server error message...
Ill update this to what you posted..

Thanks....

> Patched or not, the original TIL number needs to be retained in the
> comment, since those TIL articles are also in the materials Apple has sent
> to developers over the decades, which are indexed that way.
>
> Finn
>
>
> On Fri, 3 Sep 2010, Geert Uytterhoeven wrote:
>
>> linux-alpha was the wrong list?
>>
>> ---------- Forwarded message ----------
>> From: Justin P. Mattock<justinmattock@gmail.com>
>> Date: Thu, Sep 2, 2010 at 23:08
>> Subject: [PATCH 36/91] arch/m68k/mac/macboing.c Update broken web
>> addresses in the arch directory.
>> To: trivial@kernel.org
>> Cc: linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org,
>> jkosina@suse.cz, "Justin P. Mattock"<justinmattock@gmail.com>
>>
>>
>> The below patch updates a broken web address that is no longer
>> working due to company buyout, and/or change of location.
>> (Please have a look through, and let me know if any of them
>> need to be changed, and I'll resend an updated patch).
>>
>> Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
>>
>> ---
>>   arch/m68k/mac/macboing.c |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/arch/m68k/mac/macboing.c b/arch/m68k/mac/macboing.c
>> index 8f06408..e1e3377 100644
>> --- a/arch/m68k/mac/macboing.c
>> +++ b/arch/m68k/mac/macboing.c
>> @@ -114,7 +114,7 @@ static void mac_init_asc( void )
>>                          *   16-bit I/O functionality.  The PowerBook
>> 500 series computers
>>                          *   support 16-bit stereo output, but only mono input."
>>                          *
>> -                        *
>> http://til.info.apple.com/techinfo.nsf/artnum/n16405
>> +                        *   http://www.apple.com/
>>                          *
>>                          * --David Kilzer
>>                          */
>> --
>> 1.7.2.1
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at  http://www.tux.org/lkml/
>>
>>
>>

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: Fwd: [PATCH 36/91] arch/m68k/mac/macboing.c Update broken web addresses in the arch directory.
  2010-09-03  8:14     ` Justin P. Mattock
@ 2010-09-03  8:32       ` Finn Thain
  2010-09-03  8:42         ` Geert Uytterhoeven
  0 siblings, 1 reply; 40+ messages in thread
From: Finn Thain @ 2010-09-03  8:32 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: Geert Uytterhoeven, Linux/m68k


On Fri, 3 Sep 2010, Justin P. Mattock wrote:

> On 09/03/2010 12:52 AM, Geert Uytterhoeven wrote:
> > linux-alpha was the wrong list?
> 
> it is... I became overwhelmed with who to send these too i.e. having too 
> many Cc's was in question, so I used getmaintainer.pl on the first patch 
> to give me some direction on who/what/where to send these too. first was 
> --to trivial@ then from there I became hesitant on what todo.

linux-2.6.35$ ./scripts/get_maintainer.pl -f arch/m68k/mac
./scripts/get_maintainer.pl: No supported VCS found.  Add --nogit to options?
Using a git repository produces better results.
Try Linus Torvalds' latest git repository using:
git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Joshua Thompson <funaho@jurai.org>
Geert Uytterhoeven <geert@linux-m68k.org>
Roman Zippel <zippel@linux-m68k.org>
linux-m68k@lists.linux-m68k.org
linux-kernel@vger.kernel.org

Indeed, the MAINTAINERS file says that the list for arch/m68k/mac/ is 
linux-m68k@lists.linux-m68k.org. Is this alias still working? Perhaps it 
should be changed to linux-m68k@vger.kernel.org?

I'll send another email to "funaho@jurai.org" and see what happens... but 
I think this address should be removed in favour of the the mailing list 
address because it never worked for me before.

Finn

> 
> > 
> > ---------- Forwarded message ----------
> > From: Justin P. Mattock<justinmattock@gmail.com>
> > Date: Thu, Sep 2, 2010 at 23:08
> > Subject: [PATCH 36/91] arch/m68k/mac/macboing.c Update broken web
> > addresses in the arch directory.
> > To: trivial@kernel.org
> > Cc: linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org,
> > jkosina@suse.cz, "Justin P. Mattock"<justinmattock@gmail.com>
> > 
> > 
> > The below patch updates a broken web address that is no longer
> > working due to company buyout, and/or change of location.
> > (Please have a look through, and let me know if any of them
> > need to be changed, and I'll resend an updated patch).
> > 
> > Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
> > 
> > ---
> >   arch/m68k/mac/macboing.c |    2 +-
> >   1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/arch/m68k/mac/macboing.c b/arch/m68k/mac/macboing.c
> > index 8f06408..e1e3377 100644
> > --- a/arch/m68k/mac/macboing.c
> > +++ b/arch/m68k/mac/macboing.c
> > @@ -114,7 +114,7 @@ static void mac_init_asc( void )
> >                          *   16-bit I/O functionality.  The PowerBook
> > 500 series computers
> >                          *   support 16-bit stereo output, but only mono
> > input."
> >                          *
> > -                        *
> > http://til.info.apple.com/techinfo.nsf/artnum/n16405
> > +                        *   http://www.apple.com/
> >                          *
> >                          * --David Kilzer
> >                          */
> > --
> > 1.7.2.1
> > 
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at  http://www.tux.org/lkml/
> > 
> > 
> > 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: Fwd: [PATCH 35/91] arch/m68k/q40/README Update broken web addresses in the arch directory.
  2010-09-03  8:23     ` Finn Thain
@ 2010-09-03  8:35       ` Justin P. Mattock
  2010-09-03  8:47         ` Finn Thain
  0 siblings, 1 reply; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-03  8:35 UTC (permalink / raw)
  To: Finn Thain; +Cc: Geert Uytterhoeven, Linux/m68k

On 09/03/2010 01:23 AM, Finn Thain wrote:
>
> URLs can't be split across lines usefully, so disregard the checkpatch
> complaint.
>
> Finn
>

with the coding style, what files should ignore coding style with the 
tab rule i.e. Kconfig *.c, *.h, README, etc...
(from here Kconfig make sense due to the ncurses interface..)

> On Fri, 3 Sep 2010, Geert Uytterhoeven wrote:
>
>> ---------- Forwarded message ----------
>> From: Justin P. Mattock<justinmattock@gmail.com>
>> Date: Thu, Sep 2, 2010 at 23:08
>> Subject: [PATCH 35/91] arch/m68k/q40/README Update broken web
>> addresses in the arch directory.
>> To: trivial@kernel.org
>> Cc: linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org,
>> jkosina@suse.cz, "Justin P. Mattock"<justinmattock@gmail.com>
>>
>>
>> The below patch updates a broken web address that is no longer
>> working due to company buyout, and/or change of location.
>> (Please have a look through, and let me know if any of them
>> need to be changed, and I'll resend an updated patch).
>>
>> Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
>>
>> ---
>>   arch/m68k/q40/README |    8 ++++----
>>   1 files changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/arch/m68k/q40/README b/arch/m68k/q40/README
>> index 6bdbf48..0d26762 100644
>> --- a/arch/m68k/q40/README
>> +++ b/arch/m68k/q40/README
>> @@ -1,10 +1,10 @@
>>   Linux for the Q40
>>   =================
>>
>> -You may try http://www.geocities.com/SiliconValley/Bay/2602/ for
>> -some up to date information. Booter and other tools will be also
>> -available from this place or ftp.uni-erlangen.de/linux/680x0/q40/
>> -and mirrors.
>> +You may try http://web.archive.org/web/*/http://geocities.com/
>> +SiliconValley/Bay/2602/ for some up to date information. Booter
>> +and other tools will be also available from this place or
>> +http://www.linux-m68k.org/mail.html and mirrors.
>>
>>   Hints to documentation usually refer to the linux source tree in
>>   /usr/src/linux/Documentation unless URL given.
>> --
>> 1.7.2.1
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at  http://www.tux.org/lkml/
>>
>>
>>

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: Fwd: [PATCH 36/91] arch/m68k/mac/macboing.c Update broken web addresses in the arch directory.
  2010-09-03  8:32       ` Finn Thain
@ 2010-09-03  8:42         ` Geert Uytterhoeven
  2010-09-03 10:42           ` Finn Thain
  0 siblings, 1 reply; 40+ messages in thread
From: Geert Uytterhoeven @ 2010-09-03  8:42 UTC (permalink / raw)
  To: Finn Thain; +Cc: Justin P. Mattock, Linux/m68k

On Fri, Sep 3, 2010 at 10:32, Finn Thain <fthain@telegraphics.com.au> wrote:
> On Fri, 3 Sep 2010, Justin P. Mattock wrote:
>> On 09/03/2010 12:52 AM, Geert Uytterhoeven wrote:
>> > linux-alpha was the wrong list?
>>
>> it is... I became overwhelmed with who to send these too i.e. having too
>> many Cc's was in question, so I used getmaintainer.pl on the first patch
>> to give me some direction on who/what/where to send these too. first was
>> --to trivial@ then from there I became hesitant on what todo.
>
> linux-2.6.35$ ./scripts/get_maintainer.pl -f arch/m68k/mac
> ./scripts/get_maintainer.pl: No supported VCS found.  Add --nogit to options?
> Using a git repository produces better results.
> Try Linus Torvalds' latest git repository using:
> git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
> Joshua Thompson <funaho@jurai.org>
> Geert Uytterhoeven <geert@linux-m68k.org>
> Roman Zippel <zippel@linux-m68k.org>
> linux-m68k@lists.linux-m68k.org
> linux-kernel@vger.kernel.org
>
> Indeed, the MAINTAINERS file says that the list for arch/m68k/mac/ is
> linux-m68k@lists.linux-m68k.org. Is this alias still working? Perhaps it
> should be changed to linux-m68k@vger.kernel.org?

The alias should work:

lists.linux-m68k.org.   86400   IN      CNAME   vger.kernel.org.

> I'll send another email to "funaho@jurai.org" and see what happens... but
> I think this address should be removed in favour of the the mailing list
> address because it never worked for me before.

Don't know about Joshua. It's been a while I saw patches from him.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: Fwd: [PATCH 35/91] arch/m68k/q40/README Update broken web addresses in the arch directory.
  2010-09-03  8:35       ` Justin P. Mattock
@ 2010-09-03  8:47         ` Finn Thain
  2010-09-03  9:04           ` Justin P. Mattock
  0 siblings, 1 reply; 40+ messages in thread
From: Finn Thain @ 2010-09-03  8:47 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: Geert Uytterhoeven, Linux/m68k


On Fri, 3 Sep 2010, Justin P. Mattock wrote:

> On 09/03/2010 01:23 AM, Finn Thain wrote:
> > 
> > URLs can't be split across lines usefully, so disregard the checkpatch
> > complaint.
> > 
> > Finn
> > 
> 
> with the coding style, what files should ignore coding style with the tab rule
> i.e. Kconfig *.c, *.h, README, etc...
> (from here Kconfig make sense due to the ncurses interface..)

I'm not sure what you mean (?)

Kconfig seems to use the <...> syntax for URLs. checkpatch doesn't 
complain about the ~90 character long URL in ./drivers/scsi/Kconfig...

Finn

> 
> > On Fri, 3 Sep 2010, Geert Uytterhoeven wrote:
> > 
> > > ---------- Forwarded message ----------
> > > From: Justin P. Mattock<justinmattock@gmail.com>
> > > Date: Thu, Sep 2, 2010 at 23:08
> > > Subject: [PATCH 35/91] arch/m68k/q40/README Update broken web
> > > addresses in the arch directory.
> > > To: trivial@kernel.org
> > > Cc: linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org,
> > > jkosina@suse.cz, "Justin P. Mattock"<justinmattock@gmail.com>
> > > 
> > > 
> > > The below patch updates a broken web address that is no longer
> > > working due to company buyout, and/or change of location.
> > > (Please have a look through, and let me know if any of them
> > > need to be changed, and I'll resend an updated patch).
> > > 
> > > Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
> > > 
> > > ---
> > >   arch/m68k/q40/README |    8 ++++----
> > >   1 files changed, 4 insertions(+), 4 deletions(-)
> > > 
> > > diff --git a/arch/m68k/q40/README b/arch/m68k/q40/README
> > > index 6bdbf48..0d26762 100644
> > > --- a/arch/m68k/q40/README
> > > +++ b/arch/m68k/q40/README
> > > @@ -1,10 +1,10 @@
> > >   Linux for the Q40
> > >   =================
> > > 
> > > -You may try http://www.geocities.com/SiliconValley/Bay/2602/ for
> > > -some up to date information. Booter and other tools will be also
> > > -available from this place or ftp.uni-erlangen.de/linux/680x0/q40/
> > > -and mirrors.
> > > +You may try http://web.archive.org/web/*/http://geocities.com/
> > > +SiliconValley/Bay/2602/ for some up to date information. Booter
> > > +and other tools will be also available from this place or
> > > +http://www.linux-m68k.org/mail.html and mirrors.
> > > 
> > >   Hints to documentation usually refer to the linux source tree in
> > >   /usr/src/linux/Documentation unless URL given.
> > > --
> > > 1.7.2.1
> > > 
> > > --
> > > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > > the body of a message to majordomo@vger.kernel.org
> > > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > > Please read the FAQ at  http://www.tux.org/lkml/
> > > 
> > > 
> > > 
> 
> 

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: Fwd: [PATCH 35/91] arch/m68k/q40/README Update broken web addresses in the arch directory.
  2010-09-03  7:54   ` Fwd: " Geert Uytterhoeven
  2010-09-03  8:23     ` Finn Thain
@ 2010-09-03  8:57     ` Finn Thain
  2010-09-03  9:12       ` Justin P. Mattock
  1 sibling, 1 reply; 40+ messages in thread
From: Finn Thain @ 2010-09-03  8:57 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linux/m68k, Justin P. Mattock

[-- Attachment #1: Type: TEXT/PLAIN, Size: 2200 bytes --]


Why http://www.linux-m68k.org/mail.html?

If you try this search:
http://www.google.com.au/search?&q=inurl:680x0/q40
You should see:
http://ftp.uni-erlangen.de/pub/unix/Linux/680x0/q40/

Finn

On Fri, 3 Sep 2010, Geert Uytterhoeven wrote:

> ---------- Forwarded message ----------
> From: Justin P. Mattock <justinmattock@gmail.com>
> Date: Thu, Sep 2, 2010 at 23:08
> Subject: [PATCH 35/91] arch/m68k/q40/README Update broken web
> addresses in the arch directory.
> To: trivial@kernel.org
> Cc: linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org,
> jkosina@suse.cz, "Justin P. Mattock" <justinmattock@gmail.com>
> 
> 
> The below patch updates a broken web address that is no longer
> working due to company buyout, and/or change of location.
> (Please have a look through, and let me know if any of them
> need to be changed, and I'll resend an updated patch).
> 
> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
> 
> ---
>  arch/m68k/q40/README |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/m68k/q40/README b/arch/m68k/q40/README
> index 6bdbf48..0d26762 100644
> --- a/arch/m68k/q40/README
> +++ b/arch/m68k/q40/README
> @@ -1,10 +1,10 @@
>  Linux for the Q40
>  =================
> 
> -You may try http://www.geocities.com/SiliconValley/Bay/2602/ for
> -some up to date information. Booter and other tools will be also
> -available from this place or ftp.uni-erlangen.de/linux/680x0/q40/
> -and mirrors.
> +You may try http://web.archive.org/web/*/http://geocities.com/
> +SiliconValley/Bay/2602/ for some up to date information. Booter
> +and other tools will be also available from this place or
> +http://www.linux-m68k.org/mail.html and mirrors.
> 
>  Hints to documentation usually refer to the linux source tree in
>  /usr/src/linux/Documentation unless URL given.
> --
> 1.7.2.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
> 
> 
> 

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: Fwd: [PATCH 35/91] arch/m68k/q40/README Update broken web addresses in the arch directory.
  2010-09-03  8:47         ` Finn Thain
@ 2010-09-03  9:04           ` Justin P. Mattock
  2010-09-03  9:13             ` Finn Thain
  0 siblings, 1 reply; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-03  9:04 UTC (permalink / raw)
  To: Finn Thain; +Cc: Geert Uytterhoeven, Linux/m68k

On 09/03/2010 01:47 AM, Finn Thain wrote:
>
> On Fri, 3 Sep 2010, Justin P. Mattock wrote:
>
>> On 09/03/2010 01:23 AM, Finn Thain wrote:
>>>
>>> URLs can't be split across lines usefully, so disregard the checkpatch
>>> complaint.
>>>
>>> Finn
>>>
>>
>> with the coding style, what files should ignore coding style with the tab rule
>> i.e. Kconfig *.c, *.h, README, etc...
>> (from here Kconfig make sense due to the ncurses interface..)
>
> I'm not sure what you mean (?)
>
> Kconfig seems to use the<...>  syntax for URLs. checkpatch doesn't
> complain about the ~90 character long URL in ./drivers/scsi/Kconfig...
>
> Finn
>

yeah this is a bit confusing, especially with checkpatch in the mix.. So 
if I understand correctly, using checkpatch, any address that uses the 
column limit:
(example)
+   http://web.archive.org/web/*/http://www.unix-ag.org/Linux-Alpha/
+   Architectures/Avanti.html.

breaks checkpatch(without the <.....>) in any of the files?
as for Kconfig make the url long so the she looks pretty for the user..



>>
>>> On Fri, 3 Sep 2010, Geert Uytterhoeven wrote:
>>>
>>>> ---------- Forwarded message ----------
>>>> From: Justin P. Mattock<justinmattock@gmail.com>
>>>> Date: Thu, Sep 2, 2010 at 23:08
>>>> Subject: [PATCH 35/91] arch/m68k/q40/README Update broken web
>>>> addresses in the arch directory.
>>>> To: trivial@kernel.org
>>>> Cc: linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org,
>>>> jkosina@suse.cz, "Justin P. Mattock"<justinmattock@gmail.com>
>>>>
>>>>
>>>> The below patch updates a broken web address that is no longer
>>>> working due to company buyout, and/or change of location.
>>>> (Please have a look through, and let me know if any of them
>>>> need to be changed, and I'll resend an updated patch).
>>>>
>>>> Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
>>>>
>>>> ---
>>>>    arch/m68k/q40/README |    8 ++++----
>>>>    1 files changed, 4 insertions(+), 4 deletions(-)
>>>>
>>>> diff --git a/arch/m68k/q40/README b/arch/m68k/q40/README
>>>> index 6bdbf48..0d26762 100644
>>>> --- a/arch/m68k/q40/README
>>>> +++ b/arch/m68k/q40/README
>>>> @@ -1,10 +1,10 @@
>>>>    Linux for the Q40
>>>>    =================
>>>>
>>>> -You may try http://www.geocities.com/SiliconValley/Bay/2602/ for
>>>> -some up to date information. Booter and other tools will be also
>>>> -available from this place or ftp.uni-erlangen.de/linux/680x0/q40/
>>>> -and mirrors.
>>>> +You may try http://web.archive.org/web/*/http://geocities.com/
>>>> +SiliconValley/Bay/2602/ for some up to date information. Booter
>>>> +and other tools will be also available from this place or
>>>> +http://www.linux-m68k.org/mail.html and mirrors.
>>>>
>>>>    Hints to documentation usually refer to the linux source tree in
>>>>    /usr/src/linux/Documentation unless URL given.
>>>> --
>>>> 1.7.2.1
>>>>
>>>> --
>>>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>>>> the body of a message to majordomo@vger.kernel.org
>>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>> Please read the FAQ at  http://www.tux.org/lkml/
>>>>
>>>>
>>>>
>>
>>
>

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: Fwd: [PATCH 35/91] arch/m68k/q40/README Update broken web addresses in the arch directory.
  2010-09-03  8:57     ` Finn Thain
@ 2010-09-03  9:12       ` Justin P. Mattock
  2010-09-03  9:26         ` Finn Thain
  0 siblings, 1 reply; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-03  9:12 UTC (permalink / raw)
  To: Finn Thain; +Cc: Geert Uytterhoeven, Linux/m68k

On 09/03/2010 01:57 AM, Finn Thain wrote:
>
> Why http://www.linux-m68k.org/mail.html?
>
> If you try this search:
> http://www.google.com.au/search?&q=inurl:680x0/q40
> You should see:
> http://ftp.uni-erlangen.de/pub/unix/Linux/680x0/q40/
>
> Finn
>

no hits searching over here, just spamm..(snapshot to show)

http://www.zimagez.com/zimage/screenshot-09032010-020807am.php

Ill update this patch with what you posted..

> On Fri, 3 Sep 2010, Geert Uytterhoeven wrote:
>
>> ---------- Forwarded message ----------
>> From: Justin P. Mattock<justinmattock@gmail.com>
>> Date: Thu, Sep 2, 2010 at 23:08
>> Subject: [PATCH 35/91] arch/m68k/q40/README Update broken web
>> addresses in the arch directory.
>> To: trivial@kernel.org
>> Cc: linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org,
>> jkosina@suse.cz, "Justin P. Mattock"<justinmattock@gmail.com>
>>
>>
>> The below patch updates a broken web address that is no longer
>> working due to company buyout, and/or change of location.
>> (Please have a look through, and let me know if any of them
>> need to be changed, and I'll resend an updated patch).
>>
>> Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
>>
>> ---
>>   arch/m68k/q40/README |    8 ++++----
>>   1 files changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/arch/m68k/q40/README b/arch/m68k/q40/README
>> index 6bdbf48..0d26762 100644
>> --- a/arch/m68k/q40/README
>> +++ b/arch/m68k/q40/README
>> @@ -1,10 +1,10 @@
>>   Linux for the Q40
>>   =================
>>
>> -You may try http://www.geocities.com/SiliconValley/Bay/2602/ for
>> -some up to date information. Booter and other tools will be also
>> -available from this place or ftp.uni-erlangen.de/linux/680x0/q40/
>> -and mirrors.
>> +You may try http://web.archive.org/web/*/http://geocities.com/
>> +SiliconValley/Bay/2602/ for some up to date information. Booter
>> +and other tools will be also available from this place or
>> +http://www.linux-m68k.org/mail.html and mirrors.
>>
>>   Hints to documentation usually refer to the linux source tree in
>>   /usr/src/linux/Documentation unless URL given.
>> --
>> 1.7.2.1
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at  http://www.tux.org/lkml/
>>
>>
>>

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: Fwd: [PATCH 35/91] arch/m68k/q40/README Update broken web addresses in the arch directory.
  2010-09-03  9:04           ` Justin P. Mattock
@ 2010-09-03  9:13             ` Finn Thain
  2010-09-03  9:35               ` Justin P. Mattock
  0 siblings, 1 reply; 40+ messages in thread
From: Finn Thain @ 2010-09-03  9:13 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: Geert Uytterhoeven, Linux/m68k


On Fri, 3 Sep 2010, Justin P. Mattock wrote:

> On 09/03/2010 01:47 AM, Finn Thain wrote:
> > 
> > On Fri, 3 Sep 2010, Justin P. Mattock wrote:
> > 
> > > On 09/03/2010 01:23 AM, Finn Thain wrote:
> > > > 
> > > > URLs can't be split across lines usefully, so disregard the 
> > > > checkpatch complaint.
> > > > 
> > > > Finn
> > > > 
> > > 
> > > with the coding style, what files should ignore coding style with 
> > > the tab rule i.e. Kconfig *.c, *.h, README, etc... (from here 
> > > Kconfig make sense due to the ncurses interface..)
> > 
> > I'm not sure what you mean (?)
> > 
> > Kconfig seems to use the<...> syntax for URLs. checkpatch doesn't 
> > complain about the ~90 character long URL in ./drivers/scsi/Kconfig...
> > 
> > Finn
> > 
> 
> yeah this is a bit confusing, especially with checkpatch in the mix.. So 
> if I understand correctly, using checkpatch, any address that uses the 
> column limit: (example)
> + http://web.archive.org/web/*/http://www.unix-ag.org/Linux-Alpha/
> + Architectures/Avanti.html.
> 
> breaks checkpatch(without the <.....>) in any of the files? as for 
> Kconfig make the url long so the she looks pretty for the user..

I don't know whether checkpatch special-cases Kconfig or angle brackets. 
You'd have to put it to the test. But it is not important.

The point is, you can't line-wrap URLs without breaking software that 
looks for them (text editors, browsers, terminal emulators ... your own 
scripts too probably).

Finn

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: Fwd: [PATCH 35/91] arch/m68k/q40/README Update broken web addresses in the arch directory.
  2010-09-03  9:12       ` Justin P. Mattock
@ 2010-09-03  9:26         ` Finn Thain
  2010-09-03  9:32           ` Justin P. Mattock
  0 siblings, 1 reply; 40+ messages in thread
From: Finn Thain @ 2010-09-03  9:26 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: Geert Uytterhoeven, Linux/m68k



On Fri, 3 Sep 2010, Justin P. Mattock wrote:

> On 09/03/2010 01:57 AM, Finn Thain wrote:
> > 
> > Why http://www.linux-m68k.org/mail.html?
> > 
> > If you try this search:
> > http://www.google.com.au/search?&q=inurl:680x0/q40
> > You should see:
> > http://ftp.uni-erlangen.de/pub/unix/Linux/680x0/q40/
> > 
> > Finn
> > 
> 
> no hits searching over here, just spamm..(snapshot to show)

That's because you googled for the URL (!)

Google this "inurl:680x0/q40"

Finn

> 
> http://www.zimagez.com/zimage/screenshot-09032010-020807am.php
> 
> Ill update this patch with what you posted..
> 
> > On Fri, 3 Sep 2010, Geert Uytterhoeven wrote:
> > 
> > > ---------- Forwarded message ----------
> > > From: Justin P. Mattock<justinmattock@gmail.com>
> > > Date: Thu, Sep 2, 2010 at 23:08
> > > Subject: [PATCH 35/91] arch/m68k/q40/README Update broken web
> > > addresses in the arch directory.
> > > To: trivial@kernel.org
> > > Cc: linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org,
> > > jkosina@suse.cz, "Justin P. Mattock"<justinmattock@gmail.com>
> > > 
> > > 
> > > The below patch updates a broken web address that is no longer
> > > working due to company buyout, and/or change of location.
> > > (Please have a look through, and let me know if any of them
> > > need to be changed, and I'll resend an updated patch).
> > > 
> > > Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
> > > 
> > > ---
> > >   arch/m68k/q40/README |    8 ++++----
> > >   1 files changed, 4 insertions(+), 4 deletions(-)
> > > 
> > > diff --git a/arch/m68k/q40/README b/arch/m68k/q40/README
> > > index 6bdbf48..0d26762 100644
> > > --- a/arch/m68k/q40/README
> > > +++ b/arch/m68k/q40/README
> > > @@ -1,10 +1,10 @@
> > >   Linux for the Q40
> > >   =================
> > > 
> > > -You may try http://www.geocities.com/SiliconValley/Bay/2602/ for
> > > -some up to date information. Booter and other tools will be also
> > > -available from this place or ftp.uni-erlangen.de/linux/680x0/q40/
> > > -and mirrors.
> > > +You may try http://web.archive.org/web/*/http://geocities.com/
> > > +SiliconValley/Bay/2602/ for some up to date information. Booter
> > > +and other tools will be also available from this place or
> > > +http://www.linux-m68k.org/mail.html and mirrors.
> > > 
> > >   Hints to documentation usually refer to the linux source tree in
> > >   /usr/src/linux/Documentation unless URL given.
> > > --
> > > 1.7.2.1
> > > 
> > > --
> > > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > > the body of a message to majordomo@vger.kernel.org
> > > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > > Please read the FAQ at  http://www.tux.org/lkml/
> > > 
> > > 
> > > 
> 
> 

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: Fwd: [PATCH 35/91] arch/m68k/q40/README Update broken web addresses in the arch directory.
  2010-09-03  9:26         ` Finn Thain
@ 2010-09-03  9:32           ` Justin P. Mattock
  2010-09-03  9:40             ` Finn Thain
  0 siblings, 1 reply; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-03  9:32 UTC (permalink / raw)
  To: Finn Thain; +Cc: Geert Uytterhoeven, Linux/m68k

On 09/03/2010 02:26 AM, Finn Thain wrote:
>
>
> On Fri, 3 Sep 2010, Justin P. Mattock wrote:
>
>> On 09/03/2010 01:57 AM, Finn Thain wrote:
>>>
>>> Why http://www.linux-m68k.org/mail.html?
>>>
>>> If you try this search:
>>> http://www.google.com.au/search?&q=inurl:680x0/q40
>>> You should see:
>>> http://ftp.uni-erlangen.de/pub/unix/Linux/680x0/q40/
>>>
>>> Finn
>>>
>>
>> no hits searching over here, just spamm..(snapshot to show)
>
> That's because you googled for the URL (!)
>
> Google this "inurl:680x0/q40"
>
> Finn
>

sh^t I suck at this... (your right):
http://www.zimagez.com/zimage/screenshot-09032010-023023am.php
pretty good...


>>
>> http://www.zimagez.com/zimage/screenshot-09032010-020807am.php
>>
>> Ill update this patch with what you posted..
>>
>>> On Fri, 3 Sep 2010, Geert Uytterhoeven wrote:
>>>
>>>> ---------- Forwarded message ----------
>>>> From: Justin P. Mattock<justinmattock@gmail.com>
>>>> Date: Thu, Sep 2, 2010 at 23:08
>>>> Subject: [PATCH 35/91] arch/m68k/q40/README Update broken web
>>>> addresses in the arch directory.
>>>> To: trivial@kernel.org
>>>> Cc: linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org,
>>>> jkosina@suse.cz, "Justin P. Mattock"<justinmattock@gmail.com>
>>>>
>>>>
>>>> The below patch updates a broken web address that is no longer
>>>> working due to company buyout, and/or change of location.
>>>> (Please have a look through, and let me know if any of them
>>>> need to be changed, and I'll resend an updated patch).
>>>>
>>>> Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
>>>>
>>>> ---
>>>>    arch/m68k/q40/README |    8 ++++----
>>>>    1 files changed, 4 insertions(+), 4 deletions(-)
>>>>
>>>> diff --git a/arch/m68k/q40/README b/arch/m68k/q40/README
>>>> index 6bdbf48..0d26762 100644
>>>> --- a/arch/m68k/q40/README
>>>> +++ b/arch/m68k/q40/README
>>>> @@ -1,10 +1,10 @@
>>>>    Linux for the Q40
>>>>    =================
>>>>
>>>> -You may try http://www.geocities.com/SiliconValley/Bay/2602/ for
>>>> -some up to date information. Booter and other tools will be also
>>>> -available from this place or ftp.uni-erlangen.de/linux/680x0/q40/
>>>> -and mirrors.
>>>> +You may try http://web.archive.org/web/*/http://geocities.com/
>>>> +SiliconValley/Bay/2602/ for some up to date information. Booter
>>>> +and other tools will be also available from this place or
>>>> +http://www.linux-m68k.org/mail.html and mirrors.
>>>>
>>>>    Hints to documentation usually refer to the linux source tree in
>>>>    /usr/src/linux/Documentation unless URL given.
>>>> --
>>>> 1.7.2.1
>>>>
>>>> --
>>>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>>>> the body of a message to majordomo@vger.kernel.org
>>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>> Please read the FAQ at  http://www.tux.org/lkml/
>>>>
>>>>
>>>>
>>
>>
>

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: Fwd: [PATCH 35/91] arch/m68k/q40/README Update broken web addresses in the arch directory.
  2010-09-03  9:13             ` Finn Thain
@ 2010-09-03  9:35               ` Justin P. Mattock
  2010-09-03  9:40                 ` Finn Thain
  0 siblings, 1 reply; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-03  9:35 UTC (permalink / raw)
  To: Finn Thain; +Cc: Geert Uytterhoeven, Linux/m68k

On 09/03/2010 02:13 AM, Finn Thain wrote:
>
> On Fri, 3 Sep 2010, Justin P. Mattock wrote:
>
>> On 09/03/2010 01:47 AM, Finn Thain wrote:
>>>
>>> On Fri, 3 Sep 2010, Justin P. Mattock wrote:
>>>
>>>> On 09/03/2010 01:23 AM, Finn Thain wrote:
>>>>>
>>>>> URLs can't be split across lines usefully, so disregard the
>>>>> checkpatch complaint.
>>>>>
>>>>> Finn
>>>>>
>>>>
>>>> with the coding style, what files should ignore coding style with
>>>> the tab rule i.e. Kconfig *.c, *.h, README, etc... (from here
>>>> Kconfig make sense due to the ncurses interface..)
>>>
>>> I'm not sure what you mean (?)
>>>
>>> Kconfig seems to use the<...>  syntax for URLs. checkpatch doesn't
>>> complain about the ~90 character long URL in ./drivers/scsi/Kconfig...
>>>
>>> Finn
>>>
>>
>> yeah this is a bit confusing, especially with checkpatch in the mix.. So
>> if I understand correctly, using checkpatch, any address that uses the
>> column limit: (example)
>> + http://web.archive.org/web/*/http://www.unix-ag.org/Linux-Alpha/
>> + Architectures/Avanti.html.
>>
>> breaks checkpatch(without the<.....>) in any of the files? as for
>> Kconfig make the url long so the she looks pretty for the user..
>
> I don't know whether checkpatch special-cases Kconfig or angle brackets.
> You'd have to put it to the test. But it is not important.
>
> The point is, you can't line-wrap URLs without breaking software that
> looks for them (text editors, browsers, terminal emulators ... your own
> scripts too probably).
>
> Finn
>

so the safest is to just ignore the column limit for urls to make things 
legit.

Justin P. Mattock

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: Fwd: [PATCH 35/91] arch/m68k/q40/README Update broken web addresses in the arch directory.
  2010-09-03  9:35               ` Justin P. Mattock
@ 2010-09-03  9:40                 ` Finn Thain
  2010-09-03  9:58                   ` Justin P. Mattock
  0 siblings, 1 reply; 40+ messages in thread
From: Finn Thain @ 2010-09-03  9:40 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: Geert Uytterhoeven, Linux/m68k



On Fri, 3 Sep 2010, Justin P. Mattock wrote:

> 
> so the safest is to just ignore the column limit for urls to make things
> legit.

That's how I've dealt with URLs in C comments in the past, and no-one 
complained (and I don't see any decent alternative anyway).

Finn

> 
> Justin P. Mattock
> 

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: Fwd: [PATCH 35/91] arch/m68k/q40/README Update broken web addresses in the arch directory.
  2010-09-03  9:32           ` Justin P. Mattock
@ 2010-09-03  9:40             ` Finn Thain
  2010-09-03 10:00               ` Justin P. Mattock
  0 siblings, 1 reply; 40+ messages in thread
From: Finn Thain @ 2010-09-03  9:40 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: Geert Uytterhoeven, Linux/m68k


On Fri, 3 Sep 2010, Justin P. Mattock wrote:

> On 09/03/2010 02:26 AM, Finn Thain wrote:
> > 
> > On Fri, 3 Sep 2010, Justin P. Mattock wrote:
> > 
> > > On 09/03/2010 01:57 AM, Finn Thain wrote:
> > > > 
> > > > Why http://www.linux-m68k.org/mail.html?
> > > > 
> > > > If you try this search:
> > > > http://www.google.com.au/search?&q=inurl:680x0/q40
> > > > You should see:
> > > > http://ftp.uni-erlangen.de/pub/unix/Linux/680x0/q40/
> > > > 
> > > > Finn
> > > > 
> > > 
> > > no hits searching over here, just spamm..(snapshot to show)
> > 
> > That's because you googled for the URL (!)
> > 
> > Google this "inurl:680x0/q40"
> > 
> > Finn
> > 
> 
> sh^t I suck at this...

Well, as long as you learn something in the process, that's good enough 
for me.

> (your right):

"You're right" ;-)

Finn

> http://www.zimagez.com/zimage/screenshot-09032010-023023am.php
> pretty good...
> 

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: Fwd: [PATCH 35/91] arch/m68k/q40/README Update broken web addresses in the arch directory.
  2010-09-03  9:40                 ` Finn Thain
@ 2010-09-03  9:58                   ` Justin P. Mattock
  0 siblings, 0 replies; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-03  9:58 UTC (permalink / raw)
  To: Finn Thain; +Cc: Geert Uytterhoeven, Linux/m68k

On 09/03/2010 02:40 AM, Finn Thain wrote:
>
>
> On Fri, 3 Sep 2010, Justin P. Mattock wrote:
>
>>
>> so the safest is to just ignore the column limit for urls to make things
>> legit.
>
> That's how I've dealt with URLs in C comments in the past, and no-one
> complained (and I don't see any decent alternative anyway).
>
> Finn
>

well, over here, I'm learning new things daily(so I thank you for your 
patience), as for the url... makes sense...as for the mechanisms that 
crap out with such changes... then maybe something as simple as /*...*/ 
for the compiler...(but who knows...main thing is making sure these urls 
are working...), just checked most of the kernel, seems sane todo...just 
a matter of patience and such...

Justin P. Mattock

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: Fwd: [PATCH 35/91] arch/m68k/q40/README Update broken web addresses in the arch directory.
  2010-09-03  9:40             ` Finn Thain
@ 2010-09-03 10:00               ` Justin P. Mattock
  0 siblings, 0 replies; 40+ messages in thread
From: Justin P. Mattock @ 2010-09-03 10:00 UTC (permalink / raw)
  To: Finn Thain; +Cc: Geert Uytterhoeven, Linux/m68k

On 09/03/2010 02:40 AM, Finn Thain wrote:
>
> On Fri, 3 Sep 2010, Justin P. Mattock wrote:
>
>> On 09/03/2010 02:26 AM, Finn Thain wrote:
>>>
>>> On Fri, 3 Sep 2010, Justin P. Mattock wrote:
>>>
>>>> On 09/03/2010 01:57 AM, Finn Thain wrote:
>>>>>
>>>>> Why http://www.linux-m68k.org/mail.html?
>>>>>
>>>>> If you try this search:
>>>>> http://www.google.com.au/search?&q=inurl:680x0/q40
>>>>> You should see:
>>>>> http://ftp.uni-erlangen.de/pub/unix/Linux/680x0/q40/
>>>>>
>>>>> Finn
>>>>>
>>>>
>>>> no hits searching over here, just spamm..(snapshot to show)
>>>
>>> That's because you googled for the URL (!)
>>>
>>> Google this "inurl:680x0/q40"
>>>
>>> Finn
>>>
>>
>> sh^t I suck at this...
>
> Well, as long as you learn something in the process, that's good enough
> for me.
>

the learning curve with linux is far nicer than windows I'll tell you 
that...(personal experience).

>> (your right):
>
> "You're right" ;-)
>
> Finn
>
>> http://www.zimagez.com/zimage/screenshot-09032010-023023am.php
>> pretty good...
>>
>


who knows who's right.. main thing is it's in the right direction...
:-)

cheers,

Justin P. Mattock

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: Fwd: [PATCH 36/91] arch/m68k/mac/macboing.c Update broken web addresses in the arch directory.
  2010-09-03  8:42         ` Geert Uytterhoeven
@ 2010-09-03 10:42           ` Finn Thain
  2010-09-04  4:59             ` Finn Thain
  0 siblings, 1 reply; 40+ messages in thread
From: Finn Thain @ 2010-09-03 10:42 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Justin P. Mattock, Linux/m68k


On Fri, 3 Sep 2010, Geert Uytterhoeven wrote:

> On Fri, Sep 3, 2010 at 10:32, Finn Thain <fthain@telegraphics.com.au> wrote:
> >
> > Indeed, the MAINTAINERS file says that the list for arch/m68k/mac/ is 
> > linux-m68k@lists.linux-m68k.org. Is this alias still working? Perhaps 
> > it should be changed to linux-m68k@vger.kernel.org?
> 
> The alias should work:
> 
> lists.linux-m68k.org.  86400 IN CNAME vger.kernel.org.

It works not because of the CNAME record, but because of the MX record:

$ dig +short mx lists.linux-m68k.org
vger.kernel.org.
10 vger.kernel.org.
999 bl-ckh-le.kernel.org.
$ dig +short mx vger.kernel.org
10 vger.kernel.org.
999 bl-ckh-le.kernel.org.

The CNAME means that http://lists.linux-m68k.org/ takes you to vger, and 
this only works because the apache vhost on vger is willing to answer to 
"lists.linux-m68k.org" as well as "vger.kernel.org"...

Finn

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: Fwd: [PATCH 36/91] arch/m68k/mac/macboing.c Update broken web addresses in the arch directory.
  2010-09-03 10:42           ` Finn Thain
@ 2010-09-04  4:59             ` Finn Thain
  0 siblings, 0 replies; 40+ messages in thread
From: Finn Thain @ 2010-09-04  4:59 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Justin P. Mattock, Linux/m68k


>From an email I recieved privately, from someone who knows DNS better than 
I do (hi, Niels), I've learnt that what I wrote is not accurate. The CNAME 
is actually sufficient, as long as vger continues to treat
<linux-m68k@lists.linux-m68k.org>
as an alias for 
<linux-m68k@vger.kernel.org>

Finn

On Fri, 3 Sep 2010, I wrote:

> 
> On Fri, 3 Sep 2010, Geert Uytterhoeven wrote:
> 
> > On Fri, Sep 3, 2010 at 10:32, Finn Thain <fthain@telegraphics.com.au> 
> > wrote:
> > >
> > > Indeed, the MAINTAINERS file says that the list for arch/m68k/mac/ is 
> > > linux-m68k@lists.linux-m68k.org. Is this alias still working? Perhaps 
> > > it should be changed to linux-m68k@vger.kernel.org?
> > 
> > The alias should work:
> > 
> > lists.linux-m68k.org.  86400 IN CNAME vger.kernel.org.
> 
> It works not because of the CNAME record, but because of the MX record:
> 
> $ dig +short mx lists.linux-m68k.org
> vger.kernel.org.
> 10 vger.kernel.org.
> 999 bl-ckh-le.kernel.org.
> $ dig +short mx vger.kernel.org
> 10 vger.kernel.org.
> 999 bl-ckh-le.kernel.org.
> 
> The CNAME means that http://lists.linux-m68k.org/ takes you to vger, and 
> this only works because the apache vhost on vger is willing to answer to 
> "lists.linux-m68k.org" as well as "vger.kernel.org"...
> 
> Finn
> 

^ permalink raw reply	[flat|nested] 40+ messages in thread

end of thread, other threads:[~2010-09-04  4:59 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
2010-09-02 21:08 ` [PATCH 32/91] arch/ia64/include/asm/numa.h " Justin P. Mattock
2010-09-02 21:08 ` [PATCH 33/91] arch/ia64/include/asm/machvec_sn2.h " Justin P. Mattock
2010-09-02 21:08 ` [PATCH 34/91] arch/m32r/Kconfig " Justin P. Mattock
2010-09-02 21:08 ` [PATCH 35/91] arch/m68k/q40/README " Justin P. Mattock
2010-09-03  7:54   ` Fwd: " Geert Uytterhoeven
2010-09-03  8:23     ` Finn Thain
2010-09-03  8:35       ` Justin P. Mattock
2010-09-03  8:47         ` Finn Thain
2010-09-03  9:04           ` Justin P. Mattock
2010-09-03  9:13             ` Finn Thain
2010-09-03  9:35               ` Justin P. Mattock
2010-09-03  9:40                 ` Finn Thain
2010-09-03  9:58                   ` Justin P. Mattock
2010-09-03  8:57     ` Finn Thain
2010-09-03  9:12       ` Justin P. Mattock
2010-09-03  9:26         ` Finn Thain
2010-09-03  9:32           ` Justin P. Mattock
2010-09-03  9:40             ` Finn Thain
2010-09-03 10:00               ` Justin P. Mattock
2010-09-02 21:08 ` [PATCH 36/91] arch/m68k/mac/macboing.c " Justin P. Mattock
2010-09-03  7:52   ` Fwd: " Geert Uytterhoeven
2010-09-03  8:14     ` Justin P. Mattock
2010-09-03  8:32       ` Finn Thain
2010-09-03  8:42         ` Geert Uytterhoeven
2010-09-03 10:42           ` Finn Thain
2010-09-04  4:59             ` Finn Thain
2010-09-03  8:20     ` Finn Thain
2010-09-03  8:31       ` Justin P. Mattock
2010-09-02 21:08 ` [PATCH 37/91] arch/m68k/mac/via.c " Justin P. Mattock
2010-09-03  7:53   ` Fwd: " Geert Uytterhoeven
2010-09-02 21:08 ` [PATCH 38/91] arch/m68k/Kconfig " Justin P. Mattock
2010-09-03  7:52   ` Fwd: " Geert Uytterhoeven
2010-09-02 21:09 ` [PATCH 39/91] arch/mips/math-emu/dp_frexp.c " Justin P. Mattock
2010-09-02 21:09 ` [PATCH 40/91] arch/mips/math-emu/dp_add.c " Justin P. Mattock
2010-09-02 21:09 ` [PATCH 41/91] arch/mips/math-emu/dp_tint.c " Justin P. Mattock
2010-09-02 21:09 ` [PATCH 42/91] arch/mips/math-emu/ieee754dp.c " Justin P. Mattock
2010-09-02 21:09 ` [PATCH 43/91] arch/mips/math-emu/dp_sub.c " Justin P. Mattock
2010-09-02 21:09 ` [PATCH 44/91] arch/mips/math-emu/ieee754.h " Justin P. Mattock
2010-09-02 21:09 ` [PATCH 45/91] arch/mips/math-emu/dp_fsp.c " Justin P. Mattock

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.