The NetBSD Project

CVS log for src/share/man/man9/mutex.9

[BACK] Up to [cvs.NetBSD.org] / src / share / man / man9

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.35 / (download) - annotate - [select for diffs], Wed Feb 1 03:27:45 2023 UTC (7 weeks, 5 days ago) by gutteridge
Branch: MAIN
CVS Tags: HEAD
Changes since 1.34: +4 -1 lines
Diff to previous 1.34 (colored)

mutex.9: add a small detail to the history section

Revision 1.34 / (download) - annotate - [select for diffs], Mon Dec 19 00:41:45 2022 UTC (3 months, 1 week ago) by uwe
Branch: MAIN
Changes since 1.33: +30 -42 lines
Diff to previous 1.33 (colored)

mutex(9): Minor formatting fixes

While here, move the reference to options(4) to the OPTIONS section.

Revision 1.33 / (download) - annotate - [select for diffs], Sun Dec 18 23:38:42 2022 UTC (3 months, 1 week ago) by gutteridge
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

mutex.9: fix markup (.Em not .Fn)

Revision 1.32 / (download) - annotate - [select for diffs], Sat Aug 20 14:17:36 2022 UTC (7 months ago) by riastradh
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10
Changes since 1.31: +14 -1 lines
Diff to previous 1.31 (colored)

mutex(9): Note counterintuitive IPL change releasing spin locks.

No functional change -- documentation only.

Details:

https://mail-index.netbsd.org/tech-kern/2010/11/12/msg009203.html

Revision 1.31 / (download) - annotate - [select for diffs], Sat Dec 9 16:00:19 2017 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: phil-wifi-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, phil-wifi, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.30: +1 -2 lines
Diff to previous 1.30 (colored)

Remove superfluous Pp.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Dec 8 15:52:01 2017 UTC (5 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.29: +28 -2 lines
Diff to previous 1.29 (colored)

Specify memory ordering implied by mutex_(spin_)enter/exit.

I'm hesitant to just say `implies membar_enter/exit' -- that may be a
little stronger than we intend, since we don't really mean to
guarantee anything about loads and stores before the mutex_enter or
after the mutex_exit.  But we probably end up implementing the
semantics that we imply membar_enter/exit on all CPUs.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Jul 3 21:28:48 2017 UTC (5 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: perseant-stdc-iso10646-base, perseant-stdc-iso10646
Changes since 1.28: +7 -7 lines
Diff to previous 1.28 (colored)

Remove workaround for ancient HTML generation code.

Revision 1.26.16.3 / (download) - annotate - [select for diffs], Thu May 11 02:58:35 2017 UTC (5 years, 10 months ago) by pgoyette
Branch: prg-localcount2
Changes since 1.26.16.2: +10 -5 lines
Diff to previous 1.26.16.2 (colored) to branchpoint 1.26 (colored) next main 1.27 (colored)

Sync with HEAD

Revision 1.28 / (download) - annotate - [select for diffs], Tue May 2 08:20:20 2017 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek
Changes since 1.27: +10 -5 lines
Diff to previous 1.27 (colored)

Use more markup. Bump date for previous.

Revision 1.26.16.2 / (download) - annotate - [select for diffs], Tue May 2 03:19:16 2017 UTC (5 years, 10 months ago) by pgoyette
Branch: prg-localcount2
Changes since 1.26.16.1: +4 -1 lines
Diff to previous 1.26.16.1 (colored) to branchpoint 1.26 (colored)

Sync with HEAD - tag prg-localcount2-base1

Revision 1.27 / (download) - annotate - [select for diffs], Mon May 1 21:36:01 2017 UTC (5 years, 10 months ago) by pgoyette
Branch: MAIN
CVS Tags: prg-localcount2-base1
Changes since 1.26: +19 -1 lines
Diff to previous 1.26 (colored)

Update mutex(9) for mutex_ownable()

Revision 1.26.16.1 / (download) - annotate - [select for diffs], Sun Apr 30 04:56:55 2017 UTC (5 years, 10 months ago) by pgoyette
Branch: prg-localcount2
Changes since 1.26: +16 -1 lines
Diff to previous 1.26 (colored)

Introduce mutex_ownable(9) and use it in localcount_release(9).

Commit of same code to head is awaiting discussion on tech-kern.

Revision 1.25.2.1 / (download) - annotate - [select for diffs], Wed Aug 20 00:02:37 2014 UTC (8 years, 7 months ago) by tls
Branch: tls-maxphys
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored) next main 1.26 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.24.6.2 / (download) - annotate - [select for diffs], Thu May 22 11:37:52 2014 UTC (8 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.24.6.1: +3 -3 lines
Diff to previous 1.24.6.1 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored)

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.26 / (download) - annotate - [select for diffs], Wed Sep 4 10:17:58 2013 UTC (9 years, 6 months ago) by skrll
Branch: MAIN
CVS Tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, prg-localcount2-base, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, localcount-20160914, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: prg-localcount2
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored)

Typo. Bump date.

Revision 1.24.6.1 / (download) - annotate - [select for diffs], Tue Oct 30 18:59:44 2012 UTC (10 years, 4 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.24: +4 -4 lines
Diff to previous 1.24 (colored)

sync with head

Revision 1.25 / (download) - annotate - [select for diffs], Sat Jul 7 21:27:56 2012 UTC (10 years, 8 months ago) by rmind
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, agc-symver-base, agc-symver
Branch point for: tls-maxphys
Changes since 1.24: +4 -4 lines
Diff to previous 1.24 (colored)

mutex_owned: update about not-held test.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Dec 2 12:54:13 2010 UTC (12 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, uebayasi-xip-base7, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, matt-mips64-premerge-20101231, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-pagecache
Changes since 1.23: +1 -7 lines
Diff to previous 1.23 (colored)

Remove boilerplate in CODE REFERENCES on file paths.
Describe in intro(9) how to read paths in the CODE REFERENCES section.

Revision 1.22.2.2 / (download) - annotate - [select for diffs], Fri Oct 22 07:11:54 2010 UTC (12 years, 5 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.22.2.1: +273 -0 lines
Diff to previous 1.22.2.1 (colored) to branchpoint 1.22 (colored) next main 1.23 (colored)

Sync with HEAD (-D20101022).

Revision 1.23 / (download) - annotate - [select for diffs], Tue Sep 14 21:35:53 2010 UTC (12 years, 6 months ago) by ahoka
Branch: MAIN
CVS Tags: uebayasi-xip-base6, uebayasi-xip-base5, uebayasi-xip-base4, uebayasi-xip-base3
Changes since 1.22: +7 -2 lines
Diff to previous 1.22 (colored)

add a note on IPL and spinning mutexes

TODO: explain when the IPL will be restored

Revision 1.22.2.1, Tue Feb 16 19:21:30 2010 UTC (13 years, 1 month ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.22: +0 -268 lines
FILE REMOVED

file mutex.9 was added on branch uebayasi-xip on 2010-10-22 07:11:54 +0000

Revision 1.22 / (download) - annotate - [select for diffs], Tue Feb 16 19:21:30 2010 UTC (13 years, 1 month ago) by rmind
Branch: MAIN
CVS Tags: uebayasi-xip-base2, uebayasi-xip-base1
Branch point for: uebayasi-xip
Changes since 1.21: +3 -2 lines
Diff to previous 1.21 (colored)

kpreempt(9): add a note when kernel preemption is disabled/deferred.
Sprinkle cross-links, bump dates.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Jan 25 17:27:41 2010 UTC (13 years, 2 months ago) by jruoho
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Remove two consecutive commas in the SEE ALSO section.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Nov 22 18:40:26 2009 UTC (13 years, 4 months ago) by mbalmer
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored)

s/the the/the/

Revision 1.19 / (download) - annotate - [select for diffs], Mon May 18 14:02:51 2009 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.18: +3 -2 lines
Diff to previous 1.18 (colored)

Mark up defined value with Dv.

Revision 1.17.4.1 / (download) - annotate - [select for diffs], Wed May 13 19:19:15 2009 UTC (13 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.17: +4 -3 lines
Diff to previous 1.17 (colored) next main 1.18 (colored)

Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

Revision 1.18 / (download) - annotate - [select for diffs], Mon Mar 23 21:27:10 2009 UTC (14 years ago) by ad
Branch: MAIN
CVS Tags: jym-xensuspend-nbase, jym-xensuspend-base
Changes since 1.17: +4 -3 lines
Diff to previous 1.17 (colored)

Xr lockstat 8

Revision 1.15.6.2 / (download) - annotate - [select for diffs], Sun Oct 5 20:11:23 2008 UTC (14 years, 5 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.15.6.1: +6 -8 lines
Diff to previous 1.15.6.1 (colored) to branchpoint 1.15 (colored) next main 1.16 (colored)

Sync with HEAD.

Revision 1.16.2.1 / (download) - annotate - [select for diffs], Thu Sep 18 04:38:09 2008 UTC (14 years, 6 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.16: +7 -9 lines
Diff to previous 1.16 (colored) next main 1.17 (colored)

Sync with wrstuden-revivesa-base-2.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Jul 19 21:21:38 2008 UTC (14 years, 8 months ago) by rmind
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2
Branch point for: jym-xensuspend
Changes since 1.16: +7 -9 lines
Diff to previous 1.16 (colored)

- From Paul Goyette: correct the description of mutex_spin_exit.
- Remove sentence about lockmgr(9), as it is finally replaced.
- Note atomic_ops(3) and membar_ops(3) man pages.

Revision 1.15.6.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:21:42 2008 UTC (14 years, 9 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.15: +1 -8 lines
Diff to previous 1.15 (colored)

Sync with HEAD.

Revision 1.15.8.1 / (download) - annotate - [select for diffs], Sun May 18 12:31:13 2008 UTC (14 years, 10 months ago) by yamt
Branch: yamt-pf42
Changes since 1.15: +1 -8 lines
Diff to previous 1.15 (colored) next main 1.16 (colored)

sync with head.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Apr 30 13:10:58 2008 UTC (14 years, 10 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa
Changes since 1.15: +1 -8 lines
Diff to previous 1.15 (colored)

Convert TNF licenses to new 2 clause variant

Revision 1.9.4.1 / (download) - annotate - [select for diffs], Wed Jan 9 01:39:20 2008 UTC (15 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.9: +73 -72 lines
Diff to previous 1.9 (colored) next main 1.10 (colored)

sync with HEAD

Revision 1.15 / (download) - annotate - [select for diffs], Fri Dec 7 14:24:21 2007 UTC (15 years, 3 months ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf
Branch point for: yamt-pf42, mjf-devfs2
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Fix pasto.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Dec 5 18:12:09 2007 UTC (15 years, 3 months ago) by ad
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

Minor corrections, from David P. Reese, Jr.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Dec 5 05:24:28 2007 UTC (15 years, 3 months ago) by ad
Branch: MAIN
Changes since 1.12: +8 -3 lines
Diff to previous 1.12 (colored)

Xr spl(9)

Revision 1.12 / (download) - annotate - [select for diffs], Wed Dec 5 05:20:38 2007 UTC (15 years, 3 months ago) by ad
Branch: MAIN
Changes since 1.11: +35 -35 lines
Diff to previous 1.11 (colored)

Sort.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Dec 5 05:17:53 2007 UTC (15 years, 3 months ago) by ad
Branch: MAIN
Changes since 1.10: +47 -51 lines
Diff to previous 1.10 (colored)

Sync with reality. (Apolgies for moving the goalposts slightly but it took
a long time to decide on and implement the new interrupt model.)

Revision 1.10 / (download) - annotate - [select for diffs], Sat Dec 1 20:00:16 2007 UTC (15 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

Drop trailing whitespace.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 9 13:37:57 2007 UTC (15 years, 11 months ago) by ad
Branch: MAIN
CVS Tags: matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, hpcarm-cleanup
Branch point for: matt-armv6
Changes since 1.8: +115 -51 lines
Diff to previous 1.8 (colored)

Try to be more concise, and add a bit more text.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Mar 10 00:04:11 2007 UTC (16 years ago) by matt
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Fix typo

Revision 1.7 / (download) - annotate - [select for diffs], Fri Feb 2 07:37:06 2007 UTC (16 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Fix Dd argument.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Feb 2 03:40:07 2007 UTC (16 years, 1 month ago) by ad
Branch: MAIN
Changes since 1.5: +6 -5 lines
Diff to previous 1.5 (colored)

Add manpage for memory barrier ops. Not enabled in the Makefile yet.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Dec 23 06:39:35 2006 UTC (16 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.4: +16 -9 lines
Diff to previous 1.4 (colored)

Use more markup. Use .Rs/.Re for book citation. Add missing comma.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Dec 23 06:36:19 2006 UTC (16 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.3: +7 -7 lines
Diff to previous 1.3 (colored)

Drop trailing whitespace.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 14 15:30:09 2006 UTC (16 years, 4 months ago) by ad
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4
Changes since 1.2: +1 -4 lines
Diff to previous 1.2 (colored)

Remove misleading sentence, to be replaced by a manual page describing basic locking rules.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Nov 13 18:28:15 2006 UTC (16 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

Fix errors.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Nov 13 16:22:11 2006 UTC (16 years, 4 months ago) by ad
Branch: MAIN

Add manual pages for RW locks, mutexes and condition variables. Not
enabled in the Makefile.

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>