CVS log for libaitsched/src/hooks.c

[BACK] Up to [ELWIX - Embedded LightWeight unIX -] / libaitsched / src

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Aug 17 14:14:24 2023 UTC (10 months ago) by misho
Branches: MAIN
CVS tags: sched8_3, sched8_2, sched8_1, sched8_0, sched7_9, sched7_8, SCHED8_2, SCHED8_1, SCHED8_0, SCHED7_9, SCHED7_8, SCHED7_7, HEAD
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +11 -3 lines
Version 7.7

Revision 1.41.4.1: download - view: text, markup, annotated - select for diffs
Thu Aug 17 14:13:07 2023 UTC (10 months ago) by misho
Branches: sched7_7
Diff to: previous 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41: +11 -3 lines
If timer tasks are delayed by diffrent reasons, then we will not waiting for events

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Jul 27 20:51:28 2023 UTC (10 months, 3 weeks ago) by misho
Branches: MAIN
CVS tags: sched7_6, SCHED7_6, SCHED7_5
Branch point for: sched7_7
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +6 -12 lines
Version 7.5

Revision 1.40.2.1: download - view: text, markup, annotated - select for diffs
Thu Jul 27 20:47:12 2023 UTC (10 months, 3 weeks ago) by misho
Branches: sched7_5
Diff to: previous 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40: +6 -12 lines
Blocked all signals when init scheduler

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Feb 25 15:55:01 2023 UTC (15 months, 3 weeks ago) by misho
Branches: MAIN
CVS tags: SCHED7_4
Branch point for: sched7_5
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +22 -18 lines
version 7.4

Revision 1.39.4.2: download - view: text, markup, annotated - select for diffs
Sat Feb 25 15:46:15 2023 UTC (15 months, 3 weeks ago) by misho
Branches: sched7_4
Diff to: previous 1.39.4.1: preferred, colored; branchpoint 1.39: preferred, colored; next MAIN 1.40: preferred, colored
Changes since revision 1.39.4.1: +13 -7 lines
implement signal handling and dispatcher for signal on epoll() and select()
improve wait state of event fetch hook. when we have small polling period against timer task.
then we will rolling event state machine on smallest period between polling and timer

Revision 1.39.4.1: download - view: text, markup, annotated - select for diffs
Thu Feb 23 17:13:01 2023 UTC (15 months, 3 weeks ago) by misho
Branches: sched7_4
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +11 -13 lines
dispatching of signals under Linux

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Dec 20 22:40:32 2022 UTC (18 months ago) by misho
Branches: MAIN
CVS tags: sched7_3, SCHED7_3, SCHED7_2
Branch point for: sched7_4
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +5 -4 lines
version 7.2

Revision 1.38.2.2: download - view: text, markup, annotated - select for diffs
Tue Dec 20 22:26:16 2022 UTC (18 months ago) by misho
Branches: sched7_2
Diff to: previous 1.38.2.1: preferred, colored; branchpoint 1.38: preferred, colored; next MAIN 1.39: preferred, colored
Changes since revision 1.38.2.1: +2 -1 lines
append important assignment!
If it isn't inited back to EPOLL_CTL_DEL. Then we have a problem with unregistered fd

Revision 1.38.2.1: download - view: text, markup, annotated - select for diffs
Wed Nov 30 23:40:42 2022 UTC (18 months, 2 weeks ago) by misho
Branches: sched7_2
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +4 -4 lines
satisfy valgrind under Linux

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Nov 29 20:15:18 2022 UTC (18 months, 3 weeks ago) by misho
Branches: MAIN
CVS tags: SCHED7_1
Branch point for: sched7_2
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +107 -35 lines
version 7.1

Revision 1.37.2.4: download - view: text, markup, annotated - select for diffs
Tue Nov 29 11:55:58 2022 UTC (18 months, 3 weeks ago) by misho
Branches: sched7_1
Diff to: previous 1.37.2.3: preferred, colored; branchpoint 1.37: preferred, colored; next MAIN 1.38: preferred, colored
Changes since revision 1.37.2.3: +18 -7 lines
adds schedWriteExt() custom event mask

Revision 1.37.2.3: download - view: text, markup, annotated - select for diffs
Mon Nov 28 23:48:33 2022 UTC (18 months, 3 weeks ago) by misho
Branches: sched7_1
Diff to: previous 1.37.2.2: preferred, colored; branchpoint 1.37: preferred, colored
Changes since revision 1.37.2.2: +5 -3 lines
support custom event mask for kqueue

Revision 1.37.2.2: download - view: text, markup, annotated - select for diffs
Mon Nov 28 23:29:59 2022 UTC (18 months, 3 weeks ago) by misho
Branches: sched7_1
Diff to: previous 1.37.2.1: preferred, colored; branchpoint 1.37: preferred, colored
Changes since revision 1.37.2.1: +2 -2 lines
Adds schedReadExt() function
schedule read task with custom mask manipulation

Revision 1.37.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 28 23:06:06 2022 UTC (18 months, 3 weeks ago) by misho
Branches: sched7_1
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +86 -27 lines
adds new fd_set

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Oct 19 01:45:08 2022 UTC (20 months ago) by misho
Branches: MAIN
CVS tags: SCHED7_0
Branch point for: sched7_1
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +71 -102 lines
version 7.0

Revision 1.36.2.1: download - view: text, markup, annotated - select for diffs
Wed Oct 19 01:44:25 2022 UTC (20 months ago) by misho
Branches: sched7_0
Diff to: previous 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36: +71 -102 lines
fix select and epoll mechanism for Linux
improve performance of select and epoll to prepare for execution of allc waiting tasks for handle at once

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Oct 17 22:45:06 2022 UTC (20 months ago) by misho
Branches: MAIN
CVS tags: SCHED6_9
Branch point for: sched7_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +9 -2 lines
adds suport of libelwix memory manager like option
fix corner case under Linux when we have bad file descriptor for epoll

Revision 1.35.4.2: download - view: text, markup, annotated - select for diffs
Mon Oct 17 22:41:48 2022 UTC (20 months ago) by misho
Branches: sched6_9
Diff to: previous 1.35.4.1: preferred, colored; branchpoint 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35.4.1: +2 -2 lines
upd year

Revision 1.35.4.1: download - view: text, markup, annotated - select for diffs
Mon Oct 17 22:38:26 2022 UTC (20 months ago) by misho
Branches: sched6_9
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +8 -1 lines
fix corner case under Linux when we have bad file descriptor to remove all tasks to particular fd

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jun 8 21:45:07 2021 UTC (3 years ago) by misho
Branches: MAIN
CVS tags: sched6_8, SCHED6_8, SCHED6_7
Branch point for: sched6_9
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +115 -93 lines
ver 6.7

Revision 1.34.2.2: download - view: text, markup, annotated - select for diffs
Tue Jun 8 21:44:27 2021 UTC (3 years ago) by misho
Branches: sched6_7
Diff to: previous 1.34.2.1: preferred, colored; branchpoint 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34.2.1: +114 -92 lines
fix bug with same task with multiple instances in the same queue

Revision 1.34.2.1: download - view: text, markup, annotated - select for diffs
Thu Jan 31 22:31:40 2019 UTC (5 years, 4 months ago) by misho
Branches: sched6_7
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -3 lines
OpenBSD fix!

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Jan 14 15:58:50 2019 UTC (5 years, 5 months ago) by misho
Branches: MAIN
CVS tags: SCHED6_6
Branch point for: sched6_7
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +7 -6 lines
version 6.6

Revision 1.33.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 20 12:03:53 2018 UTC (5 years, 10 months ago) by misho
Branches: sched6_6
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +7 -6 lines
adds new function to have all events in NODE task

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Sep 7 14:03:47 2017 UTC (6 years, 9 months ago) by misho
Branches: MAIN
CVS tags: SCHED6_5
Branch point for: sched6_6
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +31 -29 lines
version 6.5

Revision 1.32.2.1: download - view: text, markup, annotated - select for diffs
Thu Sep 7 12:36:47 2017 UTC (6 years, 9 months ago) by misho
Branches: sched6_5
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +31 -29 lines
fix bug with tasks vs timers

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Sep 4 08:47:43 2017 UTC (6 years, 9 months ago) by misho
Branches: MAIN
CVS tags: SCHED6_4
Branch point for: sched6_5
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +172 -152 lines
version 6.4

Revision 1.31.2.4: download - view: text, markup, annotated - select for diffs
Thu Aug 31 15:26:15 2017 UTC (6 years, 9 months ago) by misho
Branches: sched6_4
Diff to: previous 1.31.2.3: preferred, colored; branchpoint 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31.2.3: +144 -135 lines
fixed epoll & select issues around rx/tx dispatch

Revision 1.31.2.3: download - view: text, markup, annotated - select for diffs
Thu Aug 31 12:22:16 2017 UTC (6 years, 9 months ago) by misho
Branches: sched6_4
Diff to: previous 1.31.2.2: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.2: +3 -3 lines
fixed issue in regular select() dispatcher

Revision 1.31.2.2: download - view: text, markup, annotated - select for diffs
Thu Aug 31 12:19:07 2017 UTC (6 years, 9 months ago) by misho
Branches: sched6_4
Diff to: previous 1.31.2.1: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.2.1: +2 -2 lines
upd year

Revision 1.31.2.1: download - view: text, markup, annotated - select for diffs
Thu Aug 31 12:18:38 2017 UTC (6 years, 9 months ago) by misho
Branches: sched6_4
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +37 -26 lines
fixed linux epoll issues with fetch and dispatch events

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Sep 29 13:44:23 2016 UTC (7 years, 8 months ago) by misho
Branches: MAIN
CVS tags: SCHED6_3
Branch point for: sched6_4
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -4 lines
version 6.3

Revision 1.30.4.2: download - view: text, markup, annotated - select for diffs
Thu Sep 29 13:43:10 2016 UTC (7 years, 8 months ago) by misho
Branches: sched6_3
Diff to: previous 1.30.4.1: preferred, colored; branchpoint 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30.4.1: +2 -2 lines
upd license

Revision 1.30.4.1: download - view: text, markup, annotated - select for diffs
Thu Sep 29 13:42:08 2016 UTC (7 years, 8 months ago) by misho
Branches: sched6_3
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -3 lines
remove unused variable j

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Jul 2 23:27:06 2015 UTC (8 years, 11 months ago) by misho
Branches: MAIN
CVS tags: sched6_2, SCHED6_2, SCHED6_1
Branch point for: sched6_3
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -5 lines
version 6.1

Revision 1.29.2.1: download - view: text, markup, annotated - select for diffs
Thu Jul 2 23:24:52 2015 UTC (8 years, 11 months ago) by misho
Branches: sched6_1
Diff to: previous 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29: +4 -5 lines
fix preprocessor

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Jul 2 22:45:00 2015 UTC (8 years, 11 months ago) by misho
Branches: MAIN
CVS tags: SCHED6_0
Branch point for: sched6_1
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +8 -5 lines
version 6.0

Revision 1.28.2.3: download - view: text, markup, annotated - select for diffs
Thu Jul 2 22:43:30 2015 UTC (8 years, 11 months ago) by misho
Branches: sched6_0
Diff to: previous 1.28.2.2: preferred, colored; branchpoint 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28.2.2: +2 -2 lines
upd license

Revision 1.28.2.2: download - view: text, markup, annotated - select for diffs
Thu Jul 2 22:40:23 2015 UTC (8 years, 11 months ago) by misho
Branches: sched6_0
Diff to: previous 1.28.2.1: preferred, colored; branchpoint 1.28: preferred, colored
Changes since revision 1.28.2.1: +5 -3 lines
add additional RT lib check

Revision 1.28.2.1: download - view: text, markup, annotated - select for diffs
Thu Jul 2 22:38:28 2015 UTC (8 years, 11 months ago) by misho
Branches: sched6_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -2 lines
add additional check for RT lib

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Jun 5 22:37:29 2014 UTC (10 years ago) by misho
Branches: MAIN
CVS tags: SCHED5_2
Branch point for: sched6_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +646 -562 lines
version 5.2

Revision 1.27.2.10: download - view: text, markup, annotated - select for diffs
Thu Jun 5 22:23:50 2014 UTC (10 years ago) by misho
Branches: sched5_2
Diff to: previous 1.27.2.9: preferred, colored; branchpoint 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27.2.9: +5 -5 lines
optimize select proceed

Revision 1.27.2.9: download - view: text, markup, annotated - select for diffs
Thu Jun 5 22:22:46 2014 UTC (10 years ago) by misho
Branches: sched5_2
Diff to: previous 1.27.2.8: preferred, colored; branchpoint 1.27: preferred, colored
Changes since revision 1.27.2.8: +2 -47 lines
remove flg counting in kevent proceed

Revision 1.27.2.8: download - view: text, markup, annotated - select for diffs
Thu Jun 5 22:16:00 2014 UTC (10 years ago) by misho
Branches: sched5_2
Diff to: previous 1.27.2.7: preferred, colored; branchpoint 1.27: preferred, colored
Changes since revision 1.27.2.7: +107 -21 lines
add rtc tasks to select and epoll

Revision 1.27.2.7: download - view: text, markup, annotated - select for diffs
Tue Jun 3 20:42:48 2014 UTC (10 years ago) by misho
Branches: sched5_2
Diff to: previous 1.27.2.6: preferred, colored; branchpoint 1.27: preferred, colored
Changes since revision 1.27.2.6: +2 -2 lines
remove unused

Revision 1.27.2.6: download - view: text, markup, annotated - select for diffs
Tue Jun 3 20:39:54 2014 UTC (10 years ago) by misho
Branches: sched5_2
Diff to: previous 1.27.2.5: preferred, colored; branchpoint 1.27: preferred, colored
Changes since revision 1.27.2.5: +488 -490 lines
epoll support
fixed select/epoll and kqueue

Revision 1.27.2.5: download - view: text, markup, annotated - select for diffs
Wed May 21 23:05:43 2014 UTC (10 years, 1 month ago) by misho
Branches: sched5_2
Diff to: previous 1.27.2.4: preferred, colored; branchpoint 1.27: preferred, colored
Changes since revision 1.27.2.4: +46 -8 lines
adding epoll linux support

Revision 1.27.2.4: download - view: text, markup, annotated - select for diffs
Wed May 21 22:22:57 2014 UTC (10 years, 1 month ago) by misho
Branches: sched5_2
Diff to: previous 1.27.2.3: preferred, colored; branchpoint 1.27: preferred, colored
Changes since revision 1.27.2.3: +37 -31 lines
init epoll for linux

Revision 1.27.2.3: download - view: text, markup, annotated - select for diffs
Wed May 21 22:09:01 2014 UTC (10 years, 1 month ago) by misho
Branches: sched5_2
Diff to: previous 1.27.2.2: preferred, colored; branchpoint 1.27: preferred, colored
Changes since revision 1.27.2.2: +5 -5 lines
comments

Revision 1.27.2.2: download - view: text, markup, annotated - select for diffs
Wed May 21 21:55:10 2014 UTC (10 years, 1 month ago) by misho
Branches: sched5_2
Diff to: previous 1.27.2.1: preferred, colored; branchpoint 1.27: preferred, colored
Changes since revision 1.27.2.1: +3 -2 lines
fix thread hook

Revision 1.27.2.1: download - view: text, markup, annotated - select for diffs
Wed May 21 20:48:34 2014 UTC (10 years, 1 month ago) by misho
Branches: sched5_2
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +31 -31 lines
fix defs

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Apr 27 16:20:37 2014 UTC (10 years, 1 month ago) by misho
Branches: MAIN
CVS tags: SCHED5_1
Branch point for: sched5_2
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3 lines
version 5.1

Revision 1.26.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 1 14:06:08 2014 UTC (10 years, 4 months ago) by misho
Branches: sched5_1
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +3 -3 lines
add check for timer_delete

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Jan 28 16:58:33 2014 UTC (10 years, 4 months ago) by misho
Branches: MAIN
CVS tags: SCHED5_0
Branch point for: sched5_1
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -5 lines
version 5.0

Revision 1.25.2.1: download - view: text, markup, annotated - select for diffs
Tue Jan 28 16:43:41 2014 UTC (10 years, 4 months ago) by misho
Branches: sched5_0
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +5 -5 lines
add similary behavior like with kq support

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jan 28 13:17:33 2014 UTC (10 years, 4 months ago) by misho
Branches: MAIN
CVS tags: SCHED4_7
Branch point for: sched5_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +262 -9 lines
version 4.7

Revision 1.24.4.9: download - view: text, markup, annotated - select for diffs
Tue Jan 28 13:11:33 2014 UTC (10 years, 4 months ago) by misho
Branches: sched4_7
Diff to: previous 1.24.4.8: preferred, colored; branchpoint 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24.4.8: +2 -2 lines
fix

Revision 1.24.4.8: download - view: text, markup, annotated - select for diffs
Tue Jan 28 13:01:58 2014 UTC (10 years, 4 months ago) by misho
Branches: sched4_7
Diff to: previous 1.24.4.7: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.4.7: +3 -5 lines
finish hook

Revision 1.24.4.7: download - view: text, markup, annotated - select for diffs
Tue Jan 28 12:57:52 2014 UTC (10 years, 4 months ago) by misho
Branches: sched4_7
Diff to: previous 1.24.4.6: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.4.6: +8 -4 lines
add fds

Revision 1.24.4.6: download - view: text, markup, annotated - select for diffs
Tue Jan 28 12:14:20 2014 UTC (10 years, 4 months ago) by misho
Branches: sched4_7
Diff to: previous 1.24.4.5: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.4.5: +5 -9 lines
stop signal if kq disabled

Revision 1.24.4.5: download - view: text, markup, annotated - select for diffs
Tue Jan 28 10:37:19 2014 UTC (10 years, 4 months ago) by misho
Branches: sched4_7
Diff to: previous 1.24.4.4: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.4.4: +23 -2 lines
add signal support without kqueue

Revision 1.24.4.4: download - view: text, markup, annotated - select for diffs
Tue Jan 28 10:08:18 2014 UTC (10 years, 4 months ago) by misho
Branches: sched4_7
Diff to: previous 1.24.4.3: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.4.3: +8 -1 lines
optimize

Revision 1.24.4.3: download - view: text, markup, annotated - select for diffs
Tue Jan 28 10:07:06 2014 UTC (10 years, 4 months ago) by misho
Branches: sched4_7
Diff to: previous 1.24.4.2: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.4.2: +112 -3 lines
add select hook

Revision 1.24.4.2: download - view: text, markup, annotated - select for diffs
Mon Jan 27 17:08:02 2014 UTC (10 years, 4 months ago) by misho
Branches: sched4_7
Diff to: previous 1.24.4.1: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.4.1: +14 -47 lines
fix support

Revision 1.24.4.1: download - view: text, markup, annotated - select for diffs
Mon Jan 27 16:52:56 2014 UTC (10 years, 4 months ago) by misho
Branches: sched4_7
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +157 -6 lines
add feature for disable kqueue support

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Nov 14 21:37:27 2013 UTC (10 years, 7 months ago) by misho
Branches: MAIN
CVS tags: sched4_6, SCHED4_6, SCHED4_5
Branch point for: sched4_7
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +5 -3 lines
version 4.5

Revision 1.23.4.1: download - view: text, markup, annotated - select for diffs
Thu Nov 14 21:35:43 2013 UTC (10 years, 7 months ago) by misho
Branches: sched4_5
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +5 -3 lines
avoid dead lock if registered socket is closed

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Sep 2 11:21:22 2013 UTC (10 years, 9 months ago) by misho
Branches: MAIN
CVS tags: sched4_4, SCHED4_4, SCHED4_3
Branch point for: sched4_5
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -4 lines
version 4.3

Revision 1.22.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 27 01:27:32 2013 UTC (10 years, 9 months ago) by misho
Branches: sched4_3
Diff to: previous 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22: +1 -4 lines
clarify

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Aug 26 18:48:23 2013 UTC (10 years, 9 months ago) by misho
Branches: MAIN
CVS tags: SCHED4_2
Branch point for: sched4_3
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -1 lines
version 4.2

Revision 1.21.4.1: download - view: text, markup, annotated - select for diffs
Mon Aug 26 14:29:20 2013 UTC (10 years, 9 months ago) by misho
Branches: sched4_2
Diff to: previous 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21: +4 -1 lines
try to resolve issue for unhandled tasks

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Aug 26 08:20:55 2013 UTC (10 years, 9 months ago) by misho
Branches: MAIN
CVS tags: sched4_1, SCHED4_1, SCHED4_0
Branch point for: sched4_2
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
version 4.0

Revision 1.20.2.2: download - view: text, markup, annotated - select for diffs
Mon Aug 26 07:40:06 2013 UTC (10 years, 9 months ago) by misho
Branches: sched3_10
Diff to: previous 1.20.2.1: preferred, colored; branchpoint 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20.2.1: +2 -2 lines
fix inf.loop

Revision 1.20.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 26 07:30:06 2013 UTC (10 years, 9 months ago) by misho
Branches: sched3_10
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
patch rtc task with wrapper function

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Aug 22 15:28:04 2013 UTC (10 years, 10 months ago) by misho
Branches: MAIN
CVS tags: SCHED3_9
Branch point for: sched3_10
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
version 3.9

Revision 1.19.2.1: download - view: text, markup, annotated - select for diffs
Thu Aug 15 23:58:18 2013 UTC (10 years, 10 months ago) by misho
Branches: sched3_9
Diff to: previous 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19: +2 -2 lines
fix typecast

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Aug 15 19:10:48 2013 UTC (10 years, 10 months ago) by misho
Branches: MAIN
CVS tags: SCHED3_8
Branch point for: sched3_9
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +84 -15 lines
version 3.8

Revision 1.18.4.7: download - view: text, markup, annotated - select for diffs
Thu Aug 15 19:06:20 2013 UTC (10 years, 10 months ago) by misho
Branches: sched3_8
Diff to: previous 1.18.4.6: preferred, colored; branchpoint 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18.4.6: +6 -2 lines
add macro for realtime feature support

Revision 1.18.4.6: download - view: text, markup, annotated - select for diffs
Thu Aug 15 18:51:34 2013 UTC (10 years, 10 months ago) by misho
Branches: sched3_8
Diff to: previous 1.18.4.5: preferred, colored; branchpoint 1.18: preferred, colored
Changes since revision 1.18.4.5: +2 -2 lines
change signo calc

Revision 1.18.4.5: download - view: text, markup, annotated - select for diffs
Thu Aug 15 18:43:44 2013 UTC (10 years, 10 months ago) by misho
Branches: sched3_8
Diff to: previous 1.18.4.4: preferred, colored; branchpoint 1.18: preferred, colored
Changes since revision 1.18.4.4: +2 -2 lines
change flag

Revision 1.18.4.4: download - view: text, markup, annotated - select for diffs
Thu Aug 15 18:39:00 2013 UTC (10 years, 10 months ago) by misho
Branches: sched3_8
Diff to: previous 1.18.4.3: preferred, colored; branchpoint 1.18: preferred, colored
Changes since revision 1.18.4.3: +20 -34 lines
rework schedRTC

Revision 1.18.4.3: download - view: text, markup, annotated - select for diffs
Thu Aug 15 18:14:54 2013 UTC (10 years, 10 months ago) by misho
Branches: sched3_8
Diff to: previous 1.18.4.2: preferred, colored; branchpoint 1.18: preferred, colored
Changes since revision 1.18.4.2: +4 -3 lines
patch cancel

Revision 1.18.4.2: download - view: text, markup, annotated - select for diffs
Thu Aug 15 17:58:31 2013 UTC (10 years, 10 months ago) by misho
Branches: sched3_8
Diff to: previous 1.18.4.1: preferred, colored; branchpoint 1.18: preferred, colored
Changes since revision 1.18.4.1: +79 -1 lines

add new task taskRTC realtime clocks

Revision 1.18.4.1: download - view: text, markup, annotated - select for diffs
Thu Aug 15 14:53:49 2013 UTC (10 years, 10 months ago) by misho
Branches: sched3_8
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +5 -5 lines
new ver 3.8
change kevent flags

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Jun 3 20:52:53 2013 UTC (11 years ago) by misho
Branches: MAIN
CVS tags: sched3_7, SCHED3_7, SCHED3_6
Branch point for: sched3_8
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +6 -1 lines
version 3.6

Revision 1.17.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 3 20:52:21 2013 UTC (11 years ago) by misho
Branches: sched3_6
Diff to: previous 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17: +6 -1 lines
added ignore/restore signal

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu May 30 09:13:52 2013 UTC (11 years ago) by misho
Branches: MAIN
CVS tags: SCHED3_5
Branch point for: sched3_6
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
version 3.5

Revision 1.16.2.1: download - view: text, markup, annotated - select for diffs
Sun May 26 20:14:02 2013 UTC (11 years ago) by misho
Branches: sched3_5
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +2 -2 lines
remove inline

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Sep 10 15:07:53 2012 UTC (11 years, 9 months ago) by misho
Branches: MAIN
CVS tags: SCHED3_4
Branch point for: sched3_5
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
version 3.4

Revision 1.15.2.1: download - view: text, markup, annotated - select for diffs
Fri Aug 31 13:00:41 2012 UTC (11 years, 9 months ago) by misho
Branches: sched3_4
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +3 -3 lines
added properly return code

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Aug 23 02:33:12 2012 UTC (11 years, 10 months ago) by misho
Branches: MAIN
CVS tags: SCHED3_3
Branch point for: sched3_4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +10 -6 lines
version 3.3

Revision 1.14.2.6: download - view: text, markup, annotated - select for diffs
Thu Aug 23 02:09:54 2012 UTC (11 years, 10 months ago) by misho
Branches: sched3_3
Diff to: previous 1.14.2.5: preferred, colored; branchpoint 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14.2.5: +6 -15 lines
found some nasty bugs in thread tasks and polish a code

Revision 1.14.2.5: download - view: text, markup, annotated - select for diffs
Thu Aug 23 00:31:41 2012 UTC (11 years, 10 months ago) by misho
Branches: sched3_3
Diff to: previous 1.14.2.4: preferred, colored; branchpoint 1.14: preferred, colored
Changes since revision 1.14.2.4: +16 -18 lines
search solution for fast cancels

Revision 1.14.2.4: download - view: text, markup, annotated - select for diffs
Wed Aug 22 23:47:22 2012 UTC (11 years, 10 months ago) by misho
Branches: sched3_3
Diff to: previous 1.14.2.3: preferred, colored; branchpoint 1.14: preferred, colored
Changes since revision 1.14.2.3: +2 -2 lines
openbsd fix

Revision 1.14.2.3: download - view: text, markup, annotated - select for diffs
Wed Aug 22 23:43:36 2012 UTC (11 years, 10 months ago) by misho
Branches: sched3_3
Diff to: previous 1.14.2.2: preferred, colored; branchpoint 1.14: preferred, colored
Changes since revision 1.14.2.2: +10 -3 lines
finished race between create and fast cancel of same thread

Revision 1.14.2.2: download - view: text, markup, annotated - select for diffs
Wed Aug 22 13:37:23 2012 UTC (11 years, 10 months ago) by misho
Branches: sched3_3
Diff to: previous 1.14.2.1: preferred, colored; branchpoint 1.14: preferred, colored
Changes since revision 1.14.2.1: +6 -2 lines
final steps to finishing thread task

Revision 1.14.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 22 10:33:45 2012 UTC (11 years, 10 months ago) by misho
Branches: sched3_3
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -1 lines
do some extension for thread tasks

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Aug 21 12:54:39 2012 UTC (11 years, 10 months ago) by misho
Branches: MAIN
CVS tags: SCHED3_2
Branch point for: sched3_3
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +67 -13 lines
version 3.2

Revision 1.13.2.3: download - view: text, markup, annotated - select for diffs
Tue Aug 21 12:50:08 2012 UTC (11 years, 10 months ago) by misho
Branches: sched3_2
Diff to: previous 1.13.2.2: preferred, colored; branchpoint 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13.2.2: +33 -1 lines
major rework and expose 2 functions

Revision 1.13.2.2: download - view: text, markup, annotated - select for diffs
Tue Aug 21 11:45:35 2012 UTC (11 years, 10 months ago) by misho
Branches: sched3_2
Diff to: previous 1.13.2.1: preferred, colored; branchpoint 1.13: preferred, colored
Changes since revision 1.13.2.1: +31 -13 lines
fix macro taskExit
change return field of kevent
added ability to read/write for return information how many bytes wait in buffer

Revision 1.13.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 21 11:07:16 2012 UTC (11 years, 10 months ago) by misho
Branches: sched3_2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -1 lines
added new feature!
new scheduler queue for thread tasks
and management for them

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Aug 8 23:04:41 2012 UTC (11 years, 10 months ago) by misho
Branches: MAIN
CVS tags: SCHED3_1
Branch point for: sched3_2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -6 lines
version 3.1

Revision 1.12.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 8 23:00:05 2012 UTC (11 years, 10 months ago) by misho
Branches: sched3_1
Diff to: previous 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12: +6 -6 lines
remove recent added func and improve hit missed tasks with priority param

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Aug 8 08:25:39 2012 UTC (11 years, 10 months ago) by misho
Branches: MAIN
CVS tags: SCHED3_0
Branch point for: sched3_1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +14 -14 lines
version 3.0

Revision 1.11.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 8 08:15:23 2012 UTC (11 years, 10 months ago) by misho
Branches: sched2_7
Diff to: previous 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11: +14 -14 lines
remove eventlo tasks and added new kind of task, regular tasks
schedTask() is new api call with local regular tasks priority
added ability to acquire new regular task missing hit rate before firing task

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Aug 2 13:56:19 2012 UTC (11 years, 10 months ago) by misho
Branches: MAIN
CVS tags: SCHED2_6
Branch point for: sched2_7
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +142 -2 lines
version 2.6

Revision 1.10.2.11: download - view: text, markup, annotated - select for diffs
Thu Aug 2 13:45:02 2012 UTC (11 years, 10 months ago) by misho
Branches: sched2_6
Diff to: previous 1.10.2.10: preferred, colored; branchpoint 1.10: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10.2.10: +75 -29 lines
redesign LIO tasks. Create separate scheduler queue for them

Revision 1.10.2.10: download - view: text, markup, annotated - select for diffs
Thu Aug 2 12:58:02 2012 UTC (11 years, 10 months ago) by misho
Branches: sched2_6
Diff to: previous 1.10.2.9: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.2.9: +9 -9 lines
rework autoconfig infrastructure

Revision 1.10.2.9: download - view: text, markup, annotated - select for diffs
Thu Aug 2 12:32:07 2012 UTC (11 years, 10 months ago) by misho
Branches: sched2_6
Diff to: previous 1.10.2.8: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.2.8: +5 -5 lines
NetBSD partially added AIO support

Revision 1.10.2.8: download - view: text, markup, annotated - select for diffs
Thu Aug 2 12:08:45 2012 UTC (11 years, 10 months ago) by misho
Branches: sched2_6
Diff to: previous 1.10.2.7: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.2.7: +6 -2 lines
fix return rw length to iovec

Revision 1.10.2.7: download - view: text, markup, annotated - select for diffs
Thu Aug 2 09:36:38 2012 UTC (11 years, 10 months ago) by misho
Branches: sched2_6
Diff to: previous 1.10.2.6: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.2.6: +34 -8 lines
added LIO support to fetch hook

Revision 1.10.2.6: download - view: text, markup, annotated - select for diffs
Wed Aug 1 16:47:06 2012 UTC (11 years, 10 months ago) by misho
Branches: sched2_6
Diff to: previous 1.10.2.5: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.2.5: +5 -5 lines
polishing

Revision 1.10.2.5: download - view: text, markup, annotated - select for diffs
Wed Aug 1 15:17:38 2012 UTC (11 years, 10 months ago) by misho
Branches: sched2_6
Diff to: previous 1.10.2.4: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.2.4: +6 -5 lines
extend hooks

Revision 1.10.2.4: download - view: text, markup, annotated - select for diffs
Wed Aug 1 14:49:37 2012 UTC (11 years, 10 months ago) by misho
Branches: sched2_6
Diff to: previous 1.10.2.3: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.2.3: +12 -2 lines
finish aio

Revision 1.10.2.3: download - view: text, markup, annotated - select for diffs
Wed Aug 1 14:27:52 2012 UTC (11 years, 10 months ago) by misho
Branches: sched2_6
Diff to: previous 1.10.2.2: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.2.2: +8 -3 lines
add aio_cancel call

Revision 1.10.2.2: download - view: text, markup, annotated - select for diffs
Wed Aug 1 14:11:43 2012 UTC (11 years, 10 months ago) by misho
Branches: sched2_6
Diff to: previous 1.10.2.1: preferred, colored; branchpoint 1.10: preferred, colored
Changes since revision 1.10.2.1: +41 -2 lines
go to test ;)

Revision 1.10.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 1 12:49:26 2012 UTC (11 years, 10 months ago) by misho
Branches: sched2_6
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +10 -1 lines
initial AIO kevent scheduler support

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jul 24 14:06:11 2012 UTC (11 years, 10 months ago) by misho
Branches: MAIN
CVS tags: SCHED2_5
Branch point for: sched2_6
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
version 2.5

Revision 1.9.4.1: download - view: text, markup, annotated - select for diffs
Tue Jul 24 13:47:01 2012 UTC (11 years, 10 months ago) by misho
Branches: sched2_5
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +2 -2 lines
present new feature for elwix scheduler
 - task SUSPEND for suspended tasks with user resume functionality

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jun 29 13:52:11 2012 UTC (11 years, 11 months ago) by misho
Branches: MAIN
CVS tags: sched2_4, SCHED2_4, SCHED2_3
Branch point for: sched2_5
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +41 -9 lines
ver 2.3

Revision 1.8.2.1: download - view: text, markup, annotated - select for diffs
Fri Jun 29 13:39:54 2012 UTC (11 years, 11 months ago) by misho
Branches: sched2_3
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +41 -9 lines
big improvement of scheduler fetch hook!!!

More then one tasks into each queue with same resource events ...

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu May 31 22:31:48 2012 UTC (12 years ago) by misho
Branches: MAIN
CVS tags: SCHED2_2
Branch point for: sched2_3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +285 -9 lines
version 2.2 (prod)

Revision 1.7.2.5: download - view: text, markup, annotated - select for diffs
Thu May 31 22:11:19 2012 UTC (12 years ago) by misho
Branches: sched2_2
Diff to: previous 1.7.2.4: preferred, colored; branchpoint 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.2.4: +3 -3 lines
OpenBSD changes related with amd64 arch and kevent

Revision 1.7.2.4: download - view: text, markup, annotated - select for diffs
Thu May 31 21:48:01 2012 UTC (12 years ago) by misho
Branches: sched2_2
Diff to: previous 1.7.2.3: preferred, colored; branchpoint 1.7: preferred, colored
Changes since revision 1.7.2.3: +7 -1 lines
NetBSD not supported triggered user events

Revision 1.7.2.3: download - view: text, markup, annotated - select for diffs
Thu May 31 21:36:40 2012 UTC (12 years ago) by misho
Branches: sched2_2
Diff to: previous 1.7.2.2: preferred, colored; branchpoint 1.7: preferred, colored
Changes since revision 1.7.2.2: +2 -2 lines
PATCH & FIX libaitsched !!!!
very ugly and tricky BUG in cancel hook. It caused unfree task if they not related with kevent
properly free schedCancel when it did copied from another task

Revision 1.7.2.2: download - view: text, markup, annotated - select for diffs
Thu May 31 14:45:10 2012 UTC (12 years ago) by misho
Branches: sched2_2
Diff to: previous 1.7.2.1: preferred, colored; branchpoint 1.7: preferred, colored
Changes since revision 1.7.2.1: +17 -3 lines
add schedUser features

Revision 1.7.2.1: download - view: text, markup, annotated - select for diffs
Thu May 31 14:17:59 2012 UTC (12 years ago) by misho
Branches: sched2_2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +265 -9 lines
add 4 new features - scheduler tasks
schedNode = Disk watcher task
schedProc = Program watcher task
schedSignal = Pre-signal handler
schedUser = User triggered tasks

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed May 30 08:52:45 2012 UTC (12 years ago) by misho
Branches: MAIN
CVS tags: SCHED2_1
Branch point for: sched2_2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +71 -1 lines
version 2.1

Revision 1.6.4.3: download - view: text, markup, annotated - select for diffs
Wed May 30 08:51:49 2012 UTC (12 years ago) by misho
Branches: sched2_1
Diff to: previous 1.6.4.2: preferred, colored; branchpoint 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.4.2: +10 -24 lines
finishing alarm feature with last changes
using optional data like alarm ident

Revision 1.6.4.2: download - view: text, markup, annotated - select for diffs
Wed May 30 08:34:44 2012 UTC (12 years ago) by misho
Branches: sched2_1
Diff to: previous 1.6.4.1: preferred, colored; branchpoint 1.6: preferred, colored
Changes since revision 1.6.4.1: +11 -7 lines
bug fix! kevent receive milisecond data argument for timers

Revision 1.6.4.1: download - view: text, markup, annotated - select for diffs
Wed May 30 08:07:45 2012 UTC (12 years ago) by misho
Branches: sched2_1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +81 -1 lines
adding new feature - ALARM
Realtime alarm kernel event

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon May 14 12:09:13 2012 UTC (12 years, 1 month ago) by misho
Branches: MAIN
CVS tags: sched1_6, SCHED2_0, SCHED1_5
Branch point for: sched2_1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +19 -67 lines
version 1.5

Revision 1.5.2.4: download - view: text, markup, annotated - select for diffs
Thu May 10 15:30:18 2012 UTC (12 years, 1 month ago) by misho
Branches: sched1_5
Diff to: previous 1.5.2.3: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.2.3: +5 -5 lines
Found one very nasty case for leak ;)
 - if you call schedEnd(), in such case may leak with a task structure tasks

Revision 1.5.2.3: download - view: text, markup, annotated - select for diffs
Thu May 10 14:44:22 2012 UTC (12 years, 1 month ago) by misho
Branches: sched1_5
Diff to: previous 1.5.2.2: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.2.2: +2 -9 lines
rework and optimize fetch ready task hook function

Revision 1.5.2.2: download - view: text, markup, annotated - select for diffs
Thu May 3 15:05:09 2012 UTC (12 years, 1 month ago) by misho
Branches: sched1_5
Diff to: previous 1.5.2.1: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.2.1: +10 -53 lines
optimize scheduler ... remove unused structure into hooks

Revision 1.5.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 24 13:29:28 2012 UTC (12 years, 1 month ago) by misho
Branches: sched1_5
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -3 lines
fix schedRun() such as I did fix into endless loop
fix fetch hook when not found ready task return at this point with NULL

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Mar 13 10:01:59 2012 UTC (12 years, 3 months ago) by misho
Branches: MAIN
CVS tags: SCHED1_4
Branch point for: sched1_5
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +27 -2 lines
version 1.4

Revision 1.4.2.1: download - view: text, markup, annotated - select for diffs
Tue Mar 13 10:00:37 2012 UTC (12 years, 3 months ago) by misho
Branches: sched1_4
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +27 -2 lines
add new hook - condition
add new condition variable into sched_root_task_t
add new API function for control condition kill of scheduler loop
add year

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 24 21:59:47 2012 UTC (12 years, 4 months ago) by misho
Branches: MAIN
CVS tags: SCHED1_3
Branch point for: sched1_4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +145 -43 lines
version 1.3
- add scheduler timespec macros
- change schedTimer task argument from timeval to timespec structure
- refactoring timer structure in entire scheduler to use timespec
- add schedPolling API for idle timeout control
- add idle polling support!

Revision 1.3.4.5: download - view: text, markup, annotated - select for diffs
Tue Jan 24 16:19:32 2012 UTC (12 years, 4 months ago) by misho
Branches: sched1_3
Diff to: previous 1.3.4.4: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.4.4: +2 -2 lines
I found bug in check of wait time
fixed with correct macro name

Revision 1.3.4.4: download - view: text, markup, annotated - select for diffs
Tue Jan 24 15:29:09 2012 UTC (12 years, 4 months ago) by misho
Branches: sched1_3
Diff to: previous 1.3.4.3: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.4.3: +11 -11 lines
add scheduler custom timespec macros and patch fetch hook

Revision 1.3.4.3: download - view: text, markup, annotated - select for diffs
Tue Jan 24 14:51:03 2012 UTC (12 years, 4 months ago) by misho
Branches: sched1_3
Diff to: previous 1.3.4.2: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.4.2: +5 -3 lines
add polling period support

Revision 1.3.4.2: download - view: text, markup, annotated - select for diffs
Tue Jan 24 14:04:58 2012 UTC (12 years, 4 months ago) by misho
Branches: sched1_3
Diff to: previous 1.3.4.1: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.4.1: +22 -30 lines
migrate from timeval to native timespec structure
entire scheduler

Revision 1.3.4.1: download - view: text, markup, annotated - select for diffs
Sun Jan 8 03:28:26 2012 UTC (12 years, 5 months ago) by misho
Branches: sched1_3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +121 -13 lines
add pthread safe

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Dec 8 08:02:24 2011 UTC (12 years, 6 months ago) by misho
Branches: MAIN
CVS tags: sched1_2, SCHED1_2, SCHED1_1
Branch point for: sched1_3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +73 -18 lines
ver 1.1

Revision 1.2.2.4: download - view: text, markup, annotated - select for diffs
Tue Oct 4 23:03:32 2011 UTC (12 years, 8 months ago) by misho
Branches: sched1_1
Diff to: previous 1.2.2.3: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.3: +4 -4 lines
fix fd type over amd64

Revision 1.2.2.3: download - view: text, markup, annotated - select for diffs
Tue Oct 4 14:04:35 2011 UTC (12 years, 8 months ago) by misho
Branches: sched1_1
Diff to: previous 1.2.2.2: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.2: +3 -3 lines
added error handling abillity into scheduler loop

Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Tue Oct 4 13:50:05 2011 UTC (12 years, 8 months ago) by misho
Branches: sched1_1
Diff to: previous 1.2.2.1: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.1: +22 -10 lines
added system error code handling

Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Tue Oct 4 13:29:00 2011 UTC (12 years, 8 months ago) by misho
Branches: sched1_1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +58 -15 lines
added exception default hook

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Oct 4 12:34:33 2011 UTC (12 years, 8 months ago) by misho
Branches: MAIN
CVS tags: SCHED1_0
Branch point for: sched1_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +48 -29 lines
ver 1.0

Revision 1.1.1.1.2.8: download - view: text, markup, annotated - select for diffs
Fri Sep 30 08:13:41 2011 UTC (12 years, 8 months ago) by misho
Branches: sched1_0
Diff to: previous 1.1.1.1.2.7: preferred, colored; branchpoint 1.1.1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.1.1.2.7: +25 -15 lines
modify hooks

Revision 1.1.1.1.2.7: download - view: text, markup, annotated - select for diffs
Wed Sep 28 14:14:10 2011 UTC (12 years, 8 months ago) by misho
Branches: sched1_0
Diff to: previous 1.1.1.1.2.6: preferred, colored; branchpoint 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1.2.6: +7 -1 lines
added diagnostic behavior of scheduler fetch hook

Revision 1.1.1.1.2.6: download - view: text, markup, annotated - select for diffs
Fri Aug 12 12:12:01 2011 UTC (12 years, 10 months ago) by misho
Branches: sched1_0
Diff to: previous 1.1.1.1.2.5: preferred, colored; branchpoint 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1.2.5: +2 -4 lines
some cosmetic fixes

Revision 1.1.1.1.2.5: download - view: text, markup, annotated - select for diffs
Fri Aug 12 11:49:50 2011 UTC (12 years, 10 months ago) by misho
Branches: sched1_0
Diff to: previous 1.1.1.1.2.4: preferred, colored; branchpoint 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1.2.4: +8 -34 lines
fixed code in cancel hook

Revision 1.1.1.1.2.4: download - view: text, markup, annotated - select for diffs
Thu Aug 11 22:55:28 2011 UTC (12 years, 10 months ago) by misho
Branches: sched1_0
Diff to: previous 1.1.1.1.2.3: preferred, colored; branchpoint 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1.2.3: +14 -4 lines
fix initscheduler & hooks
+ register tasks

Revision 1.1.1.1.2.3: download - view: text, markup, annotated - select for diffs
Thu Aug 11 13:23:28 2011 UTC (12 years, 10 months ago) by misho
Branches: sched1_0
Diff to: previous 1.1.1.1.2.2: preferred, colored; branchpoint 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1.2.2: +25 -1 lines
add fixes for kevent

Revision 1.1.1.1.2.2: download - view: text, markup, annotated - select for diffs
Thu Aug 11 12:56:53 2011 UTC (12 years, 10 months ago) by misho
Branches: sched1_0
Diff to: previous 1.1.1.1.2.1: preferred, colored; branchpoint 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1.2.1: +7 -7 lines
fix netbsd warnings

Revision 1.1.1.1.2.1: download - view: text, markup, annotated - select for diffs
Fri Aug 5 15:57:47 2011 UTC (12 years, 10 months ago) by misho
Branches: sched1_0
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +5 -8 lines
modify code because fbsd not exported timespec*() functions
 - crazy peoplez :)

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Aug 5 15:52:00 2011 UTC (12 years, 10 months ago) by misho
Branches: misho
CVS tags: start
Branch point for: sched1_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
libaitsched Task Scheduler

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Aug 5 15:52:00 2011 UTC (12 years, 10 months ago) by misho
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs 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.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>