summaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Expand)Author
2012-02-27[rng] Add entropy sample generatorMichael Brown
2012-02-27[test] Allow self-tests to be run individuallyMichael Brown
2012-02-21[rng] Add missing #include <string.h>Michael Brown
2012-02-19[rng] Add NIST self-tests for Hash_dfMichael Brown
2012-01-23[rng] Add NIST self-tests for HMAC_DRBGMichael Brown
2012-01-11[test] Add self-tests for SHA-1 algorithmMichael Brown
2011-10-14[list] Add list functions required by ath9k driverMichael Brown
2011-10-14[test] Add self-tests for list manipulation functionsMichael Brown
2011-10-14[test] Add a basic infrastructure for running self-testsMichael Brown
2011-03-16[uri] Avoid unused variable warning in gcc 4.6Michael Brown
2011-03-02[bofm] Add offline BOFM test facilityMichael Brown
2010-08-16[ioapi] Move get_memmap() to the I/O API groupPiotr JaroszyƄski
2010-04-19[build] Rename gPXE to iPXEMichael Brown
2010-01-20[uri] Decode/encode URIs when parsing/unparsingJoshua Oreman
2009-02-15[i386] Add explicit flags and type on all .section declarationsMichael Brown
2008-08-28[comboot] Add COMBOOT and COM32 supportDaniel Verkamp
2008-06-30[GDB] Zero-extend 16-bit segment registersStefan Hajnoczi
2008-06-30[GDB] Add watch and rwatch hardware watchpointsStefan Hajnoczi
2008-06-30[GDB] Remote debugging over UDPStefan Hajnoczi
2008-06-30[GDB] Handle kill and detach packets.Stefan Hajnoczi
2008-06-05[GDB] Test suite for the GDB stubStefan Hajnoczi
2008-03-21[Misc] Kill off long-redundant tests/dhcptest.cMichael Brown
2007-07-29Quick hack to get AoE back in to the tree, on a par with the currentMichael Brown
2007-07-09Fix up iscsiboot missing prototype warningsMichael Brown
2007-07-08Ready to start testingMichael Brown
2007-07-03Warnings purge iscsiboot.cMarty Connor
2007-07-03Line buffer API changed a while agoMichael Brown
2007-07-01Removing obsolete files.Michael Brown
2007-06-27Update DHCP to use data-xfer interface (not yet tested).Michael Brown
2007-06-03Add a couple of tests for the URI parsing and resolving code.Michael Brown
2007-01-19Use stdio.h instead of vsprintf.hMichael Brown
2007-01-19TypoMichael Brown
2007-01-16Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviouslyMichael Brown
2007-01-15Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown
2007-01-14ObsoleteMichael Brown
2007-01-12Fixed HTTPMichael Brown
2007-01-12Damn it; my lovely resilient scheme falls down when you have a protocolMichael Brown
2007-01-12Added generic line-buffering code (a la stdio)Michael Brown
2007-01-12Code used for load buffer and multiboot image testingMichael Brown
2007-01-12Quick and dirty test for emalloc()Michael Brown
2007-01-11Use generic "struct image" rather than "struct elf".Michael Brown
2007-01-11Had this file lying around for ages; may as well check it in.Michael Brown
2007-01-11Try image as ELF file first. (Don't yet actually try to execute it).Michael Brown
2007-01-11Print informative error message when boot fails.Michael Brown
2007-01-11Update TFTP to use a struct buffer rather than a callback.Michael Brown
2007-01-11buffer.c should be using copy_{to,from}_user, rather thanMichael Brown
2007-01-11Change FTP to use a data buffer rather than a callback function.Michael Brown
2007-01-11Fix bug in buffer.c, add buffer mini-unit test.Michael Brown
2007-01-10Add "route" command (which currently only displays the routing table; itMichael Brown
2007-01-10Add route() function to display routing table.Michael Brown