Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 2008 10:52:55 +0300
From:      Andriy Gapon <avg@icyb.net.ua>
To:        Markus Brueffer <markus@freebsd.org>
Cc:        cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject:   Re: cvs commit: src/sys/fs/udf udf_vnops.c
Message-ID:  <482E8ED7.6090808@icyb.net.ua>
In-Reply-To: <200805162231.m4GMVH7I085761@repoman.freebsd.org>
References:  <200805162231.m4GMVH7I085761@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
on 17/05/2008 01:31 Markus Brueffer said the following:
> markus      2008-05-16 22:31:17 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/fs/udf           udf_vnops.c 
>   Log:
>   Fix and speedup timestamp calculations which is roughly based on the patch in
>   the mentioned PR:
>   
>   - bounds check time->month as it is used as an array index
>   - fix usage of time->month as array index (month is 1-12)
>   - fix calculation based on time->day (day is 1-31)
>   - fix the speedup code as it doesn't calculate correct timestamps before
>     the year 2000 and reduce the number of calculation in the year-by-year code
>   - speedup month calculations by replacing the array content with cumulative
>     values
>   - add microseconds calculation
>   - fix an endian problem
>   
>   PR:             kern/97786
>   Submitted by:   Andriy Gapon <avg@topspin.kiev.ua>
>   Reviewed by:    scottl (earlier version)
>   Approved by:    emax (mentor)
>   MFC after:      1 week
>   
>   Revision  Changes    Path
>   1.69      +34 -22    src/sys/fs/udf/udf_vnops.c


Thank you!


-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?482E8ED7.6090808>