summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Limit -ENOEXEC to mean "this is not in my format".Michael Brown2007-01-112-3/+11
* Distinguish between ENOMEM (as representing a lack of internal memoryMichael Brown2007-01-111-18/+18
* Downloaded from current grub CVS.Michael Brown2007-01-111-0/+119
* Use generic "struct image" rather than "struct elf".Michael Brown2007-01-113-28/+25Star
* Rename "image" field to "data", because "image->image" is just confusing.Michael Brown2007-01-111-1/+1
* Move include/image.h to include/gpxe/image.hMichael Brown2007-01-116-35/+65
* Had this file lying around for ages; may as well check it in.Michael Brown2007-01-111-0/+39
* Try image as ELF file first. (Don't yet actually try to execute it).Michael Brown2007-01-111-1/+14
* Print informative error message when boot fails.Michael Brown2007-01-111-1/+1
* Create include/gpxe/elf.h for the ELF bits that aren't part of the ELFMichael Brown2007-01-112-8/+30
* Update TFTP to use a struct buffer rather than a callback.Michael Brown2007-01-113-73/+80
* Use physical address in debug messages; they make more sense to read.Michael Brown2007-01-111-8/+12
* Removed the Etherboot-specific ELF-image code and replaced it with aMichael Brown2007-01-114-222/+134Star
* Add image directory back inMichael Brown2007-01-111-1/+1
* Remove osloader.c and replace with a prep_segment() that uses userptr_tMichael Brown2007-01-115-98/+87Star
* Added user_to_phys() and memset_user().Michael Brown2007-01-111-20/+45
* Move memmap.h out of arch/i386; it no longer contains anythingMichael Brown2007-01-113-5/+5
* Add phys_to_user() and copy_user().Michael Brown2007-01-111-2/+29
* buffer.c should be using copy_{to,from}_user, rather thanMichael Brown2007-01-114-13/+12Star
* I hate NULL pointer dereferences.Michael Brown2007-01-111-0/+4
* Use pkb_pad() rather than doing it the dangerous way :)Michael Brown2007-01-111-5/+2Star
* Extract packet-padding login from rtl8139.c to a separate pkbpad.c file.Michael Brown2007-01-113-21/+69
* Change FTP to use a data buffer rather than a callback function.Michael Brown2007-01-113-25/+47
* Fix bug in buffer.c, add buffer mini-unit test.Michael Brown2007-01-112-3/+57
* Added strerror(0)=="No error", so that TCP protocols can useMichael Brown2007-01-111-0/+1
* Update buffer-handling code to enable expandable buffers.Michael Brown2007-01-116-295/+191Star
* Move include/buffer.h to include/gpxe/buffer.hMichael Brown2007-01-117-9/+9
* Warn when net device on an active route is not open.Michael Brown2007-01-101-0/+2
* Add "route" command (which currently only displays the routing table; itMichael Brown2007-01-104-2/+89
* Add route() function to display routing table.Michael Brown2007-01-106-33/+85
* Try booting from the "boot" network device first (i.e. the one which weMichael Brown2007-01-101-7/+80
* Add find_pci_netdev()Michael Brown2007-01-102-0/+20
* Add device description fields to struct device.Michael Brown2007-01-1010-24/+116
* Give UNDI device a more meaningful name.Michael Brown2007-01-101-1/+1
* 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
* Having forced __table() to natural structure alignment, it now seemsMichael Brown2007-01-101-41/+43
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-1051-135/+184
* Remove uIP; we haven't used it for quite some time now.Michael Brown2007-01-108-3338/+2Star
* Allow udp_{send,sendto,sendto_via} to be called outside of theMichael Brown2007-01-101-32/+39
* DHCP transmits via specified net device, so no need to create a dummyMichael Brown2007-01-102-10/+2Star
* Add udp_sendto_via() to allow e.g. DHCP to transmit without first havingMichael Brown2007-01-102-3/+30
* Allow an explicit network device to be specified for IP-layerMichael Brown2007-01-107-17/+32
* Add interface management commandsMichael Brown2007-01-101-0/+1
* Move header file for usr/autoboot.c to include/usrMichael Brown2007-01-105-18/+24
* Added network interface management commandsMichael Brown2007-01-107-35/+291
* Add "name" field to network device, to facilitate netdev commands.Michael Brown2007-01-106-15/+39
* Add RX quotas to the net device poll() method. This avoids the problemMichael Brown2007-01-096-37/+76
* Autopadding was sometimes overwriting the struct list_head at the endMichael Brown2007-01-091-7/+16
* Rename pkb_available() to pkb_tailroom() for consistency with Linux'sMichael Brown2007-01-094-11/+21