CVS commit: src/sys/arch/sparc64/sparc64

2010-02-15 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 15 09:56:34 UTC 2010 Modified Files: src/sys/arch/sparc64/sparc64: locore.s Log Message: use TLB_SIZE_SPITFIRE in a couple of places, and note that the {print,dump}_[id]tlb() versions are currently spitfire specific. To

CVS commit: src/sys/arch/sparc64/sparc64

2010-02-15 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Mon Feb 15 11:46:54 UTC 2010 Modified Files: src/sys/arch/sparc64/sparc64: locore.s Log Message: Fix linker error of GENERIC32 kernel. To generate a diff of this commit: cvs rdiff -u -r1.315 -r1.316

CVS commit: src/sys/arch/sparc64/sparc64

2010-02-15 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 15 12:46:24 UTC 2010 Modified Files: src/sys/arch/sparc64/sparc64: locore.s Log Message: - don't flush 32-bit entries for 64-bit code, it does not seem to be necessary. #define TLB_FLUSH_LOWVA to turn it back on. - remove

CVS commit: [netbsd-5] src/sys/arch

2010-02-15 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Mon Feb 15 18:04:11 UTC 2010 Modified Files: src/sys/arch/amd64/conf [netbsd-5]: XEN3_DOM0 XEN3_DOMU src/sys/arch/i386/conf [netbsd-5]: XEN2_DOM0 XEN2_DOMU Log Message: Pull up the following revisions(s) (requested by

CVS commit: [netbsd-5] src/doc

2010-02-15 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Mon Feb 15 18:04:38 UTC 2010 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1306 To generate a diff of this commit: cvs rdiff -u -r1.1.2.196 -r1.1.2.197 src/doc/CHANGES-5.1 Please note that diffs are not

CVS commit: src/sys

2010-02-15 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Feb 15 20:20:34 UTC 2010 Modified Files: src/sys/kern: subr_autoconf.c src/sys/sys: device.h Log Message: Extract a subroutine, const char *cfdata_ifattr(cfdata_t cf), that returns the name of the interface attribute

CVS commit: src/sys

2010-02-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Feb 15 22:32:04 UTC 2010 Modified Files: src/sys/dev/sysmon: sysmon_envsys.c sysmon_envsys_events.c sysmon_power.c src/sys/sys: envsys.h power.h Log Message: For symmetry, allow warning and critical

CVS commit: src/usr.sbin/envstat

2010-02-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Feb 15 22:37:14 UTC 2010 Modified Files: src/usr.sbin/envstat: config.c config_lex.l envstat.c Log Message: Update userland envstat(8) to handle new {high,maximum}-capacity limits. To generate a diff of this commit: cvs

CVS commit: src/sys/arch

2010-02-15 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Feb 15 23:53:08 UTC 2010 Modified Files: src/sys/arch/amd64/amd64: mainbus.c src/sys/arch/i386/i386: mainbus.c Log Message: Don't use the global variable pci_mode, but use a local copy of the return value of

CVS commit: src/sys/arch/xen/x86

2010-02-15 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Feb 15 23:53:56 UTC 2010 Modified Files: src/sys/arch/xen/x86: mainbus.c Log Message: Don't use the global variable pci_mode, but use a local copy of the return value of pci_mode_detect(), instead. To generate a diff of

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

2010-02-15 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Feb 15 23:55:25 UTC 2010 Modified Files: src/sys/arch/xen/include: pci_machdep.h Log Message: Get pci_mode out of the global namespace. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/usr.sbin/cpuctl/arch

2010-02-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 16 00:13:14 UTC 2010 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: don't call most/all Core2's (Merom). To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/cpuctl/arch/i386.c Please

CVS commit: src/regress/lib/libpthread/find

2010-02-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 16 00:15:19 UTC 2010 Modified Files: src/regress/lib/libpthread/find: findthreads.c Log Message: if pthread_create() fails, display the iteration number in the error message. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/etc/rc.d

2010-02-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 16 02:46:02 UTC 2010 Modified Files: src/etc/rc.d: fsck_root Log Message: only fsck / if we find it in /etc/fstab. diskless systems don't need a / entry. XXX: still get an error from mount / in etc/rc.d/root itself. To

CVS commit: src/sys/kern

2010-02-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Feb 16 05:47:52 UTC 2010 Modified Files: src/sys/kern: kern_module_vfs.c Log Message: Don't inspect vn_stat() results until after checking that it succeeded. If anyone's been seeing random File too large results from module