summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* switch_root: stop at first non-option. Closes bug 1425.Denis Vlasenko2008-02-131-2/+2
* tar: move FNM_LEADING_DIR #define to tar.c - no other users.Denis Vlasenko2008-02-132-6/+5
* cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470Denis Vlasenko2008-02-133-1/+32
* mkswap: fix help text to not lie about supported options.Denis Vlasenko2008-02-132-34/+72
* sort: -z outputs NUL terminated lines. Closes bug 1591.Denis Vlasenko2008-02-134-5/+12
* syslogd: send '\n'-terminated messages over the network.Denis Vlasenko2008-02-131-15/+21
* build system: don't use -o /dev/null, old gcc can delete /dev/null!Denis Vlasenko2008-02-131-4/+8
* website: add direct links to every last stable release tarballDenis Vlasenko2008-02-121-2/+14
* website: fix EnglishDenis Vlasenko2008-02-121-1/+1
* Announce 1.9.1Denis Vlasenko2008-02-121-0/+13
* msh: stop trying to parse variables in "msh SCRIPT VAR=val param".Denis Vlasenko2008-02-121-10/+13
* msh: instead of fixing "ls | cd", "cd | ls" etc just disallowDenis Vlasenko2008-02-121-95/+85
* ash: fix warning about _GNU_SOURCE being redefined, fix typo in comment.Denis Vlasenko2008-02-121-1/+3
* msh: shrink, mainly by using smallintsDenis Vlasenko2008-02-121-61/+57
* msh: do not run pipes where last command is a builtinDenis Vlasenko2008-02-111-42/+41
* httpd: fix bug where we did chdir("") if CGI path had only one "/".Denis Vlasenko2008-02-111-20/+22