Commit Briefs


Omar Polo

change the prompt to `kamiftp>'


Omar Polo

print prompt when !HAVE_READLINE


Omar Polo

publish pp_qid_type


Omar Polo

publish struct qid




Omar Polo

fix the msize checking in the regress suite

recent changes in 93c0742 reduced the msize returned by the server: this is still valid in 9p but not what the suite expected.



Omar Polo

fmt


Omar Polo

more stuff to do



Omar Polo

typo



Omar Polo

fix tremove wrt directories

we can't call unlinkat with `.' as path, so the hackish solution (but also the only viable one I can see) is to unlinkat ../<dirname>. Furthermore, calling unlinkat(f->dir->fd, f->fpath) was incorrect because f->dir->fd already points to the directory.