summaryrefslogtreecommitdiffstats
path: root/src/proto/slam.c
Commit message (Collapse)AuthorAgeFilesLines
* Dead code removal.Michael Brown2007-07-141-3/+3
| | | | Kill off use of etherboot.h outside drivers/net.
* Update buffer-handling code to enable expandable buffers.Michael Brown2007-01-111-1/+1
|
* gcc is rather over-aggressive about optimising out static data structuresMichael Brown2006-04-241-1/+1
| | | | even when __atribute__ (( unused )) is correctly set...
* Quickly hacked to use a buffer rather than a processor.Michael Brown2005-05-171-16/+21
| | | | These don't yet take advantage of the buffer functionality.
* Protocol structure can now specify the default port.Michael Brown2005-05-021-3/+3
|
* Protocol names are x-slam and x-tftmMichael Brown2005-05-011-1/+1
|
* Updated to protocol APIMichael Brown2005-05-011-43/+38Star
|
* Moved protocols to proto/Michael Brown2005-05-011-0/+541