<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/miscutils/setsid.c, branch zstd</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=zstd</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=zstd'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2017-04-12T11:58:40+00:00</updated>
<entry>
<title>Sort some miscutils/ applets into coreutils or util-linux</title>
<updated>2017-04-12T11:58:40+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-04-12T11:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=783d57af7bb2b851c16cf87df848e0365e5052da'/>
<id>urn:sha1:783d57af7bb2b851c16cf87df848e0365e5052da</id>
<content type='text'>
No code changes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Convert all miscutils/* applets to "new style" applet definitions</title>
<updated>2016-11-22T22:54:17+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-11-22T22:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f88e3bfa8ded4f1c7e7d2143a1cfcbbdfe5e8541'/>
<id>urn:sha1:f88e3bfa8ded4f1c7e7d2143a1cfcbbdfe5e8541</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Split miscutils/Config.src items into miscutils/*.c files</title>
<updated>2016-11-22T22:14:24+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-11-22T22:14:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=fb4da167114e96d7f20ef97474f976f8ffa604e7'/>
<id>urn:sha1:fb4da167114e96d7f20ef97474f976f8ffa604e7</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>setsid: fix broken -c</title>
<updated>2016-06-20T21:50:26+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-06-20T21:50:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7cf45ae10e71d11ca53e7b0220c76562a8045113'/>
<id>urn:sha1:7cf45ae10e71d11ca53e7b0220c76562a8045113</id>
<content type='text'>
This did not work: setsid sh -c 'anything'

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>setsid: implement -c</title>
<updated>2016-01-17T00:10:53+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-01-17T00:09:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ccf7f0e4d3aed3bd9f46a239d9033cd773e67ab8'/>
<id>urn:sha1:ccf7f0e4d3aed3bd9f46a239d9033cd773e67ab8</id>
<content type='text'>
function                                             old     new   delta
setsid_main                                           53      96     +43
packed_usage                                       30846   30833     -13

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>setsid: code shrink, expanded comments</title>
<updated>2013-08-07T16:49:51+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2013-08-07T16:49:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a5e6c6cd3b458e20643a9cd4202091720901a4d0'/>
<id>urn:sha1:a5e6c6cd3b458e20643a9cd4202091720901a4d0</id>
<content type='text'>
function                                             old     new   delta
setsid_main                                           56      53      -3

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>move remaining help text from include/usage.src.h</title>
<updated>2011-04-11T01:29:49+00:00</updated>
<author>
<name>Pere Orga</name>
<email>gotrunks@gmail.com</email>
</author>
<published>2011-04-11T01:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5bc8c005a8e15c43285bc595a8d404de67a482ac'/>
<id>urn:sha1:5bc8c005a8e15c43285bc595a8d404de67a482ac</id>
<content type='text'>
Signed-off-by: Pere Orga &lt;gotrunks@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>libbb: introduce and use BB_EXECVP_or_die()</title>
<updated>2010-07-03T22:57:03+00:00</updated>
<author>
<name>Pascal Bellard</name>
<email>pascal.bellard@ads-lu.com</email>
</author>
<published>2010-07-03T22:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=21e8e8da6483c80a6054b06e48341968a7dccdd5'/>
<id>urn:sha1:21e8e8da6483c80a6054b06e48341968a7dccdd5</id>
<content type='text'>
function                                             old     new   delta
BB_EXECVP_or_die                                       -      47     +47
time_main                                           1042    1043      +1
chrt_main                                            371     364      -7
ionice_main                                          292     282     -10
setsid_main                                           69      56     -13
nohup_main                                           236     223     -13
cttyhack_main                                        266     253     -13
chroot_main                                           94      81     -13
chpst_main                                           746     733     -13
timeout_main                                         297     279     -18
taskset_main                                         541     522     -19
vfork_child                                           67      45     -22
parse                                                975     953     -22
lpd_main                                             770     748     -22
launch_helper                                        192     170     -22
tcpudpsvd_main                                      1810    1782     -28
nice_main                                            190     156     -34
env_main                                             242     206     -36
run_command                                          221     174     -47
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 1/17 up/down: 48/-352)         Total: -304 bytes

Signed-off-by: Pascal Bellard &lt;pascal.bellard@ads-lu.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>*: make exec failure message more consistent</title>
<updated>2010-06-24T23:46:53+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-24T23:46:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=41ddd9f60604cd994eeb37eb5708e9d3d5c8484b'/>
<id>urn:sha1:41ddd9f60604cd994eeb37eb5708e9d3d5c8484b</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>setsid: check for setsid error directly</title>
<updated>2010-05-16T00:12:56+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-05-16T00:12:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a29b055bf1c21fb65bfeb5fdd982dfcd15f2b360'/>
<id>urn:sha1:a29b055bf1c21fb65bfeb5fdd982dfcd15f2b360</id>
<content type='text'>
function                                             old     new   delta
setsid_main                                           74      66      -8

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
