Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys www.netbsd.org -> www.NetBSD.org



details:   https://anonhg.NetBSD.org/src/rev/a2a8bf6fe864
branches:  trunk
changeset: 555429:a2a8bf6fe864
user:      keihan <keihan%NetBSD.org@localhost>
date:      Mon Nov 17 10:07:58 2003 +0000

description:
www.netbsd.org -> www.NetBSD.org

diffstat:

 sys/arch/hpcmips/stand/pbsdboot/main.c    |  4 ++--
 sys/arch/sgimips/dev/com_mace.c           |  6 +++---
 sys/arch/sgimips/dev/crime.c              |  6 +++---
 sys/arch/sgimips/dev/crimereg.h           |  4 ++--
 sys/arch/sgimips/dev/crimevar.h           |  4 ++--
 sys/arch/sgimips/dev/if_mec.c             |  6 +++---
 sys/arch/sgimips/dev/if_mecreg.h          |  4 ++--
 sys/arch/sgimips/dev/lpt_mace.c           |  6 +++---
 sys/arch/sgimips/dev/macaureg.h           |  2 +-
 sys/arch/sgimips/dev/mace.c               |  6 +++---
 sys/arch/sgimips/dev/macereg.h            |  4 ++--
 sys/arch/sgimips/dev/macevar.h            |  4 ++--
 sys/arch/sgimips/dev/pckbc_mace.c         |  6 +++---
 sys/arch/sgimips/gio/gio.c                |  6 +++---
 sys/arch/sgimips/gio/giovar.h             |  4 ++--
 sys/arch/sgimips/gio/hpc.c                |  6 +++---
 sys/arch/sgimips/hpc/hpc.c                |  6 +++---
 sys/arch/sgimips/include/autoconf.h       |  4 ++--
 sys/arch/sgimips/include/disklabel.h      |  4 ++--
 sys/arch/sgimips/include/intr.h           |  4 ++--
 sys/arch/sgimips/pci/macepci.c            |  6 +++---
 sys/arch/sgimips/pci/macepcireg.h         |  4 ++--
 sys/arch/sgimips/pci/pci_machdep.c        |  6 +++---
 sys/arch/sgimips/sgimips/autoconf.c       |  6 +++---
 sys/arch/sgimips/sgimips/cpu.c            |  6 +++---
 sys/arch/sgimips/sgimips/disksubr.c       |  6 +++---
 sys/arch/sgimips/sgimips/ip32.c           |  6 +++---
 sys/arch/sgimips/sgimips/locore_machdep.S |  4 ++--
 sys/arch/sgimips/sgimips/machdep.c        |  6 +++---
 sys/arch/sgimips/sgimips/mainbus.c        |  6 +++---
 sys/compat/freebsd/freebsd_signal.h       |  4 ++--
 sys/kern/subr_autoconf.c                  |  6 +++---
 sys/sys/device.h                          |  4 ++--
 33 files changed, 83 insertions(+), 83 deletions(-)

diffs (truncated from 750 to 300 lines):

diff -r 161797533754 -r a2a8bf6fe864 sys/arch/hpcmips/stand/pbsdboot/main.c
--- a/sys/arch/hpcmips/stand/pbsdboot/main.c    Mon Nov 17 09:41:19 2003 +0000
+++ b/sys/arch/hpcmips/stand/pbsdboot/main.c    Mon Nov 17 10:07:58 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.58 2001/07/17 01:41:39 toshii Exp $ */
+/*     $NetBSD: main.c,v 1.59 2003/11/17 10:07:58 keihan Exp $ */
 
 /*-
  * Copyright (c) 1999, 2000 Shin Takemura.
@@ -69,7 +69,7 @@
        TEXT("Copyright(C) 1999 Shin Takemura,\r\n")
        TEXT("All rights reserved.\r\n")
        TEXT("\r\n")
-       TEXT("http://www.netbsd.org/Ports/hpcmips\r\n";);
+       TEXT("http://www.NetBSD.org/Ports/hpcmips\r\n";);
 
 /*-----------------------------------------------------------------------------
 
diff -r 161797533754 -r a2a8bf6fe864 sys/arch/sgimips/dev/com_mace.c
--- a/sys/arch/sgimips/dev/com_mace.c   Mon Nov 17 09:41:19 2003 +0000
+++ b/sys/arch/sgimips/dev/com_mace.c   Mon Nov 17 10:07:58 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: com_mace.c,v 1.10 2003/10/05 15:38:08 tsutsui Exp $    */
+/*     $NetBSD: com_mace.c,v 1.11 2003/11/17 10:07:58 keihan Exp $     */
 
 /*
  * Copyright (c) 2000 Soren S. Jorvang
@@ -15,7 +15,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: com_mace.c,v 1.10 2003/10/05 15:38:08 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: com_mace.c,v 1.11 2003/11/17 10:07:58 keihan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 161797533754 -r a2a8bf6fe864 sys/arch/sgimips/dev/crime.c
--- a/sys/arch/sgimips/dev/crime.c      Mon Nov 17 09:41:19 2003 +0000
+++ b/sys/arch/sgimips/dev/crime.c      Mon Nov 17 10:07:58 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: crime.c,v 1.13 2003/10/05 15:38:08 tsutsui Exp $       */
+/*     $NetBSD: crime.c,v 1.14 2003/11/17 10:07:58 keihan Exp $        */
 
 /*
  * Copyright (c) 2000 Soren S. Jorvang
@@ -15,7 +15,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: crime.c,v 1.13 2003/10/05 15:38:08 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: crime.c,v 1.14 2003/11/17 10:07:58 keihan Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
diff -r 161797533754 -r a2a8bf6fe864 sys/arch/sgimips/dev/crimereg.h
--- a/sys/arch/sgimips/dev/crimereg.h   Mon Nov 17 09:41:19 2003 +0000
+++ b/sys/arch/sgimips/dev/crimereg.h   Mon Nov 17 10:07:58 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: crimereg.h,v 1.8 2003/10/05 15:38:08 tsutsui Exp $     */
+/*     $NetBSD: crimereg.h,v 1.9 2003/11/17 10:07:58 keihan Exp $      */
 
 /*
  * Copyright (c) 2000 Soren S. Jorvang
@@ -15,7 +15,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
diff -r 161797533754 -r a2a8bf6fe864 sys/arch/sgimips/dev/crimevar.h
--- a/sys/arch/sgimips/dev/crimevar.h   Mon Nov 17 09:41:19 2003 +0000
+++ b/sys/arch/sgimips/dev/crimevar.h   Mon Nov 17 10:07:58 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: crimevar.h,v 1.1 2003/10/05 15:38:08 tsutsui Exp $     */
+/*     $NetBSD: crimevar.h,v 1.2 2003/11/17 10:07:58 keihan Exp $      */
 
 /*
  * Copyright (c) 2003 Christopher SEKIYA
@@ -15,7 +15,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
diff -r 161797533754 -r a2a8bf6fe864 sys/arch/sgimips/dev/if_mec.c
--- a/sys/arch/sgimips/dev/if_mec.c     Mon Nov 17 09:41:19 2003 +0000
+++ b/sys/arch/sgimips/dev/if_mec.c     Mon Nov 17 10:07:58 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_mec.c,v 1.11 2003/07/15 03:35:51 lukem Exp $        */
+/*     $NetBSD: if_mec.c,v 1.12 2003/11/17 10:07:58 keihan Exp $       */
 
 /*
  * Copyright (c) 2000 Soren S. Jorvang
@@ -15,7 +15,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_mec.c,v 1.11 2003/07/15 03:35:51 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_mec.c,v 1.12 2003/11/17 10:07:58 keihan Exp $");
 
 #include "opt_inet.h"
 #include "opt_ns.h"
diff -r 161797533754 -r a2a8bf6fe864 sys/arch/sgimips/dev/if_mecreg.h
--- a/sys/arch/sgimips/dev/if_mecreg.h  Mon Nov 17 09:41:19 2003 +0000
+++ b/sys/arch/sgimips/dev/if_mecreg.h  Mon Nov 17 10:07:58 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_mecreg.h,v 1.3 2002/12/26 22:24:46 pooka Exp $      */
+/*     $NetBSD: if_mecreg.h,v 1.4 2003/11/17 10:07:58 keihan Exp $     */
 
 /*
  * Copyright (c) 2001 Christopher Sekiya
@@ -16,7 +16,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
diff -r 161797533754 -r a2a8bf6fe864 sys/arch/sgimips/dev/lpt_mace.c
--- a/sys/arch/sgimips/dev/lpt_mace.c   Mon Nov 17 09:41:19 2003 +0000
+++ b/sys/arch/sgimips/dev/lpt_mace.c   Mon Nov 17 10:07:58 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lpt_mace.c,v 1.7 2003/10/05 15:38:08 tsutsui Exp $     */
+/*     $NetBSD: lpt_mace.c,v 1.8 2003/11/17 10:07:58 keihan Exp $      */
 
 /*
  * Copyright (c) 2003 Christopher SEKIYA 
@@ -16,7 +16,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lpt_mace.c,v 1.7 2003/10/05 15:38:08 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lpt_mace.c,v 1.8 2003/11/17 10:07:58 keihan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 161797533754 -r a2a8bf6fe864 sys/arch/sgimips/dev/macaureg.h
--- a/sys/arch/sgimips/dev/macaureg.h   Mon Nov 17 09:41:19 2003 +0000
+++ b/sys/arch/sgimips/dev/macaureg.h   Mon Nov 17 10:07:58 2003 +0000
@@ -13,7 +13,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
diff -r 161797533754 -r a2a8bf6fe864 sys/arch/sgimips/dev/mace.c
--- a/sys/arch/sgimips/dev/mace.c       Mon Nov 17 09:41:19 2003 +0000
+++ b/sys/arch/sgimips/dev/mace.c       Mon Nov 17 10:07:58 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mace.c,v 1.14 2003/10/25 16:15:07 chs Exp $    */
+/*     $NetBSD: mace.c,v 1.15 2003/11/17 10:07:58 keihan Exp $ */
 
 /*
  * Copyright (c) 2003 Christopher Sekiya
@@ -17,7 +17,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
@@ -45,7 +45,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mace.c,v 1.14 2003/10/25 16:15:07 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mace.c,v 1.15 2003/11/17 10:07:58 keihan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 161797533754 -r a2a8bf6fe864 sys/arch/sgimips/dev/macereg.h
--- a/sys/arch/sgimips/dev/macereg.h    Mon Nov 17 09:41:19 2003 +0000
+++ b/sys/arch/sgimips/dev/macereg.h    Mon Nov 17 10:07:58 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: macereg.h,v 1.5 2003/10/05 15:38:08 tsutsui Exp $      */
+/*     $NetBSD: macereg.h,v 1.6 2003/11/17 10:07:58 keihan Exp $       */
 
 /*
  * Copyright (c) 2000 Soren S. Jorvang
@@ -15,7 +15,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
diff -r 161797533754 -r a2a8bf6fe864 sys/arch/sgimips/dev/macevar.h
--- a/sys/arch/sgimips/dev/macevar.h    Mon Nov 17 09:41:19 2003 +0000
+++ b/sys/arch/sgimips/dev/macevar.h    Mon Nov 17 10:07:58 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: macevar.h,v 1.4 2003/10/05 15:38:08 tsutsui Exp $      */
+/*     $NetBSD: macevar.h,v 1.5 2003/11/17 10:07:58 keihan Exp $       */
 
 /*
  * Copyright (c) 2000 Soren S. Jorvang
@@ -15,7 +15,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
diff -r 161797533754 -r a2a8bf6fe864 sys/arch/sgimips/dev/pckbc_mace.c
--- a/sys/arch/sgimips/dev/pckbc_mace.c Mon Nov 17 09:41:19 2003 +0000
+++ b/sys/arch/sgimips/dev/pckbc_mace.c Mon Nov 17 10:07:58 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pckbc_mace.c,v 1.8 2003/10/17 12:43:08 sekiya Exp $    */
+/*     $NetBSD: pckbc_mace.c,v 1.9 2003/11/17 10:07:58 keihan Exp $    */
 
 /*
  * Copyright (c) 2003 Christopher SEKIYA
@@ -16,7 +16,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pckbc_mace.c,v 1.8 2003/10/17 12:43:08 sekiya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pckbc_mace.c,v 1.9 2003/11/17 10:07:58 keihan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 161797533754 -r a2a8bf6fe864 sys/arch/sgimips/gio/gio.c
--- a/sys/arch/sgimips/gio/gio.c        Mon Nov 17 09:41:19 2003 +0000
+++ b/sys/arch/sgimips/gio/gio.c        Mon Nov 17 10:07:58 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gio.c,v 1.10 2003/07/15 03:35:52 lukem Exp $   */
+/*     $NetBSD: gio.c,v 1.11 2003/11/17 10:07:58 keihan Exp $  */
 
 /*
  * Copyright (c) 2000 Soren S. Jorvang
@@ -15,7 +15,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.



Home | Main Index | Thread Index | Old Index