From: jsg Date: Wed, 12 May 2021 01:20:52 +0000 (+0000) Subject: add OpenBSD rcs ids X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=380aa7b954a72929ea2dfc25667cbe65c83c5326;p=openbsd add OpenBSD rcs ids --- diff --git a/sys/arch/riscv64/conf/GENERIC b/sys/arch/riscv64/conf/GENERIC index 41bb7100144..0fdbac8fbec 100644 --- a/sys/arch/riscv64/conf/GENERIC +++ b/sys/arch/riscv64/conf/GENERIC @@ -1,3 +1,5 @@ +# $OpenBSD: GENERIC,v 1.11 2021/05/12 01:20:52 jsg Exp $ +# # For further information on compiling OpenBSD kernels, see the config(8) # man page. # diff --git a/sys/arch/riscv64/conf/Makefile.riscv64 b/sys/arch/riscv64/conf/Makefile.riscv64 index 204cb8991c5..245f1441156 100644 --- a/sys/arch/riscv64/conf/Makefile.riscv64 +++ b/sys/arch/riscv64/conf/Makefile.riscv64 @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile.riscv64,v 1.6 2021/05/12 01:20:52 jsg Exp $ + # For instructions on building kernels consult the config(8) and options(4) # manual pages. # diff --git a/sys/arch/riscv64/conf/RAMDISK b/sys/arch/riscv64/conf/RAMDISK index 65f5dda5860..14d15ad5393 100644 --- a/sys/arch/riscv64/conf/RAMDISK +++ b/sys/arch/riscv64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.9 2021/05/11 14:58:08 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.10 2021/05/12 01:20:52 jsg Exp $ # # GENERIC machine description file # diff --git a/sys/arch/riscv64/conf/files.riscv64 b/sys/arch/riscv64/conf/files.riscv64 index b2988a3534a..2ad804c88f0 100644 --- a/sys/arch/riscv64/conf/files.riscv64 +++ b/sys/arch/riscv64/conf/files.riscv64 @@ -1,3 +1,5 @@ +# $OpenBSD: files.riscv64,v 1.9 2021/05/12 01:20:52 jsg Exp $ + # Standard stanzas config(8) can't run without maxpartitions 16 maxusers 2 8 64 diff --git a/sys/arch/riscv64/conf/kern.ldscript b/sys/arch/riscv64/conf/kern.ldscript index a4fe5fd9003..0c03b6f609e 100644 --- a/sys/arch/riscv64/conf/kern.ldscript +++ b/sys/arch/riscv64/conf/kern.ldscript @@ -1,3 +1,5 @@ +/* $OpenBSD: kern.ldscript,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + OUTPUT_ARCH(riscv64) /* Define how we want our ELF binary to look like. */ diff --git a/sys/arch/riscv64/dev/mainbus.c b/sys/arch/riscv64/dev/mainbus.c index a6e0c32ff81..5eaf7269046 100644 --- a/sys/arch/riscv64/dev/mainbus.c +++ b/sys/arch/riscv64/dev/mainbus.c @@ -1,4 +1,5 @@ -/* $OpenBSD: mainbus.c,v 1.5 2021/05/04 16:38:06 kettenis Exp $ */ +/* $OpenBSD: mainbus.c,v 1.6 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2016 Patrick Wildt * Copyright (c) 2017 Mark Kettenis diff --git a/sys/arch/riscv64/dev/mainbus.h b/sys/arch/riscv64/dev/mainbus.h index a6b6b199a76..020734479d7 100644 --- a/sys/arch/riscv64/dev/mainbus.h +++ b/sys/arch/riscv64/dev/mainbus.h @@ -1,3 +1,5 @@ +/* $OpenBSD: mainbus.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2016 Patrick Wildt * diff --git a/sys/arch/riscv64/dev/plic.c b/sys/arch/riscv64/dev/plic.c index 7d8428767a5..2bfede5792b 100644 --- a/sys/arch/riscv64/dev/plic.c +++ b/sys/arch/riscv64/dev/plic.c @@ -1,3 +1,5 @@ +/* $OpenBSD: plic.c,v 1.4 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2020, Mars Li * Copyright (c) 2020, Brian Bamsch diff --git a/sys/arch/riscv64/dev/plic.h b/sys/arch/riscv64/dev/plic.h index a3677df1867..2ee59ac2ebe 100644 --- a/sys/arch/riscv64/dev/plic.h +++ b/sys/arch/riscv64/dev/plic.h @@ -1,3 +1,5 @@ +/* $OpenBSD: plic.h,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2020, Mars Li * Copyright (c) 2020, Brian Bamsch diff --git a/sys/arch/riscv64/dev/riscv_cpu_intc.c b/sys/arch/riscv64/dev/riscv_cpu_intc.c index e1cffbdf3e6..3955575e137 100644 --- a/sys/arch/riscv64/dev/riscv_cpu_intc.c +++ b/sys/arch/riscv64/dev/riscv_cpu_intc.c @@ -1,3 +1,5 @@ +/* $OpenBSD: riscv_cpu_intc.c,v 1.6 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2020, Mars Li * diff --git a/sys/arch/riscv64/dev/riscv_cpu_intc.h b/sys/arch/riscv64/dev/riscv_cpu_intc.h index 16d1a2553a0..34937b040e3 100644 --- a/sys/arch/riscv64/dev/riscv_cpu_intc.h +++ b/sys/arch/riscv64/dev/riscv_cpu_intc.h @@ -1,3 +1,5 @@ +/* $OpenBSD: riscv_cpu_intc.h,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2020 Mars Li * diff --git a/sys/arch/riscv64/dev/simplebus.c b/sys/arch/riscv64/dev/simplebus.c index d6fad127520..17e989ed64b 100644 --- a/sys/arch/riscv64/dev/simplebus.c +++ b/sys/arch/riscv64/dev/simplebus.c @@ -1,3 +1,5 @@ +/* $OpenBSD: simplebus.c,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2016 Patrick Wildt * diff --git a/sys/arch/riscv64/dev/simplebusvar.h b/sys/arch/riscv64/dev/simplebusvar.h index 9fb9c66d49e..57d3e71adf5 100644 --- a/sys/arch/riscv64/dev/simplebusvar.h +++ b/sys/arch/riscv64/dev/simplebusvar.h @@ -1,3 +1,5 @@ +/* $OpenBSD: simplebusvar.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2016 Patrick Wildt * diff --git a/sys/arch/riscv64/include/_types.h b/sys/arch/riscv64/include/_types.h index 444d741c069..394d4ab577f 100644 --- a/sys/arch/riscv64/include/_types.h +++ b/sys/arch/riscv64/include/_types.h @@ -1,4 +1,5 @@ -/* $OpenBSD: _types.h,v 1.2 2021/05/08 05:31:07 deraadt Exp $ */ +/* $OpenBSD: _types.h,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ + /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/arch/riscv64/include/asm.h b/sys/arch/riscv64/include/asm.h index 27eed0f554e..156f7dfc932 100644 --- a/sys/arch/riscv64/include/asm.h +++ b/sys/arch/riscv64/include/asm.h @@ -1,3 +1,5 @@ +/* $OpenBSD: asm.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2020 Brian Bamsch * Copyright (c) 1990 The Regents of the University of California. diff --git a/sys/arch/riscv64/include/atomic.h b/sys/arch/riscv64/include/atomic.h index 5271f360856..1d2ec1bfa00 100644 --- a/sys/arch/riscv64/include/atomic.h +++ b/sys/arch/riscv64/include/atomic.h @@ -1,3 +1,5 @@ +/* $OpenBSD: atomic.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* Public Domain */ #ifndef _MACHINE_ATOMIC_H_ diff --git a/sys/arch/riscv64/include/bootconfig.h b/sys/arch/riscv64/include/bootconfig.h index 050cde28d40..270fd68e0ad 100644 --- a/sys/arch/riscv64/include/bootconfig.h +++ b/sys/arch/riscv64/include/bootconfig.h @@ -1,3 +1,5 @@ +/* $OpenBSD: bootconfig.h,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ + /*- * Copyright (c) 2015-2017 Ruslan Bukin * All rights reserved. diff --git a/sys/arch/riscv64/include/bus.h b/sys/arch/riscv64/include/bus.h index 1087af00918..2e7c71d5716 100644 --- a/sys/arch/riscv64/include/bus.h +++ b/sys/arch/riscv64/include/bus.h @@ -1,4 +1,5 @@ -/* $OpenBSD: bus.h,v 1.3 2021/05/05 13:28:56 jsg Exp $ */ +/* $OpenBSD: bus.h,v 1.4 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2003-2004 Opsycon AB Sweden. All rights reserved. * diff --git a/sys/arch/riscv64/include/conf.h b/sys/arch/riscv64/include/conf.h index 6ccf41fd759..3770ba3df7a 100644 --- a/sys/arch/riscv64/include/conf.h +++ b/sys/arch/riscv64/include/conf.h @@ -1,3 +1,5 @@ +/* $OpenBSD: conf.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 1996 Christos Zoulas. All rights reserved. * diff --git a/sys/arch/riscv64/include/cpu.h b/sys/arch/riscv64/include/cpu.h index e036dc47191..91d4fad2f92 100644 --- a/sys/arch/riscv64/include/cpu.h +++ b/sys/arch/riscv64/include/cpu.h @@ -1,3 +1,5 @@ +/* $OpenBSD: cpu.h,v 1.6 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2019 Mike Larkin * Copyright (c) 2016 Dale Rahn diff --git a/sys/arch/riscv64/include/cpufunc.h b/sys/arch/riscv64/include/cpufunc.h index c171da0bed2..33a781b9afd 100644 --- a/sys/arch/riscv64/include/cpufunc.h +++ b/sys/arch/riscv64/include/cpufunc.h @@ -1,3 +1,5 @@ +/* $OpenBSD: cpufunc.h,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ + /*- * Copyright (c) 2014 Andrew Turner * All rights reserved. diff --git a/sys/arch/riscv64/include/db_machdep.h b/sys/arch/riscv64/include/db_machdep.h index 414fc34dbf6..03aabfbd09f 100644 --- a/sys/arch/riscv64/include/db_machdep.h +++ b/sys/arch/riscv64/include/db_machdep.h @@ -1,3 +1,5 @@ +/* $OpenBSD: db_machdep.h,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2019 Brian Bamsch * Copyright (c) 2015-2016 Ruslan Bukin diff --git a/sys/arch/riscv64/include/disklabel.h b/sys/arch/riscv64/include/disklabel.h index 51bcc85d315..be82dc5463c 100644 --- a/sys/arch/riscv64/include/disklabel.h +++ b/sys/arch/riscv64/include/disklabel.h @@ -1,4 +1,5 @@ -/* $OpenBSD: disklabel.h,v 1.1 2021/04/23 02:42:16 drahn Exp $ */ +/* $OpenBSD: disklabel.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2014 Patrick Wildt * diff --git a/sys/arch/riscv64/include/endian.h b/sys/arch/riscv64/include/endian.h index 8adf02d0a89..be7752990dd 100644 --- a/sys/arch/riscv64/include/endian.h +++ b/sys/arch/riscv64/include/endian.h @@ -1,4 +1,4 @@ -/* $OpenBSD: endian.h,v 1.1 2021/04/23 02:42:16 drahn Exp $ */ +/* $OpenBSD: endian.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ /* * Copyright (c) 2015 David Gwynne diff --git a/sys/arch/riscv64/include/exec.h b/sys/arch/riscv64/include/exec.h index 281a1feb0c0..039bfe795e8 100644 --- a/sys/arch/riscv64/include/exec.h +++ b/sys/arch/riscv64/include/exec.h @@ -1,4 +1,5 @@ -/* $OpenBSD: exec.h,v 1.1 2021/04/23 02:42:16 drahn Exp $ */ +/* $OpenBSD: exec.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2014 Patrick Wildt * diff --git a/sys/arch/riscv64/include/fdt.h b/sys/arch/riscv64/include/fdt.h index 0bab7222a3e..0d86a913206 100644 --- a/sys/arch/riscv64/include/fdt.h +++ b/sys/arch/riscv64/include/fdt.h @@ -1,3 +1,5 @@ +/* $OpenBSD: fdt.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2016 Patrick Wildt * diff --git a/sys/arch/riscv64/include/frame.h b/sys/arch/riscv64/include/frame.h index 78c6d399fd1..ab34499a366 100644 --- a/sys/arch/riscv64/include/frame.h +++ b/sys/arch/riscv64/include/frame.h @@ -1,3 +1,5 @@ +/* $OpenBSD: frame.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2019 Brian Bamsch * Copyright (c) 2016 Dale Rahn diff --git a/sys/arch/riscv64/include/ieee.h b/sys/arch/riscv64/include/ieee.h index 67b298cc296..da4ad3fa74a 100644 --- a/sys/arch/riscv64/include/ieee.h +++ b/sys/arch/riscv64/include/ieee.h @@ -1,5 +1,5 @@ -/* $OpenBSD: ieee.h,v 1.2 2021/05/11 14:58:25 deraadt Exp $ */ -/* $NetBSD: ieee.h,v 1.1 1996/09/30 16:34:25 ws Exp $ */ +/* $OpenBSD: ieee.h,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ +/* $NetBSD: ieee.h,v 1.1 1996/09/30 16:34:25 ws Exp $ */ /* * Copyright (c) 1992, 1993 diff --git a/sys/arch/riscv64/include/intr.h b/sys/arch/riscv64/include/intr.h index a38ee8b1463..613a472b64a 100644 --- a/sys/arch/riscv64/include/intr.h +++ b/sys/arch/riscv64/include/intr.h @@ -1,3 +1,5 @@ +/* $OpenBSD: intr.h,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) * diff --git a/sys/arch/riscv64/include/kcore.h b/sys/arch/riscv64/include/kcore.h index e794097661e..ada7476aeda 100644 --- a/sys/arch/riscv64/include/kcore.h +++ b/sys/arch/riscv64/include/kcore.h @@ -1,4 +1,5 @@ -/* $OpenBSD: kcore.h,v 1.1 2021/04/23 02:42:16 drahn Exp $ */ +/* $OpenBSD: kcore.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* public domain */ /* Make sure this is larger than DRAM_BLOCKS on all arm-based platforms */ diff --git a/sys/arch/riscv64/include/param.h b/sys/arch/riscv64/include/param.h index c7a42c68bc9..693fdb8a8f6 100644 --- a/sys/arch/riscv64/include/param.h +++ b/sys/arch/riscv64/include/param.h @@ -1,3 +1,5 @@ +/* $OpenBSD: param.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/arch/riscv64/include/pcb.h b/sys/arch/riscv64/include/pcb.h index 402f691f57c..1ebe9b2877a 100644 --- a/sys/arch/riscv64/include/pcb.h +++ b/sys/arch/riscv64/include/pcb.h @@ -1,3 +1,5 @@ +/* $OpenBSD: pcb.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2016 Dale Rahn * diff --git a/sys/arch/riscv64/include/pmap.h b/sys/arch/riscv64/include/pmap.h index 3f2995d2175..ea03811f459 100644 --- a/sys/arch/riscv64/include/pmap.h +++ b/sys/arch/riscv64/include/pmap.h @@ -1,3 +1,5 @@ +/* $OpenBSD: pmap.h,v 1.4 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2019-2020 Brian Bamsch * Copyright (c) 2008,2009,2014 Dale Rahn diff --git a/sys/arch/riscv64/include/proc.h b/sys/arch/riscv64/include/proc.h index 6aef7c79243..c7a80f09dbe 100644 --- a/sys/arch/riscv64/include/proc.h +++ b/sys/arch/riscv64/include/proc.h @@ -1,3 +1,4 @@ +/* $OpenBSD: proc.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ /* $NetBSD: proc.h,v 1.1 2003/04/26 18:39:46 fvdl Exp $ */ /* diff --git a/sys/arch/riscv64/include/profile.h b/sys/arch/riscv64/include/profile.h index 5034f85912c..114728a8308 100644 --- a/sys/arch/riscv64/include/profile.h +++ b/sys/arch/riscv64/include/profile.h @@ -1,4 +1,5 @@ -/* $OpenBSD: profile.h,v 1.2 2021/05/11 14:58:08 deraadt Exp $ */ +/* $OpenBSD: profile.h,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2015 Dale Rahn * diff --git a/sys/arch/riscv64/include/pte.h b/sys/arch/riscv64/include/pte.h index cab4e5ab8ab..2dc05790b72 100644 --- a/sys/arch/riscv64/include/pte.h +++ b/sys/arch/riscv64/include/pte.h @@ -1,3 +1,5 @@ +/* $OpenBSD: pte.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2019 Brian Bamsch * Copyright (c) 2014 Dale Rahn diff --git a/sys/arch/riscv64/include/ptrace.h b/sys/arch/riscv64/include/ptrace.h index 7115fb468b2..189c9efe4b7 100644 --- a/sys/arch/riscv64/include/ptrace.h +++ b/sys/arch/riscv64/include/ptrace.h @@ -1,3 +1,5 @@ +/* $OpenBSD: ptrace.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2014 Patrick Wildt * diff --git a/sys/arch/riscv64/include/reg.h b/sys/arch/riscv64/include/reg.h index 91bb2193dda..10135a64598 100644 --- a/sys/arch/riscv64/include/reg.h +++ b/sys/arch/riscv64/include/reg.h @@ -1,3 +1,5 @@ +/* $OpenBSD: reg.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /*- * Copyright (c) 2019 Brian Bamsch * Copyright (c) 2015-2016 Ruslan Bukin diff --git a/sys/arch/riscv64/include/reloc.h b/sys/arch/riscv64/include/reloc.h index d52eb802836..d0bbceadb41 100644 --- a/sys/arch/riscv64/include/reloc.h +++ b/sys/arch/riscv64/include/reloc.h @@ -1,4 +1,5 @@ -/* $OpenBSD: reloc.h,v 1.1 2021/04/23 02:42:16 drahn Exp $ */ +/* $OpenBSD: reloc.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * RISCV64 static relocation types. */ @@ -16,4 +17,3 @@ #define R_RISCV_TLS_DTPREL64 9 #define R_RISCV_TLS_TPREL32 10 #define R_RISCV_TLS_TPREL64 11 - diff --git a/sys/arch/riscv64/include/riscv64var.h b/sys/arch/riscv64/include/riscv64var.h index 9ed79bda5be..d8b9cb92d16 100644 --- a/sys/arch/riscv64/include/riscv64var.h +++ b/sys/arch/riscv64/include/riscv64var.h @@ -1,3 +1,5 @@ +/* $OpenBSD: riscv64var.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2020 Mengshi Li * Copyright (c) 2005,2008 Dale Rahn diff --git a/sys/arch/riscv64/include/riscvreg.h b/sys/arch/riscv64/include/riscvreg.h index 5f8eb4a28b6..a90687bfc44 100644 --- a/sys/arch/riscv64/include/riscvreg.h +++ b/sys/arch/riscv64/include/riscvreg.h @@ -1,3 +1,5 @@ +/* $OpenBSD: riscvreg.h,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ + /*- * Copyright (c) 2019 Brian Bamsch * Copyright (c) 2015-2017 Ruslan Bukin diff --git a/sys/arch/riscv64/include/sbi.h b/sys/arch/riscv64/include/sbi.h index 308359c0675..45b4dcc4d21 100644 --- a/sys/arch/riscv64/include/sbi.h +++ b/sys/arch/riscv64/include/sbi.h @@ -1,3 +1,5 @@ +/* $OpenBSD: sbi.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /*- * Copyright (c) 2016-2017 Ruslan Bukin * All rights reserved. diff --git a/sys/arch/riscv64/include/setjmp.h b/sys/arch/riscv64/include/setjmp.h index fedb40aa5b6..7b246de8999 100644 --- a/sys/arch/riscv64/include/setjmp.h +++ b/sys/arch/riscv64/include/setjmp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: setjmp.h,v 1.2 2021/05/09 21:26:06 drahn Exp $ */ +/* $OpenBSD: setjmp.h,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ /* * machine/setjmp.h: machine dependent setjmp-related information. diff --git a/sys/arch/riscv64/include/signal.h b/sys/arch/riscv64/include/signal.h index d5b770d2bf8..cff8d6a5f62 100644 --- a/sys/arch/riscv64/include/signal.h +++ b/sys/arch/riscv64/include/signal.h @@ -1,3 +1,5 @@ +/* $OpenBSD: signal.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /*- * Copyright (c) 1986, 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/arch/riscv64/include/spinlock.h b/sys/arch/riscv64/include/spinlock.h index 6976dbfefd4..a0836db1a41 100644 --- a/sys/arch/riscv64/include/spinlock.h +++ b/sys/arch/riscv64/include/spinlock.h @@ -1,3 +1,5 @@ +/* $OpenBSD: spinlock.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + #ifndef _MACHINE_SPINLOCK_H_ #define _MACHINE_SPINLOCK_H_ diff --git a/sys/arch/riscv64/include/syscall.h b/sys/arch/riscv64/include/syscall.h index 466ba557884..6a4f4aac8d6 100644 --- a/sys/arch/riscv64/include/syscall.h +++ b/sys/arch/riscv64/include/syscall.h @@ -1,3 +1,5 @@ +/* $OpenBSD: syscall.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2020 Brian Bamsch * diff --git a/sys/arch/riscv64/include/tcb.h b/sys/arch/riscv64/include/tcb.h index 85b4e97bc6d..3fa3e5008e7 100644 --- a/sys/arch/riscv64/include/tcb.h +++ b/sys/arch/riscv64/include/tcb.h @@ -1,3 +1,5 @@ +/* $OpenBSD: tcb.h,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2019 Brian Bamsch * Copyright (c) 2011 Philip Guenther diff --git a/sys/arch/riscv64/include/timetc.h b/sys/arch/riscv64/include/timetc.h index bb1d6c3fae5..5b5bd942162 100644 --- a/sys/arch/riscv64/include/timetc.h +++ b/sys/arch/riscv64/include/timetc.h @@ -1,4 +1,5 @@ -/* $OpenBSD: timetc.h,v 1.1 2021/04/23 02:42:16 drahn Exp $ */ +/* $OpenBSD: timetc.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2020 Paul Irofti * diff --git a/sys/arch/riscv64/include/trap.h b/sys/arch/riscv64/include/trap.h index c81c3c5bba5..2d220c52bb8 100644 --- a/sys/arch/riscv64/include/trap.h +++ b/sys/arch/riscv64/include/trap.h @@ -1,3 +1,5 @@ +/* $OpenBSD: trap.h,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2019 Brian Bamsch * Copyright (c) 2016 Dale Rahn diff --git a/sys/arch/riscv64/include/vmparam.h b/sys/arch/riscv64/include/vmparam.h index 883b57d0a34..a84d1fe5d18 100644 --- a/sys/arch/riscv64/include/vmparam.h +++ b/sys/arch/riscv64/include/vmparam.h @@ -1,3 +1,5 @@ +/* $OpenBSD: vmparam.h,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/arch/riscv64/riscv64/ast.c b/sys/arch/riscv64/riscv64/ast.c index ed706c61304..a9c162ae1e7 100644 --- a/sys/arch/riscv64/riscv64/ast.c +++ b/sys/arch/riscv64/riscv64/ast.c @@ -1,3 +1,5 @@ +/* $OpenBSD: ast.c,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2015 Dale Rahn * diff --git a/sys/arch/riscv64/riscv64/autoconf.c b/sys/arch/riscv64/riscv64/autoconf.c index aedb9374705..a564e72d3a3 100644 --- a/sys/arch/riscv64/riscv64/autoconf.c +++ b/sys/arch/riscv64/riscv64/autoconf.c @@ -1,3 +1,5 @@ +/* $OpenBSD: autoconf.c,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2009 Miodrag Vallat. * diff --git a/sys/arch/riscv64/riscv64/bus_dma.c b/sys/arch/riscv64/riscv64/bus_dma.c index 0d424a247af..9df0732264d 100644 --- a/sys/arch/riscv64/riscv64/bus_dma.c +++ b/sys/arch/riscv64/riscv64/bus_dma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bus_dma.c,v 1.3 2021/05/05 19:26:51 kettenis Exp $ */ +/* $OpenBSD: bus_dma.c,v 1.4 2021/05/12 01:20:52 jsg Exp $ */ /* * Copyright (c) 2003-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) diff --git a/sys/arch/riscv64/riscv64/bus_space.c b/sys/arch/riscv64/riscv64/bus_space.c index cd0ff1c786a..d20ffb18460 100644 --- a/sys/arch/riscv64/riscv64/bus_space.c +++ b/sys/arch/riscv64/riscv64/bus_space.c @@ -1,3 +1,5 @@ +/* $OpenBSD: bus_space.c,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2001-2003 Opsycon AB (www.opsycon.se / www.opsycon.com) * diff --git a/sys/arch/riscv64/riscv64/conf.c b/sys/arch/riscv64/riscv64/conf.c index 32e7098e72b..8b959af0990 100644 --- a/sys/arch/riscv64/riscv64/conf.c +++ b/sys/arch/riscv64/riscv64/conf.c @@ -1,3 +1,5 @@ +/* $OpenBSD: conf.c,v 1.7 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 1994, 1995 Charles M. Hannum. All rights reserved. * diff --git a/sys/arch/riscv64/riscv64/copy.S b/sys/arch/riscv64/riscv64/copy.S index 1a76af7e25b..9412945de1c 100644 --- a/sys/arch/riscv64/riscv64/copy.S +++ b/sys/arch/riscv64/riscv64/copy.S @@ -1,3 +1,5 @@ +/* $OpenBSD: copy.S,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2020 Brian Bamsch * Copyright (c) 2015 Dale Rahn diff --git a/sys/arch/riscv64/riscv64/copyinout.S b/sys/arch/riscv64/riscv64/copyinout.S index 7c3e47851a9..7a32578da4f 100644 --- a/sys/arch/riscv64/riscv64/copyinout.S +++ b/sys/arch/riscv64/riscv64/copyinout.S @@ -1,3 +1,5 @@ +/* $OpenBSD: copyinout.S,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /*- * Copyright (c) 2015-2018 Ruslan Bukin * Copyright (c) 2019 Mitchell Horne diff --git a/sys/arch/riscv64/riscv64/copystr.S b/sys/arch/riscv64/riscv64/copystr.S index b1b53b7fe98..7fb7de5f4df 100644 --- a/sys/arch/riscv64/riscv64/copystr.S +++ b/sys/arch/riscv64/riscv64/copystr.S @@ -1,4 +1,5 @@ -/* $OpenBSD: copystr.S,v 1.1 2021/04/23 02:42:17 drahn Exp $ */ +/* $OpenBSD: copystr.S,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2015 Dale Rahn * Copyright (c) 2014 Patrick Wildt diff --git a/sys/arch/riscv64/riscv64/cpu.c b/sys/arch/riscv64/riscv64/cpu.c index 11203d2e5f8..b242daf6e19 100644 --- a/sys/arch/riscv64/riscv64/cpu.c +++ b/sys/arch/riscv64/riscv64/cpu.c @@ -1,3 +1,5 @@ +/* $OpenBSD: cpu.c,v 1.6 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2016 Dale Rahn * Copyright (c) 2017 Mark Kettenis diff --git a/sys/arch/riscv64/riscv64/cpufunc_asm.S b/sys/arch/riscv64/riscv64/cpufunc_asm.S index 3e297d19303..f391a47d115 100644 --- a/sys/arch/riscv64/riscv64/cpufunc_asm.S +++ b/sys/arch/riscv64/riscv64/cpufunc_asm.S @@ -1,3 +1,5 @@ +/* $OpenBSD: cpufunc_asm.S,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /*- * Copyright (c) 2015-2017 Ruslan Bukin * All rights reserved. diff --git a/sys/arch/riscv64/riscv64/cpuswitch.S b/sys/arch/riscv64/riscv64/cpuswitch.S index 1cb9a70867c..004042f8c5c 100644 --- a/sys/arch/riscv64/riscv64/cpuswitch.S +++ b/sys/arch/riscv64/riscv64/cpuswitch.S @@ -1,3 +1,5 @@ +/* $OpenBSD: cpuswitch.S,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2015 Dale Rahn * Copyright (c) 2020 Brian Bamsch diff --git a/sys/arch/riscv64/riscv64/db_interface.c b/sys/arch/riscv64/riscv64/db_interface.c index 640aa188f8d..82d184d974d 100644 --- a/sys/arch/riscv64/riscv64/db_interface.c +++ b/sys/arch/riscv64/riscv64/db_interface.c @@ -1,3 +1,5 @@ +/* $OpenBSD: db_interface.c,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 1996 Scott K. Stevens * diff --git a/sys/arch/riscv64/riscv64/db_trace.c b/sys/arch/riscv64/riscv64/db_trace.c index 90fe7b1b1ab..acf1d83e98b 100644 --- a/sys/arch/riscv64/riscv64/db_trace.c +++ b/sys/arch/riscv64/riscv64/db_trace.c @@ -1,3 +1,5 @@ +/* $OpenBSD: db_trace.c,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2000, 2001 Ben Harris * Copyright (c) 1996 Scott K. Stevens diff --git a/sys/arch/riscv64/riscv64/disksubr.c b/sys/arch/riscv64/riscv64/disksubr.c index 8d1e4cb07ab..dfcba3ed144 100644 --- a/sys/arch/riscv64/riscv64/disksubr.c +++ b/sys/arch/riscv64/riscv64/disksubr.c @@ -1,3 +1,5 @@ +/* $OpenBSD: disksubr.c,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 1996 Theo de Raadt * Copyright (c) 1982, 1986, 1988 Regents of the University of California. diff --git a/sys/arch/riscv64/riscv64/fpu.c b/sys/arch/riscv64/riscv64/fpu.c index 9f7cfead3d9..7c502b237b6 100644 --- a/sys/arch/riscv64/riscv64/fpu.c +++ b/sys/arch/riscv64/riscv64/fpu.c @@ -1,3 +1,5 @@ +/* $OpenBSD: fpu.c,v 1.7 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2020 Dale Rahn * diff --git a/sys/arch/riscv64/riscv64/genassym.cf b/sys/arch/riscv64/riscv64/genassym.cf index a79e268ab0c..24a7cccec11 100644 --- a/sys/arch/riscv64/riscv64/genassym.cf +++ b/sys/arch/riscv64/riscv64/genassym.cf @@ -1,3 +1,5 @@ +# $OpenBSD: genassym.cf,v 1.2 2021/05/12 01:20:52 jsg Exp $ +# # Copyright (c) 2020 Brian Bamsch # All rights reserved. # diff --git a/sys/arch/riscv64/riscv64/intr.c b/sys/arch/riscv64/riscv64/intr.c index 7b605f83034..1d31e250108 100644 --- a/sys/arch/riscv64/riscv64/intr.c +++ b/sys/arch/riscv64/riscv64/intr.c @@ -1,3 +1,5 @@ +/* $OpenBSD: intr.c,v 1.4 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2011 Dale Rahn * diff --git a/sys/arch/riscv64/riscv64/locore.S b/sys/arch/riscv64/riscv64/locore.S index 207dc357540..d4c78bd65b4 100644 --- a/sys/arch/riscv64/riscv64/locore.S +++ b/sys/arch/riscv64/riscv64/locore.S @@ -1,4 +1,5 @@ -/* $OpenBSD: locore.S,v 1.5 2021/05/11 14:58:08 deraadt Exp $ */ +/* $OpenBSD: locore.S,v 1.6 2021/05/12 01:20:52 jsg Exp $ */ + /*- * Copyright (c) 2012-2014 Andrew Turner * All rights reserved. diff --git a/sys/arch/riscv64/riscv64/locore0.S b/sys/arch/riscv64/riscv64/locore0.S index d2c6164325e..8ac6ab5c3e4 100644 --- a/sys/arch/riscv64/riscv64/locore0.S +++ b/sys/arch/riscv64/riscv64/locore0.S @@ -1,4 +1,5 @@ -/* $OpenBSD: locore0.S,2019/10/31 mengshi.li.mars@gmail.com */ +/* $OpenBSD: locore0.S,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /*- * Copyright (c) 2012-2014 Andrew Turner * All rights reserved. @@ -27,7 +28,6 @@ * $FreeBSD: head/sys/arm64/arm64/locore.S 282867 2015-05-13 18:57:03Z zbb $ */ - #include #include #include diff --git a/sys/arch/riscv64/riscv64/machdep.c b/sys/arch/riscv64/riscv64/machdep.c index d5192418ab7..f872510c12f 100644 --- a/sys/arch/riscv64/riscv64/machdep.c +++ b/sys/arch/riscv64/riscv64/machdep.c @@ -1,3 +1,5 @@ +/* $OpenBSD: machdep.c,v 1.14 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2014 Patrick Wildt * Copyright (c) 2021 Mark Kettenis diff --git a/sys/arch/riscv64/riscv64/mem.c b/sys/arch/riscv64/riscv64/mem.c index 56c0addc2dd..e2e58d16925 100644 --- a/sys/arch/riscv64/riscv64/mem.c +++ b/sys/arch/riscv64/riscv64/mem.c @@ -1,3 +1,5 @@ +/* $OpenBSD: mem.c,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 1982, 1986, 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/sys/arch/riscv64/riscv64/pagezero.S b/sys/arch/riscv64/riscv64/pagezero.S index 709558d158e..fa655cee121 100644 --- a/sys/arch/riscv64/riscv64/pagezero.S +++ b/sys/arch/riscv64/riscv64/pagezero.S @@ -1,3 +1,5 @@ +/* $OpenBSD: pagezero.S,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2020 Brian Bamsch * diff --git a/sys/arch/riscv64/riscv64/pmap.c b/sys/arch/riscv64/riscv64/pmap.c index 7c703562a6e..2d9a6a64554 100644 --- a/sys/arch/riscv64/riscv64/pmap.c +++ b/sys/arch/riscv64/riscv64/pmap.c @@ -1,3 +1,5 @@ +/* $OpenBSD: pmap.c,v 1.7 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2019-2020 Brian Bamsch * Copyright (c) 2008-2009,2014-2016 Dale Rahn diff --git a/sys/arch/riscv64/riscv64/process_machdep.c b/sys/arch/riscv64/riscv64/process_machdep.c index 4a442ea2f26..a12cad96e60 100644 --- a/sys/arch/riscv64/riscv64/process_machdep.c +++ b/sys/arch/riscv64/riscv64/process_machdep.c @@ -1,3 +1,5 @@ +/* $OpenBSD: process_machdep.c,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2014 Patrick Wildt * diff --git a/sys/arch/riscv64/riscv64/sbi.c b/sys/arch/riscv64/riscv64/sbi.c index 02deb807cc7..08a6cddddb3 100644 --- a/sys/arch/riscv64/riscv64/sbi.c +++ b/sys/arch/riscv64/riscv64/sbi.c @@ -1,3 +1,5 @@ +/* $OpenBSD: sbi.c,v 1.4 2021/05/12 01:20:52 jsg Exp $ */ + /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * diff --git a/sys/arch/riscv64/riscv64/sig_machdep.c b/sys/arch/riscv64/riscv64/sig_machdep.c index 49a0be2fbd5..42ba59f322b 100644 --- a/sys/arch/riscv64/riscv64/sig_machdep.c +++ b/sys/arch/riscv64/riscv64/sig_machdep.c @@ -1,3 +1,5 @@ +/* $OpenBSD: sig_machdep.c,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. diff --git a/sys/arch/riscv64/riscv64/softintr.c b/sys/arch/riscv64/riscv64/softintr.c index 2a64b9e7186..f8a0929c4c7 100644 --- a/sys/arch/riscv64/riscv64/softintr.c +++ b/sys/arch/riscv64/riscv64/softintr.c @@ -1,3 +1,5 @@ +/* $OpenBSD: softintr.c,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ + /*- * Copyright (c) 2000, 2001 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/arch/riscv64/riscv64/support.S b/sys/arch/riscv64/riscv64/support.S index 75766e667d7..549c5e3f435 100644 --- a/sys/arch/riscv64/riscv64/support.S +++ b/sys/arch/riscv64/riscv64/support.S @@ -1,3 +1,5 @@ +/* $OpenBSD: support.S,v 1.2 2021/05/12 01:20:52 jsg Exp $ */ + /*- * Copyright (c) 2015-2020 Ruslan Bukin * All rights reserved. diff --git a/sys/arch/riscv64/riscv64/syscall.c b/sys/arch/riscv64/riscv64/syscall.c index 23783c75779..bfc26f44fff 100644 --- a/sys/arch/riscv64/riscv64/syscall.c +++ b/sys/arch/riscv64/riscv64/syscall.c @@ -1,3 +1,5 @@ +/* $OpenBSD: syscall.c,v 1.4 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2020 Brian Bamsch * Copyright (c) 2015 Dale Rahn diff --git a/sys/arch/riscv64/riscv64/trap.c b/sys/arch/riscv64/riscv64/trap.c index 5ad673ea003..a83ec45b20e 100644 --- a/sys/arch/riscv64/riscv64/trap.c +++ b/sys/arch/riscv64/riscv64/trap.c @@ -1,3 +1,5 @@ +/* $OpenBSD: trap.c,v 1.7 2021/05/12 01:20:52 jsg Exp $ */ + /* * Copyright (c) 2020 Shivam Waghela * Copyright (c) 2020 Brian Bamsch diff --git a/sys/arch/riscv64/riscv64/vm_machdep.c b/sys/arch/riscv64/riscv64/vm_machdep.c index 97fd7eb7679..00a7ece822b 100644 --- a/sys/arch/riscv64/riscv64/vm_machdep.c +++ b/sys/arch/riscv64/riscv64/vm_machdep.c @@ -1,3 +1,5 @@ +/* $OpenBSD: vm_machdep.c,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ + /*- * Copyright (c) 1995 Charles M. Hannum. All rights reserved. * Copyright (c) 1982, 1986 The Regents of the University of California.