aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* 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
|
* make showsched usable in scriptsBjoern B. Brandenburg2007-05-21
|
* Add identification of PSN-EDF.Bjoern B. Brandenburg2007-05-10
|
* Changed run program so that it ends.John M. Calandrino2007-05-09
|
* Updated system calls to reflect most recent kernel, for libso.John M. Calandrino2007-04-26
|
* Modified Makefile so that liblitmus.a library is created, for use by otherJohn M. Calandrino2007-04-25
| | | | user-level programs that need a litmus interface.
* Added some missing function prototypes to litmus.h, so that liblitmus canJohn M. Calandrino2007-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. Calandrino2007-04-23
|
* Added system calls for non-preemptable sections.Bjoern B. Brandenburg2007-04-18
| | | | | int enter_np(void); int exit_np(void);
* Added ID for GSN-EDFBjoern B. Brandenburg2007-04-18
|
* added missing logformat.hBjoern B. Brandenburg2007-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 toolsBjoern B. Brandenburg2007-02-05
liblitmus should consist only of the litmus library and the essential tools.