CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Fri Apr 8 09:48:15 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: xhci.c Log Message: Don't rely on XHCI_IMAN_INTR_PEND. Instead do as others do and simply clear the bit and handle any pending events. usb 3 now works on my toshiba laptop (and probably elsewhere) To generate a diff of this commit: cvs rdiff -u -r1.28.2.54 -r1.28.2.55 src/sys/dev/usb/xhci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: gson Date: Fri Apr 8 10:09:16 UTC 2016 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests src/tests/usr.bin: Makefile Added Files: src/tests/usr.bin/gdb: Makefile t_regress.sh Log Message: Add regression tests for some past gdb bugs. To generate a diff of this commit: cvs rdiff -u -r1.670 -r1.671 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.125 -r1.126 src/etc/mtree/NetBSD.dist.tests cvs rdiff -u -r1.20 -r1.21 src/tests/usr.bin/Makefile cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/gdb/Makefile \ src/tests/usr.bin/gdb/t_regress.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/blacklist/port
Module Name:src Committed By: christos Date: Fri Apr 8 11:56:43 UTC 2016 Modified Files: src/external/bsd/blacklist/port: config.h Log Message: remove HAVE_FPARSELN To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/bsd/blacklist/port/config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: christos Date: Fri Apr 8 12:01:22 UTC 2016 Modified Files: src/sys/net: rtsock.c Log Message: - remove printf - fix indent To generate a diff of this commit: cvs rdiff -u -r1.181 -r1.182 src/sys/net/rtsock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net80211
Module Name:src Committed By: roy Date: Fri Apr 8 14:30:47 UTC 2016 Modified Files: src/sys/net80211: ieee80211_ioctl.h ieee80211_node.c ieee80211_node.h ieee80211_rssadapt.h ieee80211_var.h Log Message: Revert prior. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/net80211/ieee80211_ioctl.h cvs rdiff -u -r1.70 -r1.71 src/sys/net80211/ieee80211_node.c cvs rdiff -u -r1.26 -r1.27 src/sys/net80211/ieee80211_node.h cvs rdiff -u -r1.8 -r1.9 src/sys/net80211/ieee80211_rssadapt.h cvs rdiff -u -r1.29 -r1.30 src/sys/net80211/ieee80211_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ic
Module Name:src Committed By: roy Date: Fri Apr 8 14:52:56 UTC 2016 Modified Files: src/sys/dev/ic: ath.c Log Message: Revert prior. To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 src/sys/dev/ic/ath.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/include/sys
Module Name:src Committed By: riastradh Date: Fri Apr 8 21:53:10 UTC 2016 Modified Files: src/tests/include/sys: Makefile Log Message: Make this list diff- and sort-friendlier. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/include/sys/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: riastradh Date: Sat Apr 9 04:39:47 UTC 2016 Modified Files: src/distrib/sets/lists/comp: mi src/distrib/sets/lists/tests: mi src/share/man/man9: Makefile src/tests/include/sys: Makefile Added Files: src/share/man/man9: pslist.9 src/sys/sys: pslist.h src/tests/include/sys: t_pslist.c Log Message: Introduce pserialize-safe linked lists. These are like LIST_* from queue(3), but issue the appropriate memory barriers for pserialize readers and writers. Discussed on tech-kern: https://mail-index.netbsd.org/tech-kern/2016/04/03/msg020365.html To generate a diff of this commit: cvs rdiff -u -r1.2026 -r1.2027 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.671 -r1.672 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.393 -r1.394 src/share/man/man9/Makefile cvs rdiff -u -r0 -r1.1 src/share/man/man9/pslist.9 cvs rdiff -u -r0 -r1.1 src/sys/sys/pslist.h cvs rdiff -u -r1.10 -r1.11 src/tests/include/sys/Makefile cvs rdiff -u -r0 -r1.1 src/tests/include/sys/t_pslist.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: riastradh Date: Sat Apr 9 05:16:23 UTC 2016 Modified Files: src/share/man/man9: pslist.9 Log Message: Fix name of example list head. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/pslist.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: riastradh Date: Sat Apr 9 06:21:17 UTC 2016 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile pslist.9 src/sys/kern: files.kern Added Files: src/share/man/man9: psref.9 src/sys/kern: subr_psref.c src/sys/sys: psref.h Log Message: Add passive references, intermediate between pserialize and refcount. Discussed on tech-kern: https://mail-index.netbsd.org/tech-kern/2016/01/24/msg020069.html API is still experimental and likely to change. (Obvious changes: either remove extra arguments everywhere, or shrink psref_target to a single bit, at the expense of possibly valuable diagnostic checks.) Should do some real testing before we use this in anger! To generate a diff of this commit: cvs rdiff -u -r1.2027 -r1.2028 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.394 -r1.395 src/share/man/man9/Makefile cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/pslist.9 cvs rdiff -u -r0 -r1.1 src/share/man/man9/psref.9 cvs rdiff -u -r1.10 -r1.11 src/sys/kern/files.kern cvs rdiff -u -r0 -r1.1 src/sys/kern/subr_psref.c cvs rdiff -u -r0 -r1.1 src/sys/sys/psref.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.