aboutsummaryrefslogtreecommitdiff
path: root/src/hci
AgeCommit message (Expand)AuthorFilesLines
2007-01-19vsprintf.h is gPXE-specific; move it to include/gpxeMichael Brown1-1/+1
2007-01-19Use stdio.h instead of vsprintf.hMichael Brown11-11/+12
2007-01-18Include stdlib.h rather than malloc.hMichael Brown2-2/+2
2007-01-15Add ETIMEDOUTMichael Brown1-0/+1
2007-01-14Make TCP give up immediately when it receives -ENETUNREACH fromMichael Brown1-7/+10
2007-01-14Add the "initrd" commandMichael Brown1-20/+57
2007-01-14Make "boot" a synonym for "imgexec", to match grubMichael Brown1-0/+4
2007-01-14Rename "boot" to "autoboot"Michael Brown1-4/+4
2007-01-12Added ENOENT, since HTTP 404 translates to itMichael Brown1-0/+1
2007-01-12Add "dhcp" commandMichael Brown1-0/+103
2007-01-12Don't print "<NULL>" when we use imgautoselect().Michael Brown1-1/+2
2007-01-12Allow "imgexec" with no arguments to boot the file that was loaded withMichael Brown1-9/+18
2007-01-12Cleaner separation between imgXXX() functions and image_cmd.cMichael Brown1-51/+309
2007-01-12Add basic "fetch" and "imgstat" commands.Michael Brown1-0/+228
2007-01-12Be silent if there are no network interfacesMichael Brown1-6/+0
2007-01-11Added strerror(0)=="No error", so that TCP protocols can useMichael Brown1-0/+1
2007-01-10Add "route" command (which currently only displays the routing table; itMichael Brown1-0/+85
2007-01-10Force ordering of commands within help list.Michael Brown1-13/+13
2007-01-10Force ordering of commands in help list.Michael Brown1-13/+14
2007-01-10Add "name" field to struct device to allow human-readable hardware deviceMichael Brown3-8/+12
2007-01-10Move header file for usr/autoboot.c to include/usrMichael Brown1-4/+8
2007-01-10Added network interface management commandsMichael Brown1-0/+182
2007-01-09Reset character attributes before start of welcome banner, in caseMichael Brown1-1/+1
2007-01-05Avoid creating implicit memcpy()sMichael Brown2-9/+8
2006-12-21Print explicit error message on iSCSI boot failure, and addMichael Brown1-0/+1
2006-12-20Use getkey() and symbolic key names.Michael Brown1-6/+8
2006-12-20Use symbolic key names, and avoid moving beyond end of stringMichael Brown1-9/+17
2006-12-20Use getkey() and symbolic key names.Michael Brown1-4/+5
2006-12-20Define KEY_MIN and use it in kb.c.Michael Brown1-2/+2
2006-12-20settings_ui() now returns a status code.Michael Brown2-5/+14
2006-12-20Add EIO.Michael Brown1-5/+4
2006-12-20Split the (quick hack) boot logic out from main.c to autoboot.c, add aMichael Brown1-0/+21
2006-12-20Explicitly call erase(), to cope with platforms where the ANSI clearMichael Brown1-0/+5
2006-12-20Add "config" command to access config UIMichael Brown1-0/+35
2006-12-20Add instruction row, and save optionMichael Brown1-17/+58
2006-12-20Only need printf(), so use vsprintf.h instead of console.hMichael Brown2-2/+2
2006-12-20Clear message on alert row before printing new oneMichael Brown1-0/+1
2006-12-20Added descriptive text for settings and setting types, and display it inMichael Brown1-7/+70
2006-12-20Move {show,set,clear}_setting() to {show,set,clear}_named_setting().Michael Brown2-10/+9
2006-12-20Added messages for some of the most common errorsMichael Brown1-0/+11
2006-12-20Split strerror() out from errno.cMichael Brown1-0/+49
2006-12-20Alert when saving settings failsMichael Brown1-5/+27
2006-12-20Fix (hopefully) the scrolling logicMichael Brown1-11/+11
2006-12-20Add (partly-functional) user interface for editing configuration settingsMichael Brown1-0/+285
2006-12-20Don't automatically redraw the edit box; this allows better inheritance.Michael Brown1-19/+0
2006-12-20Editable text box widget based on mucurses and edit_string.Michael Brown1-0/+115
2006-12-20Reset screen on exit as well as entryMichael Brown1-6/+3
2006-12-20Add "exit --help" to preempt the pedants.Michael Brown1-2/+9
2006-12-20Remove obsolete mechanism for including nvo_cmd.oMichael Brown1-2/+0
2006-12-20Move nvo_cmd.c to hci/commands.Michael Brown1-0/+111