summaryrefslogtreecommitdiffstats
path: root/src/hci/shell.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
* 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