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

2015-10-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 12 07:02:49 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ohci.c Log Message: Remove #ifdef DIAGNOSTIC with KASSERT To generate a diff of this commit: cvs rdiff -u -r1.254.2.23 -r1.254.2.24

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

2015-10-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 12 07:02:49 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ohci.c Log Message: Remove #ifdef DIAGNOSTIC with KASSERT To generate a diff of this commit: cvs rdiff -u -r1.254.2.23 -r1.254.2.24

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2015-10-12 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Oct 12 09:29:25 UTC 2015 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSPosix: mDNSPosix.c Log Message: A lack of useable addresses on any interfaces is not an error. More interfaces and/or useable addresses could

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2015-10-12 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Oct 12 09:29:25 UTC 2015 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSPosix: mDNSPosix.c Log Message: A lack of useable addresses on any interfaces is not an error. More interfaces and/or useable addresses could

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2015-10-12 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Oct 12 09:26:38 UTC 2015 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSPosix: mDNSPosix.c Log Message: Use clock_gettime as a more accurate time source. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2015-10-12 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Oct 12 09:26:38 UTC 2015 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSPosix: mDNSPosix.c Log Message: Use clock_gettime as a more accurate time source. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2015-10-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 12 10:18:55 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usbdi.c usbdivar.h Log Message: Provide init/fini methods for HCDs To generate a diff of this commit: cvs rdiff -u -r1.162.2.31 -r1.162.2.32

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

2015-10-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 12 10:18:55 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usbdi.c usbdivar.h Log Message: Provide init/fini methods for HCDs To generate a diff of this commit: cvs rdiff -u -r1.162.2.31 -r1.162.2.32

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2015-10-12 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Oct 12 09:28:15 UTC 2015 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSPosix: mDNSUNP.c Log Message: Ignore loopback interfaces To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2015-10-12 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Oct 12 09:28:15 UTC 2015 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSPosix: mDNSUNP.c Log Message: Ignore loopback interfaces To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \

CVS commit: src/usr.bin/make

2015-10-12 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Mon Oct 12 16:48:13 UTC 2015 Modified Files: src/usr.bin/make: var.c Log Message: The conditional expressions used with ':?' can be expensive eg. exists() does stat(2). If 'wantit' is FALSE, we are going to discard everything

CVS commit: src/usr.bin/make

2015-10-12 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Mon Oct 12 16:48:13 UTC 2015 Modified Files: src/usr.bin/make: var.c Log Message: The conditional expressions used with ':?' can be expensive eg. exists() does stat(2). If 'wantit' is FALSE, we are going to discard everything

CVS commit: src/share/man/man5

2015-10-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 12 12:07:24 UTC 2015 Modified Files: src/share/man/man5: rc.conf.5 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/share/man/man5/rc.conf.5 Please note that diffs

CVS commit: src/share/man/man5

2015-10-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 12 12:07:24 UTC 2015 Modified Files: src/share/man/man5: rc.conf.5 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/share/man/man5/rc.conf.5 Please note that diffs

CVS commit: src/usr.bin/make/unit-tests

2015-10-12 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Mon Oct 12 17:09:29 UTC 2015 Modified Files: src/usr.bin/make/unit-tests: varmisc.exp varmisc.mk Log Message: Add unit-test for discarded :? To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/usr.bin/make/unit-tests

2015-10-12 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Mon Oct 12 17:09:29 UTC 2015 Modified Files: src/usr.bin/make/unit-tests: varmisc.exp varmisc.mk Log Message: Add unit-test for discarded :? To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/external/bsd/drm2/include/linux

2015-10-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 13 00:42:20 UTC 2015 Modified Files: src/sys/external/bsd/drm2/include/linux: bitops.h Log Message: Fix indexing convention of Linux __ffs/__ffs64 shims. They reject zero input, and yield zero-based indexing, unlike

CVS commit: src/sys/external/bsd/drm2/include/linux

2015-10-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 13 00:42:20 UTC 2015 Modified Files: src/sys/external/bsd/drm2/include/linux: bitops.h Log Message: Fix indexing convention of Linux __ffs/__ffs64 shims. They reject zero input, and yield zero-based indexing, unlike

CVS commit: src/sys/external/bsd/drm2/include/linux

2015-10-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 13 00:42:59 UTC 2015 Modified Files: src/sys/external/bsd/drm2/include/linux: bitops.h Log Message: Fix comment in previous. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/external/bsd/drm2/include/linux

2015-10-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 13 00:42:59 UTC 2015 Modified Files: src/sys/external/bsd/drm2/include/linux: bitops.h Log Message: Fix comment in previous. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

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

2015-10-12 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 13 01:43:48 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau: nouveau_drm.c src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo: nouveau_engine_fifo_nve0.c Log Message:

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

2015-10-12 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 13 01:43:48 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau: nouveau_drm.c src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo: nouveau_engine_fifo_nve0.c Log Message:

CVS commit: src/sys/kern

2015-10-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Oct 13 00:28:22 UTC 2015 Modified Files: src/sys/kern: kern_exit.c Log Message: For processes marked with PS_STOPEXIT, update the process's p_waited value, and update its parent's p_nstopchild value when marking the

CVS commit: src/sys/kern

2015-10-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Oct 13 00:28:22 UTC 2015 Modified Files: src/sys/kern: kern_exit.c Log Message: For processes marked with PS_STOPEXIT, update the process's p_waited value, and update its parent's p_nstopchild value when marking the

CVS import: xsrc/external/mit/xf86-video-nouveau/dist

2015-10-12 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Tue Oct 13 01:33:26 UTC 2015 Update of /cvsroot/xsrc/external/mit/xf86-video-nouveau/dist In directory ivanova.netbsd.org:/tmp/cvs-serv13812 Log Message: initial import of xf86-video-nouveau-1.0.11 Status: Vendor Tag: xorg Release

CVS import: xsrc/external/mit/xf86-video-nouveau/dist

2015-10-12 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Tue Oct 13 01:33:26 UTC 2015 Update of /cvsroot/xsrc/external/mit/xf86-video-nouveau/dist In directory ivanova.netbsd.org:/tmp/cvs-serv13812 Log Message: initial import of xf86-video-nouveau-1.0.11 Status: Vendor Tag: xorg Release

CVS commit: src/sys/kern

2015-10-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Oct 13 00:27:19 UTC 2015 Modified Files: src/sys/kern: kern_exit.c Log Message: Currently, if a process is exiting and its parent has indicated no intent of reaping the process (nor any other children), the process wil get

CVS commit: src/sys/kern

2015-10-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Oct 13 00:27:19 UTC 2015 Modified Files: src/sys/kern: kern_exit.c Log Message: Currently, if a process is exiting and its parent has indicated no intent of reaping the process (nor any other children), the process wil get

CVS commit: src/sys/kern

2015-10-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Oct 13 00:29:35 UTC 2015 Modified Files: src/sys/kern: kern_exec.c Log Message: In spawn_return() we temporarily move the process state to SSTOP, but without updating its p_waited value or its parent's p_nstopchild counter.

CVS commit: src/sys/kern

2015-10-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Oct 13 00:29:35 UTC 2015 Modified Files: src/sys/kern: kern_exec.c Log Message: In spawn_return() we temporarily move the process state to SSTOP, but without updating its p_waited value or its parent's p_nstopchild counter.

CVS commit: xsrc/external/mit/libdrm/dist

2015-10-12 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Tue Oct 13 02:59:39 UTC 2015 Modified Files: xsrc/external/mit/libdrm/dist: xf86atomic.h Log Message: fix atomic_inc_return() macro that takes an argument. i made this fix but an identical one is commited upstream. To generate a

CVS commit: src/share/man/man9

2015-10-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 13 04:22:24 UTC 2015 Modified Files: src/share/man/man9: workqueue.9 Log Message: Semicolon, not comma; use future tense more Englishly. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/share/man/man9

2015-10-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 13 04:22:24 UTC 2015 Modified Files: src/share/man/man9: workqueue.9 Log Message: Semicolon, not comma; use future tense more Englishly. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/share/mk

2015-10-12 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 13 03:14:16 UTC 2015 Modified Files: src/share/mk: bsd.own.mk Log Message: add xf86-video-nouveau To generate a diff of this commit: cvs rdiff -u -r1.874 -r1.875 src/share/mk/bsd.own.mk Please note that diffs are not

CVS commit: src/share/mk

2015-10-12 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 13 03:14:16 UTC 2015 Modified Files: src/share/mk: bsd.own.mk Log Message: add xf86-video-nouveau To generate a diff of this commit: cvs rdiff -u -r1.874 -r1.875 src/share/mk/bsd.own.mk Please note that diffs are not

CVS commit: src/sys/kern

2015-10-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Oct 13 00:25:52 UTC 2015 Modified Files: src/sys/kern: kern_synch.c Log Message: When clearing out the scheduler queues during system shutdown, we move all processes to the SSTOP state. Make sure we update each process's

CVS commit: src/sys/kern

2015-10-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Oct 13 00:24:35 UTC 2015 Modified Files: src/sys/kern: kern_exec.c Log Message: In execve_runproc(), update the p_waited entry for the process being moved to SSTOP state, not for its parent. (It is correct to update the

CVS commit: src/sys/kern

2015-10-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Oct 13 00:24:35 UTC 2015 Modified Files: src/sys/kern: kern_exec.c Log Message: In execve_runproc(), update the p_waited entry for the process being moved to SSTOP state, not for its parent. (It is correct to update the

CVS commit: src/sys/kern

2015-10-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Oct 13 00:25:52 UTC 2015 Modified Files: src/sys/kern: kern_synch.c Log Message: When clearing out the scheduler queues during system shutdown, we move all processes to the SSTOP state. Make sure we update each process's

CVS commit: src

2015-10-12 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 13 03:32:29 UTC 2015 Modified Files: src/distrib/sets/lists/xcomp: mi src/external/mit/xorg/lib/libdrm/drm: Makefile Log Message: install nouveau.h To generate a diff of this commit: cvs rdiff -u -r1.174 -r1.175

CVS commit: src

2015-10-12 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 13 03:32:29 UTC 2015 Modified Files: src/distrib/sets/lists/xcomp: mi src/external/mit/xorg/lib/libdrm/drm: Makefile Log Message: install nouveau.h To generate a diff of this commit: cvs rdiff -u -r1.174 -r1.175

CVS commit: xsrc/external/mit/xorg-server/dist/include

2015-10-12 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Tue Oct 13 03:00:12 UTC 2015 Modified Files: xsrc/external/mit/xorg-server/dist/include: list.h Log Message: add list_append() macro that xf86-video-nouveau 1.0.11 wants. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: xsrc/external/mit/xorg-server/dist/include

2015-10-12 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Tue Oct 13 03:00:12 UTC 2015 Modified Files: xsrc/external/mit/xorg-server/dist/include: list.h Log Message: add list_append() macro that xf86-video-nouveau 1.0.11 wants. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: xsrc/external/mit/libdrm/dist

2015-10-12 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Tue Oct 13 02:59:39 UTC 2015 Modified Files: xsrc/external/mit/libdrm/dist: xf86atomic.h Log Message: fix atomic_inc_return() macro that takes an argument. i made this fix but an identical one is commited upstream. To generate a

CVS commit: src

2015-10-12 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 13 04:33:22 UTC 2015 Modified Files: src/distrib/sets/lists/xbase: md.amd64 md.i386 src/distrib/sets/lists/xcomp: md.amd64 md.i386 src/distrib/sets/lists/xdebug: md.amd64 md.i386

CVS commit: src

2015-10-12 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 13 04:33:22 UTC 2015 Modified Files: src/distrib/sets/lists/xbase: md.amd64 md.i386 src/distrib/sets/lists/xcomp: md.amd64 md.i386 src/distrib/sets/lists/xdebug: md.amd64 md.i386

CVS commit: src/share/man/man9

2015-10-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 13 04:34:38 UTC 2015 Modified Files: src/share/man/man9: pci_intr.9 Log Message: Add missing pci_intr_setattr(). The function first appeared in NetBSD 5.0. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/share/man/man9

2015-10-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 13 04:34:38 UTC 2015 Modified Files: src/share/man/man9: pci_intr.9 Log Message: Add missing pci_intr_setattr(). The function first appeared in NetBSD 5.0. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21