CVS commit: src/lib/libcurses

2021-09-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 6 02:50:43 UTC 2021 Modified Files: src/lib/libcurses: version.c Log Message: Fix old-style definition: curses_version() --> curses_version(void) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libcurses

2021-09-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 6 02:50:43 UTC 2021 Modified Files: src/lib/libcurses: version.c Log Message: Fix old-style definition: curses_version() --> curses_version(void) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libcurses

2021-09-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 6 02:48:54 UTC 2021 Modified Files: src/lib/libcurses: color.c Log Message: Fix old-style definition: use_default_colors() --> use_default_colors(void) To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/lib/libcurses

2021-09-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 6 02:48:54 UTC 2021 Modified Files: src/lib/libcurses: color.c Log Message: Fix old-style definition: use_default_colors() --> use_default_colors(void) To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/sys/dev/pci

2021-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 6 02:43:37 UTC 2021 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.1419 -r1.1420 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1418 -r1.1419

CVS commit: src/sys/dev/pci

2021-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 6 02:43:37 UTC 2021 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.1419 -r1.1420 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1418 -r1.1419

CVS commit: src/sys/dev/pci

2021-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 6 02:43:06 UTC 2021 Modified Files: src/sys/dev/pci: pcidevs Log Message: the CPU ident and AMD both say this is "R2 Graphics", not R3. To generate a diff of this commit: cvs rdiff -u -r1.1432 -r1.1433

CVS commit: src/sys/dev/pci

2021-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 6 02:43:06 UTC 2021 Modified Files: src/sys/dev/pci: pcidevs Log Message: the CPU ident and AMD both say this is "R2 Graphics", not R3. To generate a diff of this commit: cvs rdiff -u -r1.1432 -r1.1433

CVS commit: src/tests/lib/libc/stdio

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 22:34:07 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: tests/stdio: use standard ATF tools for verifying the test output In case of a test failure, this outputs a diff between the actual

CVS commit: src/tests/lib/libc/stdio

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 22:34:07 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: tests/stdio: use standard ATF tools for verifying the test output In case of a test failure, this outputs a diff between the actual

CVS commit: src/tests/lib/libc/stdio

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 22:14:49 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: tests/stdio: wrap test command with atf_check Previously, the test output was: FAILED: Test case body returned a non-ok exit

CVS commit: src/tests/lib/libc/stdio

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 22:14:49 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: tests/stdio: wrap test command with atf_check Previously, the test output was: FAILED: Test case body returned a non-ok exit

CVS commit: src/tests/lib/libc/stdio

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 21:57:57 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_testnumbers.c Log Message: tests/stdio: on test failure, print more details On amd64, the test stdio_intr_iofbf fails: stdout: numbers.in...iw.ir.ir. OK

CVS commit: src/tests/lib/libc/stdio

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 21:57:57 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_testnumbers.c Log Message: tests/stdio: on test failure, print more details On amd64, the test stdio_intr_iofbf fails: stdout: numbers.in...iw.ir.ir. OK

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 19:58:53 UTC 2021 Modified Files: src/usr.bin/xlint/lint2: read.c Log Message: lint: remove source code references from internal error message The additional strings that are provided with the error message are

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 19:58:53 UTC 2021 Modified Files: src/usr.bin/xlint/lint2: read.c Log Message: lint: remove source code references from internal error message The additional strings that are provided with the error message are

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 19:44:57 UTC 2021 Modified Files: src/usr.bin/xlint/lint2: read.c Log Message: lint: extract function for reading a single line from a .ln file No functional change. To generate a diff of this commit: cvs rdiff -u

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 19:44:57 UTC 2021 Modified Files: src/usr.bin/xlint/lint2: read.c Log Message: lint: extract function for reading a single line from a .ln file No functional change. To generate a diff of this commit: cvs rdiff -u

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 19:16:38 UTC 2021 Modified Files: src/tests/usr.bin/xlint: check-expect.lua src/tests/usr.bin/xlint/lint1: msg_280.c msg_280.exp Log Message: tests/lint: document placement of lint comments To generate a diff

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 19:16:38 UTC 2021 Modified Files: src/tests/usr.bin/xlint: check-expect.lua src/tests/usr.bin/xlint/lint1: msg_280.c msg_280.exp Log Message: tests/lint: document placement of lint comments To generate a diff

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 18:39:58 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_280.c msg_280.exp Log Message: tests/lint: clean up test for misplaced lint comments A varargs comment that appears in the function body is already

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 18:39:58 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_280.c msg_280.exp Log Message: tests/lint: clean up test for misplaced lint comments A varargs comment that appears in the function body is already

CVS commit: src/usr.bin/xlint

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 18:34:50 UTC 2021 Modified Files: src/usr.bin/xlint/common: tyname.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: reduce number of ifdef names No functional change. To generate a diff of this commit:

CVS commit: src/usr.bin/xlint

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 18:34:50 UTC 2021 Modified Files: src/usr.bin/xlint/common: tyname.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: reduce number of ifdef names No functional change. To generate a diff of this commit:

CVS commit: src

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 18:17:15 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint2: t_lint2.sh src/usr.bin/xlint/common: inittyp.c lint.h src/usr.bin/xlint/lint2: externs2.h main2.c src/usr.bin/xlint/xlint: xlint.c

CVS commit: src

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 18:17:15 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint2: t_lint2.sh src/usr.bin/xlint/common: inittyp.c lint.h src/usr.bin/xlint/lint2: externs2.h main2.c src/usr.bin/xlint/xlint: xlint.c

CVS commit: src

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 17:49:55 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_162.c msg_162.exp src/usr.bin/xlint/lint1: Makefile tree.c Log Message: lint: do not warn about comparison 'unsigned <= 0' Seen in scanners

CVS commit: src

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 17:49:55 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_162.c msg_162.exp src/usr.bin/xlint/lint1: Makefile tree.c Log Message: lint: do not warn about comparison 'unsigned <= 0' Seen in scanners

CVS commit: src/share/misc

2021-09-05 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sun Sep 5 17:29:27 UTC 2021 Modified Files: src/share/misc: acronyms acronyms-o.real Log Message: Move SOB to offensive acronyms. To generate a diff of this commit: cvs rdiff -u -r1.310 -r1.311 src/share/misc/acronyms cvs rdiff

CVS commit: src/share/misc

2021-09-05 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sun Sep 5 17:29:27 UTC 2021 Modified Files: src/share/misc: acronyms acronyms-o.real Log Message: Move SOB to offensive acronyms. To generate a diff of this commit: cvs rdiff -u -r1.310 -r1.311 src/share/misc/acronyms cvs rdiff

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 16:47:24 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_162.c msg_162.exp Log Message: tests/lint: test comparison of 'unsigned <= 0' To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 16:47:24 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_162.c msg_162.exp Log Message: tests/lint: test comparison of 'unsigned <= 0' To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 16:36:56 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: Makefile Log Message: lint: suppress remaining lint warnings in generated scan.c Warning 162 about 'unsigned <= 0' feels too ambitious, it may be restricted

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 16:36:56 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: Makefile Log Message: lint: suppress remaining lint warnings in generated scan.c Warning 162 about 'unsigned <= 0' feels too ambitious, it may be restricted

CVS commit: src/usr.bin/xlint

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 16:15:06 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c err.c src/usr.bin/xlint/lint2: read.c src/usr.bin/xlint/xlint: xlint.c Log Message: lint: fix some more lint warnings The only

CVS commit: src/usr.bin/xlint

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 16:15:06 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c err.c src/usr.bin/xlint/lint2: read.c src/usr.bin/xlint/xlint: xlint.c Log Message: lint: fix some more lint warnings The only

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 16:03:55 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c lex.c tree.c Log Message: lint: fix lint warnings To generate a diff of this commit: cvs rdiff -u -r1.233 -r1.234 src/usr.bin/xlint/lint1/decl.c cvs

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 16:03:55 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c lex.c tree.c Log Message: lint: fix lint warnings To generate a diff of this commit: cvs rdiff -u -r1.233 -r1.234 src/usr.bin/xlint/lint1/decl.c cvs

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 15:15:58 UTC 2021 Modified Files: src/usr.bin/xlint/xlint: Makefile Log Message: lint: clean up CPPFLAGS for xlint In 1995, the file mem.c was in ../lint1. In 2002, these files were moved to ../common instead. To

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 15:15:58 UTC 2021 Modified Files: src/usr.bin/xlint/xlint: Makefile Log Message: lint: clean up CPPFLAGS for xlint In 1995, the file mem.c was in ../lint1. In 2002, these files were moved to ../common instead. To

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 13:46:31 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: Makefile makeman Log Message: lint: generate date of lint.7 from err.c To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 13:46:31 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: Makefile makeman Log Message: lint: generate date of lint.7 from err.c To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85

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

2021-09-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 5 13:20:34 UTC 2021 Modified Files: src/sys/arch/arm/fdt: arm_fdt.c arm_fdtvar.h Log Message: Remove unused arm_fdt_memory_dump To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2021-09-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 5 13:20:34 UTC 2021 Modified Files: src/sys/arch/arm/fdt: arm_fdt.c arm_fdtvar.h Log Message: Remove unused arm_fdt_memory_dump To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 13:19:39 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: err.c makeman Log Message: lint.7: document removed messages Having just an empty string as the message was confusing. To generate a diff of this commit:

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 13:19:39 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: err.c makeman Log Message: lint.7: document removed messages Having just an empty string as the message was confusing. To generate a diff of this commit:

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

2021-09-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Sep 5 12:47:10 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: Now, ctx_flush() never fails. So, make this function void. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104

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

2021-09-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Sep 5 12:47:10 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: Now, ctx_flush() never fails. So, make this function void. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104

CVS commit: src

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 12:45:44 UTC 2021 Modified Files: src: README.md Log Message: README: use https for man.NetBSD.org To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/README.md Please note that diffs are not public

CVS commit: src

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 12:45:44 UTC 2021 Modified Files: src: README.md Log Message: README: use https for man.NetBSD.org To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/README.md Please note that diffs are not public

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

2021-09-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Sep 5 12:28:44 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: pmap_enter_pv(): At the moment, this function is always called with pmap_initialized. So, convert test for this condition to KASSERT. To

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

2021-09-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Sep 5 12:28:44 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: pmap_enter_pv(): At the moment, this function is always called with pmap_initialized. So, convert test for this condition to KASSERT. To

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

2021-09-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Sep 5 12:23:40 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: pmap_enter_pv(): No need to initialize npv to NULL. No functional changes intended. To generate a diff of this commit: cvs rdiff -u

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

2021-09-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Sep 5 12:23:40 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: pmap_enter_pv(): No need to initialize npv to NULL. No functional changes intended. To generate a diff of this commit: cvs rdiff -u

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

2021-09-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Sep 5 12:05:05 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: pmap_testout(): Use pmap_{protect,remove}() for va to (va + PAGE_SIZE), instead of (va + 1). No functional changes for the current

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

2021-09-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Sep 5 12:05:05 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: pmap_testout(): Use pmap_{protect,remove}() for va to (va + PAGE_SIZE), instead of (va + 1). No functional changes for the current

CVS commit: src/external/cddl/osnet/sys/kern

2021-09-05 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Sep 5 11:43:22 UTC 2021 Modified Files: src/external/cddl/osnet/sys/kern: vfs.c Log Message: Don't use __FBSDID, similar to kern/kobj.c, kern/misc.c, kern/sysevent.c To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/external/cddl/osnet/sys/kern

2021-09-05 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Sep 5 11:43:22 UTC 2021 Modified Files: src/external/cddl/osnet/sys/kern: vfs.c Log Message: Don't use __FBSDID, similar to kern/kobj.c, kern/misc.c, kern/sysevent.c To generate a diff of this commit: cvs rdiff -u -r1.8

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 11:42:33 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: decl_struct_member.c decl_struct_member.exp Log Message: tests/lint: document the fixed assertion failure for struct The change to cgram.y

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

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 11:42:33 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: decl_struct_member.c decl_struct_member.exp Log Message: tests/lint: document the fixed assertion failure for struct The change to cgram.y

CVS commit: [netbsd-9] src/doc

2021-09-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 5 10:49:51 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1342 To generate a diff of this commit: cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-9.3 Please note that diffs are not

CVS commit: [netbsd-9] src/doc

2021-09-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 5 10:49:51 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1342 To generate a diff of this commit: cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-9.3 Please note that diffs are not

CVS commit: [netbsd-9] src/sys/arch/mips/mips

2021-09-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 5 10:48:48 UTC 2021 Modified Files: src/sys/arch/mips/mips [netbsd-9]: trap.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1342): sys/arch/mips/mips/trap.c: revision 1.250

CVS commit: [netbsd-9] src/sys/arch/mips/mips

2021-09-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 5 10:48:48 UTC 2021 Modified Files: src/sys/arch/mips/mips [netbsd-9]: trap.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1342): sys/arch/mips/mips/trap.c: revision 1.250

CVS commit: src/external/cddl/osnet/sys/sys

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 10:18:31 UTC 2021 Modified Files: src/external/cddl/osnet/sys/sys: cdefs.h Log Message: osnet: fix lint warning about empty declaration proc_bkpt.c(32): warning: empty declaration [0] Use the same definition as in

CVS commit: src/external/cddl/osnet/sys/sys

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 10:18:31 UTC 2021 Modified Files: src/external/cddl/osnet/sys/sys: cdefs.h Log Message: osnet: fix lint warning about empty declaration proc_bkpt.c(32): warning: empty declaration [0] Use the same definition as in

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

2021-09-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Sep 5 09:57:43 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: if (cond) panic() or Debugger() in #ifdef DIAGNOSTIC ---> KASSERT(!cond) There is no regression observed during a full ATF run. To

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

2021-09-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Sep 5 09:57:43 UTC 2021 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: if (cond) panic() or Debugger() in #ifdef DIAGNOSTIC ---> KASSERT(!cond) There is no regression observed during a full ATF run. To