Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 1 | -6/+6 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -15/+15 |
| | |||||
* | fixed printf fromat for length limited string | Martin Willi | 2009-08-07 | 1 | -1/+1 |
| | |||||
* | added booted?/boot methods | Martin Willi | 2009-04-07 | 1 | -2/+5 |
| | |||||
* | fixed some minor issues found when using -DFORTIFY_SOURCE=2 | Martin Willi | 2008-11-10 | 1 | -2/+2 |
| | |||||
* | fixed some compiler warnings | Martin Willi | 2008-10-27 | 1 | -6/+2 |
| | |||||
* | added a guest.mconsole() method to script mconsole (e.g. add additional conX=) | Martin Willi | 2008-10-15 | 1 | -1/+1 |
| | |||||
* | guest bootup waits for init, not for network stack (fixes 2.6.27 guest kernels) | Martin Willi | 2008-10-07 | 1 | -20/+3 |
| | |||||
* | * ruby extension extracted from irdumm | Tobias Brunner | 2008-08-07 | 1 | -1/+1 |
| | | | | * guests do not shutdown anymore on SIGINT in irb | ||||
* | exec on a guest now returns the return value of the executed process | Tobias Brunner | 2008-07-31 | 1 | -5/+1 |
| | |||||
* | uml "exec" writes stdout/stderr back to mconsole | Martin Willi | 2008-07-08 | 1 | -53/+41 |
| | | | | | guest->exec() accepts a callback for output sligtly refactored mconsole.c | ||||
* | guest interface/address management using hackish mconsole exec patch, ruby ↵ | Martin Willi | 2008-07-07 | 1 | -0/+22 |
| | | | | bindings | ||||
* | some stability improvements | Martin Willi | 2008-07-04 | 1 | -10/+13 |
| | |||||
* | properly removing bootup poll interface eth0 | Martin Willi | 2008-05-15 | 1 | -1/+4 |
| | |||||
* | poll UML guests after startup using eth9=mcast, as networking is loaded ↵ | Martin Willi | 2008-05-14 | 1 | -3/+3 |
| | | | | after console | ||||
* | prototype of dumm GUI | Martin Willi | 2008-04-28 | 1 | -40/+53 |
| | |||||
* | fixed scenario loading | Martin Willi | 2007-09-13 | 1 | -0/+31 |
| | |||||
* | simple console support through pts devices | Martin Willi | 2007-08-28 | 1 | -15/+61 |
| | |||||
* | reread notify socket when interrupted (EINTR) through sigchild | Martin Willi | 2007-08-10 | 1 | -1/+5 |
| | |||||
* | implemented mconsole notification to check if guest came up | Martin Willi | 2007-07-26 | 1 | -31/+129 |
| | | | | slightly modified menu commands | ||||
* | fixed tap device setup (requires open/close for each call) | Martin Willi | 2007-07-26 | 1 | -1/+1 |
| | | | | using more meaningful names for tap devices | ||||
* | fixed mconsole when using multiple guests | Martin Willi | 2007-07-25 | 1 | -1/+1 |
| | | | | fixed interface enumeration bug | ||||
* | added dynamic interface manipulation for guests | Martin Willi | 2007-07-25 | 1 | -0/+170 |
management of tap devices on the host |