summaryrefslogtreecommitdiffstats
path: root/src/hci/shell.c
Commit message (Collapse)AuthorAgeFilesLines
* Print multiple commands per line in helpMichael Brown2007-08-031-2/+12
|
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
|
* 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).
* Only need printf(), so use vsprintf.h instead of console.hMichael Brown2006-12-201-1/+1
|
* Add "exit --help" to preempt the pedants.Michael Brown2006-12-201-2/+9
|
* Minimal shell implementation using readline() and system().Michael Brown2006-12-201-0/+86