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.
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 publ
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
Ple
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
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.
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 sr
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 subj
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: re
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):
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
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
Pl
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/sparc
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/
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 di
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 b
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
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
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
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 dif
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 ar
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 genera
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_i
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 ref
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/bluet
24 matches
Mail list logo