CVS commit: src/doc

2011-07-26 Thread S.P.Zeidler
Module Name:src
Committed By:   spz
Date:   Tue Jul 26 07:18:36 UTC 2011

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
mention recent bind update, correct used bind version


To generate a diff of this commit:
cvs rdiff -u -r1.854 -r1.855 src/doc/3RDPARTY
cvs rdiff -u -r1.1582 -r1.1583 src/doc/CHANGES

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



CVS commit: src/sys/arch/macppc/dev

2011-07-26 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Tue Jul 26 08:36:02 UTC 2011

Modified Files:
src/sys/arch/macppc/dev: am79c950.c if_mc.c if_mcvar.h ki2c.c ki2cvar.h
mediabay.c obio.c smartbat.c

Log Message:
finish device_t-ification


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/macppc/dev/am79c950.c
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/macppc/dev/if_mc.c \
src/sys/arch/macppc/dev/mediabay.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/macppc/dev/if_mcvar.h
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/macppc/dev/ki2c.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/macppc/dev/ki2cvar.h
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/macppc/dev/obio.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/macppc/dev/smartbat.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/macppc/dev

2011-07-26 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Tue Jul 26 08:37:45 UTC 2011

Modified Files:
src/sys/arch/macppc/dev: battery.c

Log Message:
finish device_t-ification


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/macppc/dev/battery.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/shark

2011-07-26 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Jul 26 08:56:27 UTC 2011

Modified Files:
src/sys/arch/shark/ofw: igsfb_ofbus.c ofrom.c
src/sys/arch/shark/shark: opms.c scr.c

Log Message:
convert to device_t, cfdata_t and CFATTACH_DECL_NEW.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/shark/ofw/igsfb_ofbus.c
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/shark/ofw/ofrom.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/shark/shark/opms.c
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/shark/shark/scr.c

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



CVS commit: src/sys/dev

2011-07-26 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Jul 26 08:59:38 UTC 2011

Modified Files:
src/sys/dev/ic: igsfb.c igsfbvar.h
src/sys/dev/ir: cir.c cirvar.h
src/sys/dev/ofw: ofcons.c ofdisk.c ofnet.c ofrtc.c
src/sys/dev/pci: igsfb_pci.c

Log Message:
convert to device_t, cfdata_t and CFATTACH_DECL_NEW.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/dev/ic/igsfb.c
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/ic/igsfbvar.h
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/ir/cir.c
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ir/cirvar.h
cvs rdiff -u -r1.42 -r1.43 src/sys/dev/ofw/ofcons.c
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/ofw/ofdisk.c
cvs rdiff -u -r1.51 -r1.52 src/sys/dev/ofw/ofnet.c
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/ofw/ofrtc.c
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/pci/igsfb_pci.c

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



CVS commit: src/usr.bin/tpfmt

2011-07-26 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Tue Jul 26 12:21:28 UTC 2011

Modified Files:
src/usr.bin/tpfmt: tpfmt.c

Log Message:
remove a duplicated "unknown option" message.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/tpfmt/tpfmt.c

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



CVS commit: src/usr.bin/tpfmt

2011-07-26 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Tue Jul 26 12:24:16 UTC 2011

Modified Files:
src/usr.bin/tpfmt: tpfmt.c

Log Message:
add an option to put samples for each symbols together.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/tpfmt/tpfmt.c

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



CVS commit: src/external/cddl/osnet/dev/dtrace

2011-07-26 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Tue Jul 26 12:26:33 UTC 2011

Modified Files:
src/external/cddl/osnet/dev/dtrace: dtrace_unload.c

Log Message:
fix a kmem_alloc/free size mismatch


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/dev/dtrace/dtrace_unload.c

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



CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2011-07-26 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Tue Jul 26 12:28:02 UTC 2011

Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_module.c

Log Message:
remove a debug printf


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c

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



CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2011-07-26 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Tue Jul 26 12:28:39 UTC 2011

Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_options.c

Log Message:
remove debug printfs


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/cddl/osnet/dist/lib/libdtrace/common/dt_options.c

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



CVS commit: src/external/cddl/osnet/dist/uts/common/dtrace

2011-07-26 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Tue Jul 26 12:33:23 UTC 2011

Modified Files:
src/external/cddl/osnet/dist/uts/common/dtrace: dtrace.c

Log Message:
fix a merge botch in rev.1.7


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 \
src/external/cddl/osnet/dist/uts/common/dtrace/dtrace.c

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



CVS commit: src/external/cddl/osnet/dist/uts/common/dtrace

2011-07-26 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Tue Jul 26 12:54:28 UTC 2011

Modified Files:
src/external/cddl/osnet/dist/uts/common/dtrace: dtrace.c

Log Message:
mark this driver D_MPSAFE


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 \
src/external/cddl/osnet/dist/uts/common/dtrace/dtrace.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/amd64/include

2011-07-26 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Tue Jul 26 12:55:35 UTC 2011

Modified Files:
src/sys/arch/amd64/include: param.h

Log Message:
g/c round_pdr


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/amd64/include/param.h

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



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

2011-07-26 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Tue Jul 26 12:56:39 UTC 2011

Modified Files:
src/sys/arch/i386/include: cpu.h

Log Message:
whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 src/sys/arch/i386/include/cpu.h

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



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

2011-07-26 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Tue Jul 26 12:57:35 UTC 2011

Modified Files:
src/sys/arch/i386/include: frameasm.h

Log Message:
comment


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/i386/include/frameasm.h

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



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

2011-07-26 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Tue Jul 26 12:59:41 UTC 2011

Modified Files:
src/sys/arch/x86/include: specialreg.h

Log Message:
- add PCID
- comment


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/x86/include/specialreg.h

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



CVS commit: src/sys/kern

2011-07-26 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Tue Jul 26 13:03:58 UTC 2011

Modified Files:
src/sys/kern: kern_lwp.c

Log Message:
assertion


To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 src/sys/kern/kern_lwp.c

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



CVS commit: src/sys/kern

2011-07-26 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Tue Jul 26 13:04:51 UTC 2011

Modified Files:
src/sys/kern: kern_sleepq.c

Log Message:
sleepq_insert: call lwp_eprio only when necessary


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/kern/kern_sleepq.c

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



CVS commit: src/sys/kern

2011-07-26 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Tue Jul 26 13:07:20 UTC 2011

Modified Files:
src/sys/kern: subr_lockdebug.c

Log Message:
try to fill ld_locked/ld_unlocked for shared acquisition of lock


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/kern/subr_lockdebug.c

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



CVS commit: src/sys/kern

2011-07-26 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Tue Jul 26 13:09:11 UTC 2011

Modified Files:
src/sys/kern: subr_vmem.c

Log Message:
comments.  related to PR/44969


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/kern/subr_vmem.c

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



CVS commit: src/sys

2011-07-26 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Tue Jul 26 13:14:18 UTC 2011

Modified Files:
src/sys/kern: tty.c tty_pty.c
src/sys/sys: tty.h

Log Message:
stop using lbolt in tty


To generate a diff of this commit:
cvs rdiff -u -r1.245 -r1.246 src/sys/kern/tty.c
cvs rdiff -u -r1.128 -r1.129 src/sys/kern/tty_pty.c
cvs rdiff -u -r1.87 -r1.88 src/sys/sys/tty.h

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



CVS commit: src/sys/miscfs/procfs

2011-07-26 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Tue Jul 26 13:18:55 UTC 2011

Modified Files:
src/sys/miscfs/procfs: procfs_map.c

Log Message:
fix a botch in PRIxVADDR change (rev.1.38)


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/miscfs/procfs/procfs_map.c

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



CVS commit: src/usr.bin/vmstat

2011-07-26 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Tue Jul 26 13:24:38 UTC 2011

Modified Files:
src/usr.bin/vmstat: vmstat.c

Log Message:
dopoolcache: don't print unused caches unless verbose


To generate a diff of this commit:
cvs rdiff -u -r1.181 -r1.182 src/usr.bin/vmstat/vmstat.c

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



CVS commit: src/sys/kern

2011-07-26 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Tue Jul 26 13:33:43 UTC 2011

Modified Files:
src/sys/kern: kern_sig.c

Log Message:
sigpost: don't interfere coredump.  PR/45032


To generate a diff of this commit:
cvs rdiff -u -r1.308 -r1.309 src/sys/kern/kern_sig.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/alpha/alpha

2011-07-26 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Tue Jul 26 14:59:03 UTC 2011

Modified Files:
src/sys/arch/alpha/alpha: autoconf.c

Log Message:
Make atoi func static, and constify


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/alpha/alpha/autoconf.c

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



CVS commit: src

2011-07-26 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Jul 26 16:10:16 UTC 2011

Modified Files:
src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64
md.sparc64 shl.mi
src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64
md.sparc64 shl.mi
src/include: math.h
src/lib/libm: Makefile shlib_version
src/lib/libm/src: namespace.h s_scalbn.c
Added Files:
src/lib/libm/src: s_scalbnl.c

Log Message:
Add scalbnl to libm.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/distrib/sets/lists/base/ad.mips64eb
cvs rdiff -u -r1.58 -r1.59 src/distrib/sets/lists/base/ad.mips64el
cvs rdiff -u -r1.131 -r1.132 src/distrib/sets/lists/base/md.amd64
cvs rdiff -u -r1.125 -r1.126 src/distrib/sets/lists/base/md.sparc64
cvs rdiff -u -r1.594 -r1.595 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.46 -r1.47 src/distrib/sets/lists/comp/ad.mips64eb \
src/distrib/sets/lists/comp/ad.mips64el
cvs rdiff -u -r1.127 -r1.128 src/distrib/sets/lists/comp/md.amd64
cvs rdiff -u -r1.113 -r1.114 src/distrib/sets/lists/comp/md.sparc64
cvs rdiff -u -r1.183 -r1.184 src/distrib/sets/lists/comp/shl.mi
cvs rdiff -u -r1.54 -r1.55 src/include/math.h
cvs rdiff -u -r1.111 -r1.112 src/lib/libm/Makefile
cvs rdiff -u -r1.12 -r1.13 src/lib/libm/shlib_version
cvs rdiff -u -r1.3 -r1.4 src/lib/libm/src/namespace.h
cvs rdiff -u -r1.14 -r1.15 src/lib/libm/src/s_scalbn.c
cvs rdiff -u -r0 -r1.1 src/lib/libm/src/s_scalbnl.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

2011-07-26 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Tue Jul 26 16:24:44 UTC 2011

Modified Files:
src/sys/arch/landisk/conf: std.landisk
src/sys/arch/mmeye/conf: files.mmeye
src/sys/arch/sh3/conf: files.sh3

Log Message:
Build sh3/sh3/sh3_bus_space.c only for mmeye.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/landisk/conf/std.landisk
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/mmeye/conf/files.mmeye
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/sh3/conf/files.sh3

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



CVS commit: src/lib/libm/arch/i387

2011-07-26 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Jul 26 17:03:23 UTC 2011

Added Files:
src/lib/libm/arch/i387: s_scalbnl.S

Log Message:
Add optimised version of scalbnl for x86.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libm/arch/i387/s_scalbnl.S

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



CVS commit: src/sys/dev

2011-07-26 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Tue Jul 26 20:51:24 UTC 2011

Modified Files:
src/sys/dev/cardbus: if_ath_cardbus.c if_atw_cardbus.c if_rtw_cardbus.c
if_tlp_cardbus.c
src/sys/dev/pci: if_an_pci.c if_ath_pci.c if_atw_pci.c if_bwi_pci.c
if_en_pci.c if_ep_pci.c if_epic_pci.c if_esh_pci.c if_ex_pci.c
if_le_pci.c if_mtd_pci.c if_ne_pci.c if_ntwoc_pci.c if_ral_pci.c
if_rtw_pci.c if_tlp_pci.c if_wi_pci.c

Log Message:
Replace anonymous constants, 0x10, 0x14, ..., with PCI_BAR(0),
PCI_BAR(1),  There was no change in the generated assembly.  I used
this semantic patch:

@ mapsit @
identifier bar;
expression pact;
@@

(
pci_mapreg_map
|
Cardbus_mapreg_map
)(pact, bar, ...)

@ depends on mapsit @
identifier mapsit.bar;
@@
(
- #define bar 0x10
+ #define bar PCI_BAR(0)
|
- #define bar 0x14
+ #define bar PCI_BAR(1)
|
- #define bar 0x18
+ #define bar PCI_BAR(2)
|
- #define bar 0x1C
+ #define bar PCI_BAR(3)
|
- #define bar 0x20
+ #define bar PCI_BAR(4)
)


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/dev/cardbus/if_ath_cardbus.c
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/cardbus/if_atw_cardbus.c
cvs rdiff -u -r1.40 -r1.41 src/sys/dev/cardbus/if_rtw_cardbus.c
cvs rdiff -u -r1.68 -r1.69 src/sys/dev/cardbus/if_tlp_cardbus.c
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/pci/if_an_pci.c
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/pci/if_ath_pci.c
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/pci/if_atw_pci.c
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/pci/if_bwi_pci.c
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/pci/if_en_pci.c \
src/sys/dev/pci/if_ne_pci.c
cvs rdiff -u -r1.51 -r1.52 src/sys/dev/pci/if_ep_pci.c
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/pci/if_epic_pci.c
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/pci/if_esh_pci.c
cvs rdiff -u -r1.53 -r1.54 src/sys/dev/pci/if_ex_pci.c
cvs rdiff -u -r1.50 -r1.51 src/sys/dev/pci/if_le_pci.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/pci/if_mtd_pci.c
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/pci/if_ntwoc_pci.c
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/if_ral_pci.c
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pci/if_rtw_pci.c
cvs rdiff -u -r1.117 -r1.118 src/sys/dev/pci/if_tlp_pci.c
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/pci/if_wi_pci.c

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



CVS commit: src/lib/libedit

2011-07-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jul 26 21:03:17 UTC 2011

Modified Files:
src/lib/libedit: el.c

Log Message:
don't stop reading after empty lines from: Nirbhay Choubey


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/lib/libedit/el.c

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



CVS commit: src/sys/dev/ic

2011-07-26 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Tue Jul 26 22:21:03 UTC 2011

Modified Files:
src/sys/dev/ic: i82365.c tcic2.c

Log Message:
Don't set the iobase and iosize members of pcmciabus_attach_args because
they're not used in any meaningful way.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sys/dev/ic/i82365.c
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/ic/tcic2.c

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



CVS commit: src/sys/dev/sbus

2011-07-26 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Tue Jul 26 22:22:41 UTC 2011

Modified Files:
src/sys/dev/sbus: stp4020.c

Log Message:
Don't set the iobase and iosize members of pcmciabus_attach_args because
they're not used in any meaningful way.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/dev/sbus/stp4020.c

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



CVS commit: src/sys/dev/pci

2011-07-26 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Tue Jul 26 22:23:32 UTC 2011

Modified Files:
src/sys/dev/pci: pccbb.c

Log Message:
Don't set the iobase and iosize members of pcmciabus_attach_args because
they're not used in any meaningful way.


To generate a diff of this commit:
cvs rdiff -u -r1.201 -r1.202 src/sys/dev/pci/pccbb.c

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



CVS commit: src/sys/dev/pcmcia

2011-07-26 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Tue Jul 26 22:24:36 UTC 2011

Modified Files:
src/sys/dev/pcmcia: pcmcia.c pcmciachip.h pcmciavar.h

Log Message:
Don't copy iobase and iosize members from pcmciabus_attach_args to the
pcmcia_softc because they're not used in any meaningful way.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/dev/pcmcia/pcmcia.c
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/pcmcia/pcmciachip.h
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/pcmcia/pcmciavar.h

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



CVS commit: [matt-nb5-pq3] src/etc

2011-07-26 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Jul 26 22:50:15 UTC 2011

Modified Files:
src/etc [matt-nb5-pq3]: MAKEDEV.tmpl

Log Message:
Add flash


To generate a diff of this commit:
cvs rdiff -u -r1.113.2.7 -r1.113.2.7.4.1 src/etc/MAKEDEV.tmpl

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



CVS commit: src/sys/arch

2011-07-26 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Tue Jul 26 22:52:49 UTC 2011

Modified Files:
src/sys/arch/amiga/dev: gayle_pcmcia.c
src/sys/arch/arm/at91: at91cf.c
src/sys/arch/arm/ep93xx: eppcic.c
src/sys/arch/arm/imx: imx_pcic.c
src/sys/arch/arm/sa11x0: sa11x1_pcic.c
src/sys/arch/arm/xscale: pxa2x0_pcic.c
src/sys/arch/evbarm/g42xxeb: gb225_pcic.c
src/sys/arch/evbsh3/ap_ms104_sh4: shpcmcia.c
src/sys/arch/hpcarm/dev: ipaq_pcic.c
src/sys/arch/hpcmips/dev: it8368.c plumpcmcia.c
src/sys/arch/hpcsh/dev/hd64461: hd64461pcmcia.c
src/sys/arch/hpcsh/dev/hd64465: hd64465pcmcia.c
src/sys/arch/mips/alchemy/dev: aupcmcia.c
src/sys/arch/mmeye/dev: mmeyepcmcia.c
src/sys/arch/sparc/dev: ts102.c

Log Message:
Don't set the iobase and iosize members of pcmciabus_attach_args because
they're not used in any meaningful way.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/amiga/dev/gayle_pcmcia.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/at91/at91cf.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/ep93xx/eppcic.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/imx/imx_pcic.c
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/sa11x0/sa11x1_pcic.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/xscale/pxa2x0_pcic.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/g42xxeb/gb225_pcic.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbsh3/ap_ms104_sh4/shpcmcia.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hpcarm/dev/ipaq_pcic.c
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/hpcmips/dev/it8368.c
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/hpcmips/dev/plumpcmcia.c
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/hpcsh/dev/hd64461/hd64461pcmcia.c
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/hpcsh/dev/hd64465/hd64465pcmcia.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mips/alchemy/dev/aupcmcia.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/mmeye/dev/mmeyepcmcia.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/sparc/dev/ts102.c

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



CVS commit: src/lib/libedit/TEST

2011-07-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jul 27 02:18:01 UTC 2011

Modified Files:
src/lib/libedit/TEST: wtc1.c

Log Message:
add history testing code.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libedit/TEST/wtc1.c

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



CVS commit: src/lib/libedit

2011-07-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jul 27 02:18:30 UTC 2011

Modified Files:
src/lib/libedit: chartype.c

Log Message:
fix buffer growing code.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libedit/chartype.c

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



CVS commit: src/lib/libedit

2011-07-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jul 27 02:23:30 UTC 2011

Modified Files:
src/lib/libedit: history.c

Log Message:
- don't leave cursor dangling on memory failure or after clearing the list
- compute the string length to be strvis'ed after the string is encoded


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/lib/libedit/history.c

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



CVS commit: src/crypto/external/bsd/heimdal

2011-07-26 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Jul 27 03:18:52 UTC 2011

Modified Files:
src/crypto/external/bsd/heimdal: Makefile.rules.inc

Log Message:
Workaround around make bug by using an intermediate file/rule.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/crypto/external/bsd/heimdal/Makefile.rules.inc

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



CVS commit: src/tests/lib/libc/gen

2011-07-26 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Jul 27 05:04:11 UTC 2011

Modified Files:
src/tests/lib/libc/gen: t_getcwd.c

Log Message:
As per PR bin/45180, do not traverse too deep.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/gen/t_getcwd.c

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