summaryrefslogtreecommitdiffstats
path: root/src/core/exec.c
Commit message (Collapse)AuthorAgeFilesLines
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
|
* Ignore comment lines.Michael Brown2007-01-121-3/+5
| | | | Avoid returning errors for comments and empty lines.
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-2/+4
| | | | | | | | | | | names. Add "dev" pointer in struct net_device to tie network interfaces back to a hardware device. Force natural alignment of data types in __table() macros. This seems to prevent gcc from taking the unilateral decision to occasionally increase their alignment (which screws up the table packing).
* Use common symbols to avoid dragging in getopt.o unless a getopt-usingMichael Brown2006-12-191-0/+4
| | | | command is linked in.
* 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