aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* 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.