aboutsummaryrefslogtreecommitdiff
path: root/lib/base/console.cpp
AgeCommit message (Collapse)Author
2008-01-17fix cmdline parserAndreas Monzner
2008-01-08use vfork instead of fork (this hopefully fixes the 'no moreAndreas Monzner
eConsoleAppContainer is working after a long enigma2 runtime' problem) optimize the eConsoleAppContainer::execute function
2007-12-16patch by Pieter Grimmerink: -call waitpid on the child, after it completes. ↵Felix Domke
This avoids zombies.
2006-12-14not block so longAndreas Monzner
2006-12-14fix read from pipesAndreas Monzner
2006-02-23dont kill pid -1Andreas Monzner
2006-02-22another new is to smallAndreas Monzner
2006-02-22make glibc memchecker happy :)Andreas Monzner
2006-02-22do some initializationsAndreas Monzner
2006-02-21add eConsoleAppContainer to execute shell scripts or applications from ↵Andreas Monzner
python without blocking the mainloop
2004-10-01 - add python, missing guiFelix Domke
- remove console (needs to be rewritten anyway) - eString -> std::string
2003-10-17import of enigma2Felix Domke