| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use partition type 0xeb ("EtherBoot"), to avoid any attempts to mount | Michael Brown | 2007-07-05 | 1 | -1/+1 |
| * | Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe | Michael Brown | 2007-07-05 | 1 | -571/+507 |
| |\ |
|
| | * | Replace natsemi driver with Indolent's updated one that uses the gPXE API | Marty Connor | 2007-07-05 | 1 | -571/+507 |
| * | | 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 |
| |/ |
|
| * | Make masking constants unsigned, to avoid a gcc3-only compiler warning. | Michael Brown | 2007-07-05 | 1 | -6/+6 |
| * | Switch compiler warning on tcp_open() to a #warning | Michael Brown | 2007-07-05 | 1 | -0/+3 |
| * | Warnings purge for via-velocity.[ch] | Marty Connor | 2007-07-05 | 2 | -22/+19 |
| * | Update warnings in depca.c ns8390.c | Marty Connor | 2007-07-05 | 2 | -2/+2 |
| * | Purge warnings from tg3.c | Marty Connor | 2007-07-05 | 1 | -1/+1 |
| * | Merge branch 'master' of /pub/scm/gpxe | Marty Connor | 2007-07-05 | 2 | -0/+202 |
| |\ |
|
| | * | 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 |
| | * | Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe | Michael Brown | 2007-07-05 | 1 | -2/+1 |
| | |\ |
|
| | * | | Added master boot record capable of locating active partition | Michael Brown | 2007-07-05 | 2 | -0/+203 |
| * | | | Purge warnings from prism2 drivers | Marty Connor | 2007-07-05 | 5 | -629/+994 |
| | |/
|/| |
|
| * | | Merge branch 'master' of /pub/scm/gpxe | Marty Connor | 2007-07-05 | 1 | -6/+7 |
| |\| |
|
| | * | Kill off lots of warnings in via-velocity.c by correcting these definitions. | Michael Brown | 2007-07-05 | 1 | -6/+7 |
| * | | Remove deprecation of pci_bar_size() | Marty Connor | 2007-07-05 | 1 | -2/+1 |
| |/ |
|
| * | Warnings purge of drivers (continued) | Marty Connor | 2007-07-04 | 18 | -61/+86 |
| * | UNDI loader entry point implemented; seems to work. | Michael Brown | 2007-07-04 | 1 | -0/+28 |
| * | !PXE and PXENV+ structures are in code segment, not data segment. | Michael Brown | 2007-07-04 | 1 | -3/+4 |
| * | Fix typo | Michael Brown | 2007-07-04 | 1 | -1/+1 |
| * | Cope with builds with differing debug options within a second of each | Michael Brown | 2007-07-04 | 1 | -15/+8 |
| * | Add (untested) UNDI loader C-level implementation. | Michael Brown | 2007-07-04 | 3 | -74/+64 |
| * | Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe | Michael Brown | 2007-07-04 | 2 | -31/+1 |
| |\ |
|
| | * | remove obsolete file: src/arch/i386/prefix/int19exit.c | Marty Connor | 2007-07-03 | 1 | -31/+0 |
| | * | Warnings purge iscsiboot.c | Marty Connor | 2007-07-03 | 1 | -0/+1 |
| * | | Separated out initialisation functions from startup/shutdown functions. | Michael Brown | 2007-07-04 | 23 | -194/+239 |
| |/ |
|
| * | Added missing line to set return status code. | Michael Brown | 2007-07-03 | 1 | -0/+1 |
| * | Line buffer API changed a while ago | Michael Brown | 2007-07-03 | 1 | -3/+6 |
| * | Added missing "extern" | Michael Brown | 2007-07-03 | 1 | -2/+2 |
| * | Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe | Michael Brown | 2007-07-03 | 10 | -610/+7 |
| |\ |
|
| | * | Merge branch 'master' of /pub/scm/gpxe | Marty Connor | 2007-07-03 | 6 | -18/+35 |
| | |\ |
|
| | * | | Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autoboot | Marty Connor | 2007-07-03 | 10 | -610/+7 |
| * | | | This comment is no longer relevant. | Michael Brown | 2007-07-03 | 1 | -5/+0 |
| * | | | Should be using the generic device probe mechanism, when (if) they | Michael Brown | 2007-07-03 | 2 | -5/+0 |
| * | | | We don't actually use the reset functions anywhere, and nothing really | Michael Brown | 2007-07-03 | 10 | -21/+9 |
| * | | | Move pxe_netdev and set_pxe_netdev to pxe_undi.c and remove | Michael Brown | 2007-07-03 | 2 | -182/+15 |
| | |/
|/| |
|
| * | | Use a linker-table based system to automatically mark and start up | Michael Brown | 2007-07-03 | 6 | -18/+35 |
| |/ |
|
| * | Merge branch 'master' of /pub/scm/gpxe | Marty Connor | 2007-07-03 | 11 | -108/+130 |
| |\ |
|
| | * | Implemented (untested) PXENV_START_UNDI. | Michael Brown | 2007-07-03 | 5 | -43/+60 |
| | * | Report our interface type as "gPXE" to avoid working around Etherboot | Michael Brown | 2007-07-03 | 1 | -1/+1 |
| | * | Work around Etherboot 5.4 bug when multiple packets are received. | Michael Brown | 2007-07-03 | 1 | -1/+38 |
| | * | Kill off now-redundant _irq() methods. | Michael Brown | 2007-07-03 | 2 | -51/+0 |
| | * | Kill off PXENV_UNDI_FORCE_INTERRUPT support; we have no reason to | Michael Brown | 2007-07-03 | 1 | -7/+4 |
| | * | Avoid double free on I/O buffer when rtl_transmit() returns failure. | Michael Brown | 2007-07-03 | 1 | -2/+1 |
| | * | It's not just Etherboot that fails to generate TX completions. | Michael Brown | 2007-07-03 | 1 | -2/+2 |