cvs commit: src/sys/sys sx.h

2007-08-27 Thread John Baldwin
jhb 2007-08-27 13:45:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sys sx.h Log: MFC: Add SA_* constants for sx_assert() flags to make it easier to keep drivers in sync between HEAD and 6.x. Revision ChangesPath 1.21.2.

cvs commit: src/sys/sys sx.h

2006-09-03 Thread Pawel Jakub Dawidek
pjd 2006-09-03 16:13:04 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sys sx.h Log: MFC:sys/sys/sx.h1.24 Add a sx_xlocked() macro which returns true if the current thread holds an exclusive lock on the specified sx lock.

cvs commit: src/sys/sys sx.h

2006-09-01 Thread John Baldwin
jhb 2006-09-01 16:50:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sys sx.h Log: MFC: Expose the _sx_assert() prototype for both INVARIANTS and INVARIANT_SUPPORT. Revision ChangesPath 1.21.2.3 +1 -1 src/sys/sys/sx

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

2006-08-30 Thread Ruslan Ermilov
On Wed, Aug 30, 2006 at 06:11:40PM -0400, John Baldwin wrote: > On Wednesday 30 August 2006 16:51, Ruslan Ermilov wrote: > > On Wed, Aug 30, 2006 at 01:20:32PM -0400, John Baldwin wrote: > > > On Wednesday 30 August 2006 05:37, Bruce Evans wrote: > > > > On Tue, 29 Aug 2006, John Baldwin wrote: > >

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

2006-08-30 Thread John Baldwin
On Wednesday 30 August 2006 16:51, Ruslan Ermilov wrote: > On Wed, Aug 30, 2006 at 01:20:32PM -0400, John Baldwin wrote: > > On Wednesday 30 August 2006 05:37, Bruce Evans wrote: > > > On Tue, 29 Aug 2006, John Baldwin wrote: > > > > > > > jhb 2006-08-29 20:36:33 UTC > > > > > > > > FreeB

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

2006-08-30 Thread Ruslan Ermilov
On Wed, Aug 30, 2006 at 01:20:32PM -0400, John Baldwin wrote: > On Wednesday 30 August 2006 05:37, Bruce Evans wrote: > > On Tue, 29 Aug 2006, John Baldwin wrote: > > > > > jhb 2006-08-29 20:36:33 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > >sys/sys

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

2006-08-30 Thread John Baldwin
On Wednesday 30 August 2006 05:37, Bruce Evans wrote: > On Tue, 29 Aug 2006, John Baldwin wrote: > > > jhb 2006-08-29 20:36:33 UTC > > > > FreeBSD src repository > > > > Modified files: > >sys/sys sx.h > > Log: > > The _sx_assert() prototype should exist if either of I

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

2006-08-30 Thread Bruce Evans
On Tue, 29 Aug 2006, John Baldwin wrote: jhb 2006-08-29 20:36:33 UTC FreeBSD src repository Modified files: sys/sys sx.h Log: The _sx_assert() prototype should exist if either of INVARIANTS or INVARIANT_SUPPORT is defined so you can build a kernel with INVARIANT_S

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

2006-08-29 Thread Jun Kuriyama
At Tue, 29 Aug 2006 20:36:33 + (UTC), John Baldwin wrote: > Modified files: > sys/sys sx.h > Log: > The _sx_assert() prototype should exist if either of INVARIANTS or > INVARIANT_SUPPORT is defined so you can build a kernel with > INVARIANT_SUPPORT, but build a modul

cvs commit: src/sys/sys sx.h

2006-08-29 Thread John Baldwin
jhb 2006-08-29 20:36:33 UTC FreeBSD src repository Modified files: sys/sys sx.h Log: The _sx_assert() prototype should exist if either of INVARIANTS or INVARIANT_SUPPORT is defined so you can build a kernel with INVARIANT_SUPPORT, but build a module with just

cvs commit: src/sys/sys sx.h

2006-06-21 Thread John Baldwin
jhb 2006-06-21 20:38:29 UTC FreeBSD src repository Modified files: sys/sys sx.h Log: Add a sx_xlocked() macro which returns true if the current thread holds an exclusive lock on the specified sx lock. Revision ChangesPath 1.24 +2 -1 src/sy

cvs commit: src/sys/sys sx.h

2006-03-30 Thread John Baldwin
jhb 2006-03-30 15:48:07 UTC FreeBSD src repository Modified files: sys/sys sx.h Log: Style fix. Revision ChangesPath 1.23 +6 -7 src/sys/sys/sx.h ___ cvs-all@freebsd.org mailing list http://lists.fr