CVS commit: src/sys/dev/pci

2020-08-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Aug 7 23:31:07 UTC 2020 Modified Files: src/sys/dev/pci: machfb.c Log Message: the drawing engine needs a stride that's a multiple of 8 in pixels, so let's actually distinguish between width and stride, and always round the

CVS commit: src/usr.bin/make

2020-08-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 7 20:35:03 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): format the code in var.c a little more consistently To generate a diff of this commit: cvs rdiff -u -r1.416 -r1.417 src/usr.bin/make/var.

CVS commit: src/share/man/man9

2020-08-07 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Aug 7 20:17:59 UTC 2020 Modified Files: src/share/man/man9: genfs.9 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/genfs.9 Please note that diffs are no

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

2020-08-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 7 20:10:35 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: modmisc.exp modmisc.mk Log Message: make(1): add tests for creative variable names in the :@ modifier To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src

2020-08-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 7 19:24:27 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: export-variants.exp export-variants.mk Log Message: make

CVS commit: src/sys/kern

2020-08-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 7 18:46:00 UTC 2020 Modified Files: src/sys/kern: subr_pcu.c Log Message: pcu_available_p is only used in KASSERT(), fix non-diagnostic build. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/kern

CVS commit: src/sys/dev/pci

2020-08-07 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Fri Aug 7 18:26:33 UTC 2020 Modified Files: src/sys/dev/pci: machfb.c Log Message: Also set the bits for horizontal sync start delay. This makes machfb work correctly for some modes (e.g. 1152x720). Modify mach64_get_mode() to get

CVS commit: src/sys/miscfs/genfs

2020-08-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 7 18:14:22 UTC 2020 Modified Files: src/sys/miscfs/genfs: genfs.h genfs_vnops.c Log Message: accmode should be accmode_t To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/miscfs/genfs/genfs.h cvs r

CVS commit: src/share/man/man9

2020-08-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 7 18:13:19 UTC 2020 Modified Files: src/share/man/man9: genfs.9 Log Message: Catch up with genfs_can argument changes To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/genfs.9 Please note

CVS commit: src/share/man/man9

2020-08-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 7 17:59:32 UTC 2020 Modified Files: src/share/man/man9: vfsops.9 Log Message: Catch up with lktype addition. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/share/man/man9/vfsops.9 Please note that

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

2020-08-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 7 14:40:59 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: make(1): document why the suffixes test must stay disabled To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/usr.bin

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

2020-08-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 7 14:26:18 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile phony-end.exp Log Message: make(1): enable test phony-end This at least documents the actual behavior. Not sure what the expected behavior is and

CVS commit: src/sys/arch

2020-08-07 Thread Frederic Cambus
Module Name:src Committed By: fcambus Date: Fri Aug 7 14:20:08 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: cpu.c src/sys/arch/sparc64/sparc64: cpu.c Log Message: Use CPU_IS_PRIMARY macro on alpha and sparc64. To generate a diff of this commit: cvs rdiff -

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

2020-08-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 7 13:43:50 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: Makefile impsrc.exp impsrc.mk Log Message: make(1): enable test for .IMPSRC Having this test disabled was very confusing since its content didn't match the

CVS commit: src/usr.bin/script

2020-08-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 7 13:36:28 UTC 2020 Modified Files: src/usr.bin/script: script.c Log Message: PR/55548: Soumendra Ganguly: Since isatty(3) is implemented using tcgetattr(3), call it directly to avoid calling it twice. This makes error

CVS commit: src/sys

2020-08-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 7 07:19:45 UTC 2020 Modified Files: src/sys/arch/m68k/include: pmap_coldfire.h src/sys/arch/mips/include: pmap.h src/sys/arch/powerpc/include/booke: pmap.h src/sys/arch/riscv/include: pmap.h