aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-01-13Patch from Tito to rework strings applet, and some testsuiteEric Andersen
stuff to test it added by me.
2003-01-13Correct some init issues, update email address, last_patch78 by VladimirGlenn L McGrath
N. Oleynik
2003-01-13Option to allow ifupdown use ip commands instead of ifconfig, add flushGlenn L McGrath
command to ipaddr, patch by Bastian Blank
2003-01-12Kiss Gabor noticed that ping compiled without BB_FEATURE_FANCY_PINGEric Andersen
would return 0 instead of EXIT_FAILURE when no response was received.
2003-01-11Patch from Daniel J Walsh at redhat to make free work for systemsEric Andersen
with more than 1 GB of memory...
2003-01-11Patch from Robert Schwebel -- support ncurses installed in /usr/localEric Andersen
2003-01-11Patch from Robert Schwebel fixing a missing \nEric Andersen
2003-01-11Fix an obvious mistakeEric Andersen
2003-01-09Fix addgroup so it actually worksEric Andersen
-Erik
2003-01-09Additional patch from Tito to fix some anomoliesEric Andersen
2003-01-09arping applet by Nick FedchikGlenn L McGrath
2003-01-09Make output the same as upstream, patch by TitoGlenn L McGrath
2003-01-08Patch by Stewart Brodie to terminate the string array correctlyGlenn L McGrath
2003-01-08Lineo has ceased to exist, and is no longer a sponsor.Eric Andersen
2003-01-06Minor cleanup, identified by Stewart Brodie, patch by Vladimir N.Glenn L McGrath
Oleynik
2003-01-06Correct column width for tab completion and lsGlenn L McGrath
2003-01-05New applet: httpd, by Glenn EngelGlenn L McGrath
2003-01-05Prepare for new busybox-cvs uploadGlenn L McGrath
2003-01-05fixes for ia64Glenn L McGrath
2003-01-04Sync with 20030104-2 cvs package, disable fdisk BSD label as they dontGlenn L McGrath
compile on m68k
2003-01-04fdisk writable feature, allows compilation of a small fdisk that canGlenn L McGrath
only read partition table, by Vladimir N. Oleynik
2003-01-02Fix tab-tab listing of files so it properly reflects currentEric Andersen
terminal width. -Erik
2003-01-02> Eliminate dependancy on kernel header files. Naughty naughty.Robert Griebl
> Using linux kernel headers is a Bad Thing(tm) and should be > punished. > -Erik Doing this wrong should be punished even harder :) - Robert
2002-12-27Add "Broadcast +" support back in. Also cut the size down some. Not wellManuel Novoa III
tested, but it is the holidays...
2002-12-27Add usage for tar -j and -zGlenn L McGrath
2002-12-23Sync with 20021214-1 debian packageGlenn L McGrath
2002-12-23Support the obsolete '+' optionGlenn L McGrath
2002-12-23Fix STANDALONE_SHELL and ALWAYS_WIN options, last_path_73 by Vladimir N. OleynikGlenn L McGrath
2002-12-23Support the '=' commandGlenn L McGrath
2002-12-20Adjust for new .depend targetGlenn L McGrath
2002-12-20busybox target wasnt checking .depend, clean kbuild binaries only on distcleanGlenn L McGrath
2002-12-19Bugfix, wastn retrieving last block, patch by Jean-Christophe DuboisGlenn L McGrath
2002-12-18When retrieving a file dont open file until we have to to prevent files of ↵Glenn L McGrath
size 0 being created when retrieval fails, bug found by Jeff Angielski
2002-12-17Get interface names using ioctl rather than /proc, from Nick FedchikGlenn L McGrath
2002-12-17Odd. I never brought this forward from bb.stable. Should handleEric Andersen
reaping child processes better. -Erik
2002-12-16Always print the routing table header for IPv4:Robert Griebl
- this is consistent with IPv6 route - you can get very confused, if there are no routes and "route" prints nothing at all (not even "No routes" message)
2002-12-16changed most assignments from ":=" to "=" to allow setting some variablesRobert Griebl
at the command line (this is also needed for cross-compilation)
2002-12-16Only included headers that are used.Glenn L McGrath
2002-12-16fix warningGlenn L McGrath
2002-12-14rmmod -a removed modules recursivelyTim Riker
2002-12-13cleanupTim Riker
2002-12-13Don't build the ncurses stuff unless it is specifically asked forEric Andersen
-Erik
2002-12-13use const group_fileTim Riker
2002-12-13Fix bug when reading mac from command line, continue; if hwaddrr not foundGlenn L McGrath
2002-12-13Merge copyfd and copy_file_chunkGlenn L McGrath
2002-12-13Change ftpput so it uses <remote-path> <local-file> as it shouldGlenn L McGrath
2002-12-13Fix possible bug if file length not knownGlenn L McGrath
2002-12-13New applets, ftpget and ftpputGlenn L McGrath
2002-12-13New applet, nameif by Nick Fedchik and myself.Glenn L McGrath
2002-12-12full usage cleanup for udhcpGlenn L McGrath