CVS commit: src/sys/arch/x86

2016-02-26 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Sat Feb 27 00:54:59 UTC 2016 Modified Files: src/sys/arch/x86/include: via_padlock.h src/sys/arch/x86/x86: cpu_rng.c via_padlock.c Log Message: Remove callout-based RNG support in VIA crypto driver; add VIA RNG backend for

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

2016-02-26 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Sat Feb 27 00:43:55 UTC 2016 Modified Files: src/sys/arch/x86/x86: cpu_rng.c Log Message: Add RDSEED and RDRAND backends for cpu_rng on amd64 and i386. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/usr.bin/make

2016-02-26 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sat Feb 27 00:13:21 UTC 2016 Modified Files: src/usr.bin/make: meta.c Log Message: Let makefiles decide if depend file gets a meta file To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/usr.bin/make/meta.c Please

CVS commit: src/sys

2016-02-26 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Sat Feb 27 00:09:45 UTC 2016 Modified Files: src/sys/arch/amd64/include: Makefile types.h src/sys/arch/i386/include: Makefile types.h src/sys/arch/x86/conf: files.x86 src/sys/arch/x86/include: Makefile

CVS commit: [netbsd-7] src/doc

2016-02-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Feb 26 23:06:33 UTC 2016 Modified Files: src/doc [netbsd-7]: CHANGES-7.1 Log Message: 1089, 1100-1102, 1104, 1105, 1107, 1109, 1122 To generate a diff of this commit: cvs rdiff -u -r1.1.2.57 -r1.1.2.58 src/doc/CHANGES-7.1

CVS commit: [netbsd-7] src

2016-02-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Feb 26 22:52:53 UTC 2016 Modified Files: src/external/broadcom/rpi-firmware/dist [netbsd-7]: LICENCE.broadcom bootcode.bin fixup.dat fixup_cd.dat start.elf start_cd.elf src/sys/arch/arm/broadcom [netbsd-7]:

CVS commit: xsrc/external/mit/xf86-video-nouveau/dist/src

2016-02-26 Thread Taylor R Campbell
Module Name:xsrc Committed By: riastradh Date: Fri Feb 26 22:39:13 UTC 2016 Modified Files: xsrc/external/mit/xf86-video-nouveau/dist/src: drmmode_display.c Log Message: Fix obvious mistake caught by Clang constant-logical-operand warning. To generate a diff of this

CVS commit: xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb

2016-02-26 Thread Taylor R Campbell
Module Name:xsrc Committed By: riastradh Date: Fri Feb 26 22:35:54 UTC 2016 Modified Files: xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb: sb_expr.cpp Log Message: With the other changes in previous commit, these casts are unneeded. To generate a diff of

CVS commit: [netbsd-7] src/libexec/ld.elf_so

2016-02-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Feb 26 22:33:51 UTC 2016 Modified Files: src/libexec/ld.elf_so [netbsd-7]: sysident.h Log Message: Pull up following revision(s) (requested by skrll in ticket #1109): libexec/ld.elf_so/sysident.h: revisions 1.18, 1.19

CVS commit: [netbsd-7] src/sys/arch/arm/arm32

2016-02-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Feb 26 22:31:06 UTC 2016 Modified Files: src/sys/arch/arm/arm32 [netbsd-7]: pmap.c Log Message: Pull up following revision(s) (requested by skrll in ticket #1106): sys/arch/arm/arm32/pmap.c: revision 1.332 Delete

CVS commit: [netbsd-7] src/common/lib/libc/arch/arm/atomic

2016-02-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Feb 26 22:29:04 UTC 2016 Modified Files: src/common/lib/libc/arch/arm/atomic [netbsd-7]: atomic_nand_16.S atomic_nand_32.S atomic_nand_64.S atomic_nand_8.S sync_fetch_and_nand_8.S Log Message: Pull up

CVS commit: [netbsd-7] src/sys/arch/arm/arm

2016-02-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Feb 26 22:25:07 UTC 2016 Modified Files: src/sys/arch/arm/arm [netbsd-7]: disassem.c Log Message: Pull up following revision(s) (requested by skrll in ticket #1104): sys/arch/arm/arm/disassem.c: revisions 1.29-1.34

CVS commit: xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600

2016-02-26 Thread Taylor R Campbell
Module Name:xsrc Committed By: riastradh Date: Fri Feb 26 22:09:05 UTC 2016 Modified Files: xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600: r600_isa.h xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb: sb_expr.cpp Log Message: Don't use

CVS commit: [netbsd-7] src/sys/dev

2016-02-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Feb 26 22:08:17 UTC 2016 Modified Files: src/sys/dev/mii [netbsd-7]: igphy.c ukphy.c src/sys/dev/pci [netbsd-7]: if_wm.c if_wmreg.h if_wmvar.h Log Message: Pull up following revision(s) (requested by msaitoh in ticket

CVS commit: [netbsd-7] src/lib/libc/gen

2016-02-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Feb 26 21:57:12 UTC 2016 Modified Files: src/lib/libc/gen [netbsd-7]: getpass.c Log Message: Pull up following revision(s) (requested by christos in ticket #1101): lib/libc/gen/getpass.c: revision 1.30 PR/50695: coypu:

CVS commit: [netbsd-7-0] src/doc

2016-02-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Feb 26 21:53:10 UTC 2016 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.1 Log Message: 1100 To generate a diff of this commit: cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-7.0.1 Please note that diffs are not public

CVS commit: [netbsd-7-0] src/sys/arch/x86/x86

2016-02-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Feb 26 21:51:54 UTC 2016 Modified Files: src/sys/arch/x86/x86 [netbsd-7-0]: pmap.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1100): sys/arch/x86/x86/pmap.c: revision 1.190 Operation

CVS commit: [netbsd-7] src/sys/arch/x86/x86

2016-02-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Feb 26 21:50:54 UTC 2016 Modified Files: src/sys/arch/x86/x86 [netbsd-7]: pmap.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1100): sys/arch/x86/x86/pmap.c: revision 1.190 Operation

CVS commit: xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen

2016-02-26 Thread Taylor R Campbell
Module Name:xsrc Committed By: riastradh Date: Fri Feb 26 21:41:31 UTC 2016 Modified Files: xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen: nv50_ir_emit_nvc0.cpp Log Message: Avoid Clang constant-logical-operand warning. To generate a

CVS commit: [netbsd-7] src/sys/dev/usb

2016-02-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Feb 26 21:34:27 UTC 2016 Modified Files: src/sys/dev/usb [netbsd-7]: hid.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1089): sys/dev/usb/hid.c: revision 1.43 Convert unsigned char to

CVS commit: [netbsd-7-0] src/doc

2016-02-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Feb 26 21:33:18 UTC 2016 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.1 Log Message: 1122 To generate a diff of this commit: cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-7.0.1 Please note that diffs are not public

CVS commit: [netbsd-7] src/distrib/sets/lists/debug

2016-02-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Feb 26 21:28:30 UTC 2016 Modified Files: src/distrib/sets/lists/debug [netbsd-7]: md.sparc64 Log Message: Pull up following revision(s) (requested by marrtin in ticket #1122): distrib/sets/lists/debug/md.sparc64: patch

CVS commit: [netbsd-7-0] src/distrib/sets/lists/debug

2016-02-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Feb 26 21:28:56 UTC 2016 Modified Files: src/distrib/sets/lists/debug [netbsd-7-0]: md.sparc64 Log Message: Pull up following revision(s) (requested by martin in ticket #1122): distrib/sets/lists/debug/md.sparc64: patch

CVS commit: src/external/mit/xorg/lib

2016-02-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Feb 26 21:20:17 UTC 2016 Modified Files: src/external/mit/xorg/lib: libglsl.mk Log Message: Disable C++11 warnings about `register' qualifiers in glsl_lexer.cpp. glsl_lexer.cpp was generated by a flex that still uses it.

CVS commit: xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen

2016-02-26 Thread Taylor R Campbell
Module Name:xsrc Committed By: riastradh Date: Fri Feb 26 18:29:59 UTC 2016 Modified Files: xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen: nv50_ir.h nv50_ir_lowering_nvc0.cpp nv50_ir_lowering_nvc0.h nv50_ir_ra.cpp Log Message:

CVS commit: src/external/mit/xorg/lib/gallium

2016-02-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Feb 26 18:29:55 UTC 2016 Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: Use -std=c++11 unordered_set, not TR1 unordered_set. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: xsrc/external/mit/MesaLib/dist/src/gallium/drivers

2016-02-26 Thread Taylor R Campbell
Module Name:xsrc Committed By: riastradh Date: Fri Feb 26 18:28:41 UTC 2016 Modified Files: xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau: nouveau_debug.h xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen:

CVS commit: src/usr.sbin/isdn/isdnmonitor

2016-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 26 18:20:00 UTC 2016 Modified Files: src/usr.sbin/isdn/isdnmonitor: main.c Log Message: PR/50860: David Binderman: Remove redundant code. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/arch/x68k/dev

2016-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 26 18:19:16 UTC 2016 Modified Files: src/sys/arch/x68k/dev: intio.c Log Message: PR/50859: David Binderman: Remove redundant code. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

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

2016-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 26 18:17:39 UTC 2016 Modified Files: src/sys/arch/powerpc/isa: isadma_machdep.c Log Message: PR/50858: David Binderman: Remove redundant code. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/arch/atari/isa

2016-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 26 18:16:51 UTC 2016 Modified Files: src/sys/arch/atari/isa: isa_dma.c Log Message: PR/50857: David Binderman: Remove redundant code. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/arch/evbmips/isa

2016-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 26 18:15:59 UTC 2016 Modified Files: src/sys/arch/evbmips/isa: isadma_bounce.c Log Message: PR/50856: David Binderman: Remove redundant code. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/arch/arc/isa

2016-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 26 18:14:38 UTC 2016 Modified Files: src/sys/arch/arc/isa: isadma_bounce.c Log Message: PR/50855: David Binderman: Remove redundant code. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/arch/hp300/stand/common

2016-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 26 18:11:11 UTC 2016 Modified Files: src/sys/arch/hp300/stand/common: ite.c Log Message: PR/50852: David Binderman: make code more readable (although it was correct anyway) To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/gen

2016-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 26 17:13:01 UTC 2016 Modified Files: src/lib/libc/gen: sysconf.3 sysconf.c Log Message: Add _SC_TIMER_MAX To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/lib/libc/gen/sysconf.3 cvs rdiff -u -r1.36

CVS commit: src/lib/libc/gen

2016-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 26 17:12:53 UTC 2016 Modified Files: src/lib/libc/gen: nlist_elf32.c Log Message: lint comment To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/lib/libc/gen/nlist_elf32.c Please note that diffs are

CVS commit: src/sys/sys

2016-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 26 17:10:41 UTC 2016 Modified Files: src/sys/sys: unistd.h Log Message: _SC_TIMERS_MAX To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/sys/unistd.h Please note that diffs are not public domain;

CVS commit: src/include

2016-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 26 17:10:23 UTC 2016 Modified Files: src/include: limits.h Log Message: We only have 28 timers available. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/include/limits.h Please note that diffs are

CVS commit: src/sys

2016-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 26 17:08:58 UTC 2016 Modified Files: src/sys/kern: kern_time.c src/sys/sys: timevar.h Log Message: Make comments and code match reality; there are 4 reserved timers. To generate a diff of this commit: cvs

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

2016-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 26 16:28:14 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/bfd: merge.c Log Message: CID 420802: Avoid NULL deref. To generate a diff of this commit: cvs rdiff -u -r1.1.1.4 -r1.2

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

2016-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 26 16:26:24 UTC 2016 Modified Files: src/external/gpl3/binutils/dist/binutils: objcopy.c Log Message: CID 270355 fix memory leak To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/gpl3/binutils/dist/ld

2016-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 26 14:34:06 UTC 2016 Modified Files: src/external/gpl3/binutils/dist/ld: configure.tgt Log Message: Restore old netbsd emulation names, requested by joerg. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/dev/pad

2016-02-26 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri Feb 26 13:17:04 UTC 2016 Modified Files: src/sys/dev/pad: pad.c padvar.h Log Message: Allow reads from pad(4) less or greater than PAD_BLKSIZE. Ensure that audio data is ready before reading. Addresses PR 39204. OK jmcneil@.

CVS commit: src

2016-02-26 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri Feb 26 13:08:28 UTC 2016 Modified Files: src/sys/dev: auvolconv.c src/tests/dev/audio: t_pad_output.bz2.uue Log Message: Fix soft volume audio distortion. OK jmcneil@. Update atf pad expected output. To generate a

CVS commit: src/share/misc

2016-02-26 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Fri Feb 26 08:20:27 UTC 2016 Modified Files: src/share/misc: acronyms.comp Log Message: PR/50851 - Nikolai Lifanov -- add EAI To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159 src/share/misc/acronyms.comp Please