CVS commit: src/sys/dev

2017-02-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Feb 24 07:52:39 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Fix a locking botch in previous To generate a diff of this commit: cvs rdiff -u -r1.308 -r1.309 src/sys/dev/audio.c Please note that diffs are not pu

CVS commit: src/sys/dev/pci

2017-02-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Feb 24 06:39:54 UTC 2017 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: Use macro. KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159 src/sys/dev/pci/pci_subr.c Please not

CVS commit: src/tests/kernel

2017-02-23 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Feb 24 06:17:48 UTC 2017 Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Add new test syscall1 in t_ptrace_wait* syscall1: Verify that getpid(2) can be traced with PT_SYSCALL Enforce usage of syscall(2), it

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

2017-02-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Feb 24 05:38:30 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_type.h Log Message: Print mac.type and the TrackID. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/dev/pci/ixgbe/ixgbe.c

CVS commit: src/sys/dev/pci

2017-02-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Feb 24 05:04:46 UTC 2017 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: Fix 0x%u... To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/sys/dev/pci/pci_subr.c Please note that diffs are not public

CVS commit: src/tools/mips-elf2ecoff/machine

2017-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 24 03:44:54 UTC 2017 Modified Files: src/tools/mips-elf2ecoff/machine: ecoff_machdep.h Log Message: refresh To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tools/mips-elf2ecoff/machine/ecoff_machdep.h

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2017-02-23 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Fri Feb 24 01:27:14 UTC 2017 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: reader.c Log Message: Revert "Remove a useless loop around getpass()" getpass(3) may return NULL upon failures on Linux, and netpgp should

CVS commit: src/crypto/external/bsd/netpgp/dist/src

2017-02-23 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Fri Feb 24 01:26:17 UTC 2017 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c src/crypto/external/bsd/netpgp/dist/src/librsa: rsastubs.c Log Message: Revert "Remove a useless loop around getpass()" g

CVS commit: src/sys/dev

2017-02-23 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Thu Feb 23 23:19:04 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Hold the intr_lock when broadcasting/waiting on sc_[rec]condvar. To generate a diff of this commit: cvs rdiff -u -r1.307 -r1.308 src/sys/dev/audio.c Pl

CVS commit: src/sys/dev/pad

2017-02-23 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Thu Feb 23 23:13:27 UTC 2017 Modified Files: src/sys/dev/pad: pad.c padvar.h Log Message: Update pad due to changes in audio. sc_bytes_count and BYTESTOSLEEP are no longer required. To generate a diff of this commit: cvs rdiff -u

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

2017-02-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Feb 23 22:33:31 UTC 2017 Modified Files: src/sys/arch/arm/marvell: armadaxp.c Log Message: Typo in comment To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/marvell/armadaxp.c Please note that di

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

2017-02-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 23 19:51:47 UTC 2017 Modified Files: src/distrib/sets/lists/comp: ad.mips Log Message: add MIPS-specific clang header file To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/distrib/sets/lists/comp/ad.mi

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

2017-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 23 18:56:12 UTC 2017 Modified Files: src/sys/arch/mips/include: ecoff_machdep.h Log Message: provide ecoff 32 defines. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/mips/include/ecoff_machd

CVS commit: src/usr.bin/elf2ecoff

2017-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 23 18:49:00 UTC 2017 Modified Files: src/usr.bin/elf2ecoff: elf2ecoff.c Log Message: This only works with 32 bit Elf and COFF files, make it specific this way and use sized types so that it works on 64 bit systems (so it

CVS commit: src/sys/sys

2017-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 23 18:54:30 UTC 2017 Modified Files: src/sys/sys: exec_ecoff.h Log Message: Provided sized definitions for ecoff 32 bit headers. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/sys/exec_ecoff.h P

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2017-02-23 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Feb 23 18:43:02 UTC 2017 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: m68k.c Log Message: revert rev 1.2 (disabling split wide types) because it's no longer necessary after rev 1.6 of m68k.md (which itself reverted

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

2017-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 23 15:18:37 UTC 2017 Modified Files: src/distrib/sets/lists/comp: mi Log Message: add accept4 To generate a diff of this commit: cvs rdiff -u -r1.2111 -r1.2112 src/distrib/sets/lists/comp/mi Please note that diffs are

CVS commit: src/lib/libc/sys

2017-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 23 15:17:17 UTC 2017 Modified Files: src/lib/libc/sys: Makefile.inc Log Message: add link for accept4. To generate a diff of this commit: cvs rdiff -u -r1.234 -r1.235 src/lib/libc/sys/Makefile.inc Please note that dif

CVS commit: src/usr.bin/mixerctl

2017-02-23 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Feb 23 14:09:11 UTC 2017 Modified Files: src/usr.bin/mixerctl: mixerctl.c Log Message: Generate usage error for bad usage, before attempting any other operations. This means that "mixerctl" (no args) will generate a usage msg, ev

CVS commit: src/tests/usr.bin/mixerctl

2017-02-23 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Feb 23 14:01:37 UTC 2017 Modified Files: src/tests/usr.bin/mixerctl: t_mixerctl.sh Log Message: Drop the test for QEMU and instead skip relevant tests when /dev/mixer can't be opened (which more accurately reflects when mixerctl

CVS commit: src/share/terminfo

2017-02-23 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Feb 23 13:22:53 UTC 2017 Modified Files: src/share/terminfo: terminfo Log Message: Remove kLFT and kRIT from putty. This allows left and right cursor key movement inside tmux on putty. See https://github.com/tmux/tmux/issues/708.

CVS commit: src/sys/arch/x86

2017-02-23 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Feb 23 12:17:36 UTC 2017 Modified Files: src/sys/arch/x86/include: efi.h src/sys/arch/x86/x86: efi.c Log Message: Avoid panic when amd64 kernel is booted from 32bit UEFI. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/rasops

2017-02-23 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Feb 23 12:16:30 UTC 2017 Modified Files: src/sys/dev/rasops: rasops.c Log Message: reset ri->ri_hwbits too if RI_CFGDONE is set. prevent ri->ri_hwbits from moving to center every time rasops_reconfig() is called when RI_CENTE

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

2017-02-23 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Feb 23 12:14:53 UTC 2017 Modified Files: src/sys/arch/i386/stand/lib: exec.c Log Message: no need COUNT_KERNEL hack. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/arch/i386/stand/lib/exec.c Please no

CVS commit: src/sys/lib/libsa

2017-02-23 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Feb 23 12:13:59 UTC 2017 Modified Files: src/sys/lib/libsa: loadfile_elf32.c Log Message: update marks[MARK_DATA] with COUNT_DATA. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/lib/libsa/loadfile_elf3

CVS commit: src/sys/lib/libsa

2017-02-23 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Feb 23 12:13:05 UTC 2017 Modified Files: src/sys/lib/libsa: loadfile_elf32.c Log Message: fix CTF section symbol size was not counted with COUNT_KERNEL. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/l

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

2017-02-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 23 12:01:12 UTC 2017 Modified Files: src/sys/arch/x86/x86: dbregs.c Log Message: Make it compilable in non-diagnostic kernels To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/x86/x86/dbregs.c Ple

CVS commit: src/sys/kern

2017-02-23 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Thu Feb 23 11:23:22 UTC 2017 Modified Files: src/sys/kern: vfs_trans.c Log Message: Test for fstrans support before trying to allocate per-thread info. PR kern/51996 (kmem_alloc called from intr context in fstrans_get_lwp_info)

CVS commit: src/sys/arch/arm

2017-02-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Feb 23 08:22:20 UTC 2017 Modified Files: src/sys/arch/arm/arm32: pmap.c src/sys/arch/arm/include/arm32: pmap.h Log Message: Fixup the compile time decisions around PMAP_{INCLUDE,NEEDS}_PTE_SYNC and fix the options for x

CVS commit: src/lib/libc/sys

2017-02-23 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Feb 23 08:11:09 UTC 2017 Modified Files: src/lib/libc/sys: ptrace.2 Log Message: Formatting fix. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/lib/libc/sys/ptrace.2 Please note that diffs are not public dom