aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/fdso.c
Commit message (Collapse)AuthorAge
* cleanup trailing whitespaceBjoern B. Brandenburg2009-09-10
|
* fixed sizeof usage to conform to linux kernel coding style. so,Mitchell Jareo2009-03-01
| | | | | | | | struct x* p = kmalloc(sizeof(struct x), ....) becomes struct x* p = kmalloc(sizeof(*p), ...) for example.
* compile without FMLP support if it is disabledBjoern B. Brandenburg2008-07-01
|
* FMLP: rename pi->fmlpBjoern B. Brandenburg2008-05-01
| | | | | pi is confusing, there are many PI schemes in the world. We implement the FMLP, thus we should label it as such.
* LITMUS 2008: Initial PortBjoern B. Brandenburg2008-02-13
This introduces the core changes ported from LITMUS 2007. The kernel seems to work under QEMU, but many bugs probably remain.