Module Name:src
Committed By: pgoyette
Date: Tue Oct 13 06:47:21 UTC 2015
Modified Files:
src/sys/kern: kern_exit.c
Log Message:
Update value of p_stat before we release the proc_lock. Thanks to
Robert Elz.
XXX Pull-ups for -7, -6{,-0,-1} and -5{,-0,-1,-2}
To generate
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
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
src/distrib/sets/lists/
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 src/share/man/man9
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 src
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 publi
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 -r1.3
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 d
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:
nouveau_d
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 Tag
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 src/sys/external/bsd/drm2/incl
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 ou
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.
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
process'
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
r
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
p_
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 par
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 src/usr.bin/make/unit-tests/va
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 anyway,
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 ar
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 src/sys/dev/u
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 be
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 \
src/external/apache
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
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 src/sys/dev/usb/ohci.c
25 matches
Mail list logo