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

2021-12-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Dec 5 08:11:40 UTC 2021 Modified Files: src/usr.sbin/puffs/mount_psshfs: psshfs.c Log Message: s/systme/system/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/usr.sbin/puffs/mount_psshfs/pssh

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

2021-12-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Dec 5 08:11:40 UTC 2021 Modified Files: src/usr.sbin/puffs/mount_psshfs: psshfs.c Log Message: s/systme/system/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/usr.sbin/puffs/mount_psshfs/pssh

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

2010-02-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 17 15:54:10 UTC 2010 Modified Files: src/usr.sbin/puffs/mount_psshfs: psshfs.c Log Message: umgah. meant fts, not fsu To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/usr.sbin/puffs/mount_psshfs/psshfs.c

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

2010-02-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 17 15:50:54 UTC 2010 Modified Files: src/usr.sbin/puffs/mount_psshfs: psshfs.c Log Message: Bump the initial rootdir link count guess to a ludicrous value. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src

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

2010-02-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 17 15:47:36 UTC 2010 Modified Files: src/usr.sbin/puffs/mount_psshfs: subr.c Log Message: Save "." attributes in readdir. This fixes the root link count after readdir is called for the root dir the first time (yes, there's

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

2010-02-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 3 17:16:29 UTC 2010 Modified Files: src/usr.sbin/puffs/mount_psshfs: mount_psshfs.8 Log Message: Give credit: psshfs was inspired by FUSE sshfs. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/usr.sbin/

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

2010-02-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 3 17:02:52 UTC 2010 Modified Files: src/usr.sbin/puffs/mount_psshfs: fs.c Log Message: statvfs: Since bresvd is not available from the server, calculate: bresvd = bfree - bavail. Then df calculates: bav

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

2010-01-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 8 10:53:32 UTC 2010 Modified Files: src/usr.sbin/puffs/mount_psshfs: psbuf.c Log Message: Fix compilation with -Wsign-compare. Apparently 5.0 doesn't have -Wsign-compare enabled, which explains a thing or two ... pointed

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

2010-01-07 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jan 7 23:35:45 UTC 2010 Modified Files: src/usr.sbin/puffs/mount_psshfs: mount_psshfs.8 Log Message: Don't be terse. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.sbin/puffs/mount_psshfs/mount_psshfs.8

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

2010-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 7 21:26:49 UTC 2010 Modified Files: src/usr.sbin/puffs/mount_psshfs: psshfs.c Log Message: errx() already contains progname ... To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/usr.sbin/puffs/mount_psshf

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

2010-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 7 21:23:10 UTC 2010 Modified Files: src/usr.sbin/puffs/mount_psshfs: psshfs.c Log Message: Don't allow mangling of uid or gid -1, since they have a special meaning in the sftp protocol. To generate a diff of this commit:

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

2010-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 7 21:19:45 UTC 2010 Modified Files: src/usr.sbin/puffs/mount_psshfs: psbuf.c Log Message: Fix chgrp (and don't rely on VNOVAL being -1, however unlikely that is to be broken). To generate a diff of this commit: cvs rdiff

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

2010-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 7 21:05:50 UTC 2010 Modified Files: src/usr.sbin/puffs/mount_psshfs: mount_psshfs.8 node.c psbuf.c psshfs.c psshfs.h subr.c Log Message: Add -u and -g, which allow to remap one (local,remote) uidgid, i.e. umapf