CVS commit: src/sys/arch/xen

2016-01-06 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Jan 6 15:28:40 UTC 2016 Modified Files: src/sys/arch/xen/include/xen-public/io: ring.h src/sys/arch/xen/xen: pciback.c xbdback_xenbus.c xennetback_xenbus.c Log Message: Apply patch from xsa155: make sure that the

CVS commit: src/tests/dev/usb

2016-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 6 15:34:54 UTC 2016 Modified Files: src/tests/dev/usb: Makefile Log Message: Unbreak the sun2 build: Don't use program-specific LDADD options because those come after the general LDADD options and break static linking.

CVS commit: src/sys/dev

2016-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 6 18:06:38 UTC 2016 Modified Files: src/sys/dev: clockctl.c Log Message: Simplify and fix the unload to destroy the mutex. To reproduce, configure a kernel with LOCKDEBUG make clockctl a module: /etc/rc.d/ntpd

CVS commit: src/sys/dev/raidframe

2016-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 6 17:40:50 UTC 2016 Modified Files: src/sys/dev/raidframe: raidframeio.h rf_netbsdkintf.c Log Message: Add a SET_LAST_UNIT ioctl. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sbin/raidctl

2016-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 6 17:41:36 UTC 2016 Modified Files: src/sbin/raidctl: raidctl.8 raidctl.c Log Message: Access to the SET_LAST_UNIT ioctl. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sbin/raidctl/raidctl.8 cvs

CVS commit: src/sbin/dkctl

2016-01-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jan 6 23:03:14 UTC 2016 Modified Files: src/sbin/dkctl: dkctl.c Log Message: Sort command list in usage. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sbin/dkctl/dkctl.c Please note that diffs are not

CVS commit: src/sbin/raidctl

2016-01-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jan 6 22:57:44 UTC 2016 Modified Files: src/sbin/raidctl: raidctl.8 raidctl.c Log Message: Use standard sort order for options. Add -U to usage. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71

CVS commit: src/sys/dev/usb

2016-01-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 6 22:12:49 UTC 2016 Modified Files: src/sys/dev/usb: usb.c usb_subr.c usbdivar.h xhci.c Log Message: Get the iManufacturer, iProduct, and iSerialNumber strings before probing for drivers and cache them for later use.

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

2016-01-06 Thread Marty Fouts
Module Name:src Committed By: marty Date: Thu Jan 7 04:45:10 UTC 2016 Modified Files: src/sys/arch/arm/samsung: mct.c Log Message: exynos mct -- snapshot This code is still a mess, but at least it uses an interrupt-map so I can use it to test whether interrupt-map

CVS commit: src/lib/libcurses

2016-01-06 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Thu Jan 7 07:36:35 UTC 2016 Modified Files: src/lib/libcurses: add_wch.c Log Message: Add missing new line in debug print. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libcurses/add_wch.c Please note that

CVS commit: src/lib/libcurses

2016-01-06 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Thu Jan 7 07:37:09 UTC 2016 Modified Files: src/lib/libcurses: touchwin.c Log Message: Display force flag in debug print. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libcurses/touchwin.c Please note

CVS commit: src/sbin/dkctl

2016-01-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jan 6 23:01:11 UTC 2016 Modified Files: src/sbin/dkctl: dkctl.8 Log Message: Sort commands so I can find stuff. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sbin/dkctl/dkctl.8 Please note that diffs are