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

2014-03-18 Thread Antti Kantee
$ */ /* * 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.44 2014/03/13 21:11:12 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: if_virt.c,v 1.45 2014/03/18 18:10:08 pooka Exp $); #include sys

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

2014-03-17 Thread Antti Kantee
Mar 17 11:30:40 2014 @@ -0,0 +1,68 @@ +/* $NetBSD: md_component.c,v 1.1 2014/03/17 11:30:40 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

CVS commit: src/sys/rump

2014-03-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Mar 16 14:02:06 UTC 2014 Modified Files: src/sys/rump: Makefile.rump Log Message: Allow RUMP_LDSCRIPT itself to be used to specify which ldscript to use. HAVE_SUN_LD will be deprecated in the future. To generate a diff of

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

2014-03-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Mar 16 14:14:40 UTC 2014 Modified Files: src/sys/rump/kern/lib/libsys_sunos: Makefile Log Message: fix tyop To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/rump/kern/lib/libsys_sunos/Makefile Please note

CVS commit: src/sys/rump

2014-03-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Mar 16 14:33:22 UTC 2014 Added Files: src/sys/rump: README.compileopts Log Message: document compile-time options for rump kernels To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/rump/README.compileopts

CVS commit: src/sys/rump

2014-03-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Mar 16 14:47:47 UTC 2014 Modified Files: src/sys/rump: README.compileopts Log Message: note that it's a good idea to do a clean build if an option is changed To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/rump

2014-03-16 Thread Antti Kantee
$ */ +/* $NetBSD: rumpuser.h,v 1.110 2014/03/16 15:30:05 pooka Exp $ */ /* * Copyright (c) 2007-2013 Antti Kantee. All Rights Reserved. @@ -175,14 +175,14 @@ int rumpuser_thread_create(void *(*f)(v void rumpuser_thread_exit(void) __dead; int rumpuser_thread_join(void *); -#if defined(LIBRUMPUSER

CVS commit: src/sys/rump

2014-03-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Mar 16 15:31:03 UTC 2014 Modified Files: src/sys/rump: Makefile.rump README.compileopts Log Message: Introduce RUMP_CURLWP compile option to select curlwp scheme. Default is still hypercall. To generate a diff of this

CVS commit: src/sys/rump

2014-03-15 Thread Antti Kantee
$ */ /* * Copyright (c) 2008-2011 Antti Kantee. All Rights Reserved. @@ -38,6 +38,8 @@ #include sys/cpu_data.h #include machine/pcb.h +#include rump_curlwp.h + struct cpu_info { struct cpu_data ci_data; cpuid_t ci_cpuid; @@ -73,8 +75,7 @@ static __inline void cpu_handle_ipi(void

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

2014-03-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Mar 15 15:22:42 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: Use uniprocessor-optimized locking in RUMP_LOCKS_UP=yes (default: no) To generate a diff of this commit: cvs rdiff -u

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

2014-03-14 Thread Antti Kantee
: virtif_user.c,v 1.2 2014/03/13 20:55:26 pooka Exp $ */ +/* $NetBSD: virtif_user.c,v 1.3 2014/03/14 10:06:22 pooka Exp $ */ /* * Copyright (c) 2013 Antti Kantee. All Rights Reserved. @@ -51,7 +51,7 @@ #include if_virt.h #include virtif_user.h -#if VIFHYPER_REVISION != 20140302 +#if VIFHYPER_REVISION

CVS commit: src/lib/librumpuser

2014-03-13 Thread Antti Kantee
: rumpuser_dl.c,v 1.25 2013/10/30 13:08:14 pooka Exp $ */ +/* $NetBSD: rumpuser_dl.c,v 1.26 2014/03/13 11:21:54 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.25 2013/10

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

2014-03-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 13 16:09:11 UTC 2014 Modified Files: src/sys/lib/libkern/arch/hppa: Makefile.inc Log Message: remove compiler-rt duplicates to fix build To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2014-03-13 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.40 2014/03/12 17:49:13 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: if_virt.c,v 1.41 2014/03/13 18:14:13 pooka Exp $); #include sys/param.h #include sys/kernel.h @@ -47,7 +47,7

CVS commit: src/sys/sys

2014-03-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 13 20:36:01 UTC 2014 Modified Files: src/sys/sys: cdefs.h Log Message: For compilers without __COUNTER__, make the ctassert name contain __INCLUDE_LEVEL__ ## _ ## __LINE__. It's not perfect, but at least it's better than

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

2014-03-13 Thread Antti Kantee
+1,4 @@ -/* $NetBSD: if_virt.c,v 1.41 2014/03/13 18:14:13 pooka Exp $ */ +/* $NetBSD: if_virt.c,v 1.42 2014/03/13 20:55:26 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.41

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

2014-03-13 Thread Antti Kantee
: if_virt.c,v 1.43 2014/03/13 20:59:12 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.42 2014/03/13 20:55:26 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: if_virt.c,v 1.43 2014/03/13 20

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

2014-03-13 Thread Antti Kantee
/libvirtif/if_virt.c Thu Mar 13 21:11:12 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: if_virt.c,v 1.43 2014/03/13 20:59:12 pooka Exp $ */ +/* $NetBSD: if_virt.c,v 1.44 2014/03/13 21:11:12 pooka Exp $ */ /* * Copyright (c) 2008, 2013 Antti Kantee. All Rights Reserved. @@ -26,12 +26,13 @@ */ #include sys

CVS commit: src/sys/kern

2014-03-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Mar 14 00:52:08 UTC 2014 Modified Files: src/sys/kern: syscalls.master Log Message: Add rump kernel syscall wrapper flag for a bunch of time-related syscalls (nanosleep, clock_gettime, etc.). These are mostly intended for

CVS commit: src/sys

2014-03-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Mar 14 00:56:38 UTC 2014 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/kern

2014-03-13 Thread Antti Kantee
@@ +/* $NetBSD: time_component.c,v 1.1 2014/03/14 01:02:34 pooka Exp $ */ + +/* + * Copyright (c) 2014 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

CVS commit: src/distrib/sets/lists

2014-03-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Mar 14 01:05:57 UTC 2014 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi shl.mi src/distrib/sets/lists/debug: mi shl.mi Log Message: + rumpkern_time To generate a diff of

CVS commit: src/sys/net

2014-03-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 12 12:59:57 UTC 2014 Modified Files: src/sys/net: if.h Log Message: add a mask for valid capabilities also add a comment stating why capabilities start from 0x80 To generate a diff of this commit: cvs rdiff -u -r1.160

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

2014-03-12 Thread Antti Kantee
1.39 2014/03/03 13:56:40 pooka Exp $ */ +/* $NetBSD: if_virt.c,v 1.40 2014/03/12 17:49:13 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.39 2014/03/03 13:56:40 pooka Exp

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

2014-03-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 12 23:40:58 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: Makefile Added Files: src/sys/rump/net/lib/libvirtif: Makefile.virtif Log Message: Separate common bits for all interfaces implementing virtif

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

2014-03-12 Thread Antti Kantee
Exp $ */ + +/* + * Copyright (c) 2009 Antti Kantee. All Rights Reserved. + * + * Development of this software was supported by The Nokia Foundation + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions

CVS commit: src/sys/rump

2014-03-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 13 01:34:06 UTC 2014 Modified Files: src/sys/rump: Makefile.rump src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: Allow multiple rumpcomp_user source modules to be specified by introducing

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

2014-03-12 Thread Antti Kantee
13 20:38:39 2013 +++ src/sys/rump/dev/lib/libugenhc/ugenhc.c Thu Mar 13 01:38:11 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: ugenhc.c,v 1.16 2013/09/13 20:38:39 joerg Exp $ */ +/* $NetBSD: ugenhc.c,v 1.17 2014/03/13 01:38:11 pooka Exp $ */ /* * Copyright (c) 2009, 2010 Antti Kantee. All Rights Reserved

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

2014-03-12 Thread Antti Kantee
+++ src/sys/rump/net/lib/libsockin/sockin.c Thu Mar 13 01:40:30 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: sockin.c,v 1.35 2013/08/29 17:49:21 rmind Exp $ */ +/* $NetBSD: sockin.c,v 1.36 2014/03/13 01:40:30 pooka Exp $ */ /* * Copyright (c) 2008, 2009 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7

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

2014-03-12 Thread Antti Kantee
+++ src/sys/rump/net/lib/libshmif/if_shmem.c Thu Mar 13 01:42:59 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: if_shmem.c,v 1.58 2013/09/13 20:38:04 joerg Exp $ */ +/* $NetBSD: if_shmem.c,v 1.59 2014/03/13 01:42:59 pooka Exp $ */ /* * Copyright (c) 2009, 2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7

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

2014-03-12 Thread Antti Kantee
:45:33 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 conditions + * are met: + * 1. Redistributions of source code must retain

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

2014-03-12 Thread Antti Kantee
/zfs_component.c:1.1 --- /dev/null Thu Mar 13 01:46:10 2014 +++ src/sys/rump/fs/lib/libzfs/zfs_component.c Thu Mar 13 01:46:10 2014 @@ -0,0 +1,57 @@ +/* $NetBSD: zfs_component.c,v 1.1 2014/03/13 01:46:10 pooka Exp $ */ + +/* + * Copyright (c) 2009 Antti Kantee. All Rights Reserved. + * + * Redistribution and use

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

2014-03-12 Thread Antti Kantee
$ */ + +/* + * 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 conditions + * are met: + * 1. Redistributions of source code must retain the above copyright

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

2014-03-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 13 01:48:08 UTC 2014 Modified Files: src/sys/rump/dev/lib/libwscons: Makefile Added Files: src/sys/rump/dev/lib/libwscons: wscons_component.c Removed Files: src/sys/rump/dev/lib/libwscons: component.c Log

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

2014-03-12 Thread Antti Kantee
@@ +/* $NetBSD: raidframe_component.c,v 1.1 2014/03/13 01:49:59 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

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

2014-03-12 Thread Antti Kantee
/cgd_component.c Thu Mar 13 01:50:51 2014 @@ -0,0 +1,59 @@ +/* $NetBSD: cgd_component.c,v 1.1 2014/03/13 01:50:51 pooka Exp $ */ + +/* + * Copyright (c) 2009 Antti Kantee. All Rights Reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted

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

2014-03-12 Thread Antti Kantee
/opencrypto_component.c:1.1 --- /dev/null Thu Mar 13 01:51:30 2014 +++ src/sys/rump/dev/lib/libopencrypto/opencrypto_component.c Thu Mar 13 01:51:30 2014 @@ -0,0 +1,69 @@ +/* $NetBSD: opencrypto_component.c,v 1.1 2014/03/13 01:51:30 pooka Exp $ */ + +/* + * Copyright (c) 2009 Antti Kantee. All Rights

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

2014-03-12 Thread Antti Kantee
/pad_component.c Thu Mar 13 01:52:04 2014 @@ -0,0 +1,46 @@ +/* $NetBSD: pad_component.c,v 1.1 2014/03/13 01:52:04 pooka Exp $ */ + +/*- + * Copyright (c) 2010 Antti Kantee. All Rights Reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted

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

2014-03-12 Thread Antti Kantee
/pud_component.c Thu Mar 13 01:53:04 2014 @@ -0,0 +1,45 @@ +/* $NetBSD: pud_component.c,v 1.1 2014/03/13 01:53:04 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

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

2014-03-12 Thread Antti Kantee
/null Thu Mar 13 01:52:37 2014 +++ src/sys/rump/dev/lib/librnd/rnd_component.c Thu Mar 13 01:52:37 2014 @@ -0,0 +1,65 @@ +/* $NetBSD: rnd_component.c,v 1.1 2014/03/13 01:52:37 pooka Exp $ */ + +/* + * Copyright (c) 2009 Antti Kantee. All Rights Reserved. + * + * Redistribution and use in source

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

2014-03-12 Thread Antti Kantee
01:53:48 2014 +++ src/sys/rump/dev/lib/libputter/putter_component.c Thu Mar 13 01:53:48 2014 @@ -0,0 +1,46 @@ +/* $NetBSD: putter_component.c,v 1.1 2014/03/13 01:53:48 pooka Exp $ */ + +/*- + * Copyright (c) 2009 Antti Kantee. All Rights Reserved. + * + * Redistribution and use in source

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

2014-03-12 Thread Antti Kantee
:1.1 --- /dev/null Thu Mar 13 01:54:22 2014 +++ src/sys/rump/dev/lib/libdm/dm_component.c Thu Mar 13 01:54:22 2014 @@ -0,0 +1,64 @@ +/* $NetBSD: dm_component.c,v 1.1 2014/03/13 01:54:22 pooka Exp $ */ + +/* + * Copyright (c) 2009 Antti Kantee. All Rights Reserved. + * + * Redistribution and use

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

2014-03-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 13 01:54:59 UTC 2014 Modified Files: src/sys/rump/dev/lib/libumass: Makefile Added Files: src/sys/rump/dev/lib/libumass: umass_component.c Removed Files: src/sys/rump/dev/lib/libumass: component.c Log

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

2014-03-12 Thread Antti Kantee
--- /dev/null Thu Mar 13 01:56:56 2014 +++ src/sys/rump/dev/lib/libdrvctl/drvctl_component.c Thu Mar 13 01:56:55 2014 @@ -0,0 +1,55 @@ +/* $NetBSD: drvctl_component.c,v 1.1 2014/03/13 01:56:55 pooka Exp $ */ + +/* + * Copyright (c) 2010 Antti Kantee. All Rights Reserved. + * + * Redistribution

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

2014-03-12 Thread Antti Kantee
/audio_component.c:1.1 --- /dev/null Thu Mar 13 01:57:52 2014 +++ src/sys/rump/dev/lib/libaudio/audio_component.c Thu Mar 13 01:57:52 2014 @@ -0,0 +1,69 @@ +/* $NetBSD: audio_component.c,v 1.1 2014/03/13 01:57:52 pooka Exp $ */ + +/* + * Copyright (c) 2010 Antti Kantee. All Rights Reserved. + * + * Redistribution

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

2014-03-12 Thread Antti Kantee
1.1 2014/03/13 01:57:29 pooka Exp $ */ + +/* + * Copyright (c) 2009 Antti Kantee. All Rights Reserved. + * + * Development of this software was supported by The Nokia Foundation + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided

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

2014-03-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 13 01:58:20 UTC 2014 Modified Files: src/sys/rump/dev/lib/libscsipi: Makefile Added Files: src/sys/rump/dev/lib/libscsipi: scsipi_component.c Removed Files: src/sys/rump/dev/lib/libscsipi: component.c Log

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

2014-03-12 Thread Antti Kantee
Mar 13 01:59:05 2014 @@ -0,0 +1,59 @@ +/* $NetBSD: fss_component.c,v 1.1 2014/03/13 01:59:05 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

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

2014-03-12 Thread Antti Kantee
/null Thu Mar 13 01:58:46 2014 +++ src/sys/rump/dev/lib/libscsitest/scsitest_component.c Thu Mar 13 01:58:46 2014 @@ -0,0 +1,46 @@ +/* $NetBSD: scsitest_component.c,v 1.1 2014/03/13 01:58:46 pooka Exp $ */ + +/* + * Copyright (c) 2010 Antti Kantee. All Rights Reserved. + * + * Redistribution and use

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

2014-03-12 Thread Antti Kantee
/bpf_component.c Thu Mar 13 02:01:04 2014 @@ -0,0 +1,53 @@ +/* $NetBSD: bpf_component.c,v 1.1 2014/03/13 02:01:04 pooka Exp $ */ + +/* + * Copyright (c) 2010 Antti Kantee. All Rights Reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted

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

2014-03-12 Thread Antti Kantee
/rump/kern/lib/libtty/tty_component.c:1.1 --- /dev/null Thu Mar 13 02:02:30 2014 +++ src/sys/rump/kern/lib/libtty/tty_component.c Thu Mar 13 02:02:30 2014 @@ -0,0 +1,73 @@ +/* $NetBSD: tty_component.c,v 1.1 2014/03/13 02:02:30 pooka Exp $ */ + +/* + * Copyright (c) 2010 Antti Kantee. All Rights

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

2014-03-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 13 02:03:47 UTC 2014 Modified Files: src/sys/rump/kern/lib/libsys_linux: Makefile Added Files: src/sys/rump/kern/lib/libsys_linux: sys_linux_component.c Removed Files: src/sys/rump/kern/lib/libsys_linux:

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

2014-03-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 13 02:03:16 UTC 2014 Modified Files: src/sys/rump/kern/lib/libsys_cygwin: Makefile Added Files: src/sys/rump/kern/lib/libsys_cygwin: sys_cygwin_component.c Removed Files: src/sys/rump/kern/lib/libsys_cygwin:

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

2014-03-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 13 02:04:14 UTC 2014 Modified Files: src/sys/rump/kern/lib/libsys_sunos: Makefile Added Files: src/sys/rump/kern/lib/libsys_sunos: sys_sunos_component.c Removed Files: src/sys/rump/kern/lib/libsys_sunos:

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

2014-03-12 Thread Antti Kantee
:59 2014 +++ src/sys/rump/net/lib/liblocal/local_component.c Thu Mar 13 02:04:59 2014 @@ -0,0 +1,45 @@ +/* $NetBSD: local_component.c,v 1.1 2014/03/13 02:04:59 pooka Exp $ */ + +/* + * Copyright (c) 2009 Antti Kantee. All Rights Reserved. + * + * Development of this software was supported

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

2014-03-12 Thread Antti Kantee
/sockin_component.c Thu Mar 13 02:05:49 2014 @@ -0,0 +1,47 @@ +/* $NetBSD: sockin_component.c,v 1.1 2014/03/13 02:05:49 pooka Exp $ */ + +/* + * Copyright (c) 2009 Antti Kantee. All Rights Reserved. + * + * Development of this software was supported by The Nokia Foundation + * + * Redistribution and use

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

2014-03-12 Thread Antti Kantee
/libnetmpls/netmpls_component.c:1.1 --- /dev/null Thu Mar 13 02:05:29 2014 +++ src/sys/rump/net/lib/libnetmpls/netmpls_component.c Thu Mar 13 02:05:29 2014 @@ -0,0 +1,64 @@ +/* $NetBSD: netmpls_component.c,v 1.1 2014/03/13 02:05:29 pooka Exp $ */ + +/* + * Copyright (c) 2009 Antti Kantee. All Rights

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

2014-03-12 Thread Antti Kantee
Mar 13 02:06:16 2014 +++ src/sys/rump/net/lib/libnetbt/netbt_component.c Thu Mar 13 02:06:16 2014 @@ -0,0 +1,43 @@ +/* $NetBSD: netbt_component.c,v 1.1 2014/03/13 02:06:16 pooka Exp $ */ + +/* + * Copyright (c) 2010 Antti Kantee. All Rights Reserved. + * + * Redistribution and use in source

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

2014-03-12 Thread Antti Kantee
/agr_component.c:1.1 --- /dev/null Thu Mar 13 02:07:03 2014 +++ src/sys/rump/net/lib/libagr/agr_component.c Thu Mar 13 02:07:03 2014 @@ -0,0 +1,42 @@ +/* $NetBSD: agr_component.c,v 1.1 2014/03/13 02:07:03 pooka Exp $ */ + +/* + * Copyright (c) 2009 Antti Kantee. All Rights Reserved

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

2014-03-12 Thread Antti Kantee
@@ +/* $NetBSD: net_component.c,v 1.1 2014/03/13 02:06:32 pooka Exp $ */ + +/* + * Copyright (c) 2009 Antti Kantee. All Rights Reserved. + * + * Development of this software was supported by The Nokia Foundation + * + * Redistribution and use in source and binary forms, with or without + * modification

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

2014-03-12 Thread Antti Kantee
/netinet_component.c Thu Mar 13 02:07:42 2014 @@ -0,0 +1,94 @@ +/* $NetBSD: netinet_component.c,v 1.1 2014/03/13 02:07:42 pooka Exp $ */ + +/* + * Copyright (c) 2009 Antti Kantee. All Rights Reserved. + * + * Development of this software was supported by The Nokia Foundation + * + * Redistribution

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

2014-03-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 13 02:07:24 UTC 2014 Modified Files: src/sys/rump/net/lib/libnpf: Makefile Added Files: src/sys/rump/net/lib/libnpf: npf_component.c Removed Files: src/sys/rump/net/lib/libnpf: component.c Log Message:

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

2014-03-12 Thread Antti Kantee
/shmif_component.c Thu Mar 13 02:08:04 2014 @@ -0,0 +1,50 @@ +/* $NetBSD: shmif_component.c,v 1.1 2014/03/13 02:08:04 pooka Exp $ */ + +/* + * Copyright (c) 2010 Antti Kantee. All Rights Reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification

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

2014-03-12 Thread Antti Kantee
Mar 13 02:08:24 2014 +++ src/sys/rump/net/lib/libbridge/bridge_component.c Thu Mar 13 02:08:24 2014 @@ -0,0 +1,42 @@ +/* $NetBSD: bridge_component.c,v 1.1 2014/03/13 02:08:24 pooka Exp $ */ + +/* + * Copyright (c) 2009 Antti Kantee. All Rights Reserved. + * + * Redistribution and use in source

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

2014-03-12 Thread Antti Kantee
/net/lib/libnetinet6/netinet6_component.c Thu Mar 13 02:08:44 2014 @@ -0,0 +1,60 @@ +/* $NetBSD: netinet6_component.c,v 1.1 2014/03/13 02:08:44 pooka Exp $ */ + +/* + * Copyright (c) 2013 Antti Kantee. All Rights Reserved. + * + * Redistribution and use in source and binary forms, with or without

CVS commit: src/sys

2014-03-11 Thread Antti Kantee
2014/03/11 20:22:47 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.150 2014/03/03 16:50:28 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: vm.c,v 1.151 2014/03/11 20:22:47 pooka Exp

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

2014-03-11 Thread Antti Kantee
/cpu_counter.h:1.3 --- /dev/null Tue Mar 11 20:25:05 2014 +++ src/sys/rump/include/machine/cpu_counter.h Tue Mar 11 20:25:05 2014 @@ -0,0 +1,43 @@ +/* $NetBSD: cpu_counter.h,v 1.3 2014/03/11 20:25:05 pooka Exp $ */ + +/*- + * Copyright (c) 2014 Antti Kantee. All Rights Reserved. + * + * Redistribution

CVS commit: src/sys/kern

2014-03-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 11 20:26:08 UTC 2014 Modified Files: src/sys/kern: kern_rndq.c Log Message: kill undesirable #ifdef _RUMPKERNEL To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/kern/kern_rndq.c Please note that

CVS commit: src/sys

2014-03-11 Thread Antti Kantee
1.152 2014/03/11 20:32:05 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.151 2014/03/11 20:22:47 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: vm.c,v 1.152 2014/03/11 20:32:05 pooka Exp

CVS commit: src/sys/dev

2014-03-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 11 20:35:47 UTC 2014 Modified Files: src/sys/dev: rndpseudo.c Log Message: kill _RUMPKERNEL ifdef To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/rndpseudo.c Please note that diffs are not

CVS commit: src/sys/lib/libkern

2014-03-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 12 00:22:53 UTC 2014 Modified Files: src/sys/lib/libkern: Makefile.libkern Log Message: Do not include compiler-rt in librump. librump is not a toolchain support library, and toolchain support belongs in the host libc or

CVS commit: src

2014-03-10 Thread Antti Kantee
20 00:41:05 2014 +++ src/sys/rump/include/rump/rump.h Mon Mar 10 22:38:53 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: rump.h,v 1.58 2014/02/20 00:41:05 pooka Exp $ */ +/* $NetBSD: rump.h,v 1.59 2014/03/10 22:38:53 pooka Exp $ */ /* * Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved. @@ -100,6

CVS commit: src/sys/rump

2014-03-10 Thread Antti Kantee
+++ src/sys/rump/include/rump/rump.h Mon Mar 10 22:44:10 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: rump.h,v 1.59 2014/03/10 22:38:53 pooka Exp $ */ +/* $NetBSD: rump.h,v 1.60 2014/03/10 22:44:10 pooka Exp $ */ /* * Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved. @@ -100,6 +100,7 @@ enum

CVS commit: src/lib/libp2k

2014-03-10 Thread Antti Kantee
@@ -1,4 +1,4 @@ -/* $NetBSD: p2k.c,v 1.63 2014/02/07 15:29:21 hannken Exp $ */ +/* $NetBSD: p2k.c,v 1.64 2014/03/10 22:47:27 pooka Exp $ */ /* * Copyright (c) 2007, 2008, 2009 Antti Kantee. All Rights Reserved. @@ -754,7 +754,7 @@ needcompat(void) /*LINTED*/ return __NetBSD_Version__

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

2014-03-10 Thread Antti Kantee
Mon Mar 10 22:44:10 2014 +++ src/sys/rump/include/rump/rump.h Mon Mar 10 22:48:29 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: rump.h,v 1.60 2014/03/10 22:44:10 pooka Exp $ */ +/* $NetBSD: rump.h,v 1.61 2014/03/10 22:48:29 pooka Exp $ */ /* * Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved

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

2014-03-10 Thread Antti Kantee
:21 2014 +++ src/sys/rump/include/machine/cpu.h Mon Mar 10 23:02:07 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.18 2014/01/22 23:38:21 christos Exp $ */ +/* $NetBSD: cpu.h,v 1.19 2014/03/10 23:02:07 pooka Exp $ */ /* * Copyright (c) 2008-2011 Antti Kantee. All Rights Reserved. @@ -25,6 +25,11

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

2014-03-10 Thread Antti Kantee
1.163 2014/02/20 01:01:10 pooka Exp $ */ +/* $NetBSD: emul.c,v 1.164 2014/03/11 00:59:38 pooka Exp $ */ /* * Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: emul.c,v 1.163 2014/02/20 01:01:10 pooka Exp

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

2014-03-03 Thread Antti Kantee
Mon Mar 3 13:56:40 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: if_virt.c,v 1.38 2014/02/21 08:33:51 skrll Exp $ */ +/* $NetBSD: if_virt.c,v 1.39 2014/03/03 13:56:40 pooka Exp $ */ /* * Copyright (c) 2008, 2013 Antti Kantee. All Rights Reserved. @@ -26,24 +26,17 @@ */ #include sys/cdefs.h

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

2014-03-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 3 14:01:30 UTC 2014 Modified Files: src/sys/rump/net/lib/libnpf: Makefile Log Message: For now, make it possible to not specify -D_NPF_TESTING by compiling with RUMP_NPF_TESTING_=no. This in turn makes it possible to use

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

2014-03-03 Thread Antti Kantee
$ */ /* * 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.149 2014/02/18 06:18:13 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: vm.c,v 1.150 2014/03/03 16:50:28 pooka Exp $); #include sys/param.h #include sys/atomic.h

CVS commit: src

2014-03-03 Thread Antti Kantee
/librumpvfs/rumpfs.4 Mon Mar 3 18:27:20 2014 @@ -0,0 +1,67 @@ +.\ $NetBSD: rumpfs.4,v 1.1 2014/03/03 18:27:20 pooka Exp $ +.\ +.\ Copyright (c) 2014 Antti Kantee. All rights reserved. +.\ +.\ Redistribution and use in source and binary forms, with or without +.\ modification, are permitted provided

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

2014-03-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 3 19:09:52 UTC 2014 Modified Files: src/sys/rump/net/lib/libnpf: Makefile Log Message: also include bsd.own.mk, so value for RUMP_NPF_TESTING can come from mk.conf To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/lib/librumpuser

2014-02-28 Thread Antti Kantee
$ */ +/* $NetBSD: rumpuser_sp.c,v 1.63 2014/02/28 13:55:36 pooka Exp $ */ /* * Copyright (c) 2010, 2011 Antti Kantee. All Rights Reserved. @@ -37,7 +37,7 @@ #include rumpuser_port.h #if !defined(lint) -__RCSID($NetBSD: rumpuser_sp.c,v 1.62 2014/01/08 01:45:29 pooka Exp $); +__RCSID($NetBSD

CVS commit: src/lib/librumpuser

2014-02-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 25 20:58:18 UTC 2014 Modified Files: src/lib/librumpuser: rumpuser_port.h Log Message: emulate printflike properly to avoid fatal error on clang To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

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

2014-02-25 Thread Antti Kantee
) 2008 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: netisr.c,v 1.7 2014/02/14 01:43:13 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: netisr.c,v 1.8 2014/02/25 22:40:53 pooka Exp $); #include sys/param.h #include sys/intr.h @@ -42,7 +42,14

CVS commit: src/sys/net

2014-02-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 25 22:42:06 UTC 2014 Modified Files: src/sys/net: if_ethersubr.c Log Message: If the in6 domain was not attached, do not attempt to process IPv6 packets. To generate a diff of this commit: cvs rdiff -u -r1.195 -r1.196

CVS commit: src/lib/librumpclient

2014-02-25 Thread Antti Kantee
pooka Exp $ */ /* * Copyright (c) 2010, 2011 Antti Kantee. All Rights Reserved. @@ -48,7 +48,7 @@ #define USE_KQUEUE #endif -__RCSID($NetBSD: rumpclient.c,v 1.56 2014/02/20 00:42:27 pooka Exp $); +__RCSID($NetBSD: rumpclient.c,v 1.57 2014/02/26 02:03:40 pooka Exp $); #include sys/param.h

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

2014-02-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 26 02:39:29 UTC 2014 Modified Files: src/sys/rump/net/lib/libnpf: component.c Log Message: Run constructor as part of network faction bootstrap, not device (rumpdev no longer necessary) To generate a diff of this commit:

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

2014-02-24 Thread Antti Kantee
(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.124 2014/02/07 15:29:23 hannken Exp $); +__KERNEL_RCSID(0, $NetBSD: rumpfs.c,v 1.125 2014/02/24 11:43:33 pooka Exp $); #include sys/param.h #include

CVS commit: src/sys/rump

2014-02-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Feb 24 19:22:14 UTC 2014 Modified Files: src/sys/rump: listsrcdirs Log Message: +rump_wmd To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/rump/listsrcdirs Please note that diffs are not public domain;

CVS commit: src/sys/rump

2014-02-19 Thread Antti Kantee
) 2007-2011 Antti Kantee. All Rights Reserved. @@ -71,7 +71,7 @@ enum rump_uiorw { RUMPUIO_READ, RUMPUIO_ enum rump_sigmodel { RUMP_SIGMODEL_PANIC, RUMP_SIGMODEL_IGNORE, - RUMP_SIGMODEL_HOST, + RUMP_SIGMODEL__HOST_NOTANYMORE, RUMP_SIGMODEL_RAISE, RUMP_SIGMODEL_RECORD }; Index: src/sys

CVS commit: src/lib

2014-02-19 Thread Antti Kantee
, 2011 Antti Kantee. All Rights Reserved. @@ -48,7 +48,7 @@ #define USE_KQUEUE #endif -__RCSID($NetBSD: rumpclient.c,v 1.55 2013/09/10 16:53:06 pooka Exp $); +__RCSID($NetBSD: rumpclient.c,v 1.56 2014/02/20 00:42:27 pooka Exp $); #include sys/param.h #include sys/mman.h @@ -99,6 +99,7 @@ int

CVS commit: src/lib/librumpuser

2014-02-19 Thread Antti Kantee
/lib/librumpuser/rumpuser.3 Thu Feb 20 00:43:26 2014 @@ -1,4 +1,4 @@ -.\ $NetBSD: rumpuser.3,v 1.17 2014/02/14 00:33:51 pooka Exp $ +.\ $NetBSD: rumpuser.3,v 1.18 2014/02/20 00:43:26 pooka Exp $ .\ .\ Copyright (c) 2013 Antti Kantee. All rights reserved. .\ @@ -23,7 +23,7 @@ .\ OUT

CVS commit: src/lib/librumpuser

2014-02-19 Thread Antti Kantee
:1.56 Thu Feb 20 00:42:27 2014 +++ src/lib/librumpuser/rumpuser.c Thu Feb 20 00:44:20 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpuser.c,v 1.56 2014/02/20 00:42:27 pooka Exp $ */ +/* $NetBSD: rumpuser.c,v 1.57 2014/02/20 00:44:20 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights

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

2014-02-19 Thread Antti Kantee
Jan 29 18:42:14 2014 +++ src/sys/rump/librump/rumpkern/emul.c Thu Feb 20 01:01:10 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: emul.c,v 1.162 2014/01/29 18:42:14 pooka Exp $ */ +/* $NetBSD: emul.c,v 1.163 2014/02/20 01:01:10 pooka Exp $ */ /* * Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved

CVS commit: src/lib/librumpuser

2014-02-19 Thread Antti Kantee
Apr 30 12:39:20 2013 +++ src/lib/librumpuser/rumpuser_int.h Thu Feb 20 01:24:49 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpuser_int.h,v 1.8 2013/04/30 12:39:20 pooka Exp $ */ +/* $NetBSD: rumpuser_int.h,v 1.9 2014/02/20 01:24:49 pooka Exp $ */ /* * Copyright (c) 2008 Antti Kantee. All Rights

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

2014-02-17 Thread Antti Kantee
/librump/rumpkern/vm.c:1.146 Sat Nov 23 22:24:31 2013 +++ src/sys/rump/librump/rumpkern/vm.c Mon Feb 17 19:33:05 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: vm.c,v 1.146 2013/11/23 22:24:31 christos Exp $ */ +/* $NetBSD: vm.c,v 1.147 2014/02/17 19:33:05 pooka Exp $ */ /* * Copyright (c) 2007-2011 Antti Kantee

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

2014-02-17 Thread Antti Kantee
:43:52 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.147 2014/02/17 19:33:05 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: vm.c,v 1.148 2014/02/17 19:43:52 pooka Exp $); #include

CVS commit: src/sys

2014-02-17 Thread Antti Kantee
1.149 2014/02/18 06:18:13 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.148 2014/02/17 19:43:52 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: vm.c,v 1.149 2014/02/18 06:18:13 pooka

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

2014-02-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 18 06:20:46 UTC 2014 Modified Files: src/sys/rump/kern/lib/libsys_linux: component.c Log Message: remove stub now provided by rump kernel base To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

<    1   2   3   4   5   6   7   8   9   10   >