OpenBSD CVS

CVS log for src/share/man/man9/Attic/workq_add_task.9


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18, Tue Jan 27 10:18:31 2015 UTC (9 years, 4 months ago) by dlg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +2 -2 lines
FILE REMOVED

remove workq code. its been replaced with tasks.

it has been unused since december, and unhooked from the build since
christmas.

ok krw@

Revision 1.17 / (download) - annotate - [select for diffs], Tue Jan 21 03:15:46 2014 UTC (10 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.16: +17 -17 lines
Diff to previous 1.16 (colored)

obvious .Pa fixes; found with mandocdb(8)

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jul 17 20:21:56 2013 UTC (10 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.15: +4 -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:18 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], Thu Sep 3 15:10:39 2009 UTC (14 years, 9 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, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored)

tweak previous;

Revision 1.13 / (download) - annotate - [select for diffs], Wed Sep 2 14:17:56 2009 UTC (14 years, 9 months ago) by dlg
Branch: MAIN
Changes since 1.12: +25 -2 lines
Diff to previous 1.12 (colored)

document workq_queue_task

Revision 1.12 / (download) - annotate - [select for diffs], Thu Oct 30 23:55:22 2008 UTC (15 years, 7 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.11: +8 -2 lines
Diff to previous 1.11 (colored)

reintroduce mutexes to workqs for locking.

tested by many on many archs including several alpha test.

ok tedu@ go for it deraadt@

Revision 1.11 / (download) - annotate - [select for diffs], Wed Nov 28 19:31:53 2007 UTC (16 years, 6 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.10: +11 -21 lines
Diff to previous 1.10 (colored)

i prefer our ISC license.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Nov 28 17:06:42 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

readjust list width after previous;

Revision 1.9 / (download) - annotate - [select for diffs], Wed Nov 28 15:54:04 2007 UTC (16 years, 6 months ago) by tedu
Branch: MAIN
Changes since 1.8: +2 -7 lines
Diff to previous 1.8 (colored)

i'm always behind on the doc updates

Revision 1.8 / (download) - annotate - [select for diffs], Sun Nov 25 17:40:12 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.7: +5 -3 lines
Diff to previous 1.7 (colored)

tweak previous;

Revision 1.7 / (download) - annotate - [select for diffs], Sun Nov 25 15:58:29 2007 UTC (16 years, 6 months ago) by tedu
Branch: MAIN
Changes since 1.6: +5 -2 lines
Diff to previous 1.6 (colored)

document new WQ_DIRECTOK flag

Revision 1.6 / (download) - annotate - [select for diffs], Sat Nov 24 14:34:23 2007 UTC (16 years, 6 months ago) by tedu
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

workq_add_task returns ENOMEM on failure

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 11 22:13:19 2007 UTC (16 years, 11 months ago) by thib
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

spell tedu's name correctly.

ok jmc@,tedu@

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jun 1 00:27:23 2007 UTC (17 years ago) by jmc
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

start new sentence w/ capital letter;

Revision 1.3 / (download) - annotate - [select for diffs], Thu May 31 23:36:44 2007 UTC (17 years ago) by tedu
Branch: MAIN
Changes since 1.2: +6 -1 lines
Diff to previous 1.2 (colored)

explain the usefulness of being able to provide two arguments
ok dlg

Revision 1.2 / (download) - annotate - [select for diffs], Thu May 31 21:43:02 2007 UTC (17 years ago) by dlg
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

tedu just moved an argument to workq_add_task

Revision 1.1 / (download) - annotate - [select for diffs], Thu May 31 21:41:41 2007 UTC (17 years ago) by dlg
Branch: MAIN

add a manpage for workq stuff.

thanks to jmc for tweaking it. im sure he'll find more changes to make soon

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.