CVS commit: [nick-nhusb] src/sys/dev/usb

2016-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 16 08:02:49 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: uhub.c usbdivar.h Log Message: Re-enable the TT support that existed previously here as well To generate a diff of this commit: cvs rdiff -u -r1.126.2.22

CVS commit: src/sys/arch/xen/xen

2016-02-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Feb 16 08:41:32 UTC 2016 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c Log Message: In xennet_xenbus_detach(), remove the event handler early (just after xennet_stop()) so that we don't get events while slepping (e.

CVS commit: src/lib/libedit

2016-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 16 14:04:24 UTC 2016 Modified Files: src/lib/libedit: tty.h Log Message: No need to include "sys.h" from here; it is included from config.h To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libedit/

CVS commit: src/lib/libedit

2016-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 16 14:04:58 UTC 2016 Modified Files: src/lib/libedit: sig.c Log Message: include explicitly errno.h since we use it. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libedit/sig.c Please note that

CVS commit: src/lib/libedit

2016-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 16 14:06:06 UTC 2016 Modified Files: src/lib/libedit: chared.c chared.h chartype.c common.c el.c el.h emacs.c filecomplete.c hist.c hist.h keymacro.c makelist map.c parse.c prompt.c prompt.h read.c

CVS commit: src/lib/libedit

2016-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 16 14:07:47 UTC 2016 Modified Files: src/lib/libedit: sig.c Log Message: one more To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libedit/sig.c Please note that diffs are not public domain; they

CVS commit: src/lib/libedit

2016-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 16 14:08:25 UTC 2016 Modified Files: src/lib/libedit: chared.c chartype.c common.c el.c el.h eln.c emacs.c filecomplete.c hist.c keymacro.c makelist map.c parse.c prompt.c read.c readline.c refresh

CVS commit: src/lib/libedit

2016-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 16 15:53:48 UTC 2016 Modified Files: src/lib/libedit: chared.c chared.h chartype.c common.c el.c el.h eln.c emacs.c filecomplete.c hist.c hist.h keymacro.c makelist map.c parse.c prompt.c prompt.h

CVS commit: src/lib/libedit

2016-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 16 15:54:15 UTC 2016 Modified Files: src/lib/libedit: sig.c Log Message: include errno.h To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libedit/sig.c Please note that diffs are not public domain

CVS commit: src/lib/libedit

2016-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 16 19:08:41 UTC 2016 Modified Files: src/lib/libedit: chared.c chared.h common.c el.c el.h emacs.c filecomplete.c makelist map.c parse.c readline.c search.c sig.c tty.c vi.c Log Message: more incl

CVS commit: src/lib/libedit

2016-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 16 19:11:25 UTC 2016 Modified Files: src/lib/libedit: common.c el.h Log Message: get rid of bool_t (Ingo Schwarze) To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/lib/libedit/common.c cvs rdiff -u -r1

CVS commit: src/lib/libedit

2016-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 16 19:29:51 UTC 2016 Modified Files: src/lib/libedit: config.h histedit.h sys.h Log Message: - don't set _GNU_SOURCE. We are not supposed to make decisions for others. - don't special-case wcsdup() >From Ingo Schwarze.

CVS commit: [nick-nhusb] src/sys/dev/usb

2016-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 16 21:17:27 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: uhci.c Log Message: Make interrupt handling MP safe by not dropping the bus lock while traversing the active transfer list. Instead move the complete trans

CVS commit: [nick-nhusb] src/sys/arch/arm/nvidia

2016-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 16 21:26:37 UTC 2016 Modified Files: src/sys/arch/arm/nvidia [nick-nhusb]: tegra_ehci.c Log Message: ehci_intr is MPSAFE now To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/arch/arm/nvidia/tegr

CVS commit: [nick-nhusb] src/sys/arch/arm/allwinner

2016-02-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 16 21:28:29 UTC 2016 Modified Files: src/sys/arch/arm/allwinner [nick-nhusb]: awin_usb.c Log Message: Mark ohci_intr MPSAFE To generate a diff of this commit: cvs rdiff -u -r1.17.2.6 -r1.17.2.7 src/sys/arch/arm/allwinner/

CVS commit: src/lib/libedit

2016-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 16 22:53:14 UTC 2016 Modified Files: src/lib/libedit: chared.c chared.h chartype.c common.c el.h emacs.c filecomplete.c hist.c map.c parse.c read.c refresh.c search.c tty.c vi.c Log Message: More

CVS commit: src/sys/sys

2016-02-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Feb 16 23:07:58 UTC 2016 Modified Files: src/sys/sys: rndsource.h Log Message: Need for LIST_ENTRY and for NULL. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/sys/rndsource.h Please note that diff

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2016-02-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 17 00:01:23 UTC 2016 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: intel_pm.c Log Message: Cast uint8_t to uint32_t before shifting left by 24. Otherwise this is undefined behaviour unless int is 32-bit and

CVS commit: src/sys

2016-02-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 17 00:43:43 UTC 2016 Modified Files: src/sys/kern: kern_rndq.c src/sys/sys: rndsource.h Log Message: Add rnd_add_data_sync for synchronous on-demand rndsource callbacks. Avoids lock recursion in rndsinks: rnds

CVS commit: src/sys/dev/usb

2016-02-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 17 00:46:17 UTC 2016 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add various USB Bluetooth controllers. >From mlelstv. To generate a diff of this commit: cvs rdiff -u -r1.711 -r1.712 src/sys/dev/usb/usbdevs

CVS commit: src/sys/dev/usb

2016-02-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 17 00:48:57 UTC 2016 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.703 -r1.704 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.704 -r1.705

CVS commit: src/sys/dev/usb

2016-02-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 17 00:49:28 UTC 2016 Modified Files: src/sys/dev/usb: ubt.c Log Message: Match various Apple USB Bluetooth controllers. >From mlelstv. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/dev/usb/ubt

CVS commit: src/sys/kern

2016-02-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 17 00:57:36 UTC 2016 Modified Files: src/sys/kern: kern_rndq.c Log Message: Omit call to rnd_getmore from rnd_process_events. There are three cases to consider here: 1. You have on-demand synchronous rndsources, e.g.

CVS commit: src/sys/kern

2016-02-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 17 01:01:42 UTC 2016 Modified Files: src/sys/kern: kern_rndq.c Log Message: Omit needless call to rnd_getmore in rnd_extract_data. The only remaining caller -- rnd_extract -- already does it. To generate a diff of th

CVS commit: src/sys/kern

2016-02-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 17 01:09:49 UTC 2016 Modified Files: src/sys/kern: kern_rndq.c Log Message: Use real atomics, not atomics faked with membars, for rnd_printing. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/ker

CVS commit: src/sys/kern

2016-02-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 17 01:23:33 UTC 2016 Modified Files: src/sys/kern: kern_rndq.c Log Message: Move entropy_count into the scope where it is used. Omit now-unused definition. XXX This code probably shouldn't be under DIAGNOSTIC... It i

CVS commit: src/sys/rump/librump/rumpkern

2016-02-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 17 01:42:25 UTC 2016 Modified Files: src/sys/rump/librump/rumpkern: hyperentropy.c Log Message: Make hyperentropy rndsource work synchronously, again. This time for real! *crosses fingers* To generate a diff of this

CVS commit: src/sys/rump/librump/rumpkern

2016-02-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 17 01:48:04 UTC 2016 Modified Files: src/sys/rump/librump/rumpkern: hyperentropy.c Log Message: Caller must have exclusive access to rndsource for rnd_add_data(_sync). To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/sys/rump/librump/rumpkern

2016-02-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 17 01:48:36 UTC 2016 Modified Files: src/sys/rump/librump/rumpkern: hyperentropy.c Log Message: Need for mutex(9). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/rump/librump/rumpkern/hyperentr