On Sun, Nov 27, 2011 at 9:48 AM, Pieter Verberne <pieterverbe...@xs4all.nl> wrote: > On Sun, 27 Nov 2011 12:21:49 +0100, pet...@schwertfisch.de wrote: >> After upgrading to current (snapshot from Nov. 25) OpenBSD seems to be >> choking on large (>2GB) files (tested with GENERIC.MP and GENERIC): > > The latest kernel that does work on my Soerkis is this one: > bsd.20111109 03-Nov-2011 17:18 8.6M #85 > > And the first that is not working: > bsd.20111110 09-Nov-2011 20:09 8.6M #86
Thank you for doing the search for when the problem was introduced. That helped isolate which diff (of mine) introduced the regression. It was the wrap around check in vfs_vnops.c rev 1.69. Fix committed; again, thanks for the report and search results. Philip Guenther