aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* init: fix commentsDenis Vlasenko2008-02-191-2/+2
* init: HUP should not be temporarily set to "restart",Denis Vlasenko2008-02-191-4/+1
* fix chat CONFIG_xxx dependenciesDenis Vlasenko2008-02-191-1/+7
* chat: now with "svn add"Denis Vlasenko2008-02-191-0/+443
* findfs,mount: trivial build fix and whitespace fiexsDenis Vlasenko2008-02-192-6/+8
* tar: optional autodetection of gz/bz2 compressed tarballs.Denis Vlasenko2008-02-193-31/+92
* init: fix bug 1111: restart actions were not splitting words:Denis Vlasenko2008-02-192-108/+96
* syslogd: tighten up hostname handling.Denis Vlasenko2008-02-191-4/+4
* tail: fix "tail -c 20 /dev/huge_disk" (was taking ages)Denis Vlasenko2008-02-192-38/+43
* chat: new applet by dronnikov AT gmail.com. With all options on:Denis Vlasenko2008-02-184-0/+71
* lineedit: tiny shrinkDenis Vlasenko2008-02-181-1/+9
* support for mount by label (not yet tested)Denis Vlasenko2008-02-1843-20/+4632
* - fix open(creat) without a modeBernhard Reutner-Fischer2008-02-181-1/+1
* mount: with -vv -f, say what mount() calls we were going to makeDenis Vlasenko2008-02-181-13/+24
* mount: optional support for -vv verbosityDenis Vlasenko2008-02-182-12/+57
* mount: recognize "dirsync" (closes bug 835)Denis Vlasenko2008-02-187-26/+37
* whitespace fixesDenis Vlasenko2008-02-173-3/+3
* dos2unix: shrinkDenis Vlasenko2008-02-171-27/+12
* crontab: stop using remove() - use unlink() insteadDenis Vlasenko2008-02-171-16/+9
* dpkg: fix bug where existence check was reversedDenis Vlasenko2008-02-171-8/+4
* libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko2008-02-1710-39/+33
* microcom: maintainer updateDenis Vlasenko2008-02-161-39/+30
* mount: make -f work even without mtab supportDenis Vlasenko2008-02-164-21/+46
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-1626-154/+249
* crontab: clear env if run by non-root, so that we can use PATH nowDenis Vlasenko2008-02-161-10/+8
* *: more readable handling of pipe fds. No code changes.Denis Vlasenko2008-02-1612-82/+88
* ifupdowm: shrinkDenis Vlasenko2008-02-161-99/+100
* random s/short/int/Denis Vlasenko2008-02-1617-42/+46
* crontab: almost complete rewriteDenis Vlasenko2008-02-162-291/+194
* ifupdown: code shrinkDenis Vlasenko2008-02-151-95/+51
* adduser: optional support for long options. +110 bytes.Denis Vlasenko2008-02-152-0/+24
* ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.Denis Vlasenko2008-02-156-39/+96
* we need to pass back the rtc device name that was actually used so that we ca...Mike Frysinger2008-02-154-15/+17
* fix build failure when long opts are enabledMike Frysinger2008-02-151-11/+10
* split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...Mike Frysinger2008-02-159-99/+417
* sendmail is lexically after selinux, so fix the orderMike Frysinger2008-02-151-1/+1
* add a test case for usage strings to catch people forgetting to add trailing ...Mike Frysinger2008-02-151-0/+14
* fix microcom usageMike Frysinger2008-02-151-5/+5
* tar: real support for -p. +200 if selected.Denis Vlasenko2008-02-145-2/+64
* libbb: filename completion should match dangling symlinks tooDenis Vlasenko2008-02-141-1/+1
* ash: explain why "set -o BOGUS" doesn't abortDenis Vlasenko2008-02-141-0/+17
* ash: make ash -c 'if set -o barfoo 2>/dev/null; then echo foo; else echo bar;...Denis Vlasenko2008-02-141-11/+25
* build system: pass CFLAGS to link stage too (closes bug 1376)Denis Vlasenko2008-02-142-11/+13
* umount: instead of non-standard -D, use -d with opposite meaningDenis Vlasenko2008-02-142-37/+38
* typo fixDenis Vlasenko2008-02-141-1/+1
* tar: do "short EOF" compat only if CONFIG_DESKTOP.Denis Vlasenko2008-02-142-1/+12
* add ',' and 'gg' commands (patch from Leo Jay)Paul Fox2008-02-141-2/+27
* reinstate redir.tests with correct permsDenis Vlasenko2008-02-131-0/+6
* ash: add a testcase for recently fixed signal bugDenis Vlasenko2008-02-134-7/+49
* tar: compat: handle tarballs with only one zero block at the endDenis Vlasenko2008-02-131-1/+9