<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/busybox/arch, branch 1_33_stable</title>
<subtitle>Busybox tree with Carbs Linux patches
</subtitle>
<id>https://git.carbslinux.org/forks/busybox/atom?h=1_33_stable</id>
<link rel='self' href='https://git.carbslinux.org/forks/busybox/atom?h=1_33_stable'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/'/>
<updated>2020-12-15T17:39:05+00:00</updated>
<entry>
<title>build system: combat gcc zealotry in data alignment, now for x86_64 too</title>
<updated>2020-12-15T17:39:05+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2020-12-15T17:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=fad8d6b6c0290e92b89cd18493c0c336f3619ee1'/>
<id>urn:sha1:fad8d6b6c0290e92b89cd18493c0c336f3619ee1</id>
<content type='text'>
function                                             old     new   delta
.rodata                                           182928  182620    -308

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>build system: combat gcc zealotry in data alignment</title>
<updated>2020-12-14T04:53:45+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2020-12-14T04:53:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=db793480cb8ec3e5f878d1ec18b6ed5010c85e85'/>
<id>urn:sha1:db793480cb8ec3e5f878d1ec18b6ed5010c85e85</id>
<content type='text'>
   text	   data	    bss	    dec	    hex	filename
1020934	    559	   5052	1026545	  fa9f1	busybox_old
1020750	    559	   5052	1026361	  fa939	busybox_unstripped

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>i386: make stack size optimization selectable, and allow i486 insns (bswap)</title>
<updated>2018-04-06T17:01:51+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2018-04-06T16:55:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=2c9970281083a99acfa3aec8c6d41db955cb583d'/>
<id>urn:sha1:2c9970281083a99acfa3aec8c6d41db955cb583d</id>
<content type='text'>
It's hard to imagine someone still using non-bswap equipped CPU

function                                             old     new   delta
xmalloc_optname_optval                               888     879      -9
write_leases                                         214     205      -9
write32                                               36      27      -9
update_status                                        612     603      -9
udhcpd_main                                         1468    1459      -9
udhcpc_main                                         2708    2699      -9
udhcp_run_script                                     804     795      -9
sha256_process_block64                               423     414      -9
sha1_process_block64                                 337     328      -9
sha1_end                                              80      71      -9
send_ACK                                             161     152      -9
select_lease_time                                     64      55      -9
rpm_getint                                           118     109      -9
readprofile_main                                    1719    1710      -9
read32                                                33      24      -9
rdate_main                                           236     227      -9
machtime                                              39      30      -9
inet_addr_match                                      103      94      -9
get_prefix                                           344     335      -9
f_write32                                             31      22      -9
f_read32                                              31      22      -9
dumpleases_main                                      620     611      -9
KeyExpansion                                         197     188      -9
udhcp_str2optset                                     536     518     -18
read_config                                          222     204     -18
lfp_to_d                                              55      37     -18
ipaddr_modify                                       1226    1208     -18
dnsd_main                                           1278    1260     -18
des_crypt                                           1344    1326     -18
d_to_lfp                                             106      88     -18
bb_bswap_64                                           29      11     -18
INET_setroute                                        827     809     -18
read_leases                                          330     309     -21
zcip_main                                           1256    1229     -27
send_offer                                           476     449     -27
ipcalc_main                                          534     507     -27
handle_incoming_and_exit                            2821    2794     -27
fmt_time_bernstein_25                                131     104     -27
common_traceroute_main                              3804    3768     -36
rpm_gettags                                          451     397     -54
parse_args                                          1412    1358     -54
volume_id_probe_hfs_hfsplus                          627     564     -63
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/42 up/down: 0/-732)          Total: -732 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sparc: needs -fPIC</title>
<updated>2017-07-19T15:56:56+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-07-19T15:56:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=1ef3ce91c70cb6a536438132d3202ccb3eddadbc'/>
<id>urn:sha1:1ef3ce91c70cb6a536438132d3202ccb3eddadbc</id>
<content type='text'>
Pinted out by Thomas Petazzoni.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>add comment why preferred stack boundary is 4 on i386</title>
<updated>2007-07-23T21:05:06+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-07-23T21:05:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=65b8cfb2a0b6854271dbd8baf5203896223cd4ce'/>
<id>urn:sha1:65b8cfb2a0b6854271dbd8baf5203896223cd4ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- call cc-option to check if the compiler supports the flags we asked to use</title>
<updated>2007-01-23T11:39:13+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2007-01-23T11:39:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=82f8788acc1705a735cfa752b3f37b0de32ba390'/>
<id>urn:sha1:82f8788acc1705a735cfa752b3f37b0de32ba390</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- better distinction between CFLAGS and CPPFLAGS.</title>
<updated>2006-12-06T21:51:59+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2006-12-06T21:51:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=feea1b972ce25ceb4569e5089a7c0319e5a7d447'/>
<id>urn:sha1:feea1b972ce25ceb4569e5089a7c0319e5a7d447</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nmeter: new applet. ~4k</title>
<updated>2006-10-11T20:59:02+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-10-11T20:59:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=1db39b2f51c2877ad4b5c0094f2e1f8d6449ca91'/>
<id>urn:sha1:1db39b2f51c2877ad4b5c0094f2e1f8d6449ca91</id>
<content type='text'>
Fix build proble on x86_64
</content>
</entry>
<entry>
<title>build system: fix for non-i386 builds</title>
<updated>2006-10-09T19:47:38+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-10-09T19:47:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=da8f43fd34d59a83ee8314dae5850db95ac1bdad'/>
<id>urn:sha1:da8f43fd34d59a83ee8314dae5850db95ac1bdad</id>
<content type='text'>
</content>
</entry>
</feed>
