CVS commit: src/share/man/man4

2019-12-10 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Dec 10 13:07:28 UTC 2019 Added Files: src/share/man/man4: ixl.4 Log Message: Added the manual for ixl(4) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/share/man/man4/ixl.4 Please note that diffs are not

CVS commit: src/sys/kern

2019-12-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Dec 10 13:36:44 UTC 2019 Modified Files: src/sys/kern: kern_mutex.c Log Message: Balance the parentheses - hopefully unbreak the build. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/kern/kern_mutex.c

CVS commit: src/bin/sh

2019-12-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Dec 10 09:18:37 UTC 2019 Modified Files: src/bin/sh: parser.c Log Message: Correct a typo in a comment, 08x0 was meant to be 0x80 (duh!). NFC. To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169

CVS commit: src/sys/dev/hyperv

2019-12-10 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Dec 10 11:19:25 UTC 2019 Modified Files: src/sys/dev/hyperv: if_hvn.c Log Message: hvn(4): Handle VMBUS_CHANPKT_TYPE_INBAND packet type. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/kern

2019-12-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue Dec 10 11:35:29 UTC 2019 Modified Files: src/sys/kern: kern_mutex.c Log Message: Inverted test. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/kern/kern_mutex.c Please note that diffs are not public

CVS commit: src/sys/dev/hyperv

2019-12-10 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Dec 10 12:20:20 UTC 2019 Modified Files: src/sys/dev/hyperv: hyperv_common.c hypervvar.h if_hvn.c vmbus.c vmbusvar.h Log Message: hvn(4) can be added and deleted dynamically. To generate a diff of this commit:

CVS commit: src/sys/kern

2019-12-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue Dec 10 11:12:02 UTC 2019 Modified Files: src/sys/kern: kern_mutex.c Log Message: Fix build break. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/kern/kern_mutex.c Please note that diffs are not public

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

2019-12-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Dec 10 22:30:34 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sun8i_crypto.c Log Message: Oops -- forgot to kmem_free. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/sunxi/sun8i_crypto.c

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

2019-12-10 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Wed Dec 11 02:31:45 UTC 2019 Modified Files: src/sys/arch/amd64/conf: kern.ldscript Log Message: Rollback kernel link scrpt change for multiboot The multiboot section breaks BIOS boot. Rolling back the link script removes the

CVS commit: src/sys/dev/mii

2019-12-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Dec 11 02:22:39 UTC 2019 Modified Files: src/sys/dev/mii: files.mii Log Message: Add ukphy_subr flag to ipgphy to make kernel compilable with ipgphy and without ukphy. Pointed out by Hauke. To generate a diff of this

CVS commit: src/sys/dev/pci

2019-12-10 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Dec 11 01:51:23 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Not use _LP64 but sizeof(bus_addr_t) for getting size of address It makes ixl(4) be able to work on ILP32 pointed out by thorpej@. thanks.

CVS commit: src/sys/dev/pci

2019-12-10 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Dec 11 05:50:03 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Fix build error related to ixl(4) on i386 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/if_ixl.c Please note

CVS commit: src/sys/dev

2019-12-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Dec 11 07:33:55 UTC 2019 Modified Files: src/sys/dev/mii: ikphyreg.h inbmphyreg.h src/sys/dev/pci: pci_subr.c pcireg.h Log Message: s/enalbe/enable/ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2019-12-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue Dec 10 18:02:14 UTC 2019 Modified Files: src/sys/arch/arm/include/arm32: pmap.h Log Message: pg->phys_addr -> VM_PAGE_TO_PHYS(pg) To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157

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

2019-12-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue Dec 10 18:06:50 UTC 2019 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_svm.c nvmm_x86_vmx.c Log Message: pg->phys_addr > VM_PAGE_TO_PHYS(pg) To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

CVS commit: src/sys/arch/aarch64/aarch64

2019-12-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue Dec 10 18:08:33 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: pg->phys_addr -> VM_PAGE_TO_PHYS(pg) To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/arch/aarch64/aarch64/pmap.c

CVS commit: src/lib/libkvm

2019-12-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue Dec 10 18:13:07 UTC 2019 Modified Files: src/lib/libkvm: kvm_proc.c Log Message: Mask out always zero bits off pg->phys_addr. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/lib/libkvm/kvm_proc.c Please note

CVS commit: src/sys/dev/pci

2019-12-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue Dec 10 18:00:17 UTC 2019 Modified Files: src/sys/dev/pci: viomb.c Log Message: p->phys_addr -> VM_PAGE_TO_PHYS(p) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/viomb.c Please note that diffs are

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

2019-12-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Tue Dec 10 18:04:54 UTC 2019 Modified Files: src/sys/arch/i386/i386: machdep.c Log Message: pg->phys_addr -> VM_PAGE_TO_PHYS(pg) To generate a diff of this commit: cvs rdiff -u -r1.823 -r1.824 src/sys/arch/i386/i386/machdep.c

CVS commit: src/lib/libedit

2019-12-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 10 19:42:09 UTC 2019 Modified Files: src/lib/libedit: filecomplete.c Log Message: When 'attempted_completion_function' non-NULL, with a 'single_match' match, the expected space is not being added. Problem observed with