CVS commit: src/sys/arch/x68k/stand

2020-08-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 10 07:00:49 UTC 2020 Modified Files: src/sys/arch/x68k/stand: Makefile.inc src/sys/arch/x68k/stand/boot: Makefile src/sys/arch/x68k/stand/mboot: Makefile src/sys/arch/x68k/stand/xxboot: Makefile.xxboot

CVS commit: src

2020-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 10 09:23:37 UTC 2020 Modified Files: src/external/mit/xorg/server/xorg-server/doc: Makefile src/external/mit/xorg/server/xorg-server/hw/xfree86/doc: Makefile src/share/mk: bsd.x11.mk Log Message: fix various m

CVS commit: src/share/man/man9

2020-08-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 10 09:30:21 UTC 2020 Modified Files: src/share/man/man9: ucas.9 Log Message: Fix typo: than --> then. Probably not worth bumping date. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/ucas.9 P

CVS commit: src/sys/arch/m68k/m68k

2020-08-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 10 09:38:48 UTC 2020 Modified Files: src/sys/arch/m68k/m68k: process_machdep.c Log Message: Forbid to set odd address to PC in process_write_regs() and process_set_pc(). Otherwise, address error occurs in kernel at rte instr

CVS commit: src/external/gpl3/gcc

2020-08-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 10 10:42:10 UTC 2020 Modified Files: src/external/gpl3/gcc: README.gcc8 Log Message: Update table for m68000 and m68k ports: - m68000 and m68k are running. - ``make release'' completes for all m68k ports. - amiga, mac68k, and

CVS commit: src/sys/arch

2020-08-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 10 10:51:21 UTC 2020 Modified Files: src/sys/arch/amiga/amiga: trap.c src/sys/arch/mac68k/mac68k: trap.c src/sys/arch/sun3/sun3: trap.c Log Message: Fix siginfo support for amiga, mac68k, and sun3: - T_ZERODI

CVS commit: src/sys

2020-08-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 10 10:59:34 UTC 2020 Modified Files: src/sys/arch/amiga/include: intr.h src/sys/arch/hpc/stand/libsa: compat.h src/sys/arch/hpcmips/stand/libsa: compat.h src/sys/arch/i386/bioscall: Makefile src

CVS commit: src/sys/miscfs/genfs

2020-08-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 10 11:09:15 UTC 2020 Modified Files: src/sys/miscfs/genfs: genfs_io.c Log Message: Output offsets in hex for UVMHIST. To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/sys/miscfs/genfs/genfs_io.c Please not

CVS commit: src

2020-08-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Aug 10 14:37:38 UTC 2020 Modified Files: src/common/lib/libc/arch/mips/atomic: membar_ops.S src/sys/arch/mips/include: asm.h Log Message: More SYNC centralisation To generate a diff of this commit: cvs rdiff -u -r1.9

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

2020-08-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Aug 10 18:19:58 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: posix1.mk Log Message: make(1): clean up temporary files after posix1.mk test To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make

CVS commit: src/usr.bin/make

2020-08-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Aug 10 18:20:28 UTC 2020 Modified Files: src/usr.bin/make: Makefile Log Message: make(1): clean up coverage files even if USE_COVERAGE is not set To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/usr.bin/make

CVS commit: src/usr.bin/make

2020-08-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Aug 10 18:40:24 UTC 2020 Modified Files: src/usr.bin/make: Makefile Log Message: make(1): make gcov command line configurable Some useful options are -a or -f. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 s

CVS commit: src/usr.bin/make

2020-08-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Aug 10 19:20:34 UTC 2020 Modified Files: src/usr.bin/make: str.c Log Message: make(1): fix integer type in str_concat To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/usr.bin/make/str.c Please note that dif

CVS commit: src/sys

2020-08-10 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Mon Aug 10 19:27:28 UTC 2020 Modified Files: src/sys/dev: video.c src/sys/dev/usb: uvideo.c src/sys/sys: videoio.h Log Message: Add some extra V4L ioctl() requests to latest V4L userland to work. Import sys/videoio.h

CVS commit: src/sys/sys

2020-08-10 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Mon Aug 10 19:29:13 UTC 2020 Modified Files: src/sys/sys: param.h Log Message: NetBSD 9.99.70 - changes to video(4). To generate a diff of this commit: cvs rdiff -u -r1.672 -r1.673 src/sys/sys/param.h Please note that diffs are no

CVS commit: src/usr.bin/make

2020-08-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Aug 10 19:30:30 UTC 2020 Modified Files: src/usr.bin/make: dir.c make.h nonints.h str.c suff.c Log Message: make(1): fix parameter name of str_concat The previous documentation mentioned Str_Concat, but str_concat has been wr

CVS commit: src/usr.bin/make

2020-08-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Aug 10 19:53:19 UTC 2020 Modified Files: src/usr.bin/make: dir.c job.c main.c nonints.h parse.c str.c suff.c Log Message: make(1): replace str_concat with str_concat2 and str_concat3 The new functions have a simpler interface

CVS commit: src/usr.bin/make

2020-08-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Aug 10 20:07:14 UTC 2020 Modified Files: src/usr.bin/make: var.c Log Message: make(1): replace snprintf with concat3 This makes the code more predictable for long strings, since the main action is never skipped. The code als

CVS commit: src/sys/arch/i386/i386

2020-08-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 11 04:30:16 UTC 2020 Modified Files: src/sys/arch/i386/i386: trap.c Log Message: - fix lcall test - refactor all the TRAP_SIGDEBUG printfs and use hexdump like we did on amd64 To generate a diff of this commit: cvs r

CVS commit: src/sys/uvm/pmap

2020-08-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 11 05:43:45 UTC 2020 Modified Files: src/sys/uvm/pmap: pmap.c Log Message: Fix a comment To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/uvm/pmap/pmap.c Please note that diffs are not public domain;

CVS commit: src/sys/uvm/pmap

2020-08-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 11 06:09:44 UTC 2020 Modified Files: src/sys/uvm/pmap: pmap.c pmap_tlb.c Log Message: More UVMHIST_LOG. Remove some commented output printfs. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/uvm/pmap

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

2020-08-10 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Tue Aug 11 06:49:09 UTC 2020 Modified Files: xsrc/external/mit/xorg-server/dist/hw/sun: sun.h sunInit.c sunIo.c Log Message: Remove more redundant command option arg checks. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/uvm/pmap

2020-08-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 11 06:54:14 UTC 2020 Modified Files: src/sys/uvm/pmap: pmap_tlb.c Log Message: s/pmaphist/maphist/ for now To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/uvm/pmap/pmap_tlb.c Please note that diffs