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.
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
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
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
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
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_
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.
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
__
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