<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/libbb/execable.c, branch 1_18_1</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_18_1</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_18_1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2010-08-16T18:14:46+00:00</updated>
<entry>
<title>*: make GNU licensing statement forms more regular</title>
<updated>2010-08-16T18:14:46+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-08-16T18:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a'/>
<id>urn:sha1:0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a</id>
<content type='text'>
This change retains "or later" state! No licensing _changes_ here,
only form is adjusted (article, space between "GPL" and "v2" and so on).

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>*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on</title>
<updated>2008-06-27T02:52:20+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-27T02:52:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=defc1ea34074e7882724c460260d307cdf981a70'/>
<id>urn:sha1:defc1ea34074e7882724c460260d307cdf981a70</id>
<content type='text'>
   text    data     bss     dec     hex filename
 808035     611    6868  815514   c719a busybox_old
 804472     611    6868  811951   c63af busybox_unstripped

</content>
</entry>
<entry>
<title>which: -a support (needed for bfin uclibc build script)</title>
<updated>2008-06-05T13:33:59+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-05T13:33:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f592aa36f33430b866e9d7c975c6b9c356100d4b'/>
<id>urn:sha1:f592aa36f33430b866e9d7c975c6b9c356100d4b</id>
<content type='text'>
real support (with CONFIG_DESKTOP=y): 120+ bytes:
   text	   data	    bss	    dec	    hex	filename
 807958	    624	   7036	 815618	  c7202	busybox_old
 808085	    624	   7036	 815745	  c7281	busybox_unstripped

"fake" support (with CONFIG_DESKTOP unset): ~45 bytes:
   text	   data	    bss	    dec	    hex	filename
 797790	    611	   6996	 805397	  c4a15	busybox_old
 797834	    611	   6996	 805441	  c4a41	busybox_unstripped

</content>
</entry>
<entry>
<title>reorganize applet table. Eliminates pointers to names.</title>
<updated>2007-11-28T06:49:03+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-11-28T06:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1aa7e477b1b727db77cac2d717f0fcca40587f78'/>
<id>urn:sha1:1aa7e477b1b727db77cac2d717f0fcca40587f78</id>
<content type='text'>
Should be a big win for libbusybox. busybox wins too:

   text    data     bss     dec     hex filename
 776524     929    9100  786553   c0079 busybox_old
 775903     929    9100  785932   bfe0c busybox_unstripped

</content>
</entry>
<entry>
<title>make busybox --install work even if /proc/self/exe doesn't exist</title>
<updated>2007-06-08T15:02:55+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-06-08T15:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bdbbb7ec49040563628758a2581a5f8e44f53277'/>
<id>urn:sha1:bdbbb7ec49040563628758a2581a5f8e44f53277</id>
<content type='text'>
# size busybox_old busybox_unstripped
   text    data     bss     dec     hex filename
 680095    2704   15648  698447   aa84f busybox_old
 680099    2704   15648  698451   aa853 busybox_unstripped

</content>
</entry>
<entry>
<title>Rename two config options:</title>
<updated>2007-04-10T23:03:30+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-04-10T23:03:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=80d14beae9ebe64d3be1e6c2771f292977cf6d2c'/>
<id>urn:sha1:80d14beae9ebe64d3be1e6c2771f292977cf6d2c</id>
<content type='text'>
FEATURE_SH_STANDALONE_SHELL =&gt; FEATURE_SH_STANDALONE
FEATURE_EXEC_PREFER_APPLETS =&gt; FEATURE_PREFER_APPLETS
Make SH_STANDALONE depend on PREFER_APPLETS.
getopt.c: more randomconfig-induced fixes
</content>
</entry>
<entry>
<title>fix #ifdef ENABLE_xxx -&gt; #if</title>
<updated>2007-02-07T20:27:03+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-02-07T20:27:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=710694f0e5bae17ceba8c6f2694b856d6eab1c63'/>
<id>urn:sha1:710694f0e5bae17ceba8c6f2694b856d6eab1c63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EXEC_PREFER_APPLETS support by Gabriel L. Somlo &lt;somlo@cmu.edu&gt;</title>
<updated>2007-02-06T01:20:12+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-02-06T01:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1d76f439da81d3a05f0e0fdde3f81ec56fb20836'/>
<id>urn:sha1:1d76f439da81d3a05f0e0fdde3f81ec56fb20836</id>
<content type='text'>
</content>
</entry>
<entry>
<title>execable: no need to check getenv for NULL, it works anyway.</title>
<updated>2006-10-12T06:15:13+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-10-12T06:15:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=12f5676cce3b2e04668df3f18f94f1a3c7fdbb9e'/>
<id>urn:sha1:12f5676cce3b2e04668df3f18f94f1a3c7fdbb9e</id>
<content type='text'>
</content>
</entry>
</feed>
