<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/procps, 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-05-03T07:49:56+00:00</updated>
<entry>
<title>ps: ensure fields are separated by at least one space, closes 11826</title>
<updated>2019-05-03T07:49:56+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-05-03T07:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3106784e654e7443ab724d927f9de0230adbe5ac'/>
<id>urn:sha1:3106784e654e7443ab724d927f9de0230adbe5ac</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>top: provide cmdline argument '-H' to enable thread scanning by default</title>
<updated>2019-04-04T12:14:24+00:00</updated>
<author>
<name>Thomas De Schampheleire</name>
<email>thomas.de_schampheleire@nokia.com</email>
</author>
<published>2019-03-26T12:10:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2b6282117f026cfa2a3e7efee7caa054b6265264'/>
<id>urn:sha1:2b6282117f026cfa2a3e7efee7caa054b6265264</id>
<content type='text'>
In particular useful when you want to evaluate the threads in batch mode:
    top -Hbn1

function                                             old     new   delta
top_main                                             928     941     +13
packed_usage                                       33317   33319      +2
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 15/0)               Total: 15 bytes

Signed-off-by: Philippe Belet &lt;philippe.belet@nokia.com&gt;
Signed-off-by: Thomas De Schampheleire &lt;thomas.de_schampheleire@nokia.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>watch: support fractional -n SEC</title>
<updated>2019-03-12T17:56:51+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-03-12T17:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0ddc742c04538fdd8be51fb1d4dbcbd4309952db'/>
<id>urn:sha1:0ddc742c04538fdd8be51fb1d4dbcbd4309952db</id>
<content type='text'>
function                                             old     new   delta
watch_main                                           212     232     +20

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>top: tweak --help</title>
<updated>2019-02-27T15:45:39+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-02-27T15:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4a6748662aaaf20161e6e81961775b3a4b599e46'/>
<id>urn:sha1:4a6748662aaaf20161e6e81961775b3a4b599e46</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sysctl: fix compatibility with procps sysctl</title>
<updated>2019-02-08T15:52:51+00:00</updated>
<author>
<name>Aaro Koskinen</name>
<email>aaro.koskinen@nokia.com</email>
</author>
<published>2019-02-08T15:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c89764c0633670ef28166c70d03bc593f4a1179f'/>
<id>urn:sha1:c89764c0633670ef28166c70d03bc593f4a1179f</id>
<content type='text'>
Busybox sysctl is incompatible with procps when '.' appears in
directory name, mostly happens with VLANs.

        busybox syntax (since 2008): net.ipv4.conf.eth0.100.mc_forwarding
         procps syntax (since 2002): net.ipv4.conf.eth0/100.mc_forwarding
                 (supported by both: net/ipv4/conf/eth0.100/mc_forwarding)

Use procps syntax for output; for input, allow both.

function                                             old     new   delta
sysctl_dots_to_slashes                                86     143     +57
sysctl_act_on_setting                                443     453     +10
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 67/0)               Total: 67 bytes

Signed-off-by: Aaro Koskinen &lt;aaro.koskinen@nokia.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sysctl: do slash/dot conversions only on name, not value part</title>
<updated>2019-02-08T15:02:39+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-02-08T15:02:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=78301861ef9e8d0edc72898712dbce7d793150a8'/>
<id>urn:sha1:78301861ef9e8d0edc72898712dbce7d793150a8</id>
<content type='text'>
function                                             old     new   delta
sysctl_dots_to_slashes                                71      86     +15

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sysctl: on EIO ("sysctl net.ipv6.conf.all.stable_secret") set nonzero exitcode</title>
<updated>2019-02-08T13:59:06+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-02-08T13:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1422ba6dea9160a4b8ad7be9c2cc925c810f1414'/>
<id>urn:sha1:1422ba6dea9160a4b8ad7be9c2cc925c810f1414</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sysctl: avoid stat() on every item if in -w mode</title>
<updated>2019-02-08T13:27:21+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-02-08T13:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=679c30e73eda275085676f51fc77ee18c84edf21'/>
<id>urn:sha1:679c30e73eda275085676f51fc77ee18c84edf21</id>
<content type='text'>
function                                             old     new   delta
sysctl_act_recursive                                 163     167      +4

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sysctl: allow setting empty values</title>
<updated>2019-02-08T13:02:59+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-02-08T13:02:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=317498f3b3335ee9b9944929ffae16f07e1ebd2d'/>
<id>urn:sha1:317498f3b3335ee9b9944929ffae16f07e1ebd2d</id>
<content type='text'>
function                                             old     new   delta
sysctl_act_on_setting                                451     445      -6

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>pmap: make 32-bit version work better on 64-bit kernels</title>
<updated>2018-12-31T14:18:45+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2018-12-30T19:24:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=aad76968cd5934ee17f36cd8e817e86ae952b533'/>
<id>urn:sha1:aad76968cd5934ee17f36cd8e817e86ae952b533</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
