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