aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix all known regressions with sed and also make it simplervda2007-01-282-28/+47
* wc can emit unpredictable amount of whitespacevda2007-01-281-1/+2
* work around gcc bugvda2007-01-281-1/+3
* fix which-uses-default-pathvda2007-01-281-0/+4
* correct bad Englishvda2007-01-281-1/+1
* - reinstate static for the command string arrray to be gentle to gcc-3.xaldot2007-01-281-1/+1
* - document the multicast argument for ip linkaldot2007-01-281-1/+1
* - use uint32_t as suggested by vda.aldot2007-01-281-7/+9
* ether-wake: remove #warningvda2007-01-271-2/+0
* svlogd: batch writes if !timestampvda2007-01-271-19/+29
* svlogd: remove unused buffering, stop doing tons of memcpyvda2007-01-272-34/+58
* runit/* cleanup part 3 (just deleting unused code)vda2007-01-272-788/+4
* runit/* cleanup part 2vda2007-01-274-33/+43
* runit cleanup part 1vda2007-01-276-190/+271
* use bb_sanitize_stdio() where appropriatevda2007-01-275-36/+27
* - sum -r TODO should not print the filename as oposed to -saldot2007-01-271-16/+21
* - add a very few simple test for sum.aldot2007-01-271-0/+24
* - the testharness needs busybox.links. Now the new foobar.tests work againaldot2007-01-271-2/+2
* make it possible to build bbox without warnings again.vda2007-01-271-4/+14
* fix warning in find.cvda2007-01-273-6/+6
* Make -Werror configurablevda2007-01-273-11/+25
* fix numbering in switch(): we don't have "del" anymore,vda2007-01-272-14/+16
* add link to post 1.4.1 patchesvda2007-01-261-1/+2
* fix bin2hex bug. lowercase = uppercase | 0x20, not | 0x10!vda2007-01-262-3/+3
* find: fix -mtime, -mmin, -perm (+ add symbolic perm handling)vda2007-01-262-30/+43
* fix "expr has no effect" warningvda2007-01-261-1/+1
* bb_parse_mode: do not do umask() needlessly.vda2007-01-261-34/+18
* - readahead depends on LFSaldot2007-01-261-0/+1
* respect CFLAGS/CPPFLAGS in envvapier2007-01-261-3/+3
* fix option -F mishandlingvda2007-01-261-1/+1
* fix non-ipv6 compilevda2007-01-261-0/+3
* announce 1.4.1vda2007-01-251-0/+7
* arping: stop using last gethostbyname2 in the treevda2007-01-253-12/+9
* accidentally applied wrong (old) patch, fixing up...vda2007-01-251-8/+7
* opt_complementary doesn't like numeric opts :(vda2007-01-241-1/+1
* Unify ping and ping6. ping has -4 and -6 which forcevda2007-01-247-571/+472
* hostname declaration was misplacedvda2007-01-241-2/+2
* accumulated post-1.4.0 fixesvda2007-01-248-37/+45
* - remove nested function. Saves ~30 bytes.aldot2007-01-241-11/+11
* - TODO: merge 'struct suffix_mult $several_suffixes[] into a struct suffix_multaldot2007-01-241-0/+4
* combine depends linesvapier2007-01-242-4/+2
* tweak ignorevapier2007-01-240-0/+0
* as Peter Kjellerstedt points out, bool/prompt/depend need to be split up in o...vapier2007-01-241-4/+6
* change "bool ... if OPT" to more common "depend ... OPT"vapier2007-01-241-4/+4
* combine bool;prompt to just boolvapier2007-01-241-2/+1
* combine bool;prompt to just boolvapier2007-01-241-4/+2
* "depends ..." -> "depends on ..."vapier2007-01-241-1/+1
* correct file format errorsvapier2007-01-243-31/+31
* - add hostcc-option checkeraldot2007-01-231-0/+6
* - call cc-option to check if the compiler supports the flags we asked to usealdot2007-01-232-12/+11