Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | You'd think there'd be a compiler warning for "pointless if", wouldn't you? | Rob Landley | 2006-04-04 | 1 | -3/+3 | |
| | ||||||
* | Avoid spurious error message. (Technically applet order should be "SKIPPED" | Rob Landley | 2006-04-04 | 1 | -1/+1 | |
| | | | | | when you move the testsuite directory outside of busybox and run it, but as long as the test doesn't fail we're ok.) | |||||
* | - remove unused ext2fs_find_first_bit_set() and ext2fs_find_next_bit_set() | Bernhard Reutner-Fischer | 2006-04-04 | 1 | -45/+0 | |
| | ||||||
* | - pull in prototype for e2fsck_main. | Bernhard Reutner-Fischer | 2006-04-04 | 1 | -0/+1 | |
| | ||||||
* | - make sure that we see all lib*/.c in IMA-mode even when not building the .so | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -1/+1 | |
| | ||||||
* | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | 2006-04-03 | 18 | -109/+47 | |
| | | | | - include the correct headers: applets need busybox.h while lib* need libbb.h | |||||
* | - make append_option and multiconvert static. | Bernhard Reutner-Fischer | 2006-04-03 | 2 | -2/+2 | |
| | ||||||
* | - coalesce printf calls. | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -11/+12 | |
| | | | | | | text data bss dec hex filename 3474 4 96 3574 df6 networking/arping.o.orig 3424 4 96 3524 dc4 networking/arping.o | |||||
* | - use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz) | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -4/+5 | |
| | ||||||
* | - do away with useless fwd-decls, redundant bb_printf calls, silence warning | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -220/+204 | |
| | | | | | | | | | 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.o TODO: bb_getopt_ulflags, and further simplifications | |||||
* | - set flags in a more reasonable manner. Thanks, vodz. | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -16/+5 | |
| | | | | | | text data bss dec hex filename 3520 4 96 3620 e24 networking/arping.o.oorig 3488 4 96 3588 e04 networking/arping.o | |||||
* | - include proper prototypes in libunarchive. | Bernhard Reutner-Fischer | 2006-04-02 | 3 | -14/+8 | |
| | ||||||
* | - janitorial: huft_build is never used outside of decompress_unzip.c and has no | Bernhard Reutner-Fischer | 2006-04-02 | 1 | -0/+1 | |
| | | | | prototype (which suggests that it's of no general use) so make it static for now. | |||||
* | - janitorial: include proper prototypes in libiproute. | Bernhard Reutner-Fischer | 2006-04-02 | 4 | -0/+8 | |
| | ||||||
* | - switch Warning Of the Week to wrong or missing prototypes. | Bernhard Reutner-Fischer | 2006-04-02 | 1 | -5/+3 | |
| | | | | | | 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. | |||||
* | - typos: s/compatability/compatibility/g;s/compatable/compatible/g; | Bernhard Reutner-Fischer | 2006-04-02 | 8 | -9/+9 | |
| | ||||||
* | - typo: s/compenent/component/g | Bernhard Reutner-Fischer | 2006-04-02 | 1 | -3/+6 | |
| | | | | add a bit of documentation. | |||||
* | New version from Tito. | Rob Landley | 2006-04-02 | 1 | -224/+144 | |
| | ||||||
* | work outside of the srctree | Mike Frysinger | 2006-04-01 | 1 | -1/+2 | |
| | ||||||
* | The build broke for me on gcc 4.0.3 due to an #include having the wrong patch. | Rob Landley | 2006-04-01 | 1 | -1/+1 | |
| | ||||||
* | Bug spotted by Kumar Gala. Hopefully this fixes it... | Rob Landley | 2006-04-01 | 1 | -2/+3 | |
| | ||||||
* | Patch from KRONSTORFER Horst to Fix a size mismatch in ping, such as the 56/84 | Rob Landley | 2006-04-01 | 2 | -4/+4 | |
| | | | | | | | mismatch 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 | |||||
* | new test for source code sanity | Mike Frysinger | 2006-04-01 | 1 | -0/+17 | |
| | ||||||
* | move source code tests out into a sep file rather than just ↵ | Mike Frysinger | 2006-04-01 | 1 | -12/+0 | |
| | | | | disabling/breaking them | |||||
* | remove bogus " | Mike Frysinger | 2006-04-01 | 1 | -2/+2 | |
| | ||||||
* | silence error if busybox.links doesnt exist and run tests that begin with "all_" | Mike Frysinger | 2006-04-01 | 1 | -2/+2 | |
| | ||||||
* | Ext2fs cleanup from Garrett Kajmowicz. | Rob Landley | 2006-04-01 | 8 | -1228/+451 | |
| | ||||||
* | - use RESERVE_CONFIG_BUFFER and a bit of whitespace-cleanup. defconfig: | Bernhard Reutner-Fischer | 2006-03-31 | 1 | -21/+10 | |
| | | | | | | 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 | |||||
* | - add option to suppress the terse usage messages. Saves 6.8k for defconfig: | Bernhard Reutner-Fischer | 2006-03-31 | 2 | -0/+14 | |
| | | | | | | | text data bss dec hex filename 861791 11264 1039140 1912195 1d2d83 busybox.have-terse-usage 854799 11264 1039140 1905203 1d1233 busybox.no-terse | |||||
* | - use RESERVE_CONFIG_BUFFER. For defconfig this gives: | Bernhard Reutner-Fischer | 2006-03-31 | 1 | -3/+5 | |
| | | | | | | | 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 | |||||
* | - update help text. | Bernhard Reutner-Fischer | 2006-03-31 | 1 | -2/+2 | |
| | | | | | the interface argument is now a lowercase 'i' to match the big arping commandline-syntax. | |||||
* | - shrink it a bit further. | Bernhard Reutner-Fischer | 2006-03-31 | 1 | -76/+65 | |
| | | | | | | text data bss dec hex filename 3627 4 120 3751 ea7 networking/arping.o.oorig 3548 4 96 3648 e40 networking/arping.o | |||||
* | Shrink patch from Bernhard Fischer. | Rob Landley | 2006-03-30 | 1 | -81/+69 | |
| | ||||||
* | - rename clean_up in tune2fs and mke2fs to be prefixed with their applet names. | Bernhard Reutner-Fischer | 2006-03-30 | 2 | -4/+4 | |
| | | | | Purely cosmetic to ease readability. | |||||
* | - fix paste'o which i overlooked when applying dalias' fmt stuff. | Bernhard Reutner-Fischer | 2006-03-30 | 1 | -1/+1 | |
| | ||||||
* | Clarify. | Rob Landley | 2006-03-30 | 1 | -3/+1 | |
| | ||||||
* | Update ipaddr help to match reality. | Rob Landley | 2006-03-30 | 1 | -1/+1 | |
| | ||||||
* | fix from David Daney, on busybox mailing list: | Paul Fox | 2006-03-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | > 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 protocol state > to be entered immediately instead of never. > > If OK please commit. > > Also note that if you may have to apply the patch on this page: > > http://www.science.uva.nl/research/air/wiki/LinkLocalARPMeasurements > > To the linux kernel to get proper zcip behavior. > | |||||
* | - Rich Felker writes: fix invalid printf format strings | Bernhard Reutner-Fischer | 2006-03-29 | 4 | -21/+21 | |
| | | | | | | | | | 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 | |||||
* | - warn a bit more verbosely about fmt stuff for non-release versions | Bernhard Reutner-Fischer | 2006-03-29 | 1 | -0/+8 | |
| | ||||||
* | - mark trunk as 1.2.0-pre0 | Bernhard Reutner-Fischer | 2006-03-29 | 1 | -3/+3 | |
| | ||||||
* | add public-domain release1_1_11_1_0 | Paul Fox | 2006-03-29 | 1 | -0/+5 | |
| | ||||||
* | - we only need obj_gpl_license if ENABLE_FEATURE_CHECK_TAINTED_MODULE is set | Bernhard Reutner-Fischer | 2006-03-29 | 1 | -2/+2 | |
| | ||||||
* | - shrink mkswap and make v0 support optional. Thanks also to Tito for his ideas. | Bernhard Reutner-Fischer | 2006-03-29 | 2 | -79/+83 | |
| | | | | | | | | 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 | |||||
* | - shrink dmesg a bit. | Bernhard Reutner-Fischer | 2006-03-29 | 1 | -41/+22 | |
| | | | | http://busybox.net/lists/busybox/2006-March/019477.html | |||||
* | More extern removal from Robert P. Day. | Rob Landley | 2006-03-29 | 6 | -16/+4 | |
| | ||||||
* | find ./ -name .cvsignore | xargs svn rm | Bernhard Reutner-Fischer | 2006-03-29 | 7 | -30/+0 | |
| | ||||||
* | Documentation from Jan Kiszka | Rob Landley | 2006-03-29 | 1 | -6/+11 | |
| | ||||||
* | Kumar Gala tracked down a problem with NFS mounting. This is a different fix | Rob Landley | 2006-03-29 | 1 | -21/+19 | |
| | | | | from his, but to the same problem. | |||||
* | Mike Frysinger pointed out we can go | Rob Landley | 2006-03-28 | 1 | -5/+1 | |
| | | | | | | 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. |