summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added iBFT construction to iSCSI boot testMichael Brown2006-08-282-5/+8
* Added generic function for calculating ACPI table checksumMichael Brown2006-08-282-0/+42
* Does anyone still use 9600 baud?Michael Brown2006-08-271-1/+1
* Correct option number for DHCP_DNS_SERVERS, and add it to the requestMichael Brown2006-08-272-2/+2
* Added support for INT 13,15; NTLDR calls it (though it may notMichael Brown2006-08-271-0/+18
* Added support for INT 13,15; NTLDR calls it (though it may notMichael Brown2006-08-271-1/+20
* Use TEXT16_CODE() rather than manually specifying ".code16" etc, sinceMichael Brown2006-08-241-18/+14Star
* Always update the PnP checksum, even if the ident string is not being set.Michael Brown2006-08-241-4/+6
* Added basic profiling supportMichael Brown2006-08-241-0/+78
* Towards making KEEP_IT_REAL work again.Michael Brown2006-08-247-33/+261
* Quick utility to pad floppy disk images for vmware/qemuMichael Brown2006-08-231-0/+12
* Fixed a bug in the TCP state machine. Added a transition from ESTABLISHED to ...Nikhil Chandru Rao2006-08-191-57/+46Star
* IP6 supportNikhil Chandru Rao2006-08-197-22/+743
* Added RX tracing as well.Michael Brown2006-08-161-0/+5
* Added debug strings.Michael Brown2006-08-161-1/+12
* Remove old-style debug messageMichael Brown2006-08-161-2/+0Star
* Added some minimal debugging for transmitted PDUs.Michael Brown2006-08-161-0/+7
* Take out unused cleanup() function so that we can remove the linkMichael Brown2006-08-151-1/+2
* Removed TAGGED_IMAGE from the default build; NBI has been broken for ages.Michael Brown2006-08-151-1/+1
* Removed obsolete print_config()Michael Brown2006-08-151-61/+0Star
* Removed DNS from the default configuration; it hasn't been updated toMichael Brown2006-08-151-1/+1
* Kill off poll_interruptions(); it is lethal when we're acting as a PXEMichael Brown2006-08-157-26/+0Star
* Bug fixes to the HTTP protocol codeDerek Pryor2006-08-121-1/+1
* Bug fixes to the HTTP protocol codeDerek Pryor2006-08-121-4/+3Star
* Print net device name when making request.Michael Brown2006-08-111-1/+2
* Added cmdl_show proof-of-conceptMichael Brown2006-08-111-0/+20
* Added "hostname" and "ip" as sample settingsMichael Brown2006-08-111-0/+13
* Added ipv4 configuration typeMichael Brown2006-08-111-0/+56
* Add string configuration typeMichael Brown2006-08-112-10/+62
* Fail gracefully when set_dhcp_option() is called with options==NULL.Michael Brown2006-08-111-1/+6
* Added basic infrastructure for manipulating settings.Michael Brown2006-08-112-0/+251
* Removing because of conflict with new HTTP protocolDerek Pryor2006-08-111-173/+0Star
* New HTTP protocol and test codeDerek Pryor2006-08-114-0/+318
* command->data_{in,out} are now userptr_t, so it is invalid to compareMichael Brown2006-08-101-2/+2
* Fixed variable name in assertionMichael Brown2006-08-101-1/+1
* Added missing packed attributeMichael Brown2006-08-101-1/+1
* Added description for a basic ACPI table, taken fromMichael Brown2006-08-101-0/+39
* Both the !PXE and PXENV+ structures must be paragraph-alignedMichael Brown2006-08-091-0/+2
* Towards an RFC2988-compliant timer.Michael Brown2006-08-092-18/+41
* Don't call stop_timer() from within the timer expiry callback; it'sMichael Brown2006-08-091-11/+10Star
* Changed the TCP state machines behaviour in the ESTABLISHED stateNikhil Chandru Rao2006-08-091-5/+15
* Temporarily work around the bug when port numbers are reused betweenMichael Brown2006-08-091-0/+7
* Correct some packet ownership and freeing bugs.Michael Brown2006-08-091-15/+36
* out_flags was being set but never used.Michael Brown2006-08-091-16/+14Star
* Port the UDP port allocation code to TCPMichael Brown2006-08-091-21/+45
* Remove some of the confusion surrounding the amount to strip off fromMichael Brown2006-08-091-6/+5Star
* iphdr->hlen includes the IP header, so truncate packet *before*Michael Brown2006-08-091-1/+1
* Remove _PROTOCOL macros for gcc 3.2 compatibilityMarty Connor2006-08-099-55/+17Star
* Make VERSION_MAJOR for gPXE be 0Marty Connor2006-08-091-1/+1
* Removed obsolete line merged in with the cmdline stuffMichael Brown2006-08-091-1/+0Star