aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-19init: make it NOMMU-capableDenis Vlasenko
2008-02-19init: fix commentsDenis Vlasenko
2008-02-19init: HUP should not be temporarily set to "restart",Denis Vlasenko
2008-02-19fix chat CONFIG_xxx dependenciesDenis Vlasenko
2008-02-19chat: now with "svn add"Denis Vlasenko
2008-02-19findfs,mount: trivial build fix and whitespace fiexsDenis Vlasenko
2008-02-19tar: optional autodetection of gz/bz2 compressed tarballs.Denis Vlasenko
2008-02-19init: fix bug 1111: restart actions were not splitting words:Denis Vlasenko
2008-02-19syslogd: tighten up hostname handling.Denis Vlasenko
2008-02-19tail: fix "tail -c 20 /dev/huge_disk" (was taking ages)Denis Vlasenko
2008-02-18chat: new applet by dronnikov AT gmail.com. With all options on:Denis Vlasenko
2008-02-18lineedit: tiny shrinkDenis Vlasenko
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