oweals/busybox.git
21 years agoTeach lash to get $1 $2 $3 etc correct
Eric Andersen [Fri, 8 Nov 2002 09:40:02 +0000 (09:40 -0000)]
Teach lash to get $1 $2 $3 etc correct
 -Erik

21 years ago#ifdef, not just #if... grrr
Glenn L McGrath [Fri, 8 Nov 2002 08:07:38 +0000 (08:07 -0000)]
#ifdef, not just #if... grrr

21 years agoFix reading from stdin (me), Fix tar segfault when no arguments specified (Geoffrey...
Glenn L McGrath [Fri, 8 Nov 2002 07:09:42 +0000 (07:09 -0000)]
Fix reading from stdin (me), Fix tar segfault when no arguments specified (Geoffrey Lee)

21 years agoRemove gratuitous and unnecessary "BusyBox" refernece in login prompt
Eric Andersen [Thu, 7 Nov 2002 02:45:55 +0000 (02:45 -0000)]
Remove gratuitous and unnecessary "BusyBox" refernece in login prompt
 -Erik

21 years agoFix a stupid typo
Eric Andersen [Thu, 7 Nov 2002 02:26:59 +0000 (02:26 -0000)]
Fix a stupid typo

21 years agoImplement a small strings applet
Eric Andersen [Thu, 7 Nov 2002 02:09:37 +0000 (02:09 -0000)]
Implement a small strings applet

21 years agoFix broken tabs
Eric Andersen [Thu, 7 Nov 2002 02:06:58 +0000 (02:06 -0000)]
Fix broken tabs

21 years agoUse a switch instead of successive if (strcmp()) statments.
Glenn L McGrath [Wed, 6 Nov 2002 23:35:28 +0000 (23:35 -0000)]
Use a switch instead of successive if (strcmp()) statments.

21 years agoSplit deb_extract() into more generic functions
Glenn L McGrath [Wed, 6 Nov 2002 22:54:41 +0000 (22:54 -0000)]
Split deb_extract() into more generic functions

21 years agoTerminate the buffer with a '\0'
Glenn L McGrath [Wed, 6 Nov 2002 22:31:45 +0000 (22:31 -0000)]
Terminate the buffer with a '\0'

21 years agotypo in udhcpc help
Russ Dill [Tue, 5 Nov 2002 20:13:41 +0000 (20:13 -0000)]
typo in udhcpc help

21 years agoversion number oops
Russ Dill [Tue, 5 Nov 2002 20:10:21 +0000 (20:10 -0000)]
version number oops

21 years agoSupport for bziped debs, i.e. use .tar.bz2 instead .tar.gz internally
Glenn L McGrath [Tue, 5 Nov 2002 13:56:04 +0000 (13:56 -0000)]
Support for bziped debs, i.e. use .tar.bz2 instead .tar.gz internally

21 years agoFail silently if a partial tar header is read as tar.bz2 is leaving trailing junk...
Glenn L McGrath [Tue, 5 Nov 2002 02:56:57 +0000 (02:56 -0000)]
Fail silently if a partial tar header is read as tar.bz2 is leaving trailing junk (not sure why), add some missing files

21 years agoenable .tar.bz2 for dpkg-deb
Glenn L McGrath [Tue, 5 Nov 2002 01:52:23 +0000 (01:52 -0000)]
enable .tar.bz2 for dpkg-deb

21 years agoChange filter paramaters, filters can be more powefull now
Glenn L McGrath [Mon, 4 Nov 2002 23:47:31 +0000 (23:47 -0000)]
Change filter paramaters, filters can be more powefull now

21 years agoCall lseek directly rather than via data_align()
Glenn L McGrath [Sun, 3 Nov 2002 14:14:53 +0000 (14:14 -0000)]
Call lseek directly rather than via data_align()

21 years agoAbstract read and seek in unarchiving code, convert bunzip to file descriptors, suppo...
Glenn L McGrath [Sun, 3 Nov 2002 14:05:15 +0000 (14:05 -0000)]
Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j

21 years agoFix #define syntax
Glenn L McGrath [Sun, 3 Nov 2002 12:50:33 +0000 (12:50 -0000)]
Fix #define syntax

21 years agoMove data_extract_all_prefix to dpkg, its only used there.
Glenn L McGrath [Sun, 3 Nov 2002 11:57:10 +0000 (11:57 -0000)]
Move data_extract_all_prefix to dpkg, its only used there.

21 years agoAdd copyright notice and license, use strcat+strcpy instead of sprintf
Glenn L McGrath [Sun, 3 Nov 2002 11:46:49 +0000 (11:46 -0000)]
Add copyright notice and license, use strcat+strcpy instead of sprintf

21 years agoUse xread_char to save a few bytes, fix indenting of comments
Glenn L McGrath [Sun, 3 Nov 2002 10:57:25 +0000 (10:57 -0000)]
Use xread_char to save a few bytes, fix indenting of comments

21 years agoMove bunzip2 idecompression code to libunarchive
Glenn L McGrath [Sun, 3 Nov 2002 07:28:38 +0000 (07:28 -0000)]
Move bunzip2 idecompression code to libunarchive

21 years agoTest for holes in swapfiles
Eric Andersen [Sun, 3 Nov 2002 00:25:23 +0000 (00:25 -0000)]
Test for holes in swapfiles
 -Erik

21 years agoMake uncompress a seperate applet so it doesnt pull in all the gunzip code
Glenn L McGrath [Fri, 1 Nov 2002 23:38:54 +0000 (23:38 -0000)]
Make uncompress a seperate applet so it doesnt pull in all the gunzip code

21 years agoAllow short reads when filling compress buffer
Glenn L McGrath [Fri, 1 Nov 2002 22:28:13 +0000 (22:28 -0000)]
Allow short reads when filling compress buffer

21 years agoAllow the .Z prefix if compress support enabled
Glenn L McGrath [Fri, 1 Nov 2002 22:11:53 +0000 (22:11 -0000)]
Allow the .Z prefix if compress support enabled

21 years agoMake it a fatal error if bad chksum or crc, if not we should return an error code
Glenn L McGrath [Fri, 1 Nov 2002 22:08:59 +0000 (22:08 -0000)]
Make it a fatal error if bad chksum or crc, if not we should return an error code

21 years agoReport errror if the first magic character doesnt match
Glenn L McGrath [Fri, 1 Nov 2002 21:40:52 +0000 (21:40 -0000)]
Report errror if the first magic character doesnt match

21 years agosync to udhcp 0.9.8
Russ Dill [Thu, 31 Oct 2002 19:21:27 +0000 (19:21 -0000)]
sync to udhcp 0.9.8

21 years agoUse a nifty macro to make testing gcc features simpler
Eric Andersen [Wed, 30 Oct 2002 06:55:37 +0000 (06:55 -0000)]
Use a nifty macro to make testing gcc features simpler
and much easier to read.
 -Erik

21 years agoFormatting
Eric Andersen [Sun, 27 Oct 2002 06:14:44 +0000 (06:14 -0000)]
Formatting

21 years agoUpdate the webpage
Eric Andersen [Sun, 27 Oct 2002 06:08:30 +0000 (06:08 -0000)]
Update the webpage
 -Erik

21 years agolast_patch64 from vodz: 0_60_5
Eric Andersen [Sat, 26 Oct 2002 10:27:42 +0000 (10:27 -0000)]
last_patch64 from vodz:

    The following usage from original user:
    $ ./busybox swapon -a
    Have typo problem:
    swapon: swapon: Operation not permitted

    But regular version:
    swapon: /dev/hda5: Operation not permitted

    Patch attached, reduced 9 bytes and advanced
    exit code also.

21 years agoA patch from Jouni Malinen to avoid some buffer overflows in vi,
Eric Andersen [Sat, 26 Oct 2002 10:19:19 +0000 (10:19 -0000)]
A patch from Jouni Malinen to avoid some buffer overflows in vi,
closing bug #1270

21 years agoIvan Popov noticed that handling of PREFIX was bad.
Eric Andersen [Sat, 26 Oct 2002 10:17:24 +0000 (10:17 -0000)]
Ivan Popov noticed that handling of PREFIX was bad.
 -Erik

21 years agoA bugfix from Danny Lepage:
Eric Andersen [Sat, 26 Oct 2002 10:05:37 +0000 (10:05 -0000)]
A bugfix from Danny Lepage:
    It seems that under busybox unstable, "tar -c -f - blabla" create
    a tar file named "-" instead of writing to stdout.

    The included patch should fix this.

21 years agoThis patch from Magnus Damm fixed a long standing problem
Eric Andersen [Fri, 25 Oct 2002 12:14:02 +0000 (12:14 -0000)]
This patch from Magnus Damm fixed a long standing problem
with freeing memory.

21 years agoFix warning
Eric Andersen [Tue, 22 Oct 2002 22:15:33 +0000 (22:15 -0000)]
Fix warning

21 years agomjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h>
Eric Andersen [Tue, 22 Oct 2002 20:08:51 +0000 (20:08 -0000)]
mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h>
but this conflicted with the internal pwd_.h and grp_.h.  Removing these
headers is correct, since the correct pwd/grp headers will be included via
busybox.h
 -Erik

21 years agovodz forgot to include the suid field
Eric Andersen [Tue, 22 Oct 2002 20:01:08 +0000 (20:01 -0000)]
vodz forgot to include the suid field

21 years agoApply patch from bug #1278 -- fix usage message for the
Eric Andersen [Tue, 22 Oct 2002 19:21:48 +0000 (19:21 -0000)]
Apply patch from bug #1278 -- fix usage message for the
start_stop_daemon applet.

21 years agovodz writes:
Eric Andersen [Tue, 22 Oct 2002 19:19:13 +0000 (19:19 -0000)]
vodz writes:
    Oops... Last patch 63 have small typo (stable/devel) mixing.
    Attached patch removing lines from TODO also :)

21 years agoI committed the fflush in the wrong spot. I should go to bed
Eric Andersen [Tue, 22 Oct 2002 19:15:43 +0000 (19:15 -0000)]
I committed the fflush in the wrong spot.  I should go to bed
earlier so I don't screw up such easy stuff.
 -Erik

21 years agolast_patch63 from vodz: add in crond and crontab applets
Eric Andersen [Tue, 22 Oct 2002 12:24:59 +0000 (12:24 -0000)]
last_patch63 from vodz: add in crond and crontab applets

21 years agoPatch last_pach62 from vodz. This patch moves all the /proc parsing
Eric Andersen [Tue, 22 Oct 2002 12:21:15 +0000 (12:21 -0000)]
Patch last_pach62 from vodz.  This patch moves all the /proc parsing
code into libbb so it can be shared by ps, top, etc, saving over 1.5k.

21 years agoApply last_patch51_3 from vodz
Eric Andersen [Tue, 22 Oct 2002 11:58:59 +0000 (11:58 -0000)]
Apply last_patch51_3 from vodz

21 years agoBe absurdly careful about flushing stdout.
Eric Andersen [Tue, 22 Oct 2002 11:45:20 +0000 (11:45 -0000)]
Be absurdly careful about flushing stdout.

21 years agoMove unzip.c uncompress.c from libbb to archiveal/libunarchive
Glenn L McGrath [Tue, 22 Oct 2002 01:07:32 +0000 (01:07 -0000)]
Move unzip.c uncompress.c from libbb to archiveal/libunarchive

21 years agogz_open is used anymore, use inflate directly, see how its done in get_header_tar_gz
Glenn L McGrath [Mon, 21 Oct 2002 06:29:55 +0000 (06:29 -0000)]
gz_open is used anymore, use inflate directly, see how its done in get_header_tar_gz

21 years agoDont try and make the "/" directory
Glenn L McGrath [Sat, 19 Oct 2002 23:56:41 +0000 (23:56 -0000)]
Dont try and make the "/" directory

21 years agoUpdate dpkg to use new unarchive code
Glenn L McGrath [Sat, 19 Oct 2002 10:40:55 +0000 (10:40 -0000)]
Update dpkg to use new unarchive code

21 years agoFix exclude/include problem
Glenn L McGrath [Sat, 19 Oct 2002 06:19:22 +0000 (06:19 -0000)]
Fix exclude/include problem

21 years agoFind a string in a list
Glenn L McGrath [Sat, 19 Oct 2002 05:10:51 +0000 (05:10 -0000)]
Find a string in a list

21 years agoRemove entries from the accept list as they are matched so we can determine if any...
Glenn L McGrath [Sat, 19 Oct 2002 02:18:51 +0000 (02:18 -0000)]
Remove entries from the accept list as they are matched so we can determine if any files that were specified in the list wernt found.

21 years agoDont use absolute pathname (dunno why i did that), fix tar filename/stdin problems
Glenn L McGrath [Sat, 19 Oct 2002 00:46:35 +0000 (00:46 -0000)]
Dont use absolute pathname (dunno why i did that), fix tar filename/stdin problems

21 years agoPut bac kthe code that handles cases where a '-' wasnt specified prior to the options.
Glenn L McGrath [Fri, 18 Oct 2002 23:59:40 +0000 (23:59 -0000)]
Put bac kthe code that handles cases where a '-' wasnt specified prior to the options.

21 years agoFix an obvious thinko
Eric Andersen [Fri, 18 Oct 2002 22:31:02 +0000 (22:31 -0000)]
Fix an obvious thinko
 -Erik

21 years agodisambiguate a test
Eric Andersen [Fri, 18 Oct 2002 22:18:10 +0000 (22:18 -0000)]
disambiguate a test

21 years agoFix needless formatting differences vs modutils
Eric Andersen [Fri, 18 Oct 2002 22:14:07 +0000 (22:14 -0000)]
Fix needless formatting differences vs modutils

21 years agoFix needless difference vs GNU
Eric Andersen [Fri, 18 Oct 2002 22:13:23 +0000 (22:13 -0000)]
Fix needless difference vs GNU

21 years agomissed add for udhcp
Russ Dill [Mon, 14 Oct 2002 21:47:07 +0000 (21:47 -0000)]
missed add for udhcp

21 years agoadded full udhcp integration
Russ Dill [Mon, 14 Oct 2002 21:41:28 +0000 (21:41 -0000)]
added full udhcp integration

21 years agoDoh! I screwed up applying vodz' patch.
Eric Andersen [Sat, 12 Oct 2002 04:16:08 +0000 (04:16 -0000)]
Doh!  I screwed up applying vodz' patch.
 -Erik

21 years agoAfter thinking about it, I think this patch from Matt Kraai is probably the
Eric Andersen [Sat, 12 Oct 2002 04:05:48 +0000 (04:05 -0000)]
After thinking about it, I think this patch from Matt Kraai is probably the
best way to go.  Sysvinit does not provide a controlling tty since it doesn't
even try to open ttys for apps.  We do.  So we should _try_ to provide a
controlling tty if possible, but we needn't freak out if it doesn't work.  This
way we won't need to use openvt or similar, we'll just have init do the Right
Thing(tm).

21 years agolast_patch61 from vodz:
Eric Andersen [Thu, 10 Oct 2002 04:20:21 +0000 (04:20 -0000)]
last_patch61 from vodz:
    New complex patch for decrease size devel version. Requires previous patch.
    Also removed small problems from dutmp and tar applets.
Also includes vodz' last_patch61_2:
    Last patch correcting comment for #endif and more integrated
    with libbb (very reduce size if used "cat" applet also).
    Requires last_patch61 for modutils/config.in.

21 years agolast_patch60 from vodz:
Eric Andersen [Thu, 10 Oct 2002 03:55:09 +0000 (03:55 -0000)]
last_patch60 from vodz:
    login and getty applets writes utmp/wtmp but init do clearing not.
    I think, in current time deny wtmp/utmp writes as undefault features.

21 years agolast_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa'
Eric Andersen [Thu, 10 Oct 2002 03:47:01 +0000 (03:47 -0000)]
last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa'

21 years agolast_patch58_2 from vodz -- add FEATURE_CPU_USAGE_PERCENTAGE option
Eric Andersen [Thu, 10 Oct 2002 03:44:12 +0000 (03:44 -0000)]
last_patch58_2 from vodz -- add FEATURE_CPU_USAGE_PERCENTAGE option

21 years agoFixed the script. It always put output to 'stdout' and never to
"Steven J. Hill" [Tue, 8 Oct 2002 21:33:51 +0000 (21:33 -0000)]
Fixed the script. It always put output to 'stdout' and never to
the 'modules.dep' file.

21 years agoRemember to delete docs/busybox.pod
Eric Andersen [Tue, 8 Oct 2002 19:31:04 +0000 (19:31 -0000)]
Remember to delete docs/busybox.pod

21 years agoFix missing \n noticed by Robert Schwebel
Eric Andersen [Tue, 8 Oct 2002 09:38:07 +0000 (09:38 -0000)]
Fix missing \n noticed by Robert Schwebel

21 years agoFix segfault when testing if reaidng from stdin "-"
Glenn L McGrath [Sun, 6 Oct 2002 23:25:23 +0000 (23:25 -0000)]
Fix segfault when testing if reaidng from stdin "-"

21 years agoFix init docs
Eric Andersen [Mon, 30 Sep 2002 20:59:33 +0000 (20:59 -0000)]
Fix init docs

21 years agoBugfix from Claudio Fleiner <claudio@fleiner.com>
Eric Andersen [Mon, 30 Sep 2002 20:53:38 +0000 (20:53 -0000)]
Bugfix from Claudio Fleiner <claudio@fleiner.com>

21 years agolast_patch58 from vodz:
Eric Andersen [Mon, 30 Sep 2002 20:52:10 +0000 (20:52 -0000)]
last_patch58 from vodz:
    Ok. I generate patch for include to busybox-devel my work with
    top (original author give me maintaining) and telnetd (my
    support and unofficial maintaining) applets.  Docs changes
    also: added awk, netstat, time applets to list ;)

21 years agoVodz' last_patch57:
Eric Andersen [Mon, 30 Sep 2002 20:39:56 +0000 (20:39 -0000)]
Vodz' last_patch57:
    Hi, Erik.

    my_getpw(uid/gid) and applets used it have problem:
    if username for uid not found, applets can`t detect it
    (but code pessent). Also "%8ld " format is bad:
    spaces not required (applets have self format
    or spec format (tar applet) and overflow for "id" applet...)
    This problem also pressent in stable version.
    Patch for unstable in attach.

    --w
    vodz

21 years agoFix dependancy so we rebuild busybox.o, usage.o and busybox.o
Eric Andersen [Mon, 30 Sep 2002 20:39:12 +0000 (20:39 -0000)]
Fix dependancy so we rebuild busybox.o, usage.o and busybox.o
whenever the config changes.
 -Erik

21 years agoUse %m, not strerror, and strerror(err) was broken anyways and should have been
Eric Andersen [Mon, 30 Sep 2002 20:20:20 +0000 (20:20 -0000)]
Use %m, not strerror, and strerror(err) was broken anyways and should have been
strerror(errno).  Problem noted by Alexey V. Neyman <alex.neyman@auriga.ru>

21 years agoPatch from Konstantin Isakov <ikm@pisem.net>:
Eric Andersen [Mon, 30 Sep 2002 20:14:57 +0000 (20:14 -0000)]
Patch from Konstantin Isakov <ikm@pisem.net>:
    In most cases, dirname returns the same argument it was given, so this code
    works nice, but there's one special case: when the name contains no
    dirname, it returns "." (stored statically in the body of itself), and we
    get a segfault in attempt to free() it.
This patch fixes this problem.

21 years agoDon't even try to run ash on uClinux. It won't work.
Eric Andersen [Mon, 30 Sep 2002 20:12:32 +0000 (20:12 -0000)]
Don't even try to run ash on uClinux.  It won't work.
 -Erik

21 years agoSet the close-on-exec flag, just to be saf
Eric Andersen [Mon, 30 Sep 2002 20:08:53 +0000 (20:08 -0000)]
Set the close-on-exec flag, just to be saf

21 years agoDoh. We divide microseconds by 60?
Eric Andersen [Mon, 30 Sep 2002 19:37:48 +0000 (19:37 -0000)]
Doh.  We divide microseconds by 60?

21 years agoSave status so we know if to delete compressed file
Glenn L McGrath [Mon, 30 Sep 2002 05:30:29 +0000 (05:30 -0000)]
Save status so we know if to delete compressed file

21 years agomake_directory() will fail instantly so we dont need to test for failure here
Glenn L McGrath [Sat, 28 Sep 2002 08:32:14 +0000 (08:32 -0000)]
make_directory() will fail instantly so we dont need to test for failure here

21 years agoFail straight away rather than recursively printing error messages :)
Glenn L McGrath [Sat, 28 Sep 2002 08:30:47 +0000 (08:30 -0000)]
Fail straight away rather than recursively printing error messages :)

21 years agoFix for using '-' as the filename when reading from stdin
Glenn L McGrath [Sat, 28 Sep 2002 02:06:39 +0000 (02:06 -0000)]
Fix for using '-' as the filename when reading from stdin

21 years agoBug fix from Nitin Gupta <gupta@equator.com>
Eric Andersen [Fri, 27 Sep 2002 23:34:53 +0000 (23:34 -0000)]
Bug fix from Nitin Gupta <gupta@equator.com>

21 years agoFix compress support and prevent a segfault
Glenn L McGrath [Fri, 27 Sep 2002 06:46:02 +0000 (06:46 -0000)]
Fix compress support and prevent a segfault

21 years agoFix simple define problem
Glenn L McGrath [Thu, 26 Sep 2002 16:01:21 +0000 (16:01 -0000)]
Fix simple define problem

21 years agoAvoid calling exit() from within fork/vfork'ed processes.
Eric Andersen [Thu, 26 Sep 2002 13:59:40 +0000 (13:59 -0000)]
Avoid calling exit() from within fork/vfork'ed processes.
 -Erik

21 years agoIgnoring SIGCHLD causes a race leading to the occasional hang of init
Eric Andersen [Wed, 25 Sep 2002 15:08:40 +0000 (15:08 -0000)]
Ignoring SIGCHLD causes a race leading to the occasional hang of init
when init will wait() on itself in waitfor() when the child exits before
init is scheduled to run.  Letting init hang is very seriously bad.
 -Erik

21 years agoReverse some minor changes that got caught up in my big unarchive patch
Glenn L McGrath [Wed, 25 Sep 2002 06:08:19 +0000 (06:08 -0000)]
Reverse some minor changes that got caught up in my big unarchive patch

21 years agoRemove files made obsolete by new unarchiving code
Glenn L McGrath [Wed, 25 Sep 2002 03:04:03 +0000 (03:04 -0000)]
Remove files made obsolete by new unarchiving code

21 years agoNew common unarchive code.
Glenn L McGrath [Wed, 25 Sep 2002 02:47:48 +0000 (02:47 -0000)]
New common unarchive code.

21 years agoFixup largefile settings
Eric Andersen [Sun, 22 Sep 2002 12:09:44 +0000 (12:09 -0000)]
Fixup largefile settings
 -Erik

21 years agoFix error messages conditions, and make them the same as GNU mkdir.
Glenn L McGrath [Sun, 22 Sep 2002 02:12:30 +0000 (02:12 -0000)]
Fix error messages conditions, and make them the same as GNU mkdir.

21 years agodon't leak FILEs
Eric Andersen [Fri, 20 Sep 2002 07:33:18 +0000 (07:33 -0000)]
don't leak FILEs

21 years agoupdate the noise a tiny bit
Eric Andersen [Wed, 18 Sep 2002 20:52:26 +0000 (20:52 -0000)]
update the noise a tiny bit

21 years agoUpdate webpage
Eric Andersen [Wed, 18 Sep 2002 20:48:20 +0000 (20:48 -0000)]
Update webpage