> Log Message:
> fix buffer overflow/KASSERT when cookies are supplied
> lfs no longer uses the ffs-style struct direct, use the correct minimum
> size
For kicks, 'found by running COMPAT_LINUX', which does this (so does NFS).
LFS still comes with this warning that is very hard to miss:
WARNING:
On Thu, Jun 15, 2017 at 02:37:31PM +, Maya Rashish wrote:
> Module Name: src
> Committed By: maya
> Date: Thu Jun 15 14:37:31 UTC 2017
>
> Modified Files:
> src/sys/ufs/lfs: lfs_segment.c
>
> Log Message:
> It isn't safe to drain dirops with seglock held, it'll deadlock if ther
In article <20170316010924.ea492f...@cvs.netbsd.org>,
Maya Rashish wrote:
>Module Name: src
>Committed By: maya
>Date: Thu Mar 16 01:09:24 UTC 2017
>
>Modified Files:
> src/sys/ufs/lfs: lfs_inode.c lfs_vnops.c
>
>Log Message:
>actually cast to unsigned long long and use %llu. cer
On Sat, Jul 25, 2015 at 10:40:35AM +, Martin Husemann wrote:
> Modified Files:
> src/sys/ufs/lfs: lfs_bio.c lfs_debug.c lfs_pages.c lfs_segment.c
> lfs_vnops.c
>
> Log Message:
> Use accessors in DEBUG and DIAGNOSTIC code as well
Woops, sorry...
--
David A. Holland
dholl
On Sun, Jul 28, 2013 at 04:49:03AM +, Paul Goyette wrote:
> Modified Files:
> src/sys/ufs/lfs: ulfs_quota2.c
>
> Log Message:
> Remove more unused variables to unbreak the build.
: @@ -870,7 +865,6 @@
: struct quota2_header *q2h;
: struct quota2_entry q2e;
:
On Sat, Dec 18, 2010 at 12:01:46AM +, Eduardo Horvath wrote:
> Modified Files:
> src/sys/ufs/lfs: lfs_vnops.c
>
> Log Message:
> Byebye deadlock.
What lock is supposed to protect ip->i_flags? A quick survey of
related code suggests that it's supposed to be lfs_lock.
...However, it
On Mon Dec 07 2009 at 04:12:10 +, Eduardo Horvath wrote:
> Module Name: src
> Committed By: eeh
> Date: Mon Dec 7 04:12:10 UTC 2009
>
> Modified Files:
> src/sys/ufs/lfs: lfs_bio.c lfs_vfsops.c lfs_vnops.c
>
> Log Message:
> Fix some more hangs and deadlocks.
How can replacin
In article <20091030002209.gh1...@irregular-apocalypse.k.bsd.de>,
Christoph Badura wrote:
>On Thu, Oct 29, 2009 at 01:10:32PM -0400, Christos Zoulas wrote:
>> Modified Files:
>> src/sys/ufs/lfs: lfs.h lfs_vnops.c
>> Log Message:
>> PR/42246: NAKAJIMA Yoshihiro: provide COMPAT_50 for LFS
>
>I
On Thu, Oct 29, 2009 at 01:10:32PM -0400, Christos Zoulas wrote:
> Modified Files:
> src/sys/ufs/lfs: lfs.h lfs_vnops.c
> Log Message:
> PR/42246: NAKAJIMA Yoshihiro: provide COMPAT_50 for LFS
Is this pull-up fodder?
--chris