aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm/mconsole.c
Commit message (Collapse)AuthorAgeFilesLines
* * ruby extension extracted from irdummTobias Brunner2008-08-071-1/+1
| | | | * guests do not shutdown anymore on SIGINT in irb
* exec on a guest now returns the return value of the executed processTobias Brunner2008-07-311-5/+1
|
* uml "exec" writes stdout/stderr back to mconsoleMartin Willi2008-07-081-53/+41
| | | | | guest->exec() accepts a callback for output sligtly refactored mconsole.c
* guest interface/address management using hackish mconsole exec patch, ruby ↵Martin Willi2008-07-071-0/+22
| | | | bindings
* some stability improvementsMartin Willi2008-07-041-10/+13
|
* properly removing bootup poll interface eth0Martin Willi2008-05-151-1/+4
|
* poll UML guests after startup using eth9=mcast, as networking is loaded ↵Martin Willi2008-05-141-3/+3
| | | | after console
* prototype of dumm GUIMartin Willi2008-04-281-40/+53
|
* fixed scenario loadingMartin Willi2007-09-131-0/+31
|
* simple console support through pts devicesMartin Willi2007-08-281-15/+61
|
* reread notify socket when interrupted (EINTR) through sigchildMartin Willi2007-08-101-1/+5
|
* implemented mconsole notification to check if guest came upMartin Willi2007-07-261-31/+129
| | | | slightly modified menu commands
* fixed tap device setup (requires open/close for each call)Martin Willi2007-07-261-1/+1
| | | | using more meaningful names for tap devices
* fixed mconsole when using multiple guestsMartin Willi2007-07-251-1/+1
| | | | fixed interface enumeration bug
* added dynamic interface manipulation for guestsMartin Willi2007-07-251-0/+170
management of tap devices on the host