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

2015-10-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Oct 25 07:51:16 UTC 2015 Modified Files: src/sys/arch/xen/xen: xbd_xenbus.c Log Message: Uninitialized variable. Found by Brainy. ok pgoyette@ To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75

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

2015-10-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 25 09:50:06 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c ehcivar.h Log Message: Restructure the xfer methods so that (close to) minimal work in done in softint context. Now all memory allocation is done

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

2015-10-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 25 09:28:41 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c Log Message: Initialise some variables in their declarations. To generate a diff of this commit: cvs rdiff -u -r1.234.2.62 -r1.234.2.63

CVS commit: src/sys/kern

2015-10-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 25 09:27:14 UTC 2015 Modified Files: src/sys/kern: vfs_syscalls.c Log Message: Apease bogus gcc warning. To generate a diff of this commit: cvs rdiff -u -r1.501 -r1.502 src/sys/kern/vfs_syscalls.c Please note that

CVS commit: src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo

2015-10-25 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Oct 25 21:44:16 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo: nouveau_engine_fifo_nvc0.c Log Message: don't try to wait if (cold), spin waiting for registers to clear. same as

CVS commit: src/sys/dev/pci

2015-10-25 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Oct 26 01:44:48 UTC 2015 Modified Files: src/sys/dev/pci: if_vioif.c virtio.c virtioreg.h virtiovar.h Log Message: Support MSI-X in virtio Currently only vioif(4) uses the feature. knakahara@ helped to migrate to

CVS commit: src/sys/dev/mii

2015-10-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 26 02:31:31 UTC 2015 Modified Files: src/sys/dev/mii: igphyreg.h Log Message: No binary change: - s/IGPPHY/IGPHY/ - Fix the definition of PLHR_VALID_CHANNEL_* - Fix the definition of MSE_CHANNEL_* - Add

CVS commit: src/sys

2015-10-25 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Sun Oct 25 22:48:23 UTC 2015 Modified Files: src/sys/arch/amd64/conf: ALL src/sys/arch/evbarm/conf: MMNET_GENERIC src/sys/arch/i386/conf: ALL src/sys/dev/pci: unichromefb.c Log Message: Remove references

CVS commit: src/sys/compat/linux/arch

2015-10-25 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Oct 25 15:55:05 UTC 2015 Modified Files: src/sys/compat/linux/arch/alpha: syscalls.master src/sys/compat/linux/arch/mips: syscalls.master src/sys/compat/linux/arch/powerpc: syscalls.master Log Message: Cleanup

CVS commit: src/sys/arch/evbarm/awin

2015-10-25 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 25 20:46:46 UTC 2015 Modified Files: src/sys/arch/evbarm/awin: awin_sysconfig.c Log Message: Return an error instead of KASSERT() we don't get the expected type for a key. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch

2015-10-25 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 25 20:54:19 UTC 2015 Modified Files: src/sys/arch/arm/allwinner: awin_board.c awin_debe.c awin_hdmi.c awin_reg.h awin_tcon.c awin_var.h src/sys/arch/evbarm/awin: awin_machdep.c Log Message: Snapshot of

CVS commit: src/sys/arch/evbarm/awin

2015-10-25 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Oct 25 21:21:52 UTC 2015 Modified Files: src/sys/arch/evbarm/awin: awin_machdep.c Log Message: Add calls to awin_hdmi_sysconfig() and awin_tcon_sysconfig(), missing from previous commit. To generate a diff of this commit:

CVS commit: src/lib/libc/gen

2015-10-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Oct 25 16:01:04 UTC 2015 Modified Files: src/lib/libc/gen: Makefile.inc Log Message: Don't include daemon.c in RUMPRUN=yes mode. The standard implementation uses fork(), needs an alternative implementation for Rumprun. To

CVS commit: src/sys/compat/linux/arch

2015-10-25 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Oct 25 15:55:58 UTC 2015 Modified Files: src/sys/compat/linux/arch/alpha: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c src/sys/compat/linux/arch/mips: linux_syscall.h

CVS commit: src/libexec/httpd

2015-10-25 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Oct 25 19:06:49 UTC 2015 Modified Files: src/libexec/httpd: bozohttpd.h Log Message: s/USE_NBUTIL/HAVE_NBUTIL_H/, to match the Makefile. fixes a merge problem in introduced when merging the QNX patches. from Jan Danielsson.