fe538ba5d6
Vodz, last_patch_104
Glenn L McGrath
2003-09-10 23:35:45 +00:00
87af49f26b
If a tar entry is a regualr file ending in a '/' then its really a 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.
Glenn L McGrath
2003-09-09 17:41:03 +00:00
640fb86b28
Update the config file by running it from menuconfig, get rid of some unused entries.
Glenn L McGrath
2003-09-09 15:53:56 +00:00
07f6b95d8f
Patch from Jean Wolter expr currently always adds even if told to subtract
Glenn L McGrath
2003-09-08 23:19:12 +00:00
5875be406e
Vodz, last_patch_110 no limit, no memory usage for env buffer, always call putenv(). remove small error for previous last_patch109.
Glenn L McGrath
2003-09-08 15:39:09 +00:00
55bf79f944
Preserve suid/sgid bits
Glenn L McGrath
2003-09-08 14:34:23 +00:00
b65422cf65
last_patch_109 from Vladimir N. Oleynik
Glenn L McGrath
2003-09-08 10:59:27 +00:00
350733abb8
Busybox modprobe has a couple of irritating quirks:
Glenn L McGrath
2003-09-08 00:32:49 +00:00
d6bdd5dc08
Small bug in silent option
Glenn L McGrath
2003-09-05 02:37:15 +00:00
b77158a934
Set the default password to md5, patch by Joshua Jackson
Glenn L McGrath
2003-09-04 08:21:36 +00:00
99bd5adf99
more crond+crontab integrating with loginutil libbb functions and deleted patch from Thomas Gleixner to init. Viodz last_patch_108
Glenn L McGrath
2003-09-03 12:18:42 +00:00
759d7ececd
To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES be enabled, if not GPLONLY symbols are ignored.
Glenn L McGrath
2003-09-03 00:42:58 +00:00
530ea42abc
adds the ability to use and calculate network prefix specifications instead 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
Glenn L McGrath
2003-09-02 06:59:57 +00:00
dc4e75ef7c
move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one constant. Vodz last_patch_107
Glenn L McGrath
2003-09-02 02:36:18 +00:00
005f83adf5
Fix compile error and reducing size for libbb/get_console.c to previous size. Vodz last_patch106
Glenn L McGrath
2003-09-01 08:53:32 +00:00
d9461f887e
Allow one to detect and handle the case where no lease could be obtained via DHCP. (Just add a section "failed" to your script.) Patch by Steven Scholz
Glenn L McGrath
2003-09-01 04:08:36 +00:00
c2942f0904
"insmod caches the symbolname in a variable before modifying it and uses the cached value afterwards." - Jean Wolter
Glenn L McGrath
2003-08-31 01:58:18 +00:00
bb13624d8c
save a couple of bytes
Glenn L McGrath
2003-08-30 12:38:13 +00:00
502907f5b3
The default behaviour for run-parts is corrected to continue if an error is encountered in a script. Patch by Philip Blundell
Glenn L McGrath
2003-08-30 12:27:36 +00:00
759515c26a
handle GPLONLY symbols
Glenn L McGrath
2003-08-30 06:00:33 +00:00
29a05f56d5
"Without this patch, udhcpcd output may be buffered and delayed for for minutes if stdout is not a tty." -vda@
Glenn L McGrath
2003-08-30 04:47:36 +00:00
9b04f1841e
Fix the substitution print subcommand, it should only print if its own substitution matched, not previous ones. e.g echo fooba | sed -n 's/foo//;s/bar/found/p' shouldnt print anything
Glenn L McGrath
2003-08-30 04:35:07 +00:00
72f5f02184
Remove some unwanted code, patch from Holger Schurig, confirmed by vodz
Glenn L McGrath
2003-08-29 16:19:03 +00:00
5cd6461b6f
"Due to a wrong format parameter in a printf httpd does not work when compiled for with CONFIG_LFS (large file support). The attached patch suggested by Vladimir fixes that." - Steven Scholz
Glenn L McGrath
2003-08-29 15:53:23 +00:00
e01c550eab
"A little patch for the strings applet of the busybox development tree that substitutes two lines of code with a libbb function saving a couple of bytes." - Tito
Glenn L McGrath
2003-08-29 15:48:37 +00:00
21aacba2b7
Logic error, patch by Matteo Croce
Glenn L McGrath
2003-08-29 15:39:07 +00:00
8ce8f9b482
Remove stray '\n'
Glenn L McGrath
2003-08-29 15:19:44 +00:00
2233685f00
Remove unused files
Glenn L McGrath
2003-08-29 15:03:12 +00:00
2ce002a732
Help for date -I when CONFIG_FEATURE_DATE_ISOFMT is enabled. Patch by Steven Scholz
Glenn L McGrath
2003-08-29 14:18:26 +00:00
b19c73dee6
Change make to $(MAKE), patch by Hideki IWAMOTO
Glenn L McGrath
2003-08-29 13:25:55 +00:00
3bff66617a
Substitute busybox for uClibc, patch by Hideki IWAMOTO
Glenn L McGrath
2003-08-29 12:23:09 +00:00
87470def24
* Since busybox binary is unnecessary, deleted it from prerequisites. * 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
Glenn L McGrath
2003-08-29 12:20:31 +00:00
b54a748621
Fix for compiling with ipv6
Glenn L McGrath
2003-08-29 11:34:08 +00:00
08dea3e5a7
"This function was not updating the argc and argv pointers to reflect 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
Glenn L McGrath
2003-08-29 10:58:46 +00:00
62b031fb82
label's dont work in v4 tunnels, patch by Eric Spakman
Glenn L McGrath
2003-08-29 07:47:52 +00:00
a6b7bdcf8c
Vodz, last patch 105 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.
Glenn L McGrath
2003-08-29 07:38:56 +00:00
dc72f3ace2
Vodz, last patch 104
Glenn L McGrath
2003-08-29 07:35:08 +00:00
7b8765c808
vodz, last patch 103
Glenn L McGrath
2003-08-29 07:29:30 +00:00
23365976f8
Correct logic in determining size of block to download, as pointed out by Junio C Hamano
Glenn L McGrath
2003-08-29 06:25:04 +00:00
523c1675a2
"Typo and/or thinko: scanning till the end of NUL terminated string should check the byte pointed at not the pointer itself." -junkio@
Glenn L McGrath
2003-08-28 22:12:53 +00:00
e7bdfccb3f
"When the initial request by wget is responded by a 3XX redirect 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@
Glenn L McGrath
2003-08-28 22:03:19 +00:00
83e4a5bccf
"When the filesize is known from content-length header, safe_fread is 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
Glenn L McGrath
2003-08-28 21:55:22 +00:00
4cee66d5a8
Dont unlink when testing ! Always preserve creation date Disable the -p option its for modification date Remove some cpio header debugging noise Syncronise file listing behaviour with upstream.
Glenn L McGrath
2003-08-28 19:12:23 +00:00
444566837c
Removed some debug printfs
Robert Griebl
2003-08-26 11:06:39 +00:00
b79db92a21
Syncronise some build files with busybox-cvs-20030819
Glenn L McGrath
2003-08-26 04:50:23 +00:00
c3f2956cfa
Woops, depend on SHA1 not the option
Glenn L McGrath
2003-08-26 04:28:05 +00:00
4d5e4685fe
SHA1 options depend on SHA1
Glenn L McGrath
2003-08-26 04:25:59 +00:00
ce6482eace
Fix overflow for machines greater than 4GB, return unsigned int to avoid a cast and for greater accuracy.
Glenn L McGrath
2003-08-26 02:14:58 +00:00
97e2426582
"staywithu" writes:
Eric Andersen
2003-08-22 23:08:37 +00:00
6d3c7e7a9c
trivial doc fix
Eric Andersen
2003-08-22 21:15:07 +00:00
24e098a77d
Fixup 'make clean' to properly clean the _install directory
Eric Andersen
2003-08-22 20:53:38 +00:00
d382c89467
Typo
Glenn L McGrath
2003-08-19 03:49:00 +00:00
3d5828fb6d
Change hardlink handling for tar to work the same way as cpio
Glenn L McGrath
2003-08-14 02:55:15 +00:00
062913f662
Fix a bug reported by junkio@cox.net involving the mode_chars index.
Manuel Novoa III
2003-08-14 02:28:49 +00:00
bf83355dda
Patch from Paul Mundt (lethal) adding sh64 insmod support for busybox
Eric Andersen
2003-08-13 19:56:33 +00:00
4456f25e8f
Rewrite timescmd() function to avoid the use of floating point and to correct a bug in the seconds display where something like 65 seconds would be output as "1m65.000000s".
Manuel Novoa III
2003-08-13 17:48:47 +00:00
5b3c05637d
Remove unnecessary pointer dereference.
Manuel Novoa III
2003-08-13 12:11:33 +00:00
9a9f6777e9
fix style sheet so site doesn't look like crap with IE
Eric Andersen
2003-08-12 06:55:03 +00:00
96379b0d7d
Adjust Erik's change, as I don't claim copyright of the applet.
Manuel Novoa III
2003-08-09 02:57:55 +00:00
8f4cdd516d
Move shell descriptions to the config system
Eric Andersen
2003-08-08 23:41:50 +00:00
b287e2e27a
Use the new 'select' option to make the shell config much less evil and far more obvious. -Erik
Eric Andersen
2003-08-08 23:40:12 +00:00
c601ff149a
Begin using the new "select" option. Good stuff!
Eric Andersen
2003-08-08 23:12:12 +00:00
2e9c257000
Implement a minimalist 'last' which allows the LEAF project to no longer need dumtp. Remove the 'dumtp' applet. -Erik
Eric Andersen
2003-08-08 22:26:06 +00:00
f1c56a9306
quiet some noise
Eric Andersen
2003-08-08 22:13:41 +00:00
92fb9395f7
Kent Robotti noted that mt.c uses "rewind" not "rew"
Eric Andersen
2003-08-08 20:09:03 +00:00
99a75d1376
Patch from Kent Robotti to being fdisk in sync with v2.12 final.
Eric Andersen
2003-08-08 20:04:56 +00:00
de6a6ae876
Remove unnecessary defamatory comment
Eric Andersen
2003-08-08 08:57:03 +00:00
6c0e0fb8ac
Fix a stupid bug I introduced several months ago
Eric Andersen
2003-08-08 07:39:57 +00:00
3869f66eac
Begin preparing for another release
Eric Andersen
2003-08-06 11:22:36 +00:00
9089844382
Latest dash update from vodz
Eric Andersen
2003-08-06 11:20:52 +00:00
dc19af4179
Patch from Eric Spakman to update "run-parts" help text in Config.in.
Eric Andersen
2003-08-06 09:43:09 +00:00
fdd2a0f318
Eric Spakman writes:
Eric Andersen
2003-08-06 09:23:44 +00:00
d3652bf334
Patch from vodz:
Eric Andersen
2003-08-06 09:07:37 +00:00
0a57a79e38
Patch from Steven Scholz:
Eric Andersen
2003-08-06 08:57:35 +00:00
4b4e09854c
Steven Scholz writes:
Eric Andersen
2003-08-06 08:53:13 +00:00
50af12dbd6
Sync hdparm -t and -T options with hdparm-5.3, which seems to produce sensible results,
Eric Andersen
2003-08-06 08:47:59 +00:00
481772a4c2
Patch from vodz to cleanup libbb/obscure.c:password_check() to not copy too much data.
Eric Andersen
2003-08-06 08:33:08 +00:00
5378fbcb33
Joe.C writes:
Eric Andersen
2003-08-06 08:22:10 +00:00
8f4ef159f0
Fixup segfault on 'kill -q'
Eric Andersen
2003-08-06 07:43:58 +00:00
c774efe317
extern inline is a bad bad thing. kill it (so mkfs_minix.c will actually compile)
Eric Andersen
2003-08-06 07:34:19 +00:00
7001480a5e
Seems I missed a spot
Eric Andersen
2003-08-05 05:59:48 +00:00
72d8e444f0
Merge/rework config system per the latest from linux-2.6.0-test2. Fix the config bugs revealed by the updated config system. -Erik
Eric Andersen
2003-08-05 02:18:25 +00:00
461c279ac1
Might as well get my name in AUTHORS before 1.0...
Manuel Novoa III
2003-08-02 00:19:29 +00:00
b1d5b741ac
Save 0.5K.
Manuel Novoa III
2003-08-02 00:04:18 +00:00
546f21aa2d
Remove code that too agressively disabled inlines
Eric Andersen
2003-08-01 22:27:57 +00:00
e6b811583a
Minor cleanup
Eric Andersen
2003-07-31 17:50:17 +00:00
91e464632b
Fix bug when handling debian packages. If we read the contents of compressed files within the ar archive, e.g. control.tar.gz, then file position gets all out of whack, so it has to be reset before reading thenext header.
Glenn L McGrath
2003-07-31 01:53:50 +00:00
6a9ca985b8
Remove LRP (now defunct) and replace it with leaf.
Eric Andersen
2003-07-30 17:17:33 +00:00
7a6a77362b
Update webpage and changelog for release
Eric Andersen
2003-07-30 09:33:54 +00:00
25f95dee2d
Lars Ekman writes:
Eric Andersen
2003-07-30 08:55:59 +00:00
040f440262
last_patch100 from vidz updating fdisk to 2.12pre
Eric Andersen
2003-07-30 08:40:37 +00:00
08804ceaf1
Do not require that the signal number be specified
Eric Andersen
2003-07-30 08:29:56 +00:00
76097edc0e
Eric Spakman writes:
Eric Andersen
2003-07-30 08:22:53 +00:00
3124a9ecee
Vladimir N. Oleynik writes:
Eric Andersen
2003-07-30 07:57:06 +00:00
b99aec0ba5
Christian Meyer provided this patch to fix more bugs with the tftp client
Eric Andersen
2003-07-30 07:16:39 +00:00
d8ceba959a
Ronny L Nilsson writes:
Eric Andersen
2003-07-30 06:56:07 +00:00
eef2317b9f
Ronny L Nilsson writes:
Eric Andersen
2003-07-30 06:52:33 +00:00
eac20451d2
Set libbb dead last in the link order
Eric Andersen
2003-07-29 07:45:05 +00:00
c663ab0c6b
Match up interfaces
Eric Andersen
2003-07-29 07:37:39 +00:00