aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Busybox modprobe has a couple of irritating quirks:Glenn L McGrath2003-09-081-4/+33
* Small bug in silent optionGlenn L McGrath2003-09-051-1/+1
* Set the default password to md5, patch by Joshua JacksonGlenn L McGrath2003-09-041-1/+1
* more crond+crontab integrating with loginutil libbb functions and deletedGlenn L McGrath2003-09-035-51/+21
* To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES beGlenn L McGrath2003-09-032-4/+8
* adds the ability to use and calculate network prefix specifications insteadGlenn L McGrath2003-09-022-11/+80
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath2003-09-0214-37/+50
* Fix compile error and reducing size for libbb/get_console.c to previous size.Glenn L McGrath2003-09-012-47/+29
* Allow one to detect and handle the case where no lease could be obtainedGlenn L McGrath2003-09-011-0/+1
* "insmod caches the symbolname in a variable before modifying it and usesGlenn L McGrath2003-08-311-3/+12
* save a couple of bytesGlenn L McGrath2003-08-301-1/+1
* The default behaviour for run-parts is corrected to continue if an errorGlenn L McGrath2003-08-301-2/+3
* handle GPLONLY symbolsGlenn L McGrath2003-08-301-3/+21
* "Without this patch, udhcpcd output may be buffered and delayed forGlenn L McGrath2003-08-301-0/+2
* Fix the substitution print subcommand, it should only print if itsGlenn L McGrath2003-08-301-2/+1
* Remove some unwanted code, patch from Holger Schurig, confirmed by vodzGlenn L McGrath2003-08-291-4/+0
* "Due to a wrong format parameter in a printf httpd does not work whenGlenn L McGrath2003-08-291-1/+8
* "A little patch for the strings applet of the busybox development treeGlenn L McGrath2003-08-291-6/+3
* Logic error, patch by Matteo CroceGlenn L McGrath2003-08-291-1/+1
* Remove stray '\n'Glenn L McGrath2003-08-292-3/+3
* Remove unused filesGlenn L McGrath2003-08-293-136/+0
* Help for date -I when CONFIG_FEATURE_DATE_ISOFMT is enabled.Glenn L McGrath2003-08-291-1/+11
* Change make to $(MAKE), patch by Hideki IWAMOTOGlenn L McGrath2003-08-291-3/+3
* Substitute busybox for uClibc, patch by Hideki IWAMOTOGlenn L McGrath2003-08-291-1/+1
* * Since busybox binary is unnecessary, deleted it from prerequisites.Glenn L McGrath2003-08-291-2/+3
* Fix for compiling with ipv6Glenn L McGrath2003-08-291-8/+8
* "This function was not updating the argc and argv pointers to reflectGlenn L McGrath2003-08-291-0/+2
* label's dont work in v4 tunnels, patch by Eric SpakmanGlenn L McGrath2003-08-291-1/+1
* Vodz, last patch 105Glenn L McGrath2003-08-292-75/+67
* Vodz, last patch 104Glenn L McGrath2003-08-291-5/+1
* vodz, last patch 103Glenn L McGrath2003-08-292-136/+114
* Correct logic in determining size of block to download, as pointed outGlenn L McGrath2003-08-291-2/+2
* "Typo and/or thinko: scanning till the end of NUL terminated stringGlenn L McGrath2003-08-281-1/+1
* "When the initial request by wget is responded by a 3XX redirectGlenn L McGrath2003-08-281-2/+5
* "When the filesize is known from content-length header, safe_fread isGlenn L McGrath2003-08-281-13/+15
* *** empty log message ***Glenn L McGrath2003-08-281-1/+1
* Dont unlink when testing !Glenn L McGrath2003-08-284-43/+45
* Removed some debug printfsRobert Griebl2003-08-261-4/+0
* Syncronise some build files with busybox-cvs-20030819Glenn L McGrath2003-08-265-45/+159
* Woops, depend on SHA1 not the optionGlenn L McGrath2003-08-261-1/+1
* SHA1 options depend on SHA1Glenn L McGrath2003-08-261-0/+1
* Fix overflow for machines greater than 4GB, return unsigned int to avoidGlenn L McGrath2003-08-261-5/+6
* "staywithu" writes:Eric Andersen2003-08-222-5/+5
* trivial doc fixEric Andersen2003-08-221-2/+3
* Fixup 'make clean' to properly clean the _install directoryEric Andersen2003-08-221-5/+5
* TypoGlenn L McGrath2003-08-191-1/+1
* Change hardlink handling for tar to work the same way as cpioGlenn L McGrath2003-08-142-44/+46
* Fix a bug reported by junkio@cox.net involving the mode_chars index.Manuel Novoa III2003-08-141-1/+6
* Patch from Paul Mundt (lethal) adding sh64 insmod support for busyboxEric Andersen2003-08-131-10/+72
* Rewrite timescmd() function to avoid the use of floating point and toManuel Novoa III2003-08-131-16/+24