Module Name:src
Committed By: matt
Date: Mon Dec 10 08:19:10 UTC 2012
Modified Files:
src/sys/arch/arm/arm32: arm32_machdep.c
Log Message:
add mm_md_direct_mapped_phys
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/arch/arm/arm32/arm32_machdep.c
P
Module Name:src
Committed By: matt
Date: Mon Dec 10 08:19:59 UTC 2012
Modified Files:
src/sys/arch/arm/include/arm32: pmap.h
Log Message:
Add b{zero,copy}_page{,_vfp} and physical_end
To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/sys/arch/arm/includ
Module Name:src
Committed By: msaitoh
Date: Mon Dec 10 08:36:03 UTC 2012
Modified Files:
src/sys/dev/raidframe: rf_driver.c
Log Message:
Fix off by one read.
To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sys/dev/raidframe/rf_driver.c
Please note th
Module Name:src
Committed By: chs
Date: Mon Dec 10 16:12:20 UTC 2012
Modified Files:
src/sys/arch/alpha/include: vmparam.h
Log Message:
enable __USE_TOPDOWN_VM.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/alpha/include/vmparam.h
Please not
Module Name:src
Committed By: christos
Date: Mon Dec 10 18:11:34 UTC 2012
Modified Files:
src/usr.sbin/traceroute6: traceroute6.c
Log Message:
PR/47304: Kouki Ooyatsu: -s (source IPv6 address to be used) option does not
work because the wrong variable is used.
XXX: Pullup
Module Name:src
Committed By: riz
Date: Mon Dec 10 18:26:01 UTC 2012
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.1
src/sys/dev/acpi [netbsd-6-0]: acpi_pci_link.c
Log Message:
Back out ticket #682; it's causing some systems to fail to boot.
To generate a dif
Module Name:src
Committed By: riz
Date: Mon Dec 10 18:27:01 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
src/sys/dev/acpi [netbsd-6]: acpi_pci_link.c
Log Message:
Back out ticket #682; it's causing some systems to fail to boot.
To generate a diff of
Module Name:src
Committed By: christos
Date: Mon Dec 10 19:49:05 UTC 2012
Modified Files:
src/external/historical/nawk/dist: tran.c
Log Message:
PR/47306: Aleksey Cheusov: Don't free strings of symbols where we maintain
pointers to.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: christos
Date: Mon Dec 10 20:30:06 UTC 2012
Modified Files:
src/tests/usr.bin/awk: t_awk.sh
Log Message:
add a test case for PR/47306
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/awk/t_awk.sh
Please note tha
Module Name:src
Committed By: pooka
Date: Mon Dec 10 20:58:55 UTC 2012
Modified Files:
src/share/mk: bsd.gcc.mk
Log Message:
Deal with crti and crtn not present in some EXTERNAL_TOOLCHAIN's. Also,
handle "missing" crtstuff internally instead of depending on external
inter
Module Name:src
Committed By: riz
Date: Mon Dec 10 21:12:51 UTC 2012
Modified Files:
src/sys/fs/smbfs [netbsd-6]: smbfs_node.c smbfs_node.h smbfs_vnops.c
Log Message:
Pull up following revision(s) (requested by nakayama in ticket #731):
sys/fs/smbfs/smbfs_node.h: r
Module Name:src
Committed By: riz
Date: Mon Dec 10 21:16:25 UTC 2012
Modified Files:
src/sys/fs/smbfs [netbsd-6]: smbfs_smb.c smbfs_subr.c smbfs_subr.h
smbfs_vnops.c
src/sys/netsmb [netbsd-6]: smb.h
Log Message:
Pull up following revision(s) (requested
Module Name:src
Committed By: riz
Date: Mon Dec 10 21:18:18 UTC 2012
Modified Files:
src/external/cddl/osnet/include [netbsd-6]: unistd.h
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #733):
external/cddl/osnet/include/unistd.h: revis
Module Name:src
Committed By: riz
Date: Mon Dec 10 21:19:08 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
Tickets 731-733
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-6.1
Please note that diffs are not pub
Module Name:src
Committed By: pooka
Date: Mon Dec 10 23:48:38 UTC 2012
Modified Files:
src/share/mk: bsd.gcc.mk
Log Message:
Revert poor change
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/mk/bsd.gcc.mk
Please note that diffs are not public doma
Module Name:src
Committed By: pooka
Date: Mon Dec 10 23:49:40 UTC 2012
Modified Files:
src/share/mk: bsd.gcc.mk
Log Message:
Add more external dependencies for crtstuff
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/mk/bsd.gcc.mk
Please note that
Module Name:src
Committed By: matt
Date: Tue Dec 11 01:13:06 UTC 2012
Modified Files:
src/sys/arch/arm/vfp: pmap_vfp.S
Log Message:
These contain to just contain bzero_page_vfp and bcopy_page_vfp
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/ar
Module Name:src
Committed By: matt
Date: Tue Dec 11 01:16:10 UTC 2012
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Optimize pmap_{copy,zerp}_page_generic to understand that when all of memory
is always mapped that you don't have create mappings dynamically.
Module Name:src
Committed By: matt
Date: Tue Dec 11 01:33:32 UTC 2012
Modified Files:
src/sys/arch/arm/omap: omap2_obio.c
Log Message:
Defer configuring children of obio until all obio are attached.
from jmcneill.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r
Module Name:src
Committed By: matt
Date: Tue Dec 11 01:51:15 UTC 2012
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Fix c&p error.
To generate a diff of this commit:
cvs rdiff -u -r1.244 -r1.245 src/sys/arch/arm/arm32/pmap.c
Please note that diffs are not
Module Name:src
Committed By: matt
Date: Tue Dec 11 01:52:30 UTC 2012
Modified Files:
src/sys/arch/arm/vfp: vfp_init.c
Log Message:
Add code to patch pmap_{copy,zero}_page_generic to change calls to
b{copy,zero}_page to b{copy,zero}_page_vfp
To generate a diff of this co
Module Name:src
Committed By: khorben
Date: Tue Dec 11 01:54:43 UTC 2012
Modified Files:
src/sys/arch/arm/omap: files.omap2 omap2_gpio.c omap2_gpmcreg.h
omap2_obio.c omap2_obioreg.h omap2_reg.h omap3_sdhc.c
omap3_sdmmcreg.h
src/sys/arch/evbar
Module Name:src
Committed By: macallan
Date: Tue Dec 11 03:00:00 UTC 2012
Modified Files:
src/sys/arch/macppc/macppc: machdep.c
Log Message:
work around a bug in some (all?) nvidia OF ROMs:
the color! method always changes only the palette registers associated with the
fir
Module Name:src
Committed By: riz
Date: Tue Dec 11 04:26:26 UTC 2012
Modified Files:
src/lib/libterminfo [netbsd-6]: tparm.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #734):
lib/libterminfo/tparm.c: revision 1.9
Fix off by one error
Module Name:src
Committed By: riz
Date: Tue Dec 11 04:26:49 UTC 2012
Modified Files:
src/lib/libterminfo [netbsd-6-0]: tparm.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #734):
lib/libterminfo/tparm.c: revision 1.9
Fix off by one err
Module Name:src
Committed By: riz
Date: Tue Dec 11 04:27:04 UTC 2012
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.1
Log Message:
Ticket 734.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-6.0.1
Please note that diffs are not p
Module Name:src
Committed By: riz
Date: Tue Dec 11 04:31:53 UTC 2012
Modified Files:
src/share/examples/npf [netbsd-6]: host-npf.conf soho_gw-npf.conf
src/sys/net/npf [netbsd-6]: npf_tableset.c
src/usr.sbin/npf/npfctl [netbsd-6]: npf.conf.5 npf_build.c npf_d
Module Name:src
Committed By: riz
Date: Tue Dec 11 04:44:03 UTC 2012
Modified Files:
src/sys/arch/arm/marvell [netbsd-6]: mvsoc.c mvsocreg.h
Log Message:
sys/arch/arm/marvell/mvsoc.cpatch
sys/arch/arm/marvell/mvsocreg.h patch
Ad
Module Name:src
Committed By: riz
Date: Tue Dec 11 04:45:02 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
Tickets 734, 736, 737
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.55 -r1.1.2.56 src/doc/CHANGES-6.1
Please note that diffs are n
Module Name:src
Committed By: msaitoh
Date: Tue Dec 11 07:31:40 UTC 2012
Modified Files:
src/sys/external/bsd/drm/dist/shared-core: i915_suspend.c
Log Message:
Fix wrong reference to dev_priv->saveSWF1. It was clearly wrong.
To generate a diff of this commit:
cvs rdiff -
30 matches
Mail list logo