CVS commit: src/sys/arch/evbarm/odroid
Module Name:src Committed By: skrll Date: Fri Nov 27 08:43:10 UTC 2015 Modified Files: src/sys/arch/evbarm/odroid: odroid_start.S Log Message: #ifdef -> #if defined() No functional change To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/odroid/odroid_start.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/odroid
Module Name:src Committed By: skrll Date: Fri Nov 27 08:48:25 UTC 2015 Modified Files: src/sys/arch/evbarm/odroid: odroid_start.S Log Message: Add some KERNEL_BASES_EQUAL improvements from other start.S files. My ODROID-XU still boots. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/odroid/odroid_start.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc64/dev
Module Name:src Committed By: martin Date: Fri Nov 27 09:34:36 UTC 2015 Modified Files: src/sys/arch/sparc64/dev: schizo.c Log Message: Use __BIT() for some masks to fix the sparc build. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/sparc64/dev/schizo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/odroid
Module Name:src Committed By: skrll Date: Fri Nov 27 09:43:18 UTC 2015 Modified Files: src/sys/arch/evbarm/odroid: odroid_start.S Log Message: Improve a comment To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/odroid/odroid_start.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/odroid
Module Name:src Committed By: skrll Date: Fri Nov 27 09:45:03 UTC 2015 Modified Files: src/sys/arch/evbarm/odroid: odroid_start.S Log Message: Save a whole instruction when KERNEL_BASE_VOFFSET is zero. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/odroid/odroid_start.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xf86-video-suncg6/dist/src
Module Name:xsrc Committed By: macallan Date: Fri Nov 27 13:41:20 UTC 2015 Modified Files: xsrc/external/mit/xf86-video-suncg6/dist/src: cg6.h cg6_accel.c cg6_driver.c Log Message: make this compile without XAA To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/xf86-video-suncg6/dist/src/cg6.h \ xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_accel.c cvs rdiff -u -r1.9 -r1.10 \ xsrc/external/mit/xf86-video-suncg6/dist/src/cg6_driver.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc/sparc
Module Name:src Committed By: joerg Date: Fri Nov 27 13:45:17 UTC 2015 Modified Files: src/sys/arch/sparc/sparc: emul.c Log Message: Remove shifts of the PSR constants before applying to the trap frame. Oring 0 doesn't do anything useful. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sparc/sparc/emul.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc64/sparc64
Module Name:src Committed By: joerg Date: Fri Nov 27 13:51:24 UTC 2015 Modified Files: src/sys/arch/sparc64/sparc64: pmap.c Log Message: Left-shift of negative values is UB. To generate a diff of this commit: cvs rdiff -u -r1.299 -r1.300 src/sys/arch/sparc64/sparc64/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc64/dev
Module Name:src Committed By: joerg Date: Fri Nov 27 13:51:57 UTC 2015 Modified Files: src/sys/arch/sparc64/dev: vpci.c Log Message: Shuffle a bit to avoid empty loop body. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sparc64/dev/vpci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/rpc
Module Name:src Committed By: christos Date: Fri Nov 27 13:59:40 UTC 2015 Modified Files: src/tests/lib/libc/rpc: t_rpc.c Log Message: fix double negation To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/rpc/t_rpc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/makefs
Module Name:src Committed By: joerg Date: Fri Nov 27 15:10:32 UTC 2015 Modified Files: src/usr.sbin/makefs: makefs.c Log Message: Don't pass garbage to parsedate, but do use the return value. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/usr.sbin/makefs/makefs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc/stand/boot
Module Name:src Committed By: joerg Date: Fri Nov 27 16:52:32 UTC 2015 Modified Files: src/sys/arch/sparc/stand/boot: boot.c Log Message: Don't use dynamically sized unions, they are a horrible GNUism. Just use the existing upper limit all the time. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/sparc/stand/boot/boot.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/conf
Module Name:src Committed By: christos Date: Fri Nov 27 20:33:55 UTC 2015 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: PR/50483: David A. Holland: fix building of assym.d: 1. use += to add to DEPS 2. move inclusion of rules mk. files before the rules are defined so that variables are set. Now we get on amd64: mkdep: ignoring acpi_wakeup_low.d: No such file or directory mkdep: ignoring amd64func.d: No such file or directory mkdep: ignoring busfunc.d: No such file or directory mkdep: ignoring copy.d: No such file or directory mkdep: ignoring cpu_in_cksum.d: No such file or directory mkdep: ignoring cpufunc.d: No such file or directory because there are no rules to generate those, but it is harmless. To generate a diff of this commit: cvs rdiff -u -r1.247 -r1.248 src/sys/conf/Makefile.kern.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/conf
Module Name:src Committed By: christos Date: Fri Nov 27 20:59:47 UTC 2015 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: use commands() instead of target() because assym.mk creates all the targets unconditionally. To generate a diff of this commit: cvs rdiff -u -r1.248 -r1.249 src/sys/conf/Makefile.kern.inc 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: jmcneill Date: Fri Nov 27 21:16:17 UTC 2015 Modified Files: src/sys/dev/ic: athnvar.h Log Message: Pull in changes from OpenBSD r1.34: > Fix values of AR9003 Rx queue software indexes. Both indexes were zero, > which is obviously not intended given how they are used in the ar9003 code. > No currently working athn(4) devices are affected by this change. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/athnvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: skrll Date: Fri Nov 27 22:02:15 UTC 2015 Modified Files: src/sys/arch/evbarm/conf: VEXPRESS_A15 Log Message: EXYNOS_CONSOLE_EARLY doesn't belong here To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/VEXPRESS_A15 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/opencrypto
Module Name:src Committed By: pgoyette Date: Sat Nov 28 03:06:46 UTC 2015 Modified Files: src/sys/opencrypto: crypto.c cryptodev.h Log Message: Re-work the module init and destroy code to allow it to be unloaded and then reloaded. Should fix PR kern/49842 To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/opencrypto/crypto.c cvs rdiff -u -r1.25 -r1.26 src/sys/opencrypto/cryptodev.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/opencrypto
Module Name:src Committed By: christos Date: Sat Nov 28 03:40:43 UTC 2015 Modified Files: src/sys/opencrypto: crypto.c Log Message: fix the build To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/opencrypto/crypto.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc/bluetooth
Module Name:src Committed By: plunky Date: Sat Nov 28 07:46:33 UTC 2015 Modified Files: src/etc/bluetooth: hosts protocols Log Message: clean up: remove FreeBSD cvs tags, update URLS, fix spelling and add in PSMs defined in recent versions of specifications To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/etc/bluetooth/hosts src/etc/bluetooth/protocols Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libbluetooth
Module Name:src Committed By: plunky Date: Sat Nov 28 07:47:30 UTC 2015 Modified Files: src/lib/libbluetooth: bluetooth.3 Log Message: fix spelling Multiplexor->Multiplexer To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libbluetooth/bluetooth.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netbt
Module Name:src Committed By: plunky Date: Sat Nov 28 07:50:37 UTC 2015 Modified Files: src/sys/netbt: l2cap.h Log Message: add in PSMs defined in later versions of specification To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/netbt/l2cap.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.