aboutsummaryrefslogtreecommitdiff
path: root/src/hci
AgeCommit message (Expand)AuthorFilesLines
2007-08-20__nonnull changesHolger Lubitz1-1/+18
2007-08-20__nonnull changesHolger Lubitz1-0/+2
2007-08-20__nonnull changesHolger Lubitz1-5/+5
2007-08-20__nonnull changesHolger Lubitz1-0/+8
2007-08-20__nonnull changesHolger Lubitz1-0/+5
2007-08-20__nonnull changesHolger Lubitz1-0/+9
2007-08-03Print multiple commands per line in helpMichael Brown1-2/+12
2007-08-02Error message cleanups.Michael Brown1-1/+2
2007-08-02Allow images to hold references to the originating URI.Michael Brown1-24/+59
2007-08-02Allowed zero-cost enforced ordering of features in startup bannerMichael Brown1-4/+4
2007-08-02Add FEATURE() macro, plus code to display features at startup time,Michael Brown1-1/+10
2007-07-28Make has_key() a static inline, rather than omitting it altogether.Michael Brown1-15/+1
2007-07-28Revert "make bool m_echo static" - I suspect this to be defined by specMichael Brown1-1/+1
2007-07-27make bool m_echo staticHolger Lubitz1-1/+1
2007-07-27remove has_key by #if 0'ing outHolger Lubitz1-1/+3
2007-07-27make _wgetc staticHolger Lubitz1-0/+1
2007-07-27make struct _softlabelkeys *slks staticHolger Lubitz1-1/+1
2007-07-27make imgfill_cmdline staticHolger Lubitz1-1/+2
2007-07-24Add per-file error identifiersMichael Brown1-9/+6
2007-07-03Warnings purge: src/{crypto,hci,net}Marty Connor5-0/+9
2007-06-28Removed debugging statements that should not have been checked in.Michael Brown1-2/+0
2007-06-28Quick hack to get image booting working againMichael Brown1-28/+35
2007-05-26Added EPIPE description.Michael Brown1-0/+1
2007-03-20TypoMichael Brown1-2/+2
2007-01-19Handle structured error codes.Michael Brown1-8/+63
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