CVS commit: src

2013-07-03 Thread Antti Kantee
+++ src/share/man/man4/virt.4 Wed Jul 3 19:21:12 2013 @@ -1,4 +1,4 @@ -.\ $NetBSD: virt.4,v 1.2 2010/11/17 18:03:49 wiz Exp $ +.\ $NetBSD: virt.4,v 1.3 2013/07/03 19:21:12 pooka Exp $ .\ .\ Copyright (c) 2010 Antti Kantee .\ All rights reserved. @@ -23,22 +23,16 @@ .\ INCLUDING NEGLIGENCE

CVS commit: src/sys/rump

2013-07-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 3 19:22:22 UTC 2013 Modified Files: src/sys/rump/include/rump: rumpnet_if_pub.h src/sys/rump/librump/rumpnet: rumpnet_if_priv.h rumpnet_if_wrappers.c Log Message: regen To generate a diff of this commit: cvs

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

2013-07-03 Thread Antti Kantee
:01 pooka Exp $ */ +/* $NetBSD: if_virt.c,v 1.34 2013/07/03 19:23:46 pooka Exp $ */ /* * Copyright (c) 2008, 2013 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: if_virt.c,v 1.33 2013/07/03 15:08:01 pooka Exp $); +__KERNEL_RCSID(0

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

2013-07-03 Thread Antti Kantee
Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: if_virt.c,v 1.34 2013/07/03 19:23:46 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: if_virt.c,v 1.35 2013/07/03 20:17:07 pooka Exp $); #include sys/param.h #include sys/condvar.h @@ -88,7

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

2013-06-30 Thread Antti Kantee
: component.c,v 1.6 2013/06/30 16:04:36 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: component.c,v 1.5 2011/01/11 09:24:06 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: component.c,v 1.6 2013/06/30

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

2013-06-26 Thread Antti Kantee
Wed Jun 26 17:10:23 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: net_stub.c,v 1.13 2012/08/05 15:36:19 pooka Exp $ */ +/* $NetBSD: net_stub.c,v 1.14 2013/06/26 17:10:23 pooka Exp $ */ /* * Copyright (c) 2008 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID

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

2013-06-14 Thread Antti Kantee
) 2009, 2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: if_shmem.c,v 1.55 2013/06/14 05:56:29 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: if_shmem.c,v 1.56 2013/06/14 05:59:50 pooka Exp $); #include sys/param.h #include sys/atomic.h

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

2013-06-13 Thread Antti Kantee
: rumpfs.c,v 1.117 2013/06/14 05:54:04 pooka Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: rumpfs.c,v 1.116 2013/06/12 12:14:35 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: rumpfs.c,v 1.117 2013

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

2013-06-13 Thread Antti Kantee
+1,4 @@ -/* $NetBSD: if_shmem.c,v 1.54 2013/05/01 06:58:36 pooka Exp $ */ +/* $NetBSD: if_shmem.c,v 1.55 2013/06/14 05:56:29 pooka Exp $ */ /* * Copyright (c) 2009, 2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: if_shmem.c,v

CVS commit: src/tests/fs/vfs

2013-06-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jun 12 12:08:08 UTC 2013 Modified Files: src/tests/fs/vfs: t_io.c Log Message: Fix the test for rumpfs on amd64 by adding a creation mode to open(). thanks to gson for the prod. To generate a diff of this commit: cvs rdiff

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

2013-06-12 Thread Antti Kantee
, 2010, 2011 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: rumpfs.c,v 1.115 2013/06/10 14:15:03 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: rumpfs.c,v 1.116 2013/06/12 12:14:35 pooka Exp $); #include sys/param.h #include sys/atomic.h

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

2013-06-10 Thread Antti Kantee
$ */ /* * Copyright (c) 2009, 2010, 2011 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: rumpfs.c,v 1.114 2013/04/30 00:03:54 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: rumpfs.c,v 1.115 2013/06/10 14:15:03 pooka Exp $); #include sys

CVS commit: src/sys/kern

2013-06-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jun 10 14:53:52 UTC 2013 Modified Files: src/sys/kern: kern_proc.c Log Message: g/c unused static variable To generate a diff of this commit: cvs rdiff -u -r1.186 -r1.187 src/sys/kern/kern_proc.c Please note that diffs are

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

2013-06-10 Thread Antti Kantee
/06/10 19:48:22 pooka Exp $ */ /* * Copyright (c) 2008 Antti Kantee. All Rights Reserved. @@ -29,7 +29,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: rump_vfs.c,v 1.76 2013/04/29 19:31:46 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: rump_vfs.c,v 1.77 2013/06/10 19:48:22 pooka Exp

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

2013-06-04 Thread Antti Kantee
:18:48 pooka Exp $ */ +/* $NetBSD: rumpcomp_user.c,v 1.12 2013/06/04 14:54:34 pooka Exp $ */ /*- * Copyright (c) 2009, 2010 Antti Kantee. All Rights Reserved. @@ -137,6 +137,7 @@ rumpcomp_shmif_watchsetup(int *inotifyp, goto out; } rv = 0; + *inotifyp = inotify; out: return

CVS commit: src/lib/librumpuser

2013-06-04 Thread Antti Kantee
) 2009 Antti Kantee. All Rights Reserved. @@ -40,7 +40,7 @@ #include rumpuser_port.h #if !defined(lint) -__RCSID($NetBSD: rumpuser_dl.c,v 1.18 2013/04/29 18:00:20 pooka Exp $); +__RCSID($NetBSD: rumpuser_dl.c,v 1.19 2013/06/04 15:17:28 pooka Exp $); #endif /* !lint */ #include sys/types.h

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

2013-06-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jun 1 10:54:24 UTC 2013 Modified Files: src/sys/rump/net/lib/libnet: Makefile src/sys/rump/net/lib/libnetinet: Makefile.inc Log Message: cosmetic: put portalgo.c in the conceptually right place To generate a diff of

CVS commit: src/sys/netinet

2013-06-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jun 1 11:01:48 UTC 2013 Modified Files: src/sys/netinet: portalgo.c Log Message: Give portalgo a compile-time override; for cases where the default default doesn't make enough sense to even consider it (a lot of outgoing

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

2013-06-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jun 1 11:02:42 UTC 2013 Modified Files: src/sys/rump/net/lib/libnetinet: Makefile.inc Log Message: default portalgo to random_start, for less connections from port 65535 To generate a diff of this commit: cvs rdiff -u -r1.9

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

2013-06-01 Thread Antti Kantee
:37 pooka Exp $ */ /* * Copyright (c) 2008, 2009 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: sockin.c,v 1.31 2013/06/01 10:10:57 stacktic Exp $); +__KERNEL_RCSID(0, $NetBSD: sockin.c,v 1.32 2013/06/01 11:44:37 pooka Exp

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

2013-06-01 Thread Antti Kantee
: rumpcomp_user.c,v 1.7 2013/06/01 11:46:14 pooka Exp $ */ /* * Copyright (c) 2008 Antti Kantee. All Rights Reserved. @@ -25,13 +25,18 @@ * SUCH DAMAGE. */ +/* for struct msghdr content visibility */ +#define _XOPEN_SOURCE 4 +#define _XOPEN_SOURCE_EXTENDED 1 + #ifndef _KERNEL #include sys/types.h

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

2013-06-01 Thread Antti Kantee
, 2009 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: sockin.c,v 1.32 2013/06/01 11:44:37 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: sockin.c,v 1.33 2013/06/01 20:22:27 pooka Exp $); #include sys/param.h #include sys/condvar.h @@ -236,7

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

2013-05-31 Thread Antti Kantee
:1.269 Wed May 15 14:07:26 2013 +++ src/sys/rump/librump/rumpkern/rump.c Fri May 31 16:16:40 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: rump.c,v 1.269 2013/05/15 14:07:26 pooka Exp $ */ +/* $NetBSD: rump.c,v 1.270 2013/05/31 16:16:40 pooka Exp $ */ /* * Copyright (c) 2007-2011 Antti Kantee. All Rights

CVS commit: src/lib/librump

2013-05-31 Thread Antti Kantee
2 13:03:29 2011 +++ src/lib/librump/rump_lwproc.3 Fri May 31 16:25:24 2013 @@ -1,4 +1,4 @@ -.\ $NetBSD: rump_lwproc.3,v 1.4 2011/01/02 13:03:29 pooka Exp $ +.\ $NetBSD: rump_lwproc.3,v 1.5 2013/05/31 16:25:24 pooka Exp $ .\ .\ Copyright (c) 2010 Antti Kantee. All rights reserved

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

2013-05-20 Thread Antti Kantee
/30 12:39:21 pooka Exp $ */ +/* $NetBSD: rumpcomp_user.c,v 1.6 2013/05/20 10:24:26 pooka Exp $ */ /* * Copyright (c) 2013 Antti Kantee. All Rights Reserved. @@ -114,6 +114,7 @@ rumpcomp_virtif_create(int devnum, struc goto out; } viu-viu_dying = 0; + rv = 0; out

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

2013-05-15 Thread Antti Kantee
pooka Exp $ */ /* * Copyright (c) 2009, 2010 Antti Kantee. All Rights Reserved. @@ -34,7 +34,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: ltsleep.c,v 1.31 2013/04/28 13:37:52 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: ltsleep.c,v 1.32 2013/05/15 12:49:33 pooka Exp $); #include

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

2013-05-15 Thread Antti Kantee
) 2009, 2010 Antti Kantee. All Rights Reserved. @@ -34,7 +34,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: ltsleep.c,v 1.32 2013/05/15 12:49:33 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: ltsleep.c,v 1.33 2013/05/15 13:58:14 pooka Exp $); #include sys/param.h #include sys/kernel.h

CVS commit: src

2013-05-15 Thread Antti Kantee
:26 2013 @@ -1,4 +1,4 @@ -.\ $NetBSD: rumpuser.3,v 1.9 2013/05/03 20:27:16 wiz Exp $ +.\ $NetBSD: rumpuser.3,v 1.10 2013/05/15 14:07:26 pooka Exp $ .\ .\ Copyright (c) 2013 Antti Kantee. All rights reserved. .\ @@ -23,7 +23,7 @@ .\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED

CVS commit: src

2013-05-15 Thread Antti Kantee
Wed May 15 14:07:26 2013 +++ src/lib/librumpuser/rumpuser.3 Wed May 15 14:52:49 2013 @@ -1,4 +1,4 @@ -.\ $NetBSD: rumpuser.3,v 1.10 2013/05/15 14:07:26 pooka Exp $ +.\ $NetBSD: rumpuser.3,v 1.11 2013/05/15 14:52:49 pooka Exp $ .\ .\ Copyright (c) 2013 Antti Kantee. All rights reserved

CVS commit: src

2013-05-15 Thread Antti Kantee
2013/05/15 14:58:24 pooka Exp $ .\ .\ Copyright (c) 2013 Antti Kantee. All rights reserved. .\ @@ -197,7 +197,7 @@ respectively. .Pp .Ft void .Fo rumpuser_bio -.Fa int fd int op void *data size_t dlen off_t off +.Fa int fd int op void *data size_t dlen int64_t off .Fa rump_biodone_fn biodone

CVS commit: src

2013-05-15 Thread Antti Kantee
15:57:01 2013 @@ -1,4 +1,4 @@ -.\ $NetBSD: rumpuser.3,v 1.12 2013/05/15 14:58:24 pooka Exp $ +.\ $NetBSD: rumpuser.3,v 1.13 2013/05/15 15:57:01 pooka Exp $ .\ .\ Copyright (c) 2013 Antti Kantee. All rights reserved. .\ @@ -280,6 +280,51 @@ results in undefined behavior. .It Fa retv

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

2013-05-15 Thread Antti Kantee
:57:01 pooka Exp $ */ +/* $NetBSD: rumpuser.h,v 1.108 2013/05/15 16:00:04 pooka Exp $ */ /* * Copyright (c) 2007-2013 Antti Kantee. All Rights Reserved. @@ -42,7 +42,11 @@ struct lwp; * init */ -#define RUMPUSER_VERSION 16 +/* + * Bumping this causes all kinds of havoc for implementations

CVS commit: src/sys/fs/sysvbfs

2013-05-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed May 15 16:44:03 UTC 2013 Modified Files: src/sys/fs/sysvbfs: sysvbfs_vnops.c Log Message: Don't change a read-only file system. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/fs/sysvbfs/sysvbfs_vnops.c

CVS commit: src/lib/librumpuser

2013-05-15 Thread Antti Kantee
:1.13 Wed May 15 15:57:01 2013 +++ src/lib/librumpuser/rumpuser.3 Wed May 15 17:53:09 2013 @@ -1,4 +1,4 @@ -.\ $NetBSD: rumpuser.3,v 1.13 2013/05/15 15:57:01 pooka Exp $ +.\ $NetBSD: rumpuser.3,v 1.14 2013/05/15 17:53:09 pooka Exp $ .\ .\ Copyright (c) 2013 Antti Kantee. All rights

CVS commit: src/sys/rump

2013-05-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed May 15 19:30:46 UTC 2013 Modified Files: src/sys/rump: VERSION Log Message: bump version for rumpuser changes To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/rump/VERSION Please note that diffs are not

CVS commit: src/lib

2013-05-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed May 15 20:27:00 UTC 2013 Modified Files: src/lib/librumpclient: Makefile src/lib/librumpuser: Makefile Log Message: Make it possible for external parties to specify additional dplibs. This is useful for example on

CVS commit: src/lib/librumpuser

2013-05-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed May 15 20:47:20 UTC 2013 Modified Files: src/lib/librumpuser: Makefile Log Message: also, bsd.own.mk to pick up mk.conf To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/librumpuser/Makefile Please note

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

2013-05-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed May 15 21:39:30 UTC 2013 Modified Files: src/sys/rump/kern/lib/libsys_cygwin: syscalls.master src/sys/rump/kern/lib/libsys_sunos: syscalls.master Log Message: Support utimes/futimes. Makes at least fsu_touch work on

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

2013-05-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed May 15 21:41:25 UTC 2013 Modified Files: src/sys/rump/kern/lib/libsys_cygwin: rump_cygwin_syscall.h rump_cygwin_syscallargs.h rump_cygwin_syscalls.c rump_cygwin_sysent.c

CVS commit: src/sys/rump

2013-05-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed May 15 21:53:27 UTC 2013 Modified Files: src/sys/rump: VERSION Log Message: one more bump for the recent changes To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/rump/VERSION Please note that diffs are

CVS commit: src/sys/kern

2013-05-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed May 8 11:08:46 UTC 2013 Modified Files: src/sys/kern: uipc_mbuf.c Log Message: print more diagnostic info in panic message To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149 src/sys/kern/uipc_mbuf.c Please

CVS commit: src/lib/librumpuser

2013-05-07 Thread Antti Kantee
+1,4 @@ -/* $NetBSD: rumpuser_bio.c,v 1.5 2013/04/29 14:54:03 pooka Exp $ */ +/* $NetBSD: rumpuser_bio.c,v 1.6 2013/05/07 15:18:35 pooka Exp $ */ /*- * Copyright (c) 2013 Antti Kantee. All Rights Reserved. @@ -32,6 +32,7 @@ #include assert.h #include errno.h #include pthread.h +#include

CVS commit: src/lib/librumpuser

2013-05-07 Thread Antti Kantee
$ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -29,7 +29,7 @@ #include sys/cdefs.h #if !defined(lint) -__RCSID($NetBSD: rumpuser_pth_dummy.c,v 1.13 2013/05/02 19:14:59 pooka Exp $); +__RCSID($NetBSD: rumpuser_pth_dummy.c,v 1.14 2013/05/07 15:37:05 pooka Exp $); #endif

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

2013-05-07 Thread Antti Kantee
2013/05/07 16:18:48 pooka Exp $ */ /*- * Copyright (c) 2009, 2010 Antti Kantee. All Rights Reserved. @@ -97,6 +97,10 @@ rumpcomp_shmif_watchwait(int kq) #elif defined(__linux__) #include sys/inotify.h +#include limits.h +#include stdio.h +#include unistd.h + int

CVS commit: src/lib/librumpuser

2013-05-07 Thread Antti Kantee
pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -29,7 +29,7 @@ #include sys/cdefs.h #if !defined(lint) -__RCSID($NetBSD: rumpuser_pth_dummy.c,v 1.14 2013/05/07 15:37:05 pooka Exp $); +__RCSID($NetBSD: rumpuser_pth_dummy.c,v 1.15 2013/05/07 16:40:31 pooka Exp

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

2013-05-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed May 8 00:25:31 UTC 2013 Modified Files: src/sys/rump/include/rump: makerumpdefs.sh Log Message: Grab the sysvbfs args structure too, since the fs is useful for simple testing. Incidentally, the structure is exactly the same

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

2013-05-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed May 8 00:25:55 UTC 2013 Modified Files: src/sys/rump/include/rump: rumpdefs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/rump/include/rump/rumpdefs.h Please note that diffs are

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

2013-05-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed May 8 00:57:06 UTC 2013 Modified Files: src/sys/rump/include/rump: makerumpdefs.sh Log Message: grab mount-related macros too To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2013-05-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed May 8 00:57:25 UTC 2013 Modified Files: src/sys/rump/include/rump: rumpdefs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/rump/include/rump/rumpdefs.h Please note that diffs are

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

2013-05-06 Thread Antti Kantee
/rumpkern/locks_up.c:1.8 Sun Apr 28 13:37:52 2013 +++ src/sys/rump/librump/rumpkern/locks_up.c Mon May 6 16:28:17 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: locks_up.c,v 1.8 2013/04/28 13:37:52 pooka Exp $ */ +/* $NetBSD: locks_up.c,v 1.9 2013/05/06 16:28:17 pooka Exp $ */ /* * Copyright (c) 2010 Antti

CVS commit: src/lib/librumpuser

2013-05-05 Thread Antti Kantee
/05/05 12:27:38 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ #include rumpuser_port.h #if !defined(lint) -__RCSID($NetBSD: rumpuser_pth.c,v 1.27 2013/05/03 00:23:49 pooka Exp $); +__RCSID($NetBSD: rumpuser_pth.c,v 1.28 2013/05/05 12:27:38

CVS commit: src/lib/librump

2013-05-02 Thread Antti Kantee
+1,4 @@ -.\ $NetBSD: rump.3,v 1.11 2013/04/30 21:21:24 pooka Exp $ +.\ $NetBSD: rump.3,v 1.12 2013/05/02 11:32:44 pooka Exp $ .\ .\ Copyright (c) 2008-2011 Antti Kantee. All rights reserved. .\ @@ -23,65 +23,58 @@ .\ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY

CVS commit: src/lib/librumpuser

2013-05-02 Thread Antti Kantee
:40 2013 +++ src/lib/librumpuser/rumpuser.3 Thu May 2 12:27:08 2013 @@ -1,4 +1,4 @@ -.\ $NetBSD: rumpuser.3,v 1.3 2013/04/30 21:18:40 pooka Exp $ +.\ $NetBSD: rumpuser.3,v 1.4 2013/05/02 12:27:08 pooka Exp $ .\ .\ Copyright (c) 2013 Antti Kantee. All rights reserved. .\ @@ -111,13

CVS commit: src/lib/librumpuser

2013-05-02 Thread Antti Kantee
/rumpuser.3 Thu May 2 15:32:19 2013 @@ -1,4 +1,4 @@ -.\ $NetBSD: rumpuser.3,v 1.4 2013/05/02 12:27:08 pooka Exp $ +.\ $NetBSD: rumpuser.3,v 1.5 2013/05/02 15:32:19 pooka Exp $ .\ .\ Copyright (c) 2013 Antti Kantee. All rights reserved. .\ @@ -609,3 +609,8 @@ Routines which do not return

CVS commit: src/lib/librumpuser

2013-05-02 Thread Antti Kantee
:29:28 2013 +++ src/lib/librumpuser/rumpuser_pth.c Thu May 2 16:49:08 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpuser_pth.c,v 1.21 2013/04/30 13:29:28 pooka Exp $ */ +/* $NetBSD: rumpuser_pth.c,v 1.22 2013/05/02 16:49:08 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved

CVS commit: src

2013-05-02 Thread Antti Kantee
May 2 19:14:59 2013 +++ src/lib/librumpuser/rumpuser_pth.c Thu May 2 20:33:54 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpuser_pth.c,v 1.23 2013/05/02 19:14:59 pooka Exp $ */ +/* $NetBSD: rumpuser_pth.c,v 1.24 2013/05/02 20:33:54 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights

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

2013-05-02 Thread Antti Kantee
:1.61 Thu May 2 20:33:54 2013 +++ src/sys/rump/librump/rumpkern/locks.c Thu May 2 20:37:32 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: locks.c,v 1.61 2013/05/02 20:33:54 pooka Exp $ */ +/* $NetBSD: locks.c,v 1.62 2013/05/02 20:37:32 pooka Exp $ */ /* * Copyright (c) 2007-2011 Antti Kantee. All Rights

CVS commit: src

2013-05-02 Thread Antti Kantee
$ .\ .\ Copyright (c) 2013 Antti Kantee. All rights reserved. .\ @@ -561,30 +561,38 @@ will never be called for that particular .Fn rumpuser_rw_init struct rumpuser_rw **rwp .Pp .Ft void -.Fn rumpuser_rw_enter struct rumpuser_rw *rw int writelock +.Fn rumpuser_rw_enter struct rumpuser_rw *rw const

CVS commit: src

2013-05-02 Thread Antti Kantee
: rumpuser.c,v 1.49 2013/05/01 17:17:54 pooka Exp $ */ +/* $NetBSD: rumpuser.c,v 1.50 2013/05/02 21:45:29 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ #include rumpuser_port.h #if !defined(lint) -__RCSID($NetBSD: rumpuser.c,v 1.49 2013/05/01 17

CVS commit: src/lib/librumpuser

2013-05-02 Thread Antti Kantee
/lib/librumpuser/rumpuser.3 Thu May 2 21:47:12 2013 @@ -1,4 +1,4 @@ -.\ $NetBSD: rumpuser.3,v 1.7 2013/05/02 21:35:19 pooka Exp $ +.\ $NetBSD: rumpuser.3,v 1.8 2013/05/02 21:47:12 pooka Exp $ .\ .\ Copyright (c) 2013 Antti Kantee. All rights reserved. .\ @@ -276,7 +276,7

CVS commit: src/lib/librumpuser

2013-05-02 Thread Antti Kantee
Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ #include rumpuser_port.h #if !defined(lint) -__RCSID($NetBSD: rumpuser_pth.c,v 1.25 2013/05/02 21:35:19 pooka Exp $); +__RCSID($NetBSD: rumpuser_pth.c,v 1.26 2013/05/02 22:07:57 pooka Exp $); #endif /* !lint */ #include sys/queue.h

CVS commit: src/lib/librumpuser

2013-05-02 Thread Antti Kantee
/rumpuser_pth.c:1.26 Thu May 2 22:07:57 2013 +++ src/lib/librumpuser/rumpuser_pth.c Fri May 3 00:23:49 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpuser_pth.c,v 1.26 2013/05/02 22:07:57 pooka Exp $ */ +/* $NetBSD: rumpuser_pth.c,v 1.27 2013/05/03 00:23:49 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee

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

2013-05-01 Thread Antti Kantee
$ */ /* * Copyright (c) 2009, 2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: if_shmem.c,v 1.53 2013/04/30 00:03:54 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: if_shmem.c,v 1.54 2013/05/01 06:58:36 pooka Exp $); #include sys/param.h

CVS commit: src/lib/librumpuser

2013-05-01 Thread Antti Kantee
/lib/librumpuser/rumpuser.c Wed May 1 17:17:54 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpuser.c,v 1.48 2013/04/30 16:03:44 pooka Exp $ */ +/* $NetBSD: rumpuser.c,v 1.49 2013/05/01 17:17:54 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ #include

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

2013-05-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed May 1 17:52:34 UTC 2013 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: Actually, there's no point in unconditionally compiling in weak stubs which will never be used in the NetBSD build.

CVS commit: src/lib/librumpuser

2013-04-30 Thread Antti Kantee
: rumpuser.c,v 1.46 2013/04/30 11:26:26 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ #include rumpuser_port.h #if !defined(lint) -__RCSID($NetBSD: rumpuser.c,v 1.45 2013/04/30 00:03:52 pooka Exp $); +__RCSID($NetBSD: rumpuser.c,v 1.46 2013/04

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

2013-04-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Apr 30 11:29:12 UTC 2013 Modified Files: src/sys/rump/include/rump: makerumpdefs.sh Log Message: fix sed command To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/rump/include/rump/makerumpdefs.sh Please

CVS commit: src

2013-04-30 Thread Antti Kantee
+1,4 @@ -/* $NetBSD: rumpuser.c,v 1.46 2013/04/30 11:26:26 pooka Exp $ */ +/* $NetBSD: rumpuser.c,v 1.47 2013/04/30 12:39:20 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ #include rumpuser_port.h #if !defined(lint) -__RCSID($NetBSD

CVS commit: src

2013-04-30 Thread Antti Kantee
pooka Exp $ */ +/* $NetBSD: rumpuser_pth.c,v 1.21 2013/04/30 13:29:28 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ #include rumpuser_port.h #if !defined(lint) -__RCSID($NetBSD: rumpuser_pth.c,v 1.20 2013/04/30 12:39:20 pooka Exp

CVS commit: src/lib/librumpuser

2013-04-30 Thread Antti Kantee
$ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -29,7 +29,7 @@ #include sys/cdefs.h #if !defined(lint) -__RCSID($NetBSD: rumpuser_pth_dummy.c,v 1.11 2013/04/30 13:29:28 pooka Exp $); +__RCSID($NetBSD: rumpuser_pth_dummy.c,v 1.12 2013/04/30 13:37:03 pooka Exp $); #endif /* !lint

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

2013-04-30 Thread Antti Kantee
) 2013 Antti Kantee. All Rights Reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + *notice, this list

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

2013-04-30 Thread Antti Kantee
Tue Apr 30 13:54:53 2013 +++ src/sys/rump/librump/rumpkern/hyperstubs.c Tue Apr 30 14:28:52 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: hyperstubs.c,v 1.1 2013/04/30 13:54:53 pooka Exp $ */ +/* $NetBSD: hyperstubs.c,v 1.2 2013/04/30 14:28:52 pooka Exp $ */ /* * Copyright (c) 2013 Antti Kantee. All

CVS commit: src/lib/librumpuser

2013-04-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Apr 30 15:48:29 UTC 2013 Modified Files: src/lib/librumpuser: Makefile Log Message: put optional modules on a separate SRCS line To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/librumpuser/Makefile

CVS commit: src

2013-04-30 Thread Antti Kantee
@@ -/* $NetBSD: rumpuser.c,v 1.47 2013/04/30 12:39:20 pooka Exp $ */ +/* $NetBSD: rumpuser.c,v 1.48 2013/04/30 16:03:44 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ #include rumpuser_port.h #if !defined(lint) -__RCSID($NetBSD: rumpuser.c,v 1.47

CVS commit: src/lib/librumpuser

2013-04-30 Thread Antti Kantee
+++ src/lib/librumpuser/rumpuser.3 Tue Apr 30 21:18:40 2013 @@ -1,6 +1,6 @@ -.\ $NetBSD: rumpuser.3,v 1.2 2010/03/01 17:20:44 pooka Exp $ +.\ $NetBSD: rumpuser.3,v 1.3 2013/04/30 21:18:40 pooka Exp $ .\ -.\ Copyright (c) 2010 Antti Kantee. All rights reserved. +.\ Copyright (c) 2013 Antti

CVS commit: src/lib/librump

2013-04-30 Thread Antti Kantee
.3 Tue Apr 30 21:21:24 2013 @@ -1,4 +1,4 @@ -.\ $NetBSD: rump.3,v 1.10 2011/04/15 22:57:05 jym Exp $ +.\ $NetBSD: rump.3,v 1.11 2013/04/30 21:21:24 pooka Exp $ .\ .\ Copyright (c) 2008-2011 Antti Kantee. All rights reserved. .\ @@ -171,6 +171,12 @@ kernel module boundaries. .Xr rump_sp 7

CVS commit: src

2013-04-29 Thread Antti Kantee
+++ src/lib/librumpuser/rumpuser.c Mon Apr 29 12:56:04 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpuser.c,v 1.37 2013/04/28 13:39:13 pooka Exp $ */ +/* $NetBSD: rumpuser.c,v 1.38 2013/04/29 12:56:04 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7

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

2013-04-29 Thread Antti Kantee
@@ -/* $NetBSD: rumpblk.c,v 1.49 2013/04/29 12:56:03 pooka Exp $ */ +/* $NetBSD: rumpblk.c,v 1.50 2013/04/29 13:07:37 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -34,25 +34,10 @@ * * We provide fault injection. The driver can be made to fail * I/O

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

2013-04-29 Thread Antti Kantee
/if_shmem.c Mon Apr 29 13:17:32 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: if_shmem.c,v 1.50 2013/04/28 13:17:25 pooka Exp $ */ +/* $NetBSD: if_shmem.c,v 1.51 2013/04/29 13:17:32 pooka Exp $ */ /* * Copyright (c) 2009, 2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include sys/cdefs.h

CVS commit: src

2013-04-29 Thread Antti Kantee
:56:04 pooka Exp $ */ +/* $NetBSD: rumpuser.c,v 1.39 2013/04/29 13:19:11 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ #include rumpuser_port.h #if !defined(lint) -__RCSID($NetBSD: rumpuser.c,v 1.38 2013/04/29 12:56:04 pooka Exp

CVS commit: src

2013-04-29 Thread Antti Kantee
/04/29 13:21:03 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ #include rumpuser_port.h #if !defined(lint) -__RCSID($NetBSD: rumpuser.c,v 1.39 2013/04/29 13:19:11 pooka Exp $); +__RCSID($NetBSD: rumpuser.c,v 1.40 2013/04/29 13:21:03 pooka

CVS commit: src/lib/librumpuser

2013-04-29 Thread Antti Kantee
29 12:56:04 2013 +++ src/lib/librumpuser/rumpuser_bio.c Mon Apr 29 13:53:46 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpuser_bio.c,v 1.1 2013/04/29 12:56:04 pooka Exp $ */ +/* $NetBSD: rumpuser_bio.c,v 1.2 2013/04/29 13:53:46 pooka Exp $ */ /*- * Copyright (c) 2013 Antti Kantee. All Rights Reserved

CVS commit: src/lib/librumpuser

2013-04-29 Thread Antti Kantee
Apr 29 13:53:46 2013 +++ src/lib/librumpuser/rumpuser_bio.c Mon Apr 29 13:57:46 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpuser_bio.c,v 1.2 2013/04/29 13:53:46 pooka Exp $ */ +/* $NetBSD: rumpuser_bio.c,v 1.3 2013/04/29 13:57:46 pooka Exp $ */ /*- * Copyright (c) 2013 Antti Kantee. All Rights

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

2013-04-29 Thread Antti Kantee
$ */ /* * Copyright (c) 2007-2013 Antti Kantee. All Rights Reserved. @@ -37,28 +37,28 @@ #error The rump/rumpuser.h interface is not for non-kernel consumers #endif -#define RUMPUSER_VERSION 16 - -int rumpuser_daemonize_begin(void); -int rumpuser_daemonize_done(int); +/* + * init + */ +#define

CVS commit: src

2013-04-29 Thread Antti Kantee
/29 13:21:03 pooka Exp $ */ +/* $NetBSD: rumpuser.c,v 1.41 2013/04/29 14:51:39 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ #include rumpuser_port.h #if !defined(lint) -__RCSID($NetBSD: rumpuser.c,v 1.40 2013/04/29 13:21:03 pooka Exp

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

2013-04-29 Thread Antti Kantee
/rumpkern/klock.c:1.6 Mon Apr 29 14:51:41 2013 +++ src/sys/rump/librump/rumpkern/klock.c Mon Apr 29 14:53:32 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: klock.c,v 1.6 2013/04/29 14:51:41 pooka Exp $ */ +/* $NetBSD: klock.c,v 1.7 2013/04/29 14:53:32 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee

CVS commit: src/lib/librumpuser

2013-04-29 Thread Antti Kantee
/rumpuser_bio.c:1.4 Mon Apr 29 14:51:39 2013 +++ src/lib/librumpuser/rumpuser_bio.c Mon Apr 29 14:54:03 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpuser_bio.c,v 1.4 2013/04/29 14:51:39 pooka Exp $ */ +/* $NetBSD: rumpuser_bio.c,v 1.5 2013/04/29 14:54:03 pooka Exp $ */ /*- * Copyright (c) 2013 Antti Kantee

CVS commit: src/lib/librumpuser

2013-04-29 Thread Antti Kantee
: rumpuser_component.c,v 1.3 2013/04/29 14:51:39 pooka Exp $ */ +/* $NetBSD: rumpuser_component.c,v 1.4 2013/04/29 15:20:05 pooka Exp $ */ /* * Copyright (c) 2013 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ #include rumpuser_port.h #if !defined(lint) -__RCSID($NetBSD: rumpuser_component.c,v 1.3 2013

CVS commit: src

2013-04-29 Thread Antti Kantee
:39 2013 +++ src/lib/librumpuser/rumpuser.c Mon Apr 29 15:40:38 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpuser.c,v 1.41 2013/04/29 14:51:39 pooka Exp $ */ +/* $NetBSD: rumpuser.c,v 1.42 2013/04/29 15:40:38 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7

CVS commit: src

2013-04-29 Thread Antti Kantee
:38 pooka Exp $ */ +/* $NetBSD: rumpuser.c,v 1.43 2013/04/29 17:31:05 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ #include rumpuser_port.h #if !defined(lint) -__RCSID($NetBSD: rumpuser.c,v 1.42 2013/04/29 15:40:38 pooka Exp $); +__RCSID

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

2013-04-29 Thread Antti Kantee
/rumpuser.h:1.95 Mon Apr 29 17:31:05 2013 +++ src/sys/rump/include/rump/rumpuser.h Mon Apr 29 17:35:04 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpuser.h,v 1.95 2013/04/29 17:31:05 pooka Exp $ */ +/* $NetBSD: rumpuser.h,v 1.96 2013/04/29 17:35:04 pooka Exp $ */ /* * Copyright (c) 2007-2013 Antti Kantee

CVS commit: src

2013-04-29 Thread Antti Kantee
1.17 2013/03/20 12:59:10 pooka Exp $ */ +/* $NetBSD: rumpuser_dl.c,v 1.18 2013/04/29 18:00:20 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -40,7 +40,7 @@ #include rumpuser_port.h #if !defined(lint) -__RCSID($NetBSD: rumpuser_dl.c,v 1.17 2013/03/20 12:59

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

2013-04-29 Thread Antti Kantee
:1.52 Mon Apr 29 17:31:05 2013 +++ src/sys/rump/librump/rumpvfs/rumpblk.c Mon Apr 29 19:52:35 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpblk.c,v 1.52 2013/04/29 17:31:05 pooka Exp $ */ +/* $NetBSD: rumpblk.c,v 1.53 2013/04/29 19:52:35 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights

CVS commit: src

2013-04-29 Thread Antti Kantee
$ */ +/* $NetBSD: rumpuser.c,v 1.44 2013/04/29 20:08:48 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ #include rumpuser_port.h #if !defined(lint) -__RCSID($NetBSD: rumpuser.c,v 1.43 2013/04/29 17:31:05 pooka Exp $); +__RCSID($NetBSD

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

2013-04-29 Thread Antti Kantee
/libsockin/sockin.c:1.29 Tue Apr 30 00:03:54 2013 +++ src/sys/rump/net/lib/libsockin/sockin.c Tue Apr 30 00:12:35 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: sockin.c,v 1.29 2013/04/30 00:03:54 pooka Exp $ */ +/* $NetBSD: sockin.c,v 1.30 2013/04/30 00:12:35 pooka Exp $ */ /* * Copyright (c) 2008, 2009 Antti

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

2013-04-29 Thread Antti Kantee
Apr 30 00:03:53 2013 +++ src/sys/rump/librump/rumpkern/vm.c Tue Apr 30 00:29:19 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: vm.c,v 1.142 2013/04/30 00:03:53 pooka Exp $ */ +/* $NetBSD: vm.c,v 1.143 2013/04/30 00:29:19 pooka Exp $ */ /* * Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved. @@ -41,7

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

2013-04-29 Thread Antti Kantee
00:33:16 pooka Exp $ */ /*- * Copyright (c) 2009, 2010 Antti Kantee. All Rights Reserved. @@ -167,7 +167,7 @@ rumpcomp_shmif_watchwait(int kq) /* a polling default implementation */ int -rumpcomp_shmif_watchsetup(int inotify, int fd) +rumpcomp_shmif_watchsetup(int *nono, int fd

CVS commit: src

2013-04-28 Thread Antti Kantee
:56:29 2013 +++ src/lib/librumpuser/rumpuser.c Sun Apr 28 09:58:11 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpuser.c,v 1.33 2013/04/27 16:56:29 pooka Exp $ */ +/* $NetBSD: rumpuser.c,v 1.34 2013/04/28 09:58:11 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -28,7

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

2013-04-28 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 28 10:06:16 UTC 2013 Modified Files: src/sys/rump/dev/lib/libugenhc: Makefile Log Message: typo To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/lib/libugenhc/Makefile Please note that diffs

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

2013-04-28 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 28 10:16:52 UTC 2013 Modified Files: src/sys/rump/dev/lib/libugenhc: Makefile Log Message: duh, the untypoed version doesn't work with bsd.ioconf.mk. comment it out while i figure it out To generate a diff of this

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