NetBSD/sys/rump/librump
pooka ceca66166d * Add adapted version of the userspace atomic_cas ops for platforms
lacking special instructions.  We always use the spinlocked version
  (could use RAS on UP NetBSD host, but it's not portable).
* Add platform-based symbol quirk tables for selectively not renaming
  toolchain symbols for some platforms.  Although, this should really
  depend on the (toolchain,platform)-tuple and not just the platform.

This allows arm, hppa, mips and sh3 to build succesfully with an
isolated rump kernel namespace.  ... now, one arch remains: vax.
you must compile vax.  then, only then will you MI be.
2009-01-12 02:22:55 +00:00
..
rumpkern * Add adapted version of the userspace atomic_cas ops for platforms 2009-01-12 02:22:55 +00:00
rumpnet Purge multiple kernel opt files. 2009-01-01 19:43:57 +00:00
rumpuser Track mutex/rwlock/condvar status. This allows us to get rid of 2009-01-10 22:28:42 +00:00
rumpvfs more namespacing: rua -> rumpuser_aio 2009-01-07 20:34:32 +00:00
Makefile Split vfs out of rumpkern into rumpvfs. Non-fs rumps no longer 2008-11-19 14:10:48 +00:00
Makefile.inc Define -DMODULAR in Makefile.rump instead of the sys/rump/librump 2009-01-02 11:13:38 +00:00