summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-08-03 00:54:41 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-08-03 00:54:41 +0000
commitb245958cd3ea7381f0622c14daf335461b9d0bc8 (patch)
tree8c5d23f4263ef3da660fbf3a218cf278ffe9f3fc
parentcf366897adfcff2ce6469710efabeb78170d3e47 (diff)
Notes
-rw-r--r--sys/alpha/alpha/db_disasm.c1
-rw-r--r--sys/alpha/alpha/db_instruction.h1
-rw-r--r--sys/alpha/alpha/db_trace.c1
-rw-r--r--sys/alpha/alpha/divrem.m41
-rw-r--r--sys/alpha/alpha/pal.s1
-rw-r--r--sys/alpha/include/clockvar.h1
-rw-r--r--sys/alpha/include/console.h2
-rw-r--r--sys/alpha/include/db_machdep.h1
-rw-r--r--sys/alpha/include/exec.h1
-rw-r--r--sys/alpha/include/floatingpoint.h1
-rw-r--r--sys/alpha/include/reloc.h1
-rw-r--r--sys/alpha/pci/apecsreg.h1
-rw-r--r--sys/alpha/pci/lcareg.h1
-rw-r--r--sys/alpha/pci/pci_eb164_intr.s1
-rw-r--r--sys/alpha/pci/pci_eb64plus_intr.s1
-rw-r--r--sys/alpha/tlsb/dwlpx.c2
-rw-r--r--sys/alpha/tlsb/gbusreg.h1
-rw-r--r--sys/alpha/tlsb/kftxxreg.h2
-rw-r--r--sys/alpha/tlsb/tlsb.c1
-rw-r--r--sys/alpha/tlsb/tlsbmem.c1
-rw-r--r--sys/alpha/tlsb/zs_tlsb.c2
-rw-r--r--sys/boot/common/pnp.c2
-rw-r--r--sys/cam/scsi/scsi_ch.h1
-rw-r--r--sys/cam/scsi/scsi_message.h7
-rw-r--r--sys/gnu/ext2fs/ext2_alloc.c1
-rw-r--r--sys/gnu/ext2fs/ext2_balloc.c1
-rw-r--r--sys/gnu/ext2fs/ext2_inode.c1
-rw-r--r--sys/gnu/ext2fs/ext2_linux_balloc.c2
-rw-r--r--sys/gnu/ext2fs/ext2_linux_ialloc.c2
-rw-r--r--sys/gnu/ext2fs/ext2_subr.c2
-rw-r--r--sys/gnu/i386/fpemul/Changelog2
-rw-r--r--sys/gnu/i386/fpemul/README1
-rw-r--r--sys/gnu/i386/fpemul/reg_constant.c4
-rw-r--r--sys/i386/i386/i386-gdbstub.c1
34 files changed, 44 insertions, 8 deletions
diff --git a/sys/alpha/alpha/db_disasm.c b/sys/alpha/alpha/db_disasm.c
index 9fc3b1e8b0d73..78100e57ae814 100644
--- a/sys/alpha/alpha/db_disasm.c
+++ b/sys/alpha/alpha/db_disasm.c
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
/* $NetBSD: db_disasm.c,v 1.4 1997/09/16 22:52:40 thorpej Exp $ */
/*
diff --git a/sys/alpha/alpha/db_instruction.h b/sys/alpha/alpha/db_instruction.h
index 00c2d230bcbb8..172b6516ca3f4 100644
--- a/sys/alpha/alpha/db_instruction.h
+++ b/sys/alpha/alpha/db_instruction.h
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
/* $NetBSD: db_instruction.h,v 1.4 1997/09/16 22:53:32 thorpej Exp $ */
/*
diff --git a/sys/alpha/alpha/db_trace.c b/sys/alpha/alpha/db_trace.c
index 123f3c0bc6776..2df25c15678cb 100644
--- a/sys/alpha/alpha/db_trace.c
+++ b/sys/alpha/alpha/db_trace.c
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
/* $NetBSD: db_trace.c,v 1.1 1997/09/06 02:00:50 thorpej Exp $ */
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
diff --git a/sys/alpha/alpha/divrem.m4 b/sys/alpha/alpha/divrem.m4
index 866f71073cc1c..5afaed1713b2a 100644
--- a/sys/alpha/alpha/divrem.m4
+++ b/sys/alpha/alpha/divrem.m4
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
/* $NetBSD: divrem.m4,v 1.5 1996/10/17 04:26:25 cgd Exp $ */
/*
diff --git a/sys/alpha/alpha/pal.s b/sys/alpha/alpha/pal.s
index 3d179a53042af..1f9545b93f21a 100644
--- a/sys/alpha/alpha/pal.s
+++ b/sys/alpha/alpha/pal.s
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
/* $NetBSD: pal.s,v 1.12 1998/02/27 03:44:53 thorpej Exp $ */
/*
diff --git a/sys/alpha/include/clockvar.h b/sys/alpha/include/clockvar.h
index a34be1811f984..f13d1dff3977c 100644
--- a/sys/alpha/include/clockvar.h
+++ b/sys/alpha/include/clockvar.h
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
/* $NetBSD: clockvar.h,v 1.4 1997/06/22 08:02:18 jonathan Exp $ */
/*
diff --git a/sys/alpha/include/console.h b/sys/alpha/include/console.h
index 79a6b576528c9..fe7f10e646553 100644
--- a/sys/alpha/include/console.h
+++ b/sys/alpha/include/console.h
@@ -1,3 +1,5 @@
+/* $FreeBSD$ */
+
#ifndef _MACHINE_CONSOLE_H_
#define _MACHINE_CONSOLE_H_
diff --git a/sys/alpha/include/db_machdep.h b/sys/alpha/include/db_machdep.h
index 1824cd9676aab..8e95af8758600 100644
--- a/sys/alpha/include/db_machdep.h
+++ b/sys/alpha/include/db_machdep.h
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
/* $NetBSD: db_machdep.h,v 1.6 1997/09/06 02:02:25 thorpej Exp $ */
/*
diff --git a/sys/alpha/include/exec.h b/sys/alpha/include/exec.h
index f0e3418c0ab83..4a964e790779c 100644
--- a/sys/alpha/include/exec.h
+++ b/sys/alpha/include/exec.h
@@ -29,6 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $FreeBSD$
*/
#define __LDPGSZ 8192
diff --git a/sys/alpha/include/floatingpoint.h b/sys/alpha/include/floatingpoint.h
index 627f5e3a9378a..e2faa5efd1a4b 100644
--- a/sys/alpha/include/floatingpoint.h
+++ b/sys/alpha/include/floatingpoint.h
@@ -29,6 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $FreeBSD$
*/
#include <machine/ieeefp.h>
diff --git a/sys/alpha/include/reloc.h b/sys/alpha/include/reloc.h
index 2d74a73bb378f..a8ce0b106ab07 100644
--- a/sys/alpha/include/reloc.h
+++ b/sys/alpha/include/reloc.h
@@ -29,4 +29,5 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $FreeBSD$
*/
diff --git a/sys/alpha/pci/apecsreg.h b/sys/alpha/pci/apecsreg.h
index 66e2c5e6f1aec..385df1e4801ac 100644
--- a/sys/alpha/pci/apecsreg.h
+++ b/sys/alpha/pci/apecsreg.h
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
/* $NetBSD: apecsreg.h,v 1.7 1997/06/06 23:54:24 thorpej Exp $ */
/*
diff --git a/sys/alpha/pci/lcareg.h b/sys/alpha/pci/lcareg.h
index f7a655ca387f7..d7fe568d1b0a9 100644
--- a/sys/alpha/pci/lcareg.h
+++ b/sys/alpha/pci/lcareg.h
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
/* $NetBSD: lcareg.h,v 1.8 1997/09/05 02:14:31 thorpej Exp $ */
/*
diff --git a/sys/alpha/pci/pci_eb164_intr.s b/sys/alpha/pci/pci_eb164_intr.s
index d3eb3525169f8..13d1b2d4e2576 100644
--- a/sys/alpha/pci/pci_eb164_intr.s
+++ b/sys/alpha/pci/pci_eb164_intr.s
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
/* $NetBSD: pci_eb164_intr.s,v 1.5 1997/09/02 13:19:42 thorpej Exp $ */
/*
diff --git a/sys/alpha/pci/pci_eb64plus_intr.s b/sys/alpha/pci/pci_eb64plus_intr.s
index 472d741631aa3..f568ff5027048 100644
--- a/sys/alpha/pci/pci_eb64plus_intr.s
+++ b/sys/alpha/pci/pci_eb64plus_intr.s
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
/* $NetBSD: pci_eb64plus_intr.s,v 1.2 1997/09/02 13:19:43 thorpej Exp $ */
/*
diff --git a/sys/alpha/tlsb/dwlpx.c b/sys/alpha/tlsb/dwlpx.c
index ba3af735335c4..032f0b3505a1a 100644
--- a/sys/alpha/tlsb/dwlpx.c
+++ b/sys/alpha/tlsb/dwlpx.c
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/*-
* Copyright (c) 1998 Doug Rabson
* All rights reserved.
@@ -24,6 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $FreeBSD$
*/
/*
diff --git a/sys/alpha/tlsb/gbusreg.h b/sys/alpha/tlsb/gbusreg.h
index 4e758549df833..3402185ac8b1d 100644
--- a/sys/alpha/tlsb/gbusreg.h
+++ b/sys/alpha/tlsb/gbusreg.h
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
/* $NetBSD: gbusreg.h,v 1.1 1998/05/13 02:50:29 thorpej Exp $ */
/*-
diff --git a/sys/alpha/tlsb/kftxxreg.h b/sys/alpha/tlsb/kftxxreg.h
index 6f12d4547ae11..b4505d5d3a88c 100644
--- a/sys/alpha/tlsb/kftxxreg.h
+++ b/sys/alpha/tlsb/kftxxreg.h
@@ -1,5 +1,5 @@
/* $FreeBSD$ */
-/* $NetBSD: kftxxreg.h,v 1.4 1997/06/04 01:47:15 cgd Exp $ */
+/* $NetBSD: kftxxreg.h,v 1.5 1998/07/08 00:45:08 mjacob Exp $ */
/*
* Copyright (c) 1997, 2000 by Matthew Jacob
diff --git a/sys/alpha/tlsb/tlsb.c b/sys/alpha/tlsb/tlsb.c
index b0d9570998aea..c8fd6fa2b3b55 100644
--- a/sys/alpha/tlsb/tlsb.c
+++ b/sys/alpha/tlsb/tlsb.c
@@ -1,5 +1,4 @@
/* $FreeBSD$ */
-/* $NetBSD: tlsb.c,v 1.10 1998/05/14 00:01:32 thorpej Exp $ */
/*
* Copyright (c) 1997, 2000 by Matthew Jacob
diff --git a/sys/alpha/tlsb/tlsbmem.c b/sys/alpha/tlsb/tlsbmem.c
index c74cfd0b72de2..58f86e01b2045 100644
--- a/sys/alpha/tlsb/tlsbmem.c
+++ b/sys/alpha/tlsb/tlsbmem.c
@@ -1,4 +1,3 @@
-/* $NetBSD: tlsbmem.c,v 1.6 1998/01/12 10:21:25 thorpej Exp $ */
/* $FreeBSD$ */
/*
diff --git a/sys/alpha/tlsb/zs_tlsb.c b/sys/alpha/tlsb/zs_tlsb.c
index 6adb478a65952..e14fa837e2384 100644
--- a/sys/alpha/tlsb/zs_tlsb.c
+++ b/sys/alpha/tlsb/zs_tlsb.c
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/*-
* Copyright (c) 1998 Doug Rabson
* All rights reserved.
@@ -24,6 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $FreeBSD$
*/
/*
* This driver is a somewhat hack. A real driver might use the zs driver
diff --git a/sys/boot/common/pnp.c b/sys/boot/common/pnp.c
index 21c07a29ac3d1..8761ad02fdb39 100644
--- a/sys/boot/common/pnp.c
+++ b/sys/boot/common/pnp.c
@@ -1,5 +1,7 @@
/*
* mjs copyright
+ *
+ * $FreeBSD$
*/
/*
* "Plug and Play" functionality.
diff --git a/sys/cam/scsi/scsi_ch.h b/sys/cam/scsi/scsi_ch.h
index 0f53c93f177a8..5239243aefda1 100644
--- a/sys/cam/scsi/scsi_ch.h
+++ b/sys/cam/scsi/scsi_ch.h
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
/* $NetBSD: scsi_changer.h,v 1.11 1998/02/13 08:28:32 enami Exp $ */
/*
diff --git a/sys/cam/scsi/scsi_message.h b/sys/cam/scsi/scsi_message.h
index 2dad1599d9f47..5bf01ae37de8c 100644
--- a/sys/cam/scsi/scsi_message.h
+++ b/sys/cam/scsi/scsi_message.h
@@ -1,3 +1,10 @@
+/* $FreeBSD$ */
+
+/*
+ * This file is in the public domain.
+ * $FreeBSD$
+ */
+
/* Messages (1 byte) */ /* I/T (M)andatory or (O)ptional */
#define MSG_CMDCOMPLETE 0x00 /* M/M */
#define MSG_EXTENDED 0x01 /* O/O */
diff --git a/sys/gnu/ext2fs/ext2_alloc.c b/sys/gnu/ext2fs/ext2_alloc.c
index bafcee51cf945..b5336a534fed0 100644
--- a/sys/gnu/ext2fs/ext2_alloc.c
+++ b/sys/gnu/ext2fs/ext2_alloc.c
@@ -37,6 +37,7 @@
* SUCH DAMAGE.
*
* @(#)ext2_alloc.c 8.8 (Berkeley) 2/21/94
+ * $FreeBSD$
*/
#include "opt_quota.h"
diff --git a/sys/gnu/ext2fs/ext2_balloc.c b/sys/gnu/ext2fs/ext2_balloc.c
index 2b485c6467aef..4ecb5dba6a672 100644
--- a/sys/gnu/ext2fs/ext2_balloc.c
+++ b/sys/gnu/ext2fs/ext2_balloc.c
@@ -37,6 +37,7 @@
* SUCH DAMAGE.
*
* @(#)ffs_balloc.c 8.4 (Berkeley) 9/23/93
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/gnu/ext2fs/ext2_inode.c b/sys/gnu/ext2fs/ext2_inode.c
index 657f6999542c2..34a78fb47815e 100644
--- a/sys/gnu/ext2fs/ext2_inode.c
+++ b/sys/gnu/ext2fs/ext2_inode.c
@@ -37,6 +37,7 @@
* SUCH DAMAGE.
*
* @(#)ext2_inode.c 8.5 (Berkeley) 12/30/93
+ * $FreeBSD$
*/
#include "opt_quota.h"
diff --git a/sys/gnu/ext2fs/ext2_linux_balloc.c b/sys/gnu/ext2fs/ext2_linux_balloc.c
index 5e90fee75d12f..5c5c7006179ea 100644
--- a/sys/gnu/ext2fs/ext2_linux_balloc.c
+++ b/sys/gnu/ext2fs/ext2_linux_balloc.c
@@ -3,6 +3,8 @@
*
* Aug 1995, Godmar Back (gback@cs.utah.edu)
* University of Utah, Department of Computer Science
+ *
+ * $FreeBSD$
*/
/*
* linux/fs/ext2/balloc.c
diff --git a/sys/gnu/ext2fs/ext2_linux_ialloc.c b/sys/gnu/ext2fs/ext2_linux_ialloc.c
index fc783914feff4..feb5b0e4b0cec 100644
--- a/sys/gnu/ext2fs/ext2_linux_ialloc.c
+++ b/sys/gnu/ext2fs/ext2_linux_ialloc.c
@@ -3,6 +3,8 @@
*
* Aug 1995, Godmar Back (gback@cs.utah.edu)
* University of Utah, Department of Computer Science
+ *
+ * $FreeBSD$
*/
/*
* linux/fs/ext2/ialloc.c
diff --git a/sys/gnu/ext2fs/ext2_subr.c b/sys/gnu/ext2fs/ext2_subr.c
index 8ceac7444bd9e..e5ceaaf19f646 100644
--- a/sys/gnu/ext2fs/ext2_subr.c
+++ b/sys/gnu/ext2fs/ext2_subr.c
@@ -3,6 +3,8 @@
*
* Aug 1995, Godmar Back (gback@cs.utah.edu)
* University of Utah, Department of Computer Science
+ *
+ * $FreeBSD$
*/
/*
* Copyright (c) 1982, 1986, 1989, 1993
diff --git a/sys/gnu/i386/fpemul/Changelog b/sys/gnu/i386/fpemul/Changelog
index a2fbccd15c2c7..80d3885c859fc 100644
--- a/sys/gnu/i386/fpemul/Changelog
+++ b/sys/gnu/i386/fpemul/Changelog
@@ -1,3 +1,5 @@
+$FreeBSD$
+
This file contains the changes made to W. Metzenthem's 387 FPU
emulator to make it work under NetBSD.
diff --git a/sys/gnu/i386/fpemul/README b/sys/gnu/i386/fpemul/README
index 0cef6c456fc78..d6771455bbe54 100644
--- a/sys/gnu/i386/fpemul/README
+++ b/sys/gnu/i386/fpemul/README
@@ -53,6 +53,7 @@
*
* W. Metzenthen June 1994.
*
+ * $FreeBSD$
*/
wm-FPU-emu is an FPU emulator for Linux. It is derived from wm-emu387
diff --git a/sys/gnu/i386/fpemul/reg_constant.c b/sys/gnu/i386/fpemul/reg_constant.c
index fc2860a0daad7..bd16fe430e18b 100644
--- a/sys/gnu/i386/fpemul/reg_constant.c
+++ b/sys/gnu/i386/fpemul/reg_constant.c
@@ -55,9 +55,7 @@
*
* W. Metzenthen June 1994.
*
- *
- * $id:$
- *
+ * $FreeBSD$
*/
diff --git a/sys/i386/i386/i386-gdbstub.c b/sys/i386/i386/i386-gdbstub.c
index a2323ce90f490..550b23dfc6847 100644
--- a/sys/i386/i386/i386-gdbstub.c
+++ b/sys/i386/i386/i386-gdbstub.c
@@ -91,6 +91,7 @@
* $m0,10#2a +$00010203040506070809101112131415#42
*
****************************************************************************/
+/* $FreeBSD$ */
#include <sys/param.h>
#include <sys/reboot.h>