2007-01-11 |
Michael Brown | Downloaded from current grub CVS. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Use generic "struct image" rather than "struct elf". |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Rename "image" field to "data", because "image->image... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Move include/image.h to include/gpxe/image.h |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Had this file lying around for ages; may as well check... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Try image as ELF file first. (Don't yet actually try... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Print informative error message when boot fails. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Create include/gpxe/elf.h for the ELF bits that aren... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Update TFTP to use a struct buffer rather than a callback. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Use physical address in debug messages; they make more... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Removed the Etherboot-specific ELF-image code and repla... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Add image directory back in |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Remove osloader.c and replace with a prep_segment(... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Added user_to_phys() and memset_user(). |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Move memmap.h out of arch/i386; it no longer contains... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Add phys_to_user() and copy_user(). |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | buffer.c should be using copy_{to,from}_user, rather... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | I hate NULL pointer dereferences. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Use pkb_pad() rather than doing it the dangerous way :) |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Extract packet-padding login from rtl8139.c to a separa... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Change FTP to use a data buffer rather than a callback... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Fix bug in buffer.c, add buffer mini-unit test. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Added strerror(0)=="No error", so that TCP protocols... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Update buffer-handling code to enable expandable buffers. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Brown | Move include/buffer.h to include/gpxe/buffer.h |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Michael Brown | Warn when net device on an active route is not open. |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Michael Brown | Add "route" command (which currently only displays... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Michael Brown | Add route() function to display routing table. |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Michael Brown | Try booting from the "boot" network device first (i... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Michael Brown | Add find_pci_netdev() |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Michael Brown | Add device description fields to struct device. |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Michael Brown | Give UNDI device a more meaningful name. |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Michael Brown | Force ordering of commands within help list. |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Michael Brown | Force ordering of commands in help list. |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Michael Brown | Having forced __table() to natural structure alignment... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Michael Brown | Add "name" field to struct device to allow human-readab... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Michael Brown | Remove uIP; we haven't used it for quite some time... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Michael Brown | Allow udp_{send,sendto,sendto_via} to be called outside... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Michael Brown | DHCP transmits via specified net device, so no need... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Michael Brown | Add udp_sendto_via() to allow e.g. DHCP to transmit... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Michael Brown | Allow an explicit network device to be specified for... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Michael Brown | Add interface management commands |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Michael Brown | Move header file for usr/autoboot.c to include/usr |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Michael Brown | Added network interface management commands |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Add "name" field to network device, to facilitate netde... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Add RX quotas to the net device poll() method. This... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Autopadding was sometimes overwriting the struct list_h... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Rename pkb_available() to pkb_tailroom() for consistenc... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Added net device TX queue; this will be needed to suppo... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Move start/stop/expire debug messages to DBG2() level. |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Added ability to break ISR processing over several... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Send EOI after enabling interrupt, in case the device... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Allow boot sector to completely destroy real-mode stack... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Leave protected-mode return address on PM stack when... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Define "connected" as |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Reset character attributes before start of welcome... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | We can't assert that the RX engine is idle in iscsi_don... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Use debug auto-colourisation. |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Clean up connection closing and permanent failure logic. |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Obsoleted by drivers/net/undionly.c |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Added UNDI root bus driver (which saves including all... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Added missing call to undinet_remove() |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | undipci_probe() has to calculate busdevfn anyway, so... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Avoid erasing non-existent signatures in undi_unload() |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Avoid leaving preloaded_undi with invalid PXENV+/!PXE... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Since we now always unload the base code stack (even... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | If preloaded device matches, use that rather than going... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Populate preloaded_undi device when applicable. |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Provide storage for an undi_device structure representi... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Call PXENV_UNDI_GET_NIC_TYPE to identify NIC physical... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Michael Brown | Use fixed-width fields in struct undi_device, so that... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Copy pxelinux's shutdown sequence: use UNLOAD_STACK... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | New strategy: always stop both base code and UNDI.... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Checking in obsolete but working memory-scanning code... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Neaten up debug messages |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Remove spurious debug message |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Now split out into undirom.c and undiload.c |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Added any-PCI-device UNDI driver |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Tidied up debug messages |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Added PCI_BASE_CLASS() macro |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Added support for wildcard device/vendor ID matches |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Remove types and prototypes now provided in the undi... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Added debugging statements |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Added missing includes |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Added missing declarations |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Added missing include |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Split UNDI load/unload out into undiload.c. |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Remove obsolete includes |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Separated out UNDI ROM location code into undirom.c... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Use "struct undi_device" instead of "struct pxe_device... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Renamed undi.c to undinet.c. (undi.c will become the... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Obsolete |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Michael Brown | Add device to hierarchy before calling the driver's... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Michael Brown | Remove accidentally checked-in code |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Michael Brown | Move START_UNDI, UNDI_STARTUP, UNDI_INITIALIZE and |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Michael Brown | Remember to enable/disable the interrupt at the PIC. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Michael Brown | Remove redundant debug message |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Michael Brown | UNDI loader routine now works |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Michael Brown | Added PnP BIOS scanning code, separated out from the... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Marty Connor | Fixed typo |
commit | commitdiff | tree | snapshot |
next |