aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-16crontab: almost complete rewriteDenis Vlasenko2-291/+194
2008-02-15ifupdown: code shrinkDenis Vlasenko1-95/+51
2008-02-15adduser: optional support for long options. +110 bytes.Denis Vlasenko2-0/+24
2008-02-15ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.Denis Vlasenko6-39/+96
2008-02-15we need to pass back the rtc device name that was actually used so that we ca...Mike Frysinger4-15/+17
2008-02-15fix build failure when long opts are enabledMike Frysinger1-11/+10
2008-02-15split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...Mike Frysinger9-99/+417
2008-02-15sendmail is lexically after selinux, so fix the orderMike Frysinger1-1/+1
2008-02-15add a test case for usage strings to catch people forgetting to add trailing ...Mike Frysinger1-0/+14
2008-02-15fix microcom usageMike Frysinger1-5/+5
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