summaryrefslogtreecommitdiffstats
path: root/plugins/imklog/bsd.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-10-191-3/+3
|\ | | | | | | | | | | | | | | Conflicts: configure.ac runtime/cfsysline.c tools/ompipe.c
| * fixing some compile problems on FreeBSDRainer Gerhards2010-10-191-3/+3
| |
* | 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.
* add support for KLogPathMichael Terry2009-06-291-2/+7
|
* bugfix: imklog did not compile on freeBSDRainer Gerhards2008-11-241-3/+3
|
* removed compile time fixed message size limit (was 2K)Rainer Gerhards2008-09-021-8/+29
| | | | | The limit can now be set via $MaxMessageSize global config directive (finally gotten rid of MAXLINE ;))
* fix compiler warning on char/ucharRainer Gerhards2008-04-141-3/+3
|
* cleanup of imklog + addtl. config directivesRainer Gerhards2008-04-141-4/+14
| | | | | | - implemented $KLogInternalMsgFacility config directive - implemented $KLogPermitNonKernelFacility config directive - modified internal interfaces
* provided ability to discard non-kernel messages present in the kernel msg bufferRainer Gerhards2008-04-141-1/+1
| | | | | | | This obviously happens on BSD (<118> markers seen). We now have the ability to allow or prevent it, with the default being not permitted. Should not at all affect other drivers, but it is implemented on a common code basis, not on the driver layer.
* Add missing includeMichael Biebl2008-04-101-0/+1
| | | | | | bsd.c uses strchr, strlen and memmove, so include string.h Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* implemented klog driver for BSDRainer Gerhards2008-04-091-44/+63
|
* pulled FreeBSD's klog functionality as a baseRainer Gerhards2008-04-091-0/+151