summaryrefslogtreecommitdiffstats
path: root/plugins/imklog/linux.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'beta'Rainer Gerhards2008-06-121-1/+0
|\ | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imklog/linux.c
| * changed default for i$KlogSymbolLookup to "off"Rainer Gerhards2008-06-121-1/+0
| |
* | Merge branch 'beta'Rainer Gerhards2008-05-021-2/+2
|\| | | | | | | | | | | | | | | | | | | Conflicts: plugins/imklog/linux.c runtime/cfsysline.c runtime/ctok.c runtime/linkedlist.c runtime/sysvar.c
| * uncommented dbgprintf's as I think these may be the trouble sourceRainer Gerhards2008-04-291-3/+3
| | | | | | | | this callback is somewhat unportable in combination with dlopen()
| * perparing for klog debugRainer Gerhards2008-04-281-1/+2
| | | | | | | | ... and some cleanup
* | preparation for bughuntRainer Gerhards2008-04-281-1/+2
| | | | | | | | including some cleanups
* | completed better modularity of runtimeRainer Gerhards2008-04-171-6/+2
| | | | | | | | | | | | | | | | | | | | - added the ability to specify an error log function for the runtime - removed dependency of core runtime on dirty.h Note that it is "better" modularity, not perfect. There is still work to do, but I think we can for the time being proceed with other things.
* | some more cleanupRainer Gerhards2008-04-161-1/+0
|/ | | | | 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-17/+29
| | | | | | - implemented $KLogInternalMsgFacility config directive - implemented $KLogPermitNonKernelFacility config directive - modified internal interfaces
* implemented klog driver for BSDRainer Gerhards2008-04-091-2/+1
|
* changed imklog to a driver interfaceRainer Gerhards2008-04-081-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.