summaryrefslogtreecommitdiffstats
path: root/plugins/imklog/linux.c
Commit message (Collapse)AuthorAgeFilesLines
* Update man pages, fix a small typoMichael Biebl2008-07-211-1/+1
| | | | | | | - Update the version number and date in the man pages - s/imklogd/imklog/ Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* changed default for i$KlogSymbolLookup to "off"Rainer Gerhards2008-06-121-1/+0
|
* uncommented dbgprintf's as I think these may be the trouble sourceRainer Gerhards2008-04-291-3/+3
| | | | this callback is somewhat unportable in combination with dlopen()
* perparing for klog debugRainer Gerhards2008-04-281-1/+2
| | | | ... and some cleanup
* 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.