2007-07-05 |
Michael Brown | Allocate heap at first usage, rather than assuming...
|
commit | commitdiff | tree |
2007-07-05 |
Michael Brown | Remap EBADF to PXENV_STATUS_TFTP_FILE_NOT_FOUND; the...
|
commit | commitdiff | tree |
2007-07-05 |
Michael Brown | Add concept of DHCP option applicators.
|
commit | commitdiff | tree |
2007-07-05 |
Michael Brown | First draft of PXE extensions API.
|
commit | commitdiff | tree |
2007-07-05 |
Michael Brown | Use netdev_rx_err() to report receive errors.
|
commit | commitdiff | tree |
2007-07-05 |
Michael Brown | Allow recording of TX and RX errors to aid in end-user...
|
commit | commitdiff | tree |
2007-07-05 |
Michael Brown | Use partition type 0xeb ("EtherBoot"), to avoid any...
|
commit | commitdiff | tree |
2007-07-05 |
Michael Brown | Merge branch 'master' of rom.etherboot.org:/pub/scm...
|
commit | commitdiff | tree |
2007-07-05 |
Michael Brown | Add .usb target
|
commit | commitdiff | tree |
2007-07-05 |
Michael Brown | Working with multi-sector reads
|
commit | commitdiff | tree |
2007-07-05 |
Michael Brown | hdprefix that works for LBA only
|
commit | commitdiff | tree |
2007-07-05 |
Michael Brown | Miscellaneous efficiency improvements, and extend read_secto...
|
commit | commitdiff | tree |
2007-07-05 |
Michael Brown | Make masking constants unsigned, to avoid a gcc3-only...
|
commit | commitdiff | tree |
2007-07-05 |
Michael Brown | Switch compiler warning on tcp_open() to a #warning
|
commit | commitdiff | tree |
2007-07-04 |
Michael Brown | Added active partition locator, and simple MBR built...
|
commit | commitdiff | tree |
2007-07-04 |
Michael Brown | Revert "Added master boot record capable of locating...
|
commit | commitdiff | tree |
2007-07-04 |
Michael Brown | Merge branch 'master' of rom.etherboot.org:/pub/scm...
|
commit | commitdiff | tree |
2007-07-04 |
Michael Brown | Added master boot record capable of locating active...
|
commit | commitdiff | tree |
2007-07-04 |
Michael Brown | Kill off lots of warnings in via-velocity.c by correcting...
|
commit | commitdiff | tree |
2007-07-04 |
Michael Brown | UNDI loader entry point implemented; seems to work.
|
commit | commitdiff | tree |
2007-07-04 |
Michael Brown | !PXE and PXENV+ structures are in code segment, not...
|
commit | commitdiff | tree |
2007-07-04 |
Michael Brown | Fix typo
|
commit | commitdiff | tree |
2007-07-04 |
Michael Brown | Cope with builds with differing debug options within...
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | Add (untested) UNDI loader C-level implementation.
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | Merge branch 'master' of rom.etherboot.org:/pub/scm...
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | Separated out initialisation functions from startup...
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | Added missing line to set return status code.
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | Line buffer API changed a while ago
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | Added missing "extern"
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | Merge branch 'master' of rom.etherboot.org:/pub/scm...
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | This comment is no longer relevant.
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | Should be using the generic device probe mechanism...
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | We don't actually use the reset functions anywhere...
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | Move pxe_netdev and set_pxe_netdev to pxe_undi.c and...
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | Use a linker-table based system to automatically mark...
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | Implemented (untested) PXENV_START_UNDI.
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | Report our interface type as "gPXE" to avoid working...
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | Work around Etherboot 5.4 bug when multiple packets...
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | Kill off now-redundant _irq() methods.
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | Kill off PXENV_UNDI_FORCE_INTERRUPT support; we have...
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | Avoid double free on I/O buffer when rtl_transmit(...
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | It's not just Etherboot that fails to generate TX completions.
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | Never attempt to route the broadcast address.
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | Document TX completion bug.
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | Enable/disable interrupts in driver open/close.
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | Reserve space for link-layer header in pxenv_undi_transmit...
|
commit | commitdiff | tree |
2007-07-03 |
Michael Brown | Enable/disable interrupts at open/close time.
|
commit | commitdiff | tree |
2007-07-02 |
Michael Brown | Add missing call to free_iob() in pxenv_undi_isr().
|
commit | commitdiff | tree |
2007-07-02 |
Michael Brown | Enable/disable interrupts on open/close.
|
commit | commitdiff | tree |
2007-07-02 |
Michael Brown | Add trivial net device statistics (TX and RX packet...
|
commit | commitdiff | tree |
2007-07-02 |
Michael Brown | Ensure that pxe_netdev is set before starting up PXE...
|
commit | commitdiff | tree |
2007-07-02 |
Michael Brown | Place netdev_open()/netdev_close() calls in appropriate...
|
commit | commitdiff | tree |
2007-07-02 |
Michael Brown | Add mechanism for providing TX completion events.
|
commit | commitdiff | tree |
2007-07-02 |
Michael Brown | Add untested support for UNDI transmit and receive.
|
commit | commitdiff | tree |
2007-07-02 |
Michael Brown | Use a common base-memory packet buffer for DHCP construction...
|
commit | commitdiff | tree |
2007-07-02 |
Michael Brown | pxe_netdev now holds a reference to the network device.
|
commit | commitdiff | tree |
2007-07-02 |
Michael Brown | Build bochs with ne2000 support, and add sample lines...
|
commit | commitdiff | tree |
2007-07-02 |
Michael Brown | Call shutdown() from pxenv_undi_shutdown(). Probably...
|
commit | commitdiff | tree |
2007-07-01 |
Michael Brown | Improve debugging
|
commit | commitdiff | tree |
2007-07-01 |
Michael Brown | Removing obsolete files.
|
commit | commitdiff | tree |
2007-07-01 |
Michael Brown | Support cards such as natsemi which treat the data...
|
commit | commitdiff | tree |
2007-07-01 |
Michael Brown | Can't use strncpy() to copy strings that aren't NUL...
|
commit | commitdiff | tree |
2007-06-30 |
Michael Brown | Hack together far enough to support ne2k-pci.
|
commit | commitdiff | tree |
2007-06-30 |
Michael Brown | How has the legacy wrapper been working for the past...
|
commit | commitdiff | tree |
2007-06-30 |
Michael Brown | DUMP_GDBSYM should not be enabled by default.
|
commit | commitdiff | tree |
2007-06-30 |
Michael Brown | Add ability to resolve relative symbols as well as...
|
commit | commitdiff | tree |
2007-06-30 |
Michael Brown | Add gdbsym.c object to help with running gdb-to-qemu
|
commit | commitdiff | tree |
2007-06-30 |
Michael Brown | Place the actual version string in .data16, rather...
|
commit | commitdiff | tree |
2007-06-30 |
Michael Brown | Implement the two UNDI API calls used by RIS.
|
commit | commitdiff | tree |
2007-06-30 |
Michael Brown | Implement the "overwrite TFTP filename" Microsoft RIS...
|
commit | commitdiff | tree |
2007-06-30 |
Michael Brown | Separate out pxe_start_nbp() from pxe_image.c into...
|
commit | commitdiff | tree |
2007-06-30 |
Michael Brown | Don't build option-overloaded packets; they just confuse...
|
commit | commitdiff | tree |
2007-06-29 |
Michael Brown | I really, really screwed up the semantics of BufferSize...
|
commit | commitdiff | tree |
2007-06-29 |
Michael Brown | Windows RIS now gets as far as downloading NTLDR.
|
commit | commitdiff | tree |
2007-06-28 |
Michael Brown | Initial notes on RIS
|
commit | commitdiff | tree |
2007-06-28 |
Michael Brown | Fix stack on return from PXE NBP so that we can return...
|
commit | commitdiff | tree |
2007-06-28 |
Michael Brown | Use internal real-mode stack from non-returnable prefixes
|
commit | commitdiff | tree |
2007-06-28 |
Michael Brown | Revert "Move stack to below 0x7c00; leaving it at the...
|
commit | commitdiff | tree |
2007-06-28 |
Michael Brown | Set current working URI based on TFTP server specified...
|
commit | commitdiff | tree |
2007-06-28 |
Michael Brown | Current bochs has a 128kB BIOS, not 64kB
|
commit | commitdiff | tree |
2007-06-28 |
Michael Brown | Move stack to below 0x7c00; leaving it at the default...
|
commit | commitdiff | tree |
2007-06-28 |
Michael Brown | Obsoleted by downloader.c
|
commit | commitdiff | tree |
2007-06-28 |
Michael Brown | Added missing config.[ch] lines for FTP protocol
|
commit | commitdiff | tree |
2007-06-28 |
Michael Brown | Bugfix: iobuf->data always points to the start of the...
|
commit | commitdiff | tree |
2007-06-28 |
Michael Brown | Mildly ugly hack to force correct linkage.
|
commit | commitdiff | tree |
2007-06-28 |
Michael Brown | Removed debugging statements that should not have been...
|
commit | commitdiff | tree |
2007-06-28 |
Michael Brown | Quick hack to get image booting working again
|
commit | commitdiff | tree |
2007-06-28 |
Michael Brown | Use monojob and dhcp_configure_netdev().
|
commit | commitdiff | tree |
2007-06-28 |
Michael Brown | Add dhcp_configure_netdev()
|
commit | commitdiff | tree |
2007-06-28 |
Michael Brown | Added monojob controller in lieu of a full working...
|
commit | commitdiff | tree |
2007-06-28 |
Michael Brown | Forgot to set initial session state. Now works!
|
commit | commitdiff | tree |
2007-06-28 |
Michael Brown | Kill off job::start() (it was only ever added as part...
|
commit | commitdiff | tree |
2007-06-27 |
Michael Brown | Update DHCP to use data-xfer interface (not yet tested).
|
commit | commitdiff | tree |
2007-06-27 |
Michael Brown | Kill off hotplug.h and just make net devices normal...
|
commit | commitdiff | tree |
2007-06-20 |
Michael Brown | Partial migration of UDP to data-xfer interface. ...
|
commit | commitdiff | tree |
2007-06-20 |
Michael Brown | Add iob_ensure_headroom() placeholder.
|
commit | commitdiff | tree |
2007-06-13 |
Michael Brown | Treat URIs opened via xfer_open() and friends as relative...
|
commit | commitdiff | tree |
2007-06-11 |
Michael Brown | Add concept of "current working URI".
|
commit | commitdiff | tree |
2007-06-11 |
Michael Brown | Remove unused headers.
|
commit | commitdiff | tree |
2007-06-11 |
Michael Brown | DNS code now records a whole struct sockaddr for the...
|
commit | commitdiff | tree |
next |