CVS commit: src/sys/arch/arm/cortex
Module Name:src Committed By: skrll Date: Thu Apr 10 16:07:50 UTC 2014 Modified Files: src/sys/arch/arm/cortex: a9_mpsubr.S Log Message: Fix a typo - it's "#define". Use defined(foo) rather than just foo in preprocessor conditional. ok matt@ To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/cortex/a9_mpsubr.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/sys
Module Name:src Committed By: wiz Date: Thu Apr 10 17:11:15 UTC 2014 Modified Files: src/lib/libc/sys: stat.2 Log Message: Mention the word 'inode' next to st_ino so it's easier to find. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/lib/libc/sys/stat.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/hp300/stand/common
Module Name:src Committed By: tsutsui Date: Thu Apr 10 18:10:09 UTC 2014 Modified Files: src/sys/arch/hp300/stand/common: apci.c Log Message: Fix a botch on switching from apci (and dca) to MI com(4) 10 years ago. I.e. fix apci device address per FRODO_BASE macro change in frodoreg.h rev 1.2. Now bootloader works with serial console on HP425e (which has only com at frodo). Thanks to miod@openbsd for providing his 425e. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/hp300/stand/common/apci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: plunky Date: Thu Apr 10 19:02:18 UTC 2014 Modified Files: src/share/mk: bsd.host.mk bsd.hostlib.mk bsd.hostprog.mk Log Message: the value of HOST_MKDEP previously depended on USETOOLS; make it do so again, and centralise the USETOOLS=no case into bsd.host.mk To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/mk/bsd.host.mk cvs rdiff -u -r1.17 -r1.18 src/share/mk/bsd.hostlib.mk cvs rdiff -u -r1.72 -r1.73 src/share/mk/bsd.hostprog.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/base
Module Name:src Committed By: asau Date: Thu Apr 10 22:11:57 UTC 2014 Modified Files: src/distrib/sets/lists/base: shl.mi Log Message: Mark /lib/libnpf.so as a part of NPF to fix builds without NPF (MKNPF=no). To generate a diff of this commit: cvs rdiff -u -r1.698 -r1.699 src/distrib/sets/lists/base/shl.mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/librump/rumpkern
Module Name:src Committed By: pooka Date: Thu Apr 10 22:14:03 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Pretend that we have slightly more reasonable stack size limits. (we don't have stacks, that's why we pretend) To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 src/sys/rump/librump/rumpkern/vm.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/libevent/man
Module Name:src Committed By: christos Date: Thu Apr 10 23:28:11 UTC 2014 Modified Files: src/external/bsd/libevent/man: Makefile Log Message: PR/48722: David H. Gutteridge: use HOST_SH to execute fixman To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/libevent/man/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/dev/lib/libpci
Module Name:src Committed By: pooka Date: Fri Apr 11 01:03:08 UTC 2014 Modified Files: src/sys/rump/dev/lib/libpci: rumpdev_bus_dma.c Log Message: remove obfuscation macros To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/rump/dev/lib/libpci/rumpdev_bus_dma.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/sh
Module Name:src Committed By: christos Date: Fri Apr 11 01:49:45 UTC 2014 Modified Files: src/bin/sh: jobs.c Log Message: PR/48729: Torbj�rn Granlund: Avoid negative index in array ref. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/bin/sh/jobs.c 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: uebayasi Date: Fri Apr 11 02:27:20 UTC 2014 Modified Files: src/sys/kern: kern_exec.c Log Message: Cache struct exec_package * for readability. No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.377 -r1.378 src/sys/kern/kern_exec.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/conf
Module Name:src Committed By: matt Date: Fri Apr 11 02:36:43 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: Makefile.evbarm.inc Log Message: Supply CPP define KERNEL_BASE_VOFFSET which is the physical to virtual offset of the kernel. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/evbarm/conf/Makefile.evbarm.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/cortex
Module Name:src Committed By: matt Date: Fri Apr 11 02:37:45 UTC 2014 Modified Files: src/sys/arch/arm/cortex: a9_mpsubr.S Log Message: Simplify calls into .text by using KERNEL_BASE_VOFFSET. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/cortex/a9_mpsubr.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/arm/arm32
Module Name:src Committed By: matt Date: Fri Apr 11 02:39:03 UTC 2014 Modified Files: src/sys/arch/arm/arm32: arm32_tlb.c Log Message: Deal with ASID tagged VIVT icaches (not that we have any cpus with them but...) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/arm32/arm32_tlb.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/arm/allwinner
Module Name:src Committed By: matt Date: Fri Apr 11 03:10:13 UTC 2014 Modified Files: src/sys/arch/arm/allwinner: awin_board.c Log Message: VERBOSE_ARM_INIT -> VERBOSE_INIT_ARM To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/allwinner/awin_board.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
Module Name:src Committed By: matt Date: Fri Apr 11 04:19:48 UTC 2014 Modified Files: src/sys/arch/arm/arm32: arm32_kvminit.c arm32_machdep.c pmap.c src/sys/arch/arm/include/arm32: pmap.h src/sys/arch/evbarm/cubie: cubie_machdep.c cubie_start.S Added Files: src/sys/arch/evbarm/conf: CUBIETRUCK CUBIETRUCK_INSTALL Log Message: Add a kernel for the CUBIETRUCK (CUBIEBOARD3). Allow direct mapping of all memory (but for now allow the memory mapped above KERNEL_BASE to used for poolpages). To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/arm/arm32/arm32_kvminit.c cvs rdiff -u -r1.103 -r1.104 src/sys/arch/arm/arm32/arm32_machdep.c cvs rdiff -u -r1.283 -r1.284 src/sys/arch/arm/arm32/pmap.c cvs rdiff -u -r1.130 -r1.131 src/sys/arch/arm/include/arm32/pmap.h cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/CUBIETRUCK \ src/sys/arch/evbarm/conf/CUBIETRUCK_INSTALL cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/cubie/cubie_machdep.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/cubie/cubie_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/dev/pci
Module Name:src Committed By: msaitoh Date: Fri Apr 11 04:42:34 UTC 2014 Modified Files: src/sys/dev/pci: if_wmreg.h Log Message: Fix the definition of CTRL_GIO_M_DIS. This bit is not bit 3 but bit 2. Reported by pooka@. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/dev/pci/if_wmreg.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/pci/ixgbe
Module Name:src Committed By: joerg Date: Fri Apr 11 06:50:26 UTC 2014 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Mark ixgbe_disable_queue as unused. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/ixgbe/ixgbe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.