CVS commit: src/sys/uvm

2021-03-23 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Mar 24 06:37:27 UTC 2021

Modified Files:
src/sys/uvm: uvm_pglist.c

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/uvm/uvm_pglist.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/mips/include

2021-03-23 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Wed Mar 24 05:35:06 UTC 2021

Modified Files:
src/sys/arch/mips/include: frame.h

Log Message:
We don't really need a comment at the end of the file saying "this is
the end of the file".


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/mips/include/frame.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2021-03-23 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Wed Mar 24 05:00:24 UTC 2021

Modified Files:
src/sys/arch/aarch64/include: types.h
src/sys/arch/evbarm/rpi: vcio.h
src/sys/arch/m68k/include: types.h
src/sys/arch/mips/include: cdefs.h
src/sys/dev/rcons: README

Log Message:
s/depreciated/deprecated/g


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/aarch64/include/types.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/rpi/vcio.h
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/m68k/include/types.h
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/mips/include/cdefs.h
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/rcons/README

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/cddl/osnet/dev/fbt/aarch64

2021-03-23 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Wed Mar 24 04:46:41 UTC 2021

Modified Files:
src/external/cddl/osnet/dev/fbt/aarch64: fbt_isa.c fbt_isa.h

Log Message:
Add NetBSD CVS IDs.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/cddl/osnet/dev/fbt/aarch64/fbt_isa.c
cvs rdiff -u -r1.1 -r1.2 src/external/cddl/osnet/dev/fbt/aarch64/fbt_isa.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/mk

2021-03-23 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Wed Mar 24 04:36:57 UTC 2021

Modified Files:
src/share/mk: bsd.README

Log Message:
Add aarch64 and sparc64 to MKZFS yes.
Sort the machine names for the "Default: yes on ..." lines.


To generate a diff of this commit:
cvs rdiff -u -r1.415 -r1.416 src/share/mk/bsd.README

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sandpoint/stand/altboot

2021-03-23 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Wed Mar 24 02:53:16 UTC 2021

Modified Files:
src/sys/arch/sandpoint/stand/altboot: Makefile

Log Message:
Remove "lib" directory for cleandir.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sandpoint/stand/altboot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.bin/xlint/lint1

2021-03-23 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Tue Mar 23 23:12:21 UTC 2021

Modified Files:
src/tests/usr.bin/xlint/lint1: d_c99_bool_strict.c d_c99_init.c
d_c99_init.exp

Log Message:
tests/lint: fix outdated comments


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/tests/usr.bin/xlint/lint1/d_c99_bool_strict.c
cvs rdiff -u -r1.12 -r1.13 src/tests/usr.bin/xlint/lint1/d_c99_init.c
cvs rdiff -u -r1.10 -r1.11 src/tests/usr.bin/xlint/lint1/d_c99_init.exp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2021-03-23 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Tue Mar 23 22:58:08 UTC 2021

Modified Files:
src/tests/usr.bin/xlint/lint1: d_init_array_using_string.c
d_init_array_using_string.exp
src/usr.bin/xlint/lint1: init.c

Log Message:
lint: fix wrong warning about initialization using string literal

Missing braces after 'if', since init.c 1.68 from 2021-02-20.

GCC 10 doesn't complain about this even with -Wmisleading-indentation
since at least one of the involved lines is a macro invocation (in this
case both lines).  GCC 11 will warn about this.

Clang warns about this, but the regular Clang build currently fails for
other reasons, so this problem didn't show up there either.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/tests/usr.bin/xlint/lint1/d_init_array_using_string.c \
src/tests/usr.bin/xlint/lint1/d_init_array_using_string.exp
cvs rdiff -u -r1.114 -r1.115 src/usr.bin/xlint/lint1/init.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/fdt

2021-03-23 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Mar 23 22:27:38 UTC 2021

Modified Files:
src/sys/dev/fdt: dwcmmc_fdt.c

Log Message:
Match generic "snps,dw-mshc" compat string as found in BeagleV.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/fdt/dwcmmc_fdt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/mk

2021-03-23 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar 23 22:02:44 UTC 2021

Modified Files:
src/share/mk: sys.mk

Log Message:
>From Greg A. Woods:
- add LDSTATIC to all the LINK rules, replacing CPPFLAGS which should not be
  used
- create new COMPILE_LINK rules that are like LINK rules but have CPPFLAGS
  where appropriate


To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 src/share/mk/sys.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2021-03-23 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Tue Mar 23 21:19:09 UTC 2021

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/usr.bin/xlint/lint1: Makefile t_integration.sh
Added Files:
src/tests/usr.bin/xlint/lint1: d_init_array_using_string.c
d_init_array_using_string.exp

Log Message:
tests/lint: test initialization using string literals

The errors in line 74 and 75 of the test are wrong.  Everything is fine
there.  The bug lies in init_array_using_string, try to see if you can
spot it, neither GCC 9.3.0 nor Clang 8.0.1 could.


To generate a diff of this commit:
cvs rdiff -u -r1.1032 -r1.1033 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.35 -r1.36 src/tests/usr.bin/xlint/lint1/Makefile
cvs rdiff -u -r0 -r1.1 \
src/tests/usr.bin/xlint/lint1/d_init_array_using_string.c \
src/tests/usr.bin/xlint/lint1/d_init_array_using_string.exp
cvs rdiff -u -r1.33 -r1.34 src/tests/usr.bin/xlint/lint1/t_integration.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mpl/bind/dist/lib

2021-03-23 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar 23 20:59:03 UTC 2021

Modified Files:
src/external/mpl/bind/dist/lib/dns: peer.c
src/external/mpl/bind/dist/lib/isc: task.c
src/external/mpl/bind/dist/lib/isc/netmgr: udp.c
src/external/mpl/bind/dist/lib/ns: client.c interfacemgr.c

Log Message:
Consistently comment out code that lint can't handle (yet?)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mpl/bind/dist/lib/dns/peer.c
cvs rdiff -u -r1.10 -r1.11 src/external/mpl/bind/dist/lib/isc/task.c
cvs rdiff -u -r1.4 -r1.5 src/external/mpl/bind/dist/lib/isc/netmgr/udp.c
cvs rdiff -u -r1.12 -r1.13 src/external/mpl/bind/dist/lib/ns/client.c
cvs rdiff -u -r1.9 -r1.10 src/external/mpl/bind/dist/lib/ns/interfacemgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/xlint/lint1

2021-03-23 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar 23 20:57:40 UTC 2021

Modified Files:
src/usr.bin/xlint/lint1: cgram.y lex.c

Log Message:
Add _Alignas()


To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 src/usr.bin/xlint/lint1/cgram.y
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/xlint/lint1/lex.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mpl/bind/dist/lib/isc/unix/include/isc

2021-03-23 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar 23 20:57:10 UTC 2021

Modified Files:
src/external/mpl/bind/dist/lib/isc/unix/include/isc: align.h

Log Message:
We have _Alignas now


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/mpl/bind/dist/lib/isc/unix/include/isc/align.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mpl/bind/dist/lib/isc/netmgr

2021-03-23 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar 23 20:56:25 UTC 2021

Modified Files:
src/external/mpl/bind/dist/lib/isc/netmgr: netmgr-int.h

Log Message:
remove extra ;'s


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/external/mpl/bind/dist/lib/isc/netmgr/netmgr-int.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/xlint/lint1

2021-03-23 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Tue Mar 23 20:21:08 UTC 2021

Modified Files:
src/usr.bin/xlint/lint1: init.c

Log Message:
lint: extract init_using_assign from init_using_expr

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/usr.bin/xlint/lint1/init.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/xlint/lint1

2021-03-23 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Tue Mar 23 20:14:55 UTC 2021

Modified Files:
src/usr.bin/xlint/lint1: init.c

Log Message:
lint: merge duplicate code in init_using_expr

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/usr.bin/xlint/lint1/init.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc64/doc

2021-03-23 Thread Palle Lyckegaard
Module Name:src
Committed By:   palle
Date:   Tue Mar 23 19:13:46 UTC 2021

Modified Files:
src/sys/arch/sparc64/doc: TODO

Log Message:
sun4v: update TODO with findings related to crashes in user processes (pcbspill)


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/sparc64/doc/TODO

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/xlint/lint1

2021-03-23 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Tue Mar 23 18:51:43 UTC 2021

Modified Files:
src/usr.bin/xlint/lint1: init.c

Log Message:
lint: fix documentation about optional braces in initializers


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/usr.bin/xlint/lint1/init.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mpl/bind/dist/lib/dns

2021-03-23 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Tue Mar 23 18:46:07 UTC 2021

Modified Files:
src/external/mpl/bind/dist/lib/dns: rbtdb.c

Log Message:
bind: remove the workaround for a bug in lint for compound literals

This bug has been fixed in init.c 1.111 from a few minutes ago.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/mpl/bind/dist/lib/dns/rbtdb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2021-03-23 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Tue Mar 23 18:40:50 UTC 2021

Modified Files:
src/tests/usr.bin/xlint/lint1: msg_171.c msg_171.exp
src/usr.bin/xlint/lint1: cgram.y decl.c externs1.h init.c

Log Message:
lint: fix wrong error message about type mismatch in compound literal

Now that the code contains explicit markers for starting and ending an
initialization, and having the guarantee that an assertion fails
whenever some code accesses the state of the "current initialization"
even though there is no ongoing initialization gives me much more
confidence in the correctness of the code.  The calls to
begin_initialization and end_initialization always appear in pairs,
enclosing the minimal amount of code necessary for initialization.

In a nutshell, global modifiable state is error-prone and hard to
understand.

A nice side effect is that the grammar no longer needs a special rule
for the outermost initializer since the functions for the debug logging
are now called explicitly.

The code that misuses the initialization state just because it needs to
temporarily store a sym_t somewhere is now clearly marked as such.  A
GCC statement expression can appear anywhere and is therefore
independent of the initialization.  Most probably the code can simply
refer to the local variable in the grammar rule itself, or this variable
needs to be encoded in the grammar %union.  For sure there is a better
way to handle this.

There is no longer a need that the function 'declare' initializes the
initialization state, it was just the wrong place to do this.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/xlint/lint1/msg_171.c \
src/tests/usr.bin/xlint/lint1/msg_171.exp
cvs rdiff -u -r1.197 -r1.198 src/usr.bin/xlint/lint1/cgram.y
cvs rdiff -u -r1.158 -r1.159 src/usr.bin/xlint/lint1/decl.c
cvs rdiff -u -r1.83 -r1.84 src/usr.bin/xlint/lint1/externs1.h
cvs rdiff -u -r1.110 -r1.111 src/usr.bin/xlint/lint1/init.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/rtadvd

2021-03-23 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar 23 18:16:53 UTC 2021

Modified Files:
src/usr.sbin/rtadvd: advcap.c config.c dump.c if.c timer.c

Log Message:
print function names as %s: not <%s> everywhere for consistency.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/rtadvd/advcap.c
cvs rdiff -u -r1.45 -r1.46 src/usr.sbin/rtadvd/config.c
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/rtadvd/dump.c
cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/rtadvd/if.c
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/rtadvd/timer.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/rtadvd

2021-03-23 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar 23 18:16:21 UTC 2021

Modified Files:
src/usr.sbin/rtadvd: if.c if.h

Log Message:
interface indexes are unsigned


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.sbin/rtadvd/if.c
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/rtadvd/if.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/rtadvd

2021-03-23 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar 23 18:13:07 UTC 2021

Modified Files:
src/usr.sbin/rtadvd: rtadvd.c

Log Message:
call tzset() before chroot so we initialize our timezone data


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/usr.sbin/rtadvd/rtadvd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/rtadvd

2021-03-23 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar 23 18:06:19 UTC 2021

Modified Files:
src/usr.sbin/rtadvd: rtadvd.c

Log Message:
fix misplaced paren, add missing va_end()


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/usr.sbin/rtadvd/rtadvd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/xlint/lint1

2021-03-23 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Tue Mar 23 17:36:56 UTC 2021

Modified Files:
src/usr.bin/xlint/lint1: cgram.y decl.c externs1.h init.c

Log Message:
lint: add indirection for accessing the current initialization

This indirection will be needed to handle nested initializations, which
are a new feature of C99.  These are currently not handled correctly,
see msg_171.c.

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.197 src/usr.bin/xlint/lint1/cgram.y
cvs rdiff -u -r1.157 -r1.158 src/usr.bin/xlint/lint1/decl.c
cvs rdiff -u -r1.82 -r1.83 src/usr.bin/xlint/lint1/externs1.h
cvs rdiff -u -r1.109 -r1.110 src/usr.bin/xlint/lint1/init.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2021-03-23 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Tue Mar 23 13:22:40 UTC 2021

Modified Files:
src/share/mk: bsd.kmodule.mk
src/sys/arch/mips/conf: files.mips
src/sys/arch/mips/mips: mips_machdep.c
Added Files:
src/sys/arch/mips/mips: kobj_machdep.c

Log Message:
Work in progress for MIPS modules.  Only tested on mipseb64, not yet
enabled anywhere.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/share/mk/bsd.kmodule.mk
cvs rdiff -u -r1.82 -r1.83 src/sys/arch/mips/conf/files.mips
cvs rdiff -u -r0 -r1.1 src/sys/arch/mips/mips/kobj_machdep.c
cvs rdiff -u -r1.300 -r1.301 src/sys/arch/mips/mips/mips_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/modules/examples/sysctl

2021-03-23 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Tue Mar 23 13:19:09 UTC 2021

Modified Files:
src/sys/modules/examples/sysctl: sysctl.c

Log Message:
Add some \n's to the end of some printf()s.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/modules/examples/sysctl/sysctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/mips/include

2021-03-23 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Tue Mar 23 11:56:55 UTC 2021

Modified Files:
src/sys/arch/mips/include: Makefile.inc

Log Message:
Remove addition of -msym32 to CFLAGS. Hinders rather than helps build
MIPS modules.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/mips/include/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/mips/conf

2021-03-23 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Tue Mar 23 11:41:53 UTC 2021

Modified Files:
src/sys/arch/mips/conf: files.mips

Log Message:
Remove duplicate out-of-place comment.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/mips/conf/files.mips

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/arm32

2021-03-23 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Mar 23 10:21:49 UTC 2021

Modified Files:
src/sys/arch/arm/arm32: pmap.c

Log Message:
Another missing kpreempt_enable


To generate a diff of this commit:
cvs rdiff -u -r1.427 -r1.428 src/sys/arch/arm/arm32/pmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/powerpc/pic

2021-03-23 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Mar 23 08:07:23 UTC 2021

Modified Files:
src/sys/arch/powerpc/pic: intr.c

Log Message:
KNF


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/powerpc/pic/intr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sandpoint/stand/altboot

2021-03-23 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Tue Mar 23 07:21:41 UTC 2021

Modified Files:
src/sys/arch/sandpoint/stand/altboot: main.c

Log Message:
Make this compile with -DDEBUG.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/sandpoint/stand/altboot/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sandpoint/stand/altboot

2021-03-23 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Tue Mar 23 07:21:16 UTC 2021

Modified Files:
src/sys/arch/sandpoint/stand/altboot: main.c

Log Message:
Make sure not to run kernel if fdloadfile() fails;
it returns *non-zero* value on error.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/sandpoint/stand/altboot/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [thorpej-cfargs] src/sys

2021-03-23 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Tue Mar 23 07:14:54 UTC 2021

Modified Files:
src/sys/arch/algor/dev [thorpej-cfargs]: bonito_mainbus.c
vtpbc_mainbus.c
src/sys/arch/algor/pci [thorpej-cfargs]: pcib.c
src/sys/arch/alpha/pci [thorpej-cfargs]: apecs.c cia.c dwlpx.c lca.c
mcpcia.c tsc.c tsciic.c ttwoga.c
src/sys/arch/amiga/dev [thorpej-cfargs]: acafh.c p5bus.c xsh.c xsurf.c
z3rambd.c
src/sys/arch/amiga/pci [thorpej-cfargs]: cv3dpb.c em4k.c mppb.c p5pb.c
src/sys/arch/amigappc/amigappc [thorpej-cfargs]: mainbus.c
src/sys/arch/arc/pci [thorpej-cfargs]: necpb.c
src/sys/arch/arm/acpi [thorpej-cfargs]: acpipchb.c
src/sys/arch/arm/amlogic [thorpej-cfargs]: meson_pinctrl.c
src/sys/arch/arm/at91 [thorpej-cfargs]: at91cf.c at91spi.c at91twi.c
src/sys/arch/arm/broadcom [thorpej-cfargs]: bcm2835_bsc_acpi.c
bcm2835_gpio.c bcm2835_mbox.c bcm2835_spi.c bcm2838_pcie.c
bcm53xx_pax.c
src/sys/arch/arm/ep93xx [thorpej-cfargs]: eppcic.c
src/sys/arch/arm/fdt [thorpej-cfargs]: acpi_fdt.c pcihost_fdt.c
src/sys/arch/arm/gemini [thorpej-cfargs]: gemini_gpio.c
src/sys/arch/arm/imx [thorpej-cfargs]: imx23_pinctrl.c imx31_gpio.c
imx51_ipuv3.c imx_pcic.c imxgpio.c imxspi.c
src/sys/arch/arm/iomd [thorpej-cfargs]: iomdiic.c
src/sys/arch/arm/ixp12x0 [thorpej-cfargs]: ixp12x0.c
src/sys/arch/arm/marvell [thorpej-cfargs]: mvsocgpp.c
src/sys/arch/arm/nvidia [thorpej-cfargs]: tegra_gpio.c tegra_pcie.c
src/sys/arch/arm/nxp [thorpej-cfargs]: imxpcie.c
src/sys/arch/arm/omap [thorpej-cfargs]: am335x_gpio.c omap2_gpio.c
omap3_i2c.c ti_iic.c tiotg.c
src/sys/arch/arm/rockchip [thorpej-cfargs]: rk_gpio.c
src/sys/arch/arm/s3c2xx0 [thorpej-cfargs]: s3c2440_touch.c
s3c2800_pci.c
src/sys/arch/arm/sa11x0 [thorpej-cfargs]: sa11x1_pcic.c
src/sys/arch/arm/samsung [thorpej-cfargs]: exynos_gpio.c
src/sys/arch/arm/sociox [thorpej-cfargs]: sni_gpio.c sni_i2c.c
src/sys/arch/arm/sunxi [thorpej-cfargs]: sun6i_spi.c sunxi_debe.c
sunxi_gpio.c sunxi_ts.c
src/sys/arch/arm/ti [thorpej-cfargs]: omap2_nand.c ti_gpio.c
src/sys/arch/arm/xscale [thorpej-cfargs]: becc.c iopi2c.c pxa2x0_gpio.c
pxa2x0_pcic.c
src/sys/arch/atari/isa [thorpej-cfargs]: isa_machdep.c
src/sys/arch/atari/pci [thorpej-cfargs]: pci_machdep.c
src/sys/arch/cats/pci [thorpej-cfargs]: pcib.c
src/sys/arch/cobalt/dev [thorpej-cfargs]: gt.c
src/sys/arch/dreamcast/dev/g2 [thorpej-cfargs]: gapspci.c
src/sys/arch/epoc32/dev [thorpej-cfargs]: etna.c
src/sys/arch/evbarm/armadillo [thorpej-cfargs]: armadillo9_iic.c
src/sys/arch/evbarm/g42xxeb [thorpej-cfargs]: gb225_pcic.c
src/sys/arch/evbarm/gumstix [thorpej-cfargs]: gxiic.c
src/sys/arch/evbarm/mpcsa [thorpej-cfargs]: mpcsa_leds.c
src/sys/arch/evbarm/nslu2 [thorpej-cfargs]: nslu2_iic.c
src/sys/arch/evbmips/alchemy [thorpej-cfargs]: mainbus.c
src/sys/arch/evbmips/atheros [thorpej-cfargs]: mainbus.c
src/sys/arch/evbmips/gdium [thorpej-cfargs]: bonito_mainbus.c
src/sys/arch/evbmips/ingenic [thorpej-cfargs]: mainbus.c
src/sys/arch/evbmips/loongson [thorpej-cfargs]: bonito_mainbus.c
src/sys/arch/evbmips/malta/dev [thorpej-cfargs]: gt.c
src/sys/arch/evbmips/malta/pci [thorpej-cfargs]: pcib.c
src/sys/arch/evbmips/mipssim [thorpej-cfargs]: mainbus.c
src/sys/arch/evbppc/walnut/pci [thorpej-cfargs]: pchb.c
src/sys/arch/evbsh3/ap_ms104_sh4 [thorpej-cfargs]: shpcmcia.c
src/sys/arch/evbsh3/evbsh3 [thorpej-cfargs]: mainbus.c
src/sys/arch/hpcarm/dev [thorpej-cfargs]: ipaq_pcic.c j720pwr.c
nbpiic.c wzero3_keypad.c
src/sys/arch/hpcmips/dev [thorpej-cfargs]: it8368.c
src/sys/arch/hpcmips/isa [thorpej-cfargs]: isa_machdep.c
plumisa_machdep.c
src/sys/arch/hpcmips/vr [thorpej-cfargs]: vrc4172pci.c vrpciu.c
src/sys/arch/hpcsh/dev [thorpej-cfargs]: psh3tp.c
src/sys/arch/hppa/dev [thorpej-cfargs]: elroy.c
src/sys/arch/i386/pci [thorpej-cfargs]: pcmb.c
src/sys/arch/macppc/dev [thorpej-cfargs]: ki2c.c smu.c smuiic.c
src/sys/arch/macppc/pci [thorpej-cfargs]: bandit.c grackle.c u3.c
uninorth.c
src/sys/arch/mips/alchemy/dev [thorpej-cfargs]: augpio.c aupci.c
ausmbus_psc.c auspi.c
src/sys/arch/mips/atheros/dev [thorpej-cfargs]: argpio.c arpci.c
arspi.c
src/sys/arch/mips/ingenic [thorpej-cfargs]: apbus.c jziic.c
src/sys/arch/mips/ralink [thorpej-cfargs]: ralink_gpio.c
src/sys/arch/mips/rmi [thorpej-cfargs]: rmixl_gpio.c rmixl_pcie.c
rmixl_pcix.c
src/sys/arch/mipsco/i