Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | DGL testing.wip-nested-locking | Bryan Ward | 2013-04-18 |
| | |||
* | Cleaned up testing script for DGLs. | Bryan Ward | 2012-08-07 |
| | |||
* | DGL system calls. | Bryan Ward | 2012-08-06 |
| | |||
* | update headers | Bjoern B. Brandenburg | 2011-11-24 |
| | | | | we need uint64_t in litmus.h | ||
* | switch to generic locking system calls | Bjoern B. Brandenburg | 2011-02-03 |
| | | | | | The new generic lock layer in LITMUS^RT does away with per-protocol system calls. Change accordingly. | ||
* | avoid including header files directly | Bjoern B. Brandenburg | 2010-11-09 |
| | | | | | | | | | | | | | | | The kernel warns against including header files directly. For good reason: our previous approach (just -I$KERNEL/include) caused all kinds of files to be included that should have come from /usr/include instead. This patch rewrites the Makfile so that the (few) needed headers are copied into the liblitmus src tree before compiling the library. This avoids having to specify the kernel include directories with -I, and also makes it easier to link against liblitmus (external applications do not need to know where the kernel is). Finally, this allows us to enable -Werror. | ||
* | Re-implement non-preemptive section support. | Bjoern B. Brandenburg | 2010-02-03 |
| | | | | Layered on top of the LITMUS control page. | ||
* | sleep_next_period() maps on syscall sys_complete_job | Andrea Bastoni | 2009-12-17 |
| | |||
* | add null_call() system call | Bjoern B. Brandenburg | 2009-03-02 |
| | | | | For kernel entry/exit tracing. | ||
* | Use _GNU_SOURCE for all files. Fix wrong prototypes. | Bjoern B. Brandenburg | 2008-05-02 |
| | |||
* | API change: PI->FMLP | Bjoern B. Brandenburg | 2008-05-01 |
| | |||
* | adapt to new ABI | Bjoern B. Brandenburg | 2008-02-19 |
| | |||
* | first changes to compile with LITMUS 20082008.0 | Bjoern B. Brandenburg | 2008-02-12 |
| | |||
* | many changes | Bjoern B. Brandenburg | 2008-02-03 |
| | | | | | - use declarations from kernel - get rid of stuipd system call macros | ||
* | rip out old junk | Bjoern B. Brandenburg | 2008-02-03 |
| | |||
* | core: add gettid() system call | Bjoern B. Brandenburg | 2008-01-28 |
| | | | | | We need the system call to enable multi-threaded real-time applications, and libc doesn't provide it. | ||
* | reorganize liblitmus to be more modular | Bjoern B. Brandenburg | 2008-01-23 |