Age | Commit message (Expand) | Author |
2008-02-15 | adduser: optional support for long options. +110 bytes. | Denis Vlasenko |
2008-02-15 | ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947. | Denis Vlasenko |
2008-02-15 | we need to pass back the rtc device name that was actually used so that we ca... | Mike Frysinger |
2008-02-15 | fix build failure when long opts are enabled | Mike Frysinger |
2008-02-15 | split some rtc funcs out of hwclock and into an rtc header/lib so that the ne... | Mike Frysinger |
2008-02-15 | sendmail is lexically after selinux, so fix the order | Mike Frysinger |
2008-02-15 | add a test case for usage strings to catch people forgetting to add trailing ... | Mike Frysinger |
2008-02-15 | fix microcom usage | Mike Frysinger |
2008-02-14 | tar: real support for -p. +200 if selected. | Denis Vlasenko |
2008-02-14 | libbb: filename completion should match dangling symlinks too | Denis Vlasenko |
2008-02-14 | ash: explain why "set -o BOGUS" doesn't abort | Denis Vlasenko |
2008-02-14 | ash: make ash -c 'if set -o barfoo 2>/dev/null; then echo foo; else echo bar;... | Denis Vlasenko |
2008-02-14 | build system: pass CFLAGS to link stage too (closes bug 1376) | Denis Vlasenko |
2008-02-14 | umount: instead of non-standard -D, use -d with opposite meaning | Denis Vlasenko |
2008-02-14 | typo fix | Denis Vlasenko |
2008-02-14 | tar: do "short EOF" compat only if CONFIG_DESKTOP. | Denis Vlasenko |
2008-02-14 | add ',' and 'gg' commands (patch from Leo Jay) | Paul Fox |
2008-02-13 | reinstate redir.tests with correct perms | Denis Vlasenko |
2008-02-13 | ash: add a testcase for recently fixed signal bug | Denis Vlasenko |
2008-02-13 | tar: compat: handle tarballs with only one zero block at the end | Denis Vlasenko |
2008-02-13 | switch_root: stop at first non-option. Closes bug 1425. | Denis Vlasenko |
2008-02-13 | tar: move FNM_LEADING_DIR #define to tar.c - no other users. | Denis Vlasenko |
2008-02-13 | cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470 | Denis Vlasenko |
2008-02-13 | mkswap: fix help text to not lie about supported options. | Denis Vlasenko |
2008-02-13 | sort: -z outputs NUL terminated lines. Closes bug 1591. | Denis Vlasenko |
2008-02-13 | syslogd: send '\n'-terminated messages over the network. | Denis Vlasenko |
2008-02-13 | build system: don't use -o /dev/null, old gcc can delete /dev/null! | Denis Vlasenko |
2008-02-12 | website: add direct links to every last stable release tarball | Denis Vlasenko |
2008-02-12 | website: fix English | Denis Vlasenko |
2008-02-12 | Announce 1.9.1 | Denis Vlasenko |
2008-02-12 | msh: stop trying to parse variables in "msh SCRIPT VAR=val param". | Denis Vlasenko |
2008-02-12 | msh: instead of fixing "ls | cd", "cd | ls" etc just disallow | Denis Vlasenko |
2008-02-12 | ash: fix warning about _GNU_SOURCE being redefined, fix typo in comment. | Denis Vlasenko |
2008-02-12 | msh: shrink, mainly by using smallints | Denis Vlasenko |
2008-02-11 | msh: do not run pipes where last command is a builtin | Denis Vlasenko |
2008-02-11 | httpd: fix bug where we did chdir("") if CGI path had only one "/". | Denis Vlasenko |
2008-02-11 | - shrink a tiny bit (-30Bytes) | Bernhard Reutner-Fischer |
2008-02-11 | - spelling fixes | Bernhard Reutner-Fischer |
2008-02-11 | hush: die_sllep needs restoring only if job control is on | Denis Vlasenko |
2008-02-11 | hush: close-on-exec interactive_fd | Denis Vlasenko |
2008-02-11 | hush: set CLOEXEC on script file being executed | Denis Vlasenko |
2008-02-11 | hush: fix the comment | Denis Vlasenko |
2008-02-11 | hush: reset die_sleep to 0 in child after fork | Denis Vlasenko |
2008-02-10 | getpot: add support for "a+" specifier for nonnegative int parameters. | Denis Vlasenko |
2008-02-10 | microcom: read more than 1 byte from device, if possible | Denis Vlasenko |
2008-02-10 | ash: fix "orwell bug" 1984. Testcase: | Denis Vlasenko |
2008-02-10 | hush: small fixes to docs/testsuite | Denis Vlasenko |
2008-02-10 | hush: reinstate `cmd` handling for NOMMU (with fat big warning). | Denis Vlasenko |
2008-02-09 | microcom: compile fixes | Denis Vlasenko |
2008-02-09 | microcom: split -d (delay) option away from -t | Denis Vlasenko |