aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm/mconsole.c
Commit message (Expand)AuthorAgeFilesLines
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-10/+12
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-6/+6
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-15/+15
* fixed printf fromat for length limited stringMartin Willi2009-08-071-1/+1
* added booted?/boot methodsMartin Willi2009-04-071-2/+5
* fixed some minor issues found when using -DFORTIFY_SOURCE=2Martin Willi2008-11-101-2/+2
* fixed some compiler warningsMartin Willi2008-10-271-6/+2
* added a guest.mconsole() method to script mconsole (e.g. add additional conX=)Martin Willi2008-10-151-1/+1
* guest bootup waits for init, not for network stack (fixes 2.6.27 guest kernels)Martin Willi2008-10-071-20/+3
* * ruby extension extracted from irdummTobias Brunner2008-08-071-1/+1
* 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 interface/address management using hackish mconsole exec patch, ruby bi...Martin Willi2008-07-071-0/+22
* 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 after...Martin Willi2008-05-141-3/+3
* 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
* fixed tap device setup (requires open/close for each call)Martin Willi2007-07-261-1/+1
* fixed mconsole when using multiple guestsMartin Willi2007-07-251-1/+1
* added dynamic interface manipulation for guestsMartin Willi2007-07-251-0/+170