summaryrefslogtreecommitdiff
path: root/usr.sbin/puffs/mount_psshfs
AgeCommit message (Expand)Author
2021-12-05s/systme/system/ in comment.msaitoh
2021-09-16fix typos in word "successfully", mainly s/succesfully/successfully/.andvar
2019-09-23Restore binary compatibility by using the statvfs90 structure internally.christos
2016-10-07PR/514612: Mateusz Paszwa: When no more data, bail out (reading from emptychristos
2014-06-25s/stavfs/statvfs/szptvlfn
2012-12-25fix spelling typoreed
2012-11-04include the headers you usechristos
2012-01-20Ensure psshfs_node_read() completely reads all data before return.jakllsch
2011-09-15Wording, from Snader_LB.wiz
2011-08-31Use __deadjoerg
2011-08-25Bring mount_psshfs user/host/path argument processing in line with sftp(1).jakllsch
2011-08-12Cache vattr in psshfs's setattr.riastradh
2011-06-22remove some always true if () checks GCC 4.5.3 picks up.mrg
2011-05-19Initialize psshfs root node's readdir waiters queue.riastradh
2010-10-29Make error message more userfriendly in cases where server doespooka
2010-04-01In case we create a file, reclaim the vnode, and lookup the filepooka
2010-02-17umgah. meant fts, not fsupooka
2010-02-17Bump the initial rootdir link count guess to a ludicrous value.pooka
2010-02-17Save "." attributes in readdir. This fixes the root link countpooka
2010-02-03Give credit: psshfs was inspired by FUSE sshfs.pooka
2010-02-03 statvfs:pooka
2010-01-12Make r/w servers unmount themselves cleanly upon receiving SIGINT/TERM.pooka
2010-01-08Fix compilation with -Wsign-compare. Apparently 5.0 doesn't havepooka
2010-01-07Don't be terse.wiz
2010-01-07errx() already contains progname ...pooka
2010-01-07Don't allow mangling of uid or gid -1, since they have a specialpooka
2010-01-07Fix chgrp (and don't rely on VNOVAL being -1, however unlikely thatpooka
2010-01-07Add -u and -g, which allow to remap one (local,remote) uidgid, i.e.pooka
2009-11-05more lp64 it's-a-sign! fixespooka
2009-11-05const woespooka
2009-05-20wait() for dead ssh processes (but don't block, so we might havepooka
2009-05-20Fix SNAFU in previous: connection handshake is already handled bypooka
2009-05-20Copyright year management. no functional change (unless sarah disagrees)pooka
2009-05-20Introduce -c [12], which can be used to open 1 or 2 ssh connectionspooka
2009-04-22Enable WARNS=4 by default, except for:lukem
2009-03-29Save errno before descending to cleanup gehennom.pooka
2009-02-26Make "sftp" a link.wiz
2009-02-25add caveat about info displayed by df(1)pooka
2009-02-23Support statvfs@openssh.com extension where available. Makes df(1)pooka
2009-01-01Track parent directory in cross-directory renames so that mv & rmpooka
2008-09-06Due to a recent encounter with a sucky internet connection, addpooka
2008-08-12void * -> puffs_cookie_tpooka
2008-08-11call puffs_exit()pooka
2007-12-14Add a -F option to allow passing a configuration file to ssh(1), insteadjmmv
2007-12-13Record inode number in psshfs_dir also for already instantiatedpooka
2007-12-13*blink*, remember to update comment toopooka
2007-12-13Do previous in a way which causes less waste of potential inode numbers.pooka
2007-12-12Fix lossage noticed by jmmv (mostly for -t 0 mounts) and make surepooka
2007-12-09When creating a node, do the server-dance before creating the localpooka
2007-12-07Don't use puffs_cc_getusermount()pooka