CVS commit: src/tests/fs/nfs

2010-07-28 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 28 19:23:01 UTC 2010 Modified Files: src/tests/fs/nfs: Makefile Log Message: install to right place. from pgoyette To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/fs/nfs/Makefile Please note that d

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

2010-07-28 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 28 20:08:45 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: setlist gods are not favorable to me today To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 src/distrib/sets/lists/tests/mi

CVS commit: src/libexec/lfs_cleanerd

2010-07-28 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 28 22:35:52 UTC 2010 Modified Files: src/libexec/lfs_cleanerd: Makefile.inc Log Message: always add to SRCS To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/libexec/lfs_cleanerd/Makefile.inc Please note th

CVS commit: src/libexec/lfs_cleanerd

2010-07-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 29 14:07:39 UTC 2010 Modified Files: src/libexec/lfs_cleanerd: lfs_cleanerd.c Log Message: Add a method for posting a semaphore when cleaner init has reached the main loop. This is useful for very quickly executed lfs runs

CVS commit: src/libexec/lfs_cleanerd

2010-07-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 29 14:09:45 UTC 2010 Modified Files: src/libexec/lfs_cleanerd: lfs_cleanerd.c Log Message: Do the semaphore trick only if the cleaner is run as a lib -- the standard installation doesn't get linked against librt or libpthre

CVS commit: src/tests/fs/common

2010-07-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 29 14:15:47 UTC 2010 Modified Files: src/tests/fs/common: Makefile Added Files: src/tests/fs/common: fstest_ext2fs.c fstest_ffs.c fstest_lfs.c fstest_msdosfs.c fstest_nfs.c fstest_puffs.c fstest_sysvbfs.c

CVS commit: src/tests/fs/common

2010-07-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 29 14:47:45 UTC 2010 Modified Files: src/tests/fs/common: Makefile fstest_lfs.c Log Message: Include & use lfs megamaid. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/fs/common/Makefile cvs rdiff -

CVS commit: src/tests/fs/common

2010-07-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 29 14:50:32 UTC 2010 Modified Files: src/tests/fs/common: fstest_lfs.c Log Message: whitespace To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/fs/common/fstest_lfs.c Please note that diffs are not p

CVS commit: src/sys/rump/librump/rumpkern

2010-07-29 Thread Antti Kantee
29 15:04:04 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: vm.c,v 1.85 2010/07/29 10:54:50 hannken Exp $ */ +/* $NetBSD: vm.c,v 1.86 2010/07/29 15:04:04 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -43,7 +43,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: vm.c,v

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

2010-07-29 Thread Antti Kantee
etBSD: if_shmem.c,v 1.11 2010/07/29 18:30:39 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.10 2009/11/30 11:14:58 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,

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

2010-07-29 Thread Antti Kantee
: if_shmem.c,v 1.12 2010/07/29 22:48:11 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.11 2010/07/29 18:30:39 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.12 2010

CVS commit: src/tests/fs/common

2010-07-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 30 10:23:26 UTC 2010 Modified Files: src/tests/fs/common: fstest_nfs.c Log Message: Wait for child (rumpnfsd) to die before declaring unmount successful. (yes, should be in delfs, but delfs doesn't work due to the cleanup h

CVS commit: src/tests/fs

2010-07-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 30 16:15:06 UTC 2010 Modified Files: src/tests/fs/common: fstest_ext2fs.c fstest_ffs.c fstest_lfs.c fstest_msdosfs.c fstest_nfs.c fstest_puffs.c fstest_sysvbfs.c fstest_tmpfs.c h_fsmacros.h sr

CVS commit: src/tests/fs/nfs/nfsservice

2010-07-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 30 21:10:44 UTC 2010 Modified Files: src/tests/fs/nfs/nfsservice: rumpnfsd.c Log Message: Revert macroization, as the default mountpath doesn't match the default export path. To generate a diff of this commit: cvs rdiff -

CVS commit: src/tests/fs/puffs

2010-07-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jul 31 17:11:45 UTC 2010 Modified Files: src/tests/fs/puffs: Makefile Added Files: src/tests/fs/puffs: t_fuzz.c Log Message: Fuzztest puffs mount. There are n different levels of testing: each one pours more and more s

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

2010-07-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jul 31 17:12:54 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: +tp To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/distrib/sets/lists/tests/mi Please note that diffs are not public

CVS commit: src/tests/fs

2010-08-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Aug 1 08:32:18 UTC 2010 Modified Files: src/tests/fs: Makefile Log Message: nfs now has tests in it, so need to convert from SUBDIR to TESTS_SUBDIR. Once again I failed to see that one coming. To generate a diff of this com

CVS commit: src/tests/fs/nfs

2010-08-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Aug 1 15:38:27 UTC 2010 Modified Files: src/tests/fs/nfs: t_mountd.c Log Message: * apparently operations can also fail with EIO and EOPNOTSUPP while mountd hup is in progress. strange, since I can't remember seeing those

CVS commit: src/tests/fs/puffs

2010-08-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 2 09:44:23 UTC 2010 Modified Files: src/tests/fs/puffs: t_fuzz.c Log Message: the old thread which does not return not returning a value undetectable to all but the sh3 compiler trick To generate a diff of this commit: c

CVS commit: src/tests/kernel

2010-08-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 2 10:29:48 UTC 2010 Modified Files: src/tests/kernel: Makefile Added Files: src/tests/kernel: t_filedesc.c Log Message: test case for PR kern/43694 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/

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

2010-08-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 2 10:29:58 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: +tp To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128 src/distrib/sets/lists/tests/mi Please note that diffs are not public

CVS commit: src/sys/rump/dev/lib/libsysmon

2010-08-03 Thread Antti Kantee
$ */ +/* $NetBSD: component.c,v 1.3 2010/08/03 19:55:17 pooka Exp $ */ /* * Copyright (c) 2010 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: component.c,v 1.2 2010/03/01 13:12:20 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: co

CVS commit: src/tests

2010-08-04 Thread Antti Kantee
u /dev/null src/tests/dev/audio/h_pad.c:1.1 --- /dev/null Wed Aug 4 13:15:15 2010 +++ src/tests/dev/audio/h_pad.c Wed Aug 4 13:15:15 2010 @@ -0,0 +1,76 @@ +/* $NetBSD: h_pad.c,v 1.1 2010/08/04 13:15:15 pooka Exp $ */ + +/* + * Copyright (c) 2010 Antti Kantee. All Rights Reserved. + * +

CVS commit: src/etc/mtree

2010-08-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 4 13:18:50 UTC 2010 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: dev + dev/audio test dirs To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/etc/mtree/NetBSD.dist.base Please note that di

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

2010-08-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 4 13:22:39 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: setlist lottery for dev/audio/pad test To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/distrib/sets/lists/tests/mi Pl

CVS commit: src/tests/dev/audio

2010-08-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 4 13:49:48 UTC 2010 Modified Files: src/tests/dev/audio: t_pad.sh Log Message: Update test program to deal with uuencoded golden data. XXX: is it not possible to use a pipeline in atf_check? To generate a diff of this co

CVS commit: src/sys/kern

2010-08-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 4 14:25:16 UTC 2010 Modified Files: src/sys/kern: kern_descrip.c Log Message: Remove overzealous KASSERT: the refcount can be non-zero if another thread attempts to use a non-open file descriptor. from ad fixes PR kern/4

CVS commit: src/tests/kernel

2010-08-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 4 14:26:18 UTC 2010 Modified Files: src/tests/kernel: t_filedesc.c Log Message: fixed in kern_descrip.c:1.204 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/kernel/t_filedesc.c Please note that di

CVS commit: src/tests/kernel

2010-08-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 4 14:28:28 UTC 2010 Modified Files: src/tests/kernel: t_filedesc.c Log Message: retain pr number in comment To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/kernel/t_filedesc.c Please note that diff

CVS commit: src/tests/dev/audio

2010-08-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 4 14:43:15 UTC 2010 Modified Files: src/tests/dev/audio: Makefile Log Message: need to update install filename too To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/dev/audio/Makefile Please note tha

CVS commit: src/tests/fs/nfs/nfsservice

2010-08-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Aug 5 16:47:59 UTC 2010 Modified Files: src/tests/fs/nfs/nfsservice: rumpnfsd.c Log Message: remove leftover debug printf To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/fs/nfs/nfsservice/rumpnfsd.c Pl

CVS commit: src/usr.sbin/puffs/mount_sysctlfs

2010-08-06 Thread Antti Kantee
Apr 11 15:08:17 2010 +++ src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c Fri Aug 6 15:04:13 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: sysctlfs.c,v 1.14 2010/04/11 15:08:17 pooka Exp $ */ +/* $NetBSD: sysctlfs.c,v 1.15 2010/08/06 15:04:13 pooka Exp $ */ /*- * Copyright (c) 2006, 2007 Antti Kantee.

CVS commit: src/usr.sbin/puffs/mount_sysctlfs

2010-08-06 Thread Antti Kantee
$ */ /*- * Copyright (c) 2006, 2007 Antti Kantee. All Rights Reserved. @@ -33,7 +33,7 @@ #include #ifndef lint -__RCSID("$NetBSD: sysctlfs.c,v 1.15 2010/08/06 15:04:13 pooka Exp $"); +__RCSID("$NetBSD: sysctlfs.c,v 1.16 2010/08/06 15:26:16 pooka Exp $"); #endif /* !lint */

CVS commit: src/sys/dev/sysmon

2010-08-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 6 16:02:56 UTC 2010 Modified Files: src/sys/dev/sysmon: swwdog.c Log Message: * fix logic inversion in swwdog_reboot (and the sysctl). * attach sysctl in constructor instead of as a link set to give it a chance to work i

CVS commit: src/tests/dev

2010-08-06 Thread Antti Kantee
6 16:13:26 2010 @@ -0,0 +1,166 @@ +/* $NetBSD: t_swwdog.c,v 1.1 2010/08/06 16:13:26 pooka Exp $ */ + +/* + * Copyright (c) 2010 Antti Kantee. All Rights Reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following

CVS commit: src/etc/mtree

2010-08-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 6 16:13:55 UTC 2010 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: +tests/dev/sysmon To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/etc/mtree/NetBSD.dist.base Please note that diffs are

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

2010-08-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 6 16:17:13 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: +tp To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/distrib/sets/lists/tests/mi Please note that diffs are not public

CVS commit: src/tests/net/config

2010-08-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 9 15:07:51 UTC 2010 Modified Files: src/tests/net/config: netconfig.c Log Message: add a simple pingtest To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/net/config/netconfig.c Please note that diff

CVS commit: src/tests/net/icmp

2010-08-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 9 15:08:43 UTC 2010 Modified Files: src/tests/net/icmp: Makefile Added Files: src/tests/net/icmp: t_ping.c Log Message: test that kernel reponds to ping To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2010-08-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 9 15:10:20 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: +tp To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 src/distrib/sets/lists/tests/mi Please note that diffs are not public

CVS commit: src/tests/net/config

2010-08-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 9 15:39:41 UTC 2010 Modified Files: src/tests/net/config: netconfig.c Log Message: may be __unused To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/net/config/netconfig.c Please note that diffs are

CVS commit: src/sys/ufs/ffs

2010-08-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 9 15:50:13 UTC 2010 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: Return error if we try to mount a file system with block size > MAXBSIZE. Note: there is a billion ways to make the kernel panic by trying to

CVS commit: src/sys/ufs/ffs

2010-08-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 9 17:12:18 UTC 2010 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: add a linefeed to the previous To generate a diff of this commit: cvs rdiff -u -r1.261 -r1.262 src/sys/ufs/ffs/ffs_vfsops.c Please note that

CVS commit: src/sbin/newfs

2010-08-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 9 17:20:57 UTC 2010 Modified Files: src/sbin/newfs: Makefile mkfs.c newfs.8 newfs.c Log Message: Add -G, which turns consistency check errors in warnings. The current testing purpose is to create a file system with block

CVS commit: src/tests/fs/ffs

2010-08-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 9 17:42:26 UTC 2010 Modified Files: src/tests/fs/ffs: t_mount.c Log Message: Check that mounting a file system with blocksize > MAXPHYS returns an error. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/te

CVS commit: src/tests/fs/common

2010-08-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 9 19:32:26 UTC 2010 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: allow overriding of defaults To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/tests/fs/common/h_fsmacros.h Please note

CVS commit: src/tests/fs/ffs

2010-08-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 9 19:34:59 UTC 2010 Modified Files: src/tests/fs/ffs: t_mount.c Log Message: * convert 48k fs image test to FSTEST_CON/DESTRO * make sure hugeblocksize doesn't accidentally succeed To generate a diff of this commit: cvs

CVS commit: src/tests/fs/ffs

2010-08-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 9 19:36:30 UTC 2010 Modified Files: src/tests/fs/ffs: t_mount.c Log Message: add comment saying why the other test doesn't use fstest To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/fs/ffs/t_mount.

CVS commit: src/sbin/newfs

2010-08-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 9 21:14:26 UTC 2010 Modified Files: src/sbin/newfs: newfs.c Log Message: Add -G to usage, omission pointed out by wiz. Also, make usage format nicer on a 80col terminal. To generate a diff of this commit: cvs rdiff -u -

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

2010-08-10 Thread Antti Kantee
:10 pooka Exp $ */ /* * Copyright (c) 2008 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_virt.c,v 1.18 2010/04/05 16:35:30 joerg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_virt.c,v 1.19 2010/08/10 18:06:10 pooka Exp $

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

2010-08-10 Thread Antti Kantee
/10 18:17:12 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,9 +28,10 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.12 2010/07/29 22:48:11 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.13 2010/08/10 18:

CVS commit: src/sys/rump/librump/rumpkern

2010-08-10 Thread Antti Kantee
$ */ /* * Copyright (c) 2008 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.29 2010/05/18 20:18:18 martin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.30 2010/08/10 19:16:04 pooka Exp $"); #include #include

CVS commit: src/sys/rump/librump/rumpkern

2010-08-10 Thread Antti Kantee
c/sys/rump/librump/rumpkern/intr.c Tue Aug 10 21:32:38 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: intr.c,v 1.30 2010/08/10 19:16:04 pooka Exp $ */ +/* $NetBSD: intr.c,v 1.31 2010/08/10 21:32:38 pooka Exp $ */ /* * Copyright (c) 2008 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */

CVS commit: src/sys/netinet

2010-08-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 10 21:46:12 UTC 2010 Modified Files: src/sys/netinet: ip_carp.c Log Message: Include opt_inet since this checks INET/INET6 To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/netinet/ip_carp.c Please no

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

2010-08-10 Thread Antti Kantee
$ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: component.c,v 1.3 2010/03/01 13:12:21 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: component.c,v 1.4 2010/08/10 21:48:23 pooka Exp $"); #include #inc

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

2010-08-10 Thread Antti Kantee
etBSD: component.c,v 1.3 2010/08/10 21:50:10 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: component.c,v 1.2 2010/03/01 13:12:21 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: component.c,v 1.3 2010/

CVS commit: src/tests/net

2010-08-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 10 21:55:28 UTC 2010 Modified Files: src/tests/net: Makefile Added Files: src/tests/net/carp: Makefile t_basic.c Log Message: Add a most elementary carp test: it forks off two processes, configures carp in each of t

CVS commit: src/etc/mtree

2010-08-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 10 21:56:24 UTC 2010 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: tests/net/carp To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/etc/mtree/NetBSD.dist.base Please note that diffs are not

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

2010-08-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 10 21:57:44 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: +tp To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 src/distrib/sets/lists/tests/mi Please note that diffs are not public

CVS commit: src/sys/netinet

2010-08-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 11 09:36:45 UTC 2010 Modified Files: src/sys/netinet: ip_carp.c Log Message: Use kpause() instead of DELAY() and sleep a minimum of 1 tick. This is possible now since softints have a thread context. It's also not a very fr

CVS commit: src/lib/librumpuser

2010-08-11 Thread Antti Kantee
$ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -27,7 +27,7 @@ #include #if !defined(lint) -__RCSID("$NetBSD: rumpuser.c,v 1.8 2010/06/09 14:08:17 pooka Exp $"); +__RCSID("$NetBSD: rumpuser.c,v 1.9 2010/08/11 10:25:59 pooka Exp $"); #endif /* !lint */

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

2010-08-11 Thread Antti Kantee
:12 pooka Exp $ */ +/* $NetBSD: if_shmem.c,v 1.14 2010/08/11 10:30:30 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.13 2010/08/10 18:17:12 pooka Exp $"); +__KERNEL_RCSID(0

CVS commit: src/sys/netinet

2010-08-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 11 11:06:42 UTC 2010 Modified Files: src/sys/netinet: ip_carp.c Log Message: ahem, min -> max in previous To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/netinet/ip_carp.c Please note that diffs are

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

2010-08-11 Thread Antti Kantee
2010/08/11 10:30:30 pooka Exp $ */ +/* $NetBSD: if_shmem.c,v 1.15 2010/08/11 12:10:39 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.14 2010/08/11 10:30:30 pooka Exp $"); +__KE

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

2010-08-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 11 12:41:09 UTC 2010 Added Files: src/sys/rump/net/lib/libshmif: dumpbus.c Log Message: Add a little utility to convert shmif bus traffic to a pcap file which can be then examined with tcpdump -r, wireshark, etc. To gener

CVS commit: src/tests/net/carp

2010-08-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 11 13:10:03 UTC 2010 Modified Files: src/tests/net/carp: t_basic.c Log Message: Put some sleeps between forking the hosts. Otherwise a race may be triggered which appears to cause one host to go berzerk with sending carp a

CVS commit: src/sys/modules/acpiverbose

2010-08-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 11 14:50:39 UTC 2010 Modified Files: src/sys/modules/acpiverbose: Makefile Added Files: src/sys/modules/acpiverbose: ACPIVERBOSE.ioconf Log Message: Define ioconf to create locators.h, which is now required by acpiv

CVS commit: src/tests/fs/puffs/h_dtfs

2010-08-12 Thread Antti Kantee
/dtfs_vfsops.c:1.1 Tue Jul 6 14:16:44 2010 +++ src/tests/fs/puffs/h_dtfs/dtfs_vfsops.c Thu Aug 12 09:22:14 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: dtfs_vfsops.c,v 1.1 2010/07/06 14:16:44 pooka Exp $ */ +/* $NetBSD: dtfs_vfsops.c,v 1.2 2010/08/12 09:22:14 pooka Exp $ */ /* * Copyright (c) 2006 Antti

CVS commit: src/tests/fs/vfs

2010-08-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Aug 12 09:34:16 UTC 2010 Modified Files: src/tests/fs/vfs: t_vfsops.c Log Message: Add test case for fhopenining a removed file. This fails on msdosfs and lfs and causes a kernel panic on nfs. I'll fix nfs soon and file a PR

CVS commit: src/sys/nfs

2010-08-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Aug 12 09:41:11 UTC 2010 Modified Files: src/sys/nfs: nfs_vfsops.c Log Message: Do not return a garbage vnode in vpp if fhtovp fails. Fixes PR kern/43745 for nfs. To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.2

CVS commit: src/tests/fs/vfs

2010-08-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Aug 12 09:42:53 UTC 2010 Modified Files: src/tests/fs/vfs: t_vfsops.c Log Message: Fill in PR kern/43745 now that it exists. lfs_tfhremove: Expected failure: fhopen() for removed file succeeds (PR kern/43745): t_vfsops.c:

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

2010-08-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Aug 12 17:00:41 UTC 2010 Modified Files: src/sys/rump/net/lib/libshmif: dumpbus.c Log Message: pass Wall To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/rump/net/lib/libshmif/dumpbus.c Please note that di

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

2010-08-12 Thread Antti Kantee
.c:1.16 --- src/sys/rump/net/lib/libshmif/if_shmem.c:1.15 Wed Aug 11 12:10:39 2010 +++ src/sys/rump/net/lib/libshmif/if_shmem.c Thu Aug 12 17:33:55 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: if_shmem.c,v 1.15 2010/08/11 12:10:39 pooka Exp $ */ +/* $NetBSD: if_shmem.c,v 1.16 2010/08/12 17:33:55 pooka Exp

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

2010-08-12 Thread Antti Kantee
18:17:23 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: if_shmem.c,v 1.16 2010/08/12 17:33:55 pooka Exp $ */ +/* $NetBSD: if_shmem.c,v 1.17 2010/08/12 18:17:23 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v

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

2010-08-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Aug 12 18:22:40 UTC 2010 Modified Files: src/sys/rump/net/lib/libshmif: dumpbus.c Log Message: Recognize ``-'' for stdout. allows piping output to tcpdump -r - To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/

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

2010-08-12 Thread Antti Kantee
Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.17 2010/08/12 18:17:23 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.18 2010/08/12 18:39:54 pooka Exp $"); #include #include @@ -

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

2010-08-12 Thread Antti Kantee
/rump/net/lib/libshmif/if_shmem.c diff -u src/sys/rump/net/lib/libshmif/if_shmem.c:1.18 src/sys/rump/net/lib/libshmif/if_shmem.c:1.19 --- src/sys/rump/net/lib/libshmif/if_shmem.c:1.18 Thu Aug 12 18:39:54 2010 +++ src/sys/rump/net/lib/libshmif/if_shmem.c Thu Aug 12 21:41:47 2010 @@ -1,4 +1,4 @

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

2010-08-13 Thread Antti Kantee
rump/net/lib/libshmif/if_shmem.c:1.19 Thu Aug 12 21:41:47 2010 +++ src/sys/rump/net/lib/libshmif/if_shmem.c Fri Aug 13 10:13:44 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: if_shmem.c,v 1.19 2010/08/12 21:41:47 pooka Exp $ */ +/* $NetBSD: if_shmem.c,v 1.20 2010/08/13 10:13:44 pooka Exp $ */ /* * Copyright (c

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

2010-08-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 13 11:45:47 UTC 2010 Modified Files: src/sys/rump/net/lib/libshmif: dumpbus.c Log Message: truncate pcap output file To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/rump/net/lib/libshmif/dumpbus.c Ple

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

2010-08-15 Thread Antti Kantee
5 18:40:41 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.20 2010/08/13 10:13:44 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.21 2010/08/15 18:40:41 p

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

2010-08-15 Thread Antti Kantee
:38 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: shmif_busops.c,v 1.2 2010/08/13 10:13:44 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: shmif_busops.c,v 1.3 2010/08/15 18:

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

2010-08-15 Thread Antti Kantee
$ */ +/* $NetBSD: if_shmem.c,v 1.22 2010/08/15 18:48:38 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.21 2010/08/15 18:40:41 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_shme

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

2010-08-15 Thread Antti Kantee
/libshmif/if_shmem.c Sun Aug 15 18:55:03 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: if_shmem.c,v 1.22 2010/08/15 18:48:38 pooka Exp $ */ +/* $NetBSD: if_shmem.c,v 1.23 2010/08/15 18:55:03 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include

CVS commit: src/sys/rump/librump/rumpkern

2010-08-15 Thread Antti Kantee
7 Sun Jul 11 16:20:39 2010 +++ src/sys/rump/librump/rumpkern/scheduler.c Sun Aug 15 20:23:04 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: scheduler.c,v 1.17 2010/07/11 16:20:39 pooka Exp $ */ +/* $NetBSD: scheduler.c,v 1.18 2010/08/15 20:23:04 pooka Exp $ */ /* * Copyright (c) 2010 Antti Kantee.

CVS commit: src/sys/rump/librump/rumpkern

2010-08-15 Thread Antti Kantee
$ */ /* * Copyright (c) 2008 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.31 2010/08/10 21:32:38 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.32 2010/08/15 21:28:33 pooka Exp $"); #include #inclu

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

2010-08-15 Thread Antti Kantee
) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.23 2010/08/15 18:55:03 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.24 2010/08/15 21:41:39 pooka Exp $"); #include #include @@ -227,7 +227,7 @

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

2010-08-15 Thread Antti Kantee
Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.24 2010/08/15 21:41:39 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.25 2010/08/15 21:57:58 pooka Exp $"); #include #include @@ -225,7 +225,7 @@

CVS commit: src/tests

2010-08-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 16 10:46:20 UTC 2010 Modified Files: src/tests: h_macros.h src/tests/fs/puffs: t_fuzz.c Log Message: Make random garbage more widely available. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests

CVS commit: src/tests/fs/vfs

2010-08-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 16 10:47:16 UTC 2010 Modified Files: src/tests/fs/vfs: t_vfsops.c Log Message: Add a test case which tries to fhopen() a file handle filled with random garbage. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/share/man/man5

2010-08-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 16 12:54:20 UTC 2010 Modified Files: src/share/man/man5: forward.5 Log Message: Use @NetBSD.org example addresses. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man5/forward.5 Please note that

CVS commit: src/tests

2010-08-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 16 17:01:43 UTC 2010 Modified Files: src/tests: h_macros.h Log Message: Need stdlib.h. Thanks to Sverre Froyen for pointing this out. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/h_macros.h Plea

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

2010-08-16 Thread Antti Kantee
: if_shmem.c,v 1.26 2010/08/16 17:33:52 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.25 2010/08/15 21:57:58 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.2

CVS commit: src/libexec/lfs_cleanerd

2010-08-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 16 22:11:55 UTC 2010 Modified Files: src/libexec/lfs_cleanerd: lfs_cleanerd.c Log Message: Don't exit when running as a lib after FS is unmounted, just return from the mainloop. To generate a diff of this commit: cvs rdif

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

2010-08-17 Thread Antti Kantee
if_shmem.c:1.26 Mon Aug 16 17:33:52 2010 +++ src/sys/rump/net/lib/libshmif/if_shmem.c Tue Aug 17 11:35:23 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: if_shmem.c,v 1.26 2010/08/16 17:33:52 pooka Exp $ */ +/* $NetBSD: if_shmem.c,v 1.27 2010/08/17 11:35:23 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kant

CVS commit: src/tests/fs/vfs

2010-08-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 17 11:46:16 UTC 2010 Modified Files: src/tests/fs/vfs: Makefile Added Files: src/tests/fs/vfs: t_full.c Log Message: Add test which fills up the file system and expects ENOSPC. To generate a diff of this commit: c

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

2010-08-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 17 11:47:27 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: +tp To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 src/distrib/sets/lists/tests/mi Please note that diffs are not public

CVS commit: src/tests/net/config

2010-08-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 17 12:04:34 UTC 2010 Modified Files: src/tests/net/config: netconfig.c Log Message: * add interface for virtif creation (in addition to the already present shmif) * don't leak sockets To generate a diff of this commit: cv

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

2010-08-17 Thread Antti Kantee
++ src/sys/rump/net/lib/libshmif/shmif_busops.c Tue Aug 17 12:59:53 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: shmif_busops.c,v 1.6 2010/08/17 11:35:23 pooka Exp $ */ +/* $NetBSD: shmif_busops.c,v 1.7 2010/08/17 12:59:53 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -

CVS commit: src/tests/net/icmp

2010-08-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 17 15:51:11 UTC 2010 Modified Files: src/tests/net/icmp: t_ping.c Log Message: add a test which floodpings another host To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/net/icmp/t_ping.c Please note

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

2010-08-17 Thread Antti Kantee
shmif/if_shmem.c Tue Aug 17 20:42:47 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: if_shmem.c,v 1.27 2010/08/17 11:35:23 pooka Exp $ */ +/* $NetBSD: if_shmem.c,v 1.28 2010/08/17 20:42:47 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include -__KERNEL_RC

<    3   4   5   6   7   8   9   10   11   12   >