CVS commit: src/sys

2019-04-03 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Wed Apr  3 08:08:00 UTC 2019

Modified Files:
src/sys/arch/alpha/alpha: syscall.c
src/sys/arch/arm/arm: syscall.c
src/sys/arch/hppa/hppa: trap.c
src/sys/arch/ia64/ia64: syscall.c
src/sys/arch/m68k/m68k: m68k_syscall.c
src/sys/arch/mips/mips: trap.c
src/sys/arch/powerpc/powerpc: syscall.c
src/sys/arch/riscv/riscv: riscv_machdep.c
src/sys/arch/sh3/sh3: vm_machdep.c
src/sys/arch/sparc/sparc: syscall.c
src/sys/arch/sparc64/sparc64: syscall.c
src/sys/arch/vax/vax: syscall.c
src/sys/arch/x86/x86: syscall.c
src/sys/kern: kern_fork.c

Log Message:
Rework the fork(2)/vfork(2) event signalling under ptrace(2)

Remove the constraint of SIGTRAP event being maskable by a tracee.

Now all SIGTRAP TRAP_CHLD events are delivered to debugger.

This code touches MD specific logic and the child_return routine.
It's an intermediate step with a room for refactoring in future and
right now the least invasive approach. This allows to assert expected
behavior in already existing ATF tests and make the code prettier
in future keeping the same semantics. Probably there is a need for a MI
wrapper of child_return for shared functionality between ports.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/alpha/alpha/syscall.c
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/arm/arm/syscall.c
cvs rdiff -u -r1.107 -r1.108 src/sys/arch/hppa/hppa/trap.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/ia64/ia64/syscall.c
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/m68k/m68k/m68k_syscall.c
cvs rdiff -u -r1.246 -r1.247 src/sys/arch/mips/mips/trap.c
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/powerpc/powerpc/syscall.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/riscv/riscv/riscv_machdep.c
cvs rdiff -u -r1.77 -r1.78 src/sys/arch/sh3/sh3/vm_machdep.c
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/sparc/sparc/syscall.c
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/sparc64/sparc64/syscall.c
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/vax/vax/syscall.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/x86/x86/syscall.c
cvs rdiff -u -r1.205 -r1.206 src/sys/kern/kern_fork.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2019-04-03 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Wed Apr  3 08:19:46 UTC 2019

Modified Files:
src/tests/lib/libc/sys: t_ptrace_wait.c

Log Message:
The *fork*_signalmasked ATF tests no longer fail

Add a fixup for signalmasking in the vforkdone_singalmasked test.


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/tests/lib/libc/sys/t_ptrace_wait.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/dist/gcc/config/rs6000

2019-04-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Apr  3 08:31:57 UTC 2019

Modified Files:
src/external/gpl3/gcc/dist/gcc/config/rs6000: netbsd64.h

Log Message:
- fix missing else in SUBSUBTARGET_OVERRIDE_OPTIONS
- remove obsolete defines, and move stuff to be more like freebsd64.h
- remove common / already correctly defined overrides


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 \
src/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2019-04-03 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Wed Apr  3 08:34:33 UTC 2019

Modified Files:
src/sys/kern: kern_sig.c

Log Message:
Remove support for early SIGTRAP (fork related) signals in kpsignal2()

This function is no longer used to handle early SIGTRAP signals for
fork-related events for ptrace(2).


To generate a diff of this commit:
cvs rdiff -u -r1.351 -r1.352 src/sys/kern/kern_sig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/pmax/ramdisk

2019-04-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr  3 11:29:40 UTC 2019

Modified Files:
src/distrib/pmax/ramdisk: Makefile

Log Message:
Give us a bit of breathing room since the calculated size of mkfs is not
working.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/distrib/pmax/ramdisk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/pmax/conf

2019-04-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr  3 11:30:28 UTC 2019

Modified Files:
src/sys/arch/pmax/conf: RAMDISK RAMDISK64

Log Message:
Adjust for bigger ramdisk


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/pmax/conf/RAMDISK
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/pmax/conf/RAMDISK64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2019-04-03 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Apr  3 15:12:45 UTC 2019

Modified Files:
src/distrib/sets/lists/comp: md.amd64 md.i386 mi
src/distrib/sets/lists/debug: mi
src/external/bsd/llvm/bin: Makefile
src/external/bsd/llvm/include: Makefile
src/external/bsd/llvm/lib: Makefile
src/share/mk: bsd.own.mk
src/tools: Makefile

Log Message:
Revert MKLLVMCMDS changes.


To generate a diff of this commit:
cvs rdiff -u -r1.270 -r1.271 src/distrib/sets/lists/comp/md.amd64
cvs rdiff -u -r1.186 -r1.187 src/distrib/sets/lists/comp/md.i386
cvs rdiff -u -r1.2264 -r1.2265 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.280 -r1.281 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.18 -r1.19 src/external/bsd/llvm/bin/Makefile
cvs rdiff -u -r1.47 -r1.48 src/external/bsd/llvm/include/Makefile
cvs rdiff -u -r1.48 -r1.49 src/external/bsd/llvm/lib/Makefile
cvs rdiff -u -r1.1119 -r1.1120 src/share/mk/bsd.own.mk
cvs rdiff -u -r1.199 -r1.200 src/tools/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tools/llvm-lib

2019-04-03 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Apr  3 15:15:17 UTC 2019

Removed Files:
src/tools/llvm-lib/libLLVMAMDGPUAsmParser: Makefile
src/tools/llvm-lib/libLLVMAMDGPUAsmPrinter: Makefile
src/tools/llvm-lib/libLLVMAMDGPUCodeGen: Makefile
src/tools/llvm-lib/libLLVMAMDGPUDisassembler: Makefile
src/tools/llvm-lib/libLLVMAMDGPUMCTargetDesc: Makefile
src/tools/llvm-lib/libLLVMAMDGPUTargetInfo: Makefile
src/tools/llvm-lib/libLLVMAMDGPUUtils: Makefile
src/tools/llvm-lib/libLLVMExecutionEngine: Makefile
src/tools/llvm-lib/libLLVMMCJIT: Makefile

Log Message:
Undo tools part of the AMDGPU changes for LLVM.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 src/tools/llvm-lib/libLLVMAMDGPUAsmParser/Makefile
cvs rdiff -u -r1.1 -r0 src/tools/llvm-lib/libLLVMAMDGPUAsmPrinter/Makefile
cvs rdiff -u -r1.1 -r0 src/tools/llvm-lib/libLLVMAMDGPUCodeGen/Makefile
cvs rdiff -u -r1.1 -r0 src/tools/llvm-lib/libLLVMAMDGPUDisassembler/Makefile
cvs rdiff -u -r1.1 -r0 src/tools/llvm-lib/libLLVMAMDGPUMCTargetDesc/Makefile
cvs rdiff -u -r1.1 -r0 src/tools/llvm-lib/libLLVMAMDGPUTargetInfo/Makefile
cvs rdiff -u -r1.1 -r0 src/tools/llvm-lib/libLLVMAMDGPUUtils/Makefile
cvs rdiff -u -r1.1 -r0 src/tools/llvm-lib/libLLVMExecutionEngine/Makefile
cvs rdiff -u -r1.1 -r0 src/tools/llvm-lib/libLLVMMCJIT/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/mk

2019-04-03 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Apr  3 15:17:23 UTC 2019

Modified Files:
src/share/mk: bsd.README

Log Message:
Document MKLLVM.


To generate a diff of this commit:
cvs rdiff -u -r1.387 -r1.388 src/share/mk/bsd.README

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2019-04-03 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Apr  3 15:22:06 UTC 2019

Modified Files:
src/external/bsd: Makefile
src/external/bsd/llvm: Makefile Makefile.inc
src/external/bsd/llvm/bin/clang: Makefile
src/external/bsd/llvm/config/llvm/Config: AsmParsers.def
AsmPrinters.def Disassemblers.def Targets.def
src/external/bsd/llvm/include: Makefile
src/external/bsd/llvm/lib: Makefile
src/lib: Makefile
src/tools: Makefile
Added Files:
src/external/bsd/llvm/librt: Makefile Makefile.inc
src/external/bsd/llvm/librt/libLLVMAArch64AsmParser: Makefile
src/external/bsd/llvm/librt/libLLVMAArch64AsmPrinter: Makefile
src/external/bsd/llvm/librt/libLLVMAArch64CodeGen: Makefile
src/external/bsd/llvm/librt/libLLVMAArch64Disassembler: Makefile
src/external/bsd/llvm/librt/libLLVMAArch64MCTargetDesc: Makefile
src/external/bsd/llvm/librt/libLLVMAArch64TargetInfo: Makefile
src/external/bsd/llvm/librt/libLLVMAArch64Utils: Makefile
src/external/bsd/llvm/librt/libLLVMAMDGPUAsmParser: Makefile
src/external/bsd/llvm/librt/libLLVMAMDGPUAsmPrinter: Makefile
src/external/bsd/llvm/librt/libLLVMAMDGPUCodeGen: Makefile
src/external/bsd/llvm/librt/libLLVMAMDGPUMCTargetDesc: Makefile
src/external/bsd/llvm/librt/libLLVMAMDGPUTargetInfo: Makefile
src/external/bsd/llvm/librt/libLLVMAMDGPUUtils: Makefile
src/external/bsd/llvm/librt/libLLVMARMAsmParser: Makefile
src/external/bsd/llvm/librt/libLLVMARMAsmPrinter: Makefile
src/external/bsd/llvm/librt/libLLVMARMCodeGen: Makefile
src/external/bsd/llvm/librt/libLLVMARMDisassembler: Makefile
src/external/bsd/llvm/librt/libLLVMARMMCTargetDesc: Makefile
src/external/bsd/llvm/librt/libLLVMARMTargetInfo: Makefile
src/external/bsd/llvm/librt/libLLVMARMUtils: Makefile
src/external/bsd/llvm/librt/libLLVMAnalysis: Makefile
src/external/bsd/llvm/librt/libLLVMAsmParser: Makefile
src/external/bsd/llvm/librt/libLLVMAsmPrinter: Makefile
src/external/bsd/llvm/librt/libLLVMBinaryFormat: Makefile
src/external/bsd/llvm/librt/libLLVMBitReader: Makefile
src/external/bsd/llvm/librt/libLLVMCodeGen: Makefile
src/external/bsd/llvm/librt/libLLVMDebugInfoCodeView: Makefile
src/external/bsd/llvm/librt/libLLVMExecutionEngine: Makefile
src/external/bsd/llvm/librt/libLLVMGlobalISel: Makefile
src/external/bsd/llvm/librt/libLLVMIR: Makefile
src/external/bsd/llvm/librt/libLLVMIRReader: Makefile
src/external/bsd/llvm/librt/libLLVMInstCombine: Makefile
src/external/bsd/llvm/librt/libLLVMInstrumentation: Makefile
src/external/bsd/llvm/librt/libLLVMLinker: Makefile
src/external/bsd/llvm/librt/libLLVMMC: Makefile
src/external/bsd/llvm/librt/libLLVMMCDisassembler: Makefile
src/external/bsd/llvm/librt/libLLVMMCJIT: Makefile
src/external/bsd/llvm/librt/libLLVMMCParser: Makefile
src/external/bsd/llvm/librt/libLLVMMipsAsmParser: Makefile
src/external/bsd/llvm/librt/libLLVMMipsAsmPrinter: Makefile
src/external/bsd/llvm/librt/libLLVMMipsCodeGen: Makefile
src/external/bsd/llvm/librt/libLLVMMipsDisassembler: Makefile
src/external/bsd/llvm/librt/libLLVMMipsMCTargetDesc: Makefile
src/external/bsd/llvm/librt/libLLVMMipsTargetInfo: Makefile
src/external/bsd/llvm/librt/libLLVMObject: Makefile
src/external/bsd/llvm/librt/libLLVMPasses: Makefile
src/external/bsd/llvm/librt/libLLVMPowerPCAsmParser: Makefile
src/external/bsd/llvm/librt/libLLVMPowerPCAsmPrinter: Makefile
src/external/bsd/llvm/librt/libLLVMPowerPCCodeGen: Makefile
src/external/bsd/llvm/librt/libLLVMPowerPCDisassembler: Makefile
src/external/bsd/llvm/librt/libLLVMPowerPCMCTargetDesc: Makefile
src/external/bsd/llvm/librt/libLLVMPowerPCTargetInfo: Makefile
src/external/bsd/llvm/librt/libLLVMProfileData: Makefile
src/external/bsd/llvm/librt/libLLVMRuntimeDyld: Makefile
src/external/bsd/llvm/librt/libLLVMScalarOpts: Makefile
src/external/bsd/llvm/librt/libLLVMSelectionDAG: Makefile
src/external/bsd/llvm/librt/libLLVMSparcAsmParser: Makefile
src/external/bsd/llvm/librt/libLLVMSparcAsmPrinter: Makefile
src/external/bsd/llvm/librt/libLLVMSparcCodeGen: Makefile
src/external/bsd/llvm/librt/libLLVMSparcDisassembler: Makefile
src/external/bsd/llvm/librt/libLLVMSparcMCTargetDesc: Makefile
src/external/bsd/llvm/librt/libLLVMSparcTargetInfo: Makefile
src/external/bsd/llvm/librt/libLLVMSupport: Makefile
src/external/bsd/llvm/librt/libLLVMTarget: Makefile
src/external/bsd/llvm/librt/libLLVMTransformsAggressiveInstCombine:
Makefile
src/external/bsd/llvm/librt/libLLVMTransformsCoroutin

CVS commit: src/share/mk

2019-04-03 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Apr  3 15:23:29 UTC 2019

Modified Files:
src/share/mk: bsd.own.mk

Log Message:
Provide a default value of no for MKLLVMRT.


To generate a diff of this commit:
cvs rdiff -u -r1.1120 -r1.1121 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2019-04-03 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Apr  3 15:26:35 UTC 2019

Modified Files:
src/external/mit/xorg/lib: libmesa.mk
src/external/mit/xorg/lib/gallium: Makefile
src/share/mk: bsd.README bsd.own.mk

Log Message:
Use and enable MKLLVMRT for HAVE_MESA_VER=18.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/lib/libmesa.mk
cvs rdiff -u -r1.19 -r1.20 src/external/mit/xorg/lib/gallium/Makefile
cvs rdiff -u -r1.388 -r1.389 src/share/mk/bsd.README
cvs rdiff -u -r1.1121 -r1.1122 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sun2/conf

2019-04-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr  3 16:30:29 UTC 2019

Modified Files:
src/sys/arch/sun2/conf: RAMDISK

Log Message:
Gut more stuff so we fit. Last working RAMDISK kernel was 6.1.5.
Nobody runs this stuff anymore, so consider that netbsd 9 might be
the last sun2 release.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/sun2/conf/RAMDISK

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/nvmm/x86

2019-04-03 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Wed Apr  3 17:32:58 UTC 2019

Modified Files:
src/sys/dev/nvmm/x86: nvmm_x86.c nvmm_x86.h nvmm_x86_svm.c
nvmm_x86_vmx.c

Log Message:
Add MSR_TSC.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/nvmm/x86/nvmm_x86.c
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/nvmm/x86/nvmm_x86.h
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/nvmm/x86/nvmm_x86_svm.c
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/nvmm/x86/nvmm_x86_vmx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2019-04-03 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Apr  3 17:55:27 UTC 2019

Modified Files:
src/sys/arch/arm/arm: armv6_start.S

Log Message:
Debug output alignment


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/arm/armv6_start.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/nvmm/x86

2019-04-03 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Wed Apr  3 18:05:55 UTC 2019

Modified Files:
src/sys/dev/nvmm/x86: nvmm_x86_vmx.c

Log Message:
Add new VMCS bits.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/nvmm/x86/nvmm_x86_vmx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/nvmm/x86

2019-04-03 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Wed Apr  3 19:10:58 UTC 2019

Modified Files:
src/sys/dev/nvmm/x86: nvmm_x86.c nvmm_x86.h nvmm_x86_vmx.c

Log Message:
VMX: if PAT is not valid, #GP on WRMSR, rather than crashing the guest.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/nvmm/x86/nvmm_x86.c
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/nvmm/x86/nvmm_x86.h
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/nvmm/x86/nvmm_x86_vmx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amd64/stand/prekern

2019-04-03 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Wed Apr  3 19:14:25 UTC 2019

Modified Files:
src/sys/arch/amd64/stand/prekern: console.c

Log Message:
When scrolling the screen don't forget to update the last line. Whatever,
there is no case where the screen scrolls actually.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amd64/stand/prekern/console.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netinet6

2019-04-03 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Wed Apr  3 19:23:38 UTC 2019

Modified Files:
src/sys/netinet6: ip6_output.c

Log Message:
Fix small read overflow; harmless, because since I removed RH0, the memory
access on IPV6_RTHDR that would normally be illegal is not needed, and GCC
automatically removes it.


To generate a diff of this commit:
cvs rdiff -u -r1.217 -r1.218 src/sys/netinet6/ip6_output.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/mtree

2019-04-03 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Wed Apr  3 19:52:38 UTC 2019

Modified Files:
src/etc/mtree: NetBSD.dist.sparc64

Log Message:
Fix previous.
sparc64 is automatically added, so leave the sparc line.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/etc/mtree/NetBSD.dist.sparc64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2019-04-03 Thread Sean Cole
Module Name:src
Committed By:   scole
Date:   Wed Apr  3 20:34:18 UTC 2019

Modified Files:
src/doc: HACKS

Log Message:
Remove obsoleted ia64 gcc 4.5.3 hacks


To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 src/doc/HACKS

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/ia64

2019-04-03 Thread Sean Cole
Module Name:src
Committed By:   scole
Date:   Wed Apr  3 21:03:06 UTC 2019

Modified Files:
src/sys/arch/ia64: TODO

Log Message:
add note about pmap.c compilation warnings


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/ia64/TODO

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/libexec/ld.elf_so

2019-04-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr  3 21:37:58 UTC 2019

Modified Files:
src/libexec/ld.elf_so: Makefile

Log Message:
Disable optimization for rtld.c on the vax with gcc-7.


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 src/libexec/ld.elf_so/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2019-04-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr  3 21:40:24 UTC 2019

Modified Files:
src/doc: HACKS

Log Message:
mention rtld vax hack


To generate a diff of this commit:
cvs rdiff -u -r1.188 -r1.189 src/doc/HACKS

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/mk

2019-04-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr  3 21:41:21 UTC 2019

Modified Files:
src/share/mk: bsd.own.mk

Log Message:
vax "cough" works, with gcc-7


To generate a diff of this commit:
cvs rdiff -u -r1.1122 -r1.1123 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2019-04-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr  3 22:10:52 UTC 2019

Modified Files:
src/sys/arch/alpha/alpha: disksubr.c
src/sys/arch/amiga/amiga: disksubr.c
src/sys/arch/arc/arc: disksubr.c
src/sys/arch/arm/arm: disksubr.c
src/sys/arch/atari/atari: disksubr.c
src/sys/arch/cobalt/cobalt: disksubr.c
src/sys/arch/evbmips/evbmips: disksubr.c
src/sys/arch/evbmips/sbmips: disksubr.c
src/sys/arch/evbppc/evbppc: disksubr.c
src/sys/arch/ews4800mips/include: disklabel.h
src/sys/arch/hp300/hp300: disksubr.c
src/sys/arch/hpc/hpc: disksubr.c
src/sys/arch/hppa/hppa: disksubr.c
src/sys/arch/luna68k/luna68k: disksubr.c
src/sys/arch/mac68k/include: disklabel.h
src/sys/arch/mac68k/mac68k: disksubr.c
src/sys/arch/macppc/include: disklabel.h
src/sys/arch/mipsco/mipsco: disksubr.c
src/sys/arch/mvme68k/mvme68k: disksubr.c
src/sys/arch/news68k/news68k: disksubr.c
src/sys/arch/newsmips/newsmips: disksubr.c
src/sys/arch/next68k/next68k: disksubr.c
src/sys/arch/ofppc/ofppc: disksubr.c
src/sys/arch/playstation2/playstation2: disksubr.c
src/sys/arch/pmax/pmax: disksubr.c
src/sys/arch/sbmips/sbmips: disksubr.c
src/sys/arch/sgimips/sgimips: disksubr.c
src/sys/arch/sh3/sh3: disksubr.c
src/sys/arch/vax/vax: disksubr.c
src/sys/arch/x68k/x68k: disksubr.c
src/sys/dev/sun: disksubr.c
src/sys/kern: subr_disk.c subr_disk_mbr.c

Log Message:
centralize setdisklabel(9)


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/alpha/alpha/disksubr.c
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/amiga/amiga/disksubr.c
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/arc/arc/disksubr.c
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/arm/arm/disksubr.c
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/atari/atari/disksubr.c
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/cobalt/cobalt/disksubr.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbmips/evbmips/disksubr.c
cvs rdiff -u -r1.1.1.1 -r1.2 src/sys/arch/evbmips/sbmips/disksubr.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbppc/evbppc/disksubr.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/ews4800mips/include/disklabel.h
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/hp300/hp300/disksubr.c
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/hpc/hpc/disksubr.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hppa/hppa/disksubr.c
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/luna68k/luna68k/disksubr.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/mac68k/include/disklabel.h
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/mac68k/mac68k/disksubr.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/macppc/include/disklabel.h
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/mipsco/mipsco/disksubr.c
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/mvme68k/mvme68k/disksubr.c
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/news68k/news68k/disksubr.c
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/newsmips/newsmips/disksubr.c
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/next68k/next68k/disksubr.c
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/ofppc/ofppc/disksubr.c
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/playstation2/playstation2/disksubr.c
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/pmax/pmax/disksubr.c
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/sbmips/sbmips/disksubr.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sgimips/sgimips/disksubr.c
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/sh3/sh3/disksubr.c
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/vax/vax/disksubr.c
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/x68k/x68k/disksubr.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/sun/disksubr.c
cvs rdiff -u -r1.123 -r1.124 src/sys/kern/subr_disk.c
cvs rdiff -u -r1.49 -r1.50 src/sys/kern/subr_disk_mbr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/ftp

2019-04-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Apr  4 00:36:09 UTC 2019

Modified Files:
src/usr.bin/ftp: fetch.c ssl.c ssl.h

Log Message:
Make fetch_read() return size_t like fread() does. It is bogus to
have one backing implementation that returns different values and
types than the other.  Handle error setting properly; i.e. bail
out if the internal read returned an error. Now we get a proper
error message when the the server resets our connection instead of
a warning that the right failed with an invalid argument.

The server used for testing was:
http://capeweather.dyndns.org:8080/graphs/3474.png
Which seems to be unreliable :-)


To generate a diff of this commit:
cvs rdiff -u -r1.230 -r1.231 src/usr.bin/ftp/fetch.c
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/ftp/ssl.c
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/ftp/ssl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2019-04-03 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Thu Apr  4 03:36:15 UTC 2019

Modified Files:
src/sys/arch/x68k/x68k: machdep.c

Log Message:
Display 68060 revision.  From amiga/amiga/machdep.c.


To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 src/sys/arch/x68k/x68k/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2019-04-03 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Thu Apr  4 04:31:01 UTC 2019

Modified Files:
src/sys/arch/x68k/x68k: machdep.c

Log Message:
Remove cpuspeed info for 68060.
- On 68060, it's not accurate so worthless.
- I don't have 68040 so I leave it untouched.


To generate a diff of this commit:
cvs rdiff -u -r1.199 -r1.200 src/sys/arch/x68k/x68k/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.