2007-07-09 |
Michael Brown | Change %dl fixup rules for INT13:
|
commit | commitdiff | tree |
2007-07-09 |
Michael Brown | Proof of concept; works, but has several hard-coded...
|
commit | commitdiff | tree |
2007-07-09 |
Michael Brown | Set CF by default, clear on success (rather than clearing...
|
commit | commitdiff | tree |
2007-07-09 |
Michael Brown | Remove xfer_ready() (it has been replaced by xfer_window())
|
commit | commitdiff | tree |
2007-07-09 |
Michael Brown | Added missing "static"
|
commit | commitdiff | tree |
2007-07-09 |
Michael Brown | Remove some obsolete stream-API files
|
commit | commitdiff | tree |
2007-07-09 |
Michael Brown | Fix up iscsiboot missing prototype warnings
|
commit | commitdiff | tree |
2007-07-09 |
Michael Brown | Add missing static
|
commit | commitdiff | tree |
2007-07-08 |
Michael Brown | Fix TX state machine and miscellaneous other bits.
|
commit | commitdiff | tree |
2007-07-08 |
Michael Brown | Fix root-path parsing.
|
commit | commitdiff | tree |
2007-07-08 |
Michael Brown | Merge branch 'master' into iscsi-update
|
commit | commitdiff | tree |
2007-07-08 |
Michael Brown | Add strcspn() and strndup()
|
commit | commitdiff | tree |
2007-07-08 |
Michael Brown | Make ref_get() return the reference, for cleaner code.
|
commit | commitdiff | tree |
2007-07-08 |
Michael Brown | Ready to start testing
|
commit | commitdiff | tree |
2007-07-08 |
Michael Brown | Code in place to use a hypothetical SCSI interface.
|
commit | commitdiff | tree |
2007-07-08 |
Michael Brown | Everything except the SCSI interface should now be...
|
commit | commitdiff | tree |
2007-07-08 |
Michael Brown | iSCSI updated to use data-xfer interface on the socket...
|
commit | commitdiff | tree |
2007-07-08 |
Michael Brown | Limit xmit window to one MTU. (Path MTU discovery...
|
commit | commitdiff | tree |
2007-07-08 |
Michael Brown | Fix typo that was preventing any DHCP option applicators...
|
commit | commitdiff | tree |
2007-07-08 |
Michael Brown | Add debug message when nameserver setting is applied...
|
commit | commitdiff | tree |
2007-07-08 |
Michael Brown | TCP limits advertised TCP window to size of application...
|
commit | commitdiff | tree |
2007-07-08 |
Michael Brown | Separate the "is data ready" function of xfer_seek...
|
commit | commitdiff | tree |
2007-07-08 |
Michael Brown | Kill off unused request() method in data-xfer interface.
|
commit | commitdiff | tree |
2007-07-07 |
Michael Brown | Re-added symtab to CLEANUP list
|
commit | commitdiff | tree |
2007-07-07 |
Michael Brown | Revert "Cope with builds with differing debug options...
|
commit | commitdiff | tree |
2007-07-07 |
Michael Brown | Use net_device_operations structure and netdev_nullify...
|
commit | commitdiff | tree |
2007-07-07 |
Michael Brown | Revert "Replace natsemi driver with Indolent's updated...
|
commit | commitdiff | tree |
2007-07-07 |
Michael Brown | Merge branch 'zalloc'
|
commit | commitdiff | tree |
2007-07-07 |
Michael Brown | Revert "convert to zalloc"
|
commit | commitdiff | tree |
2007-07-06 |
Michael Brown | Apply global DHCP options when register_dhcp_options...
|
commit | commitdiff | tree |
2007-07-06 |
Michael Brown | Merge branch 'master' of rom.etherboot.org:/pub/scm...
|
commit | commitdiff | tree |
2007-07-06 |
Michael Brown | Added PXENV_GET_FILE_SIZE.
|
commit | commitdiff | tree |
2007-07-06 |
Michael Brown | Add strlen_user() (will be needed for PXE API extensions)
|
commit | commitdiff | tree |
2007-07-05 |
Michael Brown | Add .pdsk target (padded .dsk, suitable for qemu).
|
commit | commitdiff | tree |
2007-07-05 |
Michael Brown | Pad ROM images to 512 bytes, not powers of two
|
commit | commitdiff | tree |
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 |
next |