<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox.git/libbb/execable.c, branch 1_11_0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/'/>
<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.belthelziquor.com/busybox.git/commit/?id=f592aa36f33430b866e9d7c975c6b9c356100d4b'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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

</pre>
</div>
</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.belthelziquor.com/busybox.git/commit/?id=1aa7e477b1b727db77cac2d717f0fcca40587f78'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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

</pre>
</div>
</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.belthelziquor.com/busybox.git/commit/?id=bdbbb7ec49040563628758a2581a5f8e44f53277'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# 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

</pre>
</div>
</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.belthelziquor.com/busybox.git/commit/?id=80d14beae9ebe64d3be1e6c2771f292977cf6d2c'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</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.belthelziquor.com/busybox.git/commit/?id=710694f0e5bae17ceba8c6f2694b856d6eab1c63'/>
<id>710694f0e5bae17ceba8c6f2694b856d6eab1c63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</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.belthelziquor.com/busybox.git/commit/?id=1d76f439da81d3a05f0e0fdde3f81ec56fb20836'/>
<id>1d76f439da81d3a05f0e0fdde3f81ec56fb20836</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</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.belthelziquor.com/busybox.git/commit/?id=12f5676cce3b2e04668df3f18f94f1a3c7fdbb9e'/>
<id>12f5676cce3b2e04668df3f18f94f1a3c7fdbb9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>execable.c: forgot to do "svn add" again...</title>
<updated>2006-10-12T06:12:11+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-10-12T06:12:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=5cb46485dd5c752b6db9ad54b6a5621a7bcf14e0'/>
<id>5cb46485dd5c752b6db9ad54b6a5621a7bcf14e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
