On Tue, May 19, 2020 at 06:06:36AM -0600, Theo de Raadt wrote: > Otto Moerbeek <o...@drijf.net> wrote: > > > On Tue, May 19, 2020 at 05:49:23AM -0600, Todd C. Miller wrote: > > > > > Is there any advantage to mfs defaulting to ffs2? > > > > > > - todd > > > > > > > In 18 years, yes. But the -O2 case should work whartever the default > > is for mfs. > > The stored timestamps are unsigned. Are you use it really breaks in > 18 years?
all timestamps in dinode.h and fs.h are signed. I've run systems in 2039 and they show wrapped file times. -Otto