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

2016-09-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 6 20:33:11 UTC 2016 Modified Files: src/sys/arch/amd64/conf [netbsd-7-nhusb]: GENERIC src/sys/arch/arm/allwinner [netbsd-7-nhusb]: awin_otg.c awin_usb.c src/sys/arch/arm/at91 [netbsd-7-nhusb]: at91ohci.c

CVS commit: src/lib

2016-09-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Sep 6 07:45:41 UTC 2016 Modified Files: src/lib/librumpclient: rumpclient.c src/lib/librumpuser: rumpuser_sp.c Log Message: Redo previous by avoiding the casts and using PRIxREGISTER instead To generate a diff of

CVS commit: src/lib/librumpuser

2016-09-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Sep 6 07:32:39 UTC 2016 Modified Files: src/lib/librumpuser: rumpuser_sp.c Log Message: Can not print register_t with %d, cast to long and use %ld instead. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71

CVS commit: src/lib/librumpclient

2016-09-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Sep 6 07:12:48 UTC 2016 Modified Files: src/lib/librumpclient: rumpclient.c Log Message: Fix DPRINTF format To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/lib/librumpclient/rumpclient.c Please note that

CVS commit: src/sys/dev/usb

2016-09-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 6 06:46:15 UTC 2016 Modified Files: src/sys/dev/usb: usb_subr.c Log Message: Reduce scope of a variable. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.215 -r1.216 src/sys/dev/usb/usb_subr.c

CVS commit: src/sys/dev/hpc

2016-09-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 6 06:27:17 UTC 2016 Modified Files: src/sys/dev/hpc: btnmgr.c Log Message: Don't read beyond the end of an array To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/hpc/btnmgr.c Please note that