.. |
arch
|
Give the kernel pmap a container in case some tries to access it
|
2010-06-17 08:22:02 +00:00 |
opt
|
we've had ksyms since forever
|
2010-04-17 13:10:02 +00:00 |
atomic_cas_generic.c
|
I got a report about this not compiling on mips64. While I could
|
2009-12-18 22:37:18 +00:00 |
devsw.c
|
Borrow /dev/mem major from i386 for /dev/null and autogenerate node.
|
2010-07-07 10:47:39 +00:00 |
emul.c
|
As normal, fix breakage from untested commits by rmind.
|
2010-06-23 08:36:03 +00:00 |
intr.c
|
Add missing include
|
2010-05-18 20:18:18 +00:00 |
klock.c
|
Namespace rump-only kernel biglock routines appropriately.
|
2010-05-18 15:16:10 +00:00 |
kobj_rename.c
|
Implement kobj_renamespace() for rump. Support for a few archs is
|
2010-04-26 23:17:13 +00:00 |
kobj_stubs.c
|
fix format
|
2009-01-01 19:33:40 +00:00 |
locks_up.c
|
Make it possible to define an upper limit for memory consumed by
|
2010-06-14 21:04:56 +00:00 |
locks.c
|
Similarly to cv_wait, fail if trying to cv_wait_sig() without threads.
|
2010-06-09 07:54:13 +00:00 |
ltsleep.c
|
Support mtsleep() without a biglocked sleeper (uvm uses this in
|
2010-05-31 23:18:33 +00:00 |
Makefile
|
Install rump libraries and utilities to the base system and remove the
|
2008-07-29 13:17:40 +00:00 |
Makefile.rumpkern
|
Reinstate the blanket pmap.h for archs which do not conform to the
|
2010-06-16 11:45:21 +00:00 |
memalloc.c
|
Reflect change to pool_drain_end. Makes -DRUMP_USE_UNREAL_ALLOCATORS
|
2010-07-11 11:27:47 +00:00 |
pmap_stub.c
|
Reinstate the blanket pmap.h for archs which do not conform to the
|
2010-06-16 11:45:21 +00:00 |
rump_private.h
|
Make it possible to define an upper limit for memory consumed by
|
2010-06-14 21:04:56 +00:00 |
rump_syscalls.c
|
regen: ksem syscalls
|
2010-06-10 19:10:09 +00:00 |
rump.3
|
drop silly backronym. just rump.
|
2010-05-11 09:45:59 +00:00 |
rump.c
|
fd_hold() when creating new threads. This makes the fd code use
|
2010-07-11 11:37:24 +00:00 |
rumpcopy.c
|
Ignore errors when copyin/out len == 0.
|
2010-07-18 12:44:31 +00:00 |
rumpcpu_generic.c
|
Fix multiple virtual cpu support.
|
2010-04-27 23:30:29 +00:00 |
rumpkern_if_priv.h
|
regen: kauth_cred_t -> struct kauth_cred *
|
2010-04-14 14:14:52 +00:00 |
rumpkern_if_wrappers.c
|
regen: kauth_cred_t -> struct kauth_cred *
|
2010-04-14 14:14:52 +00:00 |
rumpkern.ifspec
|
Use "struct kauth_cred *" instead of kauth_cred_t in all exported
|
2010-04-14 14:12:48 +00:00 |
scheduler.c
|
Assert that l_target_cpu isn't null, just in case we had some memory
|
2010-07-11 16:20:39 +00:00 |
signals.c
|
Use kern_proc.c instead of a collection of stubs. But what we
|
2010-06-10 21:40:42 +00:00 |
sleepq.c
|
init global cv only once
|
2009-11-17 15:23:42 +00:00 |
sysproxy_socket.c
|
Add types for LWP_CREATE and LWP_EXIT rpc calls. Currently unimplemented.
|
2010-03-01 13:02:46 +00:00 |
threads.c
|
Don't use rumpuser_malloc() directly.
|
2010-06-03 19:36:21 +00:00 |
vm.c
|
Make it possible to define an upper limit for memory consumed by
|
2010-06-14 21:04:56 +00:00 |