summaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug in buffer.c, add buffer mini-unit test.Michael Brown2007-01-111-0/+54
* Add "route" command (which currently only displays the routing table; itMichael Brown2007-01-101-2/+0Star
* Add route() function to display routing table.Michael Brown2007-01-101-4/+2Star
* DHCP transmits via specified net device, so no need to create a dummyMichael Brown2007-01-101-8/+0Star
* Add "name" field to network device, to facilitate netdev commands.Michael Brown2007-01-102-2/+2
* Merge changes from mcb-tcp-fixes branch.Michael Brown2006-12-283-3/+3
* Cannot immediately overwrite the peer address when we parseMichael Brown2006-12-221-4/+4
* ibft_fill_data() prototype change.Michael Brown2006-12-211-1/+1
* Use a bigger buffer for the initiator IQNMichael Brown2006-12-211-1/+1
* Add ability to shut down iSCSI connectionMichael Brown2006-12-211-1/+3
* Print explicit error message on iSCSI boot failure, and addMichael Brown2006-12-211-1/+3
* Obsolete, and no longer functionsMichael Brown2006-12-191-88/+0Star
* Use iskey() and getchar() to interact with console, rather than objectMichael Brown2006-12-181-2/+2
* TypoMichael Brown2006-12-121-2/+2
* Add placeholder ibft.hMichael Brown2006-12-081-4/+0Star
* Use root-path option (as per RFC 4173) rather than filename option toMichael Brown2006-12-082-20/+68
* Support PXE and iSCSI by defaultMichael Brown2006-12-061-1/+4
* Update ftp.c to work with Nikhil's TCP stack.Michael Brown2006-12-052-11/+50
* Make the "drive number" option apply to iSCSI as well as AoEMichael Brown2006-11-292-3/+8
* Create "username" and "password" DHCP options, ready for placing thisMichael Brown2006-11-281-2/+7
* Updated to use asynchronous operation model for iSCSI requestsMichael Brown2006-11-282-1/+8
* Minor edit to make HEAD buildMarty Connor2006-09-191-2/+4
* Added iBFT construction to iSCSI boot testMichael Brown2006-08-282-5/+8
* Print net device name when making request.Michael Brown2006-08-111-1/+2
* New HTTP protocol and test codeDerek Pryor2006-08-112-0/+59
* Attempt a PXE NBP boot as the TFTP test.Michael Brown2006-08-092-19/+21
* Added TFTP test code (currently just dumps file to console).Michael Brown2006-08-092-2/+51
* Add very, very quick and dirty hello world testMichael Brown2006-08-072-6/+31
* Set a NUL terminator before calling inet_aton.Michael Brown2006-08-071-2/+3
* Add iSCSI to the DHCP tests.Michael Brown2006-08-072-13/+50
* Print out "DHCP..." message just in case people think the demo is sittingMichael Brown2006-07-201-1/+5
* Allow an AoE boot to be directed via DHCP, so that we have a proof ofMichael Brown2006-07-202-4/+52
* Print out the lease time, just to show how easy it is.Michael Brown2006-07-201-8/+15
* Added dhcp_ipv4_option() and friends.Michael Brown2006-07-201-1/+40
* Added some debug messages and DHCP test codeMichael Brown2006-07-191-0/+10
* started on ANSI sequence processingDan Lynch2006-06-281-1/+22
* - working basic ansi termnal extension for mucursesDan Lynch2006-06-271-2/+3
* make path relative (so that I don't break eb top of tree !)Dan Lynch2006-06-271-5/+6
* - testable console framework implementing mucurses SCREEN structDan Lynch2006-06-271-0/+65