CVS commit: src/usr.sbin/cpuctl/arch

2017-10-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 16 10:10:48 UTC 2017 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: - Print ci_feat_val[5] (Structured Extended Feature leaf Fn_0007 %ebx) on AMD, too. - Print ci_feat_val[6] (Fn_0007 %ecx) on

CVS commit: src/sys/dev/ic

2017-10-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 16 08:33:48 UTC 2017 Modified Files: src/sys/dev/ic: spdmem.c Log Message: A part number field of DDR3 and DDR4 is not NUL terminated. All unused chars are filled by 0x20. Print it correctly. Before: spdmem0 at iic0

CVS commit: src/usr.sbin/npf/npfd

2017-10-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 16 11:17:45 UTC 2017 Modified Files: src/usr.sbin/npf/npfd: npfd_log.c Log Message: Add a message when we are re-opening the pcap socket. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/share/man/man9

2017-10-16 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Oct 16 11:53:00 UTC 2017 Modified Files: src/share/man/man9: byteorder.9 Log Message: Suggest to include the POSIX rather than BSD To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/share/man/man9/byteorder.9

CVS commit: src/usr.sbin/npf/npfd

2017-10-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 16 11:18:43 UTC 2017 Modified Files: src/usr.sbin/npf/npfd: npfd.c Log Message: Treat EOF as a condition to re-open the pcap socket. Since we've been woken up by poll(2), there must be data to read. If there is not, our

CVS commit: src/sys/dev/ic

2017-10-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 16 11:37:20 UTC 2017 Modified Files: src/sys/dev/ic: spdmem.c Log Message: dedup To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/ic/spdmem.c Please note that diffs are not public domain;

CVS commit: src

2017-10-16 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Oct 16 11:38:25 UTC 2017 Modified Files: src/distrib/sets/lists/comp: mi src/include: Makefile Added Files: src/include: endian.h Log Message: Add endian.h header. Simply includes sys/endian.h has been

CVS commit: src/share/man/man4

2017-10-16 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 16 12:48:24 UTC 2017 Modified Files: src/share/man/man4: slhci.4 Log Message: remove Tn, bump date for previous To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/share/man/man4/slhci.4 Please note that

CVS commit: src/share/man/man9

2017-10-16 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 16 12:50:43 UTC 2017 Modified Files: src/share/man/man9: byteorder.9 Log Message: Remove Tn. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/share/man/man9/byteorder.9 Please note that diffs are not

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

2017-10-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Oct 16 15:08:24 UTC 2017 Modified Files: src/sys/arch/arm/vfp: vfp_init.c Log Message: In the REENABLE case, make sur the fpexc copy in the pcb also has VFP_FPEXC_EN set. Otherwise we could trap on every context switch even

CVS commit: src/share/man/man9

2017-10-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 16 15:48:14 UTC 2017 Modified Files: src/share/man/man9: byteorder.9 Log Message: revert; this is section 9 and userland headers are not available in kernel context. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/kern

2017-10-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Oct 16 15:03:57 UTC 2017 Modified Files: src/sys/kern: subr_pcu.c Log Message: PR port-arm/52603: There is a race here, as seen on arm with FPU: LWP L is running but not on CPU, has its FPU state on CPU2 which has not been

CVS commit: src/bin/chio

2017-10-16 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Mon Oct 16 17:08:35 UTC 2017 Modified Files: src/bin/chio: chio.c Log Message: typo: unvalid -> invalid To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/bin/chio/chio.c Please note that diffs are not public

CVS commit: src/external/bsd/wpa/dist

2017-10-16 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Mon Oct 16 17:36:16 UTC 2017 Modified Files: src/external/bsd/wpa/dist/src/ap: ieee802_11.c wpa_auth.c wpa_auth.h wpa_auth_ft.c wpa_auth_i.h src/external/bsd/wpa/dist/src/common: wpa_common.h

CVS commit: src/sys/dev/ic

2017-10-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 16 17:52:10 UTC 2017 Modified Files: src/sys/dev/ic: spdmem.c Log Message: simplify previous. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/dev/ic/spdmem.c Please note that diffs are not

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

2017-10-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Oct 16 15:13:01 UTC 2017 Modified Files: src/sys/arch/arm/vfp: vfp_init.c Log Message: We KASSERT((fregs->vfp_fpexc & VFP_FPEXC_EN) == 0) just before, so enabled is always false. remove. To generate a diff of this commit:

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

2017-10-16 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Oct 17 00:26:35 UTC 2017 Modified Files: src/sys/arch/alpha/include: fpu.h Log Message: Explain our implementation choice for implementation-defined values To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2017-10-16 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Oct 17 05:47:09 UTC 2017 Modified Files: src/sys/arch/x86/x86: vmt.c Log Message: Check that the host supports GET_SPEED as well as GET_VERSION before deciding vmt_probe has succeeded. qemu supports GET_VERSION but not the RPC