summaryrefslogtreecommitdiffstats
path: root/plugins/imklog/imklog.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v7-stable'Rainer Gerhards2012-11-221-1/+2
|\ | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html plugins/imfile/imfile.c plugins/imklog/bsd.c plugins/imklog/imklog.c plugins/imklog/imklog.h
| * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-11-221-0/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: this was not a simple merge, I rather needed to adopt the v5 code to the new v6 config handling. However, no v6 config format has been added yet (this is the next step). Conflicts: plugins/imklog/imklog.c plugins/imklog/imklog.h
| | * imklog: added $klogParseKernelTimestamp optionMarius Tomaschewski2012-11-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | When enabled, kernel message [timestamp] is converted for message time. Default is to use receive time as in 5.8.x and before, because the clock used to create the timestamp is not supposed to be as accurate as the monotonic clock (depends on hardware and kernel) resulting in differences between kernel and system messages which occurred at same time.
| | * imklog: added $klogKeepKernelTimestamp optionMarius Tomaschewski2012-11-211-0/+1
| | | | | | | | | | | | | | | When enabled, the kernel [timestamp] remains at begin of each message, even it is used for the message time too.
| | * Merge branch 'v5-stable' into v5-develRainer Gerhards2012-03-011-15/+14
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/imklog/imklog.c plugins/imklog/imklog.h
* | | | imklog: add paramter "keepkerneltimestamp"Rainer Gerhards2012-10-171-0/+1
|/ / / | | | | | | | | | | | | Thanks to Marius Tomaschweski for the suggestion and a patch (for v5) that this commit bases on.
* | | imklog: removal of no longer needed config directivesRainer Gerhards2012-06-291-7/+0
| | |
* | | imklog: support for module() global config parameters addedRainer Gerhards2012-06-291-18/+6
| | |
* | | Merge branch 'v6-stable'Rainer Gerhards2012-01-271-15/+14
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | Conflicts: plugins/imklog/imklog.c plugins/imklog/imklog.h runtime/conf.c runtime/rsyslog.h
| * | licensing changeRainer Gerhards2012-01-211-15/+14
| | |
* | | Merge branch 'v5-devel'Rainer Gerhards2011-06-271-2/+2
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imfile/imfile.c plugins/imklog/imklog.c plugins/imptcp/imptcp.c plugins/imtcp/imtcp.c plugins/imuxsock/imuxsock.c plugins/mmsnmptrapd/mmsnmptrapd.c tools/omfile.c
| * | added support for obtaining timestamp for kernel message from messageRainer Gerhards2011-06-241-2/+2
| |/ | | | | | | | | | | | | If the kernel time-stamps messages, time is now take from that timestamp instead of the system time when the message was read. This provides much better accuracy. Thanks to Lennart Poettering for suggesting this feature and his help during implementation.
* / step: imklog (linux) moved to v2 config systemRainer Gerhards2011-05-251-5/+21
|/
* add support for KLogPathMichael Terry2009-06-291-0/+1
|
* bugfix: imklog did not compile on freeBSDRainer Gerhards2008-11-241-0/+1
|
* some more cleanupRainer Gerhards2008-04-161-1/+1
| | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear
* cleanup of imklog + addtl. config directivesRainer Gerhards2008-04-141-2/+5
| | | | | | - implemented $KLogInternalMsgFacility config directive - implemented $KLogPermitNonKernelFacility config directive - modified internal interfaces
* implemented klog driver for BSDRainer Gerhards2008-04-091-1/+1
|
* changed imklog to a driver interfaceRainer Gerhards2008-04-081-2/+23
| | | | | | 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.
* cleanup and bugfix in imklogRainer Gerhards2008-04-081-2/+1
| | | | | | | - some cleanup in imklog - bugfix: potential segfault in imklog when kernel is compiled without /proc/kallsyms and the file System.map is missing. Thanks to Andrea Morandi for pointing it out and suggesting a fix.
* bugfix: imklog leaked several hundered KB on each HUP. Thanks toRainer Gerhards2008-03-191-0/+2
| | | | varmojfekoj for the patch
* limited debug outputRainer Gerhards2007-12-171-0/+3
|
* fix for compile problemRainer Gerhards2007-12-171-0/+1
|
* fixed missing fileRainer Gerhards2007-12-171-0/+41