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

2018-05-16 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Wed May 16 08:32:07 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: Fix memory leak. it was leaking one page every pmap_create(). pm->pm_vmlist must be initialized before calling _pmap_alloc_pdp(). To

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

2018-05-16 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Wed May 16 08:32:07 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: Fix memory leak. it was leaking one page every pmap_create(). pm->pm_vmlist must be initialized before calling _pmap_alloc_pdp(). To

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

2018-05-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed May 16 08:16:36 UTC 2018 Modified Files: src/sys/arch/i386/i386: i386_trap.S trap.c Log Message: Mitigation for CVE-2018-8897 on i386. Contrary to amd64 there is no clear way to determine if we are in kernel mode but with the

CVS commit: src/sys/dev/pci/ixgbe

2018-05-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed May 16 07:51:17 UTC 2018 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Fix a problem that the watchdog timer sometimes mistakenly fires. Restore TX sending check in the end of ixgbe_txeof which was wrongly

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

2018-05-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed May 16 08:16:36 UTC 2018 Modified Files: src/sys/arch/i386/i386: i386_trap.S trap.c Log Message: Mitigation for CVE-2018-8897 on i386. Contrary to amd64 there is no clear way to determine if we are in kernel mode but with the

CVS commit: src/sys/dev/pci/ixgbe

2018-05-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed May 16 07:51:17 UTC 2018 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Fix a problem that the watchdog timer sometimes mistakenly fires. Restore TX sending check in the end of ixgbe_txeof which was wrongly

CVS commit: src/sys/dev/pci/ixgbe

2018-05-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed May 16 08:08:24 UTC 2018 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Whitespace fix. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/dev/pci/ixgbe/ix_txrx.c

CVS commit: src/sys/dev/pci/ixgbe

2018-05-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed May 16 08:08:24 UTC 2018 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Whitespace fix. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/dev/pci/ixgbe/ix_txrx.c

CVS commit: src/external/gpl3/gdb/dist/gdb

2018-05-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed May 16 13:54:48 UTC 2018 Modified Files: src/external/gpl3/gdb/dist/gdb: dwarf2read.c Log Message: Annotate mixing of enums from different types with an explicit cast. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/gpl3/gdb/dist/gdb

2018-05-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed May 16 13:54:48 UTC 2018 Modified Files: src/external/gpl3/gdb/dist/gdb: dwarf2read.c Log Message: Annotate mixing of enums from different types with an explicit cast. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libpam/modules/pam_unix

2018-05-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed May 16 13:55:39 UTC 2018 Modified Files: src/lib/libpam/modules/pam_unix: pam_unix.c Log Message: Improve type safety by using the correct enum values. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/external/gpl2/groff/dist/src/preproc/grn

2018-05-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed May 16 13:53:29 UTC 2018 Modified Files: src/external/gpl2/groff/dist/src/preproc/grn: hdb.cpp hgraph.cpp hpoint.cpp main.cpp Log Message: Remove obsolete register keywords from C++ code. To generate a diff of

CVS commit: src/external/bsd/openpam/dist/lib/libpam

2018-05-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed May 16 13:54:03 UTC 2018 Modified Files: src/external/bsd/openpam/dist/lib/libpam: openpam_configure.c Log Message: Cast enum explicitly to different type. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

CVS commit: src/external/gpl2/groff/dist/src/preproc/grn

2018-05-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed May 16 13:53:29 UTC 2018 Modified Files: src/external/gpl2/groff/dist/src/preproc/grn: hdb.cpp hgraph.cpp hpoint.cpp main.cpp Log Message: Remove obsolete register keywords from C++ code. To generate a diff of

CVS commit: src/external/bsd/openpam/dist/lib/libpam

2018-05-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed May 16 13:54:03 UTC 2018 Modified Files: src/external/bsd/openpam/dist/lib/libpam: openpam_configure.c Log Message: Cast enum explicitly to different type. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

CVS commit: src/lib/libpam/modules/pam_unix

2018-05-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed May 16 13:55:39 UTC 2018 Modified Files: src/lib/libpam/modules/pam_unix: pam_unix.c Log Message: Improve type safety by using the correct enum values. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2018-05-16 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed May 16 12:40:43 UTC 2018 Modified Files: src/sys/arch/usermode/include: asm.h bswap.h byte_swap.h cdefs.h disklabel.h elf_machdep.h endian.h endian_machdep.h int_const.h int_fmtio.h int_limits.h

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

2018-05-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed May 16 10:23:43 UTC 2018 Modified Files: src/sys/arch/arm/sunxi: sun50i_a64_acodec.c Log Message: Add mic preamp controls and unswap L/R DAC channels to ADC mixer To generate a diff of this commit: cvs rdiff -u -r1.7

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

2018-05-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed May 16 10:23:43 UTC 2018 Modified Files: src/sys/arch/arm/sunxi: sun50i_a64_acodec.c Log Message: Add mic preamp controls and unswap L/R DAC channels to ADC mixer To generate a diff of this commit: cvs rdiff -u -r1.7

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

2018-05-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed May 16 10:22:54 UTC 2018 Modified Files: src/sys/arch/arm/sunxi: sun8i_codec.c Log Message: Delete whitespace, NFC To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/sunxi/sun8i_codec.c Please

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

2018-05-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed May 16 10:22:54 UTC 2018 Modified Files: src/sys/arch/arm/sunxi: sun8i_codec.c Log Message: Delete whitespace, NFC To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/sunxi/sun8i_codec.c Please

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

2018-05-16 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed May 16 12:40:43 UTC 2018 Modified Files: src/sys/arch/usermode/include: asm.h bswap.h byte_swap.h cdefs.h disklabel.h elf_machdep.h endian.h endian_machdep.h int_const.h int_fmtio.h int_limits.h

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

2018-05-16 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed May 16 12:40:26 UTC 2018 Modified Files: src/sys/arch/usermode/include: genheaders.sh Log Message: Add new mcontext and depends to the usermode generated headerfiles To generate a diff of this commit: cvs rdiff -u -r1.9

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

2018-05-16 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed May 16 12:40:26 UTC 2018 Modified Files: src/sys/arch/usermode/include: genheaders.sh Log Message: Add new mcontext and depends to the usermode generated headerfiles To generate a diff of this commit: cvs rdiff -u -r1.9

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

2018-05-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed May 16 16:33:23 UTC 2018 Modified Files: src/sys/arch/i386/i386: trap.c Log Message: Fix compilation on Xen. To generate a diff of this commit: cvs rdiff -u -r1.294 -r1.295 src/sys/arch/i386/i386/trap.c Please note that

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

2018-05-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed May 16 16:33:23 UTC 2018 Modified Files: src/sys/arch/i386/i386: trap.c Log Message: Fix compilation on Xen. To generate a diff of this commit: cvs rdiff -u -r1.294 -r1.295 src/sys/arch/i386/i386/trap.c Please note that

CVS commit: src/sys/dev/pci

2018-05-16 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed May 16 19:02:00 UTC 2018 Modified Files: src/sys/dev/pci: pci_map.c Log Message: Enable the appropriate memory or I/O space decode in the PCI Command/Status Register upon mapping a BAR. This should fix PR #53286. It's

CVS commit: src/sys/dev/pci

2018-05-16 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed May 16 19:02:00 UTC 2018 Modified Files: src/sys/dev/pci: pci_map.c Log Message: Enable the appropriate memory or I/O space decode in the PCI Command/Status Register upon mapping a BAR. This should fix PR #53286. It's

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

2018-05-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed May 16 10:15:20 UTC 2018 Modified Files: src/sys/arch/arm/sunxi: sunxi_i2s.c Log Message: Set AUDIO_PROP_INDEPENDENT. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/sunxi/sunxi_i2s.c Please

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

2018-05-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed May 16 10:15:20 UTC 2018 Modified Files: src/sys/arch/arm/sunxi: sunxi_i2s.c Log Message: Set AUDIO_PROP_INDEPENDENT. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/sunxi/sunxi_i2s.c Please

CVS commit: src

2018-05-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu May 17 02:34:32 UTC 2018 Modified Files: src/sbin/mount_nfs: mount_nfs.8 mount_nfs.c src/sys/nfs: files.nfs nfs_boot.c Log Message: Default NFS mounts to using TCP transport instead of UDP. PR kern/53166 To

CVS commit: src

2018-05-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu May 17 02:34:32 UTC 2018 Modified Files: src/sbin/mount_nfs: mount_nfs.8 mount_nfs.c src/sys/nfs: files.nfs nfs_boot.c Log Message: Default NFS mounts to using TCP transport instead of UDP. PR kern/53166 To

CVS commit: src/sys/arch/powerpc/pic

2018-05-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed May 16 21:54:38 UTC 2018 Modified Files: src/sys/arch/powerpc/pic: pic_openpic.c Log Message: special case IPIs so we don't mess with hardware IRQ sources now SMP works on my PCI-X G5 To generate a diff of this commit:

CVS commit: src/sys/arch/powerpc/pic

2018-05-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed May 16 21:54:38 UTC 2018 Modified Files: src/sys/arch/powerpc/pic: pic_openpic.c Log Message: special case IPIs so we don't mess with hardware IRQ sources now SMP works on my PCI-X G5 To generate a diff of this commit:

Re: CVS commit: src/share/man/man7

2018-05-16 Thread Thomas Klausner
On Tue, May 15, 2018 at 02:19:13PM +0300, Valeriy E. Ushakov wrote: > On Tue, May 15, 2018 at 09:13:36 +, Thomas Klausner wrote: > > > Module Name:src > > Committed By: wiz > > Date: Tue May 15 09:13:36 UTC 2018 > > > > Modified Files: > > src/share/man/man7:

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

2018-05-16 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed May 16 19:53:54 UTC 2018 Modified Files: src/sys/arch/i386/stand/efiboot: eficons.c Log Message: During awaitkey(), move the cursor back to the beginning of the countdown with '\b' only after waiting. Some UEFI

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

2018-05-16 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed May 16 19:53:54 UTC 2018 Modified Files: src/sys/arch/i386/stand/efiboot: eficons.c Log Message: During awaitkey(), move the cursor back to the beginning of the countdown with '\b' only after waiting. Some UEFI

CVS commit: src

2018-05-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed May 16 20:21:39 UTC 2018 Modified Files: src/lib/libc/gen: sysctl.c src/sys/sys: sysctl.h Log Message: Avoid complicated arithmetic involving NULL. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src

2018-05-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed May 16 20:21:39 UTC 2018 Modified Files: src/lib/libc/gen: sysctl.c src/sys/sys: sysctl.h Log Message: Avoid complicated arithmetic involving NULL. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37