Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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. |