aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
merged in with the latest and greatest.
2002-05-03Make verbose and show_only work as expectedEric Andersen
-Erik
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
(gunzip_main): Handle no arguments correctly.
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
usage in the ps listing
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
and run menuconfig
2002-04-26Add netcat -i option, per patch from Cristian Ionescu-IdbohrnEric Andersen
<cristian.ionescu-idbohrn@axis.com>
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
(which calls getenv("PATH")) would not operate upon the current PATH settings, which was really quite iritating. -Erik
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
1. busybox-telnet dosn't inform server about the size of terminal screen. In the world of xterminals and frame buffers it's rather horrible to use fixed 80x24 region in upper-left corner of screen/window. 2. If client sends character 0x0d to the server then sends character 0x0a the server eat the second byte (0x0a) - it's described in telnet RFC. Client should send two bytes ( 0x0d + 0x0a or 0x0d + 0x00 ) insted of one 0x0d byte. 3. busybox telnet implementation wasn't 8bit clean (look at 0xff byte). I need it because I have to use binray transfer like rz/sz. So when I resloved the problem (2) I corrected this one two. This also contains a small cleanup patch from vodz, and some minor editing by me.
2002-04-26Reworked by Robert Griebl <griebl@gmx.de> to support properEric Andersen
module dependancies.
2002-04-24vodz noted this line (as imported from Debian) is wrong, and has sinceEric Andersen
been fixed upstream.
2002-04-24Apply last_patch37 from vodzEric Andersen
2002-04-17ls could mis-color certain entries when previous commandsEric Andersen
had failed. Explicitly 0 out errno to prevent that.
2002-04-17* networking/wget.c (wget_main): Check return value of safe_fwrite.Matt Kraai
2002-04-15* archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standardMatt Kraai
output. * testsuite/bunzip2/bzcat-does-not-remove-compressed-file: New.
2002-04-15Patch from Ben Low <ben@titr.uow.edu.au> to allow tftp to workEric Andersen
with stdin as well as stdout.
2002-04-13Patch from Jim Treadway -- fix a missing "\" in usage.hEric Andersen
2002-04-13Silly meEric Andersen
2002-04-13Teach makedevs to not segfault quite so muchEric Andersen
2002-04-13Patch from Larry Doolittle to teach syslogd to not give up when errno is EINTREric Andersen
2002-04-13Cleanup make cleanEric Andersen
2002-04-13Patch from Kevin Hilman <khilman@equator.com> to fix potentialEric Andersen
memory corruption from long pathnames in /etc/fstab.
2002-04-13Add a 'make uninstall' targetEric Andersen
2002-04-13Patch from Jim Treadway <jim@stardot-tech.com> to teachEric Andersen
pidof to not add trailing spaces when not needed.
2002-04-13Patch from Jim Treadway and Vladimir Oleynik to Add CTRL-KEric Andersen
and fix CTRL-L support for cmdedit.c
2002-04-13Sed can go into an infinite loopEric Andersen
2002-04-13Stupid gcc always includes its own builtin strlen()...Eric Andersen
2002-04-13Nice patch from Wolfgang Denk <wd@denx.de> to provide hush withEric Andersen
shell loops (for, while, until) and control operators (||, &&)
2002-04-13Teach tftp to direct the fetched file to stdout when theEric Andersen
user specifies "-l -" -Erik
2002-04-13Rework per how I did things in version in 0.60.3 so it canEric Andersen
properly uncompress multiple files now. -Erik
2002-04-13Patch from Laurence Anderson <L.D.Anderson@warwick.ac.uk> forEric Andersen
better tape drive support in tar/cpio by using an intervening pipe...
2002-04-13Update some missing copyright noticesEric Andersen
2002-04-13make ash prompt the same as other shells if cmdedit and fancypromptTim Riker
2002-04-12Completely rework the config system so that it no longer annoys me to work onEric Andersen
the busybox development tree. This eliminates the use of recursive make, and once again allows us to run 'make' in a subdirectory with the expected result. And things are now much faster too. Greatly improved IMHO... -Erik
2002-04-12Fix handling of endianness.Eric Andersen
-Erik
2002-04-11OldnewsEric Andersen
2002-04-06Patch from Edward Betts <edward@debian.org> to add -x switch to du.cEric Andersen
2002-04-06Apply lash_patch35 from vodz, which brings several nice size_optimizations.Eric Andersen
2002-04-06Fix email addrEric Andersen