oweals/busybox.git
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
2008-02-03 Denis Vlasenkops: fixlet to disabled compat code
2008-02-03 Denis Vlasenkoash: readability enhancement, no code changes
2008-02-02 Denis Vlasenkogetty: don't try to detect parity on local lines
2008-02-02 Denis Vlasenkofsck: don't kill pid -1! (Roy Marples <roy at marples...
2008-02-02 Denis Vlasenkomsh: also handle EOF/read errors correctly
2008-02-02 Denis Vlasenkomsh: fix Ctrl-C handling with line editing
2008-02-02 Denis Vlasenkosendmail: fixes by Vladimir Dronnikov <dronnikov at...
2008-02-02 Denis Vlasenkops: add (disabled) compat code
2008-02-02 Denis Vlasenkonc: fix fallout from C99 standard compliance change
2008-02-01 Paul FoxFix compilation error when FEATURE_FANCY_PING enabled...
2008-02-01 Mike Frysingeradd support for renaming/relocating device nodes
2008-02-01 Mike Frysingeradd a mini-faq about std{in,out,err}
2008-01-29 Bernhard Reutner... - be C99 friendly. Anonymous unions are a GNU extension...
2008-01-29 Denis Vlasenkoinit: allow last line to be not terminated by '\n'
2008-01-29 Denis Vlasenkomount: allow and ignore _netdev option
2008-01-29 Bernhard Reutner... - update defconfig
2008-01-29 Denis Vlasenkoash: code readability enhancements, no real code changes
2008-01-29 Denis Vlasenkosendmail: really svn add it
2008-01-28 Denis Vlasenko*: move getopt reset code to better place(s)
2008-01-28 Denis Vlasenkosendmail: new applet by dronnikov at gmail.com
2008-01-28 Denis Vlasenko*: tidy up usage of char **environ
2008-01-28 Denis Vlasenkomicrocom: undo #define trick, gcc fails to take advanta...
2008-01-27 Denis Vlasenkomkswap, readahead: stop using fdlength, it is reported...
2008-01-27 Denis Vlasenkostty: fix mishandling of 'control' keywords (Ralf Fried...
2008-01-27 Denis Vlasenkomicrocom: update from the author
2008-01-27 Denis Vlasenkotentatively fix getopt state corruption for NOFORK...
2008-01-27 Bernhard Reutner... - fix conflicting decls of syslog related facilitynames...
2008-01-27 Mike Frysingerdo not respect CONFIG_MODULES as it breaks building...
2008-01-25 Denis Vlasenkoudhcpc: filter unwanted packets in kernel
next