Commits


adjust readme and mention 9ps


rename the constants result


keep the tests in order


fmt


beautify the output


rework args and blocks: use a real stack this solves the limitations and bugs of the previous attempt at using a single global variable. The new code is also easier to read IMHO.


first draft of the ninepscript interpreter the ninepscript is meant as a way to test kamid. The idea is to execute these scripts that sends and receive 9p messages and ensure that the daemon works correctly in various situations.


constants and comments


ignore more files


drafting a "9pscript" for regress testing


disable DEBUG_PACKETS


pretty print Rwalk


compute path/vers/type in twalk' wqid


fix the Rwalk serialization


fix Twalk encoding