aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-18support for mount by label (not yet tested)Denis Vlasenko
2008-02-18- fix open(creat) without a modeBernhard Reutner-Fischer
2008-02-18mount: with -vv -f, say what mount() calls we were going to makeDenis Vlasenko
2008-02-18mount: optional support for -vv verbosityDenis Vlasenko
2008-02-18mount: recognize "dirsync" (closes bug 835)Denis Vlasenko
2008-02-17whitespace fixesDenis Vlasenko
2008-02-17dos2unix: shrinkDenis Vlasenko
2008-02-17crontab: stop using remove() - use unlink() insteadDenis Vlasenko
2008-02-17dpkg: fix bug where existence check was reversedDenis Vlasenko
2008-02-17libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko
2008-02-16microcom: maintainer updateDenis Vlasenko
2008-02-16mount: make -f work even without mtab supportDenis Vlasenko
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko
2008-02-16crontab: clear env if run by non-root, so that we can use PATH nowDenis Vlasenko
2008-02-16*: more readable handling of pipe fds. No code changes.Denis Vlasenko
2008-02-16ifupdowm: shrinkDenis Vlasenko
2008-02-16random s/short/int/Denis Vlasenko
2008-02-16crontab: almost complete rewriteDenis Vlasenko
2008-02-15ifupdown: code shrinkDenis Vlasenko
2008-02-15adduser: optional support for long options. +110 bytes.Denis Vlasenko
2008-02-15ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.Denis Vlasenko
2008-02-15we need to pass back the rtc device name that was actually used so that we ca...Mike Frysinger
2008-02-15fix build failure when long opts are enabledMike Frysinger
2008-02-15split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...Mike Frysinger
2008-02-15sendmail is lexically after selinux, so fix the orderMike Frysinger
2008-02-15add a test case for usage strings to catch people forgetting to add trailing ...Mike Frysinger
2008-02-15fix microcom usageMike Frysinger
2008-02-14tar: real support for -p. +200 if selected.Denis Vlasenko
2008-02-14libbb: filename completion should match dangling symlinks tooDenis Vlasenko
2008-02-14ash: explain why "set -o BOGUS" doesn't abortDenis Vlasenko
2008-02-14ash: make ash -c 'if set -o barfoo 2>/dev/null; then echo foo; else echo bar;...Denis Vlasenko
2008-02-14build system: pass CFLAGS to link stage too (closes bug 1376)Denis Vlasenko
2008-02-14umount: instead of non-standard -D, use -d with opposite meaningDenis Vlasenko
2008-02-14typo fixDenis Vlasenko
2008-02-14tar: do "short EOF" compat only if CONFIG_DESKTOP.Denis Vlasenko
2008-02-14add ',' and 'gg' commands (patch from Leo Jay)Paul Fox
2008-02-13reinstate redir.tests with correct permsDenis Vlasenko
2008-02-13ash: add a testcase for recently fixed signal bugDenis Vlasenko
2008-02-13tar: compat: handle tarballs with only one zero block at the endDenis Vlasenko
2008-02-13switch_root: stop at first non-option. Closes bug 1425.Denis Vlasenko
2008-02-13tar: move FNM_LEADING_DIR #define to tar.c - no other users.Denis Vlasenko
2008-02-13cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470Denis Vlasenko
2008-02-13mkswap: fix help text to not lie about supported options.Denis Vlasenko
2008-02-13sort: -z outputs NUL terminated lines. Closes bug 1591.Denis Vlasenko
2008-02-13syslogd: send '\n'-terminated messages over the network.Denis Vlasenko
2008-02-13build system: don't use -o /dev/null, old gcc can delete /dev/null!Denis Vlasenko
2008-02-12website: add direct links to every last stable release tarballDenis Vlasenko
2008-02-12website: fix EnglishDenis Vlasenko
2008-02-12Announce 1.9.1Denis Vlasenko
2008-02-12msh: stop trying to parse variables in "msh SCRIPT VAR=val param".Denis Vlasenko