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

2010-04-28 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 28 16:34:25 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Instead of causing a catastrophic failure when uvm_loanuobjpages() is called, just pretend it hit a wired page and return EBUSY. This

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

2010-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Apr 27 23:30:30 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: intr.c rump.c rump_private.h rumpcpu_generic.c scheduler.c src/sys/rump/librump/rumpkern/arch/i386: rumpcpu.c Log Message: Fix

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

2010-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 28 00:32:30 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: intr.c Log Message: Fix snafu which caused the clock to travel lightspeed. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

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

2010-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 28 00:34:25 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern/arch/i386: rumpcpu.c Log Message: set first attached cpu as primary To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2010-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 28 00:42:16 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: scheduler.c Log Message: Limit virtual CPUs to MAXCPUS for now. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2010-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 28 00:43:16 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Make number of virtual CPUs match number of host CPUs on NetBSD/x86 hosts. To generate a diff of this commit: cvs rdiff -u -r1.165

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

2010-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Apr 27 23:30:30 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: intr.c rump.c rump_private.h rumpcpu_generic.c scheduler.c src/sys/rump/librump/rumpkern/arch/i386: rumpcpu.c Log Message: Fix

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

2010-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 28 00:32:30 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: intr.c Log Message: Fix snafu which caused the clock to travel lightspeed. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

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

2010-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 28 00:34:25 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern/arch/i386: rumpcpu.c Log Message: set first attached cpu as primary To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2010-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 28 00:42:16 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: scheduler.c Log Message: Limit virtual CPUs to MAXCPUS for now. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2010-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 28 00:43:16 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Make number of virtual CPUs match number of host CPUs on NetBSD/x86 hosts. To generate a diff of this commit: cvs rdiff -u -r1.165

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

2010-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 26 20:10:23 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Change machine from rump to MACHINE so that module_base goes right. Now, any guesses on how many archs this seemingly trivial change

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

2010-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 26 23:17:13 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Added Files: src/sys/rump/librump/rumpkern: kobj_rename.c Log Message: Implement kobj_renamespace() for rump. Support for a few

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

2010-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 26 20:10:23 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Change machine from rump to MACHINE so that module_base goes right. Now, any guesses on how many archs this seemingly trivial change

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

2010-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 26 23:17:13 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Added Files: src/sys/rump/librump/rumpkern: kobj_rename.c Log Message: Implement kobj_renamespace() for rump. Support for a few

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

2010-04-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 21 16:16:31 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c rump.c scheduler.c vm.c Log Message: support kern_resource To generate a diff of this commit: cvs rdiff -u -r1.78

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

2010-04-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 21 20:07:02 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: remove stuff which now comes via std. kernel source modules To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132

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

2010-04-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 21 16:16:31 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c rump.c scheduler.c vm.c Log Message: support kern_resource To generate a diff of this commit: cvs rdiff -u -r1.78

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

2010-04-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 19 11:26:33 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: no \n in panic To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/sys/rump/librump/rumpkern/emul.c Please note

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

2010-04-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Apr 17 12:57:37 UTC 2010 Removed Files: src/sys/rump/librump/rumpkern/opt: opt_vnode_lockdebug.h Log Message: no longer used To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 \

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

2010-04-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Apr 17 13:02:34 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern/opt: opt_modular.h opt_multiprocessor.h Log Message: Define some options (although they're currently unused due to how _KERNEL_OPT (doesn't) work. but be

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

2010-04-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Apr 17 13:10:02 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern/opt: ksyms.h Log Message: we've had ksyms since forever To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2010-04-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Apr 17 13:13:45 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: emul.c scheduler.c Log Message: Move scheduling related routines from emul.c to scheduler.c To generate a diff of this commit: cvs rdiff -u -r1.126

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

2010-04-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Apr 17 16:34:29 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: emul.c rump.c Log Message: One emul is enough and since we need emul_netbsd, retire emul_rump. To generate a diff of this commit: cvs rdiff -u -r1.127

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

2010-04-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Apr 17 12:57:37 UTC 2010 Removed Files: src/sys/rump/librump/rumpkern/opt: opt_vnode_lockdebug.h Log Message: no longer used To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 \

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

2010-04-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Apr 17 13:02:34 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern/opt: opt_modular.h opt_multiprocessor.h Log Message: Define some options (although they're currently unused due to how _KERNEL_OPT (doesn't) work. but be

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

2010-04-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Apr 17 16:34:29 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: emul.c rump.c Log Message: One emul is enough and since we need emul_netbsd, retire emul_rump. To generate a diff of this commit: cvs rdiff -u -r1.127

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

2010-04-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 14 10:27:53 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c intr.c rump.c Log Message: Include kern_tc and use a timecounter driver instead of homerolled kern_tc implementation. To

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

2010-04-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 14 10:34:55 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: locks.c Log Message: Add comment about clock mismatch. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

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

2010-04-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 14 14:49:05 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c Log Message: Use kern_syscall.c instead of homegrown syscall dis/establishment routines. To generate a diff of this commit: cvs

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

2010-04-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 14 10:34:55 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: locks.c Log Message: Add comment about clock mismatch. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

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

2010-04-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 12 22:17:23 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern rump.c Log Message: support lwp specificdata To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75

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

2010-04-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 12 22:17:23 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern rump.c Log Message: support lwp specificdata To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75

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

2010-03-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 31 11:35:33 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: * initialize msgbuf * for banner, use aprint_verbose instead of if (verbose) printf To generate a diff of this commit: cvs rdiff -u

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

2010-03-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 31 12:16:15 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: set kernel boottime To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 src/sys/rump/librump/rumpkern/rump.c Please

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

2010-03-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 31 14:08:33 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: We don't have a real rootdev (by default at least), so set it to NODEV. To generate a diff of this commit: cvs rdiff -u -r1.123

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

2010-03-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 31 18:56:07 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Create kern.hostname sysctl node. Using init_sysctl.c for creating the nodes requires some weeding, so don't try to use it yet. To

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

2010-03-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 31 11:35:33 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: * initialize msgbuf * for banner, use aprint_verbose instead of if (verbose) printf To generate a diff of this commit: cvs rdiff -u

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

2010-03-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 31 12:16:15 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: set kernel boottime To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 src/sys/rump/librump/rumpkern/rump.c Please

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

2010-02-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 9 16:53:13 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c threads.c Log Message: Store l_name for kernel threads. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152

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

2010-02-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 9 16:53:13 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c threads.c Log Message: Store l_name for kernel threads. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152

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

2010-01-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 31 15:12:42 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c Log Message: Include newly-created subr_device.c and remove few special case device accessor copypastes. This makes it possible

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

2010-01-30 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Jan 31 00:54:22 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: locks.c Log Message: Some might argue that it is benefi_c_ial to spell words correctly. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

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

2010-01-30 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Jan 31 00:54:22 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: locks.c Log Message: Some might argue that it is benefi_c_ial to spell words correctly. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

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

2010-01-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 31 02:08:36 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c Log Message: include kern_hook.c To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72

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

2010-01-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 27 20:16:17 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: threads.c Log Message: ignore pmf threads if RUMP_THREADS == 0 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2010-01-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 25 18:37:51 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: scheduler.c Log Message: Set attached cpus as running, otherwise (evil) state-probing code will not execute properly. To generate a diff of this commit:

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

2010-01-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 25 18:37:51 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: scheduler.c Log Message: Set attached cpus as running, otherwise (evil) state-probing code will not execute properly. To generate a diff of this commit:

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

2010-01-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 15 20:39:46 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Accomplish messy stack with slightly less messy code. To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151

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

2010-01-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 15 19:01:04 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c memalloc.c rump.c Removed Files: src/sys/rump/librump/rumpkern: percpu.c Log Message: Use subr_percpu.c

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

2010-01-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 15 20:39:46 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Accomplish messy stack with slightly less messy code. To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151

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

2010-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 13 00:07:40 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: If RUMP_VERBOSE is set in the env, set boothowto to AB_VERBOSE. To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149

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

2010-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 13 00:07:40 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: If RUMP_VERBOSE is set in the env, set boothowto to AB_VERBOSE. To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149

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

2010-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 13 01:18:51 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: Add a few symbols used by the tty code. To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117

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

2010-01-11 Thread Arnaud Ysmal
Module Name:src Committed By: stacktic Date: Mon Jan 11 19:19:58 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: memalloc.c Log Message: Fixed typo. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/rump/librump/rumpkern/memalloc.c Please note

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

2010-01-11 Thread Arnaud Ysmal
Module Name:src Committed By: stacktic Date: Mon Jan 11 19:19:58 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: memalloc.c Log Message: Fixed typo. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/rump/librump/rumpkern/memalloc.c Please note

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

2010-01-08 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jan 8 20:04:07 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: Expand PMF_FN_* macros. To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sys/rump/librump/rumpkern/emul.c

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

2009-12-24 Thread Elad Efrat
Module Name:src Committed By: elad Date: Fri Dec 25 01:56:44 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: allow rump to build To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/rump/librump/rumpkern/emul.c Please note

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

2009-12-23 Thread Arnaud Ysmal
Module Name:src Committed By: stacktic Date: Wed Dec 23 17:16:40 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: memalloc.c Log Message: Fixed build when using unreal allocators. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2009-12-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Dec 20 13:49:36 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: ltsleep.c Log Message: pthread_cond_timedwait (and therefore rumpuser_cv_timedwait) wants an absolute time instead of a delta. Fix bug which caused timed

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

2009-12-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Dec 20 13:56:36 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: ltsleep.c Log Message: add comment about prospective perils to previous To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

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

2009-12-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Dec 16 20:57:15 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c Added Files: src/sys/rump/librump/rumpkern: ident Log Message: Generate vers.c and include it in the kernel component.

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

2009-12-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Dec 16 20:59:04 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: print spammy banner in spammy bootstrap To generate a diff of this commit: cvs rdiff -u -r1.147 -r1.148

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

2009-12-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Dec 16 21:25:55 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Removed Files: src/sys/rump/librump/rumpkern: ident Log Message: update to newnewvers.sh usage To generate a diff of this

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

2009-12-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Dec 14 21:19:23 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Added Files: src/sys/rump/librump/rumpkern/arch/mips: Makefile.inc Log Message: Make librump play with mips nicely. Define

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

2009-12-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Dec 9 00:11:21 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Get rid of useless stubs. To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/sys/rump/librump/rumpkern/rump.c

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

2009-12-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Dec 5 12:54:11 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: threads.c Log Message: KERNEL_UNLOCK_LAST in non-mpsafe kthread exit. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2009-12-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Dec 5 13:01:31 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: ltsleep.c rump.c rump_private.h Log Message: Remove now-empty rump_sleepers_init() To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

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

2009-12-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Dec 5 22:44:08 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: intr.c ltsleep.c Log Message: Cast Oh Kath Ra once every second. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

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

2009-12-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Dec 4 16:47:33 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump.c vm.c Log Message: Provide the default_mapaddr method in default rump emul (since some kernel callers want to use it). To generate a diff of this

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

2009-12-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Dec 4 17:15:47 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Implement enough of uvm_mmap() to make the creative proplib ioctl copyout code work. No comments ... okok, if that'll make you leave me

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

2009-12-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Dec 4 17:57:16 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump_private.h vm.c Log Message: g/c unused functions (previously used by the vnode pager). To generate a diff of this commit: cvs rdiff -u -r1.40

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

2009-12-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Dec 3 12:16:36 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: threads.c Log Message: Soft-fail xcall thread creation to make RUMP_THREADS=0 work again. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2009-12-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Dec 3 13:12:16 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: locks.c rump_private.h Log Message: Remove last remnants of the long-ago-properly-fixed RUMP_LMUTEX_MAGIC hack. To generate a diff of this commit: cvs

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

2009-12-02 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Wed Dec 2 08:31:57 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump_private.h Log Message: Declare global pointers as extern, otherwise they become common symbols. Fix mips build in lib/librumpnet. To generate a

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

2009-12-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Dec 1 09:50:51 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: intr.c locks.c rump.c rump_private.h scheduler.c threads.c Log Message: Almost there for virtual CPU MP support: * support bound kernel

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

2009-12-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Dec 1 09:52:29 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c Log Message: Include cpu crosscall support (instead of stubbing it out). To generate a diff of this commit: cvs rdiff -u -r1.65

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

2009-11-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Nov 27 13:45:15 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern memalloc.c rump.c Log Message: Now that Makefile.rump was changed and everything gets built in update builds too, flip the allocator

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

2009-11-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Nov 27 17:55:04 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Remove no longer necessary vfs weak symbols. To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142

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

2009-11-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Nov 26 09:20:07 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump.c rumpkern.ifspec Log Message: Add rump_kernelfsym_load(), which loads the kernel symbol table. To generate a diff of this commit: cvs rdiff -u

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

2009-11-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Nov 26 10:42:04 UTC 2009 Removed Files: src/sys/rump/librump/rumpkern/opt: assym.h Log Message: Remove assym.h. It's no longer required by hppa since spcopy is not included anymore. To generate a diff of this commit: cvs

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

2009-11-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Nov 26 17:24:52 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: include sys_pipe.c To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64

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

2009-11-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Nov 26 17:29:34 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: locks.c Log Message: Provide some sort of cv_is_valid(). What a silly routine. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

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

2009-11-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Nov 26 17:36:22 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: remember to call pipe_init() To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139 src/sys/rump/librump/rumpkern/rump.c

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

2009-11-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 17 15:23:42 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: sleepq.c Log Message: init global cv only once To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/rump/librump/rumpkern/sleepq.c

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

2009-11-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Nov 11 16:50:17 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: ltsleep.c Log Message: set return value properly To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/rump/librump/rumpkern/ltsleep.c

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

2009-11-07 Thread Christoph Egger
David Laight wrote: Module Name: src Committed By: dsl Date: Sat Nov 7 12:08:35 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: pmap_stub.c Log Message: Fix stub prototype Doh! rump is not build as part of any kernel. Hence gcc didn't catch it. Thanks for

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

2009-11-07 Thread matthew green
David Laight wrote: Module Name: src Committed By: dsl Date: Sat Nov 7 12:08:35 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: pmap_stub.c Log Message: Fix stub prototype Doh! rump is not build as part of

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

2009-11-07 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Nov 7 12:08:35 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: pmap_stub.c Log Message: Fix stub prototype To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/rump/librump/rumpkern/pmap_stub.c

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

2009-10-21 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Oct 21 23:13:53 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: emul.c sleepq.c vm.c Log Message: Sync rump with kernel changes. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104

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

2009-10-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Oct 19 14:43:46 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump.3 Log Message: add Arnaud's EuroBSDCon paper To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/rump/librump/rumpkern/rump.3

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

2009-10-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 19 22:07:29 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: treat sun2 like the other losing platforms. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

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

2009-10-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Oct 19 22:31:47 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: remove stale uvm_readahead() stub To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/rump/librump/rumpkern/vm.c

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

2009-10-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Oct 19 22:35:11 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: __weak_alias for uvm_readahead() since it's used also in sys_descrip.c To generate a diff of this commit: cvs rdiff -u -r1.126

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

2009-10-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Oct 15 16:39:22 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: emul.c locks.c rump.c rump_private.h rumpkern.ifspec scheduler.c sysproxy_socket.c src/sys/rump/librump/rumpkern/arch/i386: rumpcpu.c

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

2009-10-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Oct 15 23:15:56 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: locks.c rump_private.h scheduler.c Log Message: When allocating the temporary lwp we must have an lwp context. So take turns using lwp0 for this purpose,

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

2009-10-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Oct 15 23:42:40 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern/arch/alpha: Makefile.inc Log Message: include rumpcpu_generic To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \

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

2009-10-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Oct 16 00:14:53 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c locks.c rump.c rump_private.h scheduler.c sleepq.c vm.c Log Message: Include sys_select.c for proper select()/poll()

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

2009-10-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Oct 16 02:13:54 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: sleepq.c Log Message: In case of timeout, remember to remove ourselves from the sleep staleq. To generate a diff of this commit: cvs rdiff -u -r1.3

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

2009-10-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Oct 15 01:29:07 UTC 2009 Added Files: src/sys/rump/librump/rumpkern: rumpcpu_generic.c Log Message: forgot to commit with previous batch To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

<    4   5   6   7   8   9   10   >