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 multiple

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-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Apr 22 07:10:47 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c signals.c Log Message: more signal stuff to group. no functional change. To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/sys/

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

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

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 that

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

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

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 src/sys/rump/librump/rumpkern/opt/ksym

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 s

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 \ src/sys/rump/librump/rumpkern/opt/op

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 src/sys/rump/librump/rumpkern/locks.

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 generat

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 src/sys/rump/librump/rumpker

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 g

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

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 note

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-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 src/sys/rump/librump/rumpk

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 t

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 src/sys/rump/librump/rumpkern/Mak

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

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 src/sys/rump/librump/rumpkern/

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

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 instea

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 src/sys/rump/librump/rumpkern

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

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 Please

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 src/sys/rump/librump/rum

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

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-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Dec 18 22:37:18 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: atomic_cas_generic.c Log Message: I got a report about this not compiling on mips64. While I could not repeat the problem and while this should not be use

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 commi

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 src/sys/rump/librump/rumpkern

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

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 ARCH_E

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 Pleas

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 src/sys/rump/librump/rumpk

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

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 src/sys/rump/librump/ru

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

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

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 rd

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 src

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 d

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

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 src/sys/rump/librump/rum

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 defi

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 Pl

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

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 src/sys/rump/librump/rumpkern/Makefile.ru

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 rdi

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

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 Please

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 P

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

2009-11-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Nov 11 16:47:50 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: ltsleep.c Log Message: support timeouts in tsleep To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/rump/librump/rumpkern/ltsleep.c

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

2009-11-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 10 17:02:36 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: init uvm readahead To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 src/sys/rump/librump/rumpkern/rump.c Please note

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

2009-11-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Nov 9 19:17:42 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump_private.h Log Message: Hash out soft interrupts to be a little closer to real softints: * split them into levels * allow only one per level to be

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

2009-11-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Nov 9 19:16:18 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: intr.c scheduler.c Log Message: Hash out soft interrupts to be a little closer to real softints: * split them into levels * allow only one per level to

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

2009-11-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Nov 9 19:02:49 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: threads.c Log Message: adjust comment for previous To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/rump/librump/rumpkern/threads.c P

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

2009-11-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Nov 9 19:00:52 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: threads.c Log Message: set LP_INTR for KTHREAD_INTR To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/rump/librump/rumpkern/threads.c

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

2009-11-09 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Mon Nov 9 14:35:38 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: pmap_stub.c Log Message: - make this compile on sparc. - shrink blanks to fit in 80 columns. To generate a diff of this commit: cvs rdiff -u -r1.22 -r

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 Please

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

2009-11-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Nov 4 20:38:58 UTC 2009 Added Files: src/sys/rump/librump/rumpkern: memalloc.c Log Message: Pull all relegating memory allocators under a common roof in memalloc.c (forgot to commit the new file) To generate a diff of this c

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

2009-11-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Nov 4 19:21:51 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c Removed Files: src/sys/rump/librump/rumpkern: misc_stub.c Log Message: misc_stub and emul have been the same thing for a l

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

2009-11-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Nov 4 19:17:53 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c Added Files: src/sys/rump/librump/rumpkern: threads.c Log Message: Give the kthread->pthread interface emulation its own m

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

2009-11-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Nov 4 18:27:40 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rumpcopy.c Log Message: trim trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/rump/librump/rumpkern/rumpcopy.c Pl

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

2009-11-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Nov 4 18:25:36 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c vm.c Removed Files: src/sys/rump/librump/rumpkern: pool.c Log Message: Pull all relegating memory allocators under a commo

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

2009-11-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Nov 4 18:11:11 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: misc_stub.c scheduler.c Log Message: Implement yield()/preempt() now that there is a CPU scheduler. To generate a diff of this commit: cvs rdiff -u -r1.2

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

2009-11-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Nov 4 17:01:45 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c Added Files: src/sys/rump/librump/rumpkern: rumpcopy.c Log Message: move copy-related routines to their own module To ge

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

2009-11-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Nov 4 16:55:20 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c vm.c Log Message: Use std. uiomove() & friends. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/rump/libru

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

2009-11-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Nov 4 13:32:39 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern locks.c rump.c Log Message: Use kern_mutex_obj.c directly instead of copypasting code. To generate a diff of this commit: cvs rdiff -u

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

2009-11-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 3 20:22:33 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Reorder enough of lwp/cpu initialization to have enough context for pool/kmem init to work again with the stock versions (as opposed to

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

2009-11-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 3 20:25:31 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Weak aliazeize usermount_common_policy() to uncouple rumpkern linkage from rumpvfs once again after the secmodel changes. (temp solutio

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

2009-11-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 3 18:44:15 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: move module to SRCS where it logically belongs. no functional change. To generate a diff of this commit: cvs rdiff -u -r1

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 src/sys/rump/librump/rum

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

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 Ple

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

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 Pleas

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

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() s

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 \ src/sys/rump/librump/rumpk

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

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 L

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 src/sys/rump/librump/rumpkern/

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

2009-10-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Oct 14 17:30:52 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump_private.h Log Message: g/c some stuff which wasn't supposed to see the light of day To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 sr

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

2009-10-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Oct 8 00:47:47 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Seems like module loading code is tasked with calling secmodel_register() these days ... To generate a diff of this commit: cvs rdiff

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

2009-10-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Oct 8 00:36:56 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: remove extraneous call to secmodel_suser_start() To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 src/sys/rump/librump

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

2009-10-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Oct 5 09:09:29 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: set l_cpu for lwp0 To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 src/sys/rump/librump/rumpkern/rump.c Please note

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

2009-10-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Oct 4 17:40:34 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: ltsleep.c Log Message: Fix hopefully the last deadlock in the wretched piece of code: since ltsleep abuses "while (!mutex_tryenter()) continue;" for NOT re

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

2009-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 3 22:55:48 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: Need proc_uidmatch To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sys/rump/librump/rumpkern/emul.c Please note

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

2009-10-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Oct 2 15:51:26 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: Include humanize and extent support in rumpkern. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/rum

<    1   2   3   4   5   6   >