]> git.ipfire.org Git - thirdparty/util-linux.git/commit
dmesg: -w output not line-buffered
authorKarel Zak <kzak@redhat.com>
Thu, 6 Feb 2014 10:48:40 +0000 (11:48 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 6 Feb 2014 10:48:40 +0000 (11:48 +0100)
commit3938c08cd56a7c83ea387073c1404d0e864c9fa3
treea20f2c4a0e25e1ac296a7bdc53b180399dacfd0f
parent663bf040611240d164f2464b4d892ecd2b02fa6f
dmesg: -w output not line-buffered

when writing to e.g. a pipe, output from dmesg -w can come many
minutes late due to buffering.

Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1060925
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/dmesg.c