Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | restored debug output | Rainer Gerhards | 2008-05-02 | 1 | -16/+16 |
| | |||||
* | uncommented dbgprintf's as I think these may be the trouble source | Rainer Gerhards | 2008-04-29 | 1 | -18/+17 |
| | | | | this callback is somewhat unportable in combination with dlopen() | ||||
* | perparing for klog debug | Rainer Gerhards | 2008-04-28 | 1 | -32/+30 |
| | | | | ... and some cleanup | ||||
* | cleanup of imklog + addtl. config directives | Rainer Gerhards | 2008-04-14 | 1 | -16/+16 |
| | | | | | | - implemented $KLogInternalMsgFacility config directive - implemented $KLogPermitNonKernelFacility config directive - modified internal interfaces | ||||
* | changed imklog to a driver interface | Rainer Gerhards | 2008-04-08 | 1 | -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 imklog | Rainer Gerhards | 2008-04-08 | 1 | -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 Gerhards | 2008-04-08 | 1 | -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 to | Rainer Gerhards | 2008-03-19 | 1 | -0/+6 |
| | | | | varmojfekoj for the patch | ||||
* | limited debug output | Rainer Gerhards | 2007-12-17 | 1 | -2/+4 |
| | |||||
* | fix for compile problem | Rainer Gerhards | 2007-12-17 | 1 | -109/+27 |
| | |||||
* | fixed compile problem (error during previous cvs commit) | Rainer Gerhards | 2007-12-17 | 1 | -63/+7 |
| | |||||
* | begun imklog, replacing klogd.c (finally we get rid of it...) | Rainer Gerhards | 2007-12-17 | 1 | -0/+986 |