Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uncommented dbgprintf's as I think these may be the trouble source | Rainer Gerhards | 2008-04-29 | 1 | -3/+3 |
| | | | | this callback is somewhat unportable in combination with dlopen() | ||||
* | perparing for klog debug | Rainer Gerhards | 2008-04-28 | 1 | -1/+2 |
| | | | | ... and some cleanup | ||||
* | cleanup of imklog + addtl. config directives | Rainer Gerhards | 2008-04-14 | 1 | -17/+29 |
| | | | | | | - implemented $KLogInternalMsgFacility config directive - implemented $KLogPermitNonKernelFacility config directive - modified internal interfaces | ||||
* | implemented klog driver for BSD | Rainer Gerhards | 2008-04-09 | 1 | -2/+1 |
| | |||||
* | changed imklog to a driver interface | Rainer Gerhards | 2008-04-08 | 1 | -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. |