Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.sbin/puffs/mount_psshfs



Module Name:    src
Committed By:   pooka
Date:           Sat Sep  6 12:29:57 UTC 2008

Modified Files:
        src/usr.sbin/puffs/mount_psshfs: fs.c mount_psshfs.8 psbuf.c psshfs.c
            psshfs.h

Log Message:
Due to a recent encounter with a sucky internet connection, add
experimental option -p, which tries to reestablish the connection
to the sftp server in case it is lost.  This currently has a few
limitations (found in the man page), but generally works in some
use cases.

Better support might eventually emerge, but since that requires a
plunge into the depths of puffs_framebuf, I need quite a bit of
Fernet Branca to build up my courage before attempting it.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/usr.sbin/puffs/mount_psshfs/fs.c \
    src/usr.sbin/puffs/mount_psshfs/mount_psshfs.8
cvs rdiff -r1.12 -r1.13 src/usr.sbin/puffs/mount_psshfs/psbuf.c
cvs rdiff -r1.48 -r1.49 src/usr.sbin/puffs/mount_psshfs/psshfs.c
cvs rdiff -r1.33 -r1.34 src/usr.sbin/puffs/mount_psshfs/psshfs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index