aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - patch from Rob Sullivan to add support for -Laldot2006-04-062-37/+66
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14764 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - shrink it a little bit and make it buildable with gcc-2.95aldot2006-04-061-35/+46
| | | | | | | | | | | | | | | | | | | text data bss dec hex filename 7332 4 92 7428 1d04 diff.o-gcc-4.2-HEAD.orig 7185 4 92 7281 1c71 diff.o-gcc-4.2-HEAD.new 7336 4 92 7432 1d08 diff.o-gcc-4.1-HEAD.orig 7148 4 92 7244 1c4c diff.o-gcc-4.1-HEAD.new 7485 4 92 7581 1d9d diff.o-gcc-4.0.orig 7318 4 92 7414 1cf6 diff.o-gcc-4.0.new 7511 4 92 7607 1db7 diff.o-gcc-3.4.orig 7252 4 92 7348 1cb4 diff.o-gcc-3.4.new 8214 4 92 8310 2076 diff.o-gcc-3.3.orig 7882 4 92 7978 1f2a diff.o-gcc-3.3.new - - - - - diff.o-gcc-2.95.orig 8238 8 88 8334 208e diff.o-gcc-2.95.new git-svn-id: svn://busybox.net/trunk/busybox@14763 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove unused args.aldot2006-04-061-12/+13
| | | | | | | | | text data bss dec hex filename 7353 4 92 7449 1d19 coreutils/diff.o-gcc-4.2.oorig 7332 4 92 7428 1d04 coreutils/diff.o git-svn-id: svn://busybox.net/trunk/busybox@14762 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - move code around to avoid the need for the prototypes.aldot2006-04-061-587/+557
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14761 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - new applet diff. Rob Sullivan writes:aldot2006-04-065-0/+1331
| | | | | | | | | | | | | Here's my attempt at a mini diff applet - it's adapted from the code at http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/diff/, and only supports unified diffs. I've busyboxified everything to a reasonable degree, so I think the code is suitable enough to be included, but there's still a fair bit of cleaning up to be done. git-svn-id: svn://busybox.net/trunk/busybox@14760 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - include inttypes.h as pointed out by Jason Schoon.aldot2006-04-051-17/+4
| | | | | | | - use shorter boilerplate and switch to USE_FEATURE_STAT_FORMAT while at it. git-svn-id: svn://busybox.net/trunk/busybox@14759 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - this applet should peruse USE_FEATURE_TFTP_...aldot2006-04-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14758 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - make sure that the label expected_hwif_error is visible even whenaldot2006-04-051-15/+3
| | | | | | | CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF isn't set. git-svn-id: svn://busybox.net/trunk/busybox@14757 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - include proper headers.aldot2006-04-057-33/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14756 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - use proper macros to print intmax_t.aldot2006-04-051-3/+3
| | | | | | | PRIuMAX and PRIxMAX are defined in inttypes depending on the wordsize. git-svn-id: svn://busybox.net/trunk/busybox@14755 69ca8d6d-28ef-0310-b511-8ec308f3f277
* adjust ifdefs for inclusion of string_insert() routinepgf2006-04-051-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14754 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Kumar spotted another bug: if we autodetect nfs and they haven't specified thelandley2006-04-051-0/+1
| | | | | | | fstype, it should be set to nfs. git-svn-id: svn://busybox.net/trunk/busybox@14749 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some tests were always true. We need comm.tests...landley2006-04-041-18/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14748 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrite/shrink by tito.landley2006-04-042-252/+95
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14747 69ca8d6d-28ef-0310-b511-8ec308f3f277
* You'd think there'd be a compiler warning for "pointless if", wouldn't you?landley2006-04-041-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14746 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Avoid spurious error message. (Technically applet order should be "SKIPPED"landley2006-04-041-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.) git-svn-id: svn://busybox.net/trunk/busybox@14745 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove unused ext2fs_find_first_bit_set() and ext2fs_find_next_bit_set()aldot2006-04-041-45/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14744 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - pull in prototype for e2fsck_main.aldot2006-04-041-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14743 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - make sure that we see all lib*/.c in IMA-mode even when not building the .soaldot2006-04-031-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14740 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - move buffer allocation schemes to libbb.haldot2006-04-0318-109/+47
| | | | | | | - include the correct headers: applets need busybox.h while lib* need libbb.h git-svn-id: svn://busybox.net/trunk/busybox@14739 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - make append_option and multiconvert static.aldot2006-04-032-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14738 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - coalesce printf calls.aldot2006-04-031-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 git-svn-id: svn://busybox.net/trunk/busybox@14737 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz)aldot2006-04-031-4/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14736 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - do away with useless fwd-decls, redundant bb_printf calls, silence warningaldot2006-04-031-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 git-svn-id: svn://busybox.net/trunk/busybox@14735 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - set flags in a more reasonable manner. Thanks, vodz.aldot2006-04-031-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 git-svn-id: svn://busybox.net/trunk/busybox@14734 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - include proper prototypes in libunarchive.aldot2006-04-023-14/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14733 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - janitorial: huft_build is never used outside of decompress_unzip.c and has noaldot2006-04-021-0/+1
| | | | | | | prototype (which suggests that it's of no general use) so make it static for now. git-svn-id: svn://busybox.net/trunk/busybox@14732 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - janitorial: include proper prototypes in libiproute.aldot2006-04-024-0/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14731 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - switch Warning Of the Week to wrong or missing prototypes.aldot2006-04-021-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. git-svn-id: svn://busybox.net/trunk/busybox@14730 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - typos: s/compatability/compatibility/g;s/compatable/compatible/g;aldot2006-04-028-9/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14728 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - typo: s/compenent/component/galdot2006-04-021-3/+6
| | | | | | | add a bit of documentation. git-svn-id: svn://busybox.net/trunk/busybox@14727 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New version from Tito.landley2006-04-021-224/+144
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14726 69ca8d6d-28ef-0310-b511-8ec308f3f277
* work outside of the srctreevapier2006-04-011-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14725 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The build broke for me on gcc 4.0.3 due to an #include having the wrong patch.landley2006-04-011-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14724 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug spotted by Kumar Gala. Hopefully this fixes it...landley2006-04-011-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14723 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from KRONSTORFER Horst to Fix a size mismatch in ping, such as the 56/84landley2006-04-012-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 git-svn-id: svn://busybox.net/trunk/busybox@14722 69ca8d6d-28ef-0310-b511-8ec308f3f277
* new test for source code sanityvapier2006-04-011-0/+17
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14720 69ca8d6d-28ef-0310-b511-8ec308f3f277
* move source code tests out into a sep file rather than just ↵vapier2006-04-011-12/+0
| | | | | | disabling/breaking them git-svn-id: svn://busybox.net/trunk/busybox@14719 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove bogus "vapier2006-04-011-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14718 69ca8d6d-28ef-0310-b511-8ec308f3f277
* silence error if busybox.links doesnt exist and run tests that begin with "all_"vapier2006-04-011-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14717 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ext2fs cleanup from Garrett Kajmowicz.landley2006-04-018-1228/+451
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14715 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - use RESERVE_CONFIG_BUFFER and a bit of whitespace-cleanup. defconfig:aldot2006-03-311-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 git-svn-id: svn://busybox.net/trunk/busybox@14714 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add option to suppress the terse usage messages. Saves 6.8k for defconfig:aldot2006-03-312-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 git-svn-id: svn://busybox.net/trunk/busybox@14713 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - use RESERVE_CONFIG_BUFFER. For defconfig this gives:aldot2006-03-311-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 git-svn-id: svn://busybox.net/trunk/busybox@14712 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - update help text.aldot2006-03-311-2/+2
| | | | | | | | the interface argument is now a lowercase 'i' to match the big arping commandline-syntax. git-svn-id: svn://busybox.net/trunk/busybox@14711 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - shrink it a bit further.aldot2006-03-311-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 git-svn-id: svn://busybox.net/trunk/busybox@14710 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Shrink patch from Bernhard Fischer.landley2006-03-301-81/+69
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14708 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - rename clean_up in tune2fs and mke2fs to be prefixed with their applet names.aldot2006-03-302-4/+4
| | | | | | | Purely cosmetic to ease readability. git-svn-id: svn://busybox.net/trunk/busybox@14706 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fix paste'o which i overlooked when applying dalias' fmt stuff.aldot2006-03-301-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14705 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Clarify.landley2006-03-301-3/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14700 69ca8d6d-28ef-0310-b511-8ec308f3f277