summaryrefslogtreecommitdiffstats
path: root/plugins/imklog/ksym.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-12-161-3/+1
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/parser.c runtime/queue.c runtime/wtp.c template.c threads.c tools/syslogd.c
| * some cleanup based on clang static analyzer resultsRainer Gerhards2010-12-161-3/+1
| |
* | enhanced test environment (including testbench)Rainer Gerhards2009-10-221-1/+2
|/ | | | | | | | support for enhancing probability of memory addressing failure by using non-NULL default value for malloced memory (optional, only if requested by configure option). This helps to track down some otherwise undetected issues within the testbench and is expected to be very useful in the future.
* restored debug outputRainer Gerhards2008-05-021-16/+16
|
* uncommented dbgprintf's as I think these may be the trouble sourceRainer Gerhards2008-04-291-18/+17
| | | | this callback is somewhat unportable in combination with dlopen()
* perparing for klog debugRainer Gerhards2008-04-281-32/+30
| | | | ... and some cleanup
* cleanup of imklog + addtl. config directivesRainer Gerhards2008-04-141-16/+16
| | | | | | - implemented $KLogInternalMsgFacility config directive - implemented $KLogPermitNonKernelFacility config directive - modified internal interfaces
* changed imklog to a driver interfaceRainer Gerhards2008-04-081-11/+11
| | | | | | 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-86/+42
| | | | | | | - 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 did not work well with kernel 2.6+.Rainer Gerhards2008-04-081-35/+59
| | | | | | Thanks to Peter Vrabec for patching it based on the development in sysklogd - and thanks to the sysklogd project for upgrading klogd to support the new functionality.
* bugfix: imklog leaked several hundered KB on each HUP. Thanks toRainer Gerhards2008-03-191-0/+6
| | | | varmojfekoj for the patch
* limited debug outputRainer Gerhards2007-12-171-2/+4
|
* fix for compile problemRainer Gerhards2007-12-171-109/+27
|
* fixed compile problem (error during previous cvs commit)Rainer Gerhards2007-12-171-63/+7
|
* begun imklog, replacing klogd.c (finally we get rid of it...)Rainer Gerhards2007-12-171-0/+986