Commit Briefs

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.





Omar Polo

walk_path: consume only the returned amount of qids

due to a typo, we end up trying to consume the *expected* amount of qids, but the walk could be shorter.


Omar Polo

rework walk_path

In particular it's important not to die if the first component can't be walked for any reason!