summaryrefslogtreecommitdiffstats
path: root/src/core/exec.c
Commit message (Expand)AuthorAgeFilesLines
* [script] Allow for DOS-style line endings in scriptsMichael Brown2009-06-031-2/+3
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-6/+1Star
* [cmdline] Add setting expansion using ${...} syntaxMichael Brown2008-07-271-2/+96
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* Ignore comment lines.Michael Brown2007-01-121-3/+5
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-2/+4
* Use common symbols to avoid dragging in getopt.o unless a getopt-usingMichael Brown2006-12-191-0/+4
* Cope with system("").Michael Brown2006-12-081-6/+12
* D'oh d'oh d'oh d'oh d'oh d'oh d'oh d'oh d'ohMichael Brown2006-12-081-3/+9
* Added execv() and system().Michael Brown2006-12-081-0/+139