aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* change to nanosecond resolution time accountingBjoern B. Brandenburg2008-02-04
|
* integrate sparseBjoern B. Brandenburg2008-02-03
|
* many changesBjoern B. Brandenburg2008-02-03
| | | | | - use declarations from kernel - get rid of stuipd system call macros
* rip out old junkBjoern B. Brandenburg2008-02-03
|
* bin: add error checking to example tasks2007.3Bjoern B. Brandenburg2008-01-28
|
* core: 2 bug fixesBjoern B. Brandenburg2008-01-28
| | | | | | | - Don't apply real-time parameters to thread group leader, apply them to the current thread. - Return 0 if no error occured in init_litmus() to make it consistent with the system calls of liblitmus.
* core: add gettid() system callBjoern B. Brandenburg2008-01-28
| | | | | We need the system call to enable multi-threaded real-time applications, and libc doesn't provide it.
* add multi-threaded exampleBjoern B. Brandenburg2008-01-24
|
* make kface thread safeBjoern B. Brandenburg2008-01-24
|
* API: make init_rt_thread() availableBjoern B. Brandenburg2008-01-24
|
* core: rip out task_active()Bjoern B. Brandenburg2008-01-24
|
* Add example real-time task skeleton base_task.c .Bjoern B. Brandenburg2008-01-23
|
* Reorganized file layout.Bjoern B. Brandenburg2008-01-23
|
* reorganize liblitmus to be more modularBjoern B. Brandenburg2008-01-23
|
* core: remove support for deprecated system callBjoern B. Brandenburg2008-01-22
|
* core: change real-time task creation to new transitioning methodBjoern B. Brandenburg2008-01-22
| | | The old clone based hack will be removed soon.
* core: cleanup headerBjoern B. Brandenburg2008-01-22
|
* setup task parametersBjoern B. Brandenburg2008-01-22
|
* spellingBjoern B. Brandenburg2008-01-22
|
* add set_rt_param() wrapper sporadic_task()Bjoern B. Brandenburg2008-01-22
|
* add mode_testBjoern B. Brandenburg2008-01-22
|
* [API] rename task_mode_transition() and don't exit on errorBjoern B. Brandenburg2008-01-22
|
* [ABI] add task_mode_transition system callBjoern B. Brandenburg2008-01-18
|
* ICS nesting support structuresBjoern B. Brandenburg2007-12-14
|
* ICS: expose in headerBjoern B. Brandenburg2007-11-20
|
* ICS/FDSO: new FDSO ABI and ICS ABIBjoern B. Brandenburg2007-11-19
| | | update system call interface
* FDSO: make types available to user spaceBjoern B. Brandenburg2007-11-15
|
* ABI Change: adapt to new LITMUS syscall interface and incorporate FDSO callsBjoern B. Brandenburg2007-11-15
| | | This will break libso.
* add stdump filter for adaptive systems2007.2Bjoern B. Brandenburg2007-10-28
|
* sched_trace: update formatBjoern B. Brandenburg2007-10-28
| | | | Update to new format and fix a couple of bugs.
* prevent adaptive tasks from dieing on first optimizer runBjoern B. Brandenburg2007-10-18
|
* implement sched_trace multifile walking supportBjoern B. Brandenburg2007-10-18
|
* Remove more old junkBjoern B. Brandenburg2007-10-17
|
* add new sched_trace APIBjoern B. Brandenburg2007-10-17
|
* remove old cruft and add ADAPTIVE, block USR1Bjoern B. Brandenburg2007-10-17
|
* adaptive: kick out weight-transfer functionBjoern B. Brandenburg2007-10-08
| | | | weight-transfer function is redundant with per service level weights
* use correct type for fixed point values in liblitmusBjoern B. Brandenburg2007-10-08
|
* adaptive: implement proper kernel interfaceBjoern B. Brandenburg2007-10-07
| | | | Update syscalls, implement fixed-point parameter support.
* Implement user space adaptive task launching interface.Bjoern B. Brandenburg2007-10-05
|
* Make rt_launch honor the PATH environment variable.Bjoern B. Brandenburg2007-09-19
|
* add litmus_task_active() APIBjoern B. Brandenburg2007-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 and change error reporting for use in scripts.Bjoern B. Brandenburg2007-09-18
|
* Add exit_litmus() dummy for src compatability with syscall tracing patches.Bjoern B. Brandenburg2007-09-18
|
* Change liblitmus to have a more sane repository layout.Bjoern B. Brandenburg2007-09-18
|
* added np_testBjoern B. Brandenburg2007-09-10
|
* Implement write barriers.Bjoern B. Brandenburg2007-09-10
|
* Updated NP API to new implementation.Bjoern B. Brandenburg2007-09-10
|
* added new testBjoern B. Brandenburg2007-08-23
|
* Add wait_for_job_release() system callBjoern B. Brandenburg2007-08-23
| | | | Adds wait_for_job_release() and query_job_no().
* added README for release2007.1Bjoern B. Brandenburg2007-05-27
|