2008-02-19 |
Denis Vlasenko | trivial fixes to config system |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Denis Vlasenko | ash: fix fallout from "A=1 B=$A; echo $B" code. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Denis Vlasenko | microcom: tiny shrink, adding comments |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Denis Vlasenko | init: make it NOMMU-capable |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Denis Vlasenko | init: fix comments |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Denis Vlasenko | init: HUP should not be temporarily set to "restart", |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Denis Vlasenko | fix chat CONFIG_xxx dependencies |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Denis Vlasenko | chat: now with "svn add" |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Denis Vlasenko | findfs,mount: trivial build fix and whitespace fiexs |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Denis Vlasenko | tar: optional autodetection of gz/bz2 compressed tarballs. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Denis Vlasenko | init: fix bug 1111: restart actions were not splitting... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Denis Vlasenko | syslogd: tighten up hostname handling. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Denis Vlasenko | tail: fix "tail -c 20 /dev/huge_disk" (was taking ages) |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Denis Vlasenko | chat: new applet by dronnikov AT gmail.com. With all... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Denis Vlasenko | lineedit: tiny shrink |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Denis Vlasenko | support for mount by label (not yet tested) |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Bernhard Reutner... | - fix open(creat) without a mode |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Denis Vlasenko | mount: with -vv -f, say what mount() calls we were... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Denis Vlasenko | mount: optional support for -vv verbosity |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Denis Vlasenko | mount: recognize "dirsync" (closes bug 835) |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Denis Vlasenko | whitespace fixes |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Denis Vlasenko | dos2unix: shrink |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Denis Vlasenko | crontab: stop using remove() - use unlink() instead |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Denis Vlasenko | dpkg: fix bug where existence check was reversed |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Denis Vlasenko | libbb: introduce and use xrename and rename_or_warn. |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Denis Vlasenko | microcom: maintainer update |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Denis Vlasenko | mount: make -f work even without mtab support |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Denis Vlasenko | libbb: introduce bb_signals and bb_signals_recursive, |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Denis Vlasenko | crontab: clear env if run by non-root, so that we can... |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Denis Vlasenko | *: more readable handling of pipe fds. No code changes. |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Denis Vlasenko | ifupdowm: shrink |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Denis Vlasenko | random s/short/int/ |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Denis Vlasenko | crontab: almost complete rewrite |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Denis Vlasenko | ifupdown: code shrink |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Denis Vlasenko | adduser: optional support for long options. +110 bytes. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Denis Vlasenko | ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Mike Frysinger | we need to pass back the rtc device name that was actua... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Mike Frysinger | fix build failure when long opts are enabled |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Mike Frysinger | split some rtc funcs out of hwclock and into an rtc... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Mike Frysinger | sendmail is lexically after selinux, so fix the order |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Mike Frysinger | add a test case for usage strings to catch people forge... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Mike Frysinger | fix microcom usage |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Denis Vlasenko | tar: real support for -p. +200 if selected. |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Denis Vlasenko | libbb: filename completion should match dangling symlin... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Denis Vlasenko | ash: explain why "set -o BOGUS" doesn't abort |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Denis Vlasenko | ash: make ash -c 'if set -o barfoo 2>/dev/null; then... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Denis Vlasenko | build system: pass CFLAGS to link stage too (closes... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Denis Vlasenko | umount: instead of non-standard -D, use -d with opposit... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Denis Vlasenko | typo fix |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Denis Vlasenko | tar: do "short EOF" compat only if CONFIG_DESKTOP. |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Paul Fox | add ',' and 'gg' commands (patch from Leo Jay) |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Denis Vlasenko | reinstate redir.tests with correct perms |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Denis Vlasenko | ash: add a testcase for recently fixed signal bug |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Denis Vlasenko | tar: compat: handle tarballs with only one zero block... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Denis Vlasenko | switch_root: stop at first non-option. Closes bug 1425. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Denis Vlasenko | tar: move FNM_LEADING_DIR #define to tar.c - no other... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Denis Vlasenko | cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Denis Vlasenko | mkswap: fix help text to not lie about supported options. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Denis Vlasenko | sort: -z outputs NUL terminated lines. Closes bug 1591. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Denis Vlasenko | syslogd: send '\n'-terminated messages over the network. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Denis Vlasenko | build system: don't use -o /dev/null, old gcc can delet... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Denis Vlasenko | website: add direct links to every last stable release... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Denis Vlasenko | website: fix English |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Denis Vlasenko | Announce 1.9.1 |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Denis Vlasenko | msh: stop trying to parse variables in "msh SCRIPT... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Denis Vlasenko | msh: instead of fixing "ls | cd", "cd | ls" etc just... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Denis Vlasenko | ash: fix warning about _GNU_SOURCE being redefined... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Denis Vlasenko | msh: shrink, mainly by using smallints |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Denis Vlasenko | msh: do not run pipes where last command is a builtin |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Denis Vlasenko | httpd: fix bug where we did chdir("") if CGI path had... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Bernhard Reutner... | - shrink a tiny bit (-30Bytes) |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Bernhard Reutner... | - spelling fixes |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Denis Vlasenko | hush: die_sllep needs restoring only if job control... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Denis Vlasenko | hush: close-on-exec interactive_fd |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Denis Vlasenko | hush: set CLOEXEC on script file being executed |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Denis Vlasenko | hush: fix the comment |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Denis Vlasenko | hush: reset die_sleep to 0 in child after fork |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Denis Vlasenko | getpot: add support for "a+" specifier for nonnegative... |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Denis Vlasenko | microcom: read more than 1 byte from device, if possible |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Denis Vlasenko | ash: fix "orwell bug" 1984. Testcase: |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Denis Vlasenko | hush: small fixes to docs/testsuite |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Denis Vlasenko | hush: reinstate `cmd` handling for NOMMU (with fat... |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Denis Vlasenko | microcom: compile fixes |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Denis Vlasenko | microcom: split -d (delay) option away from -t |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Denis Vlasenko | build system: make it do without od -t |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Denis Vlasenko | mktemp: don't advertise -q option |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Denis Vlasenko | mktemp: support -p DIR (Timo Teras <timo.teras at iki... |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Denis Vlasenko | test: fix mishandling of 'test ! arg1 op arg2 more... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Denis Vlasenko | sendmail: update from maintainer |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Denis Vlasenko | microcom: update from maintainer |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Denis Vlasenko | README: doccument the need of CONFIG_DESKTOP |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Denis Vlasenko | httpd: add a bit of error logging; a few code simplific... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Bernhard Reutner... | - add eject -s for SCSI- and USB-devices (Nico Erfurth) |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Mike Frysinger | force disable setlocalversion usage in busybox |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Mike Frysinger | some more fixes for cross-compiling on an OS X host... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Mike Frysinger | only include mntent.h according to HAVE_MNTENT_H and... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Denis Vlasenko | udhcp: ifdef out unused members |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Denis Vlasenko | udhcp: optional support for non-standard DHCP ports... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Denis Vlasenko | unzip: do not try to read entire compressed stream... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Denis Vlasenko | zcip: open ARP socket before openlog |
commit | commitdiff | tree | snapshot |
next |