CVS commit: src/usr.sbin/puffs

2010-03-31 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Mar 31 14:22:27 UTC 2010

Modified Files:
src/usr.sbin/puffs: Makefile
Added Files:
src/usr.sbin/puffs/rump_kernfs: Makefile rump_kernfs.c

Log Message:
Add kernfs server.

Don't build & install it by default, since it represents the state
of the rump virtual kernel and not the host kernel.  However, it's
useful for debugging kernfs.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/puffs/Makefile
cvs rdiff -u -r0 -r1.1 src/usr.sbin/puffs/rump_kernfs/Makefile \
src/usr.sbin/puffs/rump_kernfs/rump_kernfs.c

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



CVS commit: src/usr.sbin/puffs

2010-03-31 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Mar 31 14:45:59 UTC 2010

Modified Files:
src/usr.sbin/puffs: makerumpmanpages.sh

Log Message:
Add note saying that the manual page is autogenerated and all parts
may not apply to this particular server.

TODO: have three different texts, one for device backed file systems
(e.g. ffs), another for network backed (e.g. nfs), and a third for
fictional (e.g. kernfs)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/puffs/makerumpmanpages.sh

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



CVS commit: src/usr.sbin/puffs

2010-03-31 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Mar 31 14:49:47 UTC 2010

Modified Files:
src/usr.sbin/puffs/rump_cd9660: rump_cd9660.8
src/usr.sbin/puffs/rump_efs: rump_efs.8
src/usr.sbin/puffs/rump_ext2fs: rump_ext2fs.8
src/usr.sbin/puffs/rump_fdesc: rump_fdesc.8
src/usr.sbin/puffs/rump_ffs: rump_ffs.8
src/usr.sbin/puffs/rump_hfs: rump_hfs.8
src/usr.sbin/puffs/rump_kernfs: rump_kernfs.8
src/usr.sbin/puffs/rump_lfs: rump_lfs.8
src/usr.sbin/puffs/rump_msdos: rump_msdos.8
src/usr.sbin/puffs/rump_nfs: rump_nfs.8
src/usr.sbin/puffs/rump_ntfs: rump_ntfs.8
src/usr.sbin/puffs/rump_smbfs: rump_smbfs.8
src/usr.sbin/puffs/rump_sysvbfs: rump_sysvbfs.8
src/usr.sbin/puffs/rump_tmpfs: rump_tmpfs.8
src/usr.sbin/puffs/rump_udf: rump_udf.8

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/puffs/rump_cd9660/rump_cd9660.8
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/puffs/rump_efs/rump_efs.8
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/puffs/rump_ext2fs/rump_ext2fs.8
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/puffs/rump_fdesc/rump_fdesc.8
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/puffs/rump_ffs/rump_ffs.8
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/puffs/rump_hfs/rump_hfs.8
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/puffs/rump_kernfs/rump_kernfs.8
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/puffs/rump_lfs/rump_lfs.8
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/puffs/rump_msdos/rump_msdos.8
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/puffs/rump_nfs/rump_nfs.8
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/puffs/rump_ntfs/rump_ntfs.8
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/puffs/rump_smbfs/rump_smbfs.8
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/puffs/rump_sysvbfs/rump_sysvbfs.8
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/puffs/rump_tmpfs/rump_tmpfs.8
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/puffs/rump_udf/rump_udf.8

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



CVS commit: src/usr.sbin/puffs

2010-04-29 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Thu Apr 29 22:42:48 UTC 2010

Modified Files:
src/usr.sbin/puffs: Makefile
Added Files:
src/usr.sbin/puffs/rump_au-naturel: Makefile rump_au-naturel.c

Log Message:
Add rump_au-naturel, which instead of mounting a file system inside
the rump kernel just attaches to / in said rump kernel instance.
This is mostly useful in case wanting to see what nodes components
create (see Makefile).

not built without manual intervention


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/puffs/Makefile
cvs rdiff -u -r0 -r1.1 src/usr.sbin/puffs/rump_au-naturel/Makefile \
src/usr.sbin/puffs/rump_au-naturel/rump_au-naturel.c

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



CVS commit: src/usr.sbin/puffs

2010-11-21 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Nov 21 19:29:01 UTC 2010

Modified Files:
src/usr.sbin/puffs: makerumpmanpages.sh

Log Message:
* document disk.img%DISKLABEL:p%
* tweaks


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/puffs/makerumpmanpages.sh

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



CVS commit: src/usr.sbin/puffs

2010-11-21 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Nov 21 19:32:20 UTC 2010

Modified Files:
src/usr.sbin/puffs/rump_cd9660: rump_cd9660.8
src/usr.sbin/puffs/rump_efs: rump_efs.8
src/usr.sbin/puffs/rump_ext2fs: rump_ext2fs.8
src/usr.sbin/puffs/rump_fdesc: rump_fdesc.8
src/usr.sbin/puffs/rump_ffs: rump_ffs.8
src/usr.sbin/puffs/rump_hfs: rump_hfs.8
src/usr.sbin/puffs/rump_kernfs: rump_kernfs.8
src/usr.sbin/puffs/rump_lfs: rump_lfs.8
src/usr.sbin/puffs/rump_msdos: rump_msdos.8
src/usr.sbin/puffs/rump_nfs: rump_nfs.8
src/usr.sbin/puffs/rump_ntfs: rump_ntfs.8
src/usr.sbin/puffs/rump_smbfs: rump_smbfs.8
src/usr.sbin/puffs/rump_sysvbfs: rump_sysvbfs.8
src/usr.sbin/puffs/rump_tmpfs: rump_tmpfs.8
src/usr.sbin/puffs/rump_udf: rump_udf.8
Added Files:
src/usr.sbin/puffs/rump_au-naturel: rump_au-naturel.8
src/usr.sbin/puffs/rump_nqmfs: rump_nqmfs.8

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/usr.sbin/puffs/rump_au-naturel/rump_au-naturel.8
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/puffs/rump_cd9660/rump_cd9660.8
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/puffs/rump_efs/rump_efs.8
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/puffs/rump_ext2fs/rump_ext2fs.8
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/puffs/rump_fdesc/rump_fdesc.8
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/puffs/rump_ffs/rump_ffs.8
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/puffs/rump_hfs/rump_hfs.8
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/puffs/rump_kernfs/rump_kernfs.8
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/puffs/rump_lfs/rump_lfs.8
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/puffs/rump_msdos/rump_msdos.8
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/puffs/rump_nfs/rump_nfs.8
cvs rdiff -u -r0 -r1.1 src/usr.sbin/puffs/rump_nqmfs/rump_nqmfs.8
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/puffs/rump_ntfs/rump_ntfs.8
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/puffs/rump_smbfs/rump_smbfs.8
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/puffs/rump_sysvbfs/rump_sysvbfs.8
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/puffs/rump_tmpfs/rump_tmpfs.8
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/puffs/rump_udf/rump_udf.8

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



CVS commit: src/usr.sbin/puffs

2010-11-21 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Nov 22 01:07:51 UTC 2010

Modified Files:
src/usr.sbin/puffs: makerumpmanpages.sh

Log Message:
Generate different manpages for 1) disk 2) net 3) fictional file systems.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/puffs/makerumpmanpages.sh

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



CVS commit: src/usr.sbin/puffs

2010-11-21 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Nov 22 01:08:26 UTC 2010

Modified Files:
src/usr.sbin/puffs/rump_cd9660: rump_cd9660.8
src/usr.sbin/puffs/rump_efs: rump_efs.8
src/usr.sbin/puffs/rump_ext2fs: rump_ext2fs.8
src/usr.sbin/puffs/rump_fdesc: rump_fdesc.8
src/usr.sbin/puffs/rump_ffs: rump_ffs.8
src/usr.sbin/puffs/rump_hfs: rump_hfs.8
src/usr.sbin/puffs/rump_kernfs: rump_kernfs.8
src/usr.sbin/puffs/rump_lfs: rump_lfs.8
src/usr.sbin/puffs/rump_msdos: rump_msdos.8
src/usr.sbin/puffs/rump_nfs: rump_nfs.8
src/usr.sbin/puffs/rump_ntfs: rump_ntfs.8
src/usr.sbin/puffs/rump_smbfs: rump_smbfs.8
src/usr.sbin/puffs/rump_sysvbfs: rump_sysvbfs.8
src/usr.sbin/puffs/rump_tmpfs: rump_tmpfs.8
src/usr.sbin/puffs/rump_udf: rump_udf.8

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/puffs/rump_cd9660/rump_cd9660.8
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/puffs/rump_efs/rump_efs.8
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/puffs/rump_ext2fs/rump_ext2fs.8
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/puffs/rump_fdesc/rump_fdesc.8
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/puffs/rump_ffs/rump_ffs.8
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/puffs/rump_hfs/rump_hfs.8
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/puffs/rump_kernfs/rump_kernfs.8
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/puffs/rump_lfs/rump_lfs.8
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/puffs/rump_msdos/rump_msdos.8
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/puffs/rump_nfs/rump_nfs.8
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/puffs/rump_ntfs/rump_ntfs.8
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/puffs/rump_smbfs/rump_smbfs.8
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/puffs/rump_sysvbfs/rump_sysvbfs.8
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/puffs/rump_tmpfs/rump_tmpfs.8
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/puffs/rump_udf/rump_udf.8

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



CVS commit: src/usr.sbin/puffs

2010-11-21 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Nov 22 01:09:35 UTC 2010

Removed Files:
src/usr.sbin/puffs/rump_au-naturel: rump_au-naturel.8
src/usr.sbin/puffs/rump_nqmfs: rump_nqmfs.8

Log Message:
these files are no longer autogenerated, so remove them


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 src/usr.sbin/puffs/rump_au-naturel/rump_au-naturel.8
cvs rdiff -u -r1.1 -r0 src/usr.sbin/puffs/rump_nqmfs/rump_nqmfs.8

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



CVS commit: src/usr.sbin/puffs

2010-11-21 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Nov 22 07:56:31 UTC 2010

Modified Files:
src/usr.sbin/puffs: makerumpmanpages.sh

Log Message:
include script rcsid in generated file
(no change to rendered output)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/puffs/makerumpmanpages.sh

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



CVS commit: src/usr.sbin/puffs

2010-11-21 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Nov 22 07:56:58 UTC 2010

Modified Files:
src/usr.sbin/puffs/rump_cd9660: rump_cd9660.8
src/usr.sbin/puffs/rump_efs: rump_efs.8
src/usr.sbin/puffs/rump_ext2fs: rump_ext2fs.8
src/usr.sbin/puffs/rump_fdesc: rump_fdesc.8
src/usr.sbin/puffs/rump_ffs: rump_ffs.8
src/usr.sbin/puffs/rump_hfs: rump_hfs.8
src/usr.sbin/puffs/rump_kernfs: rump_kernfs.8
src/usr.sbin/puffs/rump_lfs: rump_lfs.8
src/usr.sbin/puffs/rump_msdos: rump_msdos.8
src/usr.sbin/puffs/rump_nfs: rump_nfs.8
src/usr.sbin/puffs/rump_ntfs: rump_ntfs.8
src/usr.sbin/puffs/rump_smbfs: rump_smbfs.8
src/usr.sbin/puffs/rump_sysvbfs: rump_sysvbfs.8
src/usr.sbin/puffs/rump_tmpfs: rump_tmpfs.8
src/usr.sbin/puffs/rump_udf: rump_udf.8

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/puffs/rump_cd9660/rump_cd9660.8
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/puffs/rump_efs/rump_efs.8
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/puffs/rump_ext2fs/rump_ext2fs.8
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/puffs/rump_fdesc/rump_fdesc.8
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/puffs/rump_ffs/rump_ffs.8
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/puffs/rump_hfs/rump_hfs.8
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/puffs/rump_kernfs/rump_kernfs.8
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/puffs/rump_lfs/rump_lfs.8
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/puffs/rump_msdos/rump_msdos.8
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/puffs/rump_nfs/rump_nfs.8
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/puffs/rump_ntfs/rump_ntfs.8
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/puffs/rump_smbfs/rump_smbfs.8
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/puffs/rump_sysvbfs/rump_sysvbfs.8
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/puffs/rump_tmpfs/rump_tmpfs.8
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/puffs/rump_udf/rump_udf.8

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



CVS commit: src/usr.sbin/puffs

2020-04-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr  4 17:05:06 UTC 2020

Modified Files:
src/usr.sbin/puffs: Makefile makerumpmanpages.sh
Removed Files:
src/usr.sbin/puffs/rump_smbfs: Makefile rump_smbfs.8 rump_smbfs.c
smb_rumpops.c

Log Message:
We don't have smbfs anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/puffs/Makefile
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/puffs/makerumpmanpages.sh
cvs rdiff -u -r1.8 -r0 src/usr.sbin/puffs/rump_smbfs/Makefile
cvs rdiff -u -r1.6 -r0 src/usr.sbin/puffs/rump_smbfs/rump_smbfs.8 \
src/usr.sbin/puffs/rump_smbfs/rump_smbfs.c
cvs rdiff -u -r1.1 -r0 src/usr.sbin/puffs/rump_smbfs/smb_rumpops.c

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



CVS commit: src/usr.sbin/puffs

2020-05-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat May 16 12:30:36 UTC 2020

Modified Files:
src/usr.sbin/puffs: Makefile.inc

Log Message:
Oops forgot to commit this.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/puffs/Makefile.inc

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



CVS commit: src/usr.sbin/puffs

2020-05-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun May 17 18:59:02 UTC 2020

Modified Files:
src/usr.sbin/puffs: Makefile.inc

Log Message:
reverse the order for sun2


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/puffs/Makefile.inc

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



CVS commit: src/usr.sbin/puffs

2017-03-14 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Tue Mar 14 14:05:52 UTC 2017

Modified Files:
src/usr.sbin/puffs/rump_nfs: Makefile
src/usr.sbin/puffs/rump_smbfs: Makefile

Log Message:
Fix build of puffs


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/puffs/rump_nfs/Makefile
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/puffs/rump_smbfs/Makefile

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



CVS commit: src/usr.sbin/puffs

2011-06-21 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Jun 22 04:03:24 UTC 2011

Modified Files:
src/usr.sbin/puffs/mount_9p: fs.c
src/usr.sbin/puffs/mount_psshfs: fs.c

Log Message:
remove some always true if () checks GCC 4.5.3 picks up.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/puffs/mount_9p/fs.c
cvs rdiff -u -r1.23 -r1.24 src/usr.sbin/puffs/mount_psshfs/fs.c

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



CVS commit: src/usr.sbin/puffs

2011-07-24 Thread UCHIYAMA Yasushi
Module Name:src
Committed By:   uch
Date:   Sun Jul 24 09:00:08 UTC 2011

Modified Files:
src/usr.sbin/puffs/rump_cd9660: rump_cd9660.8
src/usr.sbin/puffs/rump_efs: rump_efs.8
src/usr.sbin/puffs/rump_ext2fs: rump_ext2fs.8
src/usr.sbin/puffs/rump_fdesc: rump_fdesc.8
src/usr.sbin/puffs/rump_ffs: rump_ffs.8
src/usr.sbin/puffs/rump_hfs: rump_hfs.8
src/usr.sbin/puffs/rump_kernfs: rump_kernfs.8
src/usr.sbin/puffs/rump_lfs: rump_lfs.8
src/usr.sbin/puffs/rump_msdos: rump_msdos.8
src/usr.sbin/puffs/rump_nfs: rump_nfs.8
src/usr.sbin/puffs/rump_ntfs: rump_ntfs.8
src/usr.sbin/puffs/rump_smbfs: rump_smbfs.8
src/usr.sbin/puffs/rump_sysvbfs: rump_sysvbfs.8
src/usr.sbin/puffs/rump_tmpfs: rump_tmpfs.8
src/usr.sbin/puffs/rump_udf: rump_udf.8
Added Files:
src/usr.sbin/puffs/rump_v7fs: Makefile

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/puffs/rump_cd9660/rump_cd9660.8
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/puffs/rump_efs/rump_efs.8
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/puffs/rump_ext2fs/rump_ext2fs.8
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/puffs/rump_fdesc/rump_fdesc.8
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/puffs/rump_ffs/rump_ffs.8
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/puffs/rump_hfs/rump_hfs.8
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/puffs/rump_kernfs/rump_kernfs.8
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/puffs/rump_lfs/rump_lfs.8
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/puffs/rump_msdos/rump_msdos.8
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/puffs/rump_nfs/rump_nfs.8
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/puffs/rump_ntfs/rump_ntfs.8
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/puffs/rump_smbfs/rump_smbfs.8
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/puffs/rump_sysvbfs/rump_sysvbfs.8
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/puffs/rump_tmpfs/rump_tmpfs.8
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/puffs/rump_udf/rump_udf.8
cvs rdiff -u -r0 -r1.1 src/usr.sbin/puffs/rump_v7fs/Makefile

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



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

2013-12-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Dec 25 23:35:17 UTC 2013

Modified Files:
src/usr.sbin/puffs/rump_smbfs: Makefile

Log Message:
smbfs has moved.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/puffs/rump_smbfs/Makefile

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



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

2014-06-25 Thread Ryosuke Moro
Module Name:src
Committed By:   szptvlfn
Date:   Wed Jun 25 23:22:18 UTC 2014

Modified Files:
src/usr.sbin/puffs/mount_psshfs: mount_psshfs.8

Log Message:
s/stavfs/statvfs/


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/puffs/mount_psshfs/mount_psshfs.8

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



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

2020-08-30 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Aug 30 21:12:45 UTC 2020

Modified Files:
src/usr.sbin/puffs/mount_9p: Makefile

Log Message:
include bsd.init.mk to avoid:
make: Bad conditional expression ` != "no"' in  != "no"? -DINET6 :


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/puffs/mount_9p/Makefile

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



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

2015-11-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Nov 12 16:51:18 UTC 2015

Modified Files:
src/usr.sbin/puffs/mount_sysctlfs: sysctlfs.c

Log Message:
Add usage function, various cosmetics; no functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c

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



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

2010-03-31 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Mar 31 14:33:38 UTC 2010

Added Files:
src/usr.sbin/puffs/rump_kernfs: rump_kernfs.8

Log Message:
generate


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/usr.sbin/puffs/rump_kernfs/rump_kernfs.8

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



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

2010-03-31 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Mar 31 14:49:02 UTC 2010

Modified Files:
src/usr.sbin/puffs/rump_nqmfs: rump_nqmfs.c

Log Message:
MAP_COPY is available only in _KERNEL  uh, so don't use it here.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/puffs/rump_nqmfs/rump_nqmfs.c

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



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

2010-03-31 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Mar 31 14:54:07 UTC 2010

Modified Files:
src/usr.sbin/puffs/rump_nqmfs: rump_nqmfs.c

Log Message:
fix typo (at least it was in an error string instead of a comment)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/puffs/rump_nqmfs/rump_nqmfs.c

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



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

2010-03-31 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Thu Apr  1 02:34:09 UTC 2010

Modified Files:
src/usr.sbin/puffs/mount_psshfs: fs.c node.c psshfs.h subr.c

Log Message:
In case we create a file, reclaim the vnode, and lookup the file
without the directory timeout expiring, we get vattr_null as the
attributes for that file.  Ensure that we always report sane
attributes by getting them from the server if this is the case.
(also, sprinkle some const)

Fixes problem reported by dyoung.   But wait!  The bug's medallion
begins to glow!  The bug looks much better!  I crumble to dust.

There's probably another similar bug related to "lazy open".  It
will trigger if we reclaim a node before the response to the open
arrives.  Even the comments (typoless) know about this bug ...
But verifying it exists and fixing it will have to wait for another
day.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/puffs/mount_psshfs/fs.c
cvs rdiff -u -r1.60 -r1.61 src/usr.sbin/puffs/mount_psshfs/node.c
cvs rdiff -u -r1.39 -r1.40 src/usr.sbin/puffs/mount_psshfs/psshfs.h
cvs rdiff -u -r1.49 -r1.50 src/usr.sbin/puffs/mount_psshfs/subr.c

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



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

2010-04-11 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Apr 11 08:30:17 UTC 2010

Modified Files:
src/usr.sbin/puffs/mount_sysctlfs: sysctlfs.c

Log Message:
Instead of totally giving up, dump CTLTYPE_STRUCT as hex, much
like sysctl -x (but not fancy like -dosequis).


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c

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



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

2010-04-11 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Apr 11 15:08:17 UTC 2010

Modified Files:
src/usr.sbin/puffs/mount_sysctlfs: mount_sysctlfs.8 sysctlfs.c

Log Message:
Add raw mode, which skips ASCII'ification and can be used if reading
structures from the kernel into debug program memory is desired.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/puffs/mount_sysctlfs/mount_sysctlfs.8
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c

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



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

2010-04-11 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Apr 11 21:34:18 UTC 2010

Modified Files:
src/usr.sbin/puffs/mount_sysctlfs: mount_sysctlfs.8

Log Message:
Sort options in SYNOPSIS (flags without arguments first).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/puffs/mount_sysctlfs/mount_sysctlfs.8

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



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

2010-05-29 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sun May 30 04:32:09 UTC 2010

Modified Files:
src/usr.sbin/puffs/rump_cd9660: rump_cd9660.c

Log Message:
Requires sys/param.h.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/puffs/rump_cd9660/rump_cd9660.c

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



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

2010-06-30 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Jun 30 16:22:49 UTC 2010

Modified Files:
src/usr.sbin/puffs/rump_syspuffs: Makefile

Log Message:
link putter now that it's a separate component


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/puffs/rump_syspuffs/Makefile

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



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

2010-07-20 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Jul 20 14:42:03 UTC 2010

Modified Files:
src/usr.sbin/puffs/rump_nfs: Makefile

Log Message:
Remove unused LDADD lines.  They need work to work, and if anyone
ever does that work, they surely can come up with the LDADD line as
well.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/puffs/rump_nfs/Makefile

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



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

2010-08-06 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Aug  6 15:04:13 UTC 2010

Modified Files:
src/usr.sbin/puffs/mount_sysctlfs: Makefile sysctlfs.c

Log Message:
If compiled with RUMP_ACTION, access rump kernel instead of host
kernel.  This is an easy way to browse & modify the sysctl tree
offered by a rump kernel instance.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/puffs/mount_sysctlfs/Makefile
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c

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



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

2010-08-06 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Aug  6 15:26:16 UTC 2010

Modified Files:
src/usr.sbin/puffs/mount_sysctlfs: sysctlfs.c

Log Message:
support CTLTYPE_BOOL


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c

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



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

2010-10-29 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Oct 29 16:13:51 UTC 2010

Modified Files:
src/usr.sbin/puffs/mount_psshfs: fs.c node.c psshfs.c

Log Message:
Make error message more userfriendly in cases where server does
not support sftp.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/usr.sbin/puffs/mount_psshfs/fs.c
cvs rdiff -u -r1.61 -r1.62 src/usr.sbin/puffs/mount_psshfs/node.c \
src/usr.sbin/puffs/mount_psshfs/psshfs.c

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



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

2020-05-26 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue May 26 19:38:14 UTC 2020

Modified Files:
src/usr.sbin/puffs/mount_9p: subr.c

Log Message:
getdfwithoffset - do not issue dummy read to seek to offset zero on a
newly opened fid as it's already there.  This is redundant and also
seems to confuse inferno when issued against the root directory.  Now
you can ls the mount point of

styxlisten -A 'tcp!*!styx' export /

While here fix the seek logic to actually repeatedly seek forward
instead of always doing it from zero.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/puffs/mount_9p/subr.c

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



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

2020-05-26 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue May 26 19:41:36 UTC 2020

Modified Files:
src/usr.sbin/puffs/mount_9p: nineproto.c

Log Message:
proto_getstat - g/c debug printfs.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/puffs/mount_9p/nineproto.c

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



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

2020-05-26 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue May 26 22:08:11 UTC 2020

Modified Files:
src/usr.sbin/puffs/mount_9p: node.c

Log Message:
puffs9p_node_lookup - use the right type for tfid.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/usr.sbin/puffs/mount_9p/node.c

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



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

2020-05-26 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue May 26 22:33:05 UTC 2020

Modified Files:
src/usr.sbin/puffs/mount_9p: nineproto.c

Log Message:
Do not allocate 9P tags in advance, do it right before we need them.
If we are going to use sequential tags, we might as well try to make
them really sequential.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/puffs/mount_9p/nineproto.c

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



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

2020-05-26 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Tue May 26 22:54:43 UTC 2020

Modified Files:
src/usr.sbin/puffs/mount_9p: ninepuffs.h node.c

Log Message:
Use the typedef to declare tag in AUTOVAR.  Do not allocate 9P tags in
advance in AUTOVAR, do it right before we need them.  Do no reuse tags.
If we are going to use sequential tags, we might as well try to make
them really sequential.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/puffs/mount_9p/ninepuffs.h
cvs rdiff -u -r1.24 -r1.25 src/usr.sbin/puffs/mount_9p/node.c

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



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

2020-05-26 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Wed May 27 00:05:22 UTC 2020

Modified Files:
src/usr.sbin/puffs/mount_9p: node.c

Log Message:
puffs9p_node_rename - noderename takes puffs_node, not p9pnode, but
this goes undetected b/c pn_data we pass is a pointer to void.

>From Nicola Girardi, part of PR/54829.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/puffs/mount_9p/node.c

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



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

2020-05-26 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Wed May 27 00:36:08 UTC 2020

Modified Files:
src/usr.sbin/puffs/mount_9p: node.c

Log Message:
noderemove - do not call puffs_setback here.  noderemove is called
from rename (for existing target) and calling setback is not
appropriate in that context.  Do that call instead directly in the
callers (remove, rmdir).

>From Nicola Girardi, part of PR/54829.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/puffs/mount_9p/node.c

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



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

2020-05-26 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Wed May 27 03:25:13 UTC 2020

Modified Files:
src/usr.sbin/puffs/mount_9p: node.c

Log Message:
puffs9p_node_rename - 9P rename is done with Twstat and can only
change the last pathname component.  Return EXDEV for attempts to move
a file to a different directory to make mv(1) fall back to copying.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.sbin/puffs/mount_9p/node.c

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



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

2020-05-28 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Thu May 28 14:00:05 UTC 2020

Modified Files:
src/usr.sbin/puffs/mount_9p: fs.c

Log Message:
Do not send dummy Tauth, it's completely unnecessary.

The best way to not use authentication is to not use authentication.
Cf. http://man.cat-v.org/plan_9/5/attach


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/puffs/mount_9p/fs.c

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



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

2020-05-29 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Fri May 29 23:49:09 UTC 2020

Modified Files:
src/usr.sbin/puffs/mount_9p: ninepuffs.c

Log Message:
Fix vio9p device name in a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.sbin/puffs/mount_9p/ninepuffs.c

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



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

2020-05-29 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sat May 30 00:00:35 UTC 2020

Modified Files:
src/usr.sbin/puffs/mount_9p: mount_9p.8

Log Message:
Provide list of options for ease of reference.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/puffs/mount_9p/mount_9p.8

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



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

2020-05-29 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sat May 30 02:53:30 UTC 2020

Modified Files:
src/usr.sbin/puffs/mount_9p: ninepuffs.c

Log Message:
Initialize puffs9p::server (though it's not used anywhere).


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/puffs/mount_9p/ninepuffs.c

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



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

2020-06-01 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Mon Jun  1 13:30:52 UTC 2020

Modified Files:
src/usr.sbin/puffs/mount_9p: node.c

Log Message:
Fix extra whitespace added by accident.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/puffs/mount_9p/node.c

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



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

2020-06-13 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sat Jun 13 13:45:06 UTC 2020

Modified Files:
src/usr.sbin/puffs/mount_9p: Makefile mount_9p.8 ninepuffs.c

Log Message:
Support IPv6.

Use getaddrinfo(3).  Add -4 and -6 command line options.  Obey USE_INET6.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/puffs/mount_9p/Makefile
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/puffs/mount_9p/mount_9p.8
cvs rdiff -u -r1.29 -r1.30 src/usr.sbin/puffs/mount_9p/ninepuffs.c

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



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

2020-06-13 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Jun 13 16:56:46 UTC 2020

Modified Files:
src/usr.sbin/puffs/mount_9p: ninepuffs.c

Log Message:
Add -46 to usage.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.sbin/puffs/mount_9p/ninepuffs.c

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



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

2020-06-13 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sat Jun 13 21:23:28 UTC 2020

Modified Files:
src/usr.sbin/puffs/mount_9p: ninepuffs.c

Log Message:
Remove -46 from the -c usage.  While here, sync usage with man page
(s/devfile/device).


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/usr.sbin/puffs/mount_9p/ninepuffs.c

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



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

2020-06-13 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sun Jun 14 00:30:20 UTC 2020

Modified Files:
src/usr.sbin/puffs/mount_9p: mount_9p.8 ninepuffs.c

Log Message:
Support optional square brackets around the host name.

The brackets are required when using numeric IPv6 addresses as they
contain colons as part of their syntax.  We do not enforce that the
thing in the brackets is a numeric IPv6 address - this matches scp
syntax and behavior.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/puffs/mount_9p/mount_9p.8
cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/puffs/mount_9p/ninepuffs.c

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



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

2020-06-18 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Fri Jun 19 01:19:51 UTC 2020

Modified Files:
src/usr.sbin/puffs/mount_9p: Makefile

Log Message:
Use ?:: modifier instead of .if to check for ipv6.
This way we don't have to include bsd.init.mk early.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/puffs/mount_9p/Makefile

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



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

2016-10-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Oct  7 21:09:57 UTC 2016

Modified Files:
src/usr.sbin/puffs/mount_psshfs: node.c

Log Message:
PR/514612: Mateusz Paszwa: When no more data, bail out (reading from empty
files) instead of stuck looping.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/usr.sbin/puffs/mount_psshfs/node.c

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



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

2016-11-23 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Nov 23 17:22:44 UTC 2016

Modified Files:
src/usr.sbin/puffs/mount_sysctlfs: sysctlfs.c

Log Message:
- protect against node not found SEGV
- fix reversed logic; if we find it in the cache we return it, otherwise
  we create it.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c

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



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

2016-11-23 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Nov 23 17:25:12 UTC 2016

Modified Files:
src/usr.sbin/puffs/mount_sysctlfs: sysctlfs.c

Log Message:
nothing is executable.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c

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



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

2012-11-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Nov  4 22:38:19 UTC 2012

Modified Files:
src/usr.sbin/puffs/mount_9p: ninebuf.c

Log Message:
add missing header


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/puffs/mount_9p/ninebuf.c

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



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

2012-11-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Nov  4 22:46:08 UTC 2012

Modified Files:
src/usr.sbin/puffs/mount_psshfs: psbuf.c psshfs.c subr.c

Log Message:
include the headers you use


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/puffs/mount_psshfs/psbuf.c
cvs rdiff -u -r1.65 -r1.66 src/usr.sbin/puffs/mount_psshfs/psshfs.c
cvs rdiff -u -r1.50 -r1.51 src/usr.sbin/puffs/mount_psshfs/subr.c

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



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

2012-11-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Nov  4 22:47:21 UTC 2012

Modified Files:
src/usr.sbin/puffs/mount_sysctlfs: sysctlfs.c

Log Message:
add the headers you need


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c

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



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

2012-11-14 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Wed Nov 14 23:11:28 UTC 2012

Modified Files:
src/usr.sbin/puffs/rump_syspuffs: rump_syspuffs.8

Log Message:
Fix mandoc(1) output, use right arrow special character.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/puffs/rump_syspuffs/rump_syspuffs.8

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



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

2012-12-25 Thread Jeremy C. Reed
Module Name:src
Committed By:   reed
Date:   Tue Dec 25 20:31:04 UTC 2012

Modified Files:
src/usr.sbin/puffs/mount_psshfs: mount_psshfs.8

Log Message:
fix spelling typo


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/puffs/mount_psshfs/mount_psshfs.8

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



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

2013-01-10 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Thu Jan 10 08:35:26 UTC 2013

Modified Files:
src/usr.sbin/puffs/rump_lfs: rump_lfs.c

Log Message:
After mount_lfs_parseargs, reset getopt for lfs_cleaner_main.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/puffs/rump_lfs/rump_lfs.c

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



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

2011-05-19 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Thu May 19 15:07:16 UTC 2011

Modified Files:
src/usr.sbin/puffs/mount_psshfs: psshfs.c

Log Message:
Initialize psshfs root node's readdir waiters queue.

Every other node's readder waiters queue is initialized in makenode,
but the root node is created specially.

ok pooka


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/usr.sbin/puffs/mount_psshfs/psshfs.c

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



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

2011-08-25 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Thu Aug 25 19:49:05 UTC 2011

Modified Files:
src/usr.sbin/puffs/mount_psshfs: psshfs.c

Log Message:
Bring mount_psshfs user/host/path argument processing in line with sftp(1).


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/usr.sbin/puffs/mount_psshfs/psshfs.c

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



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

2011-09-15 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Sep 15 11:52:09 UTC 2011

Modified Files:
src/usr.sbin/puffs/mount_psshfs: mount_psshfs.8

Log Message:
Wording, from Snader_LB.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.sbin/puffs/mount_psshfs/mount_psshfs.8

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



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

2011-11-14 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Mon Nov 14 11:28:05 UTC 2011

Modified Files:
src/usr.sbin/puffs/rump_v7fs: Makefile

Log Message:
Define RUMP_DISKFS to provide getdiskinfo from rumpdev_disk library.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/puffs/rump_v7fs/Makefile

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



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

2012-01-20 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Fri Jan 20 22:07:58 UTC 2012

Modified Files:
src/usr.sbin/puffs/mount_psshfs: node.c

Log Message:
Ensure psshfs_node_read() completely reads all data before return.
Fixes file corruption in psshfs exposed with kernel MAXPHYS at 128KiB.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/usr.sbin/puffs/mount_psshfs/node.c

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