History log of /src/usr.sbin/puffs/mount_psshfs/mount_psshfs.8 |
Revision | | Date | Author | Comments |
1.27 |
| 25-Jun-2014 |
szptvlfn | s/stavfs/statvfs/
|
1.26 |
| 25-Dec-2012 |
reed | branches: 1.26.6; fix spelling typo
|
1.25 |
| 15-Sep-2011 |
wiz | branches: 1.25.2; 1.25.8; Wording, from Snader_LB.
|
1.24 |
| 03-Feb-2010 |
pooka | Give credit: psshfs was inspired by FUSE sshfs.
|
1.23 |
| 07-Jan-2010 |
wiz | Don't be terse.
|
1.22 |
| 07-Jan-2010 |
pooka | Add -u and -g, which allow to remap one (local,remote) uidgid, i.e. umapfs without the fuss.
|
1.21 |
| 20-May-2009 |
pooka | Copyright year management. no functional change (unless sarah disagrees)
|
1.20 |
| 20-May-2009 |
pooka | Introduce -c [12], which can be used to open 1 or 2 ssh connections to the server. If "2" is specified, a separate connection is used for data and directory operations. Using two connections can significantly increase directory operation performance on a saturated link, at least up to 30x faster.
|
1.19 |
| 26-Feb-2009 |
wiz | Make "sftp" a link.
|
1.18 |
| 25-Feb-2009 |
pooka | add caveat about info displayed by df(1)
|
1.17 |
| 06-Sep-2008 |
pooka | branches: 1.17.6; 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.
|
1.16 |
| 14-Dec-2007 |
jmmv | branches: 1.16.6; Add a -F option to allow passing a configuration file to ssh(1), instead of having to use multiple -O options on the command line. OKed by pooka@.
|
1.15 |
| 03-Dec-2007 |
wiz | Do not overload Xr macro.
|
1.14 |
| 02-Dec-2007 |
wiz | Sort SEE ALSO. Minor nit fixes.
|
1.13 |
| 08-Nov-2007 |
pooka | Make it possible to force attribute/directory cache re-read by sending SIGHUP to mount_psshfs.
|
1.12 |
| 08-Nov-2007 |
pooka | Make attribute & directory content caching timeout a command line option. Use -t -1 to never expire, which is nifty on a high-latency link where you know the server won't be modified from under you.
|
1.11 |
| 20-Oct-2007 |
pooka | Add option -r to specify maximum number of active read requests for each node. Setting this to a small number can be used to improve interactive performance on low-bandwidth links when performing bulk data reads. Of course I could also open separate pipes for bulk and other, but this was quicker and less intrusive and doesn't require authenticating twice.
|
1.10 |
| 24-Jun-2007 |
pooka | branches: 1.10.4; PUFFS_KFLAG_NOCACHE became two, so introduce the command line options -o nonamecache and -o nopagecache and adapt file systems where necessary.
|
1.9 |
| 09-May-2007 |
pooka | remove caveat no longer applicable
|
1.8 |
| 09-May-2007 |
tnn | Add an EXAMPLES section.
|
1.7 |
| 09-May-2007 |
tnn | Change [-O sshopt value] to [-O sshopt=value] to better conform with the way other userland apps behave. In /etc/fstab one would specify options with -O=sshopt=value.
|
1.6 |
| 09-May-2007 |
tnn | Add flag [-O sshopt value] to mount_psshfs(8), allowing the user to specify options to pass along to ssh(1). Remove redundant flag [-p sshport]; an equivalent of -O Port sshport. ok'd by pooka@
|
1.5 |
| 29-Apr-2007 |
pooka | Add -p to specify server port if someone should for some reason happen to run sshd on port, to pick a random number, 443.
Probably should give a way to specify rest of the ssh options.
|
1.4 |
| 12-Apr-2007 |
pooka | document -e for nfs exportability
|
1.3 |
| 17-Feb-2007 |
pooka | * document -s * explicitly mention that this implements sshfs functionality
|
1.2 |
| 08-Jan-2007 |
wiz | New sentence, new line. Sort SEE ALSO. Punctuation nit.
|
1.1 |
| 07-Jan-2007 |
pooka | man page for mount_psshfs
|
1.10.4.2 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.10.4.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.16.6.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.17.6.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.25.8.2 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.25.8.1 |
| 25-Feb-2013 |
tls | resync with head
|
1.25.2.1 |
| 23-Jan-2013 |
yamt | sync with head
|
1.26.6.1 |
| 10-Aug-2014 |
tls | Rebase.
|