summaryrefslogtreecommitdiff
path: root/sched.c (follow)
Commit message (Expand)AuthorAge
* sched: Improve documentation of task_reap().Andre Noll2026-03-27
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Improve scheduler documentation.Andre Noll2025-10-08
* Make struct sched private, introduce sched_new().Andre Noll2025-07-13
* Include regex.h from para.h.Andre Noll2025-05-19
* Consolidate EOF error codes.Andre Noll2023-03-11
* sched: Improve error diagnostics.Andre Noll2023-03-11
* Merge topic branch t/overflow into masterAndre Noll2022-10-03
|\
| * string: Rename para_malloc() -> alloc().Andre Noll2022-07-29
* | Switch from select(2) to poll(2).Andre Noll2022-08-28
* | Rename ->{pre,post}_select methods to ->{pre,post}_monitor.Andre Noll2022-08-25
* | Hide implementation of para_fd_set().Andre Noll2022-08-25
* | sched: Use integer value for select timeout.Andre Noll2022-08-25
|/
* list.h: Convert INIT_LIST_HEAD macro to inline function.Andre Noll2021-08-08
* Fix bad grammar "allows <infinitive>".Andre Noll2018-02-11
* Shorten copyright notice.Andre Noll2017-09-22
* doxygen: Add \ref to references.Andre Noll2017-06-25
* sched: Log task termination status.Andre Noll2016-12-28
* Update year in copyright headers.Andre Noll2015-01-12
* sched.c: Remove unused timeout_is_zero().Andre Noll2015-01-12
* Remove unnecessary system header includes.Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* sched: Mark global now pointer as const.Andre Noll2014-05-25
* sched: Directly pass context pointer to pre/post_select().Andre Noll2014-05-25
* sched: kill task->dead.Andre Noll2014-05-25
* sched: Do not shadow task_info in struct task.Andre Noll2014-05-25
* sched: Dont use fixed-size buffer for task names.Andre Noll2014-05-25
* sched: Rename task->error to tast->status.Andre Noll2014-05-25
* sched: Rename task->status to task->name.Andre Noll2014-05-25
* sched: Make struct task private to sched.c.Andre Noll2014-05-25
* sched: Introduce task_status().Andre Noll2014-05-25
* sched: Remove ->owned_by_sched.Andre Noll2014-05-25
* sched: Remove register_task().Andre Noll2014-05-25
* task_register() conversion: receiversAndre Noll2014-05-25
* sched: Introduce alternative task API.Andre Noll2014-05-25
* sched: Mark argument of task_get_notification() as const.Andre Noll2014-05-25
* Simplify sched: Use only a single task list.Andre Noll2014-05-25
* Change copyright year to 2014.Andre Noll2014-02-22
* sched: Rename new_post_select back to post_select.Andre Noll2013-04-30
* sched: Kill old ->post_select variant.Andre Noll2013-04-30
* sched: Provide alternative post_select variant.Andre Noll2013-04-30
* Replace gettimeofday() by clock_gettime().Andre Noll2013-04-30
* sched: Get rid of (pre)select shortcuts.Andre Noll2013-04-17
* Change copyright year to 2013.Andre Noll2013-03-25
* sched: Replace sched_shutdown() by task_notify_all().Andre Noll2012-11-18
* sched: Introduce task notifications.Andre Noll2012-11-18
* Add some missing documentation.Andre Noll2012-04-21
* Change year in copyright message to 2012.Andre Noll2012-01-07
* Always include stdbool.h.Andre Noll2011-12-18
* sched: Allow more than one running scheduler instance.Andre Noll2011-11-20