| Commit message (Expand) | Author | Age | Files | Lines |
| * | Print informative error message when boot fails. | Michael Brown | 2007-01-11 | 1 | -1/+1 |
| * | Create include/gpxe/elf.h for the ELF bits that aren't part of the ELF | Michael Brown | 2007-01-11 | 2 | -8/+30 |
| * | Update TFTP to use a struct buffer rather than a callback. | Michael Brown | 2007-01-11 | 3 | -73/+80 |
| * | Use physical address in debug messages; they make more sense to read. | Michael Brown | 2007-01-11 | 1 | -8/+12 |
| * | Removed the Etherboot-specific ELF-image code and replaced it with a | Michael Brown | 2007-01-11 | 4 | -222/+134 |
| * | Add image directory back in | Michael Brown | 2007-01-11 | 1 | -1/+1 |
| * | Remove osloader.c and replace with a prep_segment() that uses userptr_t | Michael Brown | 2007-01-11 | 5 | -98/+87 |
| * | Added user_to_phys() and memset_user(). | Michael Brown | 2007-01-11 | 1 | -20/+45 |
| * | Move memmap.h out of arch/i386; it no longer contains anything | Michael Brown | 2007-01-11 | 3 | -5/+5 |
| * | Add phys_to_user() and copy_user(). | Michael Brown | 2007-01-11 | 1 | -2/+29 |
| * | buffer.c should be using copy_{to,from}_user, rather than | Michael Brown | 2007-01-11 | 4 | -13/+12 |
| * | I hate NULL pointer dereferences. | Michael Brown | 2007-01-11 | 1 | -0/+4 |
| * | Use pkb_pad() rather than doing it the dangerous way :) | Michael Brown | 2007-01-11 | 1 | -5/+2 |
| * | Extract packet-padding login from rtl8139.c to a separate pkbpad.c file. | Michael Brown | 2007-01-11 | 3 | -21/+69 |
| * | Change FTP to use a data buffer rather than a callback function. | Michael Brown | 2007-01-11 | 3 | -25/+47 |
| * | Fix bug in buffer.c, add buffer mini-unit test. | Michael Brown | 2007-01-11 | 2 | -3/+57 |
| * | Added strerror(0)=="No error", so that TCP protocols can use | Michael Brown | 2007-01-11 | 1 | -0/+1 |
| * | Update buffer-handling code to enable expandable buffers. | Michael Brown | 2007-01-11 | 6 | -295/+191 |
| * | Move include/buffer.h to include/gpxe/buffer.h | Michael Brown | 2007-01-11 | 7 | -9/+9 |
| * | Warn when net device on an active route is not open. | Michael Brown | 2007-01-10 | 1 | -0/+2 |
| * | Add "route" command (which currently only displays the routing table; it | Michael Brown | 2007-01-10 | 4 | -2/+89 |
| * | Add route() function to display routing table. | Michael Brown | 2007-01-10 | 6 | -33/+85 |
| * | Try booting from the "boot" network device first (i.e. the one which we | Michael Brown | 2007-01-10 | 1 | -7/+80 |
| * | Add find_pci_netdev() | Michael Brown | 2007-01-10 | 2 | -0/+20 |
| * | Add device description fields to struct device. | Michael Brown | 2007-01-10 | 10 | -24/+116 |
| * | Give UNDI device a more meaningful name. | Michael Brown | 2007-01-10 | 1 | -1/+1 |
| * | Force ordering of commands within help list. | Michael Brown | 2007-01-10 | 1 | -13/+13 |
| * | Force ordering of commands in help list. | Michael Brown | 2007-01-10 | 1 | -13/+14 |
| * | Having forced __table() to natural structure alignment, it now seems | Michael Brown | 2007-01-10 | 1 | -41/+43 |
| * | Add "name" field to struct device to allow human-readable hardware device | Michael Brown | 2007-01-10 | 51 | -135/+184 |
| * | Remove uIP; we haven't used it for quite some time now. | Michael Brown | 2007-01-10 | 8 | -3338/+2 |
| * | Allow udp_{send,sendto,sendto_via} to be called outside of the | Michael Brown | 2007-01-10 | 1 | -32/+39 |
| * | DHCP transmits via specified net device, so no need to create a dummy | Michael Brown | 2007-01-10 | 2 | -10/+2 |
| * | Add udp_sendto_via() to allow e.g. DHCP to transmit without first having | Michael Brown | 2007-01-10 | 2 | -3/+30 |
| * | Allow an explicit network device to be specified for IP-layer | Michael Brown | 2007-01-10 | 7 | -17/+32 |
| * | Add interface management commands | Michael Brown | 2007-01-10 | 1 | -0/+1 |
| * | Move header file for usr/autoboot.c to include/usr | Michael Brown | 2007-01-10 | 5 | -18/+24 |
| * | Added network interface management commands | Michael Brown | 2007-01-10 | 7 | -35/+291 |
| * | Add "name" field to network device, to facilitate netdev commands. | Michael Brown | 2007-01-10 | 6 | -15/+39 |
| * | Add RX quotas to the net device poll() method. This avoids the problem | Michael Brown | 2007-01-09 | 6 | -37/+76 |
| * | Autopadding was sometimes overwriting the struct list_head at the end | Michael Brown | 2007-01-09 | 1 | -7/+16 |
| * | Rename pkb_available() to pkb_tailroom() for consistency with Linux's | Michael Brown | 2007-01-09 | 4 | -11/+21 |
| * | Added net device TX queue; this will be needed to support the PXE UNDI API | Michael Brown | 2007-01-09 | 6 | -77/+127 |
| * | Move start/stop/expire debug messages to DBG2() level. | Michael Brown | 2007-01-09 | 1 | -6/+6 |
| * | Added ability to break ISR processing over several calls to poll(). | Michael Brown | 2007-01-09 | 1 | -17/+34 |
| * | Send EOI after enabling interrupt, in case the device had asserted IRQ | Michael Brown | 2007-01-09 | 1 | -0/+1 |
| * | Allow boot sector to completely destroy real-mode stack, but still | Michael Brown | 2007-01-09 | 1 | -10/+15 |
| * | Leave protected-mode return address on PM stack when issuing a | Michael Brown | 2007-01-09 | 1 | -11/+10 |
| * | Define "connected" as | Michael Brown | 2007-01-09 | 1 | -1/+9 |
| * | Reset character attributes before start of welcome banner, in case | Michael Brown | 2007-01-09 | 1 | -1/+1 |