]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2006-09-19  Marty Connoreth_ntoa fixup, _disable arg fixup
2006-09-19  Marty Connorfix args to _disable routine
2006-09-19  Marty ConnorMinor edit to make HEAD build
2006-09-18  Michael BrownKilled
2006-09-18  Michael BrownRemoved as a gesture of goodwill following a request...
2006-09-18  Michael BrownKilled
2006-09-18  Marty Connorcommented out contents of core/nic.c, which should...
2006-09-15  Marty ConnorDBG MAC addr printout in driver
2006-09-15  Marty Connorchange MAC address printout to DBG using eth_ntoa ...
2006-09-15  Michael BrownMade eth_ntoa() public for use in legacy drivers' DBG...
2006-09-14  Marty Connorget rid of compile warnings (except intentionally gener...
2006-09-14  Marty Connorfix DBG macro unknown variable
2006-09-14  Marty ConnorFix compile warnings, remove unused var
2006-09-14  Marty Connorupdate DBG_DISCARD macro to allow the compiler to see...
2006-09-14  Marty ConnorFixed DBG macro format, fixed compile warnings. removed...
2006-09-14  Marty ConnorRemove nic_disable call from drivers. Call should...
2006-09-14  Marty ConnorRemove printf of MAC address in driver.
2006-09-11  Michael BrownRestored the le32_to_cpus() and cpu_to_le32s() calls
2006-09-11  Michael BrownAdded the "swap in place" macros
2006-09-11  Michael BrownTidied up.
2006-09-11  Michael BrownReduced size from 2087 bytes to 1056 bytes
2006-09-11  Michael BrownTaken from Linux's md5.c. This implementation is not...
2006-09-11  Michael BrownGeneralisation of a message digest algorithm
2006-09-08  Michael BrownAdded geometry-guessing code based on the partition...
2006-09-01  Michael BrownFix gcc-induced reference to memcpy
2006-09-01  Michael BrownCheck that serial port init actually happens
2006-09-01  Michael BrownAdded debug to catch initialisation failures
2006-08-31  Michael BrownCheck to see if we've reached the end of the map before...
2006-08-30  Michael BrownHopefully fix gcc3 build issue
2006-08-30  Michael BrownAdded extra debugging
2006-08-28  Michael Brown.zrom is still broken; use .rom by default
2006-08-28  Michael BrownDocument requisite patch for qemu
2006-08-28  Michael BrownAdd --enable-show-ips; it's useful when using the profi...
2006-08-27  Michael BrownAdded iBFT construction to iSCSI boot test
2006-08-27  Michael BrownAdded generic function for calculating ACPI table checksum
2006-08-27  Michael BrownDoes anyone still use 9600 baud?
2006-08-27  Michael BrownCorrect option number for DHCP_DNS_SERVERS, and add...
2006-08-27  Michael BrownAdded support for INT 13,15; NTLDR calls it (though...
2006-08-26  Michael BrownAdded support for INT 13,15; NTLDR calls it (though...
2006-08-24  Michael BrownUse TEXT16_CODE() rather than manually specifying ...
2006-08-24  Michael BrownAlways update the PnP checksum, even if the ident strin...
2006-08-24  Michael BrownAdded basic profiling support
2006-08-24  Michael BrownBasic instructions to get qemu running
2006-08-24  Michael BrownTowards making KEEP_IT_REAL work again.
2006-08-23  Michael BrownQuick utility to pad floppy disk images for vmware...
2006-08-19  Nikhil Chandru RaoFixed a bug in the TCP state machine. Added a transitio...
2006-08-19  Nikhil Chandru RaoIP6 support
2006-08-16  Michael BrownAdded RX tracing as well.
2006-08-16  Michael BrownAdded debug strings.
2006-08-16  Michael BrownRemove old-style debug message
2006-08-15  Michael BrownAdded some minimal debugging for transmitted PDUs.
2006-08-14  Michael BrownTake out unused cleanup() function so that we can remov...
2006-08-14  Michael BrownRemoved TAGGED_IMAGE from the default build; NBI has...
2006-08-14  Michael BrownRemoved obsolete print_config()
2006-08-14  Michael BrownRemoved DNS from the default configuration; it hasn...
2006-08-14  Michael BrownKill off poll_interruptions(); it is lethal when we...
2006-08-12  Derek PryorBug fixes to the HTTP protocol code
2006-08-12  Derek PryorBug fixes to the HTTP protocol code
2006-08-11  Michael BrownPrint net device name when making request.
2006-08-11  Michael BrownAdded cmdl_show proof-of-concept
2006-08-11  Michael BrownAdded "hostname" and "ip" as sample settings
2006-08-11  Michael BrownAdded ipv4 configuration type
2006-08-11  Michael BrownAdd string configuration type
2006-08-11  Michael BrownFail gracefully when set_dhcp_option() is called with...
2006-08-11  Michael BrownAdded basic infrastructure for manipulating settings.
2006-08-11  Derek PryorRemoving because of conflict with new HTTP protocol
2006-08-11  Derek PryorNew HTTP protocol and test code
2006-08-10  Michael Browncommand->data_{in,out} are now userptr_t, so it is...
2006-08-10  Michael BrownFixed variable name in assertion
2006-08-10  Michael BrownAdded missing packed attribute
2006-08-10  Michael BrownAdded description for a basic ACPI table, taken from
2006-08-09  Michael BrownBoth the !PXE and PXENV+ structures must be paragraph...
2006-08-09  Michael BrownTowards an RFC2988-compliant timer.
2006-08-09  Michael BrownDon't call stop_timer() from within the timer expiry...
2006-08-09  Nikhil Chandru RaoChanged the TCP state machines behaviour in the ESTABLI...
2006-08-09  Michael BrownTemporarily work around the bug when port numbers are...
2006-08-09  Michael BrownCorrect some packet ownership and freeing bugs.
2006-08-09  Michael Brownout_flags was being set but never used.
2006-08-09  Michael BrownPort the UDP port allocation code to TCP
2006-08-09  Michael BrownRemove some of the confusion surrounding the amount...
2006-08-09  Michael Browniphdr->hlen includes the IP header, so truncate packet...
2006-08-09  Marty ConnorRemove _PROTOCOL macros for gcc 3.2 compatibility
2006-08-09  Marty ConnorMake VERSION_MAJOR for gPXE be 0
2006-08-09  Michael BrownCorrected documentation
2006-08-09  Michael BrownRemoved obsolete line merged in with the cmdline stuff
2006-08-09  Michael BrownDo no evil. :)
2006-08-09  Michael BrownAttempt a PXE NBP boot as the TFTP test.
2006-08-09  Michael BrownImplement enough of PXENV_GET_CACHED_INFO to support...
2006-08-09  Michael BrownAdded pxe_netdev; a slight hack for now, but will need...
2006-08-09  Michael BrownDerive xid dynamically from the netdev, so that we...
2006-08-09  Michael BrownAborted
2006-08-09  Marty ConnorMerge of Fredrik Hultin command_line
2006-08-09  Michael BrownAdd a couple of small but vital parts to PXENV_UDP_WRITE.
2006-08-09  Michael BrownClarified packet ownership transfer between a few funct...
2006-08-09  Michael BrownNote to self: learn to count.
2006-08-09  Michael BrownAdded missing __from_text16()s when passing pointers...
2006-08-09  Michael BrownAllow linking by converting functions to stubs
2006-08-09  Michael BrownAllow linking by converting all functions to stubs
2006-08-09  Michael Brownpxe_int_1a is needed by pxe_call.c
2006-08-09  Michael BrownAdded TFTP test code (currently just dumps file to...
next