Re: svn commit: r238029 - in head/sys: compat/linux fs/devfs kern sys ufs/ffs

2012-07-03 Thread Konstantin Belousov
On Tue, Jul 03, 2012 at 11:07:36AM +0200, Pawel Jakub Dawidek wrote: > On Mon, Jul 02, 2012 at 09:01:03PM +, Konstantin Belousov wrote: > > The already broken ABI emulations, including iBCS and SysV, are not > > converted (yet). > > Do people really use that? Why can't we axe those? Appar

Re: svn commit: r238029 - in head/sys: compat/linux fs/devfs kern sys ufs/ffs

2012-07-03 Thread Pawel Jakub Dawidek
On Mon, Jul 02, 2012 at 09:01:03PM +, Konstantin Belousov wrote: > The already broken ABI emulations, including iBCS and SysV, are not > converted (yet). Do people really use that? Why can't we axe those? -- Pawel Jakub Dawidek http://www.wheelsystems.com FreeBSD co

svn commit: r238029 - in head/sys: compat/linux fs/devfs kern sys ufs/ffs

2012-07-02 Thread Konstantin Belousov
Author: kib Date: Mon Jul 2 21:01:03 2012 New Revision: 238029 URL: http://svn.freebsd.org/changeset/base/238029 Log: Extend the KPI to lock and unlock f_offset member of struct file. It now fully encapsulates all accesses to f_offset, and extends f_offset locking to other consumers that n