aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2007-01-26find: fix -mtime, -mmin, -perm (+ add symbolic perm handling)Denis Vlasenko2-30/+43
2007-01-26fix "expr has no effect" warningDenis Vlasenko1-1/+1
2007-01-26bb_parse_mode: do not do umask() needlessly.Denis Vlasenko1-34/+18
2007-01-26- readahead depends on LFSBernhard Reutner-Fischer1-0/+1
2007-01-26respect CFLAGS/CPPFLAGS in envMike Frysinger1-3/+3
2007-01-26fix option -F mishandlingDenis Vlasenko1-1/+1
2007-01-26fix non-ipv6 compileDenis Vlasenko1-0/+3
2007-01-25announce 1.4.1Denis Vlasenko1-0/+7
2007-01-25arping: stop using last gethostbyname2 in the treeDenis Vlasenko3-12/+9
2007-01-25accidentally applied wrong (old) patch, fixing up...Denis Vlasenko1-8/+7
2007-01-24opt_complementary doesn't like numeric opts :(Denis Vlasenko1-1/+1
2007-01-24Unify ping and ping6. ping has -4 and -6 which forceDenis Vlasenko7-571/+472
2007-01-24hostname declaration was misplacedDenis Vlasenko1-2/+2
2007-01-24accumulated post-1.4.0 fixesDenis Vlasenko8-37/+45
2007-01-24- remove nested function. Saves ~30 bytes.Bernhard Reutner-Fischer1-11/+11
2007-01-24- TODO: merge 'struct suffix_mult $several_suffixes[] into a struct suffix_multBernhard Reutner-Fischer1-0/+4
2007-01-24combine depends linesMike Frysinger2-4/+2
2007-01-24as Peter Kjellerstedt points out, bool/prompt/depend need to be split up in o...Mike Frysinger1-4/+6
2007-01-24change "bool ... if OPT" to more common "depend ... OPT"Mike Frysinger1-4/+4
2007-01-24combine bool;prompt to just boolMike Frysinger1-2/+1
2007-01-24combine bool;prompt to just boolMike Frysinger1-4/+2
2007-01-24"depends ..." -> "depends on ..."Mike Frysinger1-1/+1
2007-01-24correct file format errorsMike Frysinger3-31/+31
2007-01-23- add hostcc-option checkerBernhard Reutner-Fischer1-0/+6
2007-01-23- call cc-option to check if the compiler supports the flags we asked to useBernhard Reutner-Fischer2-12/+11