summaryrefslogtreecommitdiffstats
path: root/plugins/imklog/ksym_mod.c
Commit message (Collapse)AuthorAgeFilesLines
* refactored imklog linux driver, now combined with BSD driverRainer Gerhards2012-01-231-485/+0
| | | | | | | The Linux driver no longer supports outdated kernel symbol resolution, which was disabled by default for very long. Also overall cleanup, resulting in much smaller code. Linux and BSD are now covered by a single small driver.
* 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.
* update project status & cleanupRainer Gerhards2009-04-171-20/+22
| | | | | | removed some warning in imklog compilation, but may not have solved a lurking issue (but placed comment so that we know if something surfaces)
* restored debug outputRainer Gerhards2008-05-021-1/+1
|
* bugfix: segfault in imklogRainer Gerhards2008-04-301-1/+0
| | | | | A symbol file was closed when it couldn't opened. That lead to a NULL pointer being passed to fclose()
* uncommented dbgprintf's as I think these may be the trouble sourceRainer Gerhards2008-04-291-1/+1
| | | | this callback is somewhat unportable in combination with dlopen()
* cleanup of imklog + addtl. config directivesRainer Gerhards2008-04-141-6/+6
| | | | | | - implemented $KLogInternalMsgFacility config directive - implemented $KLogPermitNonKernelFacility config directive - modified internal interfaces
* cleanup and bugfix in imklogRainer Gerhards2008-04-081-60/+33
| | | | | | | - 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-365/+279
| | | | | | 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
* code cleanup debugging fixed, should now go through standard debuggingRainer Gerhards2007-12-171-38/+10
| | | | facility
* fix for compile problemRainer Gerhards2007-12-171-15/+9
|
* fixed compile problem (error during previous cvs commit)Rainer Gerhards2007-12-171-81/+1
|
* begun imklog, replacing klogd.c (finally we get rid of it...)Rainer Gerhards2007-12-171-0/+704