CVS commit: src/sys/arch/x86/pci

2019-06-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 17 05:45:47 UTC 2019 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: Fix comma with semicolon. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/arch/x86/pci

2019-06-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 17 05:45:47 UTC 2019 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: Fix comma with semicolon. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2019-06-16 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jun 17 05:27:01 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_platform.c Log Message: avoid allocations in the reboot (maybe crash) path and map the reset registers in new *platform_bootstrap() functions that merely

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

2019-06-16 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jun 17 05:27:01 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_platform.c Log Message: avoid allocations in the reboot (maybe crash) path and map the reset registers in new *platform_bootstrap() functions that merely

Re: CVS commit: src/sys/ufs

2019-06-16 Thread Christos Zoulas
I did not rearrange where things live (or I don't understand what you mean by that). I just uncommented the no filesystem FFS from MODULAR, and tried to compile. Does it compile for you without my changes? christos > On Jun 16, 2019, at 8:10 PM, Paul Goyette wrote: > >

CVS commit: src/sys/conf

2019-06-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 17 03:34:02 UTC 2019 Modified Files: src/sys/conf: filesystems.config Log Message: Add more missing fs's To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/conf/filesystems.config Please note that

CVS commit: src/sys/conf

2019-06-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 17 03:34:02 UTC 2019 Modified Files: src/sys/conf: filesystems.config Log Message: Add more missing fs's To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/conf/filesystems.config Please note that

CVS commit: src/sys/ufs

2019-06-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 17 03:32:58 UTC 2019 Modified Files: src/sys/ufs: files.ufs Log Message: Don't include any of the ufs code if all the dependent filesystems are missing. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/sys/ufs

2019-06-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 17 03:32:58 UTC 2019 Modified Files: src/sys/ufs: files.ufs Log Message: Don't include any of the ufs code if all the dependent filesystems are missing. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/sys/modules/ffs

2019-06-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 17 03:32:14 UTC 2019 Modified Files: src/sys/modules/ffs: Makefile Log Message: Add missing file for QUOTA To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/modules/ffs/Makefile Please note that

CVS commit: src/sys/modules/ffs

2019-06-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 17 03:32:14 UTC 2019 Modified Files: src/sys/modules/ffs: Makefile Log Message: Add missing file for QUOTA To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/modules/ffs/Makefile Please note that

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

2019-06-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 17 03:31:58 UTC 2019 Modified Files: src/sys/arch/amd64/conf: MODULAR Log Message: complete the list of filesystems and enable ffs as a module. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2019-06-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 17 03:31:58 UTC 2019 Modified Files: src/sys/arch/amd64/conf: MODULAR Log Message: complete the list of filesystems and enable ffs as a module. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

Re: CVS commit: src/sys/ufs

2019-06-16 Thread Christos Zoulas
No, there is still an issue. The change adds those files in the kernel when there are no filesystems present. Otherwise I just built a MODULAR kernel with FFS disabled and I get: Don't you get the same? Or don't you have quotas or extended attributes on in your kernel? christos ld:

Re: CVS commit: src/sys/ufs

2019-06-16 Thread Paul Goyette
On Sun, 16 Jun 2019, Paul Goyette wrote: If I'm understanding your changes correctly, a kernel will have a copy of ufs_quota.c built-in, whether or not the ffs code is built-in. So if you have a kernel with no ffs, that kernel will still have the quota code, and loading the ffs module will

Re: CVS commit: src/sys/ufs

2019-06-16 Thread Paul Goyette
On Sun, 16 Jun 2019, Christos Zoulas wrote: I did not rearrange where things live (or I don't understand what you mean by that). I just uncommented the no filesystem FFS from MODULAR, and tried to compile. The various sys/modules/*/Makefiles also specifically include the same files in the

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

2019-06-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jun 17 00:49:55 UTC 2019 Modified Files: src/sys/arch/arm/cortex: gic_v2m.c Log Message: - Disable MSI/MSI-X when making changes - MSI: Write the vector count to the Multi Message Enable (MME) field - MSI: Set DATA to the

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

2019-06-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jun 17 00:49:55 UTC 2019 Modified Files: src/sys/arch/arm/cortex: gic_v2m.c Log Message: - Disable MSI/MSI-X when making changes - MSI: Write the vector count to the Multi Message Enable (MME) field - MSI: Set DATA to the

Re: CVS commit: src/sys/ufs

2019-06-16 Thread Paul Goyette
On Sun, 16 Jun 2019, Paul Goyette wrote: Hmmm, I wonder why this is needed? I have NO built-in filesystems in my custom kernel, and it has not had any linkage problems in many years. # modstat | grep vfs ffs vfs boot -0 - wapbl kernfs vfs

Re: CVS commit: src/sys/ufs

2019-06-16 Thread Paul Goyette
Hmmm, I wonder why this is needed? I have NO built-in filesystems in my custom kernel, and it has not had any linkage problems in many years. # modstat | grep vfs ffs vfs boot -0 - wapbl kernfs vfs filesys a0 - - null

CVS commit: src/sys/ufs

2019-06-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 16 22:43:33 UTC 2019 Modified Files: src/sys/ufs: files.ufs Log Message: Include the fs scaffolding when none of the ffs/mfs/ext2fs/chfs is included so a MODULAR kernel links. To generate a diff of this commit: cvs

CVS commit: src/sys/ufs

2019-06-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 16 22:43:33 UTC 2019 Modified Files: src/sys/ufs: files.ufs Log Message: Include the fs scaffolding when none of the ffs/mfs/ext2fs/chfs is included so a MODULAR kernel links. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/usb

2019-06-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 16 21:04:09 UTC 2019 Modified Files: src/sys/dev/usb: if_ure.c Log Message: Always increment, not just if we are queueing. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/usb/if_ure.c Please

CVS commit: src/sys/dev/usb

2019-06-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 16 21:04:09 UTC 2019 Modified Files: src/sys/dev/usb: if_ure.c Log Message: Always increment, not just if we are queueing. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/usb/if_ure.c Please

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

2019-06-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 16 19:19:30 UTC 2019 Modified Files: src/sys/arch/arm/cortex: gicv3_its.c Log Message: Pass correct event ID with MOVI commands To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2019-06-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 16 19:19:30 UTC 2019 Modified Files: src/sys/arch/arm/cortex: gicv3_its.c Log Message: Pass correct event ID with MOVI commands To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2019-06-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 16 18:30:31 UTC 2019 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_vmx.c Log Message: Make sure VMX-outside-SMX is allowed. It may not be if the BIOS decided to disable VMX. Seen on an HP laptop, where NVMM would panic

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

2019-06-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 16 18:30:31 UTC 2019 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_vmx.c Log Message: Make sure VMX-outside-SMX is allowed. It may not be if the BIOS decided to disable VMX. Seen on an HP laptop, where NVMM would panic

CVS commit: src/common

2019-06-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 16 16:01:44 UTC 2019 Modified Files: src/common/include/rpc: types.h xdr.h src/common/lib/libc/rpc: xdr.c xdr_array.c Log Message: get rid of caddr_t To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/common

2019-06-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 16 16:01:44 UTC 2019 Modified Files: src/common/include/rpc: types.h xdr.h src/common/lib/libc/rpc: xdr.c xdr_array.c Log Message: get rid of caddr_t To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2019-06-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 16 15:16:15 UTC 2019 Modified Files: src/sys/arch/aarch64/include: armreg.h Log Message: Provide icc_pmr_read To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/aarch64/include/armreg.h Please

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

2019-06-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 16 15:16:15 UTC 2019 Modified Files: src/sys/arch/aarch64/include: armreg.h Log Message: Provide icc_pmr_read To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/aarch64/include/armreg.h Please

CVS commit: src/sys/dev/usb

2019-06-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 16 14:47:49 UTC 2019 Modified Files: src/sys/dev/usb: if_ure.c Log Message: PR/54297: sc dying: opacket of ure(4) is always 0 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/usb/if_ure.c

CVS commit: src/sys/dev/usb

2019-06-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 16 14:47:49 UTC 2019 Modified Files: src/sys/dev/usb: if_ure.c Log Message: PR/54297: sc dying: opacket of ure(4) is always 0 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/usb/if_ure.c

CVS commit: src/usr.sbin/sysinst

2019-06-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 16 13:02:29 UTC 2019 Modified Files: src/usr.sbin/sysinst: part_edit.c Log Message: Lower estimates on required install size To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/part_edit.c

CVS commit: src/usr.sbin/sysinst

2019-06-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 16 13:02:29 UTC 2019 Modified Files: src/usr.sbin/sysinst: part_edit.c Log Message: Lower estimates on required install size To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/part_edit.c

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

2019-06-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 16 11:05:59 UTC 2019 Modified Files: src/sys/arch/arm/cortex: gicv3_its.c Log Message: - Disable MSI/MSI-X when making changes - MSI: Write the vector count to the Multi Message Enable (MME) field - MSI: Set DATA to the

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

2019-06-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 16 11:05:59 UTC 2019 Modified Files: src/sys/arch/arm/cortex: gicv3_its.c Log Message: - Disable MSI/MSI-X when making changes - MSI: Write the vector count to the Multi Message Enable (MME) field - MSI: Set DATA to the

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

2019-06-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 16 10:57:59 UTC 2019 Modified Files: src/sys/arch/arm/cortex: gtmr.c Log Message: Disable counter before updating cval/tval To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arch/arm/cortex/gtmr.c

CVS commit: src/tests/crypto/libcrypto

2019-06-16 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Jun 16 10:45:50 UTC 2019 Modified Files: src/tests/crypto/libcrypto: t_pubkey.sh Log Message: The runtime of the ecdsa test case increased approximately sixfold with the openssl update on 2019-06-09, and it is now timing out on

CVS commit: src/tests/crypto/libcrypto

2019-06-16 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Jun 16 10:45:50 UTC 2019 Modified Files: src/tests/crypto/libcrypto: t_pubkey.sh Log Message: The runtime of the ecdsa test case increased approximately sixfold with the openssl update on 2019-06-09, and it is now timing out on

CVS commit: src/sys/arch/x86/pci

2019-06-16 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jun 16 09:12:51 UTC 2019 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: correct for known temperature bias values. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/arch/x86/pci

2019-06-16 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jun 16 09:12:51 UTC 2019 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: correct for known temperature bias values. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/arch/riscv

2019-06-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 16 07:42:52 UTC 2019 Modified Files: src/sys/arch/riscv/conf: Makefile.riscv files.riscv kern.ldscript src/sys/arch/riscv/include: pmap.h pte.h sysreg.h src/sys/arch/riscv/riscv: db_machdep.c genassym.cf

CVS commit: src/sys/arch/riscv

2019-06-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 16 07:42:52 UTC 2019 Modified Files: src/sys/arch/riscv/conf: Makefile.riscv files.riscv kern.ldscript src/sys/arch/riscv/include: pmap.h pte.h sysreg.h src/sys/arch/riscv/riscv: db_machdep.c genassym.cf