fli4l
  1. fli4l

busybox

Public
AuthorCommitMessageCommit dateIssues
Bernhard Reutner-FischerBernhard Reutner-Fischer
ebd13558289- coalesce printf calls. text data bss dec hex filename 3474 4 96 3574 df6 networking/arping.o.orig 3424 4 96 3524 dc4 networking/arping.o
Bernhard Reutner-FischerBernhard Reutner-Fischer
a0f75e2bba6- use bb_opt_complementally; Saves another 14 bytes.(thanks again, vodz)
Bernhard Reutner-FischerBernhard Reutner-Fischer
a38330c3664- do away with useless fwd-decls, redundant bb_printf calls, silence warning about comparing signed and unsigned and make stuff static. text data bss dec hex filename 6944 0 0 6944 1b20 util-linux/ipcs.o.oorig 6509 0 0 6509 196d util-linux/ipcs.oTODO: bb_getopt_ulflags, and further simplifications
Bernhard Reutner-FischerBernhard Reutner-Fischer
6153629097c- set flags in a more reasonable manner. Thanks, vodz. text data bss dec hex filename 3520 4 96 3620 e24 networking/arping.o.oorig 3488 4 96 3588 e04 networking/arping.o
Bernhard Reutner-FischerBernhard Reutner-Fischer
cfb53dfd5ec- include proper prototypes in libunarchive.
Bernhard Reutner-FischerBernhard Reutner-Fischer
7ab5f4d03d4- janitorial: huft_build is never used outside of decompress_unzip.c and has no prototype (which suggests that it's of no general use) so make it static for now.
Bernhard Reutner-FischerBernhard Reutner-Fischer
9a67ca309c3- janitorial: include proper prototypes in libiproute.
Bernhard Reutner-FischerBernhard Reutner-Fischer
7f778106335- switch Warning Of the Week to wrong or missing prototypes. e.g. archival/uncompress.c wrongly includes libbb.h instead of busybox.h decompress_bunzip2.c,open_transformer.c don't include the proper "unarchive.h" etc, etc.
Bernhard Reutner-FischerBernhard Reutner-Fischer
a1bccc0ba82- typos: s/compatability/compatibility/g;s/compatable/compatible/g;
Bernhard Reutner-FischerBernhard Reutner-Fischer
9457e703570- typo: s/compenent/component/g add a bit of documentation.
Rob LandleyRob Landley
a13cca9cf44New version from Tito.
Mike FrysingerMike Frysinger
819b56b64a5work outside of the srctree
Rob LandleyRob Landley
03e78e75f32The build broke for me on gcc 4.0.3 due to an #include having the wrong patch.
Rob LandleyRob Landley
20fef96dd84Bug spotted by Kumar Gala. Hopefully this fixes it...
Rob LandleyRob Landley
07a637df472Patch from KRONSTORFER Horst to Fix a size mismatch in ping, such as the 56/84mismatch inthe following example: # ping -c 1 172.16.2.1 PING 172.16.2.1 (172.16.2.1): 56 data bytes 84 bytes from 172.16.2.1: icmp_seq=0 ttl=64 time=0.2 ms
Mike FrysingerMike Frysinger
b0c5445bf51new test for source code sanity
Mike FrysingerMike Frysinger
5dd1236f494move source code tests out into a sep file rather than just disabling/breaking them
Mike FrysingerMike Frysinger
81834531aacremove bogus "
Mike FrysingerMike Frysinger
2cf38523a15silence error if busybox.links doesnt exist and run tests that begin with "all_"
Rob LandleyRob Landley
43ac88849b9Ext2fs cleanup from Garrett Kajmowicz.
Bernhard Reutner-FischerBernhard Reutner-Fischer
5cf905a871d- use RESERVE_CONFIG_BUFFER and a bit of whitespace-cleanup. defconfig: text data bss dec hex filename 1307 0 0 1307 51b util-linux/hwclock.o.oorig 1255 0 0 1255 4e7 util-linux/hwclock.o
Bernhard Reutner-FischerBernhard Reutner-Fischer
81901a096c6- add option to suppress the terse usage messages. Saves 6.8k for defconfig: text data bss dec hex filename 861791 11264 1039140 1912195 1d2d83 busybox.have-terse-usage 854799 11264 1039140 1905203 1d1233 busybox.no-terse
Bernhard Reutner-FischerBernhard Reutner-Fischer
2766eedde85- use RESERVE_CONFIG_BUFFER. For defconfig this gives: text data bss dec hex filename 3627 4 120 3751 ea7 networking/arping.o.oorig 3548 4 96 3648 e40 networking/arping.o.r14710 3520 4 96 3620 e24 networking/arping.o
Bernhard Reutner-FischerBernhard Reutner-Fischer
e47c4cbd4d3- update help text. the interface argument is now a lowercase 'i' to match the big arping commandline-syntax.
Bernhard Reutner-FischerBernhard Reutner-Fischer
137669449a1- shrink it a bit further. text data bss dec hex filename 3627 4 120 3751 ea7 networking/arping.o.oorig 3548 4 96 3648 e40 networking/arping.o
Rob LandleyRob Landley
8ea5205726eShrink patch from Bernhard Fischer.
Bernhard Reutner-FischerBernhard Reutner-Fischer
1f6dc6d3580- rename clean_up in tune2fs and mke2fs to be prefixed with their applet names. Purely cosmetic to ease readability.
Bernhard Reutner-FischerBernhard Reutner-Fischer
214744dba19- fix paste'o which i overlooked when applying dalias' fmt stuff.
Rob LandleyRob Landley
a8e27609249Clarify.
Rob LandleyRob Landley
daa4a6dcbddUpdate ipaddr help to match reality.
Paul FoxPaul Fox
ef81ce620cefix from David Daney, on busybox mailing list: > The problem is that if the zcip protocol times out at about the same > time another ARP packet is being received, the newly calculated timeout > may be set to wait forever. This prevents the protocol from progressing > through its various states. > > The Fix is to set the timeout to zero if it used to be a positive > number, but it has already expired. This causes the next proto...
Bernhard Reutner-FischerBernhard Reutner-Fischer
d409c3a2f78- Rich Felker writes: fix invalid printf format strings http://busybox.net/lists/busybox/2006-March/019568.html text data bss dec hex filename 900619 10316 1038724 1949659 1dbfdb busybox.oorig 900603 10316 1038724 1949643 1dbfcb busybox
Bernhard Reutner-FischerBernhard Reutner-Fischer
abaef6565e0- warn a bit more verbosely about fmt stuff for non-release versions
Bernhard Reutner-FischerBernhard Reutner-Fischer
60182252388- mark trunk as 1.2.0-pre0
Paul FoxPaul Fox
5139bd98a78add public-domain release
Bernhard Reutner-FischerBernhard Reutner-Fischer
e375e8c7324- we only need obj_gpl_license if ENABLE_FEATURE_CHECK_TAINTED_MODULE is set
Bernhard Reutner-FischerBernhard Reutner-Fischer
56dd0bff06b- shrink mkswap and make v0 support optional. Thanks also to Tito for his ideas. http://busybox.net/lists/busybox/2006-March/019326.html 2137 8 28 2173 87d util-linux/mkswap.o.orig 1890 8 28 1926 786 util-linux/mkswap.o.v0+v1 1560 4 28 1592 638 util-linux/mkswap.o.v1
Bernhard Reutner-FischerBernhard Reutner-Fischer
b256bd334fe- shrink dmesg a bit. http://busybox.net/lists/busybox/2006-March/019477.html
Rob LandleyRob Landley
ca087713f24More extern removal from Robert P.Day.
Bernhard Reutner-FischerBernhard Reutner-Fischer
cb8d4319a3efind ./ -name .cvsignore | xargs svn rm
Rob LandleyRob Landley
24b0a9568d6Documentation from Jan Kiszka
Rob LandleyRob Landley
fe908fda283Kumar Gala tracked down a problem with NFS mounting. This is a different fixfrom his, but to the same problem.
Rob LandleyRob Landley
dbd91af0613Mike Frysinger pointed out we can go CFLAGS=-I/usr/some/funky/path/to/selinux \ LDFLAGS=-L/usr/some/funky/path/to/selinux make So Jan Kiszka reverted part of the selinux patch.
Rob LandleyRob Landley
92fff34de60Bernhard Fischer spotted that we shouldn't free fstype if we didn't allocateit.
Paul FoxPaul Fox
f0305b7f757fix behavior of ZZ, with respect to readonly mode(s). originalpatch and report from Alexander Griesser.
Mike FrysingerMike Frysinger
6850017a2fdremove some more config code rob missed in rev 13701 cleanup as reported by Robert P.J. Day
Mike FrysingerMike Frysinger
f8855139402just whitespace fixes
Rob LandleyRob Landley
87848d91c7bsetlogcons, from Jan Kaszka.
Rob LandleyRob Landley
28ff9668d93Mention that 1.1.2 should be out Juneish.
Paul FoxPaul Fox
986ab525b80ensure that corrupted file extraction causes both a message and a failure exit code. delay the error exit until all (good) files have been extracted.filesystem errors (nodes of wrong type, permission problems, etc) still cause immediate failure.