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