summaryrefslogtreecommitdiffstats
path: root/src/core/console.c
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* Keep running the main processing loop while waiting for input.Michael Brown2006-12-271-0/+6
|
* Some versions of doxygen seem to object to "@ret None" or similar.Michael Brown2005-05-241-8/+8
|
* DoxygenationMichael Brown2005-05-201-32/+59
|
* console.c uses the generic table mechanismMichael Brown2005-04-271-2/+2
|
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-0/+102