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

2014-04-13 Thread Antti Kantee
Exp $ */ /* * Copyright (c) 2010 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pci_at_mainbus.c,v 1.1 2014/04/04 12:53:59 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pci_at_mainbus.c,v 1.2 2014/04/13 12:40:00 pooka Exp $

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

2014-04-12 Thread Antti Kantee
ht (c) 2007-2011 Antti Kantee. All Rights Reserved. @@ -41,7 +41,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.154 2014/04/10 22:14:03 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.155 2014/04/12 20:24:46 pooka Exp $"); #include #include

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

2014-04-10 Thread Antti Kantee
pooka Exp $ */ /*- * Copyright (c) 2013 Antti Kantee @@ -86,11 +86,6 @@ int _bus_dmamap_load_buffer (bus_dma_tag_t, bus_dmamap_t, void *, bus_size_t, struct vmspace *, int, paddr_t *, int *, int); -#undef PHYS_TO_BUS_MEM -#define PHYS_TO_BUS_MEM(_t_, _a_) rumpcomp_pci_virt_to_mach((void

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

2014-04-10 Thread Antti Kantee
4:03 pooka Exp $ */ /* * Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved. @@ -41,7 +41,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.153 2014/04/09 23:53:36 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.154 2014/04/10 22:14:03 pooka Exp $&

CVS commit: src

2014-04-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Apr 10 00:09:09 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 src/sys/rump/fs: Makefile.rumpfscomp Added Files

CVS commit: src/sys

2014-04-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 9 23:57:26 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 syscallargs

CVS commit: src/sys/kern

2014-04-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 9 23:55:37 UTC 2014 Modified Files: src/sys/kern: syscalls.master Log Message: rump kernel wrappers for aio syscalls To generate a diff of this commit: cvs rdiff -u -r1.267 -r1.268 src/sys/kern/syscalls.master Please no

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

2014-04-09 Thread Antti Kantee
+1,4 @@ -/* $NetBSD: lwproc.c,v 1.28 2014/03/16 15:30:05 pooka Exp $ */ +/* $NetBSD: lwproc.c,v 1.29 2014/04/09 23:53:36 pooka Exp $ */ /* * Copyright (c) 2010, 2011 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ #define RUMP__CURLWP_PRIVATE #include -__KERNEL_RCSID(0, &qu

CVS commit: src/sys/kern

2014-04-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 9 23:50:45 UTC 2014 Modified Files: src/sys/kern: makesyscalls.sh Log Message: properly handle forward declarations for pointerpointer arguments To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140 src/sys/ker

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

2014-04-09 Thread Antti Kantee
:1.292 Wed Apr 2 19:37:17 2014 +++ src/sys/rump/librump/rumpkern/rump.c Wed Apr 9 23:49:27 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: rump.c,v 1.292 2014/04/02 19:37:17 pooka Exp $ */ +/* $NetBSD: rump.c,v 1.293 2014/04/09 23:49:27 pooka Exp $ */ /* * Copyright (c) 2007-2011 Antti Kantee. All Rights

CVS commit: src/lib/libc/sys

2014-04-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Apr 8 13:02:14 UTC 2014 Modified Files: src/lib/libc/sys: _lwp_unpark_all.2 Log Message: play the "documentation matches implementation" game To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/sys/_lwp_

CVS commit: src/sys/rump/dev

2014-04-06 Thread Antti Kantee
libpci_if_iwn/iwn_at_pci.c Mon Apr 7 01:45:36 2014 @@ -0,0 +1,45 @@ +/* $NetBSD: iwn_at_pci.c,v 1.1 2014/04/07 01:45:36 pooka Exp $ */ + +/* + * Copyright (c) 2010 Antti Kantee. All Rights Reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, a

CVS commit: src/external/bsd/libpcap/include

2014-04-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 7 01:29:12 UTC 2014 Modified Files: src/external/bsd/libpcap/include: config.h Log Message: Re-add cloning bpf definition that got lost in rev 1.4. Needed at least for wpa_supplicant against a rump kernel (which does not c

CVS commit: src/sys/net80211

2014-04-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 7 00:07:40 UTC 2014 Modified Files: src/sys/net80211: ieee80211_netbsd.c ieee80211_netbsd.h ieee80211_rssadapt.c Log Message: Use module-compatible sysctl init instead of link sets. To generate a diff of this

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

2014-04-04 Thread Antti Kantee
_if_wm/wm_at_pci.c diff -u /dev/null src/sys/rump/dev/lib/libpci_if_wm/wm_at_pci.c:1.1 --- /dev/null Fri Apr 4 14:49:09 2014 +++ src/sys/rump/dev/lib/libpci_if_wm/wm_at_pci.c Fri Apr 4 14:49:09 2014 @@ -0,0 +1,45 @@ +/* $NetBSD: wm_at_pci.c,v 1.1 2014/04/04 14:49:09 pooka Exp $ */ + +/* + * Copy

CVS commit: src/sys/rump/dev

2014-04-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 4 14:49:41 UTC 2014 Modified Files: src/sys/rump/dev: Makefile.rumpdevcomp Log Message: Add PCI components, commented out from the default build for now. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sy

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

2014-04-04 Thread Antti Kantee
9 2014 @@ -0,0 +1,45 @@ +/* $NetBSD: phy_at_mii.c,v 1.1 2014/04/04 14:18:19 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 condition

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

2014-04-04 Thread Antti Kantee
59 2014 @@ -0,0 +1,75 @@ +/* $NetBSD: pci_at_mainbus.c,v 1.1 2014/04/04 12:53:59 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 c

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

2014-04-04 Thread Antti Kantee
/sys/rump/include/sys/bus.h Fri Apr 4 12:25:45 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: bus.h,v 1.3 2013/09/23 17:57:59 pooka Exp $ */ +/* $NetBSD: bus.h,v 1.4 2014/04/04 12:25:45 pooka Exp $ */ /* * Copyright (c) 2010 Antti Kantee. All Rights Reserved. @@ -37,8 +37,8 @@ /* bus space defs */ typedef

CVS commit: src/lib/librumpclient

2014-04-03 Thread Antti Kantee
17:09:23 justin Exp $ */ +/* $NetBSD: rumpclient.c,v 1.61 2014/04/03 17:11:35 pooka Exp $ */ /* * Copyright (c) 2010, 2011 Antti Kantee. All Rights Reserved. @@ -50,7 +50,7 @@ #define USE_SIGNALFD #endif -__RCSID("$NetBSD: rumpclient.c,v 1.60 2014/04/02 17:09:23 justi

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

2014-04-02 Thread Antti Kantee
$ */ /* * Copyright (c) 2008, 2013 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_virt.c,v 1.46 2014/03/20 20:42:08 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_virt.c,v 1.47 2014/04/02 19:44:15 pooka Exp $"); #include

CVS commit: src/sys/rump

2014-04-02 Thread Antti Kantee
pooka Exp $ */ +/* $NetBSD: time_component.c,v 1.2 2014/04/02 19:37:17 pooka Exp $ */ /* * Copyright (c) 2014 Antti Kantee. All Rights Reserved. @@ -26,16 +26,17 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: time_component.c,v 1.1 2014/03/14 01:02:34 pooka Exp $"); +__KERNEL_RCS

CVS commit: src/lib/librumpclient

2014-04-02 Thread Antti Kantee
) 2010, 2011 Antti Kantee. All Rights Reserved. @@ -50,7 +50,7 @@ #define USE_SIGNALFD #endif -__RCSID("$NetBSD: rumpclient.c,v 1.58 2014/04/02 14:48:03 pooka Exp $"); +__RCSID("$NetBSD: rumpclient.c,v 1.59 2014/04/02 15:04:19 pooka Exp $"); #include #include @@ -712,7

CVS commit: src/lib/librumpclient

2014-04-02 Thread Antti Kantee
/rumpclient.c Wed Apr 2 14:48:03 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpclient.c,v 1.57 2014/02/26 02:03:40 pooka Exp $ */ +/* $NetBSD: rumpclient.c,v 1.58 2014/04/02 14:48:03 pooka Exp $ */ /* * Copyright (c) 2010, 2011 Antti Kantee. All Rights Reserved. @@ -38,17 +38,19

CVS commit: src/lib/librumpuser

2014-04-02 Thread Antti Kantee
) 2007-2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ #include "rumpuser_port.h" #if !defined(lint) -__RCSID("$NetBSD: rumpuser.c,v 1.58 2014/03/16 10:23:59 njoly Exp $"); +__RCSID("$NetBSD: rumpuser.c,v 1.59 2014/04/02 13:54:42 pooka Exp $"); #endif /* !l

CVS commit: src/sys

2014-04-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Apr 1 13:11:44 UTC 2014 Modified Files: src/sys/netinet: ip_flow.c src/sys/netinet6: ip6_flow.c Log Message: Wrap ipflow_create() & ip6flow_create() in kernel lock. Prevents the interrupt side on another core from see

CVS commit: src/usr.bin/rump_allserver

2014-03-21 Thread Antti Kantee
1.36 2014/03/21 16:26:30 pooka Exp $ */ /*- * Copyright (c) 2010, 2011 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ #include #ifndef lint -__RCSID("$NetBSD: rump_allserver.c,v 1.35 2014/01/16 02:20:50 pooka Exp $"); +__RCSID("$NetBSD: rump_allserver.c,v 1.36 2014

CVS commit: src/lib/librumpuser

2014-03-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Mar 21 16:03:35 UTC 2014 Modified Files: src/lib/librumpuser: rumpuser_port.h Log Message: fix name of HAVE_PTHREAD_SETNAME_3 To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/librumpuser/rumpuser_port.h

CVS commit: src/lib/librumpuser

2014-03-21 Thread Antti Kantee
2014 +++ src/lib/librumpuser/rumpuser_pth.c Fri Mar 21 16:03:07 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpuser_pth.c,v 1.38 2014/03/21 12:28:54 pooka Exp $ */ +/* $NetBSD: rumpuser_pth.c,v 1.39 2014/03/21 16:03:07 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved

CVS commit: src/lib/librumpuser

2014-03-21 Thread Antti Kantee
/rumpuser_pth.c Fri Mar 21 12:28:54 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpuser_pth.c,v 1.37 2014/03/21 12:07:10 pooka Exp $ */ +/* $NetBSD: rumpuser_pth.c,v 1.38 2014/03/21 12:28:54 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ #include

CVS commit: src/lib/librumpuser

2014-03-21 Thread Antti Kantee
:1.36 Mon Mar 10 22:37:51 2014 +++ src/lib/librumpuser/rumpuser_pth.c Fri Mar 21 12:07:10 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpuser_pth.c,v 1.36 2014/03/10 22:37:51 justin Exp $ */ +/* $NetBSD: rumpuser_pth.c,v 1.37 2014/03/21 12:07:10 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee

CVS commit: src/sys/sys

2014-03-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 20 00:29:57 UTC 2014 Modified Files: src/sys/sys: mbuf.h Log Message: Adjust comment indent. no useful change To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 src/sys/sys/mbuf.h Please note that diffs are

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 -__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 $");

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

2014-03-17 Thread Antti Kantee
t.c Mon 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 that

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 commi

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 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 src/sys

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 Ple

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: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 thi

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 -r1.

CVS commit: src/sys/rump

2014-03-15 Thread Antti Kantee
+/* $NetBSD: cpu.h,v 1.20 2014/03/15 15:15:26 pooka Exp $ */ /* * Copyright (c) 2008-2011 Antti Kantee. All Rights Reserved. @@ -38,6 +38,8 @@ #include #include +#include "rump_curlwp.h" + struct cpu_info { struct cpu_data ci_data; cpuid_t ci_cpuid; @@ -73,8 +75,7 @@ stat

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

2014-03-14 Thread Antti Kantee
/* $NetBSD: 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 VIFH

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 th

CVS commit: src/sys/rump/kern

2014-03-13 Thread Antti Kantee
nt.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. Redistributions of s

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 syscallargs

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 situ

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

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 -__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

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 -__KERNEL_RCSID(0, "$NetBSD: if_virt.c,v 1.41 2014/

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 j

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

2014-03-13 Thread Antti Kantee
f_virt.c:1.40 Wed Mar 12 17:49:13 2014 +++ src/sys/rump/net/lib/libvirtif/if_virt.c Thu Mar 13 18:14:13 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: if_virt.c,v 1.40 2014/03/12 17:49:13 pooka Exp $ */ +/* $NetBSD: if_virt.c,v 1.41 2014/03/13 18:14:13 pooka Exp $ */ /* * Copyright (c) 2008, 2013 Antti

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 src/sys/lib/libkern/ar

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_d

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

2014-03-12 Thread Antti Kantee
ull Thu 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 sou

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

2014-03-12 Thread Antti Kantee
et6/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 + * modification,

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

2014-03-12 Thread Antti Kantee
mif/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/libnetinet

2014-03-12 Thread Antti Kantee
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 and use in source

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: renam

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

2014-03-12 Thread Antti Kantee
,63 @@ +/* $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 + * modificat

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

2014-03-12 Thread Antti Kantee
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. + * + * Redistribution and use in sou

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

2014-03-12 Thread Antti Kantee
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 and binary forms, with or with

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

2014-03-12 Thread Antti Kantee
kin/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

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

2014-03-12 Thread Antti Kantee
lib/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 Rig

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

2014-03-12 Thread Antti Kantee
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 by The Nokia Foundat

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: comp

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_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: comp

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

2014-03-12 Thread Antti Kantee
sys/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 Rig

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

2014-03-12 Thread Antti Kantee
bpf/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 permit

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

2014-03-12 Thread Antti Kantee
: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 in source and bin

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 Me

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

2014-03-12 Thread Antti Kantee
Thu 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 that

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

2014-03-12 Thread Antti Kantee
dio/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 Reser

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

2014-03-12 Thread Antti Kantee
c,v 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 t

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

2014-03-12 Thread Antti Kantee
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 and use in source

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 Messag

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

2014-03-12 Thread Antti Kantee
t.c: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/libputter

2014-03-12 Thread Antti Kantee
Mar 13 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/librnd

2014-03-12 Thread Antti Kantee
dev/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/libpud

2014-03-12 Thread Antti Kantee
pud/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 permit

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

2014-03-12 Thread Antti Kantee
pad/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 permit

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

2014-03-12 Thread Antti Kantee
pto/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.

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

2014-03-12 Thread Antti Kantee
cgd/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 permit

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

2014-03-12 Thread Antti Kantee
,66 @@ +/* $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/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 Me

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

2014-03-12 Thread Antti Kantee
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 the above copyri

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

2014-03-12 Thread Antti Kantee
01: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
ull 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 in source and bin

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

2014-03-12 Thread Antti Kantee
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 @@ */ #incl

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

2014-03-12 Thread Antti Kantee
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 @@ */ #incl

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

2014-03-12 Thread Antti Kantee
013 +++ 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. @@ -61,7 +6

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 RUMPCOMP_US

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

2014-03-12 Thread Antti Kantee
oka 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 conditi

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 hyp

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 -__KERNEL_RCSID(0, "$NetBSD: if_virt.c,v 1.39 2014/03/03 13:56:40 pook

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 -r

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 l

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 publi

CVS commit: src/sys

2014-03-11 Thread Antti Kantee
/03/11 20:22:47 pooka Exp $ */ +/* $NetBSD: vm.c,v 1.152 2014/03/11 20:32:05 pooka Exp $ */ /* * Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved. @@ -41,7 +41,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.151 2014/03/11 20:22:47 pooka Exp $"); +__KERNEL_R

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