OpenBSD CVS

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


[BACK] Up to [local] / src / share / man / man9

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25 / (download) - annotate - [select for diffs], Mon Nov 4 18:18:03 2019 UTC (4 years, 7 months ago) by anton
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, HEAD
Changes since 1.24: +3 -2 lines
Diff to previous 1.24 (colored)

xr witness(4); prodded by and ok visa@

Revision 1.24 / (download) - annotate - [select for diffs], Mon Oct 30 13:33:36 2017 UTC (6 years, 7 months ago) by visa
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.23: +49 -3 lines
Diff to previous 1.23 (colored)

Document {mtx,rw,rrw}_init_flags() and MUTEX_INITIALIZER_FLAGS().

Input and OK jmc@, OK mpi@

Revision 1.23 / (download) - annotate - [select for diffs], Sun Jun 19 11:54:33 2016 UTC (7 years, 11 months ago) by natano
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.22: +1 -2 lines
Diff to previous 1.22 (colored)

Remove the lockmgr() API. It is only used by filesystems, where it is a
trivial change to use rrw locks instead. All it needs is LK_* defines
for the RW_* flags.

tested by naddy and sthen on package building infrastructure
input and ok jmc mpi tedu

Revision 1.22 / (download) - annotate - [select for diffs], Thu Feb 13 14:23:05 2014 UTC (10 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

lowercase non-capital;

Revision 1.21 / (download) - annotate - [select for diffs], Thu Feb 13 13:16:40 2014 UTC (10 years, 3 months ago) by dlg
Branch: MAIN
Changes since 1.20: +8 -4 lines
Diff to previous 1.20 (colored)

use the return values section to document return values

Revision 1.20 / (download) - annotate - [select for diffs], Thu Feb 13 13:12:32 2014 UTC (10 years, 3 months ago) by dlg
Branch: MAIN
Changes since 1.19: +15 -5 lines
Diff to previous 1.19 (colored)

explicitely document the contexts you can call mutex functions in.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jan 19 10:01:35 2014 UTC (10 years, 4 months ago) by dlg
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

msleep.9 is relevant to my interests.

ok guenther@

Revision 1.18 / (download) - annotate - [select for diffs], Mon Dec 9 03:16:29 2013 UTC (10 years, 5 months ago) by dlg
Branch: MAIN
Changes since 1.17: +6 -3 lines
Diff to previous 1.17 (colored)

.Nm lines for the macros

Revision 1.17 / (download) - annotate - [select for diffs], Mon Dec 9 03:14:30 2013 UTC (10 years, 5 months ago) by dlg
Branch: MAIN
Changes since 1.16: +11 -2 lines
Diff to previous 1.16 (colored)

basic documentation for MUTEX_INITIALIZER.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jul 17 20:21:54 2013 UTC (10 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.15: +3 -4 lines
Diff to previous 1.15 (colored)

use .Mt for AUTHORS email; from Jan Stary <hans at stare dot cz>; ok jmc@

Revision 1.15 / (download) - annotate - [select for diffs], Tue Jun 4 19:27:10 2013 UTC (11 years ago) by schwarze
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

Replace old-fashioned .Fd by new-fangled .In for #include lines.
Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@.
No objection from jmc@ against this type of change.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Aug 8 12:39:05 2010 UTC (13 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

cpu -> CPU;

Revision 1.13 / (download) - annotate - [select for diffs], Sat Aug 7 20:30:21 2010 UTC (13 years, 10 months ago) by oga
Branch: MAIN
Changes since 1.12: +10 -1 lines
Diff to previous 1.12 (colored)

Document the mutex locking assert macros.

Requested by marco.

ok marco@, schwarze@ (who insists that manpages are still unlocked).

Revision 1.12 / (download) - annotate - [select for diffs], Tue Sep 8 13:36:20 2009 UTC (14 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

missing word;

Revision 1.11 / (download) - annotate - [select for diffs], Tue Sep 8 06:02:47 2009 UTC (14 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.10: +4 -3 lines
Diff to previous 1.10 (colored)

slight corrections from what dlg just commited

Revision 1.10 / (download) - annotate - [select for diffs], Tue Sep 8 05:58:35 2009 UTC (14 years, 9 months ago) by dlg
Branch: MAIN
Changes since 1.9: +10 -2 lines
Diff to previous 1.9 (colored)

another missing bit of mtx_enter_try.

Revision 1.9 / (download) - annotate - [select for diffs], Mon May 11 19:49:25 2009 UTC (15 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.8: +2 -11 lines
Diff to previous 1.8 (colored)

remove the mtx_enter_try() bits until the code goes back in;
ok weingart

Revision 1.8 / (download) - annotate - [select for diffs], Sat Apr 25 20:14:42 2009 UTC (15 years, 1 month ago) by weingart
Branch: MAIN
Changes since 1.7: +10 -1 lines
Diff to previous 1.7 (colored)

Enter mtx_enter_try.  In part for completeness, things may start
using this soon(ish).  Ok oga@, sorta yes kettenis@.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Dec 9 20:54:01 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

update pedro's email address, at his request;

Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 9 09:53:10 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

kill trailing whitespace;

Revision 1.5 / (download) - annotate - [select for diffs], Sun Dec 9 00:58:28 2007 UTC (16 years, 6 months ago) by tedu
Branch: MAIN
Changes since 1.4: +5 -4 lines
Diff to previous 1.4 (colored)

clarify that mtx_enter will only raise the ipl if necessary (not
arbitrarily set it).
noticed by deraadt

Revision 1.4 / (download) - annotate - [select for diffs], Thu May 31 19:20:00 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

convert to new .Dd format;

Revision 1.3 / (download) - annotate - [select for diffs], Mon May 14 16:39:34 2007 UTC (17 years ago) by jsg
Branch: MAIN
Changes since 1.2: +6 -1 lines
Diff to previous 1.2 (colored)

Add notes about sleeping with held locks and interrupt handler usage.
Based on comments by art, and tweaked by jmc.

ok art@

Revision 1.2 / (download) - annotate - [select for diffs], Sun May 13 11:34:25 2007 UTC (17 years ago) by jsg
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

reference rwlock(9)

Revision 1.1 / (download) - annotate - [select for diffs], Fri Feb 18 16:15:32 2005 UTC (19 years, 3 months ago) by pedro
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7

Manual page for the mutex set of functions. Okay jmc@ and art@.

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.