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