<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/plugins/imklog/linux.c, branch v4.5.7</title>
<subtitle>rsyslog development for Lumberjack - various unofficial and potentially rebased branches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/'/>
<entry>
<title>added $klogConsoleLogLevel directive</title>
<updated>2009-07-03T09:57:21+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-07-03T09:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=da933a7e105acf814d5e7955d39d29eab3a96613'/>
<id>da933a7e105acf814d5e7955d39d29eab3a96613</id>
<content type='text'>
...which permits to set a new console log level while rsyslog is active
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...which permits to set a new console log level while rsyslog is active
</pre>
</div>
</content>
</entry>
<entry>
<title>introduced the idea of detached properties</title>
<updated>2009-06-29T14:53:26+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-29T14:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=de84a12f8a5f140c0f7b8e00f4cac92ef13cd866'/>
<id>de84a12f8a5f140c0f7b8e00f4cac92ef13cd866</id>
<content type='text'>
some things inside the message can be used over a large number of
messages and need to to be allocated and re-written every time. I now
begin to implement this as a "prop_t" object, first use for the inputName.
Some input modules are already converted, some others to go. Will do
a little performance check on the new method before I go further.

Also, this commit has some cleanup and a few bug fixes that prevented
compiliation in debug mode (I overlooked this as I did not compile
for debug, what I normally do, and the automatted test also does not
do that)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
some things inside the message can be used over a large number of
messages and need to to be allocated and re-written every time. I now
begin to implement this as a "prop_t" object, first use for the inputName.
Some input modules are already converted, some others to go. Will do
a little performance check on the new method before I go further.

Also, this commit has some cleanup and a few bug fixes that prevented
compiliation in debug mode (I overlooked this as I did not compile
for debug, what I normally do, and the automatted test also does not
do that)
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for KLogPath</title>
<updated>2009-06-29T08:58:38+00:00</updated>
<author>
<name>Michael Terry</name>
<email>mike@bongo.(none)</email>
</author>
<published>2009-06-18T17:51:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=ba4806a70439dd24dc98bd707893b1319dd5e3ef'/>
<id>ba4806a70439dd24dc98bd707893b1319dd5e3ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added O_CLOEXEC to open() calls</title>
<updated>2009-04-02T13:12:57+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-04-02T13:12:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=eb807027af9e126a212b0630c5873dddae48963b'/>
<id>eb807027af9e126a212b0630c5873dddae48963b</id>
<content type='text'>
to make sure only the minimum number of file handles is left open
during a exec call. This is not a 100% solution, as there are also
some fopen() calls and, more importantly, file descriptors opened
by libraries. But it is better than nothing (and it was quick, at
least until we run into platform hell, what we will for sure ;)).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to make sure only the minimum number of file handles is left open
during a exec call. This is not a 100% solution, as there are also
some fopen() calls and, more importantly, file descriptors opened
by libraries. But it is better than nothing (and it was quick, at
least until we run into platform hell, what we will for sure ;)).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v3-stable' into beta</title>
<updated>2008-07-25T11:51:46+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-07-25T11:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=b829284f37add946ac810b125e3bededa1206c96'/>
<id>b829284f37add946ac810b125e3bededa1206c96</id>
<content type='text'>
Conflicts:

	ChangeLog
	configure.ac
	doc/manual.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	ChangeLog
	configure.ac
	doc/manual.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Update man pages, fix a small typo</title>
<updated>2008-07-21T13:34:38+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2008-07-18T14:20:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=01e15eda3353c604f9d1f569a8ec3acf60187aa0'/>
<id>01e15eda3353c604f9d1f569a8ec3acf60187aa0</id>
<content type='text'>
- Update the version number and date in the man pages
- s/imklogd/imklog/

Signed-off-by: Rainer Gerhards &lt;rgerhards@adiscon.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Update the version number and date in the man pages
- s/imklogd/imklog/

Signed-off-by: Rainer Gerhards &lt;rgerhards@adiscon.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'beta'</title>
<updated>2008-06-12T06:25:05+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-06-12T06:25:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=b003f8509150cd3a694610edb0ec72d8ca86b667'/>
<id>b003f8509150cd3a694610edb0ec72d8ca86b667</id>
<content type='text'>
Conflicts:

	ChangeLog
	configure.ac
	doc/manual.html
	plugins/imklog/linux.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	ChangeLog
	configure.ac
	doc/manual.html
	plugins/imklog/linux.c
</pre>
</div>
</content>
</entry>
<entry>
<title>changed default for i$KlogSymbolLookup to "off"</title>
<updated>2008-06-12T06:13:59+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-06-12T06:13:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=23153f03afeced64185f1ed1b4af9b1d164a2436'/>
<id>23153f03afeced64185f1ed1b4af9b1d164a2436</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'beta'</title>
<updated>2008-05-02T10:40:48+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-05-02T10:40:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=bad4228f846d18bd721266931efbbf0b21375a92'/>
<id>bad4228f846d18bd721266931efbbf0b21375a92</id>
<content type='text'>
Conflicts:

	plugins/imklog/linux.c
	runtime/cfsysline.c
	runtime/ctok.c
	runtime/linkedlist.c
	runtime/sysvar.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	plugins/imklog/linux.c
	runtime/cfsysline.c
	runtime/ctok.c
	runtime/linkedlist.c
	runtime/sysvar.c
</pre>
</div>
</content>
</entry>
<entry>
<title>uncommented dbgprintf's as I think these may be the trouble source</title>
<updated>2008-04-29T08:38:22+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2008-04-29T08:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=a84a60d8dd6e1ec8a04a52be12e62dea81146d5d'/>
<id>a84a60d8dd6e1ec8a04a52be12e62dea81146d5d</id>
<content type='text'>
this callback is somewhat unportable in combination with dlopen()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this callback is somewhat unportable in combination with dlopen()
</pre>
</div>
</content>
</entry>
</feed>
