Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch netbsd.org -> NetBSD.org
details: https://anonhg.NetBSD.org/src/rev/b5ecb6a79d72
branches: trunk
changeset: 555915:b5ecb6a79d72
user: keihan <keihan%NetBSD.org@localhost>
date: Thu Dec 04 13:05:15 2003 +0000
description:
netbsd.org -> NetBSD.org
All "netbsd.org" is now gone from src/sys/arch.
diffstat:
sys/arch/alpha/alpha/fp_complete.c | 6 +++---
sys/arch/alpha/include/asm.h | 4 ++--
sys/arch/alpha/pci/cia_dma.c | 6 +++---
sys/arch/amd64/amd64/machdep.c | 6 +++---
sys/arch/amigappc/amigappc/locore.S | 4 ++--
sys/arch/arc/arc/c_nec_pci.c | 6 +++---
sys/arch/bebox/stand/boot/fd.c | 4 ++--
sys/arch/bebox/stand/elf2pef/elf2pef.c | 4 ++--
sys/arch/cesfic/README | 4 ++--
sys/arch/hpcmips/vr/vrdsiu_mouse.c | 6 +++---
sys/arch/i386/conf/DR-EVIL | 4 ++--
sys/arch/i386/i386/machdep.c | 6 +++---
sys/arch/i386/i386/vm86.c | 6 +++---
sys/arch/i386/pci/elan520.c | 6 +++---
sys/arch/m68k/include/bus_dma.h | 4 ++--
sys/arch/m68k/m68k/bus_dma.c | 6 +++---
sys/arch/m68k/m68k/copypage.s | 4 ++--
sys/arch/m68k/m68k/mappedcopy.c | 6 +++---
sys/arch/mac68k/dev/zs.c | 6 +++---
sys/arch/macppc/dev/z8530tty.c | 6 +++---
sys/arch/macppc/dev/zs.c | 6 +++---
sys/arch/mips/mips/mips_machdep.c | 6 +++---
sys/arch/mvme68k/docs/TODO | 8 ++++----
sys/arch/mvme68k/docs/VMEbus-RAM | 4 ++--
sys/arch/next68k/dev/esp.c | 6 +++---
sys/arch/next68k/dev/nextdma.c | 6 +++---
sys/arch/playstation2/conf/AGATE | 4 ++--
sys/arch/playstation2/ee/gifreg.h | 4 ++--
sys/arch/prep/stand/boot/fd.c | 4 ++--
sys/arch/prep/stand/installboot/installboot.c | 4 ++--
sys/arch/prep/stand/mkbootimage/mkbootimage.c | 4 ++--
sys/arch/sgimips/hpc/pckbc_hpc.c | 6 +++---
sys/arch/sparc/stand/ofwboot/boot.c | 4 ++--
sys/arch/x68k/stand/boot_ufs/boot.S | 4 ++--
sys/arch/x68k/stand/boot_ufs/readufs.c | 4 ++--
sys/arch/x68k/stand/boot_ufs/readufs.h | 4 ++--
sys/arch/x68k/stand/boot_ufs/readufs_ffs.c | 4 ++--
sys/arch/x68k/stand/boot_ufs/readufs_lfs.c | 4 ++--
sys/arch/x68k/stand/boot_ustar/boot_ustar.S | 6 +++---
sys/arch/x68k/stand/libsa/putimage.S | 4 ++--
40 files changed, 100 insertions(+), 100 deletions(-)
diffs (truncated from 805 to 300 lines):
diff -r aa4334870eee -r b5ecb6a79d72 sys/arch/alpha/alpha/fp_complete.c
--- a/sys/arch/alpha/alpha/fp_complete.c Thu Dec 04 12:51:18 2003 +0000
+++ b/sys/arch/alpha/alpha/fp_complete.c Thu Dec 04 13:05:15 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fp_complete.c,v 1.6 2003/01/17 22:11:17 thorpej Exp $ */
+/* $NetBSD: fp_complete.c,v 1.7 2003/12/04 13:05:15 keihan Exp $ */
/*-
* Copyright (c) 2001 Ross Harvey
@@ -35,7 +35,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: fp_complete.c,v 1.6 2003/01/17 22:11:17 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fp_complete.c,v 1.7 2003/12/04 13:05:15 keihan Exp $");
#include "opt_compat_osf1.h"
@@ -166,7 +166,7 @@
printf("FP instruction %x\n", (unsigned int)bits);
printf("FP event %d/%lx/%lx\n", what_cannot_happen, reported,
alpha_shadow.uop);
- printf("Please report this to port-alpha-maintainer%netbsd.org@localhost\n");
+ printf("Please report this to port-alpha-maintainer%NetBSD.org@localhost\n");
}
static __inline void
diff -r aa4334870eee -r b5ecb6a79d72 sys/arch/alpha/include/asm.h
--- a/sys/arch/alpha/include/asm.h Thu Dec 04 12:51:18 2003 +0000
+++ b/sys/arch/alpha/include/asm.h Thu Dec 04 13:05:15 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: asm.h,v 1.26 2001/12/18 17:12:32 thorpej Exp $ */
+/* $NetBSD: asm.h,v 1.27 2003/12/04 13:05:15 keihan Exp $ */
/*
* Copyright (c) 1991,1990,1989,1994,1995,1996 Carnegie Mellon University
@@ -187,7 +187,7 @@
* If no fp is set up then $30 should be used instead of $15.
* Also, gdb expects to find a <lda sp,-framesize(sp)> at the beginning
* of a procedure. Don't use things like sub sp,framesize,sp for this
- * reason. End Note 10/31/97. ross%netbsd.org@localhost
+ * reason. End Note 10/31/97. ross%NetBSD.org@localhost
*
* Note that registers should be saved starting at "old_sp-8", where the
* return address should be stored. Other registers follow at -16-24-32..
diff -r aa4334870eee -r b5ecb6a79d72 sys/arch/alpha/pci/cia_dma.c
--- a/sys/arch/alpha/pci/cia_dma.c Thu Dec 04 12:51:18 2003 +0000
+++ b/sys/arch/alpha/pci/cia_dma.c Thu Dec 04 13:05:15 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cia_dma.c,v 1.18 2001/07/19 18:42:42 thorpej Exp $ */
+/* $NetBSD: cia_dma.c,v 1.19 2003/12/04 13:05:15 keihan Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: cia_dma.c,v 1.18 2001/07/19 18:42:42 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cia_dma.c,v 1.19 2003/12/04 13:05:15 keihan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -323,7 +323,7 @@
* drivers allocate large contiguous blocks of memory
* for control data structures, even though they won't
* do any single DMA that crosses a page coundary.
- * -- thorpej%netbsd.org@localhost, 2/5/2000
+ * -- thorpej%NetBSD.org@localhost, 2/5/2000
*/
map->_dm_flags |= DMAMAP_NO_COALESCE;
}
diff -r aa4334870eee -r b5ecb6a79d72 sys/arch/amd64/amd64/machdep.c
--- a/sys/arch/amd64/amd64/machdep.c Thu Dec 04 12:51:18 2003 +0000
+++ b/sys/arch/amd64/amd64/machdep.c Thu Dec 04 13:05:15 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.15 2003/12/01 00:00:07 fvdl Exp $ */
+/* $NetBSD: machdep.c,v 1.16 2003/12/04 13:05:15 keihan Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2000 The NetBSD Foundation, Inc.
@@ -72,7 +72,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.15 2003/12/01 00:00:07 fvdl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.16 2003/12/04 13:05:15 keihan Exp $");
#include "opt_user_ldt.h"
#include "opt_ddb.h"
@@ -292,7 +292,7 @@
* XXX autoconfiguration completes!!
*
* XXX This is a hack, and needs to be replaced with a better
- * XXX solution! --thorpej%netbsd.org@localhost, December 6, 1997
+ * XXX solution! --thorpej%NetBSD.org@localhost, December 6, 1997
*/
/*
diff -r aa4334870eee -r b5ecb6a79d72 sys/arch/amigappc/amigappc/locore.S
--- a/sys/arch/amigappc/amigappc/locore.S Thu Dec 04 12:51:18 2003 +0000
+++ b/sys/arch/amigappc/amigappc/locore.S Thu Dec 04 13:05:15 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.9 2003/06/23 11:01:06 martin Exp $ */
+/* $NetBSD: locore.S,v 1.10 2003/12/04 13:05:15 keihan Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -330,7 +330,7 @@
* void cpu_switch(struct proc *p)
* Find a runnable process and switch to it.
*/
-/* XXX noprofile? --thorpej%netbsd.org@localhost */
+/* XXX noprofile? --thorpej%NetBSD.org@localhost */
ENTRY(cpu_switch)
mflr 0 /* save lr */
stw 0,4(1)
diff -r aa4334870eee -r b5ecb6a79d72 sys/arch/arc/arc/c_nec_pci.c
--- a/sys/arch/arc/arc/c_nec_pci.c Thu Dec 04 12:51:18 2003 +0000
+++ b/sys/arch/arc/arc/c_nec_pci.c Thu Dec 04 13:05:15 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: c_nec_pci.c,v 1.8 2003/10/29 18:17:49 tsutsui Exp $ */
+/* $NetBSD: c_nec_pci.c,v 1.9 2003/12/04 13:05:15 keihan Exp $ */
/*-
* Copyright (C) 2000 Shuichiro URATA. All rights reserved.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: c_nec_pci.c,v 1.8 2003/10/29 18:17:49 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: c_nec_pci.c,v 1.9 2003/12/04 13:05:15 keihan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -238,7 +238,7 @@
* increase this value by a option like below:
* options KSEG2IOBUFSIZE=0x1b000000 # 432MB consumes 432KB
* If you met this symptom, please report it to
- * port-arc-maintainer%netbsd.org@localhost.
+ * port-arc-maintainer%NetBSD.org@localhost.
*
* kseg2iobufsize will be refered from pmap_bootstrap().
*/
diff -r aa4334870eee -r b5ecb6a79d72 sys/arch/bebox/stand/boot/fd.c
--- a/sys/arch/bebox/stand/boot/fd.c Thu Dec 04 12:51:18 2003 +0000
+++ b/sys/arch/bebox/stand/boot/fd.c Thu Dec 04 13:05:15 2003 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: fd.c,v 1.4 2001/08/31 04:44:58 simonb Exp $ */
+/* $NetBSD: fd.c,v 1.5 2003/12/04 13:05:15 keihan Exp $ */
/*-
- * Copyright (C) 1997-1998 Kazuki Sakamoto (sakamoto%netbsd.org@localhost)
+ * Copyright (C) 1997-1998 Kazuki Sakamoto (sakamoto%NetBSD.org@localhost)
* All rights reserved.
*
* Floppy Disk Drive standalone device driver
diff -r aa4334870eee -r b5ecb6a79d72 sys/arch/bebox/stand/elf2pef/elf2pef.c
--- a/sys/arch/bebox/stand/elf2pef/elf2pef.c Thu Dec 04 12:51:18 2003 +0000
+++ b/sys/arch/bebox/stand/elf2pef/elf2pef.c Thu Dec 04 13:05:15 2003 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: elf2pef.c,v 1.8 2001/07/22 14:34:37 wiz Exp $ */
+/* $NetBSD: elf2pef.c,v 1.9 2003/12/04 13:05:15 keihan Exp $ */
/*-
- * Copyright (C) 1997-1998 Kazuki Sakamoto (sakamoto%netbsd.org@localhost)
+ * Copyright (C) 1997-1998 Kazuki Sakamoto (sakamoto%NetBSD.org@localhost)
* Copyright (C) 1995-1997 Gary Thomas (gdt%linuxppc.org@localhost)
* All rights reserved.
*
diff -r aa4334870eee -r b5ecb6a79d72 sys/arch/cesfic/README
--- a/sys/arch/cesfic/README Thu Dec 04 12:51:18 2003 +0000
+++ b/sys/arch/cesfic/README Thu Dec 04 13:05:15 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: README,v 1.1 2001/05/14 18:22:58 drochner Exp $
+$NetBSD: README,v 1.2 2003/12/04 13:05:16 keihan Exp $
This is a port of NetBSD to the FIC8234 VME processor board, made by the
swiss company CES (Geneve). These boards are (or have been) popular in
@@ -24,4 +24,4 @@
- jump to 0x20100400
For questions and contributions, contact Matthias Drochner
-(drochner%netbsd.org@localhost).
+(drochner%NetBSD.org@localhost).
diff -r aa4334870eee -r b5ecb6a79d72 sys/arch/hpcmips/vr/vrdsiu_mouse.c
--- a/sys/arch/hpcmips/vr/vrdsiu_mouse.c Thu Dec 04 12:51:18 2003 +0000
+++ b/sys/arch/hpcmips/vr/vrdsiu_mouse.c Thu Dec 04 13:05:15 2003 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001, 2002 Greg Hughes (greg%netbsd.org@localhost). All rights reserved.
+ * Copyright (c) 2001, 2002 Greg Hughes (greg%NetBSD.org@localhost). All rights reserved.
* Copyright (c) 1999 PocketBSD Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -26,13 +26,13 @@
/*
* Wscons mouse driver for DSIU TrackPoint on IBM WorkPad z50 by
- * Greg Hughes (greg%netbsd.org@localhost).
+ * Greg Hughes (greg%NetBSD.org@localhost).
*
* Template for interrupt/device registration taken from vrdsu.c.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vrdsiu_mouse.c,v 1.5 2003/10/23 20:25:40 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vrdsiu_mouse.c,v 1.6 2003/12/04 13:05:16 keihan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff -r aa4334870eee -r b5ecb6a79d72 sys/arch/i386/conf/DR-EVIL
--- a/sys/arch/i386/conf/DR-EVIL Thu Dec 04 12:51:18 2003 +0000
+++ b/sys/arch/i386/conf/DR-EVIL Thu Dec 04 13:05:15 2003 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: DR-EVIL,v 1.60 2003/10/18 08:12:07 lukem Exp $
+# $NetBSD: DR-EVIL,v 1.61 2003/12/04 13:05:16 keihan Exp $
#
-# DR-EVIL -- Dell Inspiron 3800 laptop used by thorpej%netbsd.org@localhost
+# DR-EVIL -- Dell Inspiron 3800 laptop used by thorpej%NetBSD.org@localhost
#
include "arch/i386/conf/std.i386"
diff -r aa4334870eee -r b5ecb6a79d72 sys/arch/i386/i386/machdep.c
--- a/sys/arch/i386/i386/machdep.c Thu Dec 04 12:51:18 2003 +0000
+++ b/sys/arch/i386/i386/machdep.c Thu Dec 04 13:05:15 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.543 2003/10/28 22:52:53 mycroft Exp $ */
+/* $NetBSD: machdep.c,v 1.544 2003/12/04 13:05:16 keihan Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2000 The NetBSD Foundation, Inc.
@@ -72,7 +72,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.543 2003/10/28 22:52:53 mycroft Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.544 2003/12/04 13:05:16 keihan Exp $");
#include "opt_beep.h"
#include "opt_compat_ibcs2.h"
@@ -353,7 +353,7 @@
* XXX autoconfiguration completes!!
*
* XXX This is a hack, and needs to be replaced with a better
- * XXX solution! --thorpej%netbsd.org@localhost, December 6, 1997
+ * XXX solution! --thorpej%NetBSD.org@localhost, December 6, 1997
*/
/*
diff -r aa4334870eee -r b5ecb6a79d72 sys/arch/i386/i386/vm86.c
--- a/sys/arch/i386/i386/vm86.c Thu Dec 04 12:51:18 2003 +0000
+++ b/sys/arch/i386/i386/vm86.c Thu Dec 04 13:05:15 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vm86.c,v 1.37 2003/10/28 23:10:02 mycroft Exp $ */
+/* $NetBSD: vm86.c,v 1.38 2003/12/04 13:05:16 keihan Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm86.c,v 1.37 2003/10/28 23:10:02 mycroft Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm86.c,v 1.38 2003/12/04 13:05:16 keihan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -180,7 +180,7 @@
* int. Some applications rely on this (i.e. dynamically
* emulate an IDT), and those that don't will crash in a
* spectacular way, I suppose.
- * --thorpej%netbsd.org@localhost
+ * --thorpej%NetBSD.org@localhost
*/
goto vector;
}
diff -r aa4334870eee -r b5ecb6a79d72 sys/arch/i386/pci/elan520.c
--- a/sys/arch/i386/pci/elan520.c Thu Dec 04 12:51:18 2003 +0000
+++ b/sys/arch/i386/pci/elan520.c Thu Dec 04 13:05:15 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: elan520.c,v 1.7 2003/10/25 21:34:07 christos Exp $ */
+/* $NetBSD: elan520.c,v 1.8 2003/12/04 13:05:16 keihan Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -47,7 +47,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: elan520.c,v 1.7 2003/10/25 21:34:07 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: elan520.c,v 1.8 2003/12/04 13:05:16 keihan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -249,7 +249,7 @@
*
* XXX The step 1.1 (B1?) in my Soekris net4501 also has this
* XXX problem, so we'll just enable it for all Elan SC520s
- * XXX for now. --thorpej%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index