Module Name:src
Committed By: macallan
Date: Thu Sep 6 12:10:29 UTC 2012
Modified Files:
src/sys/dev/sysmon: files.sysmon sysmon_envsysvar.h
Log Message:
defflag debug #defines
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/sysmon/files.sysmon
Module Name:src
Committed By: pgoyette
Date: Thu Sep 6 12:21:40 UTC 2012
Modified Files:
src/sys/dev/sysmon: sysmon_envsys.c sysmon_envsys_events.c
Log Message:
Remove (commented-out) definitions for debugging - thanks to macallan@
for defflagging these.
To generate a d
Module Name:src
Committed By: njoly
Date: Thu Sep 6 12:51:47 UTC 2012
Modified Files:
src/tests/sbin/newfs_msdos: t_create.sh
Log Message:
Adjust msdos fat32 image creation to match cluster count requirements.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2
Module Name:src
Committed By: macallan
Date: Thu Sep 6 12:59:00 UTC 2012
Modified Files:
src/sys/dev/sysmon: sysmon_envsysvar.h
Log Message:
opt_envsys.h needs #ifdef _KERNEL_OPT
( thanks martin@ )
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/de
Module Name:src
Committed By: macallan
Date: Thu Sep 6 13:05:53 UTC 2012
Modified Files:
src/sys/arch/macppc/dev: smartbat.c
Log Message:
- make the charge state sensor actually do something
- work around a bug in envsys which expects a valid value for sensors with
stat
Module Name:src
Committed By: ginsbach
Date: Thu Sep 6 15:24:26 UTC 2012
Modified Files:
src/share/misc: acronyms.comp
Log Message:
Add UX (User eXperience)
To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/share/misc/acronyms.comp
Please note that d
Module Name:src
Committed By: riz
Date: Thu Sep 6 16:39:08 UTC 2012
Modified Files:
src/lib/libperfuse: Makefile
src/usr.sbin/perfused: Makefile
src/usr.sbin/puffs/rump_lfs: Makefile
Log Message:
Disable default build of debugging info.
To generate a dif
Module Name:src
Committed By: riz
Date: Thu Sep 6 22:17:46 UTC 2012
Modified Files:
src/share/man/man7: release.7
Log Message:
Update release(7) for the recent iso -> images change.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/share/man/man7/release
Module Name:src
Committed By: riz
Date: Thu Sep 6 22:20:38 UTC 2012
Modified Files:
src/doc: README.files
Log Message:
The "iso" directory never made it into this file, but now
that "iso" is "images", document it here for the edification of
folks browsing the download dir
Module Name:src
Committed By: matt
Date: Fri Sep 7 02:11:32 UTC 2012
Modified Files:
src/sys/arch/arm/xscale: becc_pci.c
Log Message:
Fix pci_conf_interrupt fallout.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/xscale/becc_pci.c
Please
Module Name:src
Committed By: tls
Date: Fri Sep 7 02:42:13 UTC 2012
Modified Files:
src/sys/kern: subr_cprng.c
Log Message:
Fix kern/46911: note that we rekeyed the cprng so we don't keep doing so.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/ke
Module Name:src
Committed By: matt
Date: Fri Sep 7 03:05:12 UTC 2012
Modified Files:
src/sys/arch/arm/gemini: gemini_pci.c
src/sys/arch/arm/ixp12x0: ixp12x0_pci.c
src/sys/arch/arm/marvell: pci_machdep.c
src/sys/arch/arm/s3c2xx0: s3c2800_pci.c
Module Name:src
Committed By: matt
Date: Fri Sep 7 03:06:05 UTC 2012
Modified Files:
src/sys/arch/evbarm/integrator: pci_machdep.c
Log Message:
Fix pci_conf_interrupt lossage.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/integrator/pci
Module Name:src
Committed By: matt
Date: Fri Sep 7 04:25:37 UTC 2012
Modified Files:
src/sys/arch/arm/marvell: pci_machdep.c
src/sys/dev/marvell: gtpci.c gtpcivar.h mvpex.c mvpexvar.h
Log Message:
Fix pci_conf_hook/interrupt for ARM.
To generate a diff of this c
Module Name:src
Committed By: matt
Date: Fri Sep 7 04:32:04 UTC 2012
Modified Files:
src/sys/arch/evbarm/ifpga: ifpga_pci.c ifpga_pcivar.h
src/sys/arch/evbarm/integrator: pci_machdep.c
Log Message:
Fix pci_conf_interrupt issues
To generate a diff of this commit:
Module Name:src
Committed By: matt
Date: Fri Sep 7 04:39:14 UTC 2012
Modified Files:
src/sys/arch/arm/arm: cpufunc.c
Log Message:
Change _l2_ to _log2_ to make sure they don't confused with level 2.
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sys
Module Name:src
Committed By: matt
Date: Fri Sep 7 04:40:13 UTC 2012
Modified Files:
src/sys/arch/evbarm/marvell: marvell_machdep.c
Log Message:
Increase kernel VM space.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/marvell/marvell_m
Module Name:src
Committed By: dholland
Date: Fri Sep 7 04:50:35 UTC 2012
Modified Files:
src/lib/libc/gen: getpwent.c
Log Message:
Disable bogus _DIAGASSERT.
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/lib/libc/gen/getpwent.c
Please note that diff
Module Name:src
Committed By: para
Date: Fri Sep 7 06:45:05 UTC 2012
Modified Files:
src/sys/uvm: uvm_km.c
Log Message:
call pmap_growkernel once after the kmem_arena is created
to make the pmap cover it's address space
assert on the growth in uvm_km_kmem_alloc
for the 3
19 matches
Mail list logo