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

2017-10-31 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Nov 1 05:42:32 UTC 2017 Modified Files: src/sys/arch/arm/sunxi: sunxi_thermal.c Log Message: Complete last change... To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/sunxi/sunxi_thermal.c Please

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

2017-10-31 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Nov 1 05:42:32 UTC 2017 Modified Files: src/sys/arch/arm/sunxi: sunxi_thermal.c Log Message: Complete last change... To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/sunxi/sunxi_thermal.c Please

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

2017-10-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Nov 1 01:47:00 UTC 2017 Modified Files: src/sys/arch/arm/sunxi: sunxi_thermal.c Log Message: Simplify, and avoid compiler warning for variable format string. As discussed on IRC. To generate a diff of this commit: cvs

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

2017-10-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Nov 1 01:47:00 UTC 2017 Modified Files: src/sys/arch/arm/sunxi: sunxi_thermal.c Log Message: Simplify, and avoid compiler warning for variable format string. As discussed on IRC. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/isa

2017-10-31 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Oct 31 21:53:48 UTC 2017 Modified Files: src/sys/dev/isa: gus.c Log Message: Add padding to gus.c so fields match up when it ts cast to a ad1848_isa softc for the allocation of hw ring buffers. Locking fixes as gus KASSERTS /

CVS commit: src/sys/dev/isa

2017-10-31 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Oct 31 21:53:48 UTC 2017 Modified Files: src/sys/dev/isa: gus.c Log Message: Add padding to gus.c so fields match up when it ts cast to a ad1848_isa softc for the allocation of hw ring buffers. Locking fixes as gus KASSERTS /

CVS commit: src/sys/dev

2017-10-31 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Oct 31 21:18:02 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Only allow blocksizes greater or equal to the calculated one. This should help applications as the blocksize obtained (AUDIO_SET/GETINFO) will work

CVS commit: src/sys/dev

2017-10-31 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Oct 31 21:18:02 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Only allow blocksizes greater or equal to the calculated one. This should help applications as the blocksize obtained (AUDIO_SET/GETINFO) will work

CVS commit: src/sys/dev

2017-10-31 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Oct 31 21:13:24 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Move calculation of sc_latency into a function. The latency of the audio device is updated on attach in the audio auto config and shown on screen. Ok

CVS commit: src/sys/dev

2017-10-31 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Oct 31 21:13:24 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Move calculation of sc_latency into a function. The latency of the audio device is updated on attach in the audio auto config and shown on screen. Ok

CVS commit: src/sys/dev

2017-10-31 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Oct 31 21:09:27 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: round_blocksize is only used for the hardware ring buffer. All other buffers (mix ring, streams) are set to be a power of 2. This allows for consistent

CVS commit: src/sys/dev

2017-10-31 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Oct 31 21:09:27 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: round_blocksize is only used for the hardware ring buffer. All other buffers (mix ring, streams) are set to be a power of 2. This allows for consistent

CVS commit: src/doc/roadmaps

2017-10-31 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Oct 31 19:03:32 UTC 2017 Modified Files: src/doc/roadmaps: storage Log Message: bring the WAPBL entry more up-to-date and sound less desperate, there is not really much preventing it to be enabled by default for new

CVS commit: src/doc/roadmaps

2017-10-31 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Oct 31 19:03:32 UTC 2017 Modified Files: src/doc/roadmaps: storage Log Message: bring the WAPBL entry more up-to-date and sound less desperate, there is not really much preventing it to be enabled by default for new

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

2017-10-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Oct 31 18:30:36 UTC 2017 Modified Files: src/sys/arch/x86/include: cpu_extended_state.h Log Message: Remove outdated comment. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2017-10-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Oct 31 18:30:36 UTC 2017 Modified Files: src/sys/arch/x86/include: cpu_extended_state.h Log Message: Remove outdated comment. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2017-10-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Oct 31 18:23:29 UTC 2017 Modified Files: src/sys/arch/x86/x86: fpu.c Log Message: Zero out the buffer entirely. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/x86/x86/fpu.c Please note that diffs

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

2017-10-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Oct 31 18:23:29 UTC 2017 Modified Files: src/sys/arch/x86/x86: fpu.c Log Message: Zero out the buffer entirely. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/x86/x86/fpu.c Please note that diffs

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

2017-10-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Oct 31 18:13:37 UTC 2017 Modified Files: src/sys/arch/x86/x86: fpu.c Log Message: Mask mxcsr, otherwise userland could set reserved bits to 1 and make xrstor fault. To generate a diff of this commit: cvs rdiff -u -r1.18

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

2017-10-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Oct 31 18:13:37 UTC 2017 Modified Files: src/sys/arch/x86/x86: fpu.c Log Message: Mask mxcsr, otherwise userland could set reserved bits to 1 and make xrstor fault. To generate a diff of this commit: cvs rdiff -u -r1.18

CVS commit: src/sys/compat/netbsd32

2017-10-31 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Oct 31 16:10:25 UTC 2017 Modified Files: src/sys/compat/netbsd32: netbsd32_sysctl.c Log Message: unconst machine_arch32 for sysctl data .. pointed out by Riccardo Mottola To generate a diff of this commit: cvs rdiff -u -r1.37

CVS commit: src/sys/compat/netbsd32

2017-10-31 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Oct 31 16:10:25 UTC 2017 Modified Files: src/sys/compat/netbsd32: netbsd32_sysctl.c Log Message: unconst machine_arch32 for sysctl data .. pointed out by Riccardo Mottola To generate a diff of this commit: cvs rdiff -u -r1.37

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

2017-10-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Oct 31 15:16:10 UTC 2017 Modified Files: src/sys/arch/x86/x86: fpu.c Log Message: Initialize xstate_bv with the structures that were just filled in, otherwise xrstor does not restore them. This can happen only if userland calls

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

2017-10-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Oct 31 15:16:10 UTC 2017 Modified Files: src/sys/arch/x86/x86: fpu.c Log Message: Initialize xstate_bv with the structures that were just filled in, otherwise xrstor does not restore them. This can happen only if userland calls

CVS commit: src/sys/arch/luna68k/stand/boot

2017-10-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 31 15:10:28 UTC 2017 Modified Files: src/sys/arch/luna68k/stand/boot: sc.c Log Message: undo - pointed out this is a register assignment. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/arch/luna68k/stand/boot

2017-10-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 31 15:10:28 UTC 2017 Modified Files: src/sys/arch/luna68k/stand/boot: sc.c Log Message: undo - pointed out this is a register assignment. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/dist/pf/net

2017-10-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 31 15:00:03 UTC 2017 Modified Files: src/sys/dist/pf/net: pf.c Log Message: PR/52682: David Binderman: Fix wrong assignment (in the !__NetBSD__ code) To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77

CVS commit: src/sys/dist/pf/net

2017-10-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 31 15:00:03 UTC 2017 Modified Files: src/sys/dist/pf/net: pf.c Log Message: PR/52682: David Binderman: Fix wrong assignment (in the !__NetBSD__ code) To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77

CVS commit: src/sys/arch/luna68k/stand/boot

2017-10-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 31 14:55:45 UTC 2017 Modified Files: src/sys/arch/luna68k/stand/boot: sc.c Log Message: PR/52680: David Binderman: Remove dedundant assignment. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/arch/luna68k/stand/boot

2017-10-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 31 14:55:45 UTC 2017 Modified Files: src/sys/arch/luna68k/stand/boot: sc.c Log Message: PR/52680: David Binderman: Remove dedundant assignment. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/compat/netbsd32

2017-10-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 31 12:43:57 UTC 2017 Modified Files: src/sys/compat/netbsd32: netbsd32_conv.h Log Message: PR kern/52681: fix msghdr conversion. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/sys/compat/netbsd32

2017-10-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 31 12:43:57 UTC 2017 Modified Files: src/sys/compat/netbsd32: netbsd32_conv.h Log Message: PR kern/52681: fix msghdr conversion. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/sys

2017-10-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 31 12:37:23 UTC 2017 Modified Files: src/sys/arch/arm/arm32: arm32_machdep.c src/sys/arch/arm/include: netbsd32_machdep.h proc.h src/sys/arch/mips/include: netbsd32_machdep.h src/sys/arch/mips/mips:

CVS commit: src/sys

2017-10-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 31 12:37:23 UTC 2017 Modified Files: src/sys/arch/arm/arm32: arm32_machdep.c src/sys/arch/arm/include: netbsd32_machdep.h proc.h src/sys/arch/mips/include: netbsd32_machdep.h src/sys/arch/mips/mips:

CVS commit: src/sys/arch

2017-10-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Oct 31 12:02:20 UTC 2017 Modified Files: src/sys/arch/amd64/include: pcb.h src/sys/arch/i386/include: pcb.h src/sys/arch/x86/include: cpu_extended_state.h src/sys/arch/x86/x86: fpu.c Log Message: Don't

CVS commit: src/sys/arch

2017-10-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Oct 31 12:02:20 UTC 2017 Modified Files: src/sys/arch/amd64/include: pcb.h src/sys/arch/i386/include: pcb.h src/sys/arch/x86/include: cpu_extended_state.h src/sys/arch/x86/x86: fpu.c Log Message: Don't

CVS commit: src/distrib/sets/lists/comp

2017-10-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 31 11:46:46 UTC 2017 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Also mark ppi.html as obsolete To generate a diff of this commit: cvs rdiff -u -r1.2154 -r1.2155 src/distrib/sets/lists/comp/mi Please

CVS commit: src/distrib/sets/lists/comp

2017-10-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 31 11:46:46 UTC 2017 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Also mark ppi.html as obsolete To generate a diff of this commit: cvs rdiff -u -r1.2154 -r1.2155 src/distrib/sets/lists/comp/mi Please

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

2017-10-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Oct 31 11:37:05 UTC 2017 Modified Files: src/sys/arch/x86/x86: fpu.c identcpu.c Log Message: Always use x86_fpu_save, clearer. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/x86/x86/fpu.c cvs rdiff

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

2017-10-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Oct 31 11:37:05 UTC 2017 Modified Files: src/sys/arch/x86/x86: fpu.c identcpu.c Log Message: Always use x86_fpu_save, clearer. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/x86/x86/fpu.c cvs rdiff

CVS commit: src/sys/dev/sun

2017-10-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 31 10:46:47 UTC 2017 Modified Files: src/sys/dev/sun: sunkbd.c sunms.c Log Message: PR port-sparc64/52622: mark the parent device as TS_KERN_ONLY, so userland will not touch it (and change serial params w/o our controll).

CVS commit: src/sys/dev/sun

2017-10-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 31 10:46:47 UTC 2017 Modified Files: src/sys/dev/sun: sunkbd.c sunms.c Log Message: PR port-sparc64/52622: mark the parent device as TS_KERN_ONLY, so userland will not touch it (and change serial params w/o our controll).

CVS commit: src/sys

2017-10-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 31 10:45:19 UTC 2017 Modified Files: src/sys/arch/sparc64/dev: sab.c src/sys/dev/ic: com.c z8530tty.c src/sys/sys: tty.h Log Message: As discussed on tech-kern: define a new tty internal state flag:

CVS commit: src/sys

2017-10-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 31 10:45:19 UTC 2017 Modified Files: src/sys/arch/sparc64/dev: sab.c src/sys/dev/ic: com.c z8530tty.c src/sys/sys: tty.h Log Message: As discussed on tech-kern: define a new tty internal state flag:

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

2017-10-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Oct 31 10:39:13 UTC 2017 Modified Files: src/sys/arch/x86/include: cpu_extended_state.h Log Message: Add xsh_xcomp_bv and fx_zero, and use uint8_t instead. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2017-10-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Oct 31 10:39:13 UTC 2017 Modified Files: src/sys/arch/x86/include: cpu_extended_state.h Log Message: Add xsh_xcomp_bv and fx_zero, and use uint8_t instead. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2017-10-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Oct 31 10:35:58 UTC 2017 Modified Files: src/sys/arch/x86/x86: fpu.c Log Message: Remove comments that are more misleading than anything else. While here make sure we zero out the FPU area entirely, and not just its legacy

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

2017-10-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Oct 31 10:35:58 UTC 2017 Modified Files: src/sys/arch/x86/x86: fpu.c Log Message: Remove comments that are more misleading than anything else. While here make sure we zero out the FPU area entirely, and not just its legacy

CVS commit: src/usr.sbin/makemandb

2017-10-31 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Oct 31 10:14:27 UTC 2017 Modified Files: src/usr.sbin/makemandb: custom_apropos_tokenizer.c Log Message: Casting variable of type int * to size_t *, may cause alignment issues on some platforms (e.g. Sparc64) So, Use a

CVS commit: src/usr.sbin/makemandb

2017-10-31 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Oct 31 10:14:27 UTC 2017 Modified Files: src/usr.sbin/makemandb: custom_apropos_tokenizer.c Log Message: Casting variable of type int * to size_t *, may cause alignment issues on some platforms (e.g. Sparc64) So, Use a

CVS commit: src

2017-10-31 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Oct 31 08:10:12 UTC 2017 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile Removed Files: src/share/man/man9: ppi.9 Log Message: remove ppi(9) manpage, the actual subsystem got

CVS commit: src

2017-10-31 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Oct 31 08:10:12 UTC 2017 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile Removed Files: src/share/man/man9: ppi.9 Log Message: remove ppi(9) manpage, the actual subsystem got