<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/util-linux/taskset.c, branch cron_changes</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=cron_changes</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=cron_changes'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2024-05-31T09:58:48+00:00</updated>
<entry>
<title>nproc: prepare for arbitrarily large CPU masks</title>
<updated>2024-05-31T09:58:48+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2024-05-31T09:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5a68a246e750359819d63bcff5ef97dd9c7788fc'/>
<id>urn:sha1:5a68a246e750359819d63bcff5ef97dd9c7788fc</id>
<content type='text'>
function                                             old     new   delta
get_malloc_cpu_affinity                                -      76     +76
nproc_main                                           216     206     -10
process_pid_str                                      250     206     -44
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 0/2 up/down: 76/-54)             Total: 22 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Update applet size estimates</title>
<updated>2023-07-10T15:25:21+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2023-07-10T15:25:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5353df91cba7b397b9407701681708d0a1518df6'/>
<id>urn:sha1:5353df91cba7b397b9407701681708d0a1518df6</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>taskset: fix printf format mismatch in !FEATURE_TASKSET_FANCY config. closes 14616</title>
<updated>2022-03-01T09:49:17+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2022-03-01T09:46:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=55f969a006109703dd056bee1b6c1d11b0602449'/>
<id>urn:sha1:55f969a006109703dd056bee1b6c1d11b0602449</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>taskset: disallow "taskset -p 0"</title>
<updated>2021-08-15T18:41:18+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-08-15T18:41:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=319e20b56b281c9ce552f918b1a1d4c5577d38d6'/>
<id>urn:sha1:319e20b56b281c9ce552f918b1a1d4c5577d38d6</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>taskset: use iterate_on_dir()</title>
<updated>2021-06-24T10:02:17+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-06-24T10:02:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6d61eb13635ac1121762f55376989af3d6c6ebad'/>
<id>urn:sha1:6d61eb13635ac1121762f55376989af3d6c6ebad</id>
<content type='text'>
function                                             old     new   delta
iter                                                   -      27     +27
process_pid_str                                      854     856      +2
taskset_main                                         181     135     -46
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 1/1 up/down: 29/-46)            Total: -17 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>taskset: fix for PID longer than 12 chars</title>
<updated>2021-06-20T07:04:45+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-06-20T07:02:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9c291f2cc0e0e76869c315b5c7e7883827b5ae95'/>
<id>urn:sha1:9c291f2cc0e0e76869c315b5c7e7883827b5ae95</id>
<content type='text'>
Should we validate that PID is a number for "taskset -ap PID"?
We don't actually need it, and pathological input like
"../../DIR_WITH_LOTS_OF_PIDS" can only cause "taskset"ing
of many pids. Which is something user can do anyway.

function                                             old     new   delta
taskset_main                                         190     181      -9

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>taskset: implement -a</title>
<updated>2021-06-19T15:42:35+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-06-19T15:42:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=25128176c46b169cdec2c18b5730c36a940f6eb0'/>
<id>urn:sha1:25128176c46b169cdec2c18b5730c36a940f6eb0</id>
<content type='text'>
function                                             old     new   delta
process_pid_str                                        -     854    +854
.rodata                                           103363  103378     +15
packed_usage                                       33654   33658      +4
taskset_main                                         936     190    -746
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 2/1 up/down: 873/-746)          Total: 127 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>taskset: tighten the check for stride values</title>
<updated>2019-11-09T16:32:43+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-11-09T16:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b230fdfa9da2f31e6cc90f90579c6d020c770f86'/>
<id>urn:sha1:b230fdfa9da2f31e6cc90f90579c6d020c770f86</id>
<content type='text'>
function                                             old     new   delta
taskset_main                                         986     987      +1

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>taskset: implement stride argument</title>
<updated>2019-11-09T16:07:44+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-11-09T16:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a82fb1b9d8a046e01dbad33bb57d064815d60e5c'/>
<id>urn:sha1:a82fb1b9d8a046e01dbad33bb57d064815d60e5c</id>
<content type='text'>
function                                             old     new   delta
taskset_main                                         925     986     +61

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>taskset: update comment</title>
<updated>2019-11-08T15:32:37+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-11-08T15:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e5586605ca3dfa1e4ad2bb5ddea818777846dca2'/>
<id>urn:sha1:e5586605ca3dfa1e4ad2bb5ddea818777846dca2</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
