summaryrefslogtreecommitdiffstats
path: root/plugins/imklog/linux.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanup of imklog + addtl. config directivesRainer Gerhards2008-04-141-17/+29
| | | | | | - implemented $KLogInternalMsgFacility config directive - implemented $KLogPermitNonKernelFacility config directive - modified internal interfaces
* implemented klog driver for BSDRainer Gerhards2008-04-091-2/+1
|
* changed imklog to a driver interfaceRainer Gerhards2008-04-081-0/+533
imklog now uses os-specific drivers. The initial "set" contains the linux driver. This is a prequisite for BSD klog, which can now be implemented on that driver interface.