Glenn L McGrath | 7b215b99b2c | Fix build error with tar -j | | |
Glenn L McGrath | 1a41db8eaf5 | Remove some tar_gz stuff that get dragged in | | |
Glenn L McGrath | 94cf153c2bc | Remove debugging noise. | | |
Glenn L McGrath | d09bcecda80 | Read in blocks rather than one char at a time, greatly improves speed | | |
Eric Andersen | 5f28455c6ef | Oskar Liljeblad writes:
Here's a fix for the hard-coded device name in fbset. | | |
Eric Andersen | b6e58d2b9a0 | Michael Smith writes:
I noticed a problem with ifconfig in busybox 0.60.5. The matching code
seems to exist in busyb... | | |
Eric Andersen | c16686c1e2e | Ulrich Marx writes:
hello
i had some trouble with the filedescriptor in udhcp.
Two things happened on my device:
1.... | | |
Eric Andersen | 61b038acccb | Steven Seeger writes:
Hey guys. I've found a bug in modprobe where it generates bad strings and
makes sytem calls wi... | | |
Eric Andersen | 8211db5af0e | Vladimir N. Oleynik (vodz) writes:
Hi Glenn.
I analysed BSS size gzip applet and found may be mistake:
updcrc() che... | | |
Eric Andersen | e0c83af4ce5 | Marc Kleine-Budde noticed a missing semicolon | | |
Glenn L McGrath | d2a897aab08 | Merge common parts of sha1sum and md5sum, which is everything except the
algorithms.
Move algorithms to hash_fd and m... | | |
Eric Andersen | 0bdf41ad7e8 | Add some basic cvs usage info | | |
Eric Andersen | bbce615c7eb | Rob Landley writes:
Remove three entries in defconfig that config no longer has.
Rob | | |
Eric Andersen | 2849209db20 | Patch from Steven Scholz to send the output from 'time'
to stderr, rather than stdout, so that things like
~ # time ... | | |
Eric Andersen | 28d4e16cd7c | This appears to be the correct fix to make CONFIG_FEATURE_DEB_TAR_BZ2
support compile. Glenn, you may want to verify... | | |
Eric Andersen | d2160aaeab9 | fix comment | | |
Tim Riker | b1ffba04013 | wrap bb help output if CONFIG_FEATURE_AUTOWIDTH | | |
Eric Andersen | 1b1942f93db | As vodz pointed out, setting unset_env to NULL is sufficient | | |
Glenn L McGrath | 7f9de02ca6a | Rewrite, 800+ bytes smaller and more robust. | | |
Eric Andersen | 5912acb6709 | By popular demand, revert to version 1.21, since Rules.mak:1.22
causes the build to ignore CROSS_COMPILER_PREFIX set ... | | |
Glenn L McGrath | 2685724e237 | Fix tar -j support
Use the old fork() method of tar compression support, rather than
read_bz2....
- (*uncompress)(in... | | |
Eric Andersen | 6d687817a84 | Fix oversight with CONFIG_FEATURE_AUTOWIDTH handling | | |
Eric Andersen | b7077a7316f | Set unset_env pointing to a NULL item, to prevent us from walking
off the end of the list and segfaulting.
-Erik | | |
Eric Andersen | 04d055f4e11 | Fix rdate and ftpget/ftpput so they compile with the new xconnect.
I have checked rdate. Someone should also check f... | | |
Eric Andersen | f6067beaa94 | Avoid conflicts with the 2.6 kernel headers, which define
_IOR rather differently, thereby breaking the BLKGETSIZE64
... | | |
Eric Andersen | e6dc439b3a3 | Rework wget, the xconnect interface, and its various clients
in order to fix the problems with round robin DNS report... | | |
Eric Andersen | 8179cf2b78a | Put back the tar support stubs (and warnings) for now. | | |
Eric Andersen | 252183e3f53 | Try to make indent formatting less horrible | | |
Glenn L McGrath | e64bf409dd0 | Patch from David Meggy to make the swap default to the new version if no
version is specified and the kernel is relat... | | |
Glenn L McGrath | 4ef5a845834 | Move the tail -c option from FANCY_TAIL to the default tail, this makes
the default tail options conform to SUSv3, wi... | | |
Eric Andersen | 0120be94a0d | Fix stupid typo | | |
Glenn L McGrath | 9716575f1a0 | Remove config options for sort -u and sort -r, they are always enabled | | |
Glenn L McGrath | 40c9489d336 | Add a comment with link to the SUSv3 standard for xargs | | |
Glenn L McGrath | 09c295a5bc4 | run through indent | | |
Glenn L McGrath | 00ed36fd524 | Patch from Dmitry Zakharov,
Fixes two bugs:
- END block didn't execute after an exit() call
- huge memory consumption... | | |
Eric Andersen | b8b6816f7b0 | make certain values specified in the environment always win | | |
Glenn L McGrath | f4fd3a13318 | Accept the -c option and do nothing | | |
Glenn L McGrath | 984b45142a1 | fix a bug where `which' doesn't check whether the file passed as an argument
is a regular file, patch by Arthur Othieno | | |
Glenn L McGrath | 6530f0d3a19 | make CONFIG_FEATURE_UNARCHIVE_TAPE common between itar and cpio, patch
by Arthur Othieno | | |
Glenn L McGrath | 4636aa9dcd5 | "A few references to sourcefiles and URLs in docs/contributing.txt had
gone stale" - Peter Korsgaard | | |
Glenn L McGrath | f235d057735 | Use the return value from uncompress_bunzip, fix some typo | | |
Glenn L McGrath | 1c834407e39 | Add some error messages, use xmalloc instead of malloc | | |
Glenn L McGrath | debb21ece7b | Fix a logic error, the old bunzip code returned non-zero for success,
new code returns 0 for success. | | |
Glenn L McGrath | e81fc5fb300 | Conditionally compile some files.
This hides a bug related to the new bunzip code in the tar and dpkg[-deb]
applets.
... | | |
Eric Andersen | 5fa4db29f78 | Another bzip2 update and speedup from Manuel Novoa III, with some
additional changes (primarily lots of comments) fro... | | |
Eric Andersen | 2053a8c7474 | the dc applet now needs libm
-Erik | | |
Eric Andersen | e78fe2414b1 | sigh | | |
Eric Andersen | a92877403ac | Goetz Bock writes:
Dear list,
during my quest do pack busybox into an RPM, I've fixed a small bug
(missing \n) in d... | | |
Eric Andersen | a48b0a3af71 | last_patch116 from vodz:
Stephane,
>Using busybox+uclibc, crond syslog messages look like:
>
>Oct 9 09:04:46 soekr... | | |
Eric Andersen | 514633bf3f4 | Tomasz Motylewski reported that the 'which' applet does not find
files when the full file PATH is specified.
This pa... | | |
Eric Andersen | 7f6295f5160 | Patch from Arthur Othieno for style-guide.txt conformance | | |
Eric Andersen | 28672dd3b9f | Patch from Arthur Othieno for docs/style-guide.txt conformance. | | |
Eric Andersen | 9ef6c930903 | Patch from Arthur Othieno to fix a compiler warning | | |
Eric Andersen | 976a55e1689 | make this a little bit less messy | | |
Eric Andersen | f1d3ac429e2 | Update mail location | | |
Eric Andersen | 637d2266e1e | Disable any buffering to stdout | | |
Eric Andersen | 5289969f08d | Tito writes:
Hi to all,
I'm sorry but I didn't spot this big fat bug until now,
Matteo Croce emailed me about it.
P... | | |
Eric Andersen | 88c916bdec7 | Andreas Mohr writes:
the busybox menuconfig triggered my "inacceptable number of spelling mistakes"
upper level, so ... | | |
Eric Andersen | 951df20b7e8 | Do a better job of dealing with screwy s390 abi changes | | |
Eric Andersen | acf6c917e27 | ccording to this:
http://sources.redhat.com/ml/binutils/2003-01/msg00290.html
The name R_390_GOTOFF was changed t... | | |
Eric Andersen | 1acfb72e71a | Manuel Novoa III writes:
Hello Rob,
Here's a patch to your bunzip-3.c file. Nice work btw.
One minor bug fix... c... | | |
Eric Andersen | 0d6d88a2058 | Rob Landley's new micro-bunzip version 3. Rob writes:
The API for using partial writes, as described in my last mes... | | |
Tim Riker | 6fe55ae9398 | old gcc | | |
Eric Andersen | 7857c038087 | Paul Mundt (lethal) writes:
Erik,
The format for /proc/meminfo has changed between 2.4 and 2.6, quite considerably.... | | |
Glenn L McGrath | d12061b299a | Vodz last_patch_117, update options for new xargs | | |
Glenn L McGrath | 61796945e37 | Vods versions of xargs | | |
Eric Andersen | 75a5684793d | I don't need to have my email adder listed twice | | |
Eric Andersen | 2af70005b9c | Do not use kernel headers | | |
Glenn L McGrath | fe4704e9483 | Fix an ommision preventing building, patch by Tito. | | |
Glenn L McGrath | 12940e1ce0c | example devfs config file, patch from Tito. | | |
Glenn L McGrath | 17d21fa5191 | New applet, devfsd, by Matteo Croce and Tito | | |
Glenn L McGrath | a55d72bbb41 | Patch from Steven Scholz, fix some warnings | | |
Glenn L McGrath | 99825960c18 | Bugfix for xargs | | |
Eric Andersen | 29c77f71ba7 | Arnd Ben Otto writes:
Hi Eric
I have written a small patch for the Busybox syslogd. With this patch
one can limit t... | | |
Eric Andersen | dae099b2f96 | We did not have a safe_write, which is the analog to safe_read. Convert
full_write to use safe_write internally, whi... | | |
Eric Andersen | 638da75f4b8 | Fix some warnings that have crept in recently | | |
Glenn L McGrath | 07085855ada | Patch from Tito, size optimisation and fix error in exit code of -V
option | | |
Glenn L McGrath | 586d86cc8ce | Comaptability with gcc-2.95 | | |
Glenn L McGrath | 9d1a33c6904 | Vodz last_patch_105 without his xargs patch which doenst apply cleanly | | |
Glenn L McGrath | add3eadc469 | Add the x, n, s and E options, remove -r as its expected behaviour. | | |
Glenn L McGrath | 42c25735e6b | Patch from Rob Landley;
Moving on to building diffutils, busybox sed needs this patch to get
past the first problem. ... | | |
Glenn L McGrath | fd7bc13557a | Woops, the previous patch reversal wasnt complete, breaking everything. | | |
Glenn L McGrath | f86bd9f2cdf | Reverse my previous changes and make a note about why its dont this way | | |
Glenn L McGrath | 07cf92676ae | Dont mix xarg options with utility option, fixes example of
`echo "README" | xargs ls -al`
Dont specify a path for th... | | |
Glenn L McGrath | 1dc0ccafddf | Vodz, last_patch_114
- env vars CONTENT_TYPE, CONTENT_LENGTH, HTTPD_REFERER, REMOTE_USER and
AUTH_TYPE(Basic always).... | | |
Glenn L McGrath | 8ac86e33a27 | Patch by Rob Landley, fix warning | | |
Glenn L McGrath | 4a77c781ef9 | argc has already been decremented | | |
Glenn L McGrath | cb920d97783 | Patch from Rob Landley, Simplify organisation of arguments. | | |
Glenn L McGrath | 91b3d460c71 | Fix -C option when creating tar files.
Need to chdir after the tar file is opened, so make common tar filename
parsin... | | |
Glenn L McGrath | 9c91e4142d5 | Thomas Lundquist, update for current structure | | |
Glenn L McGrath | 0ad4daa54ea | Patch from Rob Landley to fix backrefs | | |
Glenn L McGrath | 738fb33994d | Patch by Rob Landley, fix "newline after edit command" | | |
Glenn L McGrath | aa5a6026892 | Patch by Rob Landley, work in progress update, fixes lots of bugs,
introduces a few others (but they are being worked... | | |
Glenn L McGrath | e6ba16f830b | Patch by Guillaume Morin
Fix two race conditions, as described at.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=2... | | |
Glenn L McGrath | f7dd10f67ce | Patch from Fillod Stephane
Add follow mode to logread, ala "tail -f /var/log/messages"
Note: output to a slow seria... | | |
Glenn L McGrath | a79220db6e7 | add size parameter to syslogd -C
Patch by Padraig, resubmitted by Fillod Stephane | | |
Glenn L McGrath | 6b0658f5c09 | Patch by Fillod Stephane, declare variables as static to not clobber
busybox namespace | | |
Glenn L McGrath | 6376b583e2c | Use a variable for the config files, makes it easier to syncronise with
debian builds | | |
Glenn L McGrath | c98c7d9a14a | Syncronise with debian busybox-cvs package | | |
Glenn L McGrath | 761ec20f813 | Fix some typo's, remove some extra free statements | | |
Glenn L McGrath | a406a9c8530 | Add the -d option | | |
Glenn L McGrath | eebcc1d98a9 | Add the "install" applet, move get_ug_id to libbb as its used by chown,
chgrp and install. | | |
Glenn L McGrath | d72e34c7524 | Patch by Steinar H. Gunderson to fix debian bug #211675.
Linking to my_getgrnam from libpwdgrp wasnt working, instead... | | |
Glenn L McGrath | d3612178b71 | Patch by Junio C Hamano to workaround a gcc compiler bug.
The construct certain vintages of GCC (the one I have trou... | | |
Glenn L McGrath | 2570b43e829 | Configuration option to define wether to follows GNU sed's behaviour
or the posix standard.
Put the cleanup code ba... | | |
Glenn L McGrath | 204ff1cea49 | Fix a bug that creapt in recently with substitution subprinting, and add
a test for it. | | |
Glenn L McGrath | 96fd1b98f19 | Compile get_terminal_width_height | | |
Glenn L McGrath | baaa6e9e7db | Patch from Stephane Billiart to fix an unused variable warning. | | |
Glenn L McGrath | a3822de23e8 | Patch from Bastian Blank to fix a problem when runing find under ash.
"If the shell is compiled with -DJOBS, this is... | | |
Glenn L McGrath | e16ab475ad1 | Patch from Tito, Reduces the size of busybox's strings applet from 1900 to
1788 bytes (for strings.o). | | |
Glenn L McGrath | 977451ef446 | Fix a simple mistake with pattern space, and add a test for it | | |
Glenn L McGrath | 47e5ca1ecb2 | Patch by Jean Wolter to fix a bug where a script wouldnt be executed
unless it had #!/bin/sh in the first line
"It c... | | |
Glenn L McGrath | e3e28d3bb64 | Fix some memory allocation problems
---------------------------------------------------------------------- | | |
Eric Andersen | 8efe967018d | Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)
to ensure proper fallback behavior on, i.e. serial c... | | |
Eric Andersen | c4f72d1426e | fix function prototype | | |
Eric Andersen | 45638df2305 | Needs prototype for close() | | |
Eric Andersen | 2205c84de4c | comparison was always false due to limited range of data types.
Carefully cast to unsigned long long prior to multipl... | | |
Eric Andersen | 1393a39df49 | Do not shadow the global name 'accept' | | |
Glenn L McGrath | 2eed0e2d470 | Add a test for the 'P' command and fix current implementation so it
doesnt permanently modify the pattern space. | | |
Glenn L McGrath | 6e5687abc37 | A test and fix for the sed 'n' command | | |
Glenn L McGrath | 7b351212979 | Test for use of newline in regex's, this feature is used by most
configure scripts. | | |
Glenn L McGrath | 73116311e56 | Fix for the sed-append-next-line test | | |
Glenn L McGrath | 65f9dc01f35 | Test the N command | | |
Glenn L McGrath | 640c1f547f4 | Fix recursion problem | | |
Glenn L McGrath | ba5eb27ce3d | Check sed doesnt go into an infinite loop (yes it does) | | |
Glenn L McGrath | c43f9edf889 | Update Matteo Croce's email address | | |
Glenn L McGrath | 294d113adb6 | Memory cleanups and fix for `echo "foo" | sed 's/foo/bar/;H;q'` | | |
Glenn L McGrath | 8417c8c38bd | Cleanup memory usage | | |
Glenn L McGrath | 7bf8f5bc5e2 | Update sed branch tests | | |
Glenn L McGrath | 8a0b59fb827 | Add two new tests, sed-recurses-properly should always work | | |
Glenn L McGrath | edc388cf4ef | The previous fix for 's/a/1/;s/b/2/;t one;p;:one;p' broke the case of
echo fooba | ./busybox sed -n 's/foo//;s/bar/fo... | | |
Glenn L McGrath | 3fe475677a5 | Preserve substitution flag value within the current line.
Fixed the following testcase
# cat strings |./busybox sed -... | | |
Glenn L McGrath | f4523562b61 | Fix branching commands.
If a label isnt specified, jump to end of script, not the last command
in the script.
Print... | | |
Glenn L McGrath | 8aac05bfe5f | Patch from Rob Landley
Fixed a memory leak in add_cmd/ad... | | |
Glenn L McGrath | 7c59a83a779 | Stupid typo | | |
Glenn L McGrath | 4dc1d25a308 | Fix some memory allocation problems | | |
Glenn L McGrath | f36635cec6d | Fix the following testcase by disabling global substitution if the regex
is anchored to the start of line, there can ... | | |
Glenn L McGrath | c18ce373a21 | Fix the following testcase by storing the state of the adress match with
the command.
# cat strings
a
b
c
d
e
f
g
# .... | | |
Glenn L McGrath | c2b9186be16 | Fix compile error, Vodz, last_path_113 | | |
Glenn L McGrath | 2af30446f17 | Typo. | | |
Eric Andersen | eb213bd2a2d | As vodz just pointed out, I screwup up the call to bb_xasprintf! | | |
Eric Andersen | 7f2935ba0ec | Remove final \n | | |
Eric Andersen | 70af8834df7 | Fix obligitory typos | | |
Eric Andersen | aa2afee9227 | Final changelog update | | |
Eric Andersen | 839bd4a73ba | Remove version # | | |
Eric Andersen | 3acfedfafe2 | I suppose it is now Sept 12... | | |
Eric Andersen | 23bc836f42f | Update webpage a bit | | |
Glenn L McGrath | beb3bbd991c | Fix handling of hardlinks when OLDGNU and GNU extensions arent enabled. | | |
Glenn L McGrath | ef91bf67ed6 | Use the typeflag to identify if its a hardlink on OLD and GNU posix
modes, fixes a bug extracting hardlinks to symlinks. | | |
Eric Andersen | 51ed242ad6c | Invoke run-parts on /etc/network/if-*.d per the behavior of
the upstream ifupdown code... | | |
Eric Andersen | e15138a8702 | Teach rdate to timeout in 10 seconds to avoid blocking forever
with odd or broken networking setups | | |
Eric Andersen | f57a614db9d | config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must depend
on CONFIG_FEATURE_SH_STANDALONE_SHELL. | | |
Eric Andersen | a4389cfb51e | Update changelog for release | | |
Glenn L McGrath | 14092a1ed23 | Busybox CVS version ipcalc have problems:
- Can`t use 255.255.255.255 address
- typo: double check for valid ip addre... | | |
Eric Andersen | 81155f8fa8d | Update definition of struct serial_struct, per linux-2.6.0-test5,
to avoid stack corruption problems on some 64bit ar... | | |
Eric Andersen | 2fdba246203 | Marc A. Lehmann writes:
The tar -x command in busybox does not restore the file mode correctly.
The reason is most ... | | |
Eric Andersen | 6231f092bd5 | Patch from Philip Blundell:
On Thu, 2003-09-11 at 01:09, Glenn McGrath wrote:
> Applied
Thanks. Unfortunately ther... | | |
Glenn L McGrath | cc20ebc11e2 | add ipv6 literal support to wget | | |
Glenn L McGrath | 1cb2622f9c5 | Fix a bug where make clean complained about having both : and :: entries.
Remove tester.log on make clean
Patch by Ar... | | |
Glenn L McGrath | fe538ba5d68 | Vodz, last_patch_104 | | |
Glenn L McGrath | 87af49f26b2 | If a tar entry is a regualr file ending in a '/' then its really a
directory.
From http://www.gnu.org/manual/tar/html... | | |
Glenn L McGrath | 640fb86b283 | Update the config file by running it from menuconfig, get rid of some
unused entries. | | |
Glenn L McGrath | 07f6b95d8f7 | Patch from Jean Wolter
expr currently always adds even if told to subtract | | |
Glenn L McGrath | 5875be406e7 | Vodz, last_patch_110
no limit, no memory usage for env buffer, always call putenv().
remove small error for previou... | | |
Glenn L McGrath | 55bf79f9441 | Preserve suid/sgid bits | | |
Glenn L McGrath | b65422cf652 | last_patch_109 from Vladimir N. Oleynik
Busybox`s httpd have the defect (from born):
ip 1.2.3.1 have true comparing ... | | |
Glenn L McGrath | 350733abb81 | Busybox modprobe has a couple of irritating quirks:
- attempting to modprobe a module that is already loaded yields... | | |
Glenn L McGrath | d6bdd5dc088 | Small bug in silent option | | |
Glenn L McGrath | b77158a934d | Set the default password to md5, patch by Joshua Jackson | | |
Glenn L McGrath | 99bd5adf995 | more crond+crontab integrating with loginutil libbb functions and deleted
patch from Thomas Gleixner to init.
Viodz l... | | |
Glenn L McGrath | 759d7ececd5 | To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES be
enabled, if not GPLONLY symbols are ignored. | | |
Glenn L McGrath | 530ea42abc7 | adds the ability to use and calculate network prefix specifications instead
of netmasks. It also fixes the parameters... | | |
Glenn L McGrath | dc4e75ef7ca | move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one
constant.
Vodz last_patch_107 | | |
Glenn L McGrath | 005f83adf51 | Fix compile error and reducing size for libbb/get_console.c to previous size.
Vodz last_patch106 | | |
Glenn L McGrath | d9461f887ee | Allow one to detect and handle the case where no lease could be obtained
via DHCP. (Just add a section "failed" to yo... | | |
Glenn L McGrath | c2942f0904e | "insmod caches the symbolname in a variable before modifying it and uses
the cached value afterwards." - Jean Wolter | | |
Glenn L McGrath | bb13624d8c3 | save a couple of bytes | | |
Glenn L McGrath | 502907f5b33 | The default behaviour for run-parts is corrected to continue if an error
is encountered in a script.
Patch by Philip ... | | |
Glenn L McGrath | 759515c26a8 | handle GPLONLY symbols | | |
Glenn L McGrath | 29a05f56d57 | "Without this patch, udhcpcd output may be buffered and delayed for
for minutes if stdout is not a tty." -vda@ | | |
Glenn L McGrath | 9b04f1841eb | Fix the substitution print subcommand, it should only print if its
own substitution matched, not previous ones.
e.g
e... | | |
Glenn L McGrath | 72f5f02184f | Remove some unwanted code, patch from Holger Schurig, confirmed by vodz | | |
Glenn L McGrath | 5cd6461b6fb | "Due to a wrong format parameter in a printf httpd does not work when
compiled for with CONFIG_LFS (large file suppor... | | |
Glenn L McGrath | e01c550eab1 | "A little patch for the strings applet of the busybox development tree
that substitutes two lines of code with a libb... | | |
Glenn L McGrath | 21aacba2b71 | Logic error, patch by Matteo Croce | | |
Glenn L McGrath | 8ce8f9b4826 | Remove stray '\n' | | |
Glenn L McGrath | 2233685f005 | Remove unused files | | |
Glenn L McGrath | 2ce002a7320 | Help for date -I when CONFIG_FEATURE_DATE_ISOFMT is enabled.
Patch by Steven Scholz | | |
Next → |