Age | Commit message (Expand) | Author |
2008-02-17 | dpkg: fix bug where existence check was reversed | Denis Vlasenko |
2008-02-17 | libbb: introduce and use xrename and rename_or_warn. | Denis Vlasenko |
2008-02-16 | microcom: maintainer update | Denis Vlasenko |
2008-02-16 | mount: make -f work even without mtab support | Denis Vlasenko |
2008-02-16 | libbb: introduce bb_signals and bb_signals_recursive, | Denis Vlasenko |
2008-02-16 | crontab: clear env if run by non-root, so that we can use PATH now | Denis Vlasenko |
2008-02-16 | *: more readable handling of pipe fds. No code changes. | Denis Vlasenko |
2008-02-16 | ifupdowm: shrink | Denis Vlasenko |
2008-02-16 | random s/short/int/ | Denis Vlasenko |
2008-02-16 | crontab: almost complete rewrite | Denis Vlasenko |
2008-02-15 | ifupdown: code shrink | Denis Vlasenko |
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 |