| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Use fast in-situ test for gate A20 being set, to cut down on the | Michael Brown | 2007-07-13 | 1 | -19/+55 |
| * | Improve error reporting for strange length combinations reported by | Michael Brown | 2007-07-10 | 1 | -6/+21 |
| * | Set up %ds *before* testing a value in our data segment (d'oh!). | Michael Brown | 2007-07-10 | 1 | -6/+11 |
| * | Report RX errors via netdev_rx_err() | Michael Brown | 2007-07-10 | 1 | -1/+2 |
| * | Dump first 64 bytes of chained ISR when debugging is enabled. | Michael Brown | 2007-07-10 | 1 | -0/+6 |
| * | Protect ISR against failure to unhook. | Michael Brown | 2007-07-10 | 2 | -34/+19 |
| * | Master IRQ should be EOIed first, I think. | Michael Brown | 2007-07-10 | 1 | -1/+1 |
| * | We probably ought not to call INT13 with interrupts disabled. | Michael Brown | 2007-07-10 | 1 | -0/+1 |
| * | Working code to call the PXE stack from within the ISR. | Michael Brown | 2007-07-10 | 2 | -19/+92 |
| * | Always increase number of BIOS drives when registering | Michael Brown | 2007-07-09 | 1 | -3/+5 |
| * | Change %dl fixup rules for INT13: | Michael Brown | 2007-07-09 | 1 | -11/+16 |
| * | Proof of concept; works, but has several hard-coded hacks. | Michael Brown | 2007-07-09 | 1 | -7/+46 |
| * | Set CF by default, clear on success (rather than clearing and setting | Michael Brown | 2007-07-09 | 1 | -2/+4 |
| * | Add -mpreferred-stack-boundary=2 to i386 CFLAGS as it's almost always a win. | Holger Lubitz | 2007-07-09 | 1 | -0/+3 |
| * | Use net_device_operations structure and netdev_nullify() to allow for | Michael Brown | 2007-07-07 | 1 | -10/+28 |
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1 |
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1 |
| * | Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe | Michael Brown | 2007-07-06 | 3 | -6/+6 |
| |\ |
|
| | * | Merge branch 'master' of /pub/scm/gpxe | Marty Connor | 2007-07-06 | 2 | -10/+72 |
| | |\ |
|
| | * | | Rename .lilo extension to .lkrn and updated dependencies | Marty Connor | 2007-07-06 | 3 | -6/+6 |
| * | | | 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 |