aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-04-28[http] Profile receive datapathMichael Brown1-0/+13
2014-04-28[tcp] Profile transmit and receive datapathsMichael Brown1-0/+20
2014-04-28[ipv4] Profile transmit and receive datapathsMichael Brown1-0/+15
2014-04-28[librm] Use genuine real mode to accelerate operation in virtual machinesMichael Brown2-5/+38
2014-04-27[intel] Push new RX descriptors in batchesMichael Brown1-8/+13
2014-04-27[intel] Profile common virtual machine operationsMichael Brown1-0/+19
2014-04-27[netdevice] Profile common operationsMichael Brown1-0/+16
2014-04-27[cmdline] Add "profstat" command to display profiling statisticsMichael Brown5-0/+132
2014-04-27[profile] Add generic profiling infrastructureMichael Brown10-76/+591
2014-04-27[libc] Add flsll()Michael Brown4-7/+112
2014-04-26[libc] Add isqrt() function to find integer square rootsMichael Brown3-0/+77
2014-04-26[test] Check for correct -mrtd assumption on libgcc arithmetic functionsMichael Brown1-4/+74
2014-04-25[build] Fix __libgcc attribute for recent gcc versionsMichael Brown1-0/+11
2014-04-25[test] Add tests for 64-bit divisionMichael Brown1-0/+122
2014-04-24[libc] Add inline assembly implementation of flsl() using BSR instructionMichael Brown3-15/+33
2014-04-24[test] Add self-tests for flsl()Michael Brown2-0/+87
2014-04-24[test] Rewrite TCP/IP tests using okx()Michael Brown1-38/+53
2014-04-22[serial] Enable UART FIFOsPeter Pickford1-2/+2
2014-04-22[intel] Avoid completely filling the TX descriptor ringMichael Brown2-1/+4
2014-04-01[crypto] Allow wildcard matches on commonName as well as subjectAltNameMichael Brown1-10/+8
2014-03-31[crypto] Add support for subjectAltName and wildcard certificatesMichael Brown4-8/+160
2014-03-31[test] Add subject alternative names to X.509 server test certificateMichael Brown1-69/+75
2014-03-31[test] Add tests for x509_check_name()Michael Brown1-0/+38
2014-03-31[test] Rewrite CMS tests using okx()Michael Brown1-14/+40
2014-03-31[test] Rewrite X.509 tests using okx()Michael Brown1-61/+145
2014-03-30[crypto] Allow signed timestamp error margin to be configured at build timeMichael Brown4-12/+28
2014-03-28[crypto] Use fingerprint when no common name is available for debug messagesMichael Brown1-4/+14
2014-03-28[crypto] Generalise X.509 cache to a full certificate storeMichael Brown18-398/+640
2014-03-27[crypto] Add pubkey_match() to check for matching public/private key pairsMichael Brown2-26/+107
2014-03-26[build] Add dependency of generated files upon MakefileMichael Brown1-5/+5
2014-03-26[build] Disable ccache for all relevant build targetsMichael Brown1-4/+3
2014-03-26[build] Remove long-obsolete mechanism for wrapping embedded imagesMichael Brown1-9/+0
2014-03-25[crypto] Remove dynamically-allocated storage for certificate OCSP URIMichael Brown4-35/+19
2014-03-25[crypto] Remove dynamically-allocated storage for certificate nameMichael Brown6-108/+143
2014-03-25[ocsp] Handle OCSP responses that don't provide certificatesAlexander Chernyakhovsky1-2/+7
2014-03-25[http] Accept Content-Length header with trailing whitespaceMichael Brown1-1/+2
2014-03-21[bios] Fix screen clearing on even more buggy BIOSesMichael Brown1-1/+3
2014-03-20[realtek] Clear bit 24 of RCRMichael Brown2-2/+3
2014-03-20[realtek] Add ability to dump all internal registersMichael Brown1-0/+27
2014-03-14[efi] Disable SNP devices when running iPXE as the applicationMichael Brown4-9/+138
2014-03-14[efi] Unload our own image before exiting UEFI applicationMichael Brown1-4/+9
2014-03-14[efi] Avoid accidentally calling main() twiceMichael Brown1-1/+5
2014-03-14[netdevice] Notify upper-layer drivers when RX processing is (un)frozenMichael Brown2-20/+30
2014-03-13[lotest] Allow loopback testing on shared networksMichael Brown1-36/+53
2014-03-13[console] Fix display of characters with top bit setMichael Brown2-2/+2
2014-03-12[efi] Connect driver to devices as part of installationMichael Brown1-20/+69
2014-03-10[efi] Allow driver to be unloadedMichael Brown5-4/+159
2014-03-10[efi] Allow for 64-bit EFI_STATUS codesMichael Brown1-10/+15
2014-03-10[image] Add "--timeout" parameter to image downloading commandsMichael Brown8-21/+44
2014-03-10[monojob] Reset timeout when progress is madeMichael Brown1-11/+18