Commit Graph

12 Commits

Author SHA1 Message Date
pooka 1124205570 Update a bit. 2013-01-08 13:12:26 +00:00
pooka c33b4c9a6b update slightly 2010-05-11 11:58:14 +00:00
pooka ed541767a0 drop silly backronym. just rump. 2010-05-11 09:45:59 +00:00
pooka e16bbe64c5 update list of directories 2009-09-04 10:54:44 +00:00
pooka c26a0d893f update description of include 2008-12-31 13:18:06 +00:00
pooka e10fef6cd2 Split vfs out of rumpkern into rumpvfs. Non-fs rumps no longer
include the file system code.  File system rumps explicitly need
to include rumpvfs from now on.
2008-11-19 14:10:48 +00:00
pooka 7fca80b0ff note rumpnet 2008-11-18 13:08:34 +00:00
pooka 8ffd7b368a document libraries in rump/net/lib 2008-10-09 11:50:08 +00:00
pooka bdf6e0b034 Install rump libraries and utilities to the base system and remove the
private non-installed build infrastructure from sys/rump.

breakdown of commit:
  * install relevant headers into /usr/include/rump
  * build sys/rump/librump/rumpuser and sys/rump/librump/rumpkern
    from src/lib and install as librumpuser and librump, respectively
    + this retains the ability to test a librump build with just the
      kernel sources at hand
  * move sys/rump/fs/lib/libukfs and sys/rump/fs/lib/libp2k to src/lib
    for general consumption, they are not kernel-space dwellers anyway
  * build and install sys/rump/fs/lib/lib$fs as librumpfs_$fs
  * add chapter 3 manual pages for rump, rumpuser, ukfs and p2k
  * build and install userspace kernel file system daemons if MKPUFFS=yes
    is spexified
  * retire fsconsole for now, it will make a comeback with an actually
    implemented version shortly
2008-07-29 13:17:40 +00:00
pooka 73dcfa3099 missed a bit 2007-08-16 19:56:22 +00:00
pooka fb60c8abcc describe libukfs 2007-08-16 19:53:48 +00:00
pooka a207f90686 add quick explanation of directory structure per Hubert's request 2007-08-06 21:03:12 +00:00