aboutsummaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Expand)AuthorFilesLines
2010-04-19[build] Rename gPXE to iPXEMichael Brown4-56/+56
2010-01-20[uri] Decode/encode URIs when parsing/unparsingJoshua Oreman1-2/+5
2009-02-15[i386] Add explicit flags and type on all .section declarationsMichael Brown1-2/+2
2008-08-28[comboot] Add COMBOOT and COM32 supportDaniel Verkamp2-0/+176
2008-06-30[GDB] Zero-extend 16-bit segment registersStefan Hajnoczi1-2/+2
2008-06-30[GDB] Add watch and rwatch hardware watchpointsStefan Hajnoczi2-0/+51
2008-06-30[GDB] Remote debugging over UDPStefan Hajnoczi1-6/+5
2008-06-30[GDB] Handle kill and detach packets.Stefan Hajnoczi2-0/+11
2008-06-05[GDB] Test suite for the GDB stubStefan Hajnoczi2-0/+109
2008-03-21[Misc] Kill off long-redundant tests/dhcptest.cMichael Brown1-270/+0
2007-07-29Quick hack to get AoE back in to the tree, on a par with the currentMichael Brown1-71/+0
2007-07-09Fix up iscsiboot missing prototype warningsMichael Brown1-45/+0
2007-07-08Ready to start testingMichael Brown1-35/+24
2007-07-03Warnings purge iscsiboot.cMarty Connor1-0/+1
2007-07-03Line buffer API changed a while agoMichael Brown1-3/+6
2007-07-01Removing obsolete files.Michael Brown1-54/+0
2007-06-27Update DHCP to use data-xfer interface (not yet tested).Michael Brown1-1/+1
2007-06-03Add a couple of tests for the URI parsing and resolving code.Michael Brown1-0/+145
2007-01-19Use stdio.h instead of vsprintf.hMichael Brown5-5/+5
2007-01-19TypoMichael Brown1-3/+3
2007-01-16Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviouslyMichael Brown1-7/+7
2007-01-15Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown4-95/+6
2007-01-14ObsoleteMichael Brown1-57/+0
2007-01-12Fixed HTTPMichael Brown1-37/+0
2007-01-12Damn it; my lovely resilient scheme falls down when you have a protocolMichael Brown1-7/+12
2007-01-12Added generic line-buffering code (a la stdio)Michael Brown1-0/+27
2007-01-12Code used for load buffer and multiboot image testingMichael Brown1-2/+10
2007-01-12Quick and dirty test for emalloc()Michael Brown1-0/+26
2007-01-11Use generic "struct image" rather than "struct elf".Michael Brown1-5/+6
2007-01-11Had this file lying around for ages; may as well check it in.Michael Brown1-0/+39
2007-01-11Try image as ELF file first. (Don't yet actually try to execute it).Michael Brown1-1/+14
2007-01-11Print informative error message when boot fails.Michael Brown1-1/+1
2007-01-11Update TFTP to use a struct buffer rather than a callback.Michael Brown1-9/+7
2007-01-11buffer.c should be using copy_{to,from}_user, rather thanMichael Brown2-2/+2
2007-01-11Change FTP to use a data buffer rather than a callback function.Michael Brown1-2/+14
2007-01-11Fix bug in buffer.c, add buffer mini-unit test.Michael Brown1-0/+54
2007-01-10Add "route" command (which currently only displays the routing table; itMichael Brown1-2/+0
2007-01-10Add route() function to display routing table.Michael Brown1-4/+2
2007-01-10DHCP transmits via specified net device, so no need to create a dummyMichael Brown1-8/+0
2007-01-09Add "name" field to network device, to facilitate netdev commands.Michael Brown2-2/+2
2006-12-27Merge changes from mcb-tcp-fixes branch.Michael Brown3-3/+3
2006-12-22Cannot immediately overwrite the peer address when we parseMichael Brown1-4/+4
2006-12-21ibft_fill_data() prototype change.Michael Brown1-1/+1
2006-12-21Use a bigger buffer for the initiator IQNMichael Brown1-1/+1
2006-12-21Add ability to shut down iSCSI connectionMichael Brown1-1/+3
2006-12-21Print explicit error message on iSCSI boot failure, and addMichael Brown1-1/+3
2006-12-19Obsolete, and no longer functionsMichael Brown1-88/+0
2006-12-18Use iskey() and getchar() to interact with console, rather than objectMichael Brown1-2/+2
2006-12-12TypoMichael Brown1-2/+2
2006-12-08Add placeholder ibft.hMichael Brown1-4/+0