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 generate a diff of this commit:
cvs rdiff -u -r1.314 -r1.315 src/sys/arch/sparc64/sparc64/locore.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/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 src/sys/arch/sparc64/sparc64/locore.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/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 the #if 0'd code in sparc64_ipi_flush_pte_usiii(), i have
  verified that it is not required.
- add a missing membar #Sync to sp_tlb_flush_pte_usiii().


To generate a diff of this commit:
cvs rdiff -u -r1.316 -r1.317 src/sys/arch/sparc64/sparc64/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 tron in ticket #1306):
sys/arch/i386/conf/XEN2_DOM0patch
sys/arch/i386/conf/XEN2_DOMUpatch
sys/arch/amd64/conf/XEN3_DOM0   patch
sys/arch/amd64/conf/XEN3_DOM0   patch

Enable cgd(4) support on all amd64 and i386 XEN kernels.


To generate a diff of this commit:
cvs rdiff -u -r1.33.4.3 -r1.33.4.4 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.13.4.1 -r1.13.4.2 src/sys/arch/amd64/conf/XEN3_DOMU
cvs rdiff -u -r1.53.2.3 -r1.53.2.4 src/sys/arch/i386/conf/XEN2_DOM0
cvs rdiff -u -r1.19.4.1 -r1.19.4.2 src/sys/arch/i386/conf/XEN2_DOMU

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 public domain; they are subject to the
copyright notices on the relevant files.



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 that associates cf with
its parent.  Use cfdata_ifattr() at several sites in the autoconf
code.


To generate a diff of this commit:
cvs rdiff -u -r1.200 -r1.201 src/sys/kern/subr_autoconf.c
cvs rdiff -u -r1.133 -r1.134 src/sys/sys/device.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 upper-limits for capacity
sensors.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/dev/sysmon/sysmon_envsys.c
cvs rdiff -u -r1.83 -r1.84 src/sys/dev/sysmon/sysmon_envsys_events.c
cvs rdiff -u -r1.42 -r1.43 src/sys/dev/sysmon/sysmon_power.c
cvs rdiff -u -r1.29 -r1.30 src/sys/sys/envsys.h
cvs rdiff -u -r1.14 -r1.15 src/sys/sys/power.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 rdiff -u -r1.8 -r1.9 src/usr.sbin/envstat/config.c
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/envstat/config_lex.l
cvs rdiff -u -r1.76 -r1.77 src/usr.sbin/envstat/envstat.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

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 pci_mode_detect(), instead.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/amd64/amd64/mainbus.c
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/i386/i386/mainbus.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/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 this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/xen/x86/mainbus.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/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 src/sys/arch/xen/include/pci_machdep.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 -r1.1 -r1.2 src/regress/lib/libpthread/find/findthreads.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/etc/rc.d/fsck_root

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 loading,
this should fix it.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/kern/kern_module_vfs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.