summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [tls] Fix potential memory leakMichael Brown2012-09-281-0/+1
* [tls] Fix uninitialised variableMichael Brown2012-09-281-2/+1Star
* [tls] Split received records over multiple I/O buffersMichael Brown2012-09-272-168/+304
* [crypto] Allow in-place CBC decryptionMichael Brown2012-09-271-1/+3
* [test] Add speed tests for cipher algorithmsMichael Brown2012-09-263-4/+94
* [test] Add speed tests for digest algorithmsMichael Brown2012-09-265-0/+54
* [efi] Provide guaranteed space in transmitted packetsMichael Brown2012-09-141-6/+7
* [int13] Zero all possible registers when jumping to a boot sectorMichael Brown2012-09-141-1/+14
* [int13] Use correct size when estimating floppy disk geometryMichael Brown2012-09-141-1/+1
* [console] Add support for the bochs/qemu debug port consoleMichael Brown2012-09-103-0/+90
* [cmdline] Add standalone "nslookup" commandPatrick Plenefisch2012-09-106-0/+283
* [smbios] Default to "hex" type for non-string SMBIOS settingsMichael Brown2012-09-101-3/+10
* [settings] Use a generic setting's own type as its default typeMichael Brown2012-09-104-9/+59
* [sdi] Add support for SDI imagesMichael Brown2012-09-056-0/+181
* [ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown2012-08-318-293/+425
* [infiniband] Include destination address vector in ib_complete_recv()Michael Brown2012-08-3111-22/+55
* [infiniband] Use explicit "source" and "dest" address vector parameter namesMichael Brown2012-08-3111-153/+159
* [infiniband] Allow queue pairs to have a custom allocator for receive iobufsMichael Brown2012-08-316-10/+48
* [iobuf] Allow allocation of I/O buffers with a specified alignment offsetMichael Brown2012-08-312-15/+32
* [malloc] Allow allocation of memory with a specified alignment offsetMichael Brown2012-08-312-8/+29
* [retry] Expose retry_poll() to explicitly poll all running timersMichael Brown2012-08-312-3/+12
* [ethernet] Expose eth_broadcast as a global constantMichael Brown2012-08-313-6/+4Star
* [build] Add missing #include <config/local/sideband.h>Anton D. Kachalov2012-08-271-0/+2
* [build] Display commands for dependency generation when building with V=1Anton D. Kachalov2012-08-271-1/+1
* [tls] Disambiguate most error causesMichael Brown2012-08-251-32/+140
* [realtek] Force EEPROM CS low before disabling EEPROM access modeMichael Brown2012-08-242-3/+32
* [bitbash] Add optional open() and close() methods for bit-bashing interfacesMichael Brown2012-08-243-1/+48
* [realtek] Forcibly enable advertisement of 1000Mbps speedsMichael Brown2012-08-231-7/+72
* [mii] Add separate mii_restart() functionMichael Brown2012-08-232-4/+33
* [realtek] Enable DAC only when built as a 64-bit binaryMichael Brown2012-08-231-2/+7
* [realtek] Use read-modify-write to check for C+ Command registerMichael Brown2012-08-231-3/+4
* [realtek] Use explicit value for TCR.MXDMAMichael Brown2012-08-232-0/+13
* [realtek] Use explicit values for RCR.RXFTH and RCR.MXDMAMichael Brown2012-08-232-2/+10
* [realtek] Always set high dword of ring address registersMichael Brown2012-08-231-4/+2Star
* [tg3] Fix driver for BCM5719, BCM5720, BCM5764M, BCM57762Kevin Tran2012-08-204-19/+29
* [http] Fix HTTP SAN bootingMichael Brown2012-08-171-6/+6
* [ftp] Add support for the FTP SIZE commandMarin Hannache2012-08-151-11/+60
* [http] Treat any unexpected connection close as an errorMichael Brown2012-08-151-7/+15
* [util] Fix up checksum in UNDI ROM header, if presentMichael Brown2012-08-151-0/+1
* [util] Display UNDI ROM header in disrom.plMichael Brown2012-08-152-0/+96
* [util] Allow for CALL NEAR in the option ROM initialisation entry pointDaniel Wyatt2012-08-151-0/+4
* [comboot] Accept only ".cbt" as an extension for COMBOOT imagesMichael Brown2012-08-131-1/+1
* [bzimage] Allow file mode to be specified for standalone initrd filesMichael Brown2012-08-031-3/+37
* [romprefix] Round up PMM allocation sizes to nearest 4kBMichael Brown2012-07-251-1/+5
* [tg3] Fix excessive DMA alignment.Thomas Miletich2012-07-241-2/+1Star
* [console] Sleep while waiting for user inputMichael Brown2012-07-241-0/+2
* [tcpip] Fix building under CygwinJoshua Oreman2012-07-241-1/+1
* [build] Fix building under OpenBSDThomas Miletich2012-07-241-0/+2
* [vmware] Fix compilation under OpenBSDThomas Miletich2012-07-231-1/+1
* [util] Update mergerom.pl to handle iPXE ROM headerMichael Brown2012-07-231-3/+18