<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/sysklogd, branch ansi</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=ansi</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=ansi'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2016-04-04T05:28:32+00:00</updated>
<entry>
<title>syslogd: minor tweaks to text</title>
<updated>2016-04-04T05:28:32+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2016-04-04T05:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ea1b44412a5802f507880ae8b705d58360e387c0'/>
<id>urn:sha1:ea1b44412a5802f507880ae8b705d58360e387c0</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Fix compiling with musl's utmp stubs</title>
<updated>2016-02-01T00:36:05+00:00</updated>
<author>
<name>Kylie McClain</name>
<email>somasissounds@gmail.com</email>
</author>
<published>2016-02-01T00:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=40eea690c7eabbf4d12e1e0c30c31f40125ca996'/>
<id>urn:sha1:40eea690c7eabbf4d12e1e0c30c31f40125ca996</id>
<content type='text'>
This patch fixes compiling busybox with FEATURE_UTMP and _WTMP enabled.
musl, while not really support utmp/wtmp, provides stub functions, as well
as variables such as _PATH_UTMP, so that programs using utmp or wtmp can
still compile fine.

My reasoning for this patch is that on Exherbo, I'm currently trying to get
us to be able to use the same busybox config file for both glibc and musl
systems, using utmp/wtmp on systems that support it, and using the stubs
on musl without needing two different configs.

As of latest musl git, it provides all utmp functions needed; 1.1.12 doesn't,
but I sent a patch to Rich to add the utmp{,x}name functions expected to
exist, which was merged into musl upstream.

Signed-off-by: Kylie McClain &lt;somasissounds@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>remove systemd support</title>
<updated>2015-10-22T14:01:57+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2015-10-22T14:01:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=accd9eeb719916da974584b33b1aeced5f3bb346'/>
<id>urn:sha1:accd9eeb719916da974584b33b1aeced5f3bb346</id>
<content type='text'>
systemd people are not willing to play nice with the rest of the world.
Therefore there is no reason for the rest of the world to cooperate with them.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sysklogd/*: convert to new-style "one file" applets</title>
<updated>2015-10-18T20:40:09+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2015-10-18T16:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d34f300db6d7a726759f4d820a61f19eacf11288'/>
<id>urn:sha1:d34f300db6d7a726759f4d820a61f19eacf11288</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Removes stray empty line from code</title>
<updated>2015-07-13T01:25:46+00:00</updated>
<author>
<name>Maninder Singh</name>
<email>maninder1.s@samsung.com</email>
</author>
<published>2015-06-10T03:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=97f2f7ca7fe10783a592087df989a7f394492fa1'/>
<id>urn:sha1:97f2f7ca7fe10783a592087df989a7f394492fa1</id>
<content type='text'>
This patch removes stray empty line from busybox code
reported by script find_stray_empty_lines

Signed-off-by: Maninder Singh &lt;maninder1.s@samsung.com&gt;
Signed-off-by: Akhilesh Kumar &lt;akhilesh.k@samsung.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>logread: implement dumpfollow mode of operation</title>
<updated>2015-03-22T16:37:20+00:00</updated>
<author>
<name>Phil Sutter</name>
<email>phil.sutter@viprinet.com</email>
</author>
<published>2015-03-22T16:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=92edab1aa6eae45ac8fa0cec8c8df9a47f547300'/>
<id>urn:sha1:92edab1aa6eae45ac8fa0cec8c8df9a47f547300</id>
<content type='text'>
This is basically a combination of the default (dump mode) and -f
(follow mode). Specifying -F makes logread first dump the log buffer and
then immediately start following it.

function                                             old     new   delta
packed_usage                                       30412   30443     +31
logread_main                                         491     497      +6

Signed-off-by: Phil Sutter &lt;phil.sutter@viprinet.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>syslogd: make "reopen log file every second" logic work for multiple logs</title>
<updated>2014-07-03T12:51:47+00:00</updated>
<author>
<name>Joshua Judson Rosen</name>
<email>jrosen@harvestai.com</email>
</author>
<published>2014-07-03T12:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ae57fcad5d36dc2ba00179ef3e44154c10223862'/>
<id>urn:sha1:ae57fcad5d36dc2ba00179ef3e44154c10223862</id>
<content type='text'>
Move last_log_time from a single global to *each logFile_t*
so that we can actually apply the logic to every log-file
in multi-file configurations, rather than working only
for the first file written in each 1-second interval
and then leaving the others connected to possibly wrong files.

Signed-off-by: Joshua Judson Rosen &lt;jrosen@harvestai.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>syslogd: syslogd: don't *decrement* log_file-&gt;size on write failures</title>
<updated>2014-07-02T17:41:41+00:00</updated>
<author>
<name>Joshua Judson Rosen</name>
<email>jrosen@harvestai.com</email>
</author>
<published>2014-07-02T17:41:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e46047aa87c9ec0b8e27d1d4ecfcb3e9798ddb8d'/>
<id>urn:sha1:e46047aa87c9ec0b8e27d1d4ecfcb3e9798ddb8d</id>
<content type='text'>
Even if we fail to write to a log-file, and it's not growing,
it's not *shrinking* either....

Signed-off-by: Joshua Judson Rosen &lt;jrosen@harvestai.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>syslogd: make "-O -" log to stdout</title>
<updated>2014-07-02T13:21:30+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2014-07-02T13:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a28c1b21e1a3770b83fe9b15f26ec50f2e14e7f6'/>
<id>urn:sha1:a28c1b21e1a3770b83fe9b15f26ec50f2e14e7f6</id>
<content type='text'>
function                                             old     new   delta
packed_usage                                       29871   29908     +37
log_locally                                          404     440     +36
syslogd_main                                        1966    1956     -10
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/1 up/down: 73/-10)             Total: 63 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>syslogd: Unify unlink/truncate + unlock log-rotation logic</title>
<updated>2014-06-02T01:11:40+00:00</updated>
<author>
<name>Joshua Judson Rosen</name>
<email>jrosen@harvestai.com</email>
</author>
<published>2014-05-20T05:02:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9aa6ffb22b712d4e928604e291f954b02237e8cd'/>
<id>urn:sha1:9aa6ffb22b712d4e928604e291f954b02237e8cd</id>
<content type='text'>
Always unlink + reopen, rather than sometimes using ftruncate();
using a single code-path reduces the opportunity for either
mistakes or duplicate code.

Signed-off-by: Joshua Judson Rosen &lt;jrosen@harvestai.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
