summaryrefslogtreecommitdiffstats
path: root/src/hci
Commit message (Expand)AuthorAgeFilesLines
* Make has_key() a static inline, rather than omitting it altogether.Michael Brown2007-07-281-15/+1Star
* Revert "make bool m_echo static" - I suspect this to be defined by specMichael Brown2007-07-281-1/+1
* make bool m_echo staticHolger Lubitz2007-07-271-1/+1
* remove has_key by #if 0'ing outHolger Lubitz2007-07-271-1/+3
* make _wgetc staticHolger Lubitz2007-07-271-0/+1
* make struct _softlabelkeys *slks staticHolger Lubitz2007-07-271-1/+1
* make imgfill_cmdline staticHolger Lubitz2007-07-271-1/+2
* Add per-file error identifiersMichael Brown2007-07-241-9/+6Star
* Warnings purge: src/{crypto,hci,net}Marty Connor2007-07-035-0/+9
* Removed debugging statements that should not have been checked in.Michael Brown2007-06-281-2/+0Star
* Quick hack to get image booting working againMichael Brown2007-06-281-28/+35
* Added EPIPE description.Michael Brown2007-05-261-0/+1
* TypoMichael Brown2007-03-201-2/+2
* Handle structured error codes.Michael Brown2007-01-191-8/+63
* vsprintf.h is gPXE-specific; move it to include/gpxeMichael Brown2007-01-191-1/+1
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-1911-11/+12
* Include stdlib.h rather than malloc.hMichael Brown2007-01-182-2/+2
* Add ETIMEDOUTMichael Brown2007-01-151-0/+1
* Make TCP give up immediately when it receives -ENETUNREACH fromMichael Brown2007-01-141-7/+10
* Add the "initrd" commandMichael Brown2007-01-141-20/+57
* Make "boot" a synonym for "imgexec", to match grubMichael Brown2007-01-141-0/+4
* Rename "boot" to "autoboot"Michael Brown2007-01-141-4/+4
* Added ENOENT, since HTTP 404 translates to itMichael Brown2007-01-121-0/+1
* Add "dhcp" commandMichael Brown2007-01-121-0/+103
* Don't print "<NULL>" when we use imgautoselect().Michael Brown2007-01-121-1/+2
* Allow "imgexec" with no arguments to boot the file that was loaded withMichael Brown2007-01-121-9/+18
* Cleaner separation between imgXXX() functions and image_cmd.cMichael Brown2007-01-121-51/+309
* Add basic "fetch" and "imgstat" commands.Michael Brown2007-01-121-0/+228
* Be silent if there are no network interfacesMichael Brown2007-01-121-6/+0Star
* Added strerror(0)=="No error", so that TCP protocols can useMichael Brown2007-01-111-0/+1
* Add "route" command (which currently only displays the routing table; itMichael Brown2007-01-101-0/+85
* Force ordering of commands within help list.Michael Brown2007-01-101-13/+13
* Force ordering of commands in help list.Michael Brown2007-01-101-13/+14
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-103-8/+12
* Move header file for usr/autoboot.c to include/usrMichael Brown2007-01-101-4/+8
* Added network interface management commandsMichael Brown2007-01-101-0/+182
* Reset character attributes before start of welcome banner, in caseMichael Brown2007-01-091-1/+1
* Avoid creating implicit memcpy()sMichael Brown2007-01-052-9/+8Star
* Print explicit error message on iSCSI boot failure, and addMichael Brown2006-12-211-0/+1
* Use getkey() and symbolic key names.Michael Brown2006-12-201-6/+8
* Use symbolic key names, and avoid moving beyond end of stringMichael Brown2006-12-201-9/+17
* Use getkey() and symbolic key names.Michael Brown2006-12-201-4/+5
* Define KEY_MIN and use it in kb.c.Michael Brown2006-12-201-2/+2
* settings_ui() now returns a status code.Michael Brown2006-12-202-5/+14
* Add EIO.Michael Brown2006-12-201-5/+4Star
* Split the (quick hack) boot logic out from main.c to autoboot.c, add aMichael Brown2006-12-201-0/+21
* Explicitly call erase(), to cope with platforms where the ANSI clearMichael Brown2006-12-201-0/+5
* Add "config" command to access config UIMichael Brown2006-12-201-0/+35
* Add instruction row, and save optionMichael Brown2006-12-201-17/+58
* Only need printf(), so use vsprintf.h instead of console.hMichael Brown2006-12-202-2/+2