Commit Briefs

Omar Polo

print a / after directory entries


Omar Polo

pretty print file permissions



Omar Polo

the reported length for directories must be zero

plan9' stat(3) says so...


Omar Polo

add hexdump command to aid the debugging

Also skip the progression bar if hexdump is enabled.




Omar Polo

ftp: fix some usage reportings


Omar Polo

kamid: always reply to auth with a struct kd_auth_proc

even when the authentication fails




Omar Polo

fix walk_path error handling: do_clunk only when miss == 0

...otherwise nfid is not valid and do_clunk aborts.


Omar Polo

add `edit' command

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