aboutsummaryrefslogtreecommitdiff
path: root/src/hci/shell.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-19Use stdio.h instead of vsprintf.hMichael Brown1-1/+1
2007-01-10Add "name" field to struct device to allow human-readable hardware deviceMichael Brown1-2/+4
2006-12-20Only need printf(), so use vsprintf.h instead of console.hMichael Brown1-1/+1
2006-12-20Add "exit --help" to preempt the pedants.Michael Brown1-2/+9
2006-12-19Minimal shell implementation using readline() and system().Michael Brown1-0/+86