Commits


print a / after directory entries


pretty print file permissions


- [regress-extra] tested Tstat to ensure that a directory has size == 0 in the stat struct returned.


the reported length for directories must be zero plan9' stat(3) says so...


add hexdump command to aid the debugging Also skip the progression bar if hexdump is enabled.


killing a stale makefile from before the -portable merge


sync ftp manpage with actual commands


ftp: fix some usage reportings


kamid: always reply to auth with a struct kd_auth_proc even when the authentication fails


use $PAGER instead of hardcoding `less' (which is still the default)


tmp_file: enable the close-on-exec flag


fix walk_path error handling: do_clunk only when miss == 0 ...otherwise nfid is not valid and do_clunk aborts.


add `edit' command refactor the "write or create file" code into a function (woc_file) to share it with the `put' command.


refactor tmp file creation in its own function


new `put' command to upload a file