aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-14tar: real support for -p. +200 if selected.Denis Vlasenko5-2/+64
2008-02-14libbb: filename completion should match dangling symlinks tooDenis Vlasenko1-1/+1
2008-02-14ash: explain why "set -o BOGUS" doesn't abortDenis Vlasenko1-0/+17
2008-02-14ash: make ash -c 'if set -o barfoo 2>/dev/null; then echo foo; else echo bar;...Denis Vlasenko1-11/+25
2008-02-14build system: pass CFLAGS to link stage too (closes bug 1376)Denis Vlasenko2-11/+13
2008-02-14umount: instead of non-standard -D, use -d with opposite meaningDenis Vlasenko2-37/+38
2008-02-14typo fixDenis Vlasenko1-1/+1
2008-02-14tar: do "short EOF" compat only if CONFIG_DESKTOP.Denis Vlasenko2-1/+12
2008-02-14add ',' and 'gg' commands (patch from Leo Jay)Paul Fox1-2/+27