platform/upstream/busybox.git
22 years agoOk, here we go...
Eric Andersen [Thu, 2 Aug 2001 19:31:08 +0000 (19:31 -0000)]
Ok, here we go...

22 years agoCommit NMU changelog.
Matt Kraai [Thu, 2 Aug 2001 15:12:16 +0000 (15:12 -0000)]
Commit NMU changelog.

22 years agoMore libc5 fixups
Eric Andersen [Thu, 2 Aug 2001 10:55:32 +0000 (10:55 -0000)]
More libc5 fixups
 -Erik

22 years agoSome libc5 cleanups
Eric Andersen [Thu, 2 Aug 2001 09:58:41 +0000 (09:58 -0000)]
Some libc5 cleanups

22 years agomake_directory used mode as if it were an signed entity, but in fact
Eric Andersen [Thu, 2 Aug 2001 09:58:19 +0000 (09:58 -0000)]
make_directory used mode as if it were an signed entity, but in fact
it was a mode_t which is unsigned.  Fix it to be signed...
 -Erik

22 years agoTeach libc5 about realpath
Eric Andersen [Thu, 2 Aug 2001 09:55:58 +0000 (09:55 -0000)]
Teach libc5 about realpath
 -Erik

22 years agoTeach libc5 what a sighandler_t is
Eric Andersen [Thu, 2 Aug 2001 09:52:40 +0000 (09:52 -0000)]
Teach libc5 what a sighandler_t is
 -Erik

22 years agomultibuild.pl saves us again. unix2dos requires that dos2unix
Eric Andersen [Thu, 2 Aug 2001 09:21:17 +0000 (09:21 -0000)]
multibuild.pl saves us again.  unix2dos requires that dos2unix
be enabled.
 -Erik

22 years agoOk, if no shell is enabled, don't include any of the SH_IS_<name>
Eric Andersen [Thu, 2 Aug 2001 08:48:03 +0000 (08:48 -0000)]
Ok, if no shell is enabled, don't include any of the SH_IS_<name>
options or the build will fail
 -Erik

22 years agoScrub away the last leftovers from BB_FEATURE_<shell>. Good thing
Eric Andersen [Thu, 2 Aug 2001 08:42:58 +0000 (08:42 -0000)]
Scrub away the last leftovers from BB_FEATURE_<shell>.  Good thing
for multibuild.pl -- I would have missed this stupid mess otherwise.
 -Erik

22 years agoPatch from Robert J. Osborne <rj@resourceinternational.com> that fixes
Eric Andersen [Thu, 2 Aug 2001 05:26:41 +0000 (05:26 -0000)]
Patch from Robert J. Osborne <rj@resourceinternational.com> that fixes
a bug in vi where the beginning of the text space was not checked
before dot is decremented for delete and escape sequences on an empty
file.

22 years agoOops. I forgot to commit this part of vodz' patch.
Eric Andersen [Thu, 2 Aug 2001 05:18:55 +0000 (05:18 -0000)]
Oops.  I forgot to commit this part of vodz' patch.

22 years agoLatest patch from vodz. Adds a check for divide by zero in the posix
Eric Andersen [Thu, 2 Aug 2001 05:02:46 +0000 (05:02 -0000)]
Latest patch from vodz.  Adds a check for divide by zero in the posix
math suport, cleaner math syntax error checking, moves redundant signal
string tables (from kill and ash) into libbb and provides a few
cleanups elsewhere.

22 years agoAllow multiple shells to be enabled.
Matt Kraai [Wed, 1 Aug 2001 17:21:35 +0000 (17:21 -0000)]
Allow multiple shells to be enabled.

22 years agoFix behavior of grep -lc to match GNU grep. SuS2 is ambiguous
Eric Andersen [Tue, 31 Jul 2001 23:18:49 +0000 (23:18 -0000)]
Fix behavior of grep -lc to match GNU grep.  SuS2 is ambiguous
on the correct behavior, so acting like GNU grep seems best
 -Erik

22 years agoSilence some silly warnings
Eric Andersen [Tue, 31 Jul 2001 22:53:36 +0000 (22:53 -0000)]
Silence some silly warnings

22 years agoSilence a silly warning
Eric Andersen [Tue, 31 Jul 2001 22:51:49 +0000 (22:51 -0000)]
Silence a silly warning

22 years agoMake formatting match GNU ls (we were including a spare ' ')
Eric Andersen [Tue, 31 Jul 2001 22:43:50 +0000 (22:43 -0000)]
Make formatting match GNU ls (we were including a spare ' ')
 -Erik

22 years agoFix the let builtin (so we can close bug #1196) and remove the
Eric Andersen [Tue, 31 Jul 2001 21:38:23 +0000 (21:38 -0000)]
Fix the let builtin (so we can close bug #1196) and remove the
nonstandard exp builtin.
 -Erik

22 years agoAlways write record counts to stderr.
Matt Kraai [Tue, 31 Jul 2001 21:02:19 +0000 (21:02 -0000)]
Always write record counts to stderr.

22 years agoI just wrote up a simple pidof applet, closing bug #1197
Eric Andersen [Tue, 31 Jul 2001 19:06:07 +0000 (19:06 -0000)]
I just wrote up a simple pidof applet, closing bug #1197
 -Erik

22 years agoGive credit to Adam Slattery.
Matt Kraai [Tue, 31 Jul 2001 16:44:16 +0000 (16:44 -0000)]
Give credit to Adam Slattery.

22 years agoI think this should be the final changelog update...
Eric Andersen [Tue, 31 Jul 2001 16:11:41 +0000 (16:11 -0000)]
I think this should be the final changelog update...
 -Erik

22 years agoDon't save and restore readonly flag if BB_FEATURE_VI_READONLY isn't enabled.
Matt Kraai [Tue, 31 Jul 2001 15:01:12 +0000 (15:01 -0000)]
Don't save and restore readonly flag if BB_FEATURE_VI_READONLY isn't enabled.

22 years agoThis incorporates Posix math support into ash. The Posix math support
Eric Andersen [Mon, 30 Jul 2001 21:41:37 +0000 (21:41 -0000)]
This incorporates Posix math support into ash.  The Posix math support
was written by Aaron Lehmann <aaronl@vitelus.com> for busybox.  This
patch makes a few trivial changes to Aaron's code so that it can be
used (in theory) by the other shells as well...
 -Erik

22 years agoSimplify/clarify the shell dependant bit of Config.h
Eric Andersen [Mon, 30 Jul 2001 19:33:00 +0000 (19:33 -0000)]
Simplify/clarify the shell dependant bit of Config.h

22 years agoThis depmod script will create a modules.dep file, just like the depmod
Eric Andersen [Mon, 30 Jul 2001 19:32:03 +0000 (19:32 -0000)]
This depmod script will create a modules.dep file, just like the depmod
binary from modutils.  This one, however, can be run on the _host_
system (need not be run on the target) and is fully cross platform, so
even if your target is ARM or powerpc or whatever, this will still
work.  When used to support the new modprobe applet, this allows
busybox to fully supplant modutils for architectures supported by
busybox insmod.
 -Erik

22 years agoFix up the sample inittab entry per what is current.
Eric Andersen [Mon, 30 Jul 2001 19:28:33 +0000 (19:28 -0000)]
Fix up the sample inittab entry per what is current.
 -Erik

22 years agoRework option handling to save space.
Matt Kraai [Mon, 30 Jul 2001 14:43:20 +0000 (14:43 -0000)]
Rework option handling to save space.

22 years agoPreserve whether or not the line was previously altered when running a
Matt Kraai [Mon, 30 Jul 2001 14:05:58 +0000 (14:05 -0000)]
Preserve whether or not the line was previously altered when running a
subst command (discovery and patch by Jim Gleason).

22 years agoIf filename is a '-' then read from stdin to stdout
Glenn L McGrath [Mon, 30 Jul 2001 04:48:50 +0000 (04:48 -0000)]
If filename is a '-' then read from stdin to stdout

22 years agoNote my uuencode work
Glenn L McGrath [Sun, 29 Jul 2001 06:07:35 +0000 (06:07 -0000)]
Note my uuencode work

22 years agoFix permisions when reading from stdin
Glenn L McGrath [Sun, 29 Jul 2001 06:04:26 +0000 (06:04 -0000)]
Fix permisions when reading from stdin

22 years agoFix broken logic when wraping encoded data into rows, also simplifies it a bit
Glenn L McGrath [Sun, 29 Jul 2001 05:47:33 +0000 (05:47 -0000)]
Fix broken logic when wraping encoded data into rows, also simplifies it a bit

22 years agoThe src buffer size has to be a multiple of 3 (as i noted, but didnt do).
Glenn L McGrath [Sat, 28 Jul 2001 21:34:25 +0000 (21:34 -0000)]
The src buffer size has to be a multiple of 3 (as i noted, but didnt do).

22 years agoRewrite based on wget uuencode function.
Glenn L McGrath [Sat, 28 Jul 2001 21:06:13 +0000 (21:06 -0000)]
Rewrite based on wget uuencode function.
Saves aprox. 200 Bytes and in future can use common code between
this and wget if BB_FEATURE_WGET_AUTHENTICATION is defined.

22 years agoPArtial Changelog update. I'm still on vacation (I'm at a campground
Eric Andersen [Sat, 28 Jul 2001 16:35:51 +0000 (16:35 -0000)]
PArtial Changelog update.  I'm still on vacation (I'm at a campground
near the Grand Teton Mountains in Montana at the moment and my
connection is terribly slow) so this is a partial update only,
 -Erik

22 years agoShorten static package description.
Matt Kraai [Thu, 26 Jul 2001 14:45:21 +0000 (14:45 -0000)]
Shorten static package description.

22 years agoRename dirname variable to pathname to eliminate namespace conflict.
Matt Kraai [Thu, 26 Jul 2001 14:26:53 +0000 (14:26 -0000)]
Rename dirname variable to pathname to eliminate namespace conflict.

22 years agochar renamed can never be negative on ARM (rp->renamed[i] != EMPTY)
Russ Dill [Thu, 26 Jul 2001 05:58:40 +0000 (05:58 -0000)]
char renamed can never be negative on ARM (rp->renamed[i] != EMPTY)

22 years agoNote that m68k is supported
Eric Andersen [Wed, 25 Jul 2001 16:58:58 +0000 (16:58 -0000)]
Note that m68k is supported

22 years agoCleanup some warnings and a really obvious bug.
Eric Andersen [Wed, 25 Jul 2001 07:23:38 +0000 (07:23 -0000)]
Cleanup some warnings and a really obvious bug.
 -Erik

22 years agoThis fixes dos2unix and unix2dos so they behave as expected. dos2unix
Eric Andersen [Wed, 25 Jul 2001 07:22:55 +0000 (07:22 -0000)]
This fixes dos2unix and unix2dos so they behave as expected.  dos2unix
was broken in the 0.52 release, and unix2dos was pretty lame...
 -Erik

22 years agoUpdate my email address and applets
Glenn L McGrath [Tue, 24 Jul 2001 02:46:35 +0000 (02:46 -0000)]
Update my email address and applets

22 years agonote dpkg rewrite
Glenn L McGrath [Tue, 24 Jul 2001 02:41:06 +0000 (02:41 -0000)]
note dpkg rewrite

22 years agoAdd support for devfs device names.
Matt Kraai [Mon, 23 Jul 2001 14:52:08 +0000 (14:52 -0000)]
Add support for devfs device names.

22 years agoAn initial modproble implementation. Quite suboptimal still,
Eric Andersen [Sun, 22 Jul 2001 23:01:03 +0000 (23:01 -0000)]
An initial modproble implementation.  Quite suboptimal still,
but it does work...

22 years agoSome patches to make dietlibc work...
Eric Andersen [Sun, 22 Jul 2001 23:00:15 +0000 (23:00 -0000)]
Some patches to make dietlibc work...

22 years agoSome adjustments, mostly from David McCullough <davidm@lineo.com> to
Eric Andersen [Thu, 19 Jul 2001 22:28:02 +0000 (22:28 -0000)]
Some adjustments, mostly from David McCullough <davidm@lineo.com> to
make busybox be more uClinux friendly.  I also adjusted Config.h for
uClinux so it will automagically disable apps the arn't going to
work without fork() and such.
 -Erik

22 years agoThe -P prefix should only be prepended to filenames which are not explicitly
Matt Kraai [Thu, 19 Jul 2001 19:13:55 +0000 (19:13 -0000)]
The -P prefix should only be prepended to filenames which are not explicitly
specified.

22 years agoNote that wget fix is important.
Matt Kraai [Thu, 19 Jul 2001 17:46:17 +0000 (17:46 -0000)]
Note that wget fix is important.

22 years agoThe directory name should only be prepended if one was specified.
Matt Kraai [Thu, 19 Jul 2001 17:29:38 +0000 (17:29 -0000)]
The directory name should only be prepended if one was specified.

22 years agoAdd a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.c
Matt Kraai [Thu, 19 Jul 2001 15:00:14 +0000 (15:00 -0000)]
Add a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.c
(noted by Adam Slattery).

22 years agoCleanup (most) memory leaks
Glenn L McGrath [Thu, 19 Jul 2001 12:15:13 +0000 (12:15 -0000)]
Cleanup (most) memory leaks

22 years agoChange read_package_field interface, and rewrite using low level functions
Glenn L McGrath [Wed, 18 Jul 2001 15:47:21 +0000 (15:47 -0000)]
Change read_package_field interface, and rewrite using low level functions
Fixes for a few bugs that have crept into dpkg in the last few days

22 years agoFix extract_archive so it doesnt mangle filenames, dont try and extract "./" and...
Glenn L McGrath [Wed, 18 Jul 2001 13:22:44 +0000 (13:22 -0000)]
Fix extract_archive so it doesnt mangle filenames, dont try and extract "./" and strip leading "./" on other files

22 years agoUse the unofficial -C instead of -c to --configure a package, -c conflicts with anoth...
Glenn L McGrath [Wed, 18 Jul 2001 05:17:39 +0000 (05:17 -0000)]
Use the unofficial -C instead of -c to --configure a package, -c conflicts with another dpkg command

22 years agoUpdate dpkg usage
Glenn L McGrath [Wed, 18 Jul 2001 05:16:31 +0000 (05:16 -0000)]
Update dpkg usage

22 years agoMore feedback to user
Glenn L McGrath [Wed, 18 Jul 2001 05:03:49 +0000 (05:03 -0000)]
More feedback to user

22 years agoBe more verbose when configureing package, minor changes
Glenn L McGrath [Wed, 18 Jul 2001 04:33:31 +0000 (04:33 -0000)]
Be more verbose when configureing package, minor changes

22 years agoFail silently on failure to read tar header, its unfortunate that many tar implementa...
Glenn L McGrath [Wed, 18 Jul 2001 03:23:10 +0000 (03:23 -0000)]
Fail silently on failure to read tar header, its unfortunate that many tar implementations must be adding unwanted crap to the end of their archives.
It makes error reporting here more trouble than its worth

22 years agoUse xfopen to abort on error to prevent segfaulting later.
Glenn L McGrath [Wed, 18 Jul 2001 03:13:49 +0000 (03:13 -0000)]
Use xfopen to abort on error to prevent segfaulting later.

22 years agoCleanup from vodz
Eric Andersen [Tue, 17 Jul 2001 01:14:06 +0000 (01:14 -0000)]
Cleanup from vodz

22 years agoThis is vodz' latest patch. Sorry it took so long...
Eric Andersen [Tue, 17 Jul 2001 01:12:36 +0000 (01:12 -0000)]
This is vodz' latest patch.  Sorry it took so long...
    1) ping cleanup (compile fix from this patch already applied).
    2) traceroute call not spare ntohl() now (and reduce size);
    3) Fix for functions not declared static in insmod, ash, vi and mount.
    4) a more simple API cmdedit :))
    5) adds "stopped jobs" warning to ash on Ctrl-D and fixes "ignoreeof" option
    6) reduce exporting library function index->strchr (traceroute), bzero->memset (syslogd)

22 years agoenum entry for unarchive to be used by tar
Glenn L McGrath [Sat, 14 Jul 2001 12:38:55 +0000 (12:38 -0000)]
enum entry for unarchive to be used by tar

22 years agoAllow the unarchive() extract_list variable to be NULL, meaning extract all
Glenn L McGrath [Sat, 14 Jul 2001 08:49:53 +0000 (08:49 -0000)]
Allow the unarchive() extract_list variable to be NULL, meaning extract all

22 years agoTolerate fields with no data, e.g. "Depends: "
Glenn L McGrath [Sat, 14 Jul 2001 06:25:54 +0000 (06:25 -0000)]
Tolerate fields with no data, e.g. "Depends: "

22 years agoAllow featureless ping to compile, and featureful ping to shrink
Matt Kraai [Fri, 13 Jul 2001 20:56:27 +0000 (20:56 -0000)]
Allow featureless ping to compile, and featureful ping to shrink
(by Adam Slattery).

22 years agoTotal rewrite, uses hash tables for speed and low memory use.
Glenn L McGrath [Fri, 13 Jul 2001 18:35:24 +0000 (18:35 -0000)]
Total rewrite, uses hash tables for speed and low memory use.

22 years agoReturn NULL if file doesnt open in deb_extract
Glenn L McGrath [Fri, 13 Jul 2001 18:16:57 +0000 (18:16 -0000)]
Return NULL if file doesnt open in deb_extract

22 years agoMake sure there is a trailing '\0' when extracting to buffer.
Glenn L McGrath [Fri, 13 Jul 2001 17:59:48 +0000 (17:59 -0000)]
Make sure there is a trailing '\0' when extracting to buffer.

22 years agoDont setvbuff in here, must be called just after stream is initialised, glibc tolerat...
Glenn L McGrath [Fri, 13 Jul 2001 06:51:56 +0000 (06:51 -0000)]
Dont setvbuff in here, must be called just after stream is initialised, glibc tolerates using it later, uclibc doesnt

22 years agoCall setvbuf from here isntead of gz_open for compatability with uclibc
Glenn L McGrath [Fri, 13 Jul 2001 06:49:18 +0000 (06:49 -0000)]
Call setvbuf from here isntead of gz_open for compatability with uclibc

22 years agoMove setvbuf calls from gz_open() to calling functions, setvbuf is only supposed...
Glenn L McGrath [Fri, 13 Jul 2001 06:43:03 +0000 (06:43 -0000)]
Move setvbuf calls from gz_open() to calling functions, setvbuf is only supposed to be called prior to opening the stream, glibc tolerates later use, uclibc doesnt.

22 years agoPatch from vodz:
Eric Andersen [Thu, 12 Jul 2001 20:26:32 +0000 (20:26 -0000)]
Patch from vodz:
    Changed email address
    cmdedit API change
    optimizations for traceroute and md5sum
    added a new shared create_icmp_socket() function

22 years agoAllow assignments in the export and readonly commands.
Matt Kraai [Thu, 12 Jul 2001 19:39:59 +0000 (19:39 -0000)]
Allow assignments in the export and readonly commands.

22 years agoRemove debugging statement.
Matt Kraai [Thu, 12 Jul 2001 18:44:34 +0000 (18:44 -0000)]
Remove debugging statement.

22 years agoQuiet mode, sometimes error messages arent wanted
Glenn L McGrath [Thu, 12 Jul 2001 10:24:57 +0000 (10:24 -0000)]
Quiet mode, sometimes error messages arent wanted

22 years agoAllow unarchive to redirect stdout (tobe used by dpkg applet)
Glenn L McGrath [Wed, 11 Jul 2001 17:32:14 +0000 (17:32 -0000)]
Allow unarchive to redirect stdout (tobe used by dpkg applet)

22 years agoFix bug where it wasnt returning the last line of a multiline field
Glenn L McGrath [Wed, 11 Jul 2001 15:43:03 +0000 (15:43 -0000)]
Fix bug where it wasnt returning the last line of a multiline field

22 years agoReverse part of my previous changes
Glenn L McGrath [Wed, 11 Jul 2001 15:32:52 +0000 (15:32 -0000)]
Reverse part of my previous changes

22 years agofree coniditionally, just to make it play nice with dmalloc which is incompatable...
Glenn L McGrath [Wed, 11 Jul 2001 07:25:01 +0000 (07:25 -0000)]
free coniditionally, just to make it play nice with dmalloc which is incompatable with standard free()

22 years agoMake the obj's generated from libbb/unarchive.c depend on the
Eric Andersen [Wed, 11 Jul 2001 07:24:05 +0000 (07:24 -0000)]
Make the obj's generated from libbb/unarchive.c depend on the
Makefile, so things like setting DODMALLOC will cause them to
be recompiled
 -Erik

22 years agominor dmalloc inspired cleanups
Glenn L McGrath [Wed, 11 Jul 2001 07:22:17 +0000 (07:22 -0000)]
minor dmalloc inspired cleanups

22 years agoUnpack the filename not the package name
Glenn L McGrath [Wed, 11 Jul 2001 03:30:11 +0000 (03:30 -0000)]
Unpack the filename not the package name

22 years agoFix a stupid search and replace bug...
Eric Andersen [Tue, 10 Jul 2001 16:57:09 +0000 (16:57 -0000)]
Fix a stupid search and replace bug...

22 years agoPatch for md5sum from Aaron Lehmann <aaronl@vitelus.com> to slim
Eric Andersen [Tue, 10 Jul 2001 16:31:29 +0000 (16:31 -0000)]
Patch for md5sum from Aaron Lehmann <aaronl@vitelus.com> to slim
it down a little bit.

22 years agoA traceroute applet from vodz. This could probably be slimmed down,
Eric Andersen [Tue, 10 Jul 2001 16:29:00 +0000 (16:29 -0000)]
A traceroute applet from vodz.  This could probably be slimmed down,
but will do for now...

22 years agoCleanup from vodz
Eric Andersen [Tue, 10 Jul 2001 16:25:34 +0000 (16:25 -0000)]
Cleanup from vodz

22 years agoMake the rev be 0.53pre...
Eric Andersen [Tue, 10 Jul 2001 15:24:16 +0000 (15:24 -0000)]
Make the rev be 0.53pre...

22 years agoRead 20 512-byte blocks at a time (like GNU tar).
Matt Kraai [Tue, 10 Jul 2001 15:05:39 +0000 (15:05 -0000)]
Read 20 512-byte blocks at a time (like GNU tar).

22 years agoReverse my previous change, still cant compile with dmalloc
Glenn L McGrath [Tue, 10 Jul 2001 14:33:22 +0000 (14:33 -0000)]
Reverse my previous change, still cant compile with dmalloc

22 years agoWhen compiling unarchive objects link to $(LIBRARIES) incase using dmalloc
Glenn L McGrath [Tue, 10 Jul 2001 14:04:30 +0000 (14:04 -0000)]
When compiling unarchive objects link to $(LIBRARIES) incase using dmalloc

22 years agoUpdate version number to 0.53pre.
Matt Kraai [Tue, 10 Jul 2001 13:57:30 +0000 (13:57 -0000)]
Update version number to 0.53pre.

22 years agovodz' latest update to ash.c
Eric Andersen [Tue, 10 Jul 2001 06:09:16 +0000 (06:09 -0000)]
vodz' latest update to ash.c

22 years agoPatch from vodz to support 'tr a-z A-Z' syntax.
Eric Andersen [Mon, 9 Jul 2001 21:32:29 +0000 (21:32 -0000)]
Patch from vodz to support 'tr a-z A-Z' syntax.

22 years agoFix the spec file so it works on redhat systems. At least I think
Eric Andersen [Mon, 9 Jul 2001 18:34:12 +0000 (18:34 -0000)]
Fix the spec file so it works on redhat systems.  At least I think
it will work on redhat.  At least it now works on my Debian box...
 -Erik

22 years agoMinor working update
Eric Andersen [Sat, 7 Jul 2001 16:36:29 +0000 (16:36 -0000)]
Minor working update

22 years agoMove a bit more to the old news section
Eric Andersen [Sat, 7 Jul 2001 09:38:30 +0000 (09:38 -0000)]
Move a bit more to the old news section

22 years agoEnable APPLETS_ALWAYS_WIN
Eric Andersen [Sat, 7 Jul 2001 09:37:28 +0000 (09:37 -0000)]
Enable APPLETS_ALWAYS_WIN