summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [rtl8139] Split debug messages into DBGLVL_LOG and DBGLVL_EXTRAMichael Brown2009-06-231-13/+18
* [undi] Include PXENV_GET_IFACE_INFO's ServiceFlags in debug outputMichael Brown2009-06-231-2/+3
* [e1000] Ensure descriptor is fully written before sending packetMichael Brown2009-06-231-0/+1
* [tcp] Avoid rewinding sequence numbers on receiving old duplicate ACKsMichael Brown2009-06-231-27/+31
* [tcp] Attempt to catch all possible error cases with debug messagesMichael Brown2009-06-231-11/+36
* [tcp] Include current sequence numbers in "timer expired" messagesMichael Brown2009-06-231-2/+3
* [tcp] Move high-frequency debug messages to DBGLVL_EXTRAMichael Brown2009-06-231-21/+21
* [image] Modify imgfree command to accept an argumentJoshua Oreman2009-06-231-5/+18
* [netdevice] Adjust maximum link-layer header length for 802.11Joshua Oreman2009-06-231-4/+5
* [netdevice] Add netdev argument to link-layer push and pull handlersJoshua Oreman2009-06-236-17/+30
* [nvs] Add init function for Atmel 93C66 EEPROMJoshua Oreman2009-06-231-0/+13
* [tcp] Improve robustness in the presence of duplicated received packetsMichael Brown2009-06-232-13/+38
* [settings] Fix setting_cmp() to handle nameless settingsShao Miller2009-06-131-2/+6
* [netdevice] Fix incorrect value for MAX_LL_HEADER_LENMichael Brown2009-06-051-3/+11
* [script] Allow for DOS-style line endings in scriptsMichael Brown2009-06-035-19/+59
* [misc] Remove long-obsolete header files dating from Etherboot 5.4Michael Brown2009-06-032-70/+0Star
* [misc] Fix source files erroneously marked as executableMichael Brown2009-06-026-0/+0
* [spi] Add address-length autodetection to the SPI bit-bashing codeMichael Brown2009-05-284-18/+95
* [build] Add -fno-dwarf2-cfi-asm to CFLAGS if supported by the gcc in useMichael Brown2009-05-271-0/+10
* [comboot] Implement stub calls for auxiliary data vector handlingDaniel Verkamp2009-05-261-1/+12
* [ethernet] Add MII link status functions from LinuxDaniel Verkamp2009-05-262-0/+206
* [ethernet] Update mii.h and use it in drivers that had a private copyDaniel Verkamp2009-05-2613-535/+127Star
* [ethernet] Move struct mii_if_info to mii.hDaniel Verkamp2009-05-263-13/+21
* [settings] Allow for arbitrarily-named settingsMichael Brown2009-05-266-99/+297
* [multiboot] Include argv[0] as part of "command line"Michael Brown2009-05-261-5/+6
* [dhcp] Choose ProxyDHCP port based on presence of PXE optionsMichael Brown2009-05-221-6/+22
* [serial] Define constants for serial port I/O addressesThomas Miletich2009-05-211-1/+6
* [tftp] Process OACKs even if malformedMichael Brown2009-05-201-12/+28
* [settings] Fix erroneous bit-masking in fetch_uintz_setting()Michael Brown2009-05-201-1/+2
* [dhcp] Send broadcast PXE boot server discovery requests to port 67Michael Brown2009-05-201-6/+8
* [dhcp] Perform ProxyDHCP only if we do not already have PXE optionsMichael Brown2009-05-201-2/+6
* [legal] Add FILE_LICENCE declaration to romprefix.SMichael Brown2009-05-181-0/+2
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-18518-2/+1039
* [legal] Add licence.pl and %.licence make targetMichael Brown2009-05-183-1/+144
* [legal] Add mechanism for explicit per-file licence declarationsMichael Brown2009-05-181-0/+101
* [legacy] Remove long-obsolete old dhcp.h fileMichael Brown2009-05-182-14/+0Star
* [pxeprefix] Work around bug in Etherboot 5.4 when loading undionly.kpxeMichael Brown2009-04-301-5/+55
* [build] Add {PROVIDE,REQUIRE}_SYMBOL macros and tidy up compiler.hMichael Brown2009-04-271-41/+68
* [i386] Remove long-obsolete realmode.c fileMichael Brown2009-04-261-23/+0Star
* [i386] Remove long-obsolete callbacks_arch.h fileMichael Brown2009-04-261-243/+0Star
* [build] Fix signed/unsigned division in util/zbin.cStefan Hajnoczi2009-04-261-4/+5
* [elf] Work around entry point bug in NetBSD kernelsMichael Brown2009-04-241-14/+41
* [multiboot] Work around raw-flag bug in Solaris kernelsMichael Brown2009-04-241-8/+15
* [doc] Remove obsolete README.pixifyMichael Brown2009-04-181-90/+0Star
* [build] Automatically sort the list of constituent object sizesMichael Brown2009-04-181-1/+2
* [build] Provide mechanism for listing constituent object sizesMichael Brown2009-04-181-0/+2
* [build] Remove obsolete linker script filesMichael Brown2009-04-175-189/+0Star
* [build] Kill off the multiple-object-per-source-file mechanismMichael Brown2009-04-171-17/+1Star
* [build] Kill off the last multiple-object source fileMichael Brown2009-04-172-5/+7
* [build] Provide mechanism for listing per-target source filesMichael Brown2009-04-171-0/+28