Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | first changes to compile with LITMUS 20082008.0 | Bjoern B. Brandenburg | 2008-02-12 |
| | |||
* | change to nanosecond resolution time accounting | Bjoern B. Brandenburg | 2008-02-04 |
| | |||
* | many changes | Bjoern B. Brandenburg | 2008-02-03 |
| | | | | | - use declarations from kernel - get rid of stuipd system call macros | ||
* | rip out old junk | Bjoern B. Brandenburg | 2008-02-03 |
| | |||
* | core: add gettid() system call | Bjoern B. Brandenburg | 2008-01-28 |
| | | | | | We need the system call to enable multi-threaded real-time applications, and libc doesn't provide it. | ||
* | API: make init_rt_thread() available | Bjoern B. Brandenburg | 2008-01-24 |
| | |||
* | core: rip out task_active() | Bjoern B. Brandenburg | 2008-01-24 |
| | |||
* | reorganize liblitmus to be more modular | Bjoern B. Brandenburg | 2008-01-23 |
| | |||
* | core: remove support for deprecated system call | Bjoern B. Brandenburg | 2008-01-22 |
| | |||
* | core: cleanup header | Bjoern B. Brandenburg | 2008-01-22 |
| | |||
* | spelling | Bjoern B. Brandenburg | 2008-01-22 |
| | |||
* | add set_rt_param() wrapper sporadic_task() | Bjoern B. Brandenburg | 2008-01-22 |
| | |||
* | [API] rename task_mode_transition() and don't exit on error | Bjoern B. Brandenburg | 2008-01-22 |
| | |||
* | [ABI] add task_mode_transition system call | Bjoern B. Brandenburg | 2008-01-18 |
| | |||
* | ICS nesting support structures | Bjoern B. Brandenburg | 2007-12-14 |
| | |||
* | ICS: expose in header | Bjoern B. Brandenburg | 2007-11-20 |
| | |||
* | ICS/FDSO: new FDSO ABI and ICS ABI | Bjoern B. Brandenburg | 2007-11-19 |
| | | | update system call interface | ||
* | FDSO: make types available to user space | Bjoern B. Brandenburg | 2007-11-15 |
| | |||
* | ABI Change: adapt to new LITMUS syscall interface and incorporate FDSO calls | Bjoern B. Brandenburg | 2007-11-15 |
| | | | This will break libso. | ||
* | remove old cruft and add ADAPTIVE, block USR1 | Bjoern B. Brandenburg | 2007-10-17 |
| | |||
* | Implement user space adaptive task launching interface. | Bjoern B. Brandenburg | 2007-10-05 |
| | |||
* | add litmus_task_active() API | Bjoern B. Brandenburg | 2007-09-19 |
| | | | | | | Most RT tasks need to do some cleanup before they can terminate. The litmus_task_active() API automates the catching of signals that indicate that the RT task should terminate. | ||
* | Add exit_litmus() dummy for src compatability with syscall tracing patches. | Bjoern B. Brandenburg | 2007-09-18 |
| | |||
* | Change liblitmus to have a more sane repository layout. | Bjoern B. Brandenburg | 2007-09-18 |