<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/util-linux, branch 1_31_1</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_31_1</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_31_1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2019-06-09T21:20:49+00:00</updated>
<entry>
<title>mount,losetup: use /dev/loop-control is it exists</title>
<updated>2019-06-09T21:20:49+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-06-09T21:20:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3b69ba799fd302a781f2ec760909f340e3b90236'/>
<id>urn:sha1:3b69ba799fd302a781f2ec760909f340e3b90236</id>
<content type='text'>
function                                             old     new   delta
get_free_loop                                          -      58     +58
set_loop                                             597     649     +52
losetup_main                                         482     476      -6
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 1/1 up/down: 110/-6)            Total: 104 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>blockdev: add usage comment, no code changes</title>
<updated>2019-06-08T06:57:11+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-06-08T06:57:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=023ae75fc663d7978ea43e073be6f50b39f1f196'/>
<id>urn:sha1:023ae75fc663d7978ea43e073be6f50b39f1f196</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>libbb: move netlink socket binding to the utility function</title>
<updated>2019-06-03T12:16:52+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-06-03T12:16:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=45e3967c20b5020bf720b9497592e231104398f3'/>
<id>urn:sha1:45e3967c20b5020bf720b9497592e231104398f3</id>
<content type='text'>
function                                             old     new   delta
create_and_bind_to_netlink                             -     134    +134
ifplugd_main                                        1117    1052     -65
uevent_main                                          399     306     -93
mdev_main                                            314     215     -99
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/3 up/down: 134/-257)         Total: -123 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>mdev: add support to run as daemon</title>
<updated>2019-06-03T11:24:49+00:00</updated>
<author>
<name>Jan Klötzke</name>
<email>jan@kloetzke.net</email>
</author>
<published>2019-05-07T18:59:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=498cec202adbf69a7a72af5e204260682d614183'/>
<id>urn:sha1:498cec202adbf69a7a72af5e204260682d614183</id>
<content type='text'>
Adds the -d option to run mdev in daemon mode handling hotplug events
from the kernel like udev. If the system generates many hotplug events
this mode of operation will consume less resources than registering
mdev as hotplug helper or using the uevent applet.

function                                             old     new   delta
daemon_loop                                            -     152    +152
initial_scan                                           -     127    +127
open_mdev_log                                          -      85     +85
mdev_main                                            255     314     +59
packed_usage                                       33284   33316     +32
process_action                                      1051     992     -59
------------------------------------------------------------------------------
(add/remove: 3/0 grow/shrink: 2/1 up/down: 455/-59)           Total: 396 bytes

Signed-off-by: Jan Klötzke &lt;jan@kloetzke.net&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>mdev: use option parser helper</title>
<updated>2019-06-03T11:00:47+00:00</updated>
<author>
<name>Jan Klötzke</name>
<email>jan@kloetzke.net</email>
</author>
<published>2019-05-03T20:35:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=728e53d38887c268b3557afadfc38472fa4f0cd6'/>
<id>urn:sha1:728e53d38887c268b3557afadfc38472fa4f0cd6</id>
<content type='text'>
function                                             old     new   delta
process_action                                         -    1051   +1051
mdev_main                                           1324     255   -1069
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/1 up/down: 1051/-1069)        Total: -18 bytes

Signed-off-by: Jan Klötzke &lt;jan@kloetzke.net&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>mdev: move action processing into separate functions</title>
<updated>2019-06-03T10:55:30+00:00</updated>
<author>
<name>Jan Klötzke</name>
<email>jan@kloetzke.net</email>
</author>
<published>2019-05-03T20:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d04b7261735788eea5e4d6d4c8c7159f17942581'/>
<id>urn:sha1:d04b7261735788eea5e4d6d4c8c7159f17942581</id>
<content type='text'>
This purely moves code from main() to separate functions for better
extensibility.

Signed-off-by: Jan Klötzke &lt;jan@kloetzke.net&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>losetup: Add partition scanning option</title>
<updated>2019-05-30T14:22:52+00:00</updated>
<author>
<name>Jack O'Sullivan</name>
<email>jackos1998@gmail.com</email>
</author>
<published>2019-05-28T14:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=726cbb1be8620496cdf05d23bd98bdeb0983b4f0'/>
<id>urn:sha1:726cbb1be8620496cdf05d23bd98bdeb0983b4f0</id>
<content type='text'>
Add -P option from util-linux losetup to scan for partitions.

function                                             old     new   delta
losetup_main                                         449     482     +33
packed_usage                                       33264   33292     +28
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 61/0)               Total: 61 bytes

Signed-off-by: Jack O'Sullivan &lt;jackos1998@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>losetup: implement -c</title>
<updated>2019-05-23T14:11:42+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-05-23T14:11:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=309f5e3775ed9cc0837c6d93482735bc4f117d5b'/>
<id>urn:sha1:309f5e3775ed9cc0837c6d93482735bc4f117d5b</id>
<content type='text'>
function                                             old     new   delta
losetup_main                                         422     449     +27
packed_usage                                       33243   33264     +21
get_next_block                                      1677    1681      +4
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/0 up/down: 52/0)               Total: 52 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>style fix, no code changes</title>
<updated>2019-05-14T15:26:47+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-05-14T15:26:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8c317f03f6d4d89fd7b0cc1e6eaf515040b8e701'/>
<id>urn:sha1:8c317f03f6d4d89fd7b0cc1e6eaf515040b8e701</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>chrt: fix for SCHED_RESET_ON_FORK bit</title>
<updated>2019-04-05T14:59:07+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-04-05T14:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=43d09e79db91110e7ca09610efd0b62fce453b47'/>
<id>urn:sha1:43d09e79db91110e7ca09610efd0b62fce453b47</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
