summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* eth_ntoa fixup, _disable arg fixupMarty Connor2006-09-191-3/+4
* fix args to _disable routineMarty Connor2006-09-191-2/+1Star
* Minor edit to make HEAD buildMarty Connor2006-09-191-2/+4
* KilledMichael Brown2006-09-181-0/+0
* Removed as a gesture of goodwill following a request from MicrosoftMichael Brown2006-09-181-0/+0
* KilledMichael Brown2006-09-182-0/+0
* commented out contents of core/nic.c, which should now be obsolete.Marty Connor2006-09-181-13/+25
* DBG MAC addr printout in driverMarty Connor2006-09-151-6/+5Star
* change MAC address printout to DBG using eth_ntoa (temporary legacy support)Marty Connor2006-09-151-1/+3
* Made eth_ntoa() public for use in legacy drivers' DBG() statements.Michael Brown2006-09-152-1/+3
* get rid of compile warnings (except intentionally generated ones)Marty Connor2006-09-141-5/+5
* fix DBG macro unknown variableMarty Connor2006-09-141-5/+5
* Fix compile warnings, remove unused varMarty Connor2006-09-141-6/+2Star
* update DBG_DISCARD macro to allow the compiler to see the argument for compil...Marty Connor2006-09-141-1/+3
* Fixed DBG macro format, fixed compile warnings. removed extra parameter from ...Marty Connor2006-09-141-25/+25
* Remove nic_disable call from drivers. Call should be made at a higher levelMarty Connor2006-09-148-11/+10Star
* Remove printf of MAC address in driver.Marty Connor2006-09-141-0/+2
* Restored the le32_to_cpus() and cpu_to_le32s() callsMichael Brown2006-09-111-2/+6
* Added the "swap in place" macrosMichael Brown2006-09-112-0/+24
* Tidied up.Michael Brown2006-09-111-105/+25Star
* Reduced size from 2087 bytes to 1056 bytesMichael Brown2006-09-111-4/+100
* Taken from Linux's md5.c. This implementation is not veryMichael Brown2006-09-111-0/+222
* Generalisation of a message digest algorithmMichael Brown2006-09-111-0/+44
* Added geometry-guessing code based on the partition tableMichael Brown2006-09-092-11/+91
* Fix gcc-induced reference to memcpyMichael Brown2006-09-011-1/+2
* Check that serial port init actually happensMichael Brown2006-09-011-0/+2
* Added debug to catch initialisation failuresMichael Brown2006-09-011-6/+18
* Check to see if we've reached the end of the map before attempting toMichael Brown2006-08-311-0/+5
* Hopefully fix gcc3 build issueMichael Brown2006-08-301-1/+1
* Added extra debuggingMichael Brown2006-08-301-3/+6
* .zrom is still broken; use .rom by defaultMichael Brown2006-08-281-1/+1
* Document requisite patch for qemuMichael Brown2006-08-282-4/+38
* Add --enable-show-ips; it's useful when using the profiling code.Michael Brown2006-08-281-1/+2
* 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
* Basic instructions to get qemu runningMichael Brown2006-08-241-0/+80
* 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