aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add ipv6 literal support to wgetbug12003-09-102-4/+33
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7461 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a bug where make clean complained about having both : and :: entries.bug12003-09-101-1/+2
| | | | | | | | Remove tester.log on make clean Patch by Arthur Othieno git-svn-id: svn://busybox.net/trunk/busybox@7460 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Vodz, last_patch_104bug12003-09-102-5/+18
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7459 69ca8d6d-28ef-0310-b511-8ec308f3f277
* If a tar entry is a regualr file ending in a '/' then its really abug12003-09-091-5/+5
| | | | | | | | | | | | | | | directory. From http://www.gnu.org/manual/tar/html_node/tar_123.html REGTYPE AREGTYPE These flags represent a regular file. In order to be compatible with older versions of tar, a typeflag value of AREGTYPE should be silently recognized as a regular file. New archives should be created using REGTYPE. Also, for backward compatibility, tar treats a regular file whose name ends with a slash as a directory. git-svn-id: svn://busybox.net/trunk/busybox@7453 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the config file by running it from menuconfig, get rid of somebug12003-09-091-100/+195
| | | | | | | unused entries. git-svn-id: svn://busybox.net/trunk/busybox@7452 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Jean Wolterbug12003-09-081-1/+1
| | | | | | | expr currently always adds even if told to subtract git-svn-id: svn://busybox.net/trunk/busybox@7432 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Vodz, last_patch_110 bug12003-09-081-24/+7
| | | | | | | | no limit, no memory usage for env buffer, always call putenv(). remove small error for previous last_patch109. git-svn-id: svn://busybox.net/trunk/busybox@7426 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Preserve suid/sgid bitsbug12003-09-081-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7425 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch_109 from Vladimir N. Oleynikbug12003-09-081-89/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | Busybox`s httpd have the defect (from born): ip 1.2.3.1 have true comparing also with 1.2.3.10-1.2.3.19 and 1.2.3.100-1.2.3.199. Last patch removed this bug and added feature: allow/deny rule can support network/netmask example: 1.2.3.0/255.255.255.128 or network/mask_bits example: 1.2.3.0/25 now; old format 1 1.2 1.2.3 1.2.3.4 too support and converted to 1/8 1.2/16 1.2.3/24 1.2.3.4/32 automaticaly. Also, current CVS have small problem: ignores A:IP, (loses 'A', 'a' only work). Corrected. git-svn-id: svn://busybox.net/trunk/busybox@7423 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Busybox modprobe has a couple of irritating quirks:bug12003-09-081-4/+33
| | | | | | | | | | | | | | | | - attempting to modprobe a module that is already loaded yields "Failed to load module", whereas modutils quietly ignores such a request. - if a module genuinely can't be loaded due to missing symbols or similar problems, modprobe doesn't produce any useful diagnostics because the output from insmod has been redirected to /dev/null. Here's a patch to address these issue Patch by Philip Blundell git-svn-id: svn://busybox.net/trunk/busybox@7419 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Small bug in silent optionbug12003-09-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7386 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Set the default password to md5, patch by Joshua Jacksonbug12003-09-041-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7383 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more crond+crontab integrating with loginutil libbb functions and deletedbug12003-09-035-51/+21
| | | | | | | | patch from Thomas Gleixner to init. Viodz last_patch_108 git-svn-id: svn://busybox.net/trunk/busybox@7377 69ca8d6d-28ef-0310-b511-8ec308f3f277
* To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES bebug12003-09-032-4/+8
| | | | | | | enabled, if not GPLONLY symbols are ignored. git-svn-id: svn://busybox.net/trunk/busybox@7371 69ca8d6d-28ef-0310-b511-8ec308f3f277
* adds the ability to use and calculate network prefix specifications insteadbug12003-09-022-11/+80
| | | | | | | | | of netmasks. It also fixes the parameters for network and netmask to match that of the official Red Hat version (-n for network and -m for netmask). Patch by Joshua Jackson git-svn-id: svn://busybox.net/trunk/busybox@7369 69ca8d6d-28ef-0310-b511-8ec308f3f277
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as onebug12003-09-0214-37/+50
| | | | | | | | constant. Vodz last_patch_107 git-svn-id: svn://busybox.net/trunk/busybox@7365 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix compile error and reducing size for libbb/get_console.c to previous size.bug12003-09-012-47/+29
| | | | | | | Vodz last_patch106 git-svn-id: svn://busybox.net/trunk/busybox@7345 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Allow one to detect and handle the case where no lease could be obtainedbug12003-09-011-0/+1
| | | | | | | | via DHCP. (Just add a section "failed" to your script.) Patch by Steven Scholz git-svn-id: svn://busybox.net/trunk/busybox@7344 69ca8d6d-28ef-0310-b511-8ec308f3f277
* "insmod caches the symbolname in a variable before modifying it and usesbug12003-08-311-3/+12
| | | | | | | the cached value afterwards." - Jean Wolter git-svn-id: svn://busybox.net/trunk/busybox@7339 69ca8d6d-28ef-0310-b511-8ec308f3f277
* save a couple of bytesbug12003-08-301-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7310 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The default behaviour for run-parts is corrected to continue if an errorbug12003-08-301-2/+3
| | | | | | | | is encountered in a script. Patch by Philip Blundell git-svn-id: svn://busybox.net/trunk/busybox@7309 69ca8d6d-28ef-0310-b511-8ec308f3f277
* handle GPLONLY symbolsbug12003-08-301-3/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7301 69ca8d6d-28ef-0310-b511-8ec308f3f277
* "Without this patch, udhcpcd output may be buffered and delayed forbug12003-08-301-0/+2
| | | | | | | for minutes if stdout is not a tty." -vda@ git-svn-id: svn://busybox.net/trunk/busybox@7298 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix the substitution print subcommand, it should only print if itsbug12003-08-301-2/+1
| | | | | | | | | | own substitution matched, not previous ones. e.g echo fooba | sed -n 's/foo//;s/bar/found/p' shouldnt print anything git-svn-id: svn://busybox.net/trunk/busybox@7297 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove some unwanted code, patch from Holger Schurig, confirmed by vodzbug12003-08-291-4/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7293 69ca8d6d-28ef-0310-b511-8ec308f3f277
* "Due to a wrong format parameter in a printf httpd does not work whenbug12003-08-291-1/+8
| | | | | | | | compiled for with CONFIG_LFS (large file support). The attached patch suggested by Vladimir fixes that." - Steven Scholz git-svn-id: svn://busybox.net/trunk/busybox@7292 69ca8d6d-28ef-0310-b511-8ec308f3f277
* "A little patch for the strings applet of the busybox development treebug12003-08-291-6/+3
| | | | | | | | that substitutes two lines of code with a libbb function saving a couple of bytes." - Tito git-svn-id: svn://busybox.net/trunk/busybox@7291 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Logic error, patch by Matteo Crocebug12003-08-291-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7290 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove stray '\n'bug12003-08-292-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7289 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove unused filesbug12003-08-293-136/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7288 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Help for date -I when CONFIG_FEATURE_DATE_ISOFMT is enabled.bug12003-08-291-1/+11
| | | | | | | Patch by Steven Scholz git-svn-id: svn://busybox.net/trunk/busybox@7287 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change make to $(MAKE), patch by Hideki IWAMOTObug12003-08-291-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7286 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Substitute busybox for uClibc, patch by Hideki IWAMOTObug12003-08-291-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7285 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * Since busybox binary is unnecessary, deleted it from prerequisites.bug12003-08-291-2/+3
| | | | | | | | | | | | | * Changed so that not only links but /bin/busybox might be deleted. * When double quoted PREFIX is defined by `.config' is used, `make uninstall' does not work correctly. When default PREFIX `pwd`/_install defined by Rules.mak is used, similarly it does not work correctly. Changed $$PREFIX into $(PREFIX) in order to fix this. Patch by Hideki IWAMOTO git-svn-id: svn://busybox.net/trunk/busybox@7284 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix for compiling with ipv6bug12003-08-291-8/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7283 69ca8d6d-28ef-0310-b511-8ec308f3f277
* "This function was not updating the argc and argv pointers to reflectbug12003-08-291-0/+2
| | | | | | | | | the arguments it consumed, which means the calling function encountered them as well. As a result, a command like "ip -6 addr" was yielding a usage error." - Philip Blundell git-svn-id: svn://busybox.net/trunk/busybox@7282 69ca8d6d-28ef-0310-b511-8ec308f3f277
* label's dont work in v4 tunnels, patch by Eric Spakmanbug12003-08-291-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7281 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Vodz, last patch 105bug12003-08-292-75/+67
| | | | | | | | | Busybox "mount" applet unsupport "user" option and result: must have _BB_SUID_NEVER applet option (my bug). Last patch have reducing 216 bytes for "su" applet also. git-svn-id: svn://busybox.net/trunk/busybox@7280 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Vodz, last patch 104bug12003-08-291-5/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7279 69ca8d6d-28ef-0310-b511-8ec308f3f277
* vodz, last patch 103bug12003-08-292-136/+114
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7278 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Correct logic in determining size of block to download, as pointed outbug12003-08-291-2/+2
| | | | | | | by Junio C Hamano git-svn-id: svn://busybox.net/trunk/busybox@7277 69ca8d6d-28ef-0310-b511-8ec308f3f277
* "Typo and/or thinko: scanning till the end of NUL terminated stringbug12003-08-281-1/+1
| | | | | | | should check the byte pointed at not the pointer itself." -junkio@ git-svn-id: svn://busybox.net/trunk/busybox@7276 69ca8d6d-28ef-0310-b511-8ec308f3f277
* "When the initial request by wget is responded by a 3XX redirectbug12003-08-281-2/+5
| | | | | | | | | | | | | | response sent in chunked transfer encoding, the code path to resubmit the request to the redirected URL forgets to reset got_clen and chunked variables in the loop. If the redirected URL does not use chunked transfer encoding, this causes the code that slurps the body of the response to incorrectly try to parse out the chunk length which does not exist." - junkio@ ---------------------------------------------------------------------- git-svn-id: svn://busybox.net/trunk/busybox@7275 69ca8d6d-28ef-0310-b511-8ec308f3f277
* "When the filesize is known from content-length header, safe_fread isbug12003-08-281-13/+15
| | | | | | | | | | | always told to read sizeof(buf). This waits until the underlying fread() to time-out for the last part of the downloaded body. Fix this by sending the number of remaining bytes to read when known." - junkio@ I reworked the logic in his patch git-svn-id: svn://busybox.net/trunk/busybox@7274 69ca8d6d-28ef-0310-b511-8ec308f3f277
* *** empty log message ***bug12003-08-281-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7273 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Dont unlink when testing !bug12003-08-284-43/+45
| | | | | | | | | | Always preserve creation date Disable the -p option its for modification date Remove some cpio header debugging noise Syncronise file listing behaviour with upstream. git-svn-id: svn://busybox.net/trunk/busybox@7272 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed some debug printfssandman2003-08-261-4/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7264 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Syncronise some build files with busybox-cvs-20030819bug12003-08-265-45/+159
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7263 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Woops, depend on SHA1 not the optionbug12003-08-261-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7262 69ca8d6d-28ef-0310-b511-8ec308f3f277
* SHA1 options depend on SHA1bug12003-08-261-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7261 69ca8d6d-28ef-0310-b511-8ec308f3f277