aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix overflow for machines greater than 4GB, return unsigned int to avoidbug12003-08-261-5/+6
| | | | | | | a cast and for greater accuracy. git-svn-id: svn://busybox.net/trunk/busybox@7260 69ca8d6d-28ef-0310-b511-8ec308f3f277
* "staywithu" writes:andersen2003-08-222-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | In BusyBox v1.00-pre2, commands like ls, df with -h option report a wrong file size for files larger than 4GBtye!! For example, when I execute 'ls -l', it reports -rw-r--r-- 1 root root 5368709120 Aug 17 2003 large_stream.tp when I execute 'ls -lh', I expect that -rw-r--r-- 1 root root 5.0G Aug 17 2003 large_stream.tp but it reports -rw-r--r-- 1 root root 1.0G Aug 17 2003 large_stream.tp I fixed this bug that... Line 31 in libbb/human_readable.c and line 275 include/libbb.h const char *make_human_readable_str(unsigned long size => const char *make_human_readable_str(unsigned long long size It's OK! git-svn-id: svn://busybox.net/trunk/busybox@7253 69ca8d6d-28ef-0310-b511-8ec308f3f277
* trivial doc fixandersen2003-08-221-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7252 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixup 'make clean' to properly clean the _install directoryandersen2003-08-221-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7250 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Typobug12003-08-191-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7223 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change hardlink handling for tar to work the same way as cpiobug12003-08-142-44/+46
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7208 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a bug reported by junkio@cox.net involving the mode_chars index.mjn32003-08-141-1/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7207 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Paul Mundt (lethal) adding sh64 insmod support for busyboxandersen2003-08-131-10/+72
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7205 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrite timescmd() function to avoid the use of floating point and tomjn32003-08-131-16/+24
| | | | | | | | correct a bug in the seconds display where something like 65 seconds would be output as "1m65.000000s". git-svn-id: svn://busybox.net/trunk/busybox@7204 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove unnecessary pointer dereference.mjn32003-08-131-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7203 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix style sheet so site doesn't look like crap with IEandersen2003-08-121-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7201 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Adjust Erik's change, as I don't claim copyright of the applet.mjn32003-08-091-2/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7192 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move shell descriptions to the config systemandersen2003-08-081-30/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7191 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use the new 'select' option to make the shell configandersen2003-08-081-38/+27
| | | | | | | | much less evil and far more obvious. -Erik git-svn-id: svn://busybox.net/trunk/busybox@7190 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Begin using the new "select" option. Good stuff!andersen2003-08-081-8/+30
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7189 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Implement a minimalist 'last' which allows the LEAF project toandersen2003-08-086-93/+120
| | | | | | | | no longer need dumtp. Remove the 'dumtp' applet. -Erik git-svn-id: svn://busybox.net/trunk/busybox@7188 69ca8d6d-28ef-0310-b511-8ec308f3f277
* quiet some noiseandersen2003-08-081-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7187 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Kent Robotti noted that mt.c uses "rewind" not "rew"andersen2003-08-081-1/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7186 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Kent Robotti to being fdisk in sync with v2.12 final.andersen2003-08-081-6/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7185 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove unnecessary defamatory commentandersen2003-08-081-12/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7182 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a stupid bug I introduced several months agoandersen2003-08-081-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7181 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Begin preparing for another releaseandersen2003-08-061-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7178 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Latest dash update from vodzandersen2003-08-063-528/+910
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7177 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Eric Spakman to update "run-parts" help text in Config.in.andersen2003-08-061-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7176 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Eric Spakman writes:andersen2003-08-061-7/+11
| | | | | | | | | | | | | | | | | | | | | | The attached patch adds "mtu" and "hwaddress" to the inet6 method and "mtu", "hwaddr" and "pointopoint" to the inet4 method (just like in the ifupdown part). Note: "hwaddress" can't be used with the busybox ip applet (this function isn't implemented in bb ip yet), but it can be of use with an external "full blown" ip package. The patch also removes "label" from the loopback configuration, labels (subinterfaces) aren't used with loopback interfaces. It further solves a problem in the bootp method, "ifconfig down %interface%" should be "ifconfig %interface% down" and it's now also possible to use ip with bootp. The patch is fully tested with both busybox ip and "stand-alone" ip and I didn't saw any problems. git-svn-id: svn://busybox.net/trunk/busybox@7175 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from vodz:andersen2003-08-062-10/+96
| | | | | | | | | | | | | | | | | | | | | I wrote: >>I think, fdisk have special ext2lseek special for: >>disk can have size > 4Gb, but all any partitions have < 4Gb and lseek64 >>not require. >>May be best create new configure option for set DOLFS for fdisk applet >>if global DOLFS unset? > Erik Andersen wrote: >Agreed. Using an extra configure option when ! DOLFS >would be a good idea. Ok. Patch attached. git-svn-id: svn://busybox.net/trunk/busybox@7174 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Steven Scholz:andersen2003-08-063-2/+20
| | | | | | | | | | | | | | should we rename the define into CONFIG_FEATURE_HDPARM_HDIO_DMA and use it for "set" and "get" ??? Since although CONFIG_FEATURE_HDPARM_HDIO_GET_DMA is _not_ set I still can use "hdparm -d 1 /dev/hda" to switch the DMA on. Is this desireable or meant to be like that? So how about the applied patch? git-svn-id: svn://busybox.net/trunk/busybox@7173 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Steven Scholz writes:andersen2003-08-061-1/+0
| | | | | | | | | | | | | | | | | the output of lsmod (busybox-1.00-pre2) contains IMHO one "\n" too much when using CONFIG_FEATURE_CHECK_TAINTED_MODULE: ~ # lsmod Module Size Used by Tainted: P ds 8364 1 m8xx_pcmcia 5388 1 pcmcia_core 40736 0 [ds m8xx_pcmcia] and this patch from Steven fixes the problem git-svn-id: svn://busybox.net/trunk/busybox@7172 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Sync hdparm -t and -T options with hdparm-5.3, which seemsandersen2003-08-061-66/+69
| | | | | | | to produce sensible results, git-svn-id: svn://busybox.net/trunk/busybox@7171 69ca8d6d-28ef-0310-b511-8ec308f3f277