CVS commit: [netbsd-6] src/doc

2012-08-08 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Wed Aug  8 09:02:14 UTC 2012

Modified Files:
src/doc [netbsd-6]: CHANGES-6.0

Log Message:
Tickets 441, 447.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.167 -r1.1.2.168 src/doc/CHANGES-6.0

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



CVS commit: src/sys/arch/ews4800mips/ews4800mips

2012-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  8 09:02:49 UTC 2012

Modified Files:
src/sys/arch/ews4800mips/ews4800mips: cons_machdep.c

Log Message:
Remove unneeded cn_tab definition (and NULL initialization)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/ews4800mips/ews4800mips/cons_machdep.c

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



CVS commit: src/share/mk

2012-08-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug  8 13:56:14 UTC 2012

Modified Files:
src/share/mk: bsd.README bsd.own.mk bsd.prog.mk

Log Message:
add MKRUMP by popular demand.


To generate a diff of this commit:
cvs rdiff -u -r1.297 -r1.298 src/share/mk/bsd.README
cvs rdiff -u -r1.702 -r1.703 src/share/mk/bsd.own.mk
cvs rdiff -u -r1.274 -r1.275 src/share/mk/bsd.prog.mk

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



CVS commit: src/tests

2012-08-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug  8 13:57:06 UTC 2012

Modified Files:
src/tests: Makefile
src/tests/dev: Makefile
src/tests/include/sys: Makefile
src/tests/kernel: Makefile
src/tests/lib: Makefile
src/tests/lib/libc/sys: Makefile
src/tests/lib/semaphore: Makefile
src/tests/net: Makefile

Log Message:
Exclude tests that use rump


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/tests/Makefile
cvs rdiff -u -r1.7 -r1.8 src/tests/dev/Makefile
cvs rdiff -u -r1.6 -r1.7 src/tests/include/sys/Makefile
cvs rdiff -u -r1.25 -r1.26 src/tests/kernel/Makefile
cvs rdiff -u -r1.19 -r1.20 src/tests/lib/Makefile
cvs rdiff -u -r1.26 -r1.27 src/tests/lib/libc/sys/Makefile
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/semaphore/Makefile
cvs rdiff -u -r1.9 -r1.10 src/tests/net/Makefile

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



CVS commit: src/sys/rump/include/rump

2012-08-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug  8 13:58:56 UTC 2012

Modified Files:
src/sys/rump/include/rump: Makefile

Log Message:
don't install includes if MKRUMP = no


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/include/rump/Makefile

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



CVS commit: src

2012-08-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug  8 14:00:31 UTC 2012

Modified Files:
src: Makefile

Log Message:
exclude rump targets if MKRUMP = no


To generate a diff of this commit:
cvs rdiff -u -r1.292 -r1.293 src/Makefile

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



CVS commit: src/lib

2012-08-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug  8 14:01:16 UTC 2012

Modified Files:
src/lib: Makefile

Log Message:
exclude rump libraries if MKRUMP = no


To generate a diff of this commit:
cvs rdiff -u -r1.186 -r1.187 src/lib/Makefile

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



CVS commit: src/sbin/route

2012-08-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug  8 14:04:26 UTC 2012

Modified Files:
src/sbin/route: route.c

Log Message:
remove useless rump headers.


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/sbin/route/route.c

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



CVS commit: src/bin/dd

2012-08-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug  8 14:09:14 UTC 2012

Modified Files:
src/bin/dd: Makefile

Log Message:
let the standard rules deal with librumpclient


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/bin/dd/Makefile

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



CVS commit: src/sbin/ifconfig

2012-08-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug  8 14:10:39 UTC 2012

Modified Files:
src/sbin/ifconfig: Makefile

Log Message:
don't define RUMP_ACTION if MKRUMP = no


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sbin/ifconfig/Makefile

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



CVS commit: src

2012-08-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug  8 14:13:46 UTC 2012

Modified Files:
src/usr.bin: Makefile
src/usr.sbin: Makefile

Log Message:
exclude programs for MKRUMP = no


To generate a diff of this commit:
cvs rdiff -u -r1.209 -r1.210 src/usr.bin/Makefile
cvs rdiff -u -r1.265 -r1.266 src/usr.sbin/Makefile

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



CVS commit: src/distrib/sets

2012-08-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug  8 14:15:03 UTC 2012

Modified Files:
src/distrib/sets: sets.subr
src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64
md.sparc64 mi shl.mi
src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64
md.sparc64 mi shl.mi
src/distrib/sets/lists/man: mi
src/distrib/sets/lists/tests: mi module.mi

Log Message:
adjust for MKRUMP = no


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/distrib/sets/sets.subr
cvs rdiff -u -r1.98 -r1.99 src/distrib/sets/lists/base/ad.mips64eb
cvs rdiff -u -r1.97 -r1.98 src/distrib/sets/lists/base/ad.mips64el
cvs rdiff -u -r1.173 -r1.174 src/distrib/sets/lists/base/md.amd64
cvs rdiff -u -r1.163 -r1.164 src/distrib/sets/lists/base/md.sparc64
cvs rdiff -u -r1.999 -r1.1000 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.634 -r1.635 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.86 -r1.87 src/distrib/sets/lists/comp/ad.mips64eb
cvs rdiff -u -r1.87 -r1.88 src/distrib/sets/lists/comp/ad.mips64el
cvs rdiff -u -r1.172 -r1.173 src/distrib/sets/lists/comp/md.amd64
cvs rdiff -u -r1.154 -r1.155 src/distrib/sets/lists/comp/md.sparc64
cvs rdiff -u -r1.1773 -r1.1774 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.230 -r1.231 src/distrib/sets/lists/comp/shl.mi
cvs rdiff -u -r1.1401 -r1.1402 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.481 -r1.482 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.9 -r1.10 src/distrib/sets/lists/tests/module.mi

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



CVS commit: [netbsd-6] src

2012-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  8 14:26:50 UTC 2012

Modified Files:
src/etc [netbsd-6]: daily
src/etc/defaults [netbsd-6]: daily.conf
src/share/man/man5 [netbsd-6]: daily.5

Log Message:
Pull up following revision(s) (requested by christos in ticket #456):
etc/daily: revision 1.82
etc/defaults/daily.conf: revision 1.17
share/man/man5/daily.5: revision 1.5
PR/46756: Edgar Fu�: Enable ignoring subdirectories in daily's find_core


To generate a diff of this commit:
cvs rdiff -u -r1.80.2.1 -r1.80.2.2 src/etc/daily
cvs rdiff -u -r1.16 -r1.16.2.1 src/etc/defaults/daily.conf
cvs rdiff -u -r1.3.6.1 -r1.3.6.2 src/share/man/man5/daily.5

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



CVS commit: [netbsd-6] src/etc

2012-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  8 14:31:33 UTC 2012

Modified Files:
src/etc [netbsd-6]: daily
src/etc/defaults [netbsd-6]: daily.conf

Log Message:
Pull up following revision(s) (requested by christos in ticket #457):
etc/daily: revision 1.83
etc/defaults/daily.conf: revision 1.18
PR/46757: Edgar Fu�: Change default to pkg_vulnerabilities from NO to unset,
and make unset insted of NO to produce warnings, so that setting it to NO does
produce warnings (if it is inappropriate for the machine to warn about this).


To generate a diff of this commit:
cvs rdiff -u -r1.80.2.2 -r1.80.2.3 src/etc/daily
cvs rdiff -u -r1.16.2.1 -r1.16.2.2 src/etc/defaults/daily.conf

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



CVS commit: [netbsd-6] src/etc

2012-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  8 14:36:55 UTC 2012

Modified Files:
src/etc [netbsd-6]: daily weekly

Log Message:
Pull up following revision(s) (requested by jdf in ticket #458):
etc/weekly: revision 1.28
etc/daily: revision 1.84
Call `makemandb -f -q` instead of `makemandb -f`, as Edgar Fuss proposed for 
daily.
Call `makemandb -q` instead of `makemandb`, as proposed by Edgar Fuss on
tech-userlevel on 20th of July 2012, 12:38.


To generate a diff of this commit:
cvs rdiff -u -r1.80.2.3 -r1.80.2.4 src/etc/daily
cvs rdiff -u -r1.25.2.1 -r1.25.2.2 src/etc/weekly

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



CVS commit: [netbsd-6] src/doc

2012-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  8 14:39:20 UTC 2012

Modified Files:
src/doc [netbsd-6]: CHANGES-6.0

Log Message:
Tickets 456, 457, 458


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.168 -r1.1.2.169 src/doc/CHANGES-6.0

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



CVS commit: [netbsd-6] src/etc

2012-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  8 14:49:24 UTC 2012

Modified Files:
src/etc [netbsd-6]: daily

Log Message:
Include rev 1.86 in the pullup of ticket 457 as well: only print "fetching"
message, if we actually try to fetch the package vulnerabilities file.


To generate a diff of this commit:
cvs rdiff -u -r1.80.2.4 -r1.80.2.5 src/etc/daily

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



CVS commit: [netbsd-6] src/doc

2012-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  8 14:50:55 UTC 2012

Modified Files:
src/doc [netbsd-6]: CHANGES-6.0

Log Message:
Fix entry for ticket #457 for additional revisions


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.169 -r1.1.2.170 src/doc/CHANGES-6.0

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



CVS commit: [netbsd-6] src/sys/arch/usermode/usermode

2012-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  8 15:32:25 UTC 2012

Modified Files:
src/sys/arch/usermode/usermode [netbsd-6]: trap.c

Log Message:
Pull up following revision(s) (requested by reinoud in ticket #463):
sys/arch/usermode/usermode/trap.c: revision 1.66
Fix IO lockups in NetBSD/usermode.
1) Don't block IO signals since the return path is not garanteed to enable the
signal again.
2) Since signals can get dropped, do a 2nd pass over the routines.


To generate a diff of this commit:
cvs rdiff -u -r1.63.2.2 -r1.63.2.3 src/sys/arch/usermode/usermode/trap.c

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



CVS commit: [netbsd-6] src/sys/net

2012-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  8 15:35:15 UTC 2012

Modified Files:
src/sys/net [netbsd-6]: if_types.h

Log Message:
Pull up following revision(s) (requested by wiz in ticket #464):
sys/net/if_types.h: revision 1.26
Avoid ambiguity by having only one comment close mark.
PR 46771 by bsiegert.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.25.104.1 src/sys/net/if_types.h

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



CVS commit: [netbsd-6] src/usr.sbin/rtadvd

2012-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  8 15:37:49 UTC 2012

Modified Files:
src/usr.sbin/rtadvd [netbsd-6]: config.c

Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #465):
usr.sbin/rtadvd/config.c: revision 1.28
Fix a bug that incorrect RA packet is sent if rtadvd.conf exists.
Fixes PR#46580 reported by Takahiro HAYASHI.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.27.2.1 src/usr.sbin/rtadvd/config.c

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



CVS commit: [netbsd-6] src

2012-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  8 15:51:14 UTC 2012

Modified Files:
src/distrib/sets/lists/comp [netbsd-6]: mi
src/share/man/man9 [netbsd-6]: Makefile cpu_rootconf.9
src/sys/arch/acorn26/acorn26 [netbsd-6]: autoconf.c
src/sys/arch/acorn32/acorn32 [netbsd-6]: autoconf.c
src/sys/arch/algor/algor [netbsd-6]: autoconf.c
src/sys/arch/alpha/alpha [netbsd-6]: autoconf.c
src/sys/arch/amiga/amiga [netbsd-6]: autoconf.c
src/sys/arch/amigappc/amigappc [netbsd-6]: autoconf.c
src/sys/arch/arc/arc [netbsd-6]: autoconf.c
src/sys/arch/atari/atari [netbsd-6]: autoconf.c
src/sys/arch/bebox/bebox [netbsd-6]: autoconf.c
src/sys/arch/cats/cats [netbsd-6]: autoconf.c
src/sys/arch/cesfic/cesfic [netbsd-6]: autoconf.c
src/sys/arch/cobalt/cobalt [netbsd-6]: autoconf.c
src/sys/arch/dreamcast/dreamcast [netbsd-6]: autoconf.c
src/sys/arch/emips/emips [netbsd-6]: autoconf.c
src/sys/arch/evbarm/evbarm [netbsd-6]: autoconf.c
src/sys/arch/evbmips/adm5120 [netbsd-6]: autoconf.c
src/sys/arch/evbmips/alchemy [netbsd-6]: autoconf.c
src/sys/arch/evbmips/atheros [netbsd-6]: autoconf.c
src/sys/arch/evbmips/gdium [netbsd-6]: autoconf.c
src/sys/arch/evbmips/loongson [netbsd-6]: autoconf.c
src/sys/arch/evbmips/malta [netbsd-6]: autoconf.c
src/sys/arch/evbmips/rasoc [netbsd-6]: autoconf.c
src/sys/arch/evbmips/rmixl [netbsd-6]: autoconf.c
src/sys/arch/evbppc/ev64260 [netbsd-6]: autoconf.c
src/sys/arch/evbppc/explora [netbsd-6]: autoconf.c
src/sys/arch/evbppc/mpc85xx [netbsd-6]: autoconf.c
src/sys/arch/evbppc/obs405 [netbsd-6]: obs405_autoconf.c
src/sys/arch/evbppc/pmppc [netbsd-6]: autoconf.c
src/sys/arch/evbppc/virtex [netbsd-6]: autoconf.c
src/sys/arch/evbppc/walnut [netbsd-6]: autoconf.c
src/sys/arch/evbsh3/evbsh3 [netbsd-6]: autoconf.c
src/sys/arch/ews4800mips/ews4800mips [netbsd-6]: autoconf.c
src/sys/arch/hp300/hp300 [netbsd-6]: autoconf.c
src/sys/arch/hp700/hp700 [netbsd-6]: autoconf.c
src/sys/arch/hpcarm/hpcarm [netbsd-6]: autoconf.c
src/sys/arch/hpcmips/hpcmips [netbsd-6]: autoconf.c
src/sys/arch/hpcsh/hpcsh [netbsd-6]: autoconf.c
src/sys/arch/ia64/ia64 [netbsd-6]: autoconf.c
src/sys/arch/ibmnws/ibmnws [netbsd-6]: autoconf.c
src/sys/arch/iyonix/iyonix [netbsd-6]: autoconf.c
src/sys/arch/landisk/landisk [netbsd-6]: autoconf.c
src/sys/arch/luna68k/luna68k [netbsd-6]: autoconf.c
src/sys/arch/mac68k/mac68k [netbsd-6]: autoconf.c
src/sys/arch/mipsco/mipsco [netbsd-6]: autoconf.c
src/sys/arch/mmeye/mmeye [netbsd-6]: autoconf.c
src/sys/arch/mvme68k/mvme68k [netbsd-6]: autoconf.c
src/sys/arch/mvmeppc/mvmeppc [netbsd-6]: autoconf.c
src/sys/arch/netwinder/netwinder [netbsd-6]: autoconf.c
src/sys/arch/news68k/news68k [netbsd-6]: autoconf.c
src/sys/arch/newsmips/newsmips [netbsd-6]: autoconf.c
src/sys/arch/next68k/next68k [netbsd-6]: autoconf.c
src/sys/arch/pmax/pmax [netbsd-6]: autoconf.c
src/sys/arch/powerpc/oea [netbsd-6]: ofw_autoconf.c
src/sys/arch/prep/prep [netbsd-6]: autoconf.c
src/sys/arch/rs6000/rs6000 [netbsd-6]: autoconf.c
src/sys/arch/sandpoint/sandpoint [netbsd-6]: autoconf.c
src/sys/arch/sbmips/sbmips [netbsd-6]: autoconf.c
src/sys/arch/sgimips/sgimips [netbsd-6]: autoconf.c
src/sys/arch/shark/shark [netbsd-6]: autoconf.c
src/sys/arch/sparc/sparc [netbsd-6]: autoconf.c
src/sys/arch/sparc64/sparc64 [netbsd-6]: autoconf.c
src/sys/arch/sun3/sun3 [netbsd-6]: autoconf.c
src/sys/arch/sun68k/sun68k [netbsd-6]: autoconf.c
src/sys/arch/usermode/dev [netbsd-6]: cpu.c
src/sys/arch/vax/vax [netbsd-6]: autoconf.c
src/sys/arch/x68k/x68k [netbsd-6]: autoconf.c
src/sys/arch/x86/x86 [netbsd-6]: x86_autoconf.c
src/sys/arch/xen/x86 [netbsd-6]: autoconf.c
src/sys/arch/zaurus/zaurus [netbsd-6]: autoconf.c
src/sys/kern [netbsd-6]: init_main.c
src/sys/sys [netbsd-6]: conf.h

Log Message:
Pull up following revision(s) (requested by mlelstv in ticket #466):
sys/arch/amiga/amiga/autoconf.c: revision 1.113
sys/arch/rs6000/rs6000/autoconf.c: revision 1.4
sys/arch/emips/emips/autoconf.c: revision 1.6
sys/arch/sandpoint/sandpoint/autoconf.c: revision 1.27
sys/arch/evbmips/alchemy/autoconf.c: revision 1.18
sys/arch/sgimips/sgimips/autoconf.c: revision 1.43
sys/arch/atari/atari/autoconf.c: revision 1.63
sys/arch/powerpc/oea/ofw_autoconf.c: revision 1.17
sys/arch/mmeye/mmeye/autoconf.c: revision 1.9
distrib/sets/lists/comp/mi: revision 1.1771
sys/arch/mipsco/mipsco/autoconf.

CVS commit: [netbsd-6] src/sys/arch/hp300/stand/common

2012-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  8 15:55:43 UTC 2012

Modified Files:
src/sys/arch/hp300/stand/common [netbsd-6]: if_lereg.h

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #468):
sys/arch/hp300/stand/common/if_lereg.h: revision 1.6
Remove '__attribute__((__packed__))' from structure definisions
for Am7990 LANCE registers where no implicit padding is expected.
gcc 4.5.3 seems to generate strange and wrong instructions
(four moveb insns against u_short members) if packed attribute
is specified in this case, then netboot fails immediately.
Should be pulled up to netbsd-6.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.118.1 src/sys/arch/hp300/stand/common/if_lereg.h

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



CVS commit: [netbsd-6] src/doc

2012-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  8 15:58:17 UTC 2012

Modified Files:
src/doc [netbsd-6]: CHANGES-6.0

Log Message:
Tickets 463, 464, 465, 466, 468


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.170 -r1.1.2.171 src/doc/CHANGES-6.0

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



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

2012-08-08 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Aug  8 16:09:42 UTC 2012

Modified Files:
src/sys/arch/arm/include: pcb.h

Log Message:
Update comment.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/include/pcb.h

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



CVS commit: src/distrib/sets/lists/tests

2012-08-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug  8 16:23:32 UTC 2012

Modified Files:
src/distrib/sets/lists/tests: mi

Log Message:
fix pasto


To generate a diff of this commit:
cvs rdiff -u -r1.482 -r1.483 src/distrib/sets/lists/tests/mi

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



CVS commit: src/sys/arch/cesfic/cesfic

2012-08-08 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Wed Aug  8 16:29:50 UTC 2012

Modified Files:
src/sys/arch/cesfic/cesfic: machdep.c

Log Message:
build fix for gcc -fno-common, from Radoslaw Kujawa


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/cesfic/cesfic/machdep.c

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



CVS commit: src/sys/sys

2012-08-08 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Aug  8 16:56:53 UTC 2012

Modified Files:
src/sys/sys: ieee754.h

Log Message:
Add sngu_* and dblu_* access macros.
XXX sng* and ext* should be renamed to flt* and ldbl*


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/sys/ieee754.h

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



CVS commit: src/lib/libm/src

2012-08-08 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Aug  8 16:57:24 UTC 2012

Added Files:
src/lib/libm/src: s_truncl.c

Log Message:
Add a long double version of trunc.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libm/src/s_truncl.c

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



CVS commit: src/lib/libm/src

2012-08-08 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Aug  8 16:58:28 UTC 2012

Modified Files:
src/lib/libm/src: s_truncl.c

Log Message:
Fix copyright.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libm/src/s_truncl.c

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



CVS commit: src/lib/libc/locale

2012-08-08 Thread Takehiko NOZAKI
Module Name:src
Committed By:   tnozaki
Date:   Wed Aug  8 18:37:26 UTC 2012

Modified Files:
src/lib/libc/locale: rune.c

Log Message:
fix PR lib/46781 statically compiled bash makes locale loading fail.
analyzed and  patch provided by enami@ nonaka@ obache@ soda@, thanks.
patch modified by me.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/lib/libc/locale/rune.c

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



CVS commit: src

2012-08-08 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Wed Aug  8 18:37:52 UTC 2012

Modified Files:
src/distrib/sets/lists/comp: md.amd64 md.i386
src/sys/arch/amd64/include: Makefile
src/sys/arch/i386/include: Makefile

Log Message:
on x86,  only pulls in . The latter
is not installed to userland and noone missed it, so the former ones
can not be useful either. Don't install them.


To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 src/distrib/sets/lists/comp/md.amd64
cvs rdiff -u -r1.125 -r1.126 src/distrib/sets/lists/comp/md.i386
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/amd64/include/Makefile
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/i386/include/Makefile

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



CVS commit: src/share/locale/ctype

2012-08-08 Thread Takehiko NOZAKI
Module Name:src
Committed By:   tnozaki
Date:   Wed Aug  8 18:40:37 UTC 2012

Modified Files:
src/share/locale/ctype: en_US.UTF-8.src

Log Message:
fix PR lib/46772 wcwidth of combining characters.
patch probyted by yamt@, thanks.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/locale/ctype/en_US.UTF-8.src

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



CVS commit: src/lib/libc/locale

2012-08-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Aug  8 20:16:51 UTC 2012

Modified Files:
src/lib/libc/locale: rune.c

Log Message:
Restore RCS Id lost in previous.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/lib/libc/locale/rune.c

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



CVS commit: src/share/zoneinfo

2012-08-08 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Wed Aug  8 20:19:08 UTC 2012

Update of /cvsroot/src/share/zoneinfo
In directory ivanova.netbsd.org:/tmp/cvs-serv7742

Log Message:
Import tzdata2012e from ftp://ftp.iana.org/tz/releases/tzdata2012e.tar.gz

Majo changes from tzdata2012d to tzdata2012e:

  * australasia (Pacific/Fakaofo): Tokelau is UTC+13, not UTC+14.
(Thanks to Steffen Thorsen.)

  * Use a single version number for both code and data.

Status:

Vendor Tag: ADO
Release Tags:   TZDATA2012E

U src/share/zoneinfo/antarctica
U src/share/zoneinfo/africa
C src/share/zoneinfo/australasia
U src/share/zoneinfo/asia
U src/share/zoneinfo/northamerica
U src/share/zoneinfo/europe
U src/share/zoneinfo/yearistype.sh
U src/share/zoneinfo/southamerica
U src/share/zoneinfo/pacificnew
U src/share/zoneinfo/etcetera
U src/share/zoneinfo/backward
U src/share/zoneinfo/systemv
U src/share/zoneinfo/factory
U src/share/zoneinfo/solar87
U src/share/zoneinfo/solar88
U src/share/zoneinfo/solar89
U src/share/zoneinfo/iso3166.tab
U src/share/zoneinfo/zone.tab
U src/share/zoneinfo/leapseconds

1 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jADO:yesterday -jADO src/share/zoneinfo



CVS commit: src/share/zoneinfo

2012-08-08 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Wed Aug  8 20:21:03 UTC 2012

Modified Files:
src/share/zoneinfo: australasia

Log Message:
Merge tzdata2012e from ftp://ftp.iana.org/tz/releases/tzdata2012e.tar.gz

Major changes from tzdata2012d to tzdata2012e:

  * australasia (Pacific/Fakaofo): Tokelau is UTC+13, not UTC+14.
(Thanks to Steffen Thorsen.)

  * Use a single version number for both code and data.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/share/zoneinfo/australasia

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



CVS commit: src/include/ssp

2012-08-08 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Aug  8 20:23:33 UTC 2012

Modified Files:
src/include/ssp: ssp.h

Log Message:
SSP mostly works with Clang, even if optimisation is disabled.
Explicitly disable it for Lint though.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/include/ssp/ssp.h

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



CVS commit: src/doc

2012-08-08 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Wed Aug  8 20:26:56 UTC 2012

Modified Files:
src/doc: 3RDPARTY

Log Message:
tzcode2012e and tzdata2012e have been released.  We have updated
to tzdata2012e, but we still have tzcode2011i.  Also add a note
to beware of .gitignore files in future.


To generate a diff of this commit:
cvs rdiff -u -r1.954 -r1.955 src/doc/3RDPARTY

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



CVS commit: [matt-nb5-mips64] src/sys/arch/mips

2012-08-08 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Aug  8 22:10:21 UTC 2012

Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: pmap.h
src/sys/arch/mips/mips [matt-nb5-mips64]: pmap_segtab.c trap.c

Log Message:
Fix some LP64 bugs


To generate a diff of this commit:
cvs rdiff -u -r1.54.26.27 -r1.54.26.28 src/sys/arch/mips/include/pmap.h
cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/sys/arch/mips/mips/pmap_segtab.c
cvs rdiff -u -r1.217.12.45 -r1.217.12.46 src/sys/arch/mips/mips/trap.c

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



CVS commit: src/doc

2012-08-08 Thread Jean-Yves Migeon
Module Name:src
Committed By:   jym
Date:   Wed Aug  8 23:24:40 UTC 2012

Modified Files:
src/doc: CHANGES.prev

Log Message:
Document virtio(4) addition in CHANGES. Noticed by Emmanuel Kasper on
tech-kern@.

virtio(4) is the VirtIO protocol used by KVM to drastically improve
the performance of virtualized peripherals.

virtio(4) originally written by minoura@; imported in src by hannken@
around 2011-10-30.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/doc/CHANGES.prev

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/dev

2012-08-08 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Thu Aug  9 00:48:07 UTC 2012

Modified Files:
src/sys/arch/sparc64/dev: ffb.c ffbreg.h

Log Message:
split ffb_putchar() into a version for mono fonts and one for anti-aliased
ones. While there use the blitter to draw the cursor and remove some waits
that are unnecessary now that characters are drawn by hardware.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/sparc64/dev/ffb.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sparc64/dev/ffbreg.h

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



CVS commit: src/sys/dev/wsfont

2012-08-08 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Thu Aug  9 01:41:48 UTC 2012

Modified Files:
src/sys/dev/wsfont: DejaVu_Sans_Mono_12x22.h

Log Message:
remove some stray pixels in the R glyph


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/wsfont/DejaVu_Sans_Mono_12x22.h

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

2012-08-08 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Aug  9 04:16:37 UTC 2012

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

Log Message:
 Add workaround for QEMU and the variants.

 This problem was discovered a few years ago, but some variants and
cloud services still have the bug. This problem is not NetBSD's bug
but qemus's bug. For NetBSD users, existence of buggy virtual machines
s sad thing, so we add a workaroud.


To generate a diff of this commit:
cvs rdiff -u -r1.229 -r1.230 src/sys/dev/pci/if_wm.c

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



CVS commit: [netbsd-6] src

2012-08-08 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Thu Aug  9 06:36:52 UTC 2012

Modified Files:
src/etc/etc.evbarm [netbsd-6]: Makefile.inc
src/sys/arch/arm/arm [netbsd-6]: cpufunc.c cpufunc_asm_arm1136.S
src/sys/arch/arm/arm32 [netbsd-6]: arm32_machdep.c cpu.c pmap.c
src/sys/arch/arm/conf [netbsd-6]: files.arm
src/sys/arch/arm/include [netbsd-6]: armreg.h cpu.h cpufunc.h
src/sys/arch/evbarm [netbsd-6]: Makefile
src/sys/arch/evbarm/conf [netbsd-6]: INTEGRATOR
src/sys/arch/evbarm/dev [netbsd-6]: plcom.c plcomreg.h plcomvar.h
src/sys/arch/evbarm/ifpga [netbsd-6]: ifpgareg.h plcom_ifpga.c
plcom_ifpgavar.h
src/sys/arch/evbarm/integrator [netbsd-6]: integrator_machdep.c
src/sys/dev/sdmmc [netbsd-6]: sdhc.c sdhcvar.h
Added Files:
src/sys/arch/arm/arm [netbsd-6]: cpufunc_asm_arm11x6.S
src/sys/arch/arm/broadcom [netbsd-6]: bcm2835_dma.c bcm2835_emmc.c
bcm2835_intr.c bcm2835_intr.h bcm2835_obio.c bcm2835_plcom.c
bcm2835_pm.c bcm2835_pmvar.h bcm2835_space.c bcm2835_tmr.c
bcm2835reg.h bcm2835var.h bcm_amba.h files.bcm2835
src/sys/arch/evbarm/conf [netbsd-6]: RPI files.rpi mk.rpi std.rpi
src/sys/arch/evbarm/rpi [netbsd-6]: genassym.cf rpi.h rpi_machdep.c
rpi_start.S

Log Message:
Pull up revisions:
  src/sys/arch/evbarm/dev/plcomreg.h revisions 1.2,1.3,1.4
  src/sys/arch/evbarm/conf/INTEGRATOR revision 1.65
  src/sys/arch/evbarm/dev/plcom.c revisions 1.34,1.35,1.36,1.37,1.38,1.39,1.40
  src/sys/arch/evbarm/ifpga/plcom_ifpga.c revisions 1.12,1.13,1.14
  src/sys/arch/evbarm/dev/plcomvar.h revisions 1.9,1.10,1.11
  src/sys/arch/evbarm/ifpga/plcom_ifpgavar.h revision 1.2
  src/sys/arch/arm/arm/cpufunc.c revisions 1.105,1.108
  src/sys/arch/arm/arm32/cpu.c revision 1.79
  src/sys/arch/arm/include/armreg.h revisions 1.49,1.54
  src/sys/arch/arm/arm32/pmap.c revision 1.229
  src/sys/arch/arm/arm32/arm32_machdep.c revision 1.77
  src/sys/arch/arm/include/cpu.h revision 1.64
  src/sys/arch/arm/arm/cpufunc_asm_arm1136.S revision 1.3
  src/sys/arch/arm/arm/cpufunc_asm_arm11x6.S revision 1.1
  src/sys/arch/arm/conf/files.arm revision 1.106
  src/sys/arch/arm/include/cpufunc.h revision 1.57
  src/sys/dev/sdmmc/sdhc.c revisions 1.14,1.24
  src/sys/dev/sdmmc/sdhcvar.h revisions 1.7,1.8
  src/sys/arch/evbarm/ifpga/ifpgareg.h revision 1.4
  src/sys/arch/evbarm/integrator/integrator_machdep.c revision 1.69
  src/sys/arch/arm/broadcom/bcm2835_dma.c revision 1.1
  src/sys/arch/arm/broadcom/bcm2835_emmc.c revision 1.1
  src/sys/arch/arm/broadcom/bcm2835_intr.c revision 1.1
  src/sys/arch/arm/broadcom/bcm2835_intr.h revision 1.1
  src/sys/arch/arm/broadcom/bcm2835_obio.c revision 1.1
  src/sys/arch/arm/broadcom/bcm2835_plcom.c revision 1.1
  src/sys/arch/arm/broadcom/bcm2835_pm.c revision 1.1
  src/sys/arch/arm/broadcom/bcm2835_pmvar.h revision 1.1
  src/sys/arch/arm/broadcom/bcm2835_space.c revision 1.1
  src/sys/arch/arm/broadcom/bcm2835_tmr.c revision 1.1
  src/sys/arch/arm/broadcom/bcm2835reg.h revision 1.1
  src/sys/arch/arm/broadcom/bcm2835var.h revision 1.1
  src/sys/arch/arm/broadcom/bcm_amba.h revision 1.1
  src/sys/arch/arm/broadcom/files.bcm2835 revision 1.1
  src/sys/arch/evbarm/Makefile revision 1.9
  src/sys/arch/evbarm/conf/RPI revision 1.1
  src/sys/arch/evbarm/conf/files.rpi revision 1.1
  src/sys/arch/evbarm/conf/mk.rpi revision 1.1
  src/sys/arch/evbarm/conf/std.rpi revision 1.1
  src/sys/arch/evbarm/rpi/genassym.cf revision 1.1
  src/sys/arch/evbarm/rpi/rpi.h revision 1.1
  src/sys/arch/evbarm/rpi/rpi_machdep.c revision 1.1
  src/sys/arch/evbarm/rpi/rpi_start.S revision 1.1,1.2
  src/etc/etc.evbarm/Makefile.inc revision 1.28
(requested by skrll in ticket #454).

don't mix #define and #define in a file.

avoid warning with options PLCOM_DEBUG for INTEGRATOR.

Rename register values. No functional change - same code before and after.

Existing names are prefixed with PL01X_ where they're common between the
PL010 and the PL011. The PL010_/PL011_ prefixes are added where they're
found only on the respective chips.

Replace the simple_lock with a kmutex_t.  Update the locking to match
com(4) in the few places it didn't already.

DOH.  Replace a line that got accidently deleted in the last commit.

device_t/softc split
struct device * -> device_t
struct cfdata * -> cfdata_t

Add the 'Z' to the 1176 cpu product name.

ok matt@

Fix locking botch introduced in 1.36.

Fix a KASSERT. From/OK'ed by matt@

Fix racy softint dispatch that lead to KASSERT(si->si_active) in
softint_execute

Discussed with matt@. "Looks good to me"

Add the documented ARM11[37]6 Auxiliary control register defines.

Add support for the ARM1176JZS

Add a flag for the lack of LED_ON in HOST_CTL (ti omap3 doesn't do that).

Provide a method for attachments to specify capabilites.

Add support for the PL011 to plcom. Pull across a bunch of fixes from
com(4) while I'm here and

CVS commit: [netbsd-6] src/lib

2012-08-08 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Thu Aug  9 06:46:37 UTC 2012

Modified Files:
src/lib/libcurses [netbsd-6]: get_wch.c
src/lib/libmenu [netbsd-6]: internals.c

Log Message:
Pull up revisions:
  src/lib/libcurses/get_wch.c revision 1.10
  src/lib/libmenu/internals.c revisions 1.14,1.15
(requested by blymn in ticket #459).

* Size argument for memset when clearing cbuf was wrong, cbuf is an array
  of char not int so memset was stomping memory past the end of the array.
  Use sizeof properly to correctly determine the amount of memory to clear.

Extraneous whitespace removal.

* Corrected menu drawing when O_ROWMAJOR is not set
* Corrected menu item neighbour calculation so it works when O_ROWMAJOR
  is set and unset.  This corrects item navigation which was previously
  broken when O_ROWMAJOR was not set.

This resolves lib/46620.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.8.1 src/lib/libcurses/get_wch.c
cvs rdiff -u -r1.13 -r1.13.42.1 src/lib/libmenu/internals.c

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



CVS commit: [netbsd-6] src

2012-08-08 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Thu Aug  9 06:49:23 UTC 2012

Modified Files:
src/lib/libc/gen [netbsd-6]: sysconf.c
src/sys/sys [netbsd-6]: unistd.h

Log Message:
Pull up revisions:
  src/lib/libc/gen/sysconf.c revision 1.34
  src/sys/sys/unistd.h revision 1.53
(requested by martin in ticket #460).

Define _POSIX_SPAWN in unistd.h and also provide its value via sysconf(),
as required by posix since we support posix_spawn().


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.33.22.1 src/lib/libc/gen/sysconf.c
cvs rdiff -u -r1.52 -r1.52.18.1 src/sys/sys/unistd.h

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



CVS commit: [netbsd-6] src/sys/arch/powerpc

2012-08-08 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Thu Aug  9 06:52:14 UTC 2012

Modified Files:
src/sys/arch/powerpc/booke [netbsd-6]: genassym.cf trap_subr.S
src/sys/arch/powerpc/include [netbsd-6]: frame.h

Log Message:
Pull up revisions:
  src/sys/arch/powerpc/booke/genassym.cf revision 1.9
  src/sys/arch/powerpc/booke/trap_subr.S revision 1.8
  src/sys/arch/powerpc/include/frame.h revision 1.25
(requested by matt in ticket #461).

Fix a problem where the kernel could randomly reset due to a watchdog event.
When an exception happens, the srr0 (exception PC) was being saved in the
normal location of the current callframe.  This was fine except when the
routine was in its prologue after it had saved LR but had not yet updated the
stack pointer or when the routine was in its epilogue after it has restored
the stack pointer but not yet loaded the LR.  In either case this would cause
the LR to be corrupted (either running the routine forever or by branching
to itself forever).  Now we save and restore the contents of that memory
location so the corruption can't happen.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.8.8.1 src/sys/arch/powerpc/booke/genassym.cf
cvs rdiff -u -r1.6 -r1.6.8.1 src/sys/arch/powerpc/booke/trap_subr.S
cvs rdiff -u -r1.23 -r1.23.8.1 src/sys/arch/powerpc/include/frame.h

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



CVS commit: [netbsd-6] src/sys/arch/sparc64/sparc64

2012-08-08 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Thu Aug  9 06:55:02 UTC 2012

Modified Files:
src/sys/arch/sparc64/sparc64 [netbsd-6]: trap.c

Log Message:
Pull up revision 1.177 (requested by martin in ticket #462).

Do not spam the console when sending a sigill due to a T_ILLINST trap,
new openssl probes for the cpu sub family/features by trying some new
instructions and catching sigill.
In all other cases, move the printf inside a #ifdef DEBUG.


To generate a diff of this commit:
cvs rdiff -u -r1.168.8.3 -r1.168.8.4 src/sys/arch/sparc64/sparc64/trap.c

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



CVS commit: [netbsd-6] src/doc

2012-08-08 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Thu Aug  9 06:58:00 UTC 2012

Modified Files:
src/doc [netbsd-6]: CHANGES-6.0

Log Message:
Tickets 454, 459, 460, 461, 462.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.171 -r1.1.2.172 src/doc/CHANGES-6.0

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