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 modul
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
Module Name:src
Committed By: pgoyette
Date: Tue Feb 16 01:18:03 UTC 2010
Modified Files:
src/distrib/sets/lists/man: mi
Log Message:
Move acpismbus into proper place, alphabetically.
To generate a diff of this commit:
cvs rdiff -u -r1.1190 -r1.1191 src/distrib/sets/list
Module Name:src
Committed By: jym
Date: Tue Feb 16 00:48:17 UTC 2010
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
- re-factor code in pmap_map_ptes() slightly, and make it PAE-ready for
native i386 by using PDP_SIZE
- introduce pmap_unmap_apdp(), used to clea
Module Name:src
Committed By: dyoung
Date: Tue Feb 16 00:47:46 UTC 2010
Modified Files:
src/sys/arch/xen/include: pci_machdep.h
Log Message:
Declare pci_mode_set().
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/xen/include/pci_machdep.h
Plea
Module Name:src
Committed By: dyoung
Date: Tue Feb 16 00:03:48 UTC 2010
Modified Files:
src/sys/arch/i386/pci: pcibios.c
src/sys/arch/x86/include: pci_machdep.h
src/sys/arch/x86/pci: pci_machdep.c
Log Message:
Get rid of all PCI_CONF_MODE #ifdef'age except
Module Name:src
Committed By: mrg
Date: Tue Feb 16 00:16:28 UTC 2010
Modified Files:
src/share/misc: na.phone
Log Message:
update this a little bit.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/misc/na.phone
Please note that diffs are not publ
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
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
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/p
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
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_d
Module Name:src
Committed By: pgoyette
Date: Mon Feb 15 23:04:11 UTC 2010
Modified Files:
src/usr.sbin/envstat: envsys.conf.5
Log Message:
Document the new {high, maximum}-capacity keywords, and some general
clean-up.
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: pgoyette
Date: Mon Feb 15 22:56:13 UTC 2010
Modified Files:
src/etc/powerd/scripts: sensor_battery
Log Message:
Add cases for new {high,maximum}-capacity events
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/etc/powerd/scrip
Module Name:src
Committed By: pgoyette
Date: Mon Feb 15 22:38:28 UTC 2010
Modified Files:
src/usr.sbin/envstat: envstat.8
Log Message:
Update cross-reference to refer to new aibs(4) instead of aiboost(4)
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/u
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 rd
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
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 t
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
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 tr
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
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/sparc6
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 gen
Module Name:src
Committed By: dholland
Date: Mon Feb 15 09:39:01 UTC 2010
Modified Files:
src/sys/compat/irix: irix_signal.c
Log Message:
typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/compat/irix/irix_signal.c
Please note that dif
24 matches
Mail list logo