summaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* [test] Add self-tests for MD5 algorithmMichael Brown2012-03-052-0/+94
* [test] Add self-tests for SHA-256 algorithmMichael Brown2012-03-052-0/+102
* [test] Add self-tests for byte-order swapping functionsMichael Brown2012-03-042-0/+92
* [rng] Add entropy sample generatorMichael Brown2012-02-281-0/+70
* [test] Allow self-tests to be run individuallyMichael Brown2012-02-272-6/+31
* [rng] Add missing #include <string.h>Michael Brown2012-02-212-0/+2
* [rng] Add NIST self-tests for Hash_dfMichael Brown2012-02-192-0/+495
* [rng] Add NIST self-tests for HMAC_DRBGMichael Brown2012-01-232-0/+796
* [test] Add self-tests for SHA-1 algorithmMichael Brown2012-01-114-0/+204
* [list] Add list functions required by ath9k driverMichael Brown2011-10-141-0/+172
* [test] Add self-tests for list manipulation functionsMichael Brown2011-10-142-0/+238
* [test] Add a basic infrastructure for running self-testsMichael Brown2011-10-141-0/+139
* [uri] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-4/+2Star
* [bofm] Add offline BOFM test facilityMichael Brown2011-03-031-0/+169
* [ioapi] Move get_memmap() to the I/O API groupPiotr JaroszyƄski2010-08-161-1/+1
* [build] Rename gPXE to iPXEMichael Brown2010-04-204-56/+56
* [uri] Decode/encode URIs when parsing/unparsingJoshua Oreman2010-01-211-2/+5
* [i386] Add explicit flags and type on all .section declarationsMichael Brown2009-02-151-2/+2
* [comboot] Add COMBOOT and COM32 supportDaniel Verkamp2008-08-292-0/+176
* [GDB] Zero-extend 16-bit segment registersStefan Hajnoczi2008-06-301-2/+2
* [GDB] Add watch and rwatch hardware watchpointsStefan Hajnoczi2008-06-302-0/+51
* [GDB] Remote debugging over UDPStefan Hajnoczi2008-06-301-6/+5Star
* [GDB] Handle kill and detach packets.Stefan Hajnoczi2008-06-302-0/+11
* [GDB] Test suite for the GDB stubStefan Hajnoczi2008-06-052-0/+109
* [Misc] Kill off long-redundant tests/dhcptest.cMichael Brown2008-03-211-270/+0Star
* Quick hack to get AoE back in to the tree, on a par with the currentMichael Brown2007-07-291-71/+0Star
* Fix up iscsiboot missing prototype warningsMichael Brown2007-07-091-45/+0Star
* Ready to start testingMichael Brown2007-07-081-35/+24Star
* Warnings purge iscsiboot.cMarty Connor2007-07-031-0/+1
* Line buffer API changed a while agoMichael Brown2007-07-031-3/+6
* Removing obsolete files.Michael Brown2007-07-011-54/+0Star
* Update DHCP to use data-xfer interface (not yet tested).Michael Brown2007-06-281-1/+1
* Add a couple of tests for the URI parsing and resolving code.Michael Brown2007-06-031-0/+145
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-195-5/+5
* TypoMichael Brown2007-01-191-3/+3
* Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviouslyMichael Brown2007-01-161-7/+7
* Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown2007-01-154-95/+6Star
* ObsoleteMichael Brown2007-01-141-57/+0Star
* Fixed HTTPMichael Brown2007-01-121-37/+0Star
* Damn it; my lovely resilient scheme falls down when you have a protocolMichael Brown2007-01-121-7/+12
* Added generic line-buffering code (a la stdio)Michael Brown2007-01-121-0/+27
* Code used for load buffer and multiboot image testingMichael Brown2007-01-121-2/+10
* Quick and dirty test for emalloc()Michael Brown2007-01-121-0/+26
* Use generic "struct image" rather than "struct elf".Michael Brown2007-01-111-5/+6
* Had this file lying around for ages; may as well check it in.Michael Brown2007-01-111-0/+39
* Try image as ELF file first. (Don't yet actually try to execute it).Michael Brown2007-01-111-1/+14
* Print informative error message when boot fails.Michael Brown2007-01-111-1/+1
* Update TFTP to use a struct buffer rather than a callback.Michael Brown2007-01-111-9/+7Star
* buffer.c should be using copy_{to,from}_user, rather thanMichael Brown2007-01-112-2/+2
* Change FTP to use a data buffer rather than a callback function.Michael Brown2007-01-111-2/+14