Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-29 | "Due to a wrong format parameter in a printf httpd does not work when | Glenn L McGrath | |
compiled for with CONFIG_LFS (large file support). The attached patch suggested by Vladimir fixes that." - Steven Scholz | |||
2003-08-29 | "A little patch for the strings applet of the busybox development tree | Glenn L McGrath | |
that substitutes two lines of code with a libbb function saving a couple of bytes." - Tito | |||
2003-08-29 | Logic error, patch by Matteo Croce | Glenn L McGrath | |
2003-08-29 | Remove stray '\n' | Glenn L McGrath | |
2003-08-29 | Remove unused files | Glenn L McGrath | |
2003-08-29 | Help for date -I when CONFIG_FEATURE_DATE_ISOFMT is enabled. | Glenn L McGrath | |
Patch by Steven Scholz | |||
2003-08-29 | Change make to $(MAKE), patch by Hideki IWAMOTO | Glenn L McGrath | |
2003-08-29 | Substitute busybox for uClibc, patch by Hideki IWAMOTO | Glenn L McGrath | |
2003-08-29 | * Since busybox binary is unnecessary, deleted it from prerequisites. | Glenn L McGrath | |
* 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 | |||
2003-08-29 | Fix for compiling with ipv6 | Glenn L McGrath | |
2003-08-29 | "This function was not updating the argc and argv pointers to reflect | Glenn L McGrath | |
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 | |||
2003-08-29 | label's dont work in v4 tunnels, patch by Eric Spakman | Glenn L McGrath | |
2003-08-29 | Vodz, last patch 105 | Glenn L McGrath | |
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. | |||
2003-08-29 | Vodz, last patch 104 | Glenn L McGrath | |
2003-08-29 | vodz, last patch 103 | Glenn L McGrath | |
2003-08-29 | Correct logic in determining size of block to download, as pointed out | Glenn L McGrath | |
by Junio C Hamano | |||
2003-08-28 | "Typo and/or thinko: scanning till the end of NUL terminated string | Glenn L McGrath | |
should check the byte pointed at not the pointer itself." -junkio@ | |||
2003-08-28 | "When the initial request by wget is responded by a 3XX redirect | Glenn L McGrath | |
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@ ---------------------------------------------------------------------- | |||
2003-08-28 | "When the filesize is known from content-length header, safe_fread is | Glenn L McGrath | |
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 | |||
2003-08-28 | *** empty log message *** | Glenn L McGrath | |
2003-08-28 | Dont unlink when testing ! | Glenn L McGrath | |
Always preserve creation date Disable the -p option its for modification date Remove some cpio header debugging noise Syncronise file listing behaviour with upstream. | |||
2003-08-26 | Removed some debug printfs | Robert Griebl | |
2003-08-26 | Syncronise some build files with busybox-cvs-20030819 | Glenn L McGrath | |
2003-08-26 | Woops, depend on SHA1 not the option | Glenn L McGrath | |
2003-08-26 | SHA1 options depend on SHA1 | Glenn L McGrath | |
2003-08-26 | Fix overflow for machines greater than 4GB, return unsigned int to avoid | Glenn L McGrath | |
a cast and for greater accuracy. | |||
2003-08-22 | "staywithu" writes: | Eric Andersen | |
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! | |||
2003-08-22 | trivial doc fix | Eric Andersen | |
2003-08-22 | Fixup 'make clean' to properly clean the _install directory | Eric Andersen | |
2003-08-19 | Typo | Glenn L McGrath | |
2003-08-14 | Change hardlink handling for tar to work the same way as cpio | Glenn L McGrath | |
2003-08-14 | Fix a bug reported by junkio@cox.net involving the mode_chars index. | Manuel Novoa III | |
2003-08-13 | Patch from Paul Mundt (lethal) adding sh64 insmod support for busybox | Eric Andersen | |
2003-08-13 | Rewrite timescmd() function to avoid the use of floating point and to | Manuel Novoa III | |
correct a bug in the seconds display where something like 65 seconds would be output as "1m65.000000s". | |||
2003-08-13 | Remove unnecessary pointer dereference. | Manuel Novoa III | |
2003-08-12 | fix style sheet so site doesn't look like crap with IE | Eric Andersen | |
2003-08-09 | Adjust Erik's change, as I don't claim copyright of the applet. | Manuel Novoa III | |
2003-08-08 | Move shell descriptions to the config system | Eric Andersen | |
2003-08-08 | Use the new 'select' option to make the shell config | Eric Andersen | |
much less evil and far more obvious. -Erik | |||
2003-08-08 | Begin using the new "select" option. Good stuff! | Eric Andersen | |
2003-08-08 | Implement a minimalist 'last' which allows the LEAF project to | Eric Andersen | |
no longer need dumtp. Remove the 'dumtp' applet. -Erik | |||
2003-08-08 | quiet some noise | Eric Andersen | |
2003-08-08 | Kent Robotti noted that mt.c uses "rewind" not "rew" | Eric Andersen | |
2003-08-08 | Patch from Kent Robotti to being fdisk in sync with v2.12 final. | Eric Andersen | |
2003-08-08 | Remove unnecessary defamatory comment | Eric Andersen | |
2003-08-08 | Fix a stupid bug I introduced several months ago | Eric Andersen | |
2003-08-06 | Begin preparing for another release | Eric Andersen | |
2003-08-06 | Latest dash update from vodz | Eric Andersen | |
2003-08-06 | Patch from Eric Spakman to update "run-parts" help text in Config.in. | Eric Andersen | |
2003-08-06 | Eric Spakman writes: | Eric Andersen | |
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. |