Commit Graph

34 Commits

Author SHA1 Message Date
christos 372af8af4b This is not needed anymore. 2015-08-21 06:56:35 +00:00
christos fa1a248aa9 Generate ioconf.h automatically.
XXX: still dup of KERN.ioconf here
2015-08-20 12:24:04 +00:00
christos e399169558 XXX: hack to fix the build 2015-08-20 11:28:02 +00:00
pooka 77e862601f Move rump kernel man pages from various sources to sys/rump
namely:
  * src/lib is used only when building for POSIX'y platforms, but
    the man pages have their use for all platforms
  * rumpuser.3 is a function of the rump kernel, not one of the of
    the POSIX'y implementation hosted in src/lib/librumpuser

no functional change
2014-11-09 17:39:37 +00:00
pooka 44c2121b8a Make fewer assumptions about the host. 2014-10-27 12:50:41 +00:00
pooka 735f1dbba0 add RETURN VALUES
from Martin Lucina, via rumpkernel-users
2014-10-27 12:32:08 +00:00
pooka e9fe155c86 Change the default value of rump kernels CPUs to 2. It used to be
the number of host cores, but that value is overkill for most uses,
especially with massively multicore hosts.  Dozens of useless virtual
CPUs are relatively speaking expensive in terms of bootstrap time and
memory footprint.  On the other end of the spectrum, defaulting to 2
might shake out some bugs from the qemu test runs.
2013-08-14 08:29:25 +00:00
wiz a5684d07dd Use Mt for email addresses. 2013-07-20 21:39:55 +00:00
pooka 394c73a3c4 minor terminology and generality fixes
"no functional change"
2013-05-31 16:25:24 +00:00
wiz c602ca6ae7 Use more markup, add a serial comma, fix a typo. 2013-05-03 20:24:26 +00:00
pooka 0835f1cded update and bump date 2013-05-02 11:32:44 +00:00
pooka f1e974670d +reference
XXX: this manpage is hideously out-of-date
2013-04-30 21:21:24 +00:00
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