aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* - shrink a tiny bit (-30Bytes)Bernhard Reutner-Fischer2008-02-111-30/+27
* - spelling fixesBernhard Reutner-Fischer2008-02-1110-17/+17
* hush: die_sllep needs restoring only if job control is onDenis Vlasenko2008-02-111-3/+6
* hush: close-on-exec interactive_fdDenis Vlasenko2008-02-111-1/+3
* hush: set CLOEXEC on script file being executedDenis Vlasenko2008-02-111-0/+1
* hush: fix the commentDenis Vlasenko2008-02-111-1/+1
* hush: reset die_sleep to 0 in child after forkDenis Vlasenko2008-02-111-6/+10
* getpot: add support for "a+" specifier for nonnegative int parameters.Denis Vlasenko2008-02-103-44/+55
* microcom: read more than 1 byte from device, if possibleDenis Vlasenko2008-02-101-14/+16
* ash: fix "orwell bug" 1984. Testcase:Denis Vlasenko2008-02-102-55/+79
* hush: small fixes to docs/testsuiteDenis Vlasenko2008-02-102-3/+3
* hush: reinstate `cmd` handling for NOMMU (with fat big warning).Denis Vlasenko2008-02-105-92/+166
* microcom: compile fixesDenis Vlasenko2008-02-091-2/+3
* microcom: split -d (delay) option away from -tDenis Vlasenko2008-02-092-20/+28
* build system: make it do without od -tDenis Vlasenko2008-02-091-4/+12
* mktemp: don't advertise -q optionDenis Vlasenko2008-02-091-1/+1
* mktemp: support -p DIR (Timo Teras <timo.teras at iki.fi>)Denis Vlasenko2008-02-092-12/+24
* test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuiteDenis Vlasenko2008-02-092-22/+53
* sendmail: update from maintainerDenis Vlasenko2008-02-085-242/+472
* microcom: update from maintainerDenis Vlasenko2008-02-081-82/+71
* README: doccument the need of CONFIG_DESKTOPDenis Vlasenko2008-02-084-16/+15
* httpd: add a bit of error logging; a few code simplifications. +29 bytes.Denis Vlasenko2008-02-081-7/+11
* - add eject -s for SCSI- and USB-devices (Nico Erfurth)Bernhard Reutner-Fischer2008-02-084-17/+82
* force disable setlocalversion usage in busyboxMike Frysinger2008-02-071-1/+1
* some more fixes for cross-compiling on an OS X host: apple provides core type...Mike Frysinger2008-02-072-6/+16
* only include mntent.h according to HAVE_MNTENT_H and dont define this on OS XMike Frysinger2008-02-072-2/+5
* udhcp: ifdef out unused membersDenis Vlasenko2008-02-042-0/+4
* udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)Denis Vlasenko2008-02-0410-14/+79
* unzip: do not try to read entire compressed stream at once (it can be huge)Denis Vlasenko2008-02-042-7/+18