CVS commit: src/distrib/sets/lists/comp
Module Name:src Committed By: mbalmer Date: Tue Nov 26 09:35:33 UTC 2013 Modified Files: src/distrib/sets/lists/comp: mi Log Message: obsolete CIRCLEQ man pages To generate a diff of this commit: cvs rdiff -u -r1.1863 -r1.1864 src/distrib/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: roy Date: Tue Nov 26 09:46:24 UTC 2013 Modified Files: src/sys/dev/pci: if_iwi.c Log Message: iwi_newstate should work along with ieee80211_new_state, not always override it. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/dev/pci/if_iwi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make
Module Name:src Committed By: joerg Date: Tue Nov 26 13:44:41 UTC 2013 Modified Files: src/usr.bin/make: util.c Log Message: Include signal.h early for MiNT and Linux. From pkgsrc. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/usr.bin/make/util.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/nvi/dist/ex
Module Name:src Committed By: christos Date: Tue Nov 26 16:32:04 UTC 2013 Modified Files: src/external/bsd/nvi/dist/ex: ex_print.c Log Message: avoid NULL deref. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/nvi/dist/ex/ex_print.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/nvi/dist/vi
Module Name:src Committed By: christos Date: Tue Nov 26 16:48:01 UTC 2013 Modified Files: src/external/bsd/nvi/dist/vi: vs_msg.c vs_refresh.c Log Message: Avoid repainting after screen has been destroyed. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/nvi/dist/vi/vs_msg.c \ src/external/bsd/nvi/dist/vi/vs_refresh.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: christos Date: Tue Nov 26 16:57:04 UTC 2013 Modified Files: src/sys/sys: queue.h Log Message: Reduce diffs with OpenBSD: - add functions we did not have - sort the same way To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/sys/queue.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/nvi/dist/ipc
Module Name:src Committed By: joerg Date: Tue Nov 26 19:12:46 UTC 2013 Modified Files: src/external/bsd/nvi/dist/ipc: ip_run.c Log Message: Mark fatal as dead. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/nvi/dist/ipc/ip_run.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: rmind Date: Tue Nov 26 20:29:40 UTC 2013 Modified Files: src/sys/arch/x86/x86: nmi.c src/sys/kern: subr_pcu.c subr_xcall.c Log Message: Switch XC_HIGHPRI to run at IPL_SOFTSERIAL i.e. the highest software level. Adjust pcu(9) to this xcall(9) change. This may fix the problems after x86 FPU was converted to use PCU, since it avoids heavy contention at the lower levels (particularly, IPL_SOFTNET). This is a good illustration why software interrupts should generally avoid any blocking on locks. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x86/x86/nmi.c cvs rdiff -u -r1.15 -r1.16 src/sys/kern/subr_pcu.c cvs rdiff -u -r1.16 -r1.17 src/sys/kern/subr_xcall.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: rmind Date: Tue Nov 26 20:48:26 UTC 2013 Modified Files: src/share/man/man9: xcall.9 Log Message: Update xcall(9). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/share/man/man9/xcall.9 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: rmind Date: Tue Nov 26 20:47:26 UTC 2013 Modified Files: src/share/man/man9: kmem.9 Log Message: Mention kmem_intr(9) routines. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/share/man/man9/kmem.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: rmind Date: Tue Nov 26 21:13:05 UTC 2013 Modified Files: src/sys/kern: subr_xcall.c Log Message: Fix previous, use the correct value for softint_establish (SOFTINT_SERIAL). To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/kern/subr_xcall.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/gpt
Module Name:src Committed By: jnemeth Date: Wed Nov 27 01:47:53 UTC 2013 Modified Files: src/sbin/gpt: add.c biosboot.c gpt.c gpt.h label.c remove.c resize.c Log Message: Remove FreeBSD specific code as per message to tech-userlevel. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sbin/gpt/add.c cvs rdiff -u -r1.6 -r1.7 src/sbin/gpt/biosboot.c cvs rdiff -u -r1.23 -r1.24 src/sbin/gpt/gpt.c cvs rdiff -u -r1.7 -r1.8 src/sbin/gpt/gpt.h cvs rdiff -u -r1.12 -r1.13 src/sbin/gpt/label.c cvs rdiff -u -r1.10 -r1.11 src/sbin/gpt/remove.c cvs rdiff -u -r1.2 -r1.3 src/sbin/gpt/resize.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos
Module Name:src Committed By: macallan Date: Wed Nov 27 02:04:48 UTC 2013 Modified Files: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos: Makefile Log Message: Add (hopefully temporary) kludge to define PCI_MAGIC_IO_RANGE on shark and make accelerated X work again. This used to be defined in machine/param.h but lately the param.h from arch/arm is installed in machine/ instead of the one from arch/shark, so the Xserver didn't see PCI_MAGIC_IO_RANGE and couldn't figure out how to map its IO space. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 \ src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: mrg Date: Wed Nov 27 04:24:15 UTC 2013 Modified Files: src/sys/sys: queue.h Log Message: void invading the users' namespace with __launder_type(). adjust the comment a little. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/sys/queue.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.