CVS commit: src/sys/arch/sh3/sh3

2020-07-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jul 30 03:57:52 UTC 2020 Added Files: src/sys/arch/sh3/sh3: pmb.c Log Message: Code to dump PMB contents. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/sh3/sh3/pmb.c Please note that diffs are not

CVS commit: src/sys/arch/sh3/sh3

2020-07-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jul 30 03:57:52 UTC 2020 Added Files: src/sys/arch/sh3/sh3: pmb.c Log Message: Code to dump PMB contents. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/sh3/sh3/pmb.c Please note that diffs are not

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

2020-07-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jul 30 03:19:34 UTC 2020 Modified Files: src/sys/arch/sh3/include: pmb.h Log Message: Add snprintb formats. Fix PASCR name. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sh3/include/pmb.h Please

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

2020-07-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jul 30 03:19:34 UTC 2020 Modified Files: src/sys/arch/sh3/include: pmb.h Log Message: Add snprintb formats. Fix PASCR name. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sh3/include/pmb.h Please

CVS commit: src/sys/ddb

2020-07-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jul 29 23:29:42 UTC 2020 Modified Files: src/sys/ddb: db_lex.c db_lex.h Log Message: db_get_line - raw access to the DDB command line. Provide a way for DDB commands to access the remainder of the command line as-is. To

CVS commit: src/sys/ddb

2020-07-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jul 29 23:29:42 UTC 2020 Modified Files: src/sys/ddb: db_lex.c db_lex.h Log Message: db_get_line - raw access to the DDB command line. Provide a way for DDB commands to access the remainder of the command line as-is. To

CVS commit: src/usr.bin/make

2020-07-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jul 29 21:35:35 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: modmisc.exp modmisc.mk Log Message: make(1): remove unnecessary assignments to st->next No change in the size of the

CVS commit: src/usr.bin/make

2020-07-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jul 29 21:35:35 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: modmisc.exp modmisc.mk Log Message: make(1): remove unnecessary assignments to st->next No change in the size of the

CVS commit: src/usr.bin/make

2020-07-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jul 29 21:23:26 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): document parameters to ApplyModifiers To generate a diff of this commit: cvs rdiff -u -r1.356 -r1.357 src/usr.bin/make/var.c Please

CVS commit: src/usr.bin/make

2020-07-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jul 29 21:23:26 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): document parameters to ApplyModifiers To generate a diff of this commit: cvs rdiff -u -r1.356 -r1.357 src/usr.bin/make/var.c Please

CVS commit: src/usr.bin/make

2020-07-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jul 29 20:57:31 UTC 2020 Modified Files: src/usr.bin/make: Makefile var.c Log Message: make(1): use specialized return type for ApplyModifier functions This makes it immediately obvious what happens after a modifier has been

CVS commit: src/usr.bin/make

2020-07-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jul 29 20:57:31 UTC 2020 Modified Files: src/usr.bin/make: Makefile var.c Log Message: make(1): use specialized return type for ApplyModifier functions This makes it immediately obvious what happens after a modifier has been

CVS commit: src/usr.bin/make

2020-07-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jul 29 20:33:38 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk Log Message: make(1): fix segfault when evaluating ${::=value} The bug had been in the handling of

CVS commit: src/usr.bin/make

2020-07-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jul 29 20:33:38 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk Log Message: make(1): fix segfault when evaluating ${::=value} The bug had been in the handling of

CVS commit: src/usr.bin/make

2020-07-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jul 29 19:48:33 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: Makefile moderrs.exp moderrs.mk Log Message: make(1): add enough tests to cover the ApplyModifier functions Only a few

CVS commit: src/usr.bin/make

2020-07-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jul 29 19:48:33 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: Makefile moderrs.exp moderrs.mk Log Message: make(1): add enough tests to cover the ApplyModifier functions Only a few

CVS commit: src/usr.bin/make/unit-tests

2020-07-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jul 29 18:48:47 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk modmisc.exp modmisc.mk Log Message: make(1): add unit tests for parse errors in modifiers To generate a diff of this

CVS commit: src/usr.bin/make/unit-tests

2020-07-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jul 29 18:48:47 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: moderrs.exp moderrs.mk modmisc.exp modmisc.mk Log Message: make(1): add unit tests for parse errors in modifiers To generate a diff of this

CVS commit: xsrc/external/mit/xorg-server/dist/hw/sun

2020-07-29 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Wed Jul 29 17:29:53 UTC 2020 Modified Files: xsrc/external/mit/xorg-server/dist/hw/sun: sun.h sunKbd.c Log Message: Remove unused functions required to handle non-XKB autorepeat. To generate a diff of this commit: cvs rdiff

CVS commit: xsrc/external/mit/xorg-server/dist/hw/sun

2020-07-29 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Wed Jul 29 17:29:53 UTC 2020 Modified Files: xsrc/external/mit/xorg-server/dist/hw/sun: sun.h sunKbd.c Log Message: Remove unused functions required to handle non-XKB autorepeat. To generate a diff of this commit: cvs rdiff

CVS commit: xsrc/external/mit/xorg-server/dist/hw/sun

2020-07-29 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Wed Jul 29 17:27:44 UTC 2020 Modified Files: xsrc/external/mit/xorg-server/dist/hw/sun: sunKbd.c Log Message: Fix LED defintions to match xkb/xkbInit.c. Now CapsLock and NumLock LEDs work correctly. XXX: No ScrollLock LED To

CVS commit: xsrc/external/mit/xorg-server/dist/hw/sun

2020-07-29 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Wed Jul 29 17:27:44 UTC 2020 Modified Files: xsrc/external/mit/xorg-server/dist/hw/sun: sunKbd.c Log Message: Fix LED defintions to match xkb/xkbInit.c. Now CapsLock and NumLock LEDs work correctly. XXX: No ScrollLock LED To

CVS commit: src/sys/crypto/chacha/arch/arm

2020-07-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 29 14:23:59 UTC 2020 Modified Files: src/sys/crypto/chacha/arch/arm: chacha_neon_32.S Log Message: Issue three more swaps to save eight stores. Reduces code size and yields a small (~2%) cgd throughput boost. Remove

CVS commit: src/sys/crypto/chacha/arch/arm

2020-07-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 29 14:23:59 UTC 2020 Modified Files: src/sys/crypto/chacha/arch/arm: chacha_neon_32.S Log Message: Issue three more swaps to save eight stores. Reduces code size and yields a small (~2%) cgd throughput boost. Remove

CVS commit: src/sys/dev/pci

2020-07-29 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Wed Jul 29 13:03:36 UTC 2020 Modified Files: src/sys/dev/pci: xmm7360.c Log Message: fix xmm7360_os_msleep() macro to actually work when not wrapped inside a block from genua To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci

2020-07-29 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Wed Jul 29 13:03:36 UTC 2020 Modified Files: src/sys/dev/pci: xmm7360.c Log Message: fix xmm7360_os_msleep() macro to actually work when not wrapped inside a block from genua To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci

2020-07-29 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Wed Jul 29 13:01:19 UTC 2020 Modified Files: src/sys/dev/pci: xmm7360.c Log Message: sprinkle __diagused so this compiles without DIAGNOSTIC To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/dev/pci

2020-07-29 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Wed Jul 29 13:01:19 UTC 2020 Modified Files: src/sys/dev/pci: xmm7360.c Log Message: sprinkle __diagused so this compiles without DIAGNOSTIC To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/dev/pci

2020-07-29 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Wed Jul 29 13:00:26 UTC 2020 Modified Files: src/sys/dev/pci: xmm7360.c Log Message: adjust OpenBSD mbuf handling so tcpdump(1) works there; from genua keep code as-is for NetBSD, DLT_RAW works there To generate a diff of

CVS commit: src/sys/dev/pci

2020-07-29 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Wed Jul 29 13:00:26 UTC 2020 Modified Files: src/sys/dev/pci: xmm7360.c Log Message: adjust OpenBSD mbuf handling so tcpdump(1) works there; from genua keep code as-is for NetBSD, DLT_RAW works there To generate a diff of

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

2020-07-29 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Jul 29 09:00:05 UTC 2020 Modified Files: src/sys/arch/mips/include: cpuregs.h Log Message: Add definitions for the CP0 WatchLo/WatchHi registers. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106

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

2020-07-29 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Jul 29 09:00:05 UTC 2020 Modified Files: src/sys/arch/mips/include: cpuregs.h Log Message: Add definitions for the CP0 WatchLo/WatchHi registers. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106

CVS commit: src/sys/dev/pci

2020-07-29 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Wed Jul 29 07:14:45 UTC 2020 Modified Files: src/sys/dev/pci: nvme_pci.c Log Message: rename label now that it has dual purpose; suggested by mrg@ To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/dev/pci

2020-07-29 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Wed Jul 29 07:14:45 UTC 2020 Modified Files: src/sys/dev/pci: nvme_pci.c Log Message: rename label now that it has dual purpose; suggested by mrg@ To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/doc

2020-07-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jul 29 06:50:33 UTC 2020 Modified Files: src/doc: 3RDPARTY Log Message: gettext-0.21 is out. To generate a diff of this commit: cvs rdiff -u -r1.1736 -r1.1737 src/doc/3RDPARTY Please note that diffs are not public domain;

CVS commit: src/doc

2020-07-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jul 29 06:50:33 UTC 2020 Modified Files: src/doc: 3RDPARTY Log Message: gettext-0.21 is out. To generate a diff of this commit: cvs rdiff -u -r1.1736 -r1.1737 src/doc/3RDPARTY Please note that diffs are not public domain;