Commit Briefs

Omar Polo

add `rename' command

it leverages the recently added wstat support


Omar Polo

fmt


Omar Polo

move struct np_stat to kami.h


Omar Polo

ftp: print mtime in ls output

Print the time (HH:MM) of the last edit is within the last 6 months, the year otherwise; match what `ls -lahF' does on OpenBSD, and I think it's cool.


Omar Polo

print a / after directory entries


Omar Polo

pretty print file permissions


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

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.