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

2018-01-11 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Jan 12 06:24:43 UTC 2018 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: Remove unused. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 src/sys/arch/x86/x86/intr.c Please note that diffs are not

CVS commit: src/sys/arch/sparc/sparc

2018-01-11 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jan 12 06:01:34 UTC 2018 Modified Files: src/sys/arch/sparc/sparc: timer.c timer_sun4m.c timerreg.h Log Message: fix time goes backwards problems on sparc. there are a few things here: - there's a race between reading the limit

CVS commit: src/sys/dev/sbus

2018-01-11 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jan 12 05:59:20 UTC 2018 Modified Files: src/sys/dev/sbus: dbri.c Log Message: fix several KASSERT()s and locking in a few places. fixes DIAGNOSTIC kernels and still plays. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev

2018-01-11 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri Jan 12 04:10:10 UTC 2018 Modified Files: src/sys/dev: audio.c Log Message: Allow open of audioctl devices whilst audio is open with the mixer disabled. XXX pullup -8 To generate a diff of this commit: cvs rdiff -u -r1.449

CVS commit: src/usr.sbin/autofs

2018-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 11 13:44:26 UTC 2018 Modified Files: src/usr.sbin/autofs: automountd.c Log Message: sprinkle __dead, use EXIT_{SUCCESS,FAILURE} To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch

2018-01-11 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 11 13:35:15 UTC 2018 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/x86/x86: cpu.c Log Message: Introduce a new svs_page_add function, which can be used to map in the user space a VA from the

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

2018-01-11 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 11 11:15:35 UTC 2018 Modified Files: src/sys/arch/x86/x86: vm_machdep.c Log Message: The uarea must always be page-aligned. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/x86/x86/vm_machdep.c

CVS commit: src/sys/arch

2018-01-11 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 11 10:38:13 UTC 2018 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/x86/include: pmap.h Log Message: Add ist0 to pcpu_entry. To generate a diff of this commit: cvs rdiff -u -r1.287 -r1.288

CVS commit: src/sys/arch

2018-01-11 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 11 10:30:26 UTC 2018 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/amd64/include: param.h src/sys/arch/x86/x86: intr.c Log Message: Initialize ist0 in cpu_init_tss. On amd64 this is the

CVS commit: src/share/man/man7

2018-01-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 11 09:53:55 UTC 2018 Modified Files: src/share/man/man7: sysctl.7 Log Message: kern.module.verbose is a boolean, not an integer. We had it right in the text following the table, but the table itself was wrong. Thanks

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

2018-01-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 11 09:18:16 UTC 2018 Modified Files: src/sys/arch/x86/x86: cpu.c Log Message: Changing CR4 register may change cpuid values. For example, setting CR4_OSXSAVE sets CPUID2_OSXSAVE. The CPUID2_OSXSAVE is in ci_feat_val[1],

CVS commit: src/sys/arch/amd64

2018-01-11 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 11 09:00:04 UTC 2018 Modified Files: src/sys/arch/amd64/amd64: locore.S machdep.c src/sys/arch/amd64/include: frameasm.h types.h Log Message: Declare new SVS_* variants: SVS_ENTER_NOSTACK and SVS_LEAVE_NOSTACK. Use

CVS commit: src/share/man/man4

2018-01-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jan 11 08:59:27 UTC 2018 Modified Files: src/share/man/man4: ipsecif.4 Log Message: New sentence, new line. Remove empty macro. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/ipsecif.4 Please