Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made imkmsg parse the messages instead of creating string to be parsed later. | Milan Bartos | 2012-09-24 | 1 | -1/+1 |
| | | | | | | modified: imkmsg.c modified: imkmsg.h modified: kmsg.c | ||||
* | Modified comments. | Milan Bartos | 2012-09-24 | 1 | -7/+3 |
| | | | | | | modified: imkmsg.c modified: imkmsg.h modified: kmsg.c | ||||
* | Added new module, imkmsg, for structured kernel logs from /dev/kmsg. | Milan Bartos | 2012-09-24 | 1 | -0/+68 |
This is still in development, bute ready to be commited to master. modified: Makefile.am modified: configure.ac new file: plugins/imkmsg/Makefile.am new file: plugins/imkmsg/imkmsg.c new file: plugins/imkmsg/imkmsg.h new file: plugins/imkmsg/kmsg.c |