History log of /seL4-camkes-master/tools/rumprun/lib/librumprun_base/config.c
Revision Date Author Comments
# 870d8684 25-Nov-2015 Antti Kantee <pooka@iki.fi>

Restore old argv behaviour which was lost with rc_TESTING.

The first argv deriving from cmdline will be used for all
remaining executables. Sucky semantics, but while we're in
limbo, we're in limbo, and not much sense can be made here.


# 633cdac3 21-Oct-2015 Antti Kantee <pooka@iki.fi>

Support pipe between multibaked executables.

The usual multibake cautions apply due to the currently shared
libc state, and especially in this case shared stdio state.


# 008489c1 20-Oct-2015 Antti Kantee <pooka@iki.fi>

Allow config entries in nested objects.


# e4e94594 20-Oct-2015 Antti Kantee <pooka@iki.fi>

Fix rc object processing.


# ede438f0 20-Oct-2015 Antti Kantee <pooka@iki.fi>

Don't accept pipe runmode for now.

Implementing it is a bit more difficult than imagined ...


# 2b2ffa46 20-Oct-2015 Antti Kantee <pooka@iki.fi>

Perform some config sanity checks


# 1c837ba4 20-Oct-2015 Antti Kantee <pooka@iki.fi>

rumprun_config_path: extern -> static


# 0b214677 20-Oct-2015 Antti Kantee <pooka@iki.fi>

g/c deconfig

Should be and (mostly is) implemented by the rump kernel.


# 64352109 19-Oct-2015 Antti Kantee <pooka@iki.fi>

Automatically detect type of block devices in runtime config.

In other words, do not run blkid in rumprun. This change addresses
two issues:
1) systems which do not have blkid will now work
2) identifying fs type at launchtime does not do anything useful


# 33e6d4b8 19-Oct-2015 Antti Kantee <pooka@iki.fi>

Use rumprun_exec for the old-style cmdline passing.

(temporary compat)


# 46dc031f 18-Oct-2015 Antti Kantee <pooka@iki.fi>

Don't assign const char * to char *


# 635dbd2e 18-Oct-2015 Antti Kantee <pooka@iki.fi>

Rename librumprun_base/rumpconfig.c -> config.c

"rumpconfig" is definitely the wrong name. It could be
rumprun_config.c, but let's drop the redudancy wrt. the lib name.