| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use stdio.h instead of vsprintf.h | Michael Brown | 2007-01-19 | 1 | -1/+1 |
| | | |||||
| * | Ignore comment lines. | Michael Brown | 2007-01-12 | 1 | -3/+5 |
| | | | | | Avoid returning errors for comments and empty lines. | ||||
| * | Add "name" field to struct device to allow human-readable hardware device | Michael Brown | 2007-01-10 | 1 | -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-using | Michael Brown | 2006-12-19 | 1 | -0/+4 |
| | | | | | command is linked in. | ||||
| * | Cope with system(""). | Michael Brown | 2006-12-08 | 1 | -6/+12 |
| | | |||||
| * | D'oh d'oh d'oh d'oh d'oh d'oh d'oh d'oh d'oh | Michael Brown | 2006-12-08 | 1 | -3/+9 |
| | | |||||
| * | Added execv() and system(). | Michael Brown | 2006-12-08 | 1 | -0/+139 |
