Age | Commit message (Expand) | Author |
2002-06-06 | Patch from vodz to only setenv PATH when PATH changes, which is much | Eric Andersen |
2002-06-06 | Per discussion with vodz, Tim's changes do not seem to make sense. | Eric Andersen |
2002-06-06 | last_patch41 from vodz to fix stty -F and similar | Eric Andersen |
2002-06-05 | plug fd leak noticed by Russ Dill | Eric Andersen |
2002-06-04 | Bigger patch for (partial) tinylogin integration | Robert Griebl |
2002-06-04 | Fix for broken handling off BusyBox's own pwd/grp implementations | Robert Griebl |
2002-06-04 | Implement two types of suid/sgid support for BusyBox: | Robert Griebl |
2002-06-04 | Cleaned up Erik's fgets -> read patch and fixed a buffer overflow | Robert Griebl |
2002-06-04 | Avoid stack munching stdio implementations. | Eric Andersen |
2002-06-02 | Fixed a realloc bug found by Martin Volf | Robert Griebl |
2002-05-29 | Include busybox.h before testing CONFIG_LOCALE_SUPPORT. | Manuel Novoa III |
2002-05-29 | Patch from Randolfe Averty to fixup package conflict checks, cleanup some mem... | Glenn L McGrath |
2002-05-28 | Added support for /etc/modules.conf parsing | Robert Griebl |
2002-05-27 | Added include for isdigit(); simplified -<num> detection | Robert Griebl |
2002-05-24 | Ensure that insmod supports at least one MODULE_INTERFACE | Eric Andersen |
2002-05-24 | Patch from Magnus Damm <damm@opensource.se> to rework things | Eric Andersen |
2002-05-22 | Made exit code SysV compliant. Also added -s (single pid) flag. | Robert Griebl |
2002-05-22 | Some cleanups, some size reductions and some buffer overflow checks | Robert Griebl |
2002-05-19 | Support old-style compress (.Z) files via libbb / unzip( ) calls | Robert Griebl |
2002-05-18 | ping return 1 if can't ping | Tim Riker |
2002-05-17 | SUpport old style -[::digit::] options for head and tail | Robert Griebl |
2002-05-16 | Reduced code size for new -e flag (suggested by vodz) | Robert Griebl |
2002-05-15 | Doh! Remember to close /etc/inittab | Eric Andersen |
2002-05-15 | Support old-style compress (.Z) files via libbb / unzip( ) calls | Robert Griebl |
2002-05-15 | gunzip'ing many files to stdout works now | Robert Griebl |
2002-05-15 | Don't delete source file when decompressing to stdout | Robert Griebl |
2002-05-14 | Complete rewrite to support stack loading/unloading with proper | Robert Griebl |
2002-05-14 | Added support for -Y|--proxy=on/off to wget | Robert Griebl |
2002-05-14 | Add --login support. This is the bash way of starting a shell that should | Robert Griebl |
2002-05-14 | This patch adds -e (extended information) to route and -r/-e (show routing | Robert Griebl |
2002-05-14 | This patch adds -e (extended information) to route and -r/-e (show routing | Robert Griebl |
2002-05-14 | Entries with "noauto" options are ignored correctly when mounting all | Robert Griebl |
2002-05-05 | Tom Oehser noticed that we were lacking the SO_REUSEADDR flag. | Eric Andersen |
2002-05-03 | Patch from Robert Griebl <griebl@gmx.de> to support modprobe -r properly, | Eric Andersen |
2002-05-03 | Make verbose and show_only work as expected | Eric Andersen |
2002-05-03 | Patch from Robert Griebl <griebl@gmx.de> to ignore the -s flag | Eric Andersen |
2002-05-01 | fix and shrink uuencode | Tim Riker |
2002-04-29 | * archival/gunzip.c (gunzip_file): New. | Matt Kraai |
2002-04-27 | Update website | Eric Andersen |
2002-04-27 | Fix silly combinitorial oversight | Eric Andersen |
2002-04-27 | Patch from Cliff L. Biffle <cbiffle@safety.net> to display memory | Eric Andersen |
2002-04-27 | uClibc supports struct _res these days... | Eric Andersen |
2002-04-27 | Support noerror option | Eric Andersen |
2002-04-27 | When the .config file is missing, supply a default one | Eric Andersen |
2002-04-26 | Add netcat -i option, per patch from Cristian Ionescu-Idbohrn | Eric Andersen |
2002-04-26 | Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com> | Eric Andersen |
2002-04-26 | Ensure that getenv("PATH") stays current, since otherwise cmdedit | Eric Andersen |
2002-04-26 | Fix bugs | Eric Andersen |
2002-04-26 | Minor formatting | Eric Andersen |
2002-04-26 | add missing void, still has issues though | Tim Riker |