CVS commit: src

2012-09-14 Thread Antti Kantee
+1,4 @@ -/* $NetBSD: rumpuser.c,v 1.19 2012/08/25 18:00:06 pooka Exp $ */ +/* $NetBSD: rumpuser.c,v 1.20 2012/09/14 16:29:22 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/sys/compat/linux/common

2012-09-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Sep 13 13:59:33 UTC 2012 Modified Files: src/sys/compat/linux/common: linux_misc.h linux_statfs.h Log Message: Rename structure members to make the code compile in environments where linux is #defined. To generate a diff of

CVS commit: src/lib/librumpclient

2012-09-12 Thread Antti Kantee
, 2011 Antti Kantee. All Rights Reserved. @@ -49,7 +49,7 @@ #endif #include sys/cdefs.h -__RCSID($NetBSD: rumpclient.c,v 1.51 2012/08/29 10:38:53 msaitoh Exp $); +__RCSID($NetBSD: rumpclient.c,v 1.52 2012/09/12 12:38:16 pooka Exp $); #include sys/param.h #include sys/mman.h @@ -877,6 +877,7

CVS commit: src/lib

2012-09-03 Thread Antti Kantee
/09/03 11:33:35 pooka Exp $ */ /*- * Copyright (c) 2011 Antti Kantee. All Rights Reserved. @@ -31,7 +31,7 @@ #include rumpuser_port.h #include sys/cdefs.h -__RCSID($NetBSD: hijack.c,v 1.96 2012/08/25 18:00:06 pooka Exp $); +__RCSID($NetBSD: hijack.c,v 1.97 2012/09/03 11:33:35 pooka Exp

CVS commit: src/lib/librumphijack

2012-09-03 Thread Antti Kantee
:1.97 Mon Sep 3 11:33:35 2012 +++ src/lib/librumphijack/hijack.c Mon Sep 3 12:07:42 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: hijack.c,v 1.97 2012/09/03 11:33:35 pooka Exp $ */ +/* $NetBSD: hijack.c,v 1.98 2012/09/03 12:07:42 pooka Exp $ */ /*- * Copyright (c) 2011 Antti Kantee. All Rights

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2012-09-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Sep 1 16:19:01 UTC 2012 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c Log Message: For now, make vop_islocked more like vop_lock and vop_unlock (i.e. don't even attempt to do anything). To

CVS commit: src/tests/fs

2012-08-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 31 14:46:54 UTC 2012 Modified Files: src/tests/fs/common: Makefile src/tests/fs/vfs: Makefile Log Message: Hook ZFS tests to MKZFS instead of a homegrown variable. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib

2012-08-25 Thread Antti Kantee
@@ -/* $NetBSD: hijack.c,v 1.95 2012/08/04 03:56:47 riastradh Exp $ */ +/* $NetBSD: hijack.c,v 1.96 2012/08/25 18:00:06 pooka Exp $ */ /*- * Copyright (c) 2011 Antti Kantee. All Rights Reserved. @@ -28,22 +28,29 @@ /* Disable namespace mangling, Fortification is useless here anyway

CVS commit: src/tests/fs

2012-08-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 20 16:37:35 UTC 2012 Modified Files: src/tests/fs/common: Makefile src/tests/fs/vfs: Makefile Added Files: src/tests/fs/common: fstest_zfs.c Log Message: Add a vfstest zfs attachment. This is a

CVS commit: src/tests/fs/common

2012-08-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 20 16:39:46 UTC 2012 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Add a vfstest zfs attachment. This is a compile-time option, default off, due the large numbers of failing tests (some of them look like

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

2012-08-05 Thread Antti Kantee
Exp $ */ /* * Copyright (c) 2008 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: net_stub.c,v 1.12 2011/02/01 01:39:21 matt Exp $); +__KERNEL_RCSID(0, $NetBSD: net_stub.c,v 1.13 2012/08/05 15:36:19 pooka Exp $); #include sys

CVS commit: src/sys/rump

2012-08-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Aug 5 15:37:39 UTC 2012 Modified Files: src/sys/rump: Makefile.rump Log Message: Make it easy to turn -DDIAGNOSTIC off (RUMP_DIAGNOSTIC=no) and -DDEBUG on (RUMP_DEBUG=yes). To generate a diff of this commit: cvs rdiff -u

CVS commit: src

2012-08-03 Thread Antti Kantee
$ */ /* * Copyright (c) 2010, 2011 Antti Kantee. All Rights Reserved. @@ -29,13 +29,36 @@ * Client side routines for rump syscall proxy. */ +#include rumpuser_port.h + +/* + * We use kqueue on NetBSD, poll elsewhere. Theoretically we could + * use kqueue on other BSD's too, but I haven't

CVS commit: src/sys

2012-08-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 3 11:32:57 UTC 2012 Modified Files: src/sys/kern: init_sysent.c syscalls.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c src/sys/sys: syscall.h

CVS commit: src/sys/kern

2012-08-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 3 12:41:13 UTC 2012 Modified Files: src/sys/kern: syscalls.conf Log Message: Forgot this one from previous commit. It too is needed for syscallargs.h on rumpclient on !NetBSD. To generate a diff of this commit: cvs

CVS commit: src/sys

2012-08-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 3 12:42:11 UTC 2012 Modified Files: src/sys/kern: init_sysent.c syscalls.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c src/sys/sys: syscall.h

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

2012-08-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 3 14:27:02 UTC 2012 Modified Files: src/sys/rump/net/lib/libnet: Makefile Log Message: no need to include code which is already provided by the faction base To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/lib/librumpclient

2012-08-03 Thread Antti Kantee
3 11:31:34 2012 +++ src/lib/librumpclient/rumpclient.c Fri Aug 3 14:52:31 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpclient.c,v 1.49 2012/08/03 11:31:34 pooka Exp $ */ +/* $NetBSD: rumpclient.c,v 1.50 2012/08/03 14:52:31 pooka Exp $ */ /* * Copyright (c) 2010, 2011 Antti Kantee. All

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

2012-07-27 Thread Antti Kantee
+1,4 @@ -/* $NetBSD: vm.c,v 1.129 2012/07/20 09:20:05 pooka Exp $ */ +/* $NetBSD: vm.c,v 1.130 2012/07/27 09:06:01 pooka Exp $ */ /* * Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved. @@ -41,7 +41,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: vm.c,v 1.129 2012/07/20 09

CVS commit: src/lib/librumpuser

2012-07-27 Thread Antti Kantee
/librumpuser/rumpuser.c Fri Jul 27 09:09:05 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpuser.c,v 1.17 2012/06/25 22:32:47 abs Exp $ */ +/* $NetBSD: rumpuser.c,v 1.18 2012/07/27 09:09:05 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -25,30 +25,24 @@ * SUCH DAMAGE

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

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 09:02:48 UTC 2012 Modified Files: src/sys/rump/include/rump: makerumpdefs.sh Log Message: add some network-related compat defs To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 09:03:09 UTC 2012 Modified Files: src/sys/rump/include/rump: rumpdefs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/rump/include/rump/rumpdefs.h Please note that diffs are

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

2012-07-20 Thread Antti Kantee
Exp $ */ +/* $NetBSD: rump_syscalls_compat.h,v 1.8 2012/07/20 09:10:23 pooka Exp $ */ /*- * Copyright (c) 2010, 2011 Antti Kantee. All Rights Reserved. @@ -28,8 +28,8 @@ #ifndef _RUMP_RUMP_SYSCALLS_COMPAT_H_ #define _RUMP_RUMP_SYSCALLS_COMPAT_H_ -#ifndef _KERNEL #ifdef __NetBSD__ +#include

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

2012-07-20 Thread Antti Kantee
: memalloc.c,v 1.17 2012/07/20 09:11:33 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: memalloc.c,v 1.16 2012/06/05 22:51:47 jym Exp $); +__KERNEL_RCSID(0, $NetBSD: memalloc.c,v 1.17 2012/07/20 09:11

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

2012-07-20 Thread Antti Kantee
/rumpkern/memalloc.c Fri Jul 20 09:20:05 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: memalloc.c,v 1.17 2012/07/20 09:11:33 pooka Exp $ */ +/* $NetBSD: memalloc.c,v 1.18 2012/07/20 09:20:05 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h

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

2012-07-20 Thread Antti Kantee
) 2007-2011 Antti Kantee. All Rights Reserved. @@ -145,31 +145,59 @@ _END_DECLS #endif /* RUMP_SYS_NETWORKING */ #ifdef RUMP_SYS_IOCTL -#error deprecated syscall selection. use rumphijack +#define ioctl(...) rump_sys_ioctl(__VA_ARGS__) +#define fnctl(...) rump_sys_fcntl(__VA_ARGS__) #endif

CVS commit: src/sys/kern

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 16:44:33 UTC 2012 Modified Files: src/sys/kern: makesyscalls.sh Log Message: revert 1.119. theoretically there should be no issue, and i couldn't find one in practice either, except including rump_syscalls.h from

CVS commit: src/sys

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 16:49:46 UTC 2012 Modified Files: src/sys/kern: init_sysent.c syscalls.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c src/sys/sys: syscall.h

CVS commit: src/sys/kern

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 18:17:26 UTC 2012 Modified Files: src/sys/kern: makesyscalls.sh Log Message: unrevert part of 1.119 which should not have been reverted (sys/socket.h) To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122

CVS commit: src/sys/kern

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 18:19:09 UTC 2012 Modified Files: src/sys/kern: makesyscalls.sh Log Message: pretty pretty print To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 src/sys/kern/makesyscalls.sh Please note that diffs are

CVS commit: src/sys/rump

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 18:19:45 UTC 2012 Modified Files: src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c Log Message: reregen To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

CVS commit: src/sys/sys

2012-07-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 19 22:34:54 UTC 2012 Modified Files: src/sys/sys: stdarg.h Log Message: Make the condition for __builtin_va_start more accurate. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/sys/stdarg.h Please

CVS commit: src/sys/sys

2012-07-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 19 22:46:41 UTC 2012 Modified Files: src/sys/sys: stdarg.h Log Message: ... aaand re-add lint compat. I still got it. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/sys/stdarg.h Please note that

CVS commit: src/sys/dev/raidframe

2012-07-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 19 22:47:52 UTC 2012 Modified Files: src/sys/dev/raidframe: rf_disks.c Log Message: Initialize values to squelch gcc. from Greg Oster To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83

CVS commit: src/sys/rump/dev

2011-03-31 Thread Antti Kantee
:22:54 pooka Exp $ */ + +/* + * Copyright (c) 2009 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

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

2011-03-31 Thread Antti Kantee
$ */ + +/* + * Copyright (c) 2009 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

CVS commit: src/tests/fs/psshfs

2011-03-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 31 12:56:04 UTC 2011 Modified Files: src/tests/fs/psshfs: t_psshfs.sh Log Message: Make sure test doesn't pass if file system could not be read at all. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/libexec/ld.elf_so

2011-03-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Mar 25 14:45:21 UTC 2011 Modified Files: src/tests/libexec/ld.elf_so: t_dlinfo.c Log Message: check that dlopen()d dso shows up in the linkmap To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/libexec/ld.elf_so

2011-03-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Mar 25 14:47:31 UTC 2011 Modified Files: src/tests/libexec/ld.elf_so: t_dlinfo.c Log Message: check that we can dlopen() the linkmap name, too To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/librump

2011-03-25 Thread Antti Kantee
2011 @@ -1,6 +1,6 @@ -.\ $NetBSD: rump.3,v 1.8 2011/02/21 08:50:45 pooka Exp $ +.\ $NetBSD: rump.3,v 1.9 2011/03/25 16:07:43 pooka Exp $ .\ -.\ Copyright (c) 2008-2010 Antti Kantee. All rights reserved. +.\ Copyright (c) 2008-2011 Antti Kantee. All rights reserved. .\ .\ Redistribution

CVS commit: src/lib/librump

2011-03-25 Thread Antti Kantee
:05 2011 @@ -1,4 +1,4 @@ -.\ $NetBSD: rump_sp.7,v 1.5 2011/02/16 23:51:50 pooka Exp $ +.\ $NetBSD: rump_sp.7,v 1.6 2011/03/25 16:13:05 pooka Exp $ .\ .\ Copyright (c) 2010 Antti Kantee. All rights reserved. .\ @@ -63,6 +63,16 @@ and .Nm rump.traceroute which is used to display a network

CVS commit: src/sys

2011-03-22 Thread Antti Kantee
/rumpkern/rump.c:1.233 Mon Mar 21 16:41:08 2011 +++ src/sys/rump/librump/rumpkern/rump.c Tue Mar 22 15:16:23 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: rump.c,v 1.233 2011/03/21 16:41:08 pooka Exp $ */ +/* $NetBSD: rump.c,v 1.234 2011/03/22 15:16:23 pooka Exp $ */ /* * Copyright (c) 2007-2011 Antti Kantee

CVS commit: src/tests/lib/librumphijack

2011-03-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 22 17:07:11 UTC 2011 Modified Files: src/tests/lib/librumphijack: t_tcpip.sh Log Message: check that nfsd works with kernel module autoloading To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/lib/librumpuser

2011-03-22 Thread Antti Kantee
2011 +++ src/lib/librumpuser/rumpuser_dl.c Tue Mar 22 22:27:33 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpuser_dl.c,v 1.6 2011/03/16 11:44:01 njoly Exp $ */ +/* $NetBSD: rumpuser_dl.c,v 1.7 2011/03/22 22:27:33 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved

CVS commit: src/doc

2011-03-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 22 22:33:10 UTC 2011 Modified Files: src/doc: CHANGES Log Message: document what i did To generate a diff of this commit: cvs rdiff -u -r1.1525 -r1.1526 src/doc/CHANGES Please note that diffs are not public domain; they

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

2011-03-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 21 15:47:54 UTC 2011 Removed Files: src/sys/rump/net/lib/libshmif: dumpbus.c Log Message: this was moved to usr.bin ages ago To generate a diff of this commit: cvs rdiff -u -r1.10 -r0

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

2011-03-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 21 15:51:34 UTC 2011 Removed Files: src/sys/rump/net/rumptest: Makefile rumptest_net.c Log Message: remove historic test To generate a diff of this commit: cvs rdiff -u -r1.10 -r0 src/sys/rump/net/rumptest/Makefile cvs

CVS commit: src/sys/rump

2011-03-21 Thread Antti Kantee
1.15 2011/03/21 16:41:08 pooka Exp $ */ /* - * Copyright (c) 2007 Antti Kantee. All Rights Reserved. - * - * Development of this software was supported by Google Summer of Code. + * Copyright (c) 2008-2011 Antti Kantee. All Rights Reserved. * * Redistribution and use in source and binary forms

CVS commit: src/lib/libp2k

2011-03-21 Thread Antti Kantee
: p2k.h,v 1.7 2009/12/03 14:27:16 pooka Exp $ */ +/* $NetBSD: p2k.h,v 1.8 2011/03/21 16:41:27 pooka Exp $ */ /* - * Copyright (c) 2007 Antti Kantee. All Rights Reserved. + * Copyright (c) 2007-2009 Antti Kantee. All Rights Reserved. * * Development of this software was supported by Google

CVS commit: src/lib/librumpclient

2011-03-15 Thread Antti Kantee
, 2011 Antti Kantee. All Rights Reserved. @@ -30,7 +30,7 @@ */ #include sys/cdefs.h -__RCSID($NetBSD: rumpclient.c,v 1.43 2011/03/09 15:09:21 pooka Exp $); +__RCSID($NetBSD: rumpclient.c,v 1.44 2011/03/15 09:35:05 pooka Exp $); #include sys/param.h #include sys/event.h @@ -85,7 +85,7

CVS commit: src/include

2011-03-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 15 12:21:08 UTC 2011 Modified Files: src/include: stdlib.h Log Message: put in a proto for commaize_number() (nb. doing this purely as the minimum work solution to get a working build) To generate a diff of this commit:

CVS commit: src/tests/usr.bin/shmif_dumpbus

2011-03-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 14 09:25:01 UTC 2011 Modified Files: src/tests/usr.bin/shmif_dumpbus: t_basic.sh Log Message: xfail PR bin/44721 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/shmif_dumpbus/t_basic.sh

CVS commit: src/usr.bin/shmif_dumpbus

2011-03-14 Thread Antti Kantee
/shmif_dumpbus/shmif_dumpbus.c Mon Mar 14 11:08:28 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: shmif_dumpbus.c,v 1.4 2011/03/12 18:27:42 pooka Exp $ */ +/* $NetBSD: shmif_dumpbus.c,v 1.5 2011/03/14 11:08:28 pooka Exp $ */ /*- * Copyright (c) 2010 Antti Kantee. All Rights Reserved. @@ -34,6 +34,8 @@ #include

CVS commit: src/usr.bin/shmif_dumpbus

2011-03-14 Thread Antti Kantee
:10:35 pooka Exp $ */ /*- * Copyright (c) 2010 Antti Kantee. All Rights Reserved. @@ -171,7 +171,7 @@ continue; } - if (!isstdout) + if (pcapfile !isstdout) printf(packet %d, offset 0x%04x, length 0x%04x, ts %d/%06d\n, i++, curbus, curlen, SWAPME(sp.sp_sec

CVS commit: src/usr.bin/shmif_dumpbus

2011-03-14 Thread Antti Kantee
$ */ /*- * Copyright (c) 2010 Antti Kantee. All Rights Reserved. @@ -138,7 +138,7 @@ isstdout = false; pdump = NULL; } - + curbus = SWAPME(bmem-shm_first); buslast = SWAPME(bmem-shm_last); if (curbus == BUSMEM_DATASIZE) @@ -171,7 +171,7 @@ continue; } - if (pcapfile

CVS commit: src/usr.sbin/rpcbind

2011-03-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 14 12:03:45 UTC 2011 Modified Files: src/usr.sbin/rpcbind: rpcbind.c Log Message: remove unnecessary superuser check -- bind will fail if bind fails To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/lib/librumphijack

2011-03-14 Thread Antti Kantee
) 2011 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h -__RCSID($NetBSD: hijack.c,v 1.84 2011/03/10 23:02:56 pooka Exp $); +__RCSID($NetBSD: hijack.c,v 1.85 2011/03/14 15:13:26 pooka Exp $); #define __ssp_weak_name(fun) _hijack_ ## fun @@ -274,6 +274,9

CVS commit: src/lib/librumphijack

2011-03-14 Thread Antti Kantee
+++ src/lib/librumphijack/hijack.c Mon Mar 14 15:15:47 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: hijack.c,v 1.85 2011/03/14 15:13:26 pooka Exp $ */ +/* $NetBSD: hijack.c,v 1.86 2011/03/14 15:15:47 pooka Exp $ */ /*- * Copyright (c) 2011 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7

CVS commit: src/lib/librumphijack

2011-03-14 Thread Antti Kantee
:04 2011 +++ src/lib/librumphijack/rumphijack.3 Mon Mar 14 15:21:22 2011 @@ -1,4 +1,4 @@ -.\ $NetBSD: rumphijack.3,v 1.11 2011/03/10 08:53:04 wiz Exp $ +.\ $NetBSD: rumphijack.3,v 1.12 2011/03/14 15:21:22 pooka Exp $ .\ .\ Copyright (c) 2011 Antti Kantee. All rights reserved. .\ @@ -23,7

CVS commit: src/tests/lib/librumphijack

2011-03-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 14 15:56:41 UTC 2011 Modified Files: src/tests/lib/librumphijack: h_client.c Added Files: src/tests/lib/librumphijack: t_config.sh Log Message: test RUMPHIJACK fdoff=8 To generate a diff of this commit: cvs rdiff

CVS commit: src/tests/lib/librumphijack

2011-03-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 14 15:57:23 UTC 2011 Modified Files: src/tests/lib/librumphijack: Makefile Log Message: test RUMPHIJACK fdoff=8 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/lib/librumphijack/Makefile Please

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

2011-03-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 14 15:57:34 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi Log Message: test RUMPHIJACK fdoff=8 To generate a diff of this commit: cvs rdiff -u -r1.270 -r1.271 src/distrib/sets/lists/tests/mi Please note that

CVS commit: src/tests/kernel

2011-03-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 14 20:41:25 UTC 2011 Modified Files: src/tests/kernel: t_posix_fadvise.c Log Message: Use /dev/null instead of stdin for fd. Otherwise if the tests are run with stdin as a pipe (e.g. from cron) the test fails with ESPIPE.

CVS commit: src/tests/usr.bin/shmif_dumpbus

2011-03-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Mar 13 15:40:01 UTC 2011 Modified Files: src/tests/usr.bin/shmif_dumpbus: d_pcap.out.bz2.uue t_basic.sh Log Message: Use tcpdump -tt so that TZ doesn't affect the test result. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/shmif_dumpbus

2011-03-12 Thread Antti Kantee
: shmif_dumpbus.c,v 1.4 2011/03/12 18:27:42 pooka Exp $ */ /*- * Copyright (c) 2010 Antti Kantee. All Rights Reserved. @@ -55,6 +55,19 @@ exit(1); } +/* + * Apparently pcap uses a non-exported structure as the on-disk + * packet header. Since that format isn't very likely to change + * soon

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

2011-03-11 Thread Antti Kantee
pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: if_shmem.c,v 1.35 2011/03/10 13:27:03 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: if_shmem.c,v 1.36 2011/03/11 09:25:59 pooka Exp $); #include

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

2011-03-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Mar 11 10:36:30 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi Log Message: reality check To generate a diff of this commit: cvs rdiff -u -r1.267 -r1.268 src/distrib/sets/lists/tests/mi Please note that diffs are

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

2011-03-11 Thread Antti Kantee
:10:15 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: if_shmem.c,v 1.36 2011/03/11 09:25:59 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: if_shmem.c,v 1.37 2011/03/11 12:10:15 pooka Exp

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

2011-03-11 Thread Antti Kantee
$ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: if_shmem.c,v 1.37 2011/03/11 12:10:15 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: if_shmem.c,v 1.38 2011/03/11 12:11:00 pooka Exp $); #include sys/param.h #include sys/atomic.h

CVS commit: src/tests/usr.bin/shmif_dumpbus

2011-03-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Mar 11 16:41:27 UTC 2011 Modified Files: src/tests/usr.bin/shmif_dumpbus: t_basic.sh Log Message: get the directories right ... To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/librumphijack

2011-03-10 Thread Antti Kantee
2011/03/10 09:47:32 pooka Exp $ */ /*- * Copyright (c) 2011 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h -__RCSID($NetBSD: hijack.c,v 1.82 2011/03/09 23:26:19 pooka Exp $); +__RCSID($NetBSD: hijack.c,v 1.83 2011/03/10 09:47:32 pooka Exp $); #define

CVS commit: src/usr.bin/shmif_dumpbus

2011-03-10 Thread Antti Kantee
+++ src/usr.bin/shmif_dumpbus/shmif_dumpbus.c Thu Mar 10 10:11:25 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: shmif_dumpbus.c,v 1.2 2011/03/09 12:56:08 pooka Exp $ */ +/* $NetBSD: shmif_dumpbus.c,v 1.3 2011/03/10 10:11:25 pooka Exp $ */ /*- * Copyright (c) 2010 Antti Kantee. All Rights Reserved

CVS commit: src/tests/usr.bin

2011-03-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 10 11:13:33 UTC 2011 Modified Files: src/tests/usr.bin: Makefile Added Files: src/tests/usr.bin/shmif_dumpbus: Makefile d_pcap.out d_pkthdrs.out shmbus.bz2.uue t_basic.sh Log Message: add tests for

CVS commit: src

2011-03-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 10 11:16:03 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests Log Message: shmif_dumpbus tests To generate a diff of this commit: cvs rdiff -u -r1.263 -r1.264

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

2011-03-10 Thread Antti Kantee
/rump/net/lib/libshmif/if_shmem.c Thu Mar 10 13:20:54 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: if_shmem.c,v 1.33 2010/12/06 10:48:18 pooka Exp $ */ +/* $NetBSD: if_shmem.c,v 1.34 2011/03/10 13:20:54 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7

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

2011-03-10 Thread Antti Kantee
Exp $ */ +/* $NetBSD: if_shmem.c,v 1.35 2011/03/10 13:27:03 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: if_shmem.c,v 1.34 2011/03/10 13:20:54 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD

CVS commit: src/tests/lib/librumphijack

2011-03-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 10 13:42:34 UTC 2011 Modified Files: src/tests/lib/librumphijack: t_tcpip.sh Log Message: * remove juiblex from nfsd startup (i was using -DDEBUG nfsd yesterday) * some minor nits To generate a diff of this commit: cvs

CVS commit: src/tests/rump

2011-03-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 10 14:09:47 UTC 2011 Modified Files: src/tests/rump: Makefile Added Files: src/tests/rump/rumpnet: Makefile t_shmif.sh Log Message: Add a test checks that 16 rump kernels on one shmif bus can ping each other. To

CVS commit: src

2011-03-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 10 14:11:19 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests Log Message: rumpnet tests To generate a diff of this commit: cvs rdiff -u -r1.264 -r1.265

CVS commit: src/tests/usr.bin/shmif_dumpbus

2011-03-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 10 14:49:17 UTC 2011 Modified Files: src/tests/usr.bin/shmif_dumpbus: Makefile Log Message: remember to install test data files too. thanks, Paul. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/emips/stand/common

2011-03-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 10 18:18:01 UTC 2011 Modified Files: src/sys/arch/emips/stand/common: start.S Log Message: Use NESTED_NOPROFILE instead of VECTOR, since VECTOR grew a .org directive for some reason. from sandrof (i didn't test booting,

CVS commit: src/sys/rump/fs/lib/libzfs

2011-03-10 Thread Antti Kantee
:37 pooka Exp $ */ + +/* + * Copyright (c) 2009 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

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2011-03-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 10 19:32:40 UTC 2011 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_znode.c Log Message: pass in correct variable, the old code can't possibly be correct. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/cddl/osnet/sys/kern

2011-03-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 10 19:35:24 UTC 2011 Modified Files: src/external/cddl/osnet/sys/kern: misc.c Log Message: adjust some pretty likely broken assertion (stksize is hardcoded from caller, but not used here). now zpool doesn't cause a kernel

CVS commit: src/tests/fs

2011-03-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 10 20:02:27 UTC 2011 Modified Files: src/tests/fs: Makefile Added Files: src/tests/fs/zfs: Makefile t_zpool.sh Log Message: Add one simple test case which checks that zpool create results in a mounted file system.

CVS commit: src/etc/mtree

2011-03-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 10 20:03:40 UTC 2011 Modified Files: src/etc/mtree: NetBSD.dist.tests Log Message: tests/fs/zfs To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/etc/mtree/NetBSD.dist.tests Please note that diffs are

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

2011-03-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 10 20:04:46 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi Log Message: +tp To generate a diff of this commit: cvs rdiff -u -r1.266 -r1.267 src/distrib/sets/lists/tests/mi Please note that diffs are not

CVS commit: src/lib/librumphijack

2011-03-10 Thread Antti Kantee
/hijack.c Thu Mar 10 23:02:56 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: hijack.c,v 1.83 2011/03/10 09:47:32 pooka Exp $ */ +/* $NetBSD: hijack.c,v 1.84 2011/03/10 23:02:56 pooka Exp $ */ /*- * Copyright (c) 2011 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h

CVS commit: src/lib/librumphijack

2011-03-09 Thread Antti Kantee
/librumphijack/hijack.c Wed Mar 9 09:17:12 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: hijack.c,v 1.76 2011/03/08 21:36:01 pooka Exp $ */ +/* $NetBSD: hijack.c,v 1.77 2011/03/09 09:17:12 pooka Exp $ */ /*- * Copyright (c) 2011 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include

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

2011-03-09 Thread Antti Kantee
,v 1.51 2011/03/08 18:35:10 pooka Exp $ */ +/* $NetBSD: rump.h,v 1.52 2011/03/09 10:10:19 pooka Exp $ */ /* * Copyright (c) 2007 Antti Kantee. All Rights Reserved. @@ -125,4 +125,53 @@ _END_DECLS #endif +/* + * Begin rump syscall conditionals. Yes, something a little better

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

2011-03-09 Thread Antti Kantee
$ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: component.c,v 1.6 2010/03/01 13:12:19 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: component.c,v 1.7 2011/03/09 11:56:17 pooka Exp $); #include sys/param.h

CVS commit: src/usr.bin/shmif_dumpbus

2011-03-09 Thread Antti Kantee
2011/03/09 12:56:08 pooka Exp $ */ /*- * Copyright (c) 2010 Antti Kantee. All Rights Reserved. @@ -139,7 +139,7 @@ if (write(pfd, phdr, sizeof(phdr)) != sizeof(phdr)) err(1, phdr write); } else { - pfd = 0; /* XXXgcc */ + pfd = -1; /* XXXgcc */ } curbus = bmem-shm_first

CVS commit: src/lib/librumphijack

2011-03-09 Thread Antti Kantee
Mar 9 15:03:18 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: hijack.c,v 1.77 2011/03/09 09:17:12 pooka Exp $ */ +/* $NetBSD: hijack.c,v 1.78 2011/03/09 15:03:18 pooka Exp $ */ /*- * Copyright (c) 2011 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h -__RCSID

CVS commit: src/lib/librumpclient

2011-03-09 Thread Antti Kantee
: rumpclient.c,v 1.43 2011/03/09 15:09:21 pooka Exp $ */ /* * Copyright (c) 2010, 2011 Antti Kantee. All Rights Reserved. @@ -30,7 +30,7 @@ */ #include sys/cdefs.h -__RCSID($NetBSD: rumpclient.c,v 1.42 2011/03/08 18:28:01 pooka Exp $); +__RCSID($NetBSD: rumpclient.c,v 1.43 2011/03/09 15:09:21 pooka

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

2011-03-09 Thread Antti Kantee
: locks.c,v 1.52 2011/03/09 18:15:39 pooka Exp $ */ /* * Copyright (c) 2007, 2008 Antti Kantee. All Rights Reserved. @@ -29,7 +29,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: locks.c,v 1.51 2011/03/08 12:39:29 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: locks.c,v 1.52 2011/03/09 18:15

CVS commit: src/sys/sys

2011-03-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 9 19:02:04 UTC 2011 Modified Files: src/sys/sys: param.h Log Message: Bump version for new quota code -- even if ABIs didn't change, it's still a major feature. To generate a diff of this commit: cvs rdiff -u -r1.384

CVS commit: src/lib/librumphijack

2011-03-09 Thread Antti Kantee
18:45:30 2011 +++ src/lib/librumphijack/hijack.c Wed Mar 9 20:48:57 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: hijack.c,v 1.80 2011/03/09 18:45:30 bouyer Exp $ */ +/* $NetBSD: hijack.c,v 1.81 2011/03/09 20:48:57 pooka Exp $ */ /*- * Copyright (c) 2011 Antti Kantee. All Rights Reserved

CVS commit: src/tests/lib/librumphijack

2011-03-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 9 21:26:00 UTC 2011 Modified Files: src/tests/lib/librumphijack: t_tcpip.sh Log Message: nfsd + mount_nfs test with stock system binaries To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/kern

2011-03-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 9 21:52:31 UTC 2011 Modified Files: src/sys/kern: syscalls.master Log Message: mark old quotactl rump too To generate a diff of this commit: cvs rdiff -u -r1.246 -r1.247 src/sys/kern/syscalls.master Please note that

CVS commit: src/sys/kern

2011-03-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 9 22:12:45 UTC 2011 Modified Files: src/sys/kern: syscalls.master Log Message: actually, revert previous for now. quotactl doesn't play with the same rules as all the other compat functions. To generate a diff of this

<    6   7   8   9   10   11   12   13   14   15   >