Age | Commit message (Expand) | Author | Files | Lines |
2007-08-20 | __nonnull changes | Holger Lubitz | 1 | -1/+18 |
2007-08-20 | __nonnull changes | Holger Lubitz | 1 | -0/+2 |
2007-08-20 | __nonnull changes | Holger Lubitz | 1 | -5/+5 |
2007-08-20 | __nonnull changes | Holger Lubitz | 1 | -0/+8 |
2007-08-20 | __nonnull changes | Holger Lubitz | 1 | -0/+5 |
2007-08-20 | __nonnull changes | Holger Lubitz | 1 | -0/+9 |
2007-08-03 | Print multiple commands per line in help | Michael Brown | 1 | -2/+12 |
2007-08-02 | Error message cleanups. | Michael Brown | 1 | -1/+2 |
2007-08-02 | Allow images to hold references to the originating URI. | Michael Brown | 1 | -24/+59 |
2007-08-02 | Allowed zero-cost enforced ordering of features in startup banner | Michael Brown | 1 | -4/+4 |
2007-08-02 | Add FEATURE() macro, plus code to display features at startup time, | Michael Brown | 1 | -1/+10 |
2007-07-28 | Make has_key() a static inline, rather than omitting it altogether. | Michael Brown | 1 | -15/+1 |
2007-07-28 | Revert "make bool m_echo static" - I suspect this to be defined by spec | Michael Brown | 1 | -1/+1 |
2007-07-27 | make bool m_echo static | Holger Lubitz | 1 | -1/+1 |
2007-07-27 | remove has_key by #if 0'ing out | Holger Lubitz | 1 | -1/+3 |
2007-07-27 | make _wgetc static | Holger Lubitz | 1 | -0/+1 |
2007-07-27 | make struct _softlabelkeys *slks static | Holger Lubitz | 1 | -1/+1 |
2007-07-27 | make imgfill_cmdline static | Holger Lubitz | 1 | -1/+2 |
2007-07-24 | Add per-file error identifiers | Michael Brown | 1 | -9/+6 |
2007-07-03 | Warnings purge: src/{crypto,hci,net} | Marty Connor | 5 | -0/+9 |
2007-06-28 | Removed debugging statements that should not have been checked in. | Michael Brown | 1 | -2/+0 |
2007-06-28 | Quick hack to get image booting working again | Michael Brown | 1 | -28/+35 |
2007-05-26 | Added EPIPE description. | Michael Brown | 1 | -0/+1 |
2007-03-20 | Typo | Michael Brown | 1 | -2/+2 |
2007-01-19 | Handle structured error codes. | Michael Brown | 1 | -8/+63 |
2007-01-19 | vsprintf.h is gPXE-specific; move it to include/gpxe | Michael Brown | 1 | -1/+1 |
2007-01-19 | Use stdio.h instead of vsprintf.h | Michael Brown | 11 | -11/+12 |
2007-01-18 | Include stdlib.h rather than malloc.h | Michael Brown | 2 | -2/+2 |
2007-01-15 | Add ETIMEDOUT | Michael Brown | 1 | -0/+1 |
2007-01-14 | Make TCP give up immediately when it receives -ENETUNREACH from | Michael Brown | 1 | -7/+10 |
2007-01-14 | Add the "initrd" command | Michael Brown | 1 | -20/+57 |
2007-01-14 | Make "boot" a synonym for "imgexec", to match grub | Michael Brown | 1 | -0/+4 |
2007-01-14 | Rename "boot" to "autoboot" | Michael Brown | 1 | -4/+4 |
2007-01-12 | Added ENOENT, since HTTP 404 translates to it | Michael Brown | 1 | -0/+1 |
2007-01-12 | Add "dhcp" command | Michael Brown | 1 | -0/+103 |
2007-01-12 | Don't print "<NULL>" when we use imgautoselect(). | Michael Brown | 1 | -1/+2 |
2007-01-12 | Allow "imgexec" with no arguments to boot the file that was loaded with | Michael Brown | 1 | -9/+18 |
2007-01-12 | Cleaner separation between imgXXX() functions and image_cmd.c | Michael Brown | 1 | -51/+309 |
2007-01-12 | Add basic "fetch" and "imgstat" commands. | Michael Brown | 1 | -0/+228 |
2007-01-12 | Be silent if there are no network interfaces | Michael Brown | 1 | -6/+0 |
2007-01-11 | Added strerror(0)=="No error", so that TCP protocols can use | Michael Brown | 1 | -0/+1 |
2007-01-10 | Add "route" command (which currently only displays the routing table; it | Michael Brown | 1 | -0/+85 |
2007-01-10 | Force ordering of commands within help list. | Michael Brown | 1 | -13/+13 |
2007-01-10 | Force ordering of commands in help list. | Michael Brown | 1 | -13/+14 |
2007-01-10 | Add "name" field to struct device to allow human-readable hardware device | Michael Brown | 3 | -8/+12 |
2007-01-10 | Move header file for usr/autoboot.c to include/usr | Michael Brown | 1 | -4/+8 |
2007-01-10 | Added network interface management commands | Michael Brown | 1 | -0/+182 |
2007-01-09 | Reset character attributes before start of welcome banner, in case | Michael Brown | 1 | -1/+1 |
2007-01-05 | Avoid creating implicit memcpy()s | Michael Brown | 2 | -9/+8 |
2006-12-21 | Print explicit error message on iSCSI boot failure, and add | Michael Brown | 1 | -0/+1 |