CVS commit: src/etc

2012-09-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 5 08:25:54 UTC 2012 Modified Files: src/etc: MAKEDEV.tmpl Log Message: Make the "init" target create optys as well - those were removed from "all", but we still need them in emergency setups and some install media. Should

CVS commit: src/sys/kern

2012-09-05 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Wed Sep 5 18:06:52 UTC 2012 Modified Files: src/sys/kern: kern_rndq.c Log Message: Try to help embedded systems a _little_ bit: stir in the system boot time as early as possible. On systems with no cycle counter (or very very predi

CVS commit: src/sys

2012-09-05 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Wed Sep 5 18:57:34 UTC 2012 Modified Files: src/sys/kern: kern_rndq.c subr_cprng.c src/sys/sys: rnd.h Log Message: Don't wait until the pool *fills* to rekey anything that was keyed with insufficient entropy at boot: key it

CVS commit: src/crypto/external/bsd/heimdal

2012-09-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 5 19:31:04 UTC 2012 Modified Files: src/crypto/external/bsd/heimdal: Makefile.rules.inc Log Message: fix MKREPRO build not to put Generated from ${NETBSDSRCDIR} in files. To generate a diff of this commit: cvs rdiff -

CVS commit: src/sys/arch/macppc/dev

2012-09-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 5 21:23:31 UTC 2012 Modified Files: src/sys/arch/macppc/dev: smartbat.c Log Message: split the envsys sensors into two devices - one SME_CLASS_ACADAPTER and one SME_CLASS_BATTERY, register the former only on unit 0 so w

CVS commit: src/share/mk

2012-09-05 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Sep 5 22:40:30 UTC 2012 Modified Files: src/share/mk: bsd.sys.mk Log Message: Remap X11SRCDIR to /usr/xsrc for the MKREPRO=yes case. To generate a diff of this commit: cvs rdiff -u -r1.217 -r1.218 src/share/mk/bsd.sys.mk Plea

CVS commit: src/sbin/fsck_v7fs

2012-09-05 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Sep 5 22:58:54 UTC 2012 Modified Files: src/sbin/fsck_v7fs: Makefile Log Message: Remove "-g" from CPPFLAGS. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sbin/fsck_v7fs/Makefile Please note that diffs are n

CVS commit: src/sbin/newfs_v7fs

2012-09-05 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Sep 5 23:01:42 UTC 2012 Modified Files: src/sbin/newfs_v7fs: Makefile Log Message: Remove -g from CPPFLAGS. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sbin/newfs_v7fs/Makefile Please note that diffs are n

CVS commit: src/external/cddl/osnet

2012-09-05 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Sep 5 23:08:42 UTC 2012 Modified Files: src/external/cddl/osnet: Makefile.zfs Log Message: Don't build with debugging (-g) by default. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/Makefil

CVS commit: src/sys/dev/pci

2012-09-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 5 23:19:13 UTC 2012 Modified Files: src/sys/dev/pci: pm2fb.c Log Message: fix horizontal scrolling in 8bit, while there use an R3G3B2 palette To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/p

CVS commit: src/sys/arch/arm

2012-09-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Sep 6 02:02:04 UTC 2012 Modified Files: src/sys/arch/arm/gemini: gemini_pci.c src/sys/arch/arm/include: pci_machdep.h Log Message: Change pci_conf_hook to pass pc->conf_v Add pci_conf_interrupt To generate a diff of t

CVS commit: src/sys/arch/arm/arm32

2012-09-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Sep 6 02:03:02 UTC 2012 Modified Files: src/sys/arch/arm/arm32: arm32_kvminit.c Log Message: Before setting the new TTB wbinv the caches. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/arm32/arm3

CVS commit: src/sys/arch/arm/include

2012-09-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Sep 6 02:05:46 UTC 2012 Modified Files: src/sys/arch/arm/include: armreg.h Log Message: Add ttbr/ttbr1/ttbcr registers To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/arch/arm/include/armreg.h Please no

CVS commit: src/sys/arch/arm

2012-09-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Sep 6 02:07:25 UTC 2012 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv7.S src/sys/arch/arm/include/arm32: pmap.h Log Message: Enable "shareable" access to the page table for armv7. PTE_SYNC only does a DSB now

CVS commit: src/sys/arch/arm/marvell

2012-09-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Sep 6 03:05:41 UTC 2012 Modified Files: src/sys/arch/arm/marvell: kirkwood.c Log Message: Add missing ',' It will fix a bug that "vmstat -e" shows the incorrect counts in wrong entries. To generate a diff of this commit: c

CVS commit: src/sys/dev/marvell

2012-09-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Sep 6 03:45:02 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Add missing bus_dmamap_sync() for the RX buffer. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/marvell/if_mvg

CVS commit: src/sys/arch/arm/include/arm32

2012-09-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Sep 6 04:42:39 UTC 2012 Modified Files: src/sys/arch/arm/include/arm32: pmap.h Log Message: Alas, Cortex-A8 can't TLB walk out of their caches so they need to sync each PTE. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/arch/macppc/dev

2012-09-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Sep 6 05:03:59 UTC 2012 Modified Files: src/sys/arch/macppc/dev: smartbat.c Log Message: only register a PMU callback when we're actually monitoring and reporting AC power fixes spontaneous power down with two smartbat inst