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

2016-01-01 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Fri Jan 1 19:46:48 UTC 2016 Modified Files: src/sys/arch/x86/x86: identcpu.c Log Message: Enable second noise source on newer VIA CPUs To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/arch/x86/x86/identcpu.c

CVS commit: src/tests/lib/libusbhid

2016-01-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jan 1 22:47:35 UTC 2016 Modified Files: src/tests/lib/libusbhid: t_usbhid.c Log Message: value debugging for the Logical/Physical range checks To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/pci

2016-01-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jan 1 20:48:15 UTC 2016 Modified Files: src/sys/dev/pci: voyager.c Log Message: zero out struct i2cbus_attach_args and i2c_controller before messing with them To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src

2016-01-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jan 1 21:38:54 UTC 2016 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests src/tests/lib: Makefile Added Files:

CVS commit: src

2016-01-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 2 01:24:45 UTC 2016 Modified Files: src/lib/libusbhid: usage.c src/tests/lib/libusbhid: t_usbhid.c Log Message: Teach hid_parse_usage_in_page() how to understand hex literals, in addition to the usual table

CVS commit: src/tests/lib/libusbhid

2016-01-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jan 1 23:46:04 UTC 2016 Modified Files: src/tests/lib/libusbhid: t_usbhid.c Log Message: Rework unsigned range test cases. If the USB HID 1.11 spec is interperted to the letter, there's no such thing as a unsigned

CVS commit: src/sys/dev/i2c

2016-01-01 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Fri Jan 1 20:13:50 UTC 2016 Modified Files: src/sys/dev/i2c: lm75.c Log Message: Read the Tos limit from the chip, instead of assuming 80'C, in case firmware has altered it. Make the *decode functions return temperatures in either

CVS commit: src

2016-01-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 2 01:04:15 UTC 2016 Modified Files: src/lib/libusbhid: usage.c src/tests/lib/libusbhid: t_usbhid.c Log Message: Fix round-trip of hid_usage_in_page(hid_parse_usage_in_page()) when the usage is a catch-all

CVS commit: src/sys/dev/fdt

2016-01-01 Thread Marty Fouts
Module Name:src Committed By: marty Date: Fri Jan 1 22:35:44 UTC 2016 Modified Files: src/sys/dev/fdt: fdt_pinctrl.c fdtvar.h Log Message: FDT pinctl - review from Jared These changes reflect a redesign based on a preliminary review by Jared. Instead of the

CVS commit: src

2016-01-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jan 1 22:59:12 UTC 2016 Modified Files: src/lib/libusbhid: data.c src/tests/lib/libusbhid: t_usbhid.c Log Message: Fix hid_get_data() for negative or 32-bit report data. To generate a diff of this commit: cvs

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

2016-01-01 Thread Marty Fouts
Module Name:src Committed By: marty Date: Fri Jan 1 22:37:07 UTC 2016 Modified Files: src/sys/arch/arm/samsung: exynos_i2c.c exynos_pinctrl.c Log Message: XU4 FDT pinctrl Rewrite the use of pinctrl to reflect the new model from Jared. To generate a diff of this

CVS commit: src/tests/fs/vfs

2016-01-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 1 15:13:57 UTC 2016 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: Add a test which creates many directory entries. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/tests/fs/vfs/t_vnops.c

CVS commit: src/tests/fs/vfs

2016-01-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 1 15:18:39 UTC 2016 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: use a shorter filename template in previous (for v7fs) To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

CVS commit: src/sys/kern

2016-01-01 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Fri Jan 1 16:09:00 UTC 2016 Modified Files: src/sys/kern: kern_rndq.c Log Message: Fix callout-skew source so it runs only when needed (remove second callout, eliminate race). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/kern

2016-01-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jan 1 18:58:58 UTC 2016 Modified Files: src/sys/kern: vfs_bio.c Log Message: KASSERT->KASSERTMSG to allow debugging a double-free'd buffer in ddb. To generate a diff of this commit: cvs rdiff -u -r1.256 -r1.257

CVS commit: src/lib/libusbhid

2016-01-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jan 1 19:14:45 UTC 2016 Modified Files: src/lib/libusbhid: usb_hid_usages Log Message: Alphanumeric is spelled Alphanumeric To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libusbhid/usb_hid_usages

CVS commit: src/share/mk

2016-01-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 1 17:06:21 UTC 2016 Modified Files: src/share/mk: bsd.hostprog.mk Log Message: Add the pthread libraries, documented already in bsd.README; sort To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76