Commit Graph

22 Commits

Author SHA1 Message Date
jym e09db11815 Duplicate item detected, destroying duplicate. 2011-04-15 22:57:05 +00:00
wiz 971b386cde Oh no -- a space! get rid of it, quick. 2011-03-27 22:51:35 +00:00
pooka 9fdb8e5eff mention rumphijack 2011-03-25 16:13:05 +00:00
pooka 0446c4bc83 add paragraph about kernel clients 2011-03-25 16:07:43 +00:00
pooka 611baabe1a xfer rump_server(1), downgrade experimentalness level a bit 2011-02-21 08:50:45 +00:00
pooka cd3bc9a153 sprinkle a few references (just a diet sprinkling really) 2011-02-16 23:51:50 +00:00
pooka 4adc7d0ea6 add some notes on access control 2011-02-07 22:04:36 +00:00
pooka 8d51265b11 Use rump_sp consistently in chapter 7
nothing gets past the wizd, nothing.
2011-01-25 14:05:42 +00:00
pooka d67d4f135c document rump_pub_lwproc_rfork() 2011-01-02 13:03:29 +00:00
wiz 9d8035939e Add missing word. 2010-12-16 17:17:07 +00:00
pooka 02d25938f6 Describe the rump_sp facility a bit. 2010-12-16 15:29:28 +00:00
pooka f55f15b84d xfer rump_etfs 2010-12-16 12:39:39 +00:00
pooka 120195d187 document RUMP_NVNODES 2010-11-19 17:35:04 +00:00
pooka 4b75e68c49 update with reality 2010-10-29 15:38:15 +00:00
wiz b5ec94d2d1 Fix a typo, uppercase UID/GID. 2010-09-03 07:12:51 +00:00
pooka 0a85e62a45 xfer rump_lwproc 2010-09-02 15:24:34 +00:00
pooka 0bd39d154c document rump_lwproc 2010-09-02 12:29:49 +00:00
wiz 1d743f8e48 Add some commas. 2010-08-30 11:37:52 +00:00
wiz 392a19e562 Fix typo. 2010-08-27 18:31:18 +00:00
pooka 33e9636157 Move the manpage from the kernel sources into lib, 'cause that's
where it's used.
2010-08-27 08:21:43 +00:00
lukem e77a187288 Back to WARNS=3 until the kernel source is -Wsign-compare friendly. 2009-02-12 13:20:17 +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