aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-07-03Reserve space for link-layer header in pxenv_undi_transmit() when notMichael Brown1-2/+10
2007-07-03Enable/disable interrupts at open/close time.Michael Brown1-0/+9
2007-07-03Add missing call to free_iob() in pxenv_undi_isr().Michael Brown1-5/+6
2007-07-03Enable/disable interrupts on open/close.Michael Brown1-5/+17
2007-07-03Add trivial net device statistics (TX and RX packet count), reportedMichael Brown4-10/+38
2007-07-03Ensure that pxe_netdev is set before starting up PXE NBP.Michael Brown1-3/+10
2007-07-03Place netdev_open()/netdev_close() calls in appropriate places.Michael Brown1-8/+24
2007-07-02Add mechanism for providing TX completion events.Michael Brown1-9/+43
2007-07-02Merge branch 'master' of ssh://rom.etherboot.org/pub/scm/gpxeMarty Connor19-207/+290
2007-07-02Warnings purgeMarty Connor1-1/+1
2007-07-02Warnings purgeMarty Connor4-764/+15
2007-07-02Warnings purgeMarty Connor2-3/+2
2007-07-02Warnings purge of src/coreMarty Connor9-487/+26
2007-07-02Add untested support for UNDI transmit and receive.Michael Brown7-114/+195
2007-07-02Use a common base-memory packet buffer for DHCP construction (as usedMichael Brown6-36/+31
2007-07-02pxe_netdev now holds a reference to the network device.Michael Brown7-57/+64
2007-07-02Call shutdown() from pxenv_undi_shutdown(). Probably not totallyMichael Brown1-0/+3
2007-07-01Improve debuggingMichael Brown1-0/+6
2007-07-01Removing obsolete files.Michael Brown3-149/+0
2007-07-01Support cards such as natsemi which treat the data as little-endianMichael Brown2-17/+39
2007-07-01Can't use strncpy() to copy strings that aren't NUL-terminated toMichael Brown1-2/+8
2007-07-01Hack together far enough to support ne2k-pci.Michael Brown1-13/+13
2007-07-01How has the legacy wrapper been working for the past month or so...?Michael Brown1-1/+2
2007-07-01DUMP_GDBSYM should not be enabled by default.Michael Brown1-1/+1
2007-06-30Add ability to resolve relative symbols as well as locate absolute ones.Michael Brown1-0/+3
2007-06-30Add gdbsym.c object to help with running gdb-to-qemuMichael Brown4-3/+36
2007-06-30Place the actual version string in .data16, rather than just theMichael Brown1-1/+1
2007-06-30Implement the two UNDI API calls used by RIS.Michael Brown2-43/+78
2007-06-30Implement the "overwrite TFTP filename" Microsoft RIS bug workaround.Michael Brown2-3/+23
2007-06-30Separate out pxe_start_nbp() from pxe_image.c into pxe_call.cMichael Brown5-65/+46
2007-06-30Don't build option-overloaded packets; they just confuse people (ISCMichael Brown2-55/+15
2007-06-29I really, really screwed up the semantics of BufferSize and BufferLimit.Michael Brown1-6/+7
2007-06-29Windows RIS now gets as far as downloading NTLDR.Michael Brown2-5/+14
2007-06-28Fix stack on return from PXE NBP so that we can return properly.Michael Brown1-1/+2
2007-06-28Use internal real-mode stack from non-returnable prefixesMichael Brown3-0/+21
2007-06-28Revert "Move stack to below 0x7c00; leaving it at the default location"Michael Brown1-5/+3
2007-06-28Set current working URI based on TFTP server specified by DHCP.Michael Brown1-0/+15
2007-06-28Move stack to below 0x7c00; leaving it at the default locationMichael Brown1-3/+5
2007-06-28Obsoleted by downloader.cMichael Brown2-235/+0
2007-06-28Added missing config.[ch] lines for FTP protocolMichael Brown2-0/+4
2007-06-28Bugfix: iobuf->data always points to the start of the allocatedMichael Brown1-1/+1
2007-06-28Mildly ugly hack to force correct linkage.Michael Brown3-6/+20
2007-06-28Removed debugging statements that should not have been checked in.Michael Brown2-4/+0
2007-06-28Quick hack to get image booting working againMichael Brown5-68/+69
2007-06-28Use monojob and dhcp_configure_netdev().Michael Brown1-68/+19
2007-06-28Add dhcp_configure_netdev()Michael Brown2-4/+65
2007-06-28Added monojob controller in lieu of a full working shell.Michael Brown4-0/+102
2007-06-28Forgot to set initial session state. Now works!Michael Brown1-0/+1
2007-06-28Kill off job::start() (it was only ever added as part of an abortedMichael Brown4-13/+0
2007-06-27Update DHCP to use data-xfer interface (not yet tested).Michael Brown8-143/+245