uevent: new applet
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 16 Apr 2015 10:44:02 +0000 (12:44 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 16 Apr 2015 10:44:02 +0000 (12:44 +0200)
commit71a5b67ba0339265153217df646827a1213e03f5
tree1ed390d311f503f41b853d543d6edd4102047972
parentf7466e477691fd29f47ebe8ae27489e065c69e5e
uevent: new applet

This applet listens on netlink socket with kernel's uevent messages.
Run-tested.

function                                             old     new   delta
uevent_main                                            -     416    +416
packed_usage                                       30671   30713     +42
applet_names                                        2531    2538      +7
applet_main                                         1468    1472      +4
RCVBUF                                                 -       4      +4
applet_nameofs                                       734     736      +2
------------------------------------------------------------------------------
(add/remove: 3/0 grow/shrink: 4/0 up/down: 475/0)             Total: 475 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/uevent.c [new file with mode: 0644]