Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | [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. | |||
* | add stdump filter for adaptive systems2007.2 | Bjoern B. Brandenburg | 2007-10-28 | |
| | ||||
* | sched_trace: update format | Bjoern B. Brandenburg | 2007-10-28 | |
| | | | | Update to new format and fix a couple of bugs. | |||
* | prevent adaptive tasks from dieing on first optimizer run | Bjoern B. Brandenburg | 2007-10-18 | |
| | ||||
* | implement sched_trace multifile walking support | Bjoern B. Brandenburg | 2007-10-18 | |
| | ||||
* | Remove more old junk | Bjoern B. Brandenburg | 2007-10-17 | |
| | ||||
* | add new sched_trace API | Bjoern B. Brandenburg | 2007-10-17 | |
| | ||||
* | remove old cruft and add ADAPTIVE, block USR1 | Bjoern B. Brandenburg | 2007-10-17 | |
| | ||||
* | adaptive: kick out weight-transfer function | Bjoern B. Brandenburg | 2007-10-08 | |
| | | | | weight-transfer function is redundant with per service level weights | |||
* | use correct type for fixed point values in liblitmus | Bjoern B. Brandenburg | 2007-10-08 | |
| | ||||
* | adaptive: implement proper kernel interface | Bjoern B. Brandenburg | 2007-10-07 | |
| | | | | Update syscalls, implement fixed-point parameter support. | |||
* | Implement user space adaptive task launching interface. | Bjoern B. Brandenburg | 2007-10-05 | |
| | ||||
* | Make rt_launch honor the PATH environment variable. | Bjoern B. Brandenburg | 2007-09-19 | |
| | ||||
* | 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 and change error reporting for use in scripts. | Bjoern B. Brandenburg | 2007-09-18 | |
| | ||||
* | 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 | |
| | ||||
* | added np_test | Bjoern B. Brandenburg | 2007-09-10 | |
| | ||||
* | Implement write barriers. | Bjoern B. Brandenburg | 2007-09-10 | |
| | ||||
* | Updated NP API to new implementation. | Bjoern B. Brandenburg | 2007-09-10 | |
| | ||||
* | added new test | Bjoern B. Brandenburg | 2007-08-23 | |
| | ||||
* | Add wait_for_job_release() system call | Bjoern B. Brandenburg | 2007-08-23 | |
| | | | | Adds wait_for_job_release() and query_job_no(). | |||
* | added README for release2007.1 | Bjoern B. Brandenburg | 2007-05-27 | |
| | ||||
* | make showsched usable in scripts | Bjoern B. Brandenburg | 2007-05-21 | |
| | ||||
* | Add identification of PSN-EDF. | Bjoern B. Brandenburg | 2007-05-10 | |
| | ||||
* | Changed run program so that it ends. | John M. Calandrino | 2007-05-09 | |
| | ||||
* | Updated system calls to reflect most recent kernel, for libso. | John M. Calandrino | 2007-04-26 | |
| | ||||
* | Modified Makefile so that liblitmus.a library is created, for use by other | John M. Calandrino | 2007-04-25 | |
| | | | | user-level programs that need a litmus interface. | |||
* | Added some missing function prototypes to litmus.h, so that liblitmus can | John M. Calandrino | 2007-04-24 | |
| | | | | be linked into other places later (such as libso). | |||
* | Added system calls for user-space semaphores that work with the LSO. | John M. Calandrino | 2007-04-23 | |
| | ||||
* | Added system calls for non-preemptable sections. | Bjoern B. Brandenburg | 2007-04-18 | |
| | | | | | int enter_np(void); int exit_np(void); | |||
* | Added ID for GSN-EDF | Bjoern B. Brandenburg | 2007-04-18 | |
| | ||||
* | added missing logformat.h | Bjoern B. Brandenburg | 2007-02-20 | |
| | | | | | | This file is needed to build the schedtrace tools. It should be part of liblitmus since it should contain all importat header files and user space interfaces. | |||
* | liblitmus essential tools | Bjoern B. Brandenburg | 2007-02-05 | |
liblitmus should consist only of the litmus library and the essential tools. |