cvs commit: src/sys/sys lockmgr.h

2008-03-01 Thread Attilio Rao
attilio 2008-03-01 22:14:45 UTC FreeBSD src repository Modified files: sys/sys lockmgr.h Log: Split the kernel / userland interface with propert _KERNEL stub. This should have been always there, but an userland brekage for the recent lockmgr modifies showed it.

Re: cvs commit: src/sys/sys lockmgr.h

2008-02-10 Thread Attilio Rao
2008/2/10, Robert Watson <[EMAIL PROTECTED]>: > > On Sun, 10 Feb 2008, Attilio Rao wrote: > > >> > I think this shall be MFCed to RELENG_7 and RELENG_7_0. > >> > >> ... once it no longer breaks the tinderbox? > >> > >> BTW, at this point 7.0 is basically closed to any further changes. Anyone

Re: cvs commit: src/sys/sys lockmgr.h

2008-02-10 Thread Robert Watson
On Sun, 10 Feb 2008, Attilio Rao wrote: > I think this shall be MFCed to RELENG_7 and RELENG_7_0. ... once it no longer breaks the tinderbox? BTW, at this point 7.0 is basically closed to any further changes. Anyone planning on getting things in to 7.x needs to be thinking about either err

Re: cvs commit: src/sys/sys lockmgr.h

2008-02-10 Thread Attilio Rao
2008/2/10, Robert Watson <[EMAIL PROTECTED]>: > > On Sun, 10 Feb 2008, Kostik Belousov wrote: > > > On Sat, Feb 09, 2008 at 09:37:54PM +, Attilio Rao wrote: > >> attilio 2008-02-09 21:37:54 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/sys

Re: cvs commit: src/sys/sys lockmgr.h

2008-02-10 Thread Kostik Belousov
On Sun, Feb 10, 2008 at 12:04:52PM +, Robert Watson wrote: > > On Sun, 10 Feb 2008, Kostik Belousov wrote: > > >On Sat, Feb 09, 2008 at 09:37:54PM +, Attilio Rao wrote: > >>attilio 2008-02-09 21:37:54 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >>sys/sys

Re: cvs commit: src/sys/sys lockmgr.h

2008-02-10 Thread Robert Watson
On Sun, 10 Feb 2008, Kostik Belousov wrote: On Sat, Feb 09, 2008 at 09:37:54PM +, Attilio Rao wrote: attilio 2008-02-09 21:37:54 UTC FreeBSD src repository Modified files: sys/sys lockmgr.h Log: Use LOCK_FILE and LOCK_LINE where necessary instead than __FILE_

Re: cvs commit: src/sys/sys lockmgr.h

2008-02-10 Thread Kostik Belousov
On Sat, Feb 09, 2008 at 09:37:54PM +, Attilio Rao wrote: > attilio 2008-02-09 21:37:54 UTC > > FreeBSD src repository > > Modified files: > sys/sys lockmgr.h > Log: > Use LOCK_FILE and LOCK_LINE where necessary instead than __FILE__ and > __LINE__ with lockmgr.

cvs commit: src/sys/sys lockmgr.h

2008-02-09 Thread Attilio Rao
attilio 2008-02-09 21:37:54 UTC FreeBSD src repository Modified files: sys/sys lockmgr.h Log: Use LOCK_FILE and LOCK_LINE where necessary instead than __FILE__ and __LINE__ with lockmgr. Revision ChangesPath 1.60 +2 -2 src/sys/sys/lockmgr.h __

cvs commit: src/sys/sys lockmgr.h

2006-03-12 Thread Jeff Roberson
jeff2006-03-13 03:07:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sys lockmgr.h Log: MFC Revs 1.49, 1.48 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by:re (scottl) Rev