Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/71273c93371d
branches:  trunk
changeset: 555913:71273c93371d
user:      keihan <keihan%NetBSD.org@localhost>
date:      Thu Dec 04 12:42:54 2003 +0000

description:
NetBSD.ORG -> NetBSD.org

Now all "NetBSD.ORG" are gone from src/sys.

diffstat:

 sys/arch/i386/isa/ahc_isa.c        |  6 +++---
 sys/arch/mvme68k/dev/zs.c          |  6 +++---
 sys/arch/mvme68k/dev/zs_pcc.c      |  6 +++---
 sys/arch/mvme68k/dev/zs_pcctwo.c   |  6 +++---
 sys/arch/sparc/dev/bwtwo_obio.c    |  6 +++---
 sys/arch/sparc/dev/cgeight.c       |  6 +++---
 sys/arch/sparc/dev/cgfour.c        |  6 +++---
 sys/arch/sparc/dev/sw.c            |  6 +++---
 sys/arch/sparc/dev/swreg.h         |  4 ++--
 sys/arch/sparc/stand/ofwboot/md5.h |  4 ++--
 sys/arch/sun2/dev/bwtwo_any.c      |  6 +++---
 sys/dev/isa/joy_isa.c              |  6 +++---
 sys/dev/sbus/bwtwo_sbus.c          |  6 +++---
 sys/dev/sun/bwtwo.c                |  6 +++---
 sys/lib/libkern/md4c.c             |  4 ++--
 sys/lib/libkern/md5c.c             |  4 ++--
 sys/sys/featuretest.h              |  4 ++--
 sys/sys/md4.h                      |  4 ++--
 sys/sys/md5.h                      |  4 ++--
 19 files changed, 50 insertions(+), 50 deletions(-)

diffs (truncated from 396 to 300 lines):

diff -r b9d7973658ab -r 71273c93371d sys/arch/i386/isa/ahc_isa.c
--- a/sys/arch/i386/isa/ahc_isa.c       Thu Dec 04 12:18:57 2003 +0000
+++ b/sys/arch/i386/isa/ahc_isa.c       Thu Dec 04 12:42:54 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ahc_isa.c,v 1.23 2003/05/03 18:10:49 wiz Exp $ */
+/*     $NetBSD: ahc_isa.c,v 1.24 2003/12/04 12:42:54 keihan Exp $      */
 
 /*
  * Product specific probe and attach routines for:
@@ -112,12 +112,12 @@
  * Note: there isn't any #ifdef for FreeBSD in this file, since the
  * FreeBSD EISA driver handles all cases of the 284X.
  *
- *     -- Jason R. Thorpe <thorpej%NetBSD.ORG@localhost>
+ *     -- Jason R. Thorpe <thorpej%NetBSD.org@localhost>
  *        July 12, 1996
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahc_isa.c,v 1.23 2003/05/03 18:10:49 wiz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahc_isa.c,v 1.24 2003/12/04 12:42:54 keihan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r b9d7973658ab -r 71273c93371d sys/arch/mvme68k/dev/zs.c
--- a/sys/arch/mvme68k/dev/zs.c Thu Dec 04 12:18:57 2003 +0000
+++ b/sys/arch/mvme68k/dev/zs.c Thu Dec 04 12:42:54 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: zs.c,v 1.32 2003/07/15 02:43:48 lukem Exp $    */
+/*     $NetBSD: zs.c,v 1.33 2003/12/04 12:42:54 keihan Exp $   */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -42,11 +42,11 @@
  * Runs two serial lines per chip using slave drivers.
  * Plain tty/async lines use the zs_async slave.
  *
- * Modified for NetBSD/mvme68k by Jason R. Thorpe <thorpej%NetBSD.ORG@localhost>
+ * Modified for NetBSD/mvme68k by Jason R. Thorpe <thorpej%NetBSD.org@localhost>
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.32 2003/07/15 02:43:48 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.33 2003/12/04 12:42:54 keihan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r b9d7973658ab -r 71273c93371d sys/arch/mvme68k/dev/zs_pcc.c
--- a/sys/arch/mvme68k/dev/zs_pcc.c     Thu Dec 04 12:18:57 2003 +0000
+++ b/sys/arch/mvme68k/dev/zs_pcc.c     Thu Dec 04 12:42:54 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: zs_pcc.c,v 1.16 2003/07/15 02:43:48 lukem Exp $        */
+/*     $NetBSD: zs_pcc.c,v 1.17 2003/12/04 12:42:54 keihan Exp $       */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -42,11 +42,11 @@
  * Runs two serial lines per chip using slave drivers.
  * Plain tty/async lines use the zs_async slave.
  *
- * Modified for NetBSD/mvme68k by Jason R. Thorpe <thorpej%NetBSD.ORG@localhost>
+ * Modified for NetBSD/mvme68k by Jason R. Thorpe <thorpej%NetBSD.org@localhost>
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zs_pcc.c,v 1.16 2003/07/15 02:43:48 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zs_pcc.c,v 1.17 2003/12/04 12:42:54 keihan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r b9d7973658ab -r 71273c93371d sys/arch/mvme68k/dev/zs_pcctwo.c
--- a/sys/arch/mvme68k/dev/zs_pcctwo.c  Thu Dec 04 12:18:57 2003 +0000
+++ b/sys/arch/mvme68k/dev/zs_pcctwo.c  Thu Dec 04 12:42:54 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: zs_pcctwo.c,v 1.9 2003/07/15 02:43:48 lukem Exp $      */
+/*     $NetBSD: zs_pcctwo.c,v 1.10 2003/12/04 12:42:54 keihan Exp $    */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -42,13 +42,13 @@
  * Runs two serial lines per chip using slave drivers.
  * Plain tty/async lines use the zs_async slave.
  *
- * Modified for NetBSD/mvme68k by Jason R. Thorpe <thorpej%NetBSD.ORG@localhost>
+ * Modified for NetBSD/mvme68k by Jason R. Thorpe <thorpej%NetBSD.org@localhost>
  *
  * Modified to attach to the PCCchip2/MCchip backend by Steve Woodford.
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zs_pcctwo.c,v 1.9 2003/07/15 02:43:48 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zs_pcctwo.c,v 1.10 2003/12/04 12:42:54 keihan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r b9d7973658ab -r 71273c93371d sys/arch/sparc/dev/bwtwo_obio.c
--- a/sys/arch/sparc/dev/bwtwo_obio.c   Thu Dec 04 12:18:57 2003 +0000
+++ b/sys/arch/sparc/dev/bwtwo_obio.c   Thu Dec 04 12:42:54 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bwtwo_obio.c,v 1.11 2003/08/07 16:29:34 agc Exp $ */
+/*     $NetBSD: bwtwo_obio.c,v 1.12 2003/12/04 12:42:54 keihan Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -81,12 +81,12 @@
  *
  * Does not handle interrupts, even though they can occur.
  *
- * P4 and overlay plane support by Jason R. Thorpe <thorpej%NetBSD.ORG@localhost>.
+ * P4 and overlay plane support by Jason R. Thorpe <thorpej%NetBSD.org@localhost>.
  * Overlay plane handling hints and ideas provided by Brad Spencer.
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bwtwo_obio.c,v 1.11 2003/08/07 16:29:34 agc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bwtwo_obio.c,v 1.12 2003/12/04 12:42:54 keihan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r b9d7973658ab -r 71273c93371d sys/arch/sparc/dev/cgeight.c
--- a/sys/arch/sparc/dev/cgeight.c      Thu Dec 04 12:18:57 2003 +0000
+++ b/sys/arch/sparc/dev/cgeight.c      Thu Dec 04 12:42:54 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cgeight.c,v 1.38 2003/08/25 17:50:24 uwe Exp $ */
+/*     $NetBSD: cgeight.c,v 1.39 2003/12/04 12:42:54 keihan Exp $      */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -128,7 +128,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cgeight.c,v 1.38 2003/08/25 17:50:24 uwe Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cgeight.c,v 1.39 2003/12/04 12:42:54 keihan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -295,7 +295,7 @@
         * we let the bwtwo driver pick up the overlay plane and
         * use it instead.  Rconsole should have better performance
         * with the 1-bit depth.
-        *      -- Jason R. Thorpe <thorpej%NetBSD.ORG@localhost>
+        *      -- Jason R. Thorpe <thorpej%NetBSD.org@localhost>
         */
 
        /*
diff -r b9d7973658ab -r 71273c93371d sys/arch/sparc/dev/cgfour.c
--- a/sys/arch/sparc/dev/cgfour.c       Thu Dec 04 12:18:57 2003 +0000
+++ b/sys/arch/sparc/dev/cgfour.c       Thu Dec 04 12:42:54 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cgfour.c,v 1.37 2003/08/25 17:50:25 uwe Exp $  */
+/*     $NetBSD: cgfour.c,v 1.38 2003/12/04 12:42:54 keihan Exp $       */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -132,7 +132,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cgfour.c,v 1.37 2003/08/25 17:50:25 uwe Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cgfour.c,v 1.38 2003/12/04 12:42:54 keihan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -297,7 +297,7 @@
         * we let the bwtwo driver pick up the overlay plane and
         * use it instead.  Rconsole should have better performance
         * with the 1-bit depth.
-        *      -- Jason R. Thorpe <thorpej%NetBSD.ORG@localhost>
+        *      -- Jason R. Thorpe <thorpej%NetBSD.org@localhost>
         */
 
        /*
diff -r b9d7973658ab -r 71273c93371d sys/arch/sparc/dev/sw.c
--- a/sys/arch/sparc/dev/sw.c   Thu Dec 04 12:18:57 2003 +0000
+++ b/sys/arch/sparc/dev/sw.c   Thu Dec 04 12:42:54 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sw.c,v 1.13 2003/07/15 00:04:56 lukem Exp $    */
+/*     $NetBSD: sw.c,v 1.14 2003/12/04 12:42:54 keihan Exp $   */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -87,12 +87,12 @@
  * bahve the way the 5380 code expects.  For this reason, only
  * DMA is enabled by default in this driver.
  *
- *     Jason R. Thorpe <thorpej%NetBSD.ORG@localhost>
+ *     Jason R. Thorpe <thorpej%NetBSD.org@localhost>
  *     December 8, 1995
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sw.c,v 1.13 2003/07/15 00:04:56 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sw.c,v 1.14 2003/12/04 12:42:54 keihan Exp $");
 
 #include "opt_ddb.h"
 
diff -r b9d7973658ab -r 71273c93371d sys/arch/sparc/dev/swreg.h
--- a/sys/arch/sparc/dev/swreg.h        Thu Dec 04 12:18:57 2003 +0000
+++ b/sys/arch/sparc/dev/swreg.h        Thu Dec 04 12:42:54 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: swreg.h,v 1.2 2003/05/03 18:11:00 wiz Exp $    */
+/*     $NetBSD: swreg.h,v 1.3 2003/12/04 12:42:54 keihan Exp $ */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
  * SCSI Bus Interface Controller (SBIC).  The rest is a
  * DMA controller and custom logic for the OBIO interface (3/50,3/60,4/110)
  *
- * Modified for Sun 4 systems by Jason R. Thorpe <thorpej%NetBSD.ORG@localhost>.
+ * Modified for Sun 4 systems by Jason R. Thorpe <thorpej%NetBSD.org@localhost>.
  */
 
 /*
diff -r b9d7973658ab -r 71273c93371d sys/arch/sparc/stand/ofwboot/md5.h
--- a/sys/arch/sparc/stand/ofwboot/md5.h        Thu Dec 04 12:18:57 2003 +0000
+++ b/sys/arch/sparc/stand/ofwboot/md5.h        Thu Dec 04 12:42:54 2003 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: md5.h,v 1.1 2000/08/20 14:58:38 mrg Exp $      */
+/*     $NetBSD: md5.h,v 1.2 2003/12/04 12:42:54 keihan Exp $   */
 
 /*
  * This file is derived from the RSA Data Security, Inc. MD5 Message-Digest
- * Algorithm and has been modified by Jason R. Thorpe <thorpej%NetBSD.ORG@localhost>
+ * Algorithm and has been modified by Jason R. Thorpe <thorpej%NetBSD.org@localhost>
  * for portability and formatting.
  */
 
diff -r b9d7973658ab -r 71273c93371d sys/arch/sun2/dev/bwtwo_any.c
--- a/sys/arch/sun2/dev/bwtwo_any.c     Thu Dec 04 12:18:57 2003 +0000
+++ b/sys/arch/sun2/dev/bwtwo_any.c     Thu Dec 04 12:42:54 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bwtwo_any.c,v 1.10 2003/08/07 16:29:52 agc Exp $ */
+/*     $NetBSD: bwtwo_any.c,v 1.11 2003/12/04 12:42:54 keihan Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -81,12 +81,12 @@
  *
  * Does not handle interrupts, even though they can occur.
  *
- * P4 and overlay plane support by Jason R. Thorpe <thorpej%NetBSD.ORG@localhost>.
+ * P4 and overlay plane support by Jason R. Thorpe <thorpej%NetBSD.org@localhost>.
  * Overlay plane handling hints and ideas provided by Brad Spencer.
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bwtwo_any.c,v 1.10 2003/08/07 16:29:52 agc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bwtwo_any.c,v 1.11 2003/12/04 12:42:54 keihan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r b9d7973658ab -r 71273c93371d sys/dev/isa/joy_isa.c
--- a/sys/dev/isa/joy_isa.c     Thu Dec 04 12:18:57 2003 +0000
+++ b/sys/dev/isa/joy_isa.c     Thu Dec 04 12:42:54 2003 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: joy_isa.c,v 1.4 2002/10/02 03:10:48 thorpej Exp $      */
+/*     $NetBSD: joy_isa.c,v 1.5 2003/12/04 12:42:54 keihan Exp $       */
 
 /*-
  * Copyright (c) 1995 Jean-Marc Zucconi
  * All rights reserved.
  *
  * Ported to NetBSD by Matthieu Herrb <matthieu%laas.fr@localhost>.  Additional
- * modification by Jason R. Thorpe <thorpej%NetBSD.ORG@localhost>.
+ * modification by Jason R. Thorpe <thorpej%NetBSD.org@localhost>.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: joy_isa.c,v 1.4 2002/10/02 03:10:48 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: joy_isa.c,v 1.5 2003/12/04 12:42:54 keihan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r b9d7973658ab -r 71273c93371d sys/dev/sbus/bwtwo_sbus.c
--- a/sys/dev/sbus/bwtwo_sbus.c Thu Dec 04 12:18:57 2003 +0000
+++ b/sys/dev/sbus/bwtwo_sbus.c Thu Dec 04 12:42:54 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bwtwo_sbus.c,v 1.13 2003/08/07 16:31:21 agc Exp $ */
+/*     $NetBSD: bwtwo_sbus.c,v 1.14 2003/12/04 12:42:54 keihan Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -81,12 +81,12 @@
  *
  * Does not handle interrupts, even though they can occur.
  *
- * P4 and overlay plane support by Jason R. Thorpe <thorpej%NetBSD.ORG@localhost>.
+ * P4 and overlay plane support by Jason R. Thorpe <thorpej%NetBSD.org@localhost>.
  * Overlay plane handling hints and ideas provided by Brad Spencer.
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bwtwo_sbus.c,v 1.13 2003/08/07 16:31:21 agc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bwtwo_sbus.c,v 1.14 2003/12/04 12:42:54 keihan Exp $");



Home | Main Index | Thread Index | Old Index