CVS commit: src/tests/fs/psshfs

2013-03-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Mar 16 07:54:04 UTC 2013 Modified Files: src/tests/fs/psshfs: t_psshfs.sh Log Message: Use /bin/sh for a temporary script instead of querying the name of the shell from atf-config. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/usb

2013-03-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Mar 16 12:05:03 UTC 2013 Modified Files: src/sys/dev/usb: dwc_otg.c Log Message: Fix misunderstanding of how to handle wMaxPacketSize. The *_host_{setup,data}_[tr]x routines already split transfers into mps units, so there

CVS commit: src/sys

2013-03-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Mar 16 15:48:21 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: std.rpi src/sys/dev/usb: if_urtwnvar.h Log Message: As a workaround for the Raspberry PI, only allow 1 TX transfer to be active at once. XXX This

CVS commit: src/distrib/utils/sysinst

2013-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 16 17:10:18 UTC 2013 Modified Files: src/distrib/utils/sysinst: defs.h msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl util.c Log Message: add debugging sets To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/rump/net/lib/libvirtif

2013-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 16 21:37:04 UTC 2013 Modified Files: src/sys/rump/net/lib/libvirtif: rumpcomp_user.c Log Message: fix the build! To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/rump

2013-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 16 21:38:21 UTC 2013 Modified Files: src/sys/rump: Makefile.rump Log Message: Fix the build w/o DESTDIR To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/rump/Makefile.rump Please note that diffs

CVS commit: src/distrib/utils/sysinst

2013-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 16 22:16:02 UTC 2013 Modified Files: src/distrib/utils/sysinst: defs.h util.c Log Message: fix debugging sets To generate a diff of this commit: cvs rdiff -u -r1.164 -r1.165 src/distrib/utils/sysinst/defs.h cvs rdiff

CVS commit: src/tools/binstall

2013-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 16 22:32:50 UTC 2013 Modified Files: src/tools/binstall: Makefile Log Message: no man pages for tools build. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tools/binstall/Makefile Please note that

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

2013-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 16 23:04:23 UTC 2013 Modified Files: src/sys/arch/sparc64/include: asm.h locore.h Log Message: move the useful macros somewhere where they can be used in userland. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/doc

2013-03-16 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Mar 16 23:35:02 UTC 2013 Removed Files: src/doc: NetBSD-6 Log Message: NetBSD 6.0 was released several months ago; time to garbage collect this document. It's not clear that src/doc is the best place to manage this information;

CVS commit: src/sys/rump

2013-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 16 23:37:43 UTC 2013 Modified Files: src/sys/rump: Makefile.rump Log Message: uniquefy, really should fix this so there are no dup rules. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76

CVS commit: src/sys/rump

2013-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 16 23:51:39 UTC 2013 Modified Files: src/sys/rump: Makefile.rump Log Message: order too To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/rump/Makefile.rump Please note that diffs are not public

CVS commit: src/common/lib/libc/arch/sparc64/string

2013-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 17 00:42:32 UTC 2013 Added Files: src/common/lib/libc/arch/sparc64/string: memcpy.S memset.S strmacros.h Log Message: Use a single copy of the source. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/lib/libc/arch/sparc64/string

2013-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 17 00:43:46 UTC 2013 Removed Files: src/lib/libc/arch/sparc64/string: memcpy.S memset.S Log Message: now live in common/lib/libc/arch/sparc64/string To generate a diff of this commit: cvs rdiff -u -r1.5 -r0

CVS commit: src/sys/arch/sparc64/conf

2013-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 17 00:44:16 UTC 2013 Modified Files: src/sys/arch/sparc64/conf: files.sparc64 Log Message: no more duplicate copy of the memcpy code. To generate a diff of this commit: cvs rdiff -u -r1.140 -r1.141

CVS commit: src/sys/arch/sparc64/sparc64

2013-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 17 00:45:03 UTC 2013 Removed Files: src/sys/arch/sparc64/sparc64: memcpyset.s Log Message: now in common/lib/libc/arch/sparc64/string To generate a diff of this commit: cvs rdiff -u -r1.3 -r0

CVS commit: src/sys/lib/libkern

2013-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 17 00:47:14 UTC 2013 Modified Files: src/sys/lib/libkern: Makefile.libkern Log Message: undo sparc64 kludge To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/lib/libkern/Makefile.libkern Please

CVS commit: src/sys/rump

2013-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 17 01:13:01 UTC 2013 Modified Files: src/sys/rump: Makefile.rump Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/rump/Makefile.rump Please note that diffs are not public

CVS commit: src/tests/fs/tmpfs

2013-03-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Mar 17 01:16:45 UTC 2013 Modified Files: src/tests/fs/tmpfs: h_funcs.subr Log Message: Simplify test_mount and log errors. If mount_tmpfs fails, show what the stderr output of the command was instead of failing without

CVS commit: src/common/lib/libc/arch/sparc64/string

2013-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 17 02:12:41 UTC 2013 Modified Files: src/common/lib/libc/arch/sparc64/string: memset.S Log Message: add RCSID; use clr for pattern To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/common/lib/libc/arch/sparc64/string

2013-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 17 02:13:10 UTC 2013 Modified Files: src/common/lib/libc/arch/sparc64/string: memcpy.S Log Message: Add RCSID Fix out of date comment To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2013-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 17 02:23:31 UTC 2013 Modified Files: src/tests/lib/libc/string: t_memcpy.c t_memset.c Log Message: check return values To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/string/t_memcpy.c

CVS commit: src/tests/fs/vfs

2013-03-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Mar 17 02:48:31 UTC 2013 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: Fix the t_renamerace:lfs_renamerace_dirs test on fast machines. This test was failing on my machine when run natively but not causing any

CVS commit: src/tests/ipf

2013-03-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Mar 17 03:00:05 UTC 2013 Modified Files: src/tests/ipf: t_filter_exec.sh t_filter_parse.sh t_nat_exec.sh Log Message: Mark some long-standing failures as known failures. The offending tests are these: - t_filter_exec: f26,

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

2013-03-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Mar 17 04:36:00 UTC 2013 Modified Files: src/tests/lib/libc/c063: t_fexecve.c Log Message: fexecve is not implemented, so mark the test as an expected failure. While doing this, clean this whole thing: do not define a useless

CVS commit: src/sys/lib/libkern/arch/sparc

2013-03-16 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sun Mar 17 04:45:47 UTC 2013 Modified Files: src/sys/lib/libkern/arch/sparc: Makefile.inc Log Message: Revert previous. christos fixed the root cause. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

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

2013-03-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Mar 17 04:46:07 UTC 2013 Modified Files: src/tests/lib/libc/c063: t_faccessat.c t_fchmodat.c t_fchownat.c t_fstatat.c t_linkat.c t_mkdirat.c t_mkfifoat.c t_mknodat.c t_o_search.c t_openat.c t_readlinkat.c

CVS commit: src/sys/lib/libkern/arch/sparc64

2013-03-16 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sun Mar 17 04:47:17 UTC 2013 Modified Files: src/sys/lib/libkern/arch/sparc64: Makefile.inc Log Message: Remove duplicate source files. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

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

2013-03-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Mar 17 05:02:14 UTC 2013 Modified Files: src/tests/lib/libc/locale: t_io.c Log Message: Mark two routinely-broken tests as expected failures referencing PR lib/47660. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/tests/lib/libpthread

2013-03-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Mar 17 05:13:13 UTC 2013 Modified Files: src/tests/lib/libpthread: t_cond.c Log Message: Try to trigger the cond_timedwait_race race several times. Sometime this tests passes (after all, it's exercising a race condition) and

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

2013-03-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Mar 17 05:47:48 UTC 2013 Modified Files: src/tests/lib/libc/gen: t_sleep.c Log Message: Do not special-case qemu when expecting the failure due to PR kern/43997. I am sporadically observing this in my real machine as well.

CVS commit: src/external/bsd/kyua-testers/dist

2013-03-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Mar 17 05:56:47 UTC 2013 Modified Files: src/external/bsd/kyua-testers/dist: fs_test.c Log Message: Apply upstream change 1b82d0fe146031526b73454cc64bca7ee1f5b87a: Fix fs_test:cleanup__mount_point__busy The first call to