| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | Add strlen_user() (will be needed for PXE API extensions) | Michael Brown | 2007-07-06 | 1 | -0/+12 |
| | |/
|/| |
|
| * | | Add .pdsk target (padded .dsk, suitable for qemu). | Michael Brown | 2007-07-06 | 1 | -0/+7 |
| * | | Allocate heap at first usage, rather than assuming we can fit it in | Michael Brown | 2007-07-05 | 1 | -10/+65 |
| |/ |
|
| * | Use partition type 0xeb ("EtherBoot"), to avoid any attempts to mount | Michael Brown | 2007-07-05 | 1 | -1/+1 |
| * | Add .usb target | Michael Brown | 2007-07-05 | 2 | -0/+34 |
| * | Working with multi-sector reads | Michael Brown | 2007-07-05 | 1 | -8/+40 |
| * | hdprefix that works for LBA only | Michael Brown | 2007-07-05 | 2 | -311/+82 |
| * | Miscellaneous efficiency improvements, and extend read_sectors to | Michael Brown | 2007-07-05 | 1 | -45/+63 |
| * | Added active partition locator, and simple MBR built using it. | Michael Brown | 2007-07-05 | 2 | -0/+202 |
| * | Revert "Added master boot record capable of locating active partition" | Michael Brown | 2007-07-05 | 2 | -203/+0 |
| * | Added master boot record capable of locating active partition | Michael Brown | 2007-07-05 | 2 | -0/+203 |
| * | Kill off lots of warnings in via-velocity.c by correcting these definitions. | Michael Brown | 2007-07-05 | 1 | -6/+7 |
| * | UNDI loader entry point implemented; seems to work. | Michael Brown | 2007-07-04 | 1 | -0/+28 |
| * | Fix typo | Michael Brown | 2007-07-04 | 1 | -1/+1 |
| * | Add (untested) UNDI loader C-level implementation. | Michael Brown | 2007-07-04 | 1 | -0/+25 |
| * | Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe | Michael Brown | 2007-07-04 | 1 | -31/+0 |
| |\ |
|
| | * | remove obsolete file: src/arch/i386/prefix/int19exit.c | Marty Connor | 2007-07-03 | 1 | -31/+0 |
| * | | Separated out initialisation functions from startup/shutdown functions. | Michael Brown | 2007-07-04 | 9 | -11/+22 |
| |/ |
|
| * | Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe | Michael Brown | 2007-07-03 | 6 | -235/+4 |
| |\ |
|
| | * | Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autoboot | Marty Connor | 2007-07-03 | 6 | -235/+4 |
| * | | We don't actually use the reset functions anywhere, and nothing really | Michael Brown | 2007-07-03 | 4 | -4/+4 |
| |/ |
|
| * | Work around Etherboot 5.4 bug when multiple packets are received. | Michael Brown | 2007-07-03 | 1 | -1/+38 |
| * | It's not just Etherboot that fails to generate TX completions. | Michael Brown | 2007-07-03 | 1 | -2/+2 |
| * | Document TX completion bug. | Michael Brown | 2007-07-03 | 1 | -0/+10 |
| * | Ensure that pxe_netdev is set before starting up PXE NBP. | Michael Brown | 2007-07-03 | 1 | -3/+10 |
| * | Use a common base-memory packet buffer for DHCP construction (as used | Michael Brown | 2007-07-02 | 5 | -33/+28 |
| * | pxe_netdev now holds a reference to the network device. | Michael Brown | 2007-07-02 | 1 | -2/+10 |
| * | Add ability to resolve relative symbols as well as locate absolute ones. | Michael Brown | 2007-06-30 | 1 | -0/+3 |
| * | Add gdbsym.c object to help with running gdb-to-qemu | Michael Brown | 2007-06-30 | 1 | -0/+28 |
| * | Place the actual version string in .data16, rather than just the | Michael Brown | 2007-06-30 | 1 | -1/+1 |
| * | Separate out pxe_start_nbp() from pxe_image.c into pxe_call.c | Michael Brown | 2007-06-30 | 4 | -54/+36 |
| * | Fix stack on return from PXE NBP so that we can return properly. | Michael Brown | 2007-06-29 | 1 | -1/+2 |
| * | Use internal real-mode stack from non-returnable prefixes | Michael Brown | 2007-06-28 | 3 | -0/+21 |
| * | Revert "Move stack to below 0x7c00; leaving it at the default location" | Michael Brown | 2007-06-28 | 1 | -5/+3 |
| * | Move stack to below 0x7c00; leaving it at the default location | Michael Brown | 2007-06-28 | 1 | -3/+5 |
| * | Kill off hotplug.h and just make net devices normal reference-counted | Michael Brown | 2007-06-27 | 1 | -2/+2 |
| * | Add our own trivial version of stdarg.h. This makes our build | Michael Brown | 2007-06-09 | 1 | -0/+22 |
| * | pkbuff->iobuf changeover | Michael Brown | 2007-05-19 | 1 | -27/+27 |
| * | Add 32-bit support. | Michael Brown | 2007-03-22 | 1 | -13/+70 |
| * | Provide a buffer in base memory for code to fill with generated DHCP data. | Michael Brown | 2007-03-22 | 2 | -0/+42 |
| * | Typo | Michael Brown | 2007-03-20 | 1 | -1/+1 |
| * | Support 32-bit (linear) NBI images. We don't yet provide a bootp data | Michael Brown | 2007-03-14 | 1 | -33/+44 |
| * | Added .nbi as a format. | Michael Brown | 2007-03-11 | 2 | -0/+69 |
| * | Make _load_size accurately reflect the number of bytes in the actual | Michael Brown | 2007-03-11 | 1 | -2/+0 |
| * | Updated ISAPnP, EISA, MCA and ISA buses to current device model. | Michael Brown | 2007-03-10 | 2 | -40/+5 |
| * | Add ability to read serial number from SMBIOS | Michael Brown | 2007-02-01 | 2 | -0/+269 |
| * | More assertions | Michael Brown | 2007-02-01 | 1 | -0/+1 |
| * | Also print out stack pointer (with optional stack dump) | Michael Brown | 2007-02-01 | 1 | -2/+5 |
| * | Assert that division result is correct | Michael Brown | 2007-02-01 | 1 | -0/+3 |
| * | Added __umoddi3 | Michael Brown | 2007-01-31 | 1 | -0/+13 |