23-Nov-2010: KEDR 0.1 released

Today we have released the first public version of KEDR framework.
KEDR is an extensible system to facilitate runtime analysis of kernel modules in Linux. It allows to intercept the calls that a kernel module makes to the functions exported by other modules and by the kernel proper.
KEDR-based systems can record arguments and return values of these functions to a trace, do fault simulation according to user-defined scenarios and perform many other tasks.
Downloads as well as links to other useful information can be found at the project home page, http://kedr.berlios.de/

Online documentation: http://kedr.berlios.de/kedr-doc/index.html
A step-by-step tutorial: http://kedr.berlios.de/kedr-doc/getting_started.html