CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 07:46:04 UTC 2020 Modified Files: src/usr.bin/make: compat.c job.c main.c meta.c nonints.h Log Message: make(1): replace execError with execDie All calls to this function were followed by _exit(1). To generate a

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 08:01:23 UTC 2020 Modified Files: src/usr.bin/make: config.h main.c Log Message: make(1): remove USE_IOVEC When a system call in a child process failed, there was no guarantee that the error message would be written

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 08:01:23 UTC 2020 Modified Files: src/usr.bin/make: config.h main.c Log Message: make(1): remove USE_IOVEC When a system call in a child process failed, there was no guarantee that the error message would be written

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 07:46:04 UTC 2020 Modified Files: src/usr.bin/make: compat.c job.c main.c meta.c nonints.h Log Message: make(1): replace execError with execDie All calls to this function were followed by _exit(1). To generate a

CVS commit: src/distrib/sets/lists/debug

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Oct 18 10:10:18 UTC 2020 Modified Files: src/distrib/sets/lists/debug: mi module.mi Log Message: Fix build for mips; move from mi to module.mi debug symbols for test cases only available when MKKMOD=yes. To generate a diff of

CVS commit: src/distrib/sets/lists/debug

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Oct 18 10:10:18 UTC 2020 Modified Files: src/distrib/sets/lists/debug: mi module.mi Log Message: Fix build for mips; move from mi to module.mi debug symbols for test cases only available when MKKMOD=yes. To generate a diff of

CVS commit: src/share/misc

2020-10-18 Thread Leonardo Taccari
Module Name:src Committed By: leot Date: Sun Oct 18 10:17:09 UTC 2020 Modified Files: src/share/misc: acronyms.comp Log Message: Add PBR and VBR >From Rocky Hotas, thanks! To generate a diff of this commit: cvs rdiff -u -r1.313 -r1.314 src/share/misc/acronyms.comp

CVS commit: src/share/misc

2020-10-18 Thread Leonardo Taccari
Module Name:src Committed By: leot Date: Sun Oct 18 10:17:09 UTC 2020 Modified Files: src/share/misc: acronyms.comp Log Message: Add PBR and VBR >From Rocky Hotas, thanks! To generate a diff of this commit: cvs rdiff -u -r1.313 -r1.314 src/share/misc/acronyms.comp

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 10:44:25 UTC 2020 Modified Files: src/usr.bin/make: dir.c hash.c hash.h main.c var.c Log Message: make(1): make API for iterating over hash tables simpler To generate a diff of this commit: cvs rdiff -u -r1.163

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 10:44:25 UTC 2020 Modified Files: src/usr.bin/make: dir.c hash.c hash.h main.c var.c Log Message: make(1): make API for iterating over hash tables simpler To generate a diff of this commit: cvs rdiff -u -r1.163

CVS commit: src/sbin/mount

2020-10-18 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 18 10:57:30 UTC 2020 Modified Files: src/sbin/mount: mount.c Log Message: Make command line arguments -r and -w actually override defaults from fstab, previously -w would only cancel a preceeding -r. No longer strip -o

CVS commit: src/sbin/mount

2020-10-18 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 18 10:57:30 UTC 2020 Modified Files: src/sbin/mount: mount.c Log Message: Make command line arguments -r and -w actually override defaults from fstab, previously -w would only cancel a preceeding -r. No longer strip -o

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 11:09:08 UTC 2020 Modified Files: src/usr.bin/make: make.c make.h Log Message: make(1): convert NoExecute to non-inline The header make.h is not only used by usr.bin/make but also by usr.bin/xinstall, to get the

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 11:09:08 UTC 2020 Modified Files: src/usr.bin/make: make.c make.h Log Message: make(1): convert NoExecute to non-inline The header make.h is not only used by usr.bin/make but also by usr.bin/xinstall, to get the

CVS commit: src/sys/dev/ic

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Oct 18 11:51:09 UTC 2020 Modified Files: src/sys/dev/ic: ac97.c Log Message: Fix undefined behaviors found by kUBSan. Tested on VirtualBox with amd64 kernel. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100

CVS commit: src/usr.bin/make/filemon

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 11:49:47 UTC 2020 Modified Files: src/usr.bin/make/filemon: filemon.h Log Message: make(1): use consistent include guard for headers To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev/ic

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Oct 18 11:51:09 UTC 2020 Modified Files: src/sys/dev/ic: ac97.c Log Message: Fix undefined behaviors found by kUBSan. Tested on VirtualBox with amd64 kernel. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100

CVS commit: src/usr.bin/make/filemon

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 11:49:47 UTC 2020 Modified Files: src/usr.bin/make/filemon: filemon.h Log Message: make(1): use consistent include guard for headers To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 11:54:43 UTC 2020 Modified Files: src/usr.bin/make: main.c meta.c src/usr.bin/make/filemon: filemon_ktrace.c Log Message: make(1): prepare for WARNS=6 The FD_* macros from sys/sys/fd_set.h use signed integers

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 11:54:43 UTC 2020 Modified Files: src/usr.bin/make: main.c meta.c src/usr.bin/make/filemon: filemon_ktrace.c Log Message: make(1): prepare for WARNS=6 The FD_* macros from sys/sys/fd_set.h use signed integers

CVS commit: src/sys/dev/wsfb

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Oct 18 11:54:21 UTC 2020 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: For WSDISPLAYIO_GET_FBINFO ioctl, set WSFB_VRAM_IS_RAM to fbi_flags when shadow FB is used. To generate a diff of this commit: cvs rdiff -u -r1.74

CVS commit: src/sys/dev/wsfb

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Oct 18 11:54:21 UTC 2020 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: For WSDISPLAYIO_GET_FBINFO ioctl, set WSFB_VRAM_IS_RAM to fbi_flags when shadow FB is used. To generate a diff of this commit: cvs rdiff -u -r1.74

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 12:00:17 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): migrate ArchFree from Hash_Search to HashIter To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 src/usr.bin/make/arch.c

CVS commit: src/sys/dev/wsfb

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Oct 18 12:00:12 UTC 2020 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: Remove stray TABs. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/dev/wsfb/genfb.c Please note that

CVS commit: src/sys/dev/wsfb

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Oct 18 12:00:12 UTC 2020 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: Remove stray TABs. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/dev/wsfb/genfb.c Please note that

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 12:00:17 UTC 2020 Modified Files: src/usr.bin/make: arch.c Log Message: make(1): migrate ArchFree from Hash_Search to HashIter To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 src/usr.bin/make/arch.c

Re: CVS commit: src/sys/dev/wsfb

2020-10-18 Thread Jared McNeill
I think WSFB_VRAM_IS_RAM is meant to be a hint for what kind of memory you get when you mmap the device. When shadow FB is used, that is generally only used for rasops and mmap bypasses the shadow and uses device memory directly. So I think this could cause performance regressions on such

Re: CVS commit: src/sys/dev/wsfb

2020-10-18 Thread Rin Okuyama
On 2020/10/18 21:18, Jared McNeill wrote: I think WSFB_VRAM_IS_RAM is meant to be a hint for what kind of memory you get when you mmap the device. When shadow FB is used, that is generally only used for rasops and mmap bypasses the shadow and uses device memory directly. So I think this could

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 12:36:43 UTC 2020 Modified Files: src/usr.bin/make: arch.c dir.c dir.h hash.c hash.h main.c make.h targ.c var.c Log Message: make(1): remove underscore from Hash_Table and Hash_Entry For consistency with

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 12:36:43 UTC 2020 Modified Files: src/usr.bin/make: arch.c dir.c dir.h hash.c hash.h main.c make.h targ.c var.c Log Message: make(1): remove underscore from Hash_Table and Hash_Entry For consistency with

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 08:24:01 UTC 2020 Modified Files: src/usr.bin/make: targ.c Log Message: make(1): extract GNode_OpName from Targ_PrintNode To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/usr.bin/make/targ.c

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 08:24:01 UTC 2020 Modified Files: src/usr.bin/make: targ.c Log Message: make(1): extract GNode_OpName from Targ_PrintNode To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/usr.bin/make/targ.c

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 08:47:54 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varname.exp varname.mk Log Message: make(1): sort variables in debug output This way it's easier to see whether an

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 08:47:54 UTC 2020 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varname.exp varname.mk Log Message: make(1): sort variables in debug output This way it's easier to see whether an

CVS commit: src/sys/uvm

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Oct 18 08:52:15 UTC 2020 Modified Files: src/sys/uvm: uvm_bio.c Log Message: PR kern/55658 Revert rev 1.122: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/uvm/uvm_bio.c#rev1.122 If this commit is applied to NFS client, changes

CVS commit: src/sys/uvm

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Oct 18 08:52:15 UTC 2020 Modified Files: src/sys/uvm: uvm_bio.c Log Message: PR kern/55658 Revert rev 1.122: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/uvm/uvm_bio.c#rev1.122 If this commit is applied to NFS client, changes

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 08:58:29 UTC 2020 Modified Files: src/usr.bin/make: lst.c lst.h parse.c var.c src/usr.bin/make/unit-tests: include-sub.mk Log Message: make(1): rename Stack to Vector Both Var_Dump and GetActuallyIncludingFile

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 08:58:29 UTC 2020 Modified Files: src/usr.bin/make: lst.c lst.h parse.c var.c src/usr.bin/make/unit-tests: include-sub.mk Log Message: make(1): rename Stack to Vector Both Var_Dump and GetActuallyIncludingFile

CVS commit: src/sys/arch/arm

2020-10-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 18 16:28:57 UTC 2020 Modified Files: src/sys/arch/arm/arm: bootconfig.c src/sys/arch/arm/include: bootconfig.h Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/arch/arm

2020-10-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 18 16:28:57 UTC 2020 Modified Files: src/sys/arch/arm/arm: bootconfig.c src/sys/arch/arm/include: bootconfig.h Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 17:41:07 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): extract duplicate code from SuffAddSrc into separate function To generate a diff of this commit: cvs rdiff -u -r1.189 -r1.190

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 17:41:07 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): extract duplicate code from SuffAddSrc into separate function To generate a diff of this commit: cvs rdiff -u -r1.189 -r1.190

CVS commit: src/sys/stand/efiboot

2020-10-18 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Oct 18 18:05:48 UTC 2020 Modified Files: src/sys/stand/efiboot: efiblock.c Log Message: efiboot: recognize the EFI system partition as fstype MSDOS To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/stand/efiboot

2020-10-18 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Oct 18 18:05:48 UTC 2020 Modified Files: src/sys/stand/efiboot: efiblock.c Log Message: efiboot: recognize the EFI system partition as fstype MSDOS To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 21:12:13 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-loop.mk Log Message: make(1): add test for nested :@ modifiers using the same variable name To generate a diff of this commit: cvs rdiff -u -r1.3

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

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 21:12:13 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-loop.mk Log Message: make(1): add test for nested :@ modifiers using the same variable name To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 17:06:14 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): extract UpdateTargets from Suff_AddSuffix To generate a diff of this commit: cvs rdiff -u -r1.186 -r1.187 src/usr.bin/make/suff.c

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 17:06:14 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): extract UpdateTargets from Suff_AddSuffix To generate a diff of this commit: cvs rdiff -u -r1.186 -r1.187 src/usr.bin/make/suff.c

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 19:11:35 UTC 2020 Modified Files: src/usr.bin/make: Makefile parse.c Log Message: make(1): fix GCC warning about small buffer for cohort_num Since unmade_cohorts is a signed number (the code contains an underflow

re: CVS commit: src/distrib/sets/lists/debug

2020-10-18 Thread matthew green
"Rin Okuyama" writes: > Module Name: src > Committed By: rin > Date: Sun Oct 18 10:10:18 UTC 2020 > > Modified Files: > src/distrib/sets/lists/debug: mi module.mi > > Log Message: > Fix build for mips; move from mi to module.mi debug symbols for > test cases only available when

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

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 16:12:39 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: suff-rebuild.mk Log Message: make(1): fix typo in test suff-rebuild.mk To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 16:12:39 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: suff-rebuild.mk Log Message: make(1): fix typo in test suff-rebuild.mk To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 18:12:42 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: opt-ignore.exp opt-ignore.mk opt-keep-going.exp opt-keep-going.mk sh-dots.exp sh-dots.mk Log Message: make(1): switch some tests to

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

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 18:12:42 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: opt-ignore.exp opt-ignore.mk opt-keep-going.exp opt-keep-going.mk sh-dots.exp sh-dots.mk Log Message: make(1): switch some tests to

CVS commit: src/sys/uvm

2020-10-18 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Oct 18 18:31:31 UTC 2020 Modified Files: src/sys/uvm: uvm_page.c uvm_pgflcache.c Log Message: In the current code, CPU_COUNT_FREEPAGES counts pages in the global freelists AND the per-CPU pgflcache free pages caches, and that is

CVS commit: src/sys/uvm

2020-10-18 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Oct 18 18:31:31 UTC 2020 Modified Files: src/sys/uvm: uvm_page.c uvm_pgflcache.c Log Message: In the current code, CPU_COUNT_FREEPAGES counts pages in the global freelists AND the per-CPU pgflcache free pages caches, and that is

CVS commit: [netbsd-9] src/sys

2020-10-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 18 18:42:11 UTC 2020 Modified Files: src/sys/arch/amd64/amd64 [netbsd-9]: process_machdep.c src/sys/arch/i386/i386 [netbsd-9]: process_machdep.c src/sys/arch/powerpc/powerpc [netbsd-9]: process_machdep.c

CVS commit: [netbsd-9] src/sys

2020-10-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 18 18:42:11 UTC 2020 Modified Files: src/sys/arch/amd64/amd64 [netbsd-9]: process_machdep.c src/sys/arch/i386/i386 [netbsd-9]: process_machdep.c src/sys/arch/powerpc/powerpc [netbsd-9]: process_machdep.c

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 20:14:27 UTC 2020 Modified Files: src/usr.bin/make: nonints.h parse.c Log Message: make(1): remove redundant code for determining the assignment operator To generate a diff of this commit: cvs rdiff -u -r1.143

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 20:29:50 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): split VarAssign_Eval into smaller functions To generate a diff of this commit: cvs rdiff -u -r1.389 -r1.390 src/usr.bin/make/parse.c

CVS commit: src/sys/modules

2020-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 19:56:42 UTC 2020 Modified Files: src/sys/modules/ffs: Makefile src/sys/modules/i915drmkms: Makefile src/sys/modules/ipl: Makefile src/sys/modules/npf: Makefile src/sys/modules/pf:

CVS commit: src/share/mk

2020-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 19:57:44 UTC 2020 Modified Files: src/share/mk: bsd.kmodule.mk Log Message: Handle the no-addr-of-packed-member only for the files that need it, not globally. To generate a diff of this commit: cvs rdiff -u -r1.71

CVS commit: src/share/mk

2020-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 19:57:44 UTC 2020 Modified Files: src/share/mk: bsd.kmodule.mk Log Message: Handle the no-addr-of-packed-member only for the files that need it, not globally. To generate a diff of this commit: cvs rdiff -u -r1.71

CVS commit: src/share/mk

2020-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 19:58:02 UTC 2020 Modified Files: src/share/mk: bsd.own.mk Log Message: provide a no-addr-of-packed-member for both clang and gcc To generate a diff of this commit: cvs rdiff -u -r1.1227 -r1.1228

CVS commit: src/sys/modules

2020-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 19:56:42 UTC 2020 Modified Files: src/sys/modules/ffs: Makefile src/sys/modules/i915drmkms: Makefile src/sys/modules/ipl: Makefile src/sys/modules/npf: Makefile src/sys/modules/pf:

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 20:14:27 UTC 2020 Modified Files: src/usr.bin/make: nonints.h parse.c Log Message: make(1): remove redundant code for determining the assignment operator To generate a diff of this commit: cvs rdiff -u -r1.143

CVS commit: src/sys/dev/wsfb

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Oct 19 01:08:06 UTC 2020 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: Add "is_swapped" property which indicates 32-bpp framebuffer is byte-swapped. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78

CVS commit: src/sys/dev/wsfb

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Oct 19 01:08:06 UTC 2020 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: Add "is_swapped" property which indicates 32-bpp framebuffer is byte-swapped. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78

CVS commit: src

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 16:33:18 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: suff-main.exp suff-main.mk Log Message: make(1): add

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 17:12:43 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): improve parameter names for suffix functions Both gs_gnp and gnp were terrible variable names that didn't give the slightest clue about

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 17:12:43 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): improve parameter names for suffix functions Both gs_gnp and gnp were terrible variable names that didn't give the slightest clue about

CVS commit: [netbsd-9] src/external/mit/xorg/bin/xinit

2020-10-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 18 18:08:46 UTC 2020 Modified Files: src/external/mit/xorg/bin/xinit [netbsd-9]: Makefile Log Message: Pull up following revision(s) (requested by nia in ticket #1115): external/mit/xorg/bin/xinit/Makefile:

CVS commit: src/sys/stand/efiboot

2020-10-18 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Oct 18 18:09:32 UTC 2020 Modified Files: src/sys/stand/efiboot: version Log Message: efiboot: bump version To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/stand/efiboot/version Please note that diffs are

CVS commit: src/sys/stand/efiboot

2020-10-18 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Oct 18 18:09:32 UTC 2020 Modified Files: src/sys/stand/efiboot: version Log Message: efiboot: bump version To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/stand/efiboot/version Please note that diffs are

CVS commit: [netbsd-9] src/external/mit/xorg/bin/xinit

2020-10-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 18 18:08:46 UTC 2020 Modified Files: src/external/mit/xorg/bin/xinit [netbsd-9]: Makefile Log Message: Pull up following revision(s) (requested by nia in ticket #1115): external/mit/xorg/bin/xinit/Makefile:

CVS commit: src/sys

2020-10-18 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Oct 18 18:22:29 UTC 2020 Modified Files: src/sys/rump/librump/rumpvfs: vm_vfs.c src/sys/uvm: uvm_page.c uvm_pager.c Log Message: Move the handling of PG_PAGEOUT from uvm_aio_aiodone_pages() to uvm_page_unbusy() so that

CVS commit: src/sys

2020-10-18 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Oct 18 18:22:29 UTC 2020 Modified Files: src/sys/rump/librump/rumpvfs: vm_vfs.c src/sys/uvm: uvm_page.c uvm_pager.c Log Message: Move the handling of PG_PAGEOUT from uvm_aio_aiodone_pages() to uvm_page_unbusy() so that

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 20:07:26 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): move ParseVarassignOp further up To generate a diff of this commit: cvs rdiff -u -r1.387 -r1.388 src/usr.bin/make/parse.c Please note

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 20:07:26 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): move ParseVarassignOp further up To generate a diff of this commit: cvs rdiff -u -r1.387 -r1.388 src/usr.bin/make/parse.c Please note

CVS commit: src/usr.bin/cdplay

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 21:58:32 UTC 2020 Modified Files: src/usr.bin/cdplay: cdplay.c Log Message: cdplay: remove redundant parentheses around return value Purely cosmetic change. The generated code stays exactly the same. To generate a

CVS commit: src/usr.bin/cdplay

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 21:58:32 UTC 2020 Modified Files: src/usr.bin/cdplay: cdplay.c Log Message: cdplay: remove redundant parentheses around return value Purely cosmetic change. The generated code stays exactly the same. To generate a

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 16:01:44 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): rename struct GNodeSuff to SuffScanTargetsArgs To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 src/usr.bin/make/suff.c

CVS commit: [netbsd-9] src

2020-10-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 18 18:18:45 UTC 2020 Modified Files: src/doc [netbsd-9]: 3RDPARTY src/external/public-domain/tz/dist [netbsd-9]: Makefile NEWS TZDATA_VERSION australasia europe version ziguard.awk Log Message: Pull up

CVS commit: [netbsd-9] src

2020-10-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 18 18:18:45 UTC 2020 Modified Files: src/doc [netbsd-9]: 3RDPARTY src/external/public-domain/tz/dist [netbsd-9]: Makefile NEWS TZDATA_VERSION australasia europe version ziguard.awk Log Message: Pull up

CVS commit: src/share/mk

2020-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 18 19:58:02 UTC 2020 Modified Files: src/share/mk: bsd.own.mk Log Message: provide a no-addr-of-packed-member for both clang and gcc To generate a diff of this commit: cvs rdiff -u -r1.1227 -r1.1228

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 20:29:50 UTC 2020 Modified Files: src/usr.bin/make: parse.c Log Message: make(1): split VarAssign_Eval into smaller functions To generate a diff of this commit: cvs rdiff -u -r1.389 -r1.390 src/usr.bin/make/parse.c

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

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 21:36:22 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-assign.exp varmod-assign.mk Log Message: make(1): explain existing tests for the ::= assignment modifiers To generate a diff of this commit: cvs

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

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 21:37:24 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-assign.mk Log Message: make(1): add test for the ::+= modifier expanding its right-hand side To generate a diff of this commit: cvs rdiff -u -r1.7

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

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 21:36:22 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-assign.exp varmod-assign.mk Log Message: make(1): explain existing tests for the ::= assignment modifiers To generate a diff of this commit: cvs

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

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 21:37:24 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-assign.mk Log Message: make(1): add test for the ::+= modifier expanding its right-hand side To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 16:33:18 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: suff-main.exp suff-main.mk Log Message: make(1): add

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 17:00:22 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): inline struct SuffScanTargetsArgs into SuffScanTargets To generate a diff of this commit: cvs rdiff -u -r1.185 -r1.186

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 17:00:22 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): inline struct SuffScanTargetsArgs into SuffScanTargets To generate a diff of this commit: cvs rdiff -u -r1.185 -r1.186

CVS commit: src/sys

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Oct 19 01:12:14 UTC 2020 Modified Files: src/sys/arch/arm/fdt: arm_simplefb.c src/sys/arch/evbarm/fdt: fdt_machdep.c src/sys/dev/fdt: simplefb.c Log Message: Fix colors of 32-bpp raster console for

CVS commit: src/sys

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Oct 19 01:12:14 UTC 2020 Modified Files: src/sys/arch/arm/fdt: arm_simplefb.c src/sys/arch/evbarm/fdt: fdt_machdep.c src/sys/dev/fdt: simplefb.c Log Message: Fix colors of 32-bpp raster console for

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

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Oct 19 01:13:41 UTC 2020 Modified Files: src/sys/arch/arm/sunxi: sunxi_debe.c Log Message: sunxi_debe_set_videomode(): As byte-swapped framebuffer is now handled by FDT override, do not configure FB to little-endian format for

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

2020-10-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Oct 19 01:13:41 UTC 2020 Modified Files: src/sys/arch/arm/sunxi: sunxi_debe.c Log Message: sunxi_debe_set_videomode(): As byte-swapped framebuffer is now handled by FDT override, do not configure FB to little-endian format for

CVS commit: src/usr.bin/make

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 16:01:44 UTC 2020 Modified Files: src/usr.bin/make: suff.c Log Message: make(1): rename struct GNodeSuff to SuffScanTargetsArgs To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 src/usr.bin/make/suff.c

CVS commit: [netbsd-9] src/doc

2020-10-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 18 19:24:30 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Tickets #1115 - #1117 Move 9.1 release tag and document this. Now for real: welcome to 9.1! To generate a diff of this commit: cvs rdiff

CVS commit: [netbsd-9] src/doc

2020-10-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 18 19:24:30 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Tickets #1115 - #1117 Move 9.1 release tag and document this. Now for real: welcome to 9.1! To generate a diff of this commit: cvs rdiff

  1   2   >