CVS log for ports/devel/linuxthreads/files/condwait-patch
Up to [FreeBSD] / ports / devel / linuxthreads / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jan 24 15:19:48 2006 UTC (6 years ago) by tegge
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7, HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Avoid using variable after end of semantic life time.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 24 00:56:27 2006 UTC (6 years ago) by tegge
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +109 -46 lines
Fix timeout/cond signal race causing extra restart signal to be generated but not consumed.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Sep 9 01:12:47 2001 UTC (10 years, 5 months ago) by tegge
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_11_0, RELEASE_4_10_0
Add an optional experimental patch that reduce the number of context switches on UP systems when the thread waiting on a condition has a higher priority than the thread signalling the condition. Bump port revision.
