aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* - add an unsupported makefile for IMA compilesaldot2007-01-231-0/+130
* - rtnl_rttable_a2n wants an unsigned int32aldot2007-01-231-1/+1
* add link to fixes-1.4.0vda2007-01-221-1/+2
* fix warning from needlessly-global functionsvda2007-01-226-10/+17
* remove empty source filesvda2007-01-222-2/+0
* clean up commented out old codevda2007-01-227-452/+16
* ping6: stop using xgethostbyname2, remove it from libbb.vda2007-01-226-52/+62
* nslookup: full circle. Here we started IPv6 work. Use "new API"vda2007-01-223-48/+132
* - add more strict prototype checking to catch wrong and broken code (like nes...aldot2007-01-221-1/+7
* - the archivers expect mode to be a mode_t, so do not trip signed/unsigned co...aldot2007-01-222-3/+3
* - forgot to include ip_common.haldot2007-01-221-2/+3
* - not sure if we want a timestamp there, so put one inaldot2007-01-221-0/+1
* - sed -i -e "/\$Id:/d;"aldot2007-01-2210-10/+0
* cleanups: unnecessary casts, unified const_1, eliminate cross-.c filevda2007-01-2217-260/+231
* dnsd: getfileentry was leaking memoryvda2007-01-222-29/+35
* exterminate u_intXXX.vda2007-01-226-67/+73
* comment out unused old networking API partsvda2007-01-224-22/+30
* remove obsolete FEATURE_WGET_IP6_LITERALvda2007-01-223-38/+0
* defconfig: refreshvda2007-01-221-17/+20
* move shell/cmdedit.c -> libbb/lineedit.cvda2007-01-221-0/+0
* cmdedit is not a 'command' editing anymore, it's just editing (generic),vda2007-01-2211-144/+144
* cmdedit: fix breakagevda2007-01-221-24/+23