OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6 / (download) - annotate - [select for diffs], Fri Jul 18 10:40:14 2014 UTC (9 years, 10 months ago) by dlg
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, 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, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, 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, HEAD
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

pass atomic_{cas,swap}_uint a volatile void * instead of a volatile
void **. the latter is really hard to cast for, and not what what
solaris does.

ok kettenis@

Revision 1.5 / (download) - annotate - [select for diffs], Thu Feb 13 12:03:47 2014 UTC (10 years, 3 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.4: +7 -1 lines
Diff to previous 1.4 (colored)

add CONTEXT

these can all be called during autoconf, in process context, or from
interrupts.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Feb 4 21:26:21 2014 UTC (10 years, 3 months ago) by dlg
Branch: MAIN
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 (colored)

better history.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Feb 4 21:24:55 2014 UTC (10 years, 3 months ago) by dlg
Branch: MAIN
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (colored)

atomic.9 doesnt exist to Xr to now.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Feb 4 20:47:03 2014 UTC (10 years, 3 months ago) by dlg
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

fix Dt lines so they match the page name.

reminded by jmc@

Revision 1.1 / (download) - annotate - [select for diffs], Mon Feb 3 07:03:04 2014 UTC (10 years, 3 months ago) by dlg
Branch: MAIN

rename the atomic_foo manpages to atomic_foo_int or _uint cos we name these
after functions. for reasons.

reminded by jmc@

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.