aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-10[realtek] Dump all MII register contents when link status changesMichael Brown1-0/+1
2014-03-10[mii] Add mii_dump() to dump all MII registersMichael Brown1-0/+31
2014-03-07[http] Automatically retry request on a 503 Service UnavailableMichael Brown1-1/+45
2014-03-07[http] Use a retry timer to trigger retried requestsMichael Brown1-15/+44
2014-03-07[linux] Avoid starting currticks() from zero every timeMichael Brown1-1/+7
2014-03-07[tcp] Update window even if ACK does not acknowledge new dataMichael Brown1-2/+4