summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add .pdsk target (padded .dsk, suitable for qemu).Michael Brown2007-07-061-0/+7
* Pad ROM images to 512 bytes, not powers of twoMichael Brown2007-07-061-1/+1
* Allocate heap at first usage, rather than assuming we can fit it inMichael Brown2007-07-051-10/+65
* Remap EBADF to PXENV_STATUS_TFTP_FILE_NOT_FOUND; the only user isMichael Brown2007-07-051-1/+1
* Add concept of DHCP option applicators.Michael Brown2007-07-054-28/+97
* First draft of PXE extensions API.Michael Brown2007-07-051-0/+151
* Use netdev_rx_err() to report receive errors.Michael Brown2007-07-052-2/+5
* Allow recording of TX and RX errors to aid in end-user debugging.Michael Brown2007-07-054-28/+92
* Use partition type 0xeb ("EtherBoot"), to avoid any attempts to mountMichael Brown2007-07-051-1/+1
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-07-051-571/+507Star
|\
| * Replace natsemi driver with Indolent's updated one that uses the gPXE APIMarty Connor2007-07-051-571/+507Star
* | Add .usb targetMichael Brown2007-07-052-0/+34
* | Working with multi-sector readsMichael Brown2007-07-051-8/+40
* | hdprefix that works for LBA onlyMichael Brown2007-07-052-311/+82Star
* | Miscellaneous efficiency improvements, and extend read_sectors toMichael Brown2007-07-051-45/+63
|/
* Make masking constants unsigned, to avoid a gcc3-only compiler warning.Michael Brown2007-07-051-6/+6
* Switch compiler warning on tcp_open() to a #warningMichael Brown2007-07-051-0/+3
* Warnings purge for via-velocity.[ch]Marty Connor2007-07-052-22/+19Star
* Update warnings in depca.c ns8390.cMarty Connor2007-07-052-2/+2
* Purge warnings from tg3.cMarty Connor2007-07-051-1/+1
* Merge branch 'master' of /pub/scm/gpxeMarty Connor2007-07-052-0/+202
|\
| * Added active partition locator, and simple MBR built using it.Michael Brown2007-07-052-0/+202
| * Revert "Added master boot record capable of locating active partition"Michael Brown2007-07-052-203/+0Star
| * Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-07-051-2/+1Star
| |\
| * | Added master boot record capable of locating active partitionMichael Brown2007-07-052-0/+203
* | | Purge warnings from prism2 driversMarty Connor2007-07-055-629/+994
| |/ |/|
* | Merge branch 'master' of /pub/scm/gpxeMarty Connor2007-07-051-6/+7
|\|
| * Kill off lots of warnings in via-velocity.c by correcting these definitions.Michael Brown2007-07-051-6/+7
* | Remove deprecation of pci_bar_size()Marty Connor2007-07-051-2/+1Star
|/
* Warnings purge of drivers (continued)Marty Connor2007-07-0418-61/+86
* UNDI loader entry point implemented; seems to work.Michael Brown2007-07-041-0/+28
* !PXE and PXENV+ structures are in code segment, not data segment.Michael Brown2007-07-041-3/+4
* Fix typoMichael Brown2007-07-041-1/+1
* Cope with builds with differing debug options within a second of eachMichael Brown2007-07-041-15/+8Star
* Add (untested) UNDI loader C-level implementation.Michael Brown2007-07-043-74/+64Star
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-07-042-31/+1Star
|\
| * remove obsolete file: src/arch/i386/prefix/int19exit.cMarty Connor2007-07-031-31/+0Star
| * Warnings purge iscsiboot.cMarty Connor2007-07-031-0/+1
* | Separated out initialisation functions from startup/shutdown functions.Michael Brown2007-07-0423-194/+239
|/
* Added missing line to set return status code.Michael Brown2007-07-031-0/+1
* Line buffer API changed a while agoMichael Brown2007-07-031-3/+6
* Added missing "extern"Michael Brown2007-07-031-2/+2
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-07-0310-610/+7Star
|\
| * Merge branch 'master' of /pub/scm/gpxeMarty Connor2007-07-036-18/+35
| |\
| * | Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autobootMarty Connor2007-07-0310-610/+7Star
* | | This comment is no longer relevant.Michael Brown2007-07-031-5/+0Star
* | | Should be using the generic device probe mechanism, when (if) theyMichael Brown2007-07-032-5/+0Star
* | | We don't actually use the reset functions anywhere, and nothing reallyMichael Brown2007-07-0310-21/+9Star
* | | Move pxe_netdev and set_pxe_netdev to pxe_undi.c and removeMichael Brown2007-07-032-182/+15Star
| |/ |/|
* | Use a linker-table based system to automatically mark and start upMichael Brown2007-07-036-18/+35
|/