summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add strcspn() and strndup()Michael Brown2007-07-082-4/+43
* Make ref_get() return the reference, for cleaner code.Michael Brown2007-07-082-9/+9
* Limit xmit window to one MTU. (Path MTU discovery not yetMichael Brown2007-07-082-16/+42
* Fix typo that was preventing any DHCP option applicators from beingMichael Brown2007-07-081-1/+1
* Add debug message when nameserver setting is applied/changed via DHCP.Michael Brown2007-07-081-0/+4
* TCP limits advertised TCP window to size of application windowMichael Brown2007-07-081-0/+4
* Separate the "is data ready" function of xfer_seek() into anMichael Brown2007-07-0814-45/+94
* Kill off unused request() method in data-xfer interface.Michael Brown2007-07-0814-73/+0Star
* Re-added symtab to CLEANUP listMichael Brown2007-07-071-0/+2
* Revert "Cope with builds with differing debug options within a second of each"Michael Brown2007-07-071-8/+15
* Use net_device_operations structure and netdev_nullify() to allow forMichael Brown2007-07-078-144/+290
* Revert "Replace natsemi driver with Indolent's updated one that uses the gPXE...Michael Brown2007-07-071-507/+571
* Merge branch 'zalloc'Michael Brown2007-07-075-5/+10
|\
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
* | Revert "convert to zalloc"Michael Brown2007-07-071-1/+2
|/
* 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-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
|/