Commits


add kamiftp, a scratch of an ftp-like program for 9p


fix kamirepl_SOURCES spotted by cage, thanks :)


split some code from kamirepl into 9pclib.c


pass AM_CFLAGS to automake so we compile with warnings


include the ninepscript documentation in the distribution tarball


run the tests


add builtin_{recv,send}; connect the tests with the client process


don't install kamirepl and ninepscript


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.


first draft a 9P manual page for the section 7


add kamirepl, a REPL to test kamid


fix make dist


add missing source deps on kamid.h


another type


initial commit