Module Name:src
Committed By: andvar
Date: Mon May 8 19:23:45 UTC 2023
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
fix the grammar in comments reported by Jim Spath in misc/57397.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/tests/fs/vf
Module Name:src
Committed By: andvar
Date: Mon May 8 19:23:45 UTC 2023
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
fix the grammar in comments reported by Jim Spath in misc/57397.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/tests/fs/vf
Module Name:src
Committed By: christos
Date: Wed Mar 30 16:35:28 UTC 2022
Modified Files:
src/tests/fs/vfs: t_link.c
Log Message:
remove zfs from the exception list; it now works like the other fs's.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/f
Module Name:src
Committed By: christos
Date: Wed Mar 30 16:35:28 UTC 2022
Modified Files:
src/tests/fs/vfs: t_link.c
Log Message:
remove zfs from the exception list; it now works like the other fs's.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/f
Module Name:src
Committed By: christos
Date: Wed Mar 30 14:24:50 UTC 2022
Modified Files:
src/tests/fs/vfs: t_link.c
Log Message:
update copyright.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/fs/vfs/t_link.c
Please note that diffs are not publi
Module Name:src
Committed By: christos
Date: Wed Mar 30 14:24:50 UTC 2022
Modified Files:
src/tests/fs/vfs: t_link.c
Log Message:
update copyright.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/fs/vfs/t_link.c
Please note that diffs are not publi
Module Name:src
Committed By: christos
Date: Wed Mar 30 13:43:42 UTC 2022
Modified Files:
src/tests/fs/vfs: t_link.c
Log Message:
skip userlevel filesystems that have their own rules (they depend on the
system setting of the sysctl on NetBSD) and zfs because it implements
Module Name:src
Committed By: christos
Date: Wed Mar 30 13:43:42 UTC 2022
Modified Files:
src/tests/fs/vfs: t_link.c
Log Message:
skip userlevel filesystems that have their own rules (they depend on the
system setting of the sysctl on NetBSD) and zfs because it implements
Module Name:src
Committed By: christos
Date: Tue Mar 29 22:30:07 UTC 2022
Modified Files:
src/tests/fs/vfs: t_link.c
Log Message:
ignore EOPNOTSUPP errors for fs's that don't support hard links.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/vfs
Module Name:src
Committed By: christos
Date: Tue Mar 29 22:30:07 UTC 2022
Modified Files:
src/tests/fs/vfs: t_link.c
Log Message:
ignore EOPNOTSUPP errors for fs's that don't support hard links.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/vfs
Module Name:src
Committed By: christos
Date: Mon Mar 28 20:51:04 UTC 2022
Modified Files:
src/tests/fs/vfs: Makefile
Added Files:
src/tests/fs/vfs: t_link.c
Log Message:
Add a test for hardlink sysctl limiting.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: christos
Date: Mon Mar 28 20:51:04 UTC 2022
Modified Files:
src/tests/fs/vfs: Makefile
Added Files:
src/tests/fs/vfs: t_link.c
Log Message:
Add a test for hardlink sysctl limiting.
To generate a diff of this commit:
cvs rdiff -u -r1.
Date:Sat, 5 Feb 2022 22:20:16 +
From:David Brownlee
Message-ID:
| Oops, my earliest unix experience was on a BSD4.3 variant, so I was
| spoiled by ffs and didn't realise the (in this context) helpful v7fs
| behaviour with overlong filename components.
To
On Wed, 2 Feb 2022 at 17:24, Robert Elz wrote:
>
> Date:Wed, 2 Feb 2022 15:26:21 +
> From:David Brownlee
> Message-ID:
>
>
> | So, we just need an optional flag when mounting v7fs to truncate any
> | looked up filename component to 14 characters
>
> That's n
Date:Wed, 2 Feb 2022 15:26:21 +
From:David Brownlee
Message-ID:
| So, we just need an optional flag when mounting v7fs to truncate any
| looked up filename component to 14 characters
That's not, or shouldn't be, necessary - that always happened, the limit w
> On Feb 2, 2022, at 6:47 AM, Robert Elz wrote:
>
>Date:Wed, 2 Feb 2022 07:11:45 +
>From:David Holland
>Message-ID:
>
> | v7fs isn't a compat interface for old users,
>
> That's sad, I could do with something just for me!
>
> | it's a compat interface fo
Hello,
On Wed, 02 Feb 2022 21:47:25 +0700
Robert Elz wrote:
> So maybe it is for us truly old fogies (can we have v6fs as well?
Well, there is this thing...
https://github.com/jaylogue/retro-fuse
A user-space filesystem (FUSE) for accessing ancient Unix filesystems.
retro-fuse provides a way
On Wed, 2 Feb 2022 at 14:47, Robert Elz wrote:
>
> Date:Wed, 2 Feb 2022 07:11:45 +
> From:David Holland
> Message-ID:
>
> | v7fs isn't a compat interface for old users,
>
> That's sad, I could do with something just for me!
Sounds like we need a compat_kre(8)
Date:Wed, 2 Feb 2022 07:11:45 +
From:David Holland
Message-ID:
| v7fs isn't a compat interface for old users,
That's sad, I could do with something just for me!
| it's a compat interface for old disk images :-)
And makefs -t v7fs fits into that purpose how
On Wed, Feb 02, 2022 at 05:43:45AM +0700, Robert Elz wrote:
> | Test mkdir(2) with one or more trailing slashes - this currently fails
> | for v7fs.
>
> As it should I think, trailing slashes are not simply deleted in v7fs.
>
> [...]
>
> If this was ever changed, it would not truly be
Date:Tue, 1 Feb 2022 18:27:24 +
From:"Martin Husemann"
Message-ID: <20220201182724.90f82f...@cvs.netbsd.org>
| Test mkdir(2) with one or more trailing slashes - this currently fails
| for v7fs.
As it should I think, trailing slashes are not simply deleted in
Module Name:src
Committed By: martin
Date: Tue Feb 1 18:27:24 UTC 2022
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
Test mkdir(2) with one or more trailing slashes - this currently fails
for v7fs.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62
Module Name:src
Committed By: martin
Date: Tue Feb 1 18:27:24 UTC 2022
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
Test mkdir(2) with one or more trailing slashes - this currently fails
for v7fs.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62
Module Name:src
Committed By: ryo
Date: Mon Jan 31 17:23:37 UTC 2022
Modified Files:
src/tests/fs/vfs: t_renamerace.c
Log Message:
Extend the time to wait for the thread to quit.
It seems that alarm(1) is not enough time for the thread to actually exit after
quittingtime
Module Name:src
Committed By: ryo
Date: Mon Jan 31 17:23:37 UTC 2022
Modified Files:
src/tests/fs/vfs: t_renamerace.c
Log Message:
Extend the time to wait for the thread to quit.
It seems that alarm(1) is not enough time for the thread to actually exit after
quittingtime
Module Name:src
Committed By: gson
Date: Sat Nov 27 15:23:33 UTC 2021
Modified Files:
src/tests/fs/vfs: t_renamerace.c
Log Message:
Force failure of the nfs_renamerace_cycle, p2k_ffs_renamerace_cycle,
and puffs_renamerace_cycle test cases as they fail only randomly or
only
Module Name:src
Committed By: gson
Date: Sat Nov 27 15:23:33 UTC 2021
Modified Files:
src/tests/fs/vfs: t_renamerace.c
Log Message:
Force failure of the nfs_renamerace_cycle, p2k_ffs_renamerace_cycle,
and puffs_renamerace_cycle test cases as they fail only randomly or
only
Module Name:src
Committed By: hannken
Date: Sat Oct 23 17:43:08 UTC 2021
Modified Files:
src/tests/fs/vfs: t_renamerace.c
Log Message:
After converting msdosfs_rename() to use genfs_sane_rename() the
MSDOS tests should pass.
Tested on QEMU/nvmm archs i386 and amd64.
Shou
Module Name:src
Committed By: hannken
Date: Sat Oct 23 17:43:08 UTC 2021
Modified Files:
src/tests/fs/vfs: t_renamerace.c
Log Message:
After converting msdosfs_rename() to use genfs_sane_rename() the
MSDOS tests should pass.
Tested on QEMU/nvmm archs i386 and amd64.
Shou
Module Name:src
Committed By: kre
Date: Sat Sep 21 14:25:42 UTC 2019
Modified Files:
src/tests/fs/vfs: t_ro.c
Log Message:
Initialise the sometvs array of struct timeval that is to be used to
validate that utimes() cannot update the times of a file on a read only
filesyste
Module Name:src
Committed By: kre
Date: Sat Sep 21 14:25:42 UTC 2019
Modified Files:
src/tests/fs/vfs: t_ro.c
Log Message:
Initialise the sometvs array of struct timeval that is to be used to
validate that utimes() cannot update the times of a file on a read only
filesyste
Module Name:src
Committed By: gson
Date: Sat Aug 17 09:44:02 UTC 2019
Modified Files:
src/tests/fs/vfs: t_renamerace.c
Log Message:
The udf_renamerace test case no longer fails due to PR kern/49046, but
it does fail due to PR kern/53865 on real hardware.
To generate a di
Module Name:src
Committed By: gson
Date: Sat Aug 17 09:44:02 UTC 2019
Modified Files:
src/tests/fs/vfs: t_renamerace.c
Log Message:
The udf_renamerace test case no longer fails due to PR kern/49046, but
it does fail due to PR kern/53865 on real hardware.
To generate a di
Module Name:src
Committed By: christos
Date: Tue Jul 16 21:13:28 UTC 2019
Modified Files:
src/tests/fs/vfs: t_io.c
Log Message:
fix misplaced paren
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/tests/fs/vfs/t_io.c
Please note that diffs are not publi
Module Name:src
Committed By: christos
Date: Tue Jul 16 21:13:28 UTC 2019
Modified Files:
src/tests/fs/vfs: t_io.c
Log Message:
fix misplaced paren
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/tests/fs/vfs/t_io.c
Please note that diffs are not publi
35 matches
Mail list logo