The NetBSD Project

CVS log for src/sys/kern/kern_rwlock.c

[BACK] Up to [cvs.netbsd.org] / src / sys / kern

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.37.4.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:08:26 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.37: +4 -4 lines
Diff to previous 1.37 (colored) next main 1.38 (colored)

sync with head

Revision 1.37.8.1 / (download) - annotate - [select for diffs], Sun Mar 4 00:46:31 2012 UTC (2 months, 3 weeks ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.37: +4 -4 lines
Diff to previous 1.37 (colored) next main 1.38 (colored)

sync to latest -current.

Revision 1.38 / (download) - annotate - [select for diffs], Sat Feb 25 22:32:44 2012 UTC (2 months, 4 weeks ago) by rmind
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, HEAD
Changes since 1.37: +4 -4 lines
Diff to previous 1.37 (colored)

{mutex,rw}_vector_enter: use macro versions to disable/enable preemption.

Revision 1.36.4.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:09:31 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.36: +36 -39 lines
Diff to previous 1.36 (colored) next main 1.37 (colored)

Sync with HEAD.

Revision 1.36.2.1 / (download) - annotate - [select for diffs], Thu Apr 21 01:42:08 2011 UTC (13 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.36: +36 -39 lines
Diff to previous 1.36 (colored) next main 1.37 (colored)

sync with head

Revision 1.37 / (download) - annotate - [select for diffs], Sun Mar 20 23:19:16 2011 UTC (14 months ago) by rmind
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, rmind-uvmplock-nbase, rmind-uvmplock-base, netbsd-6-base, netbsd-6, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base3, jmcneill-usbmp-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp
Branch point for: yamt-pagecache, jmcneill-usbmp
Changes since 1.36: +36 -39 lines
Diff to previous 1.36 (colored)

Optimise mutex_onproc() and rw_onproc() by making them O(1), instead
of O(ncpu) for adaptive paths.  Add an LWP destructor, lwp_dtor() with
a comment describing the principle of this barrier.

Reviewed by yamt@ and ad@.

Revision 1.28.10.2.2.2 / (download) - annotate - [select for diffs], Sat Feb 5 06:00:14 2011 UTC (15 months, 2 weeks ago) by cliff
Branch: matt-nb5-mips64
Changes since 1.28.10.2.2.1: +4 -2 lines
Diff to previous 1.28.10.2.2.1 (colored) to branchpoint 1.28.10.2 (colored) next main 1.29 (colored)

- include opt_multiprocessor.h for explicit MULTIPROCESSOR dependency

Revision 1.35.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:44:10 2010 UTC (2 years ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.35: +6 -6 lines
Diff to previous 1.35 (colored) next main 1.36 (colored)

Sync with HEAD.

Revision 1.28.10.2.2.1 / (download) - annotate - [select for diffs], Wed Apr 21 00:28:17 2010 UTC (2 years, 1 month ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-k15
Changes since 1.28.10.2: +2 -2 lines
Diff to previous 1.28.10.2 (colored)

sync to netbsd-5

Revision 1.21.2.4 / (download) - annotate - [select for diffs], Thu Mar 11 15:04:17 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.21.2.3: +6 -103 lines
Diff to previous 1.21.2.3 (colored) to branchpoint 1.21 (colored) next main 1.22 (colored)

sync with head

Revision 1.36 / (download) - annotate - [select for diffs], Mon Feb 8 09:54:27 2010 UTC (2 years, 3 months ago) by skrll
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, matt-mips64-premerge-20101231, jruoho-x86intr-base, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: rmind-uvmplock, jruoho-x86intr
Changes since 1.35: +6 -6 lines
Diff to previous 1.35 (colored)

Re-apply:

	Invert the sense of the bit to mark if LOCKDEBUG is enabled to
	disabled.

	This will help my fellow developers spot "use before initialised"
	problems that hppa picks up very well.

but fix the !LOCKDEBUG case by defining the "no debug" bits to zero so
they have no effect on lock stubs.

Revision 1.35 / (download) - annotate - [select for diffs], Sat Feb 6 04:50:19 2010 UTC (2 years, 3 months ago) by cube
Branch: MAIN
CVS Tags: uebayasi-xip-base
Branch point for: uebayasi-xip
Changes since 1.34: +6 -6 lines
Diff to previous 1.34 (colored)

Revert commit from Fri Feb  5 06:43:17 UTC 2010 by skrll:

      Invert the sense of the bit to mark if LOCKDEBUG is enabled to disabled.

      This will help my fellow developers spot "use before initialised" problems
      that hppa picks up very well.

It has to be done differently, because the semantics of mtx_owner in the non-
LOCKDEBUG case can vary significantly between archs, and thus it is not
possible to simply flip a bit to 1.

Ok core@, as at least i386 is unbootable right now.

Revision 1.34 / (download) - annotate - [select for diffs], Fri Feb 5 06:43:16 2010 UTC (2 years, 3 months ago) by skrll
Branch: MAIN
Changes since 1.33: +6 -6 lines
Diff to previous 1.33 (colored)

Invert the sense of the bit to mark if LOCKDEBUG is enabled to disabled.

This will help my fellow developers spot "use before initialised" problems
that hppa picks up very well.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Nov 4 13:29:45 2009 UTC (2 years, 6 months ago) by pooka
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.32: +2 -99 lines
Diff to previous 1.32 (colored)

Heave-ho mutex/rwlock object routines into separate modules -- they
don't have anything to do with the lock internals.

Revision 1.28.8.2 / (download) - annotate - [select for diffs], Thu Jul 23 23:32:34 2009 UTC (2 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.28.8.1: +3 -3 lines
Diff to previous 1.28.8.1 (colored) to branchpoint 1.28 (colored) next main 1.29 (colored)

Sync with HEAD.

Revision 1.28.10.2 / (download) - annotate - [select for diffs], Wed Jul 1 22:32:58 2009 UTC (2 years, 10 months ago) by snj
Branch: netbsd-5-0
CVS Tags: netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20091211, matt-nb4-mips64-k7-u2a-k9b
Branch point for: matt-nb5-mips64
Changes since 1.28.10.1: +5 -3 lines
Diff to previous 1.28.10.1 (colored) to branchpoint 1.28 (colored) next main 1.29 (colored)

Pull up following revision(s) (requested by rmind in ticket #837):
	sys/kern/kern_rwlock.c: revision 1.31
lockdebug fixes for rw_tryupgrade/rw_downgrade.

Revision 1.28.4.2 / (download) - annotate - [select for diffs], Wed Jul 1 22:32:42 2009 UTC (2 years, 10 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, matt-nb5-pq3-base, matt-nb5-pq3
Changes since 1.28.4.1: +5 -3 lines
Diff to previous 1.28.4.1 (colored) to branchpoint 1.28 (colored) next main 1.29 (colored)

Pull up following revision(s) (requested by rmind in ticket #837):
	sys/kern/kern_rwlock.c: revision 1.31
lockdebug fixes for rw_tryupgrade/rw_downgrade.

Revision 1.21.2.3 / (download) - annotate - [select for diffs], Sat May 16 10:41:48 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.21.2.2: +6 -4 lines
Diff to previous 1.21.2.2 (colored) to branchpoint 1.21 (colored)

sync with head

Revision 1.32 / (download) - annotate - [select for diffs], Sat May 16 08:36:32 2009 UTC (3 years ago) by yamt
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, jymxensuspend-base, jym-xensuspend-nbase
Changes since 1.31: +3 -3 lines
Diff to previous 1.31 (colored)

rw_vector_exit: remove a redundant condition.

Revision 1.28.8.1 / (download) - annotate - [select for diffs], Wed May 13 17:21:56 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.28: +107 -19 lines
Diff to previous 1.28 (colored)

Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

Revision 1.28.4.1 / (download) - annotate - [select for diffs], Wed May 13 00:33:32 2009 UTC (3 years ago) by snj
Branch: netbsd-5
Changes since 1.28: +6 -17 lines
Diff to previous 1.28 (colored)

Pull up following revision(s) (requested by ad in ticket #725):
	sys/kern/kern_rwlock.c: revision 1.30
A workaround for a bug with some Opteron revisions where locked operations
sometimes do not serve as memory barriers, allowing memory references to
bleed outside of critical sections.  It is possible that this is the
reason for pkgbuild's longstanding crashiness.
For rwlocks, always enable the explicit membars. They were disabled only
on x86, and since they are not in the fast-path it's not a big deal.
TODO: convert these to an atomic_membar_foo() or similar that does ordering
between regular data references and atomic references.

Revision 1.28.10.1 / (download) - annotate - [select for diffs], Wed May 13 00:24:48 2009 UTC (3 years ago) by snj
Branch: netbsd-5-0
Changes since 1.28: +6 -17 lines
Diff to previous 1.28 (colored)

Pull up following revision(s) (requested by ad in ticket #725):
	sys/kern/kern_rwlock.c: revision 1.30
A workaround for a bug with some Opteron revisions where locked operations
sometimes do not serve as memory barriers, allowing memory references to
bleed outside of critical sections.  It's possible that this is the
reason for pkgbuild's longstanding crashiness.
For rwlocks, always enable the explicit membars. They were disabled only
on x86, and since they are not in the fast-path it's not a big deal.
TODO: convert these to an atomic_membar_foo() or similar that does ordering
between regular data references and atomic references.

Revision 1.31 / (download) - annotate - [select for diffs], Sat May 9 03:33:10 2009 UTC (3 years ago) by yamt
Branch: MAIN
CVS Tags: jym-xensuspend-base
Changes since 1.30: +5 -3 lines
Diff to previous 1.30 (colored)

lockdebug fixes for rw_tryupgrade/rw_downgrade.

Revision 1.21.2.2 / (download) - annotate - [select for diffs], Mon May 4 08:13:47 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.21.2.1: +110 -29 lines
Diff to previous 1.21.2.1 (colored) to branchpoint 1.21 (colored)

sync with head.

Revision 1.28.2.1 / (download) - annotate - [select for diffs], Tue Apr 28 07:36:59 2009 UTC (3 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.28: +104 -18 lines
Diff to previous 1.28 (colored) next main 1.29 (colored)

Sync with HEAD.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Apr 24 17:53:06 2009 UTC (3 years, 1 month ago) by ad
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base
Changes since 1.29: +6 -17 lines
Diff to previous 1.29 (colored)

A workaround for a bug with some Opteron revisions where locked operations
sometimes do not serve as memory barriers, allowing memory references to
bleed outside of critical sections.  It's possible that this is the
reason for pkgbuild's longstanding crashiness.

For rwlocks, always enable the explicit membars. They were disabled only
on x86, and since they are not in the fast-path it's not a big deal.
TODO: convert these to an atomic_membar_foo() or similar that does ordering
between regular data references and atomic references.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Apr 19 08:36:04 2009 UTC (3 years, 1 month ago) by ad
Branch: MAIN
Changes since 1.28: +100 -3 lines
Diff to previous 1.28 (colored)

Add rw_obj_*() functions to mirror the existing mutex functions.
Proposed on tech-kern quite some time ago.

Revision 1.26.4.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:17:27 2008 UTC (3 years, 7 months ago) by haad
Branch: haad-dm
Changes since 1.26: +5 -5 lines
Diff to previous 1.26 (colored) next main 1.27 (colored)

Sync with HEAD.

Revision 1.18.6.2 / (download) - annotate - [select for diffs], Sun Sep 28 10:40:52 2008 UTC (3 years, 7 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.18.6.1: +3 -3 lines
Diff to previous 1.18.6.1 (colored) to branchpoint 1.18 (colored) next main 1.19 (colored)

Sync with HEAD.

Revision 1.23.2.2 / (download) - annotate - [select for diffs], Thu Sep 18 04:31:42 2008 UTC (3 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.23.2.1: +5 -5 lines
Diff to previous 1.23.2.1 (colored) to branchpoint 1.23 (colored) next main 1.24 (colored)

Sync with wrstuden-revivesa-base-2.

Revision 1.26.2.2 / (download) - annotate - [select for diffs], Thu Jul 31 04:51:02 2008 UTC (3 years, 9 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.26.2.1: +3 -3 lines
Diff to previous 1.26.2.1 (colored) to branchpoint 1.26 (colored) next main 1.27 (colored)

Sync with head.

Revision 1.28 / (download) - annotate - [select for diffs], Tue Jul 29 16:13:39 2008 UTC (3 years, 9 months ago) by thorpej
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, simonb-wapbl-nbase, simonb-wapbl-base, nick-hppapmap-base2, netbsd-5-base, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, mjf-devfs2-base, matt-mips64-base2, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, ad-audiomp2-base, ad-audiomp2
Branch point for: nick-hppapmap, netbsd-5-0, netbsd-5, jym-xensuspend
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)

rw_vector_exit(): When doing direct hand-off to a writer, only set
RW_WRITE_WANTED if there are additional writers waiting.

Revision 1.26.2.1 / (download) - annotate - [select for diffs], Fri Jul 18 16:37:49 2008 UTC (3 years, 10 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.26: +4 -4 lines
Diff to previous 1.26 (colored)

Sync with head.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Jul 17 23:00:01 2008 UTC (3 years, 10 months ago) by rmind
Branch: MAIN
Changes since 1.26: +4 -4 lines
Diff to previous 1.26 (colored)

PR/39155: Wolfgang Solfrank: Invalid parameter to turnstile_exit in rw_downgrade.

Revision 1.23.2.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:31:51 2008 UTC (3 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.23: +5 -10 lines
Diff to previous 1.23 (colored)

Sync w/ -current. 34 merge conflicts to follow.

Revision 1.20.2.2 / (download) - annotate - [select for diffs], Wed Jun 4 02:05:39 2008 UTC (3 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.20.2.1: +5 -10 lines
Diff to previous 1.20.2.1 (colored) to branchpoint 1.20 (colored) next main 1.21 (colored)

sync with head

Revision 1.18.6.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:24:09 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.18: +234 -174 lines
Diff to previous 1.18 (colored)

Sync with HEAD.

Revision 1.26 / (download) - annotate - [select for diffs], Sat May 31 13:31:25 2008 UTC (3 years, 11 months ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, wrstuden-revivesa-base-1, wrstuden-revivesa-base
Branch point for: simonb-wapbl, haad-dm
Changes since 1.25: +3 -6 lines
Diff to previous 1.25 (colored)

Use __noinline.

Revision 1.25 / (download) - annotate - [select for diffs], Sat May 31 13:15:21 2008 UTC (3 years, 11 months ago) by ad
Branch: MAIN
Changes since 1.24: +4 -4 lines
Diff to previous 1.24 (colored)

LOCKDEBUG:

- Tweak it so it can also catch common errors with condition variables.
  The change to kern_condvar.c is not included in this commit and will
  come later.

- Don't call kmem_alloc() if operating in interrupt context, just fail
  the allocation and disable debugging for the object. Makes it safe
  to do mutex_init/rw_init/cv_init in interrupt context, when running
  a LOCKDEBUG kernel.

Revision 1.24 / (download) - annotate - [select for diffs], Mon May 19 17:06:02 2008 UTC (4 years ago) by ad
Branch: MAIN
CVS Tags: hpcarm-cleanup-nbase
Changes since 1.23: +2 -4 lines
Diff to previous 1.23 (colored)

Reduce ifdefs due to MULTIPROCESSOR slightly.

Revision 1.20.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:35:08 2008 UTC (4 years ago) by yamt
Branch: yamt-pf42
Changes since 1.20: +14 -18 lines
Diff to previous 1.20 (colored)

sync with head.

Revision 1.21.2.1 / (download) - annotate - [select for diffs], Fri May 16 02:25:25 2008 UTC (4 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.21: +8 -15 lines
Diff to previous 1.21 (colored)

sync with head.

Revision 1.23 / (download) - annotate - [select for diffs], Tue May 6 17:11:45 2008 UTC (4 years ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-base2, yamt-nfs-mp-base2
Branch point for: wrstuden-revivesa
Changes since 1.22: +8 -8 lines
Diff to previous 1.22 (colored)

Allow rw_tryenter(&lock, RW_READER) to recurse, for vfs_busy().

Revision 1.22 / (download) - annotate - [select for diffs], Mon Apr 28 20:24:03 2008 UTC (4 years ago) by martin
Branch: MAIN
Changes since 1.21: +2 -9 lines
Diff to previous 1.21 (colored)

Remove clause 3 and 4 from TNF licenses

Revision 1.21 / (download) - annotate - [select for diffs], Tue Apr 22 14:46:35 2008 UTC (4 years, 1 month ago) by ad
Branch: MAIN
CVS Tags: yamt-nfs-mp-base
Branch point for: yamt-nfs-mp
Changes since 1.20: +8 -5 lines
Diff to previous 1.20 (colored)

mutex_owned, rw_read_held, rw_write_held, rw_lock_held: check for a NULL
pointer.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Apr 11 14:55:51 2008 UTC (4 years, 1 month ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base
Branch point for: yamt-pf42
Changes since 1.19: +202 -163 lines
Diff to previous 1.19 (colored)

rwlock changes, discussed on tech-kern:

- Use atomic ops directly, since rwlocks work the same way on all platforms.
- Try to make it a bit more cache efficient, and use branch hints.
- Fix a bug in rw_downgrade() where the turnstile lock was not released.
- Remove a couple of redundant assertions.
- Use atomic_swap instead of atomic_cas where it's safe to do so.
- After acquiring the turnstile lock in rw_vector_enter, check if the
  owner is running again and spin if so.
- Introduce and use rw_onproc() instead of abusing mutex_onproc().
- Change the handoff/release algorithm to reduce the window when a rwlock
  can held, but the owner not on a CPU.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Apr 4 17:25:09 2008 UTC (4 years, 1 month ago) by ad
Branch: MAIN
Changes since 1.18: +33 -3 lines
Diff to previous 1.18 (colored)

Do adaptive spinning for rwlocks, but only if the lock is write held and
there are no waiters. This gives a major boost to build.sh on larger
systems as directory vnode locks are exclusive for lookup, but are often
only held for a very short period of time.

This change has the potential to more readily expose lock order reversals
and other types of deadlock.

Revision 1.8.8.3 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:59 2008 UTC (4 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.8.8.2: +9 -7 lines
Diff to previous 1.8.8.2 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)

sync with HEAD

Revision 1.11.4.2 / (download) - annotate - [select for diffs], Mon Feb 18 21:06:46 2008 UTC (4 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.11.4.1: +11 -7 lines
Diff to previous 1.11.4.1 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)

Sync with HEAD.

Revision 1.1.18.6 / (download) - annotate - [select for diffs], Mon Feb 4 09:24:14 2008 UTC (4 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.1.18.5: +9 -7 lines
Diff to previous 1.1.18.5 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

sync with head.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jan 28 19:58:32 2008 UTC (4 years, 3 months ago) by ad
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15, yamt-lazymbuf-base14, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-nbase, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base, ad-socklock-base1
Branch point for: mjf-devfs2
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

Fix error in previous. Spotted by yamt@.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Jan 26 14:13:37 2008 UTC (4 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.16: +4 -3 lines
Diff to previous 1.16 (colored)

rw_write_held: return true only if held by the current LWP.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jan 25 19:02:31 2008 UTC (4 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.15: +7 -6 lines
Diff to previous 1.15 (colored)

- Prevent LOCKDEBUG from complaining if we do rw_tryenter() on a lock
  that we already own.
- Add an assembly stub for rw_tryenter().

Revision 1.1.18.5 / (download) - annotate - [select for diffs], Mon Jan 21 09:46:11 2008 UTC (4 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.1.18.4: +4 -2 lines
Diff to previous 1.1.18.4 (colored) to branchpoint 1.1 (colored)

sync with head

Revision 1.8.8.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:56:08 2008 UTC (4 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.8.8.1: +32 -16 lines
Diff to previous 1.8.8.1 (colored) to branchpoint 1.8 (colored)

sync with HEAD

Revision 1.13.4.1 / (download) - annotate - [select for diffs], Tue Jan 8 22:11:35 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.13: +4 -2 lines
Diff to previous 1.13 (colored) next main 1.14 (colored)

Sync with HEAD

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jan 4 21:54:49 2008 UTC (4 years, 4 months ago) by ad
Branch: MAIN
CVS Tags: matt-armv6-base, bouyer-xeni386-nbase, bouyer-xeni386-base
Changes since 1.14: +3 -2 lines
Diff to previous 1.14 (colored)

Need sys/lock.h for kernel_lock.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jan 4 21:52:48 2008 UTC (4 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored)

Pull in sys/atomic.h for memory barriers.

Revision 1.8.6.4 / (download) - annotate - [select for diffs], Sun Dec 9 19:38:19 2007 UTC (4 years, 5 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.8.6.3: +3 -2 lines
Diff to previous 1.8.6.3 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)

Sync with HEAD.

Revision 1.11.4.1 / (download) - annotate - [select for diffs], Sat Dec 8 18:20:31 2007 UTC (4 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.11: +30 -16 lines
Diff to previous 1.11 (colored)

Sync with HEAD.

Revision 1.12.2.1 / (download) - annotate - [select for diffs], Sat Dec 8 17:57:42 2007 UTC (4 years, 5 months ago) by ad
Branch: vmlocking2
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored) next main 1.13 (colored)

Sync with head.

Revision 1.1.18.4 / (download) - annotate - [select for diffs], Fri Dec 7 17:32:47 2007 UTC (4 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.1.18.3: +30 -16 lines
Diff to previous 1.1.18.3 (colored) to branchpoint 1.1 (colored)

sync with head

Revision 1.13 / (download) - annotate - [select for diffs], Tue Dec 4 09:13:59 2007 UTC (4 years, 5 months ago) by ad
Branch: MAIN
CVS Tags: yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base3, vmlocking2-base2, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, jmcneill-pm-base, cube-autoconf-base, cube-autoconf
Branch point for: bouyer-xeni386
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored)

rw_vector_enter: assert !cpu_intr_p().

Revision 1.8.6.3 / (download) - annotate - [select for diffs], Wed Nov 21 21:56:00 2007 UTC (4 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.8.6.2: +29 -16 lines
Diff to previous 1.8.6.2 (colored) to branchpoint 1.8 (colored)

Sync with HEAD.

Revision 1.11.2.1 / (download) - annotate - [select for diffs], Wed Nov 21 21:19:45 2007 UTC (4 years, 6 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.11: +29 -16 lines
Diff to previous 1.11 (colored) next main 1.12 (colored)

Sync with HEAD

Revision 1.12 / (download) - annotate - [select for diffs], Wed Nov 21 10:19:10 2007 UTC (4 years, 6 months ago) by yamt
Branch: MAIN
CVS Tags: vmlocking2-base1, vmlocking-nbase, bouyer-xenamd64-base2, bouyer-xenamd64-base
Branch point for: vmlocking2
Changes since 1.11: +29 -16 lines
Diff to previous 1.11 (colored)

make kmutex_t and krwlock_t smaller by killing lock id.
ok'ed by Andrew Doran.

Revision 1.8.8.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:31:54 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.8: +32 -28 lines
Diff to previous 1.8 (colored)

sync with HEAD

Revision 1.1.18.3 / (download) - annotate - [select for diffs], Sat Oct 27 11:35:26 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.1.18.2: +32 -28 lines
Diff to previous 1.1.18.2 (colored) to branchpoint 1.1 (colored)

sync with head.

Revision 1.8.6.2 / (download) - annotate - [select for diffs], Fri Oct 26 15:48:34 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.8.6.1: +30 -26 lines
Diff to previous 1.8.6.1 (colored) to branchpoint 1.8 (colored)

Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.

Revision 1.10.2.1 / (download) - annotate - [select for diffs], Sun Oct 14 11:48:42 2007 UTC (4 years, 7 months ago) by yamt
Branch: yamt-x86pmap
Changes since 1.10: +30 -26 lines
Diff to previous 1.10 (colored) next main 1.11 (colored)

sync with head.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Oct 11 19:45:25 2007 UTC (4 years, 7 months ago) by ad
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, vmlocking-base, jmcneill-base
Branch point for: mjf-devfs, bouyer-xenamd64
Changes since 1.10: +30 -26 lines
Diff to previous 1.10 (colored)

Merge from vmlocking:

- G/C spinlockmgr() and simple_lock debugging.
- Always include the kernel_lock functions, for LKMs.
- Slightly improved subr_lockdebug code.
- Keep sizeof(struct lock) the same if LOCKDEBUG.

Revision 1.6.2.7 / (download) - annotate - [select for diffs], Tue Oct 9 13:44:28 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.6.2.6: +5 -5 lines
Diff to previous 1.6.2.6 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)

Sync with head.

Revision 1.8.6.1 / (download) - annotate - [select for diffs], Tue Oct 2 18:29:01 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.8: +5 -5 lines
Diff to previous 1.8 (colored)

Sync with HEAD.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Sep 21 19:14:12 2007 UTC (4 years, 8 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-x86pmap-base2, yamt-x86pmap-base
Branch point for: yamt-x86pmap
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

Include sys/cdefs.h first.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Sep 17 21:33:34 2007 UTC (4 years, 8 months ago) by ad
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

__FUNCTION__ -> __func__

Revision 1.1.18.2 / (download) - annotate - [select for diffs], Mon Sep 3 14:40:54 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.1.18.1: +37 -14 lines
Diff to previous 1.1.18.1 (colored) to branchpoint 1.1 (colored)

sync with head.

Revision 1.6.2.6 / (download) - annotate - [select for diffs], Mon Aug 20 18:08:55 2007 UTC (4 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.6.2.5: +4 -3 lines
Diff to previous 1.6.2.5 (colored) to branchpoint 1.6 (colored)

Track where locks were initialized.

Revision 1.6.2.5 / (download) - annotate - [select for diffs], Sun Jul 29 11:43:23 2007 UTC (4 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.6.2.4: +27 -22 lines
Diff to previous 1.6.2.4 (colored) to branchpoint 1.6 (colored)

Simplify the code a bit.

Revision 1.6.2.4 / (download) - annotate - [select for diffs], Sun Jul 15 22:17:08 2007 UTC (4 years, 10 months ago) by ad
Branch: vmlocking
Changes since 1.6.2.3: +4 -4 lines
Diff to previous 1.6.2.3 (colored) to branchpoint 1.6 (colored)

KASSERT(!cpu_intr_p()) in a couple of places.

Revision 1.6.4.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:09:55 2007 UTC (4 years, 10 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.6: +9 -13 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

Sync with head.

Revision 1.8 / (download) - annotate - [select for diffs], Thu May 17 14:51:40 2007 UTC (5 years ago) by yamt
Branch: MAIN
CVS Tags: nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, mjf-ufs-trans-base, matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: matt-armv6, jmcneill-pm
Changes since 1.7: +2 -3 lines
Diff to previous 1.7 (colored)

merge yamt-idlelwp branch.  asked by core@.  some ports still needs work.

from doc/BRANCHES:

	idle lwp, and some changes depending on it.

	1. separate context switching and thread scheduling.
	   (cf. gmcgarry_ctxsw)
	2. implement idle lwp.
	3. clean up related MD/MI interfaces.
	4. make scheduler(s) modular.

Revision 1.3.2.4 / (download) - annotate - [select for diffs], Thu Apr 19 04:19:43 2007 UTC (5 years, 1 month ago) by ad
Branch: yamt-idlelwp
Changes since 1.3.2.3: +2 -3 lines
Diff to previous 1.3.2.3 (colored) next main 1.4 (colored)

Pull up a change from the vmlocking branch:

- Ensure that LWPs going to sleep are on the sleep queue before releasing
  any interlocks. This is so that calls to turnstile_wakeup will have the
  correct locks held when adjusting priority. Avoids another deadlock.
- Assume that LWPs blocked on a turnstile will never be swapped out.
- LWPs blocking on a turnstile must have kernel priority, as they
  are consuming kernel resources.

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 06:47:31 2007 UTC (5 years, 1 month ago) by thorpej
Branch: thorpej-atomic
Changes since 1.7: +8 -2 lines
Diff to previous 1.7 (colored) next main 1.8 (colored)

In the simple case, provide a generic CAS macro if the MD header does
not provide one.

Revision 1.3.2.3 / (download) - annotate - [select for diffs], Sun Apr 15 16:03:50 2007 UTC (5 years, 1 month ago) by yamt
Branch: yamt-idlelwp
Changes since 1.3.2.2: +9 -12 lines
Diff to previous 1.3.2.2 (colored)

sync with head.

Revision 1.6.2.3 / (download) - annotate - [select for diffs], Tue Apr 10 18:34:04 2007 UTC (5 years, 1 month ago) by ad
Branch: vmlocking
Changes since 1.6.2.2: +2 -3 lines
Diff to previous 1.6.2.2 (colored) to branchpoint 1.6 (colored)

- Ensure that that LWPs going to sleep are on the sleep queue and so
  have their syncobj pointer updated, so that calls to turnstile_wakeup
  will have the correct locks held when adjusting the current LWP's
  priority. Avoids another deadlock.
- Assume that LWPs blocked on a turnstile will never be swapped out.
- LWPs blocking on a turnstile must have kernel priority, as they
  are consuming kernel resources.

Revision 1.6.2.2 / (download) - annotate - [select for diffs], Tue Apr 10 13:26:39 2007 UTC (5 years, 1 month ago) by ad
Branch: vmlocking
Changes since 1.6.2.1: +9 -14 lines
Diff to previous 1.6.2.1 (colored) to branchpoint 1.6 (colored)

Sync with head.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Mar 30 11:06:58 2007 UTC (5 years, 1 month ago) by ad
Branch: MAIN
CVS Tags: yamt-idlelwp-base8, thorpej-atomic-base
Branch point for: thorpej-atomic
Changes since 1.6: +9 -12 lines
Diff to previous 1.6 (colored)

Cosmetic changes.

Revision 1.6.2.1 / (download) - annotate - [select for diffs], Wed Mar 21 20:10:21 2007 UTC (5 years, 2 months ago) by ad
Branch: vmlocking
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (colored)

GC the simplelock/spinlock debugging stuff.

Revision 1.3.2.2 / (download) - annotate - [select for diffs], Mon Mar 12 05:58:37 2007 UTC (5 years, 2 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.3.2.1: +4 -4 lines
Diff to previous 1.3.2.1 (colored)

Sync with HEAD.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Mar 3 10:08:19 2007 UTC (5 years, 2 months ago) by itohy
Branch: MAIN
CVS Tags: reinoud-bufcleanup
Branch point for: vmlocking, mjf-ufs-trans
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

Remove extra space so that symbol renaming works properly.

Revision 1.3.2.1 / (download) - annotate - [select for diffs], Tue Feb 27 16:54:24 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.3: +30 -3 lines
Diff to previous 1.3 (colored)

- sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Feb 26 19:06:10 2007 UTC (5 years, 2 months ago) by ad
Branch: MAIN
CVS Tags: ad-audiomp-base, ad-audiomp
Changes since 1.4: +8 -2 lines
Diff to previous 1.4 (colored)

Add a comment.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 26 09:20:53 2007 UTC (5 years, 2 months ago) by yamt
Branch: MAIN
Changes since 1.3: +24 -3 lines
Diff to previous 1.3 (colored)

implement priority inheritance.

Revision 1.1.18.1 / (download) - annotate - [select for diffs], Mon Feb 26 09:11:10 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.1: +672 -0 lines
Diff to previous 1.1 (colored)

sync with head.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Feb 10 21:07:52 2007 UTC (5 years, 3 months ago) by ad
Branch: MAIN
Branch point for: yamt-idlelwp
Changes since 1.2: +6 -8 lines
Diff to previous 1.2 (colored)

- Add/correct comments.
- Print correct function name when an assertion triggers.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Feb 9 21:55:31 2007 UTC (5 years, 3 months ago) by ad
Branch: MAIN
CVS Tags: post-newlock2-merge
Changes since 1.1: +674 -0 lines
Diff to previous 1.1 (colored)

Merge newlock2 to head.

Revision 1.1.36.10 / (download) - annotate - [select for diffs], Fri Feb 9 19:58:10 2007 UTC (5 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.1.36.9: +3 -3 lines
Diff to previous 1.1.36.9 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

- Change syncobj_t::sobj_changepri() to alter both the user priority and
  the effective priority of LWPs. How the effective priority is adjusted
  depends on the type of object.
- Add a couple of comments to sched_kpri() and remrunqueue().

Revision 1.1.36.9 / (download) - annotate - [select for diffs], Tue Feb 6 17:27:30 2007 UTC (5 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.1.36.8: +11 -6 lines
Diff to previous 1.1.36.8 (colored) to branchpoint 1.1 (colored)

lockstat:

- Cache enabled/disabled status on entry.
- Don't read the cycle counter unless enabled.

Revision 1.1.36.8 / (download) - annotate - [select for diffs], Mon Feb 5 13:03:57 2007 UTC (5 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.1.36.7: +101 -47 lines
Diff to previous 1.1.36.7 (colored) to branchpoint 1.1 (colored)

- Decouple downgrade from rw_vector_exit(), and simplify a bit.
- Fix a problem that could cause stalls under load.

Revision 1.1.36.7 / (download) - annotate - [select for diffs], Wed Jan 31 13:09:11 2007 UTC (5 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.1.36.6: +13 -10 lines
Diff to previous 1.1.36.6 (colored) to branchpoint 1.1 (colored)

Catch deadlocks earlier.

Revision 1.1.36.6 / (download) - annotate - [select for diffs], Thu Jan 11 22:22:59 2007 UTC (5 years, 4 months ago) by ad
Branch: newlock2
Changes since 1.1.36.5: +28 -41 lines
Diff to previous 1.1.36.5 (colored) to branchpoint 1.1 (colored)

Checkpoint work in progress.

Revision 1.1.36.5 / (download) - annotate - [select for diffs], Fri Dec 29 20:27:44 2006 UTC (5 years, 4 months ago) by ad
Branch: newlock2
Changes since 1.1.36.4: +73 -58 lines
Diff to previous 1.1.36.4 (colored) to branchpoint 1.1 (colored)

Checkpoint work in progress.

Revision 1.1.36.4 / (download) - annotate - [select for diffs], Fri Nov 17 16:34:36 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.1.36.3: +46 -14 lines
Diff to previous 1.1.36.3 (colored) to branchpoint 1.1 (colored)

Checkpoint work in progress.

Revision 1.1.36.3 / (download) - annotate - [select for diffs], Fri Oct 20 19:45:13 2006 UTC (5 years, 7 months ago) by ad
Branch: newlock2
Changes since 1.1.36.2: +45 -64 lines
Diff to previous 1.1.36.2 (colored) to branchpoint 1.1 (colored)

- Update for lockdebug changes.
- Define mutex_getspl(), mutex_setspl() for modifying saved SPL value.

Revision 1.1.36.2 / (download) - annotate - [select for diffs], Mon Sep 11 01:31:39 2006 UTC (5 years, 8 months ago) by ad
Branch: newlock2
Changes since 1.1.36.1: +4 -3 lines
Diff to previous 1.1.36.1 (colored) to branchpoint 1.1 (colored)

Don't do the simplelock check if panicstr is set.

Revision 1.1.36.1 / (download) - annotate - [select for diffs], Sun Sep 10 23:42:42 2006 UTC (5 years, 8 months ago) by ad
Branch: newlock2
Changes since 1.1: +596 -0 lines
Diff to previous 1.1 (colored)

Add updated locking primatives.

Revision 1.1.2.5 / (download) - annotate - [select for diffs], Fri Mar 22 03:27:00 2002 UTC (10 years, 2 months ago) by thorpej
Branch: newlock
Changes since 1.1.2.4: +60 -13 lines
Diff to previous 1.1.2.4 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Add some basic debugging infrastructure as found in mutexes.

Revision 1.1.2.4 / (download) - annotate - [select for diffs], Sun Mar 17 20:18:56 2002 UTC (10 years, 2 months ago) by thorpej
Branch: newlock
Changes since 1.1.2.3: +14 -20 lines
Diff to previous 1.1.2.3 (colored) to branchpoint 1.1 (colored)

Change RWLOCK_ACQUIRE() and RWLOCK_RELEASE() to evaluate to true
or false depending on the success of the "compare and swap" operation.

This makes them a lot easier to implement on IA32.

Revision 1.1.2.3 / (download) - annotate - [select for diffs], Sat Mar 16 20:57:42 2002 UTC (10 years, 2 months ago) by thorpej
Branch: newlock
Changes since 1.1.2.2: +4 -4 lines
Diff to previous 1.1.2.2 (colored) to branchpoint 1.1 (colored)

Add a "nextproc" argument to turnstile_wakeup() to selectively
wake up a single thread.  This will allow us to implement direct
handoff of rwlocks.

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Sat Mar 16 03:46:38 2002 UTC (10 years, 2 months ago) by thorpej
Branch: newlock
Changes since 1.1.2.1: +6 -4 lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored)

Make turnstiles actually have two queues (reader and writer).  Users
of turnsitles still don't differentiate between them.

Revision 1.1.2.1 / (download) - annotate - [select for diffs], Thu Mar 14 17:11:03 2002 UTC (10 years, 2 months ago) by thorpej
Branch: newlock
Changes since 1.1: +462 -0 lines
Diff to previous 1.1 (colored)

Reader/writer lock implementation, modeled after the Solaris rwlocks,
a description of which can be found in:

	Solaris Internals: Core Kernel Architecture, Jim Mauro and
	    Richard McDougall, section 3.6.

XXX Does not currently distinguish between waiting readers and
    waiting writers.
XXX Because of above, does not yet implement direct-handoff.

Revision 1.1, Thu Mar 14 17:11:03 2002 UTC (10 years, 2 months ago) by thorpej
Branch: MAIN
CVS Tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-splraiseipl, yamt-readahead-base3, yamt-readahead-base2, yamt-readahead-base, yamt-readahead, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, yamt-pdpolicy, yamt-km-base4, yamt-km-base3, yamt-km-base2, yamt-km-base, yamt-km, thorpej-vnode-attr-base, thorpej-vnode-attr, simonb-timecounters-base, simonb-timecounters, simonb-timcounters-final, rpaulo-netinet-merge-pcb-base, rpaulo-netinet-merge-pcb, newlock2-nbase, newlock2-base, nathanw_sa_before_merge, nathanw_sa_base, ktrace-lwp-base, ktrace-lwp, kent-audio2-base, kent-audio2, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, gehenna-devsw-base, gehenna-devsw, gdamore-uart-base, gdamore-uart, elad-kernelauth-nbase, eeh-devprop-base, eeh-devprop
Branch point for: yamt-lazymbuf, newlock2, newlock
FILE REMOVED

file kern_rwlock.c was initially added on branch newlock.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>