summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-6/+3Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* Apply global DHCP options when register_dhcp_options() is called. DoMichael Brown2007-07-063-7/+13
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-07-066-57/+17Star
|\
| * Merge branch 'master' of /pub/scm/gpxeMarty Connor2007-07-064-14/+75
| |\
| * | Rename .lilo extension to .lkrn and updated dependenciesMarty Connor2007-07-066-57/+17Star
* | | Added PXENV_GET_FILE_SIZE.Michael Brown2007-07-061-1/+43
* | | Add strlen_user() (will be needed for PXE API extensions)Michael Brown2007-07-061-0/+12
| |/ |/|
* | Add .pdsk target (padded .dsk, suitable for qemu).Michael Brown2007-07-062-3/+9
* | 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