Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Adapt APIs to new parameters structure. | Andrea Bastoni | 2011-01-26 |
| | | | | | Usage of union and proper per-semi-part algo structures forces a modification of the APIs used by rtspin and rt_launch. | ||
* | Add rt_launch_edfwm launcher | Andrea Bastoni | 2011-01-26 |
| | | | | | As rtspin_edfwm rt_launch_edfwm reads each task information from a text file (same format as rtspin_edfwm). | ||
* | [NPS-F] Adapt to new add_server() API and fix parameters order | Andrea Bastoni | 2011-01-26 |
| | | | | | - comply with new add_server() API - fix wrong order in parameters for rt_launch_npsf.c | ||
* | [NPS-F] Add rt_launch version for NPS-F algo | Andrea Bastoni | 2011-01-26 |
| | |||
* | [EDF-fm] Add rt_launch_edffm and support for edffm task creation | Andrea Bastoni | 2011-01-26 |
| | |||
* | Support budget enforcement policies. Allows tasks to specify | Glenn Elliott | 2010-05-20 |
| | | | | | | | | how their execution budgets should be enforced: NO_ENFORCEMENT, QUANTUM_ENFORCEMENT, and PRECISE_ENFORCEMENT (unsupported). NOTE: Users of NO_ENFORCEMENT must call sleep_next_period() at the end of every job to signal to the kernel that its job is complete. | ||
* | Use _GNU_SOURCE for all files. Fix wrong prototypes. | Bjoern B. Brandenburg | 2008-05-02 |
| | |||
* | adapt to new ABI | Bjoern B. Brandenburg | 2008-02-19 |
| | |||
* | first changes to compile with LITMUS 20082008.0 | Bjoern B. Brandenburg | 2008-02-12 |
| | |||
* | many changes | Bjoern B. Brandenburg | 2008-02-03 |
| | | | | | - use declarations from kernel - get rid of stuipd system call macros | ||
* | reorganize liblitmus to be more modular | Bjoern B. Brandenburg | 2008-01-23 |