CVS commit: src/tests/lib/libc

2012-03-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Mar 25 08:17:54 UTC 2012

Modified Files:
src/tests/lib/libc/gen: t_setdomainname.c t_sethostname.c
src/tests/lib/libc/string: t_strcmp.c

Log Message:
Be UTF8 clean.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/gen/t_setdomainname.c
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/gen/t_sethostname.c
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/string/t_strcmp.c

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



CVS commit: src/share/man/man4

2012-03-25 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Mar 25 08:42:21 UTC 2012

Modified Files:
src/share/man/man4: usb.4

Log Message:
Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/share/man/man4/usb.4

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



CVS commit: src/share/man/man4

2012-03-25 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Mar 25 08:45:02 UTC 2012

Modified Files:
src/share/man/man4: urtwn.4

Log Message:
Fix Dd argument, add serial comma, capitalize NetBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/urtwn.4

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



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

2012-03-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Mar 25 08:48:40 UTC 2012

Modified Files:
src/sys/arch/sparc/dev: tctrl.c

Log Message:
Make explicitly clear that we mean raw I/O on device passthru, not just
generic passthru.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/sparc/dev/tctrl.c

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



CVS commit: src/sys/conf

2012-03-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Mar 25 09:15:20 UTC 2012

Modified Files:
src/sys/conf: Makefile.kern.inc

Log Message:
Redo rev 1.154 by using an explicit MKSHNOECHO that does not output anything.


To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 src/sys/conf/Makefile.kern.inc

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



CVS commit: src/external/bsd/ipf/dist/lib

2012-03-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Mar 25 09:50:45 UTC 2012

Modified Files:
src/external/bsd/ipf/dist/lib: printaps.c

Log Message:
PRIu64 is not the right format string for unsigned long long.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/ipf/dist/lib/printaps.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-03-25 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Sun Mar 25 10:01:06 UTC 2012

Modified Files:
src/doc: CHANGES

Log Message:
fix style.


To generate a diff of this commit:
cvs rdiff -u -r1.1688 -r1.1689 src/doc/CHANGES

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/compat/linux/arch/i386

2012-03-25 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sun Mar 25 11:25:26 UTC 2012

Modified Files:
src/sys/compat/linux/arch/i386 [netbsd-6]: linux_exec.h

Log Message:
Pull up following revision(s) (requested by chs in ticket #140):
sys/compat/linux/arch/i386/linux_exec.h: revision 1.11
define LINUX_DEBUGLINK_SIGNATURE for i386 too.
this allows linux ldd to work.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.10.22.1 src/sys/compat/linux/arch/i386/linux_exec.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

2012-03-25 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sun Mar 25 11:29:59 UTC 2012

Modified Files:
src/sys/rump/librump/rumpkern [netbsd-6]: vm.c
src/tests/rump/rumpkern [netbsd-6]: t_vm.c

Log Message:
Pull up following revision(s) (requested by hannken in ticket #141):
tests/rump/rumpkern/t_vm.c: revision 1.3
sys/rump/librump/rumpkern/vm.c: revision 1.125
Don't take a mutex we already took 6 lines above.
Starting with Rev. 1.191 of kern/subr_pool.c a pool has to be inactive
for at least 10 seconds before it can be reclaimed.
Change the uvmwait test timeout from 10 to 30 seconds so it has a chance
to reclaim memory and succeed.


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.122.2.1 src/sys/rump/librump/rumpkern/vm.c
cvs rdiff -u -r1.2 -r1.2.8.1 src/tests/rump/rumpkern/t_vm.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-03-25 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sun Mar 25 11:30:36 UTC 2012

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

Log Message:
Tickets 140,141


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.60 -r1.1.2.61 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/sparc64/sparc64

2012-03-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Mar 25 13:44:05 UTC 2012

Modified Files:
src/sys/arch/sparc64/sparc64: trap.c

Log Message:
Make 32bit kernels compilable


To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 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: src/sys/arch/sparc64/sparc64

2012-03-25 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Sun Mar 25 15:40:32 UTC 2012

Modified Files:
src/sys/arch/sparc64/sparc64: trap.c

Log Message:
Redo previous.  Print register as a hexadecimal.


To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 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: src/usr.sbin/mtree

2012-03-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 25 16:07:04 UTC 2012

Modified Files:
src/usr.sbin/mtree: verify.c

Log Message:
PR/41061: Steven Drake: mtree -d complains about extra symlinks


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/usr.sbin/mtree/verify.c

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



CVS commit: src/tests/usr.sbin/mtree

2012-03-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 25 16:10:14 UTC 2012

Modified Files:
src/tests/usr.sbin/mtree: t_mtree.sh

Log Message:
PR/41061 fixed


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.sbin/mtree/t_mtree.sh

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



CVS commit: src/lib/libc/gen

2012-03-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 25 16:31:23 UTC 2012

Modified Files:
src/lib/libc/gen: fnmatch.c

Log Message:
PR/41558: Stathis Kamperis: Treat a backslash followed by NUL as NUL, instead
of a backslash if FNM_NOESCAPE is not set. According to TOG: a backslash in
a pattern followed by any other character, will match that second character
in the string.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/gen/fnmatch.c

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

2012-03-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 25 16:31:51 UTC 2012

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

Log Message:
PR/41558 has been fixed.


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

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



CVS commit: src/bin/ksh

2012-03-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 25 17:23:49 UTC 2012

Modified Files:
src/bin/ksh: exec.c

Log Message:
PR/6764: Charles M. Hannum: `trap 0' does not work in ksh subshells. When
subshells exit normally, use unwind(LEXIT) instead of unwind(LLEAVE) so that
traps get executed.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/bin/ksh/exec.c

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



CVS commit: src/tests/bin/sh

2012-03-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 25 17:30:59 UTC 2012

Modified Files:
src/tests/bin/sh: t_exit.sh

Log Message:
ksh trap has been fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/bin/sh/t_exit.sh

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



CVS commit: src/bin/sh

2012-03-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 25 18:49:14 UTC 2012

Modified Files:
src/bin/sh: parser.c

Log Message:
PR/43597: Don't break from parsing word tokens in we are in double quotes.
Fixes: sh -c 'echo "${foo:="first-word"} second-word"'


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/bin/sh/parser.c

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



CVS commit: src/tests/bin/sh

2012-03-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 25 18:50:19 UTC 2012

Modified Files:
src/tests/bin/sh: t_varquote.sh

Log Message:
PR/43597 was fixed


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/bin/sh/t_varquote.sh

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



CVS commit: src/lib/libc/quad

2012-03-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 25 19:53:19 UTC 2012

Modified Files:
src/lib/libc/quad: floatunditf_ieee754.c

Log Message:
- change from size_t to unsigned int because we don't need the extra width
- cast to unsigned int results of quad ops


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/quad/floatunditf_ieee754.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/gen

2012-03-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 25 19:53:42 UTC 2012

Modified Files:
src/lib/libc/gen: fixunsgen_ieee754.c

Log Message:
cast RHS of >>= operation to unsigned int


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

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



CVS commit: src/bin/cp

2012-03-25 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Mar 25 22:37:08 UTC 2012

Modified Files:
src/bin/cp: cp.1

Log Message:
>From patch by Bug Hunting:
- bump the manpage's date (because of the next change);
- note that cp(1) does not preserve hard links (even with `-R'),
  and refer to pax(1) there as well as in the `SEE ALSO' section
  for such functionality (this change is based upon a similar note
  in FreeBSD's version of the manpage);
- change a wording, for more overall consistency.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/bin/cp/cp.1

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



CVS commit: src/sys/dev/bluetooth

2012-03-25 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon Mar 26 06:49:16 UTC 2012

Modified Files:
src/sys/dev/bluetooth: btsco.c

Log Message:
don't use mutex_spin*() on an IPL_NONE mutex.  fixes PR#46120.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/bluetooth/btsco.c

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