aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-06-04Implement two types of suid/sgid support for BusyBox:Robert Griebl
2002-06-04Cleaned up Erik's fgets -> read patch and fixed a buffer overflowRobert Griebl
2002-06-04Avoid stack munching stdio implementations.Eric Andersen
2002-06-02Fixed a realloc bug found by Martin VolfRobert Griebl
2002-05-29Include busybox.h before testing CONFIG_LOCALE_SUPPORT.Manuel Novoa III
2002-05-29Patch from Randolfe Averty to fixup package conflict checks, cleanup some mem...Glenn L McGrath
2002-05-28Added support for /etc/modules.conf parsingRobert Griebl
2002-05-27Added include for isdigit(); simplified -<num> detectionRobert Griebl
2002-05-24Ensure that insmod supports at least one MODULE_INTERFACEEric Andersen
2002-05-24Patch from Magnus Damm <damm@opensource.se> to rework thingsEric Andersen
2002-05-22Made exit code SysV compliant. Also added -s (single pid) flag.Robert Griebl
2002-05-22Some cleanups, some size reductions and some buffer overflow checksRobert Griebl
2002-05-19Support old-style compress (.Z) files via libbb / unzip( ) callsRobert Griebl
2002-05-18ping return 1 if can't pingTim Riker
2002-05-17SUpport old style -[::digit::] options for head and tailRobert Griebl
2002-05-16Reduced code size for new -e flag (suggested by vodz)Robert Griebl
2002-05-15Doh! Remember to close /etc/inittabEric Andersen
2002-05-15Support old-style compress (.Z) files via libbb / unzip( ) callsRobert Griebl
2002-05-15gunzip'ing many files to stdout works nowRobert Griebl
2002-05-15Don't delete source file when decompressing to stdoutRobert Griebl
2002-05-14Complete rewrite to support stack loading/unloading with properRobert Griebl
2002-05-14Added support for -Y|--proxy=on/off to wgetRobert Griebl
2002-05-14Add --login support. This is the bash way of starting a shell that shouldRobert Griebl
2002-05-14This patch adds -e (extended information) to route and -r/-e (show routingRobert Griebl
2002-05-14This patch adds -e (extended information) to route and -r/-e (show routingRobert Griebl
2002-05-14Entries with "noauto" options are ignored correctly when mounting allRobert Griebl
2002-05-05Tom Oehser noticed that we were lacking the SO_REUSEADDR flag.Eric Andersen
2002-05-03Patch from Robert Griebl <griebl@gmx.de> to support modprobe -r properly,Eric Andersen
2002-05-03Make verbose and show_only work as expectedEric Andersen
2002-05-03Patch from Robert Griebl <griebl@gmx.de> to ignore the -s flagEric Andersen
2002-05-01fix and shrink uuencodeTim Riker
2002-04-29* archival/gunzip.c (gunzip_file): New.Matt Kraai
2002-04-27Update websiteEric Andersen
2002-04-27Fix silly combinitorial oversightEric Andersen
2002-04-27Patch from Cliff L. Biffle <cbiffle@safety.net> to display memoryEric Andersen
2002-04-27uClibc supports struct _res these days...Eric Andersen
2002-04-27Support noerror optionEric Andersen
2002-04-27When the .config file is missing, supply a default oneEric Andersen
2002-04-26Add netcat -i option, per patch from Cristian Ionescu-IdbohrnEric Andersen
2002-04-26Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com>Eric Andersen
2002-04-26Ensure that getenv("PATH") stays current, since otherwise cmdeditEric Andersen
2002-04-26Fix bugsEric Andersen
2002-04-26Minor formattingEric Andersen
2002-04-26add missing void, still has issues thoughTim Riker
2002-04-26fix from kergothTim Riker
2002-04-26Forward port patch from Przemyslaw Czerpak <druzus@polbox.com>:Eric Andersen
2002-04-26Reworked by Robert Griebl <griebl@gmx.de> to support properEric Andersen
2002-04-24vodz noted this line (as imported from Debian) is wrong, and has sinceEric Andersen
2002-04-24Apply last_patch37 from vodzEric Andersen
2002-04-17ls could mis-color certain entries when previous commandsEric Andersen