oweals/busybox.git
23 years agoClose unused pipe handle before fork (for tar -z).
Glenn L McGrath [Sat, 20 Jan 2001 00:12:21 +0000 (00:12 -0000)]
Close unused pipe handle before fork (for tar -z).

23 years agoAll files include busybox.h, which includes applets.h, so the Makefile
Matt Kraai [Thu, 18 Jan 2001 03:03:09 +0000 (03:03 -0000)]
All files include busybox.h, which includes applets.h, so the Makefile
should reflect this.  Thanks to Vladimir N. Oleynik for the idea.

23 years agoEliminate calls of the form "fprintf(stdout,". Thanks for the idea to
Matt Kraai [Thu, 18 Jan 2001 02:57:08 +0000 (02:57 -0000)]
Eliminate calls of the form "fprintf(stdout,".  Thanks for the idea to
Vladimir N. Oleynik.

23 years agoComplicate truncate behavior.
Matt Kraai [Wed, 17 Jan 2001 00:21:05 +0000 (00:21 -0000)]
Complicate truncate behavior.

23 years agoFix the exit status of umount -a, a casualty of the TRUE/FALSE normalization.
Matt Kraai [Wed, 17 Jan 2001 00:12:11 +0000 (00:12 -0000)]
Fix the exit status of umount -a, a casualty of the TRUE/FALSE normalization.
Thanks to Francois-R Boyer <boyerf@IRO.UMontreal.CA> for the report.

23 years agoShow an example of how to compile with uClibc.
Eric Andersen [Tue, 16 Jan 2001 21:20:46 +0000 (21:20 -0000)]
Show an example of how to compile with uClibc.
 -Erik

23 years agoFix ownership of extracted directories.
Matt Kraai [Sat, 13 Jan 2001 21:46:25 +0000 (21:46 -0000)]
Fix ownership of extracted directories.

23 years agoRemoved unused, unneeded, Lineo-specific script.
Mark Whitley [Tue, 9 Jan 2001 23:09:45 +0000 (23:09 -0000)]
Removed unused, unneeded, Lineo-specific script.

23 years agoNeeds to be NULL at init in all cases.
Eric Andersen [Fri, 5 Jan 2001 21:23:44 +0000 (21:23 -0000)]
Needs to be NULL at init in all cases.

23 years agoChangelog update/cleanup from larry.
Eric Andersen [Fri, 5 Jan 2001 21:01:01 +0000 (21:01 -0000)]
Changelog update/cleanup from larry.

23 years agoPatch from larry doolittle to be ever so careful to cleanup
Eric Andersen [Fri, 5 Jan 2001 20:58:22 +0000 (20:58 -0000)]
Patch from larry doolittle to be ever so careful to cleanup
all open file descriptors, lest wierdness happen later.

23 years agoBetter label the globals.
Eric Andersen [Fri, 5 Jan 2001 19:37:32 +0000 (19:37 -0000)]
Better label the globals.

23 years agoPatch from Larry Doolittle to set values to static variables that live in the
Eric Andersen [Fri, 5 Jan 2001 19:34:52 +0000 (19:34 -0000)]
Patch from Larry Doolittle to set values to static variables that live in the
bss at runtime, since sh.c can call sh.c, which causes these variables to not
be set to their defaults as god intended.
 -Erik

23 years agoTurned some #define constants into static const ints.
Mark Whitley [Fri, 5 Jan 2001 18:19:30 +0000 (18:19 -0000)]
Turned some #define constants into static const ints.

23 years agoRewrote tail.
Matt Kraai [Fri, 5 Jan 2001 02:57:53 +0000 (02:57 -0000)]
Rewrote tail.

23 years agoFix a segfault by only constructing the prompt when we need to. If we don't
Matt Kraai [Fri, 5 Jan 2001 02:53:11 +0000 (02:53 -0000)]
Fix a segfault by only constructing the prompt when we need to.  If we don't
do this we will segfault processing /etc/.profile since cwd isn't yet set.

23 years agoChanged email address to codepoet.org, updated list of applets / docs I
Mark Whitley [Thu, 4 Jan 2001 22:21:13 +0000 (22:21 -0000)]
Changed email address to codepoet.org, updated list of applets / docs I
maintain in AUTHORS.

23 years agoIncluded name of Larry Doolittle's build test script. Shameless self-crediting
Mark Whitley [Thu, 4 Jan 2001 22:07:50 +0000 (22:07 -0000)]
Included name of Larry Doolittle's build test script. Shameless self-crediting
of a few items.

23 years agoUpdate to changelog -- mostly from Larry Doolittle.
Eric Andersen [Thu, 4 Jan 2001 21:14:15 +0000 (21:14 -0000)]
Update to changelog -- mostly from Larry Doolittle.

23 years agoFixed -qv interaction (thanks to a report and patch from David Douthitt).
Matt Kraai [Thu, 4 Jan 2001 15:11:52 +0000 (15:11 -0000)]
Fixed -qv interaction (thanks to a report and patch from David Douthitt).

23 years agoMove window size handling to cmdedit.c. Move prompt setup to setup_prompt_string()
Eric Andersen [Thu, 4 Jan 2001 11:10:38 +0000 (11:10 -0000)]
Move window size handling to cmdedit.c.  Move prompt setup to setup_prompt_string()

23 years agoUpdate interface per what now exists...
Eric Andersen [Thu, 4 Jan 2001 11:09:00 +0000 (11:09 -0000)]
Update interface per what now exists...

23 years agoCleanup -- move win handling to cmdedit.c, static-ify many functions.
Eric Andersen [Thu, 4 Jan 2001 11:08:45 +0000 (11:08 -0000)]
Cleanup -- move win handling to cmdedit.c, static-ify many functions.

23 years agoFix symbol table manipulation (report and fix by Larry Doolittle).
Matt Kraai [Thu, 4 Jan 2001 02:00:17 +0000 (02:00 -0000)]
Fix symbol table manipulation (report and fix by Larry Doolittle).

23 years agoAdded new script from Larry Doolittle that builds each applet individually.
Mark Whitley [Thu, 4 Jan 2001 01:05:55 +0000 (01:05 -0000)]
Added new script from Larry Doolittle that builds each applet individually.

23 years agoBehave like GNU tar when matching excluded files.
Matt Kraai [Wed, 3 Jan 2001 17:22:10 +0000 (17:22 -0000)]
Behave like GNU tar when matching excluded files.

23 years agoPrevent / doubling and shrink parse_url.
Matt Kraai [Wed, 3 Jan 2001 16:15:15 +0000 (16:15 -0000)]
Prevent / doubling and shrink parse_url.

23 years agoFix warning for unused variable
Glenn L McGrath [Wed, 3 Jan 2001 01:44:49 +0000 (01:44 -0000)]
Fix warning for unused variable

23 years agoenable is_direcotry() for dpkg-deb
Glenn L McGrath [Wed, 3 Jan 2001 01:38:29 +0000 (01:38 -0000)]
enable is_direcotry() for dpkg-deb

23 years agoAdd dpkg-deb documentation
Glenn L McGrath [Wed, 3 Jan 2001 01:06:30 +0000 (01:06 -0000)]
Add dpkg-deb documentation

23 years agoDisable a bunch of less common stuff by default. This produces
Eric Andersen [Wed, 3 Jan 2001 00:14:45 +0000 (00:14 -0000)]
Disable a bunch of less common stuff by default.  This produces
a more reasonable sized default build.

23 years agoLogger forgot to NULL terminate strings from stdin.
Eric Andersen [Wed, 3 Jan 2001 00:06:46 +0000 (00:06 -0000)]
Logger forgot to NULL terminate strings from stdin.

23 years agoreally add dpkg-deb.c this time
Glenn L McGrath [Tue, 2 Jan 2001 23:49:26 +0000 (23:49 -0000)]
really add dpkg-deb.c this time

23 years agoadd dpkg-deb command
Glenn L McGrath [Tue, 2 Jan 2001 23:41:50 +0000 (23:41 -0000)]
add dpkg-deb command

23 years agoUpdate logger usage information.
Matt Kraai [Tue, 2 Jan 2001 22:54:12 +0000 (22:54 -0000)]
Update logger usage information.

23 years agoLog stdin when no message given and use getopt.
Matt Kraai [Tue, 2 Jan 2001 18:13:58 +0000 (18:13 -0000)]
Log stdin when no message given and use getopt.

23 years agoI just whipped up support for arbitrary regex delimiters, so
Eric Andersen [Tue, 2 Jan 2001 11:01:31 +0000 (11:01 -0000)]
I just whipped up support for arbitrary regex delimiters, so
now things such as
    $ echo foo | sed 'sxfooxb\arx'
    bar
will work as expected (and so doogie can stop complaining).
 -Erik

23 years agoBetter dmalloc handling
Eric Andersen [Tue, 2 Jan 2001 01:16:38 +0000 (01:16 -0000)]
Better dmalloc handling

23 years agoBe more careful about dmalloc handling
Eric Andersen [Tue, 2 Jan 2001 01:16:02 +0000 (01:16 -0000)]
Be more careful about dmalloc handling

23 years agoImprovements from Vladimir N. Oleynik.
Matt Kraai [Sat, 30 Dec 2000 07:46:23 +0000 (07:46 -0000)]
Improvements from Vladimir N. Oleynik.

23 years agoFix lower casing for weird locales.
Matt Kraai [Tue, 26 Dec 2000 16:36:10 +0000 (16:36 -0000)]
Fix lower casing for weird locales.

23 years agoCleanup from Gennady Feldman <gfeldman@mail.com>
Eric Andersen [Fri, 22 Dec 2000 18:02:02 +0000 (18:02 -0000)]
Cleanup from Gennady Feldman <gfeldman@mail.com>

23 years agoUse busybox error handling functions wherever possible.
Matt Kraai [Fri, 22 Dec 2000 01:48:07 +0000 (01:48 -0000)]
Use busybox error handling functions wherever possible.

23 years agoAnother sh.c patch from Larry Doolittle. This makes redirects work properly
Eric Andersen [Thu, 21 Dec 2000 18:31:36 +0000 (18:31 -0000)]
Another sh.c patch from Larry Doolittle.  This makes redirects work properly
with non-forking shell builtins.  Especially helpful for "read".  This patch
also beautifies builtin_fg_bg, clarifies the problems with
run_command_predicate, makes if/then/else support the default, and corrects the
sense of the BB_FEATURE_SH_ENVIRONMENT comment.

23 years agoMake more things be static (like they are supposed to be).
Eric Andersen [Wed, 20 Dec 2000 23:40:57 +0000 (23:40 -0000)]
Make more things be static (like they are supposed to be).

23 years agoBump the version number to 0.49pre
Eric Andersen [Wed, 20 Dec 2000 23:22:29 +0000 (23:22 -0000)]
Bump the version number to 0.49pre

23 years agoTurns out, md5sum was broken anyways. It uses backwards TRUE/FALSE
Eric Andersen [Wed, 20 Dec 2000 23:19:42 +0000 (23:19 -0000)]
Turns out, md5sum was broken anyways.  It uses backwards TRUE/FALSE
and wasnever updated when TRUE and FALSE were fixed.  So kludge it
by doing an #undef TRUE, then define it backwards...

23 years agoFix a warning in sh.c. Remove use of getline() in md5sum since
Eric Andersen [Wed, 20 Dec 2000 22:59:16 +0000 (22:59 -0000)]
Fix a warning in sh.c.  Remove use of getline() in md5sum since
nobody else uses it and it is a GNU extension anyways...

23 years agoSome corrections, some additions, some embellishments.
Mark Whitley [Wed, 20 Dec 2000 22:35:12 +0000 (22:35 -0000)]
Some corrections, some additions, some embellishments.

23 years agoRewrote.
Matt Kraai [Wed, 20 Dec 2000 20:49:56 +0000 (20:49 -0000)]
Rewrote.

23 years agoFix a stupid naming error.
Eric Andersen [Wed, 20 Dec 2000 20:41:02 +0000 (20:41 -0000)]
Fix a stupid naming error.

23 years agoBe sure to read from the given path, not the one used in the header.
Matt Kraai [Tue, 19 Dec 2000 20:45:49 +0000 (20:45 -0000)]
Be sure to read from the given path, not the one used in the header.

23 years agoMore spelling fixes from Larry Doolittle.
Mark Whitley [Tue, 19 Dec 2000 19:44:35 +0000 (19:44 -0000)]
More spelling fixes from Larry Doolittle.

23 years agoAdded a paragraph from Larry Dolittle, made some more section headers.
Mark Whitley [Tue, 19 Dec 2000 17:54:38 +0000 (17:54 -0000)]
Added a paragraph from Larry Dolittle, made some more section headers.

23 years agoNew applet HOWTO. Written by Matt Kraai with some formating and additions by me.
Mark Whitley [Tue, 19 Dec 2000 17:35:24 +0000 (17:35 -0000)]
New applet HOWTO. Written by Matt Kraai with some formating and additions by me.

23 years agoFix tar handling of absolute paths and excluded directories.
Matt Kraai [Tue, 19 Dec 2000 06:24:08 +0000 (06:24 -0000)]
Fix tar handling of absolute paths and excluded directories.

23 years agoRewrote dd.
Matt Kraai [Mon, 18 Dec 2000 21:38:57 +0000 (21:38 -0000)]
Rewrote dd.

23 years agoDoc update from Matt Kraai, better describing the init process.
Eric Andersen [Mon, 18 Dec 2000 20:36:02 +0000 (20:36 -0000)]
Doc update from Matt Kraai, better describing the init process.

23 years agoOk, this is a pretty major update to sh.c. I renamed all the variables and
Eric Andersen [Mon, 18 Dec 2000 20:25:50 +0000 (20:25 -0000)]
Ok, this is a pretty major update to sh.c.  I renamed all the variables and
function names to conform with the style guide.  I also did a lot of work on
the if-then-alse-fi logic and added prototype (i.e. it segfaults when enabled)
line continuation support.

Furthermore, this patch includes Larry Doolittle's work on restructuring some
of the data structures that represent the job and child_program, allowing
several simplifications and fixing several bugs.

 -Erik

23 years agoChange calls to error_msg.* and strerror to use perror_msg.*.
Matt Kraai [Mon, 18 Dec 2000 03:57:16 +0000 (03:57 -0000)]
Change calls to error_msg.* and strerror to use perror_msg.*.

23 years agoAdd missing newlines to error messages.
Matt Kraai [Mon, 18 Dec 2000 03:08:29 +0000 (03:08 -0000)]
Add missing newlines to error messages.

23 years agoRewrite nc to be simpler, smaller, and to check syscalls for errors.
Matt Kraai [Fri, 15 Dec 2000 22:34:34 +0000 (22:34 -0000)]
Rewrite nc to be simpler, smaller, and to check syscalls for errors.

23 years agoOnly say mailing list once.
Matt Kraai [Fri, 15 Dec 2000 15:41:03 +0000 (15:41 -0000)]
Only say mailing list once.

23 years agoRemove defines for ar that arent needed
Glenn L McGrath [Fri, 15 Dec 2000 06:50:54 +0000 (06:50 -0000)]
Remove defines for ar that arent needed

23 years agoRewrite, fix a bug with multiple long filenames, simplify structure, remove cruft...
Glenn L McGrath [Fri, 15 Dec 2000 06:50:09 +0000 (06:50 -0000)]
Rewrite, fix a bug with multiple long filenames, simplify structure, remove cruft, make code conform closer to style guide, saves 350 Bytes.

23 years agoRewrite argv munger.
Matt Kraai [Fri, 15 Dec 2000 00:35:22 +0000 (00:35 -0000)]
Rewrite argv munger.

23 years agoAdd in mkCDrec - make CD-ROM recovery project.
Eric Andersen [Thu, 14 Dec 2000 15:43:57 +0000 (15:43 -0000)]
Add in mkCDrec - make CD-ROM recovery project.

23 years agoSimplify error handling.
Matt Kraai [Thu, 14 Dec 2000 05:44:36 +0000 (05:44 -0000)]
Simplify error handling.

23 years agoShutdown sending on the socket when stdin closes.
Matt Kraai [Thu, 14 Dec 2000 04:34:58 +0000 (04:34 -0000)]
Shutdown sending on the socket when stdin closes.

23 years agoAdded some necessary brackets, removed debug noise.
Mark Whitley [Wed, 13 Dec 2000 23:23:30 +0000 (23:23 -0000)]
Added some necessary brackets, removed debug noise.

23 years agoRan aspell.
Matt Kraai [Wed, 13 Dec 2000 19:50:48 +0000 (19:50 -0000)]
Ran aspell.

23 years agoFormatting fix 0_48
Eric Andersen [Wed, 13 Dec 2000 18:30:59 +0000 (18:30 -0000)]
Formatting fix

23 years agoWebsite update for the release
Eric Andersen [Wed, 13 Dec 2000 18:30:13 +0000 (18:30 -0000)]
Website update for the release

23 years agoAdd a few folks to Authors
Eric Andersen [Wed, 13 Dec 2000 18:14:51 +0000 (18:14 -0000)]
Add a few folks to Authors

23 years agoA few more updates
Eric Andersen [Wed, 13 Dec 2000 18:07:38 +0000 (18:07 -0000)]
A few more updates

23 years agoDocument gzip -d
Eric Andersen [Wed, 13 Dec 2000 17:59:37 +0000 (17:59 -0000)]
Document gzip -d

23 years agoAdd GNU compatibile gzip -d
Eric Andersen [Wed, 13 Dec 2000 17:55:11 +0000 (17:55 -0000)]
Add GNU compatibile gzip -d

23 years agoUpdate the version number to 0.48 (no longer pre).
Eric Andersen [Wed, 13 Dec 2000 16:42:24 +0000 (16:42 -0000)]
Update the version number to 0.48 (no longer pre).

23 years agoA couple of updates to fix some minor cross compiling issues
Eric Andersen [Wed, 13 Dec 2000 16:41:29 +0000 (16:41 -0000)]
A couple of updates to fix some minor cross compiling issues

23 years agoPatch from Matt Kraai:
Eric Andersen [Wed, 13 Dec 2000 15:28:48 +0000 (15:28 -0000)]
Patch from Matt Kraai:
    The following patch makes the -X option to tar behave like GNU,
    which reads one file per line.  It also prevents the last file
    from being appended to the list twice (though that has no
    noticeable impact).

23 years agoFix from Matt Kraai -- a better way to NULL terminate strings for the
Eric Andersen [Wed, 13 Dec 2000 01:52:39 +0000 (01:52 -0000)]
Fix from Matt Kraai -- a better way to NULL terminate strings for the
my_* passwd and group routines.  I should have thought of doing it
this way...

23 years agoFix from Gennady Feldman for error msg
Eric Andersen [Tue, 12 Dec 2000 23:51:43 +0000 (23:51 -0000)]
Fix from Gennady Feldman for error msg

23 years agoMem leak fix from Matt Kraai
Eric Andersen [Tue, 12 Dec 2000 23:45:36 +0000 (23:45 -0000)]
Mem leak fix from Matt Kraai

23 years agoPatch from Matt Kraai to fix 'dirname /'
Eric Andersen [Tue, 12 Dec 2000 23:27:48 +0000 (23:27 -0000)]
Patch from Matt Kraai to fix 'dirname /'

23 years agoFix so cross compiling works again...
Eric Andersen [Tue, 12 Dec 2000 23:23:32 +0000 (23:23 -0000)]
Fix so cross compiling works again...

23 years agoCleanup for proper compilation with uClibc.
Eric Andersen [Tue, 12 Dec 2000 23:22:35 +0000 (23:22 -0000)]
Cleanup for proper compilation with uClibc.

23 years agoMount error return code fix from Kent Robotti -- we must reset the error
Eric Andersen [Tue, 12 Dec 2000 23:20:37 +0000 (23:20 -0000)]
Mount error return code fix from Kent Robotti -- we must reset the error
code when looping...

23 years agodu.c error msg cleanup from Kent Robotti
Eric Andersen [Tue, 12 Dec 2000 23:17:26 +0000 (23:17 -0000)]
du.c error msg cleanup from Kent Robotti

23 years agoFix from Matt Kraai so basename / will work as expected.
Eric Andersen [Tue, 12 Dec 2000 23:13:54 +0000 (23:13 -0000)]
Fix from Matt Kraai so basename / will work as expected.

23 years agoOops. Unmatched #if
Eric Andersen [Tue, 12 Dec 2000 18:20:19 +0000 (18:20 -0000)]
Oops.  Unmatched #if

23 years agoSome compile fixes found by Larry Doolittle
Eric Andersen [Tue, 12 Dec 2000 16:55:56 +0000 (16:55 -0000)]
Some compile fixes found by Larry Doolittle

23 years agoScript updates for better portability
Eric Andersen [Tue, 12 Dec 2000 16:49:12 +0000 (16:49 -0000)]
Script updates for better portability

23 years agoMatt Kraai pointed out that we can rely on strncpy to NULL
Eric Andersen [Mon, 11 Dec 2000 20:33:46 +0000 (20:33 -0000)]
Matt Kraai pointed out that we can rely on strncpy to NULL
terminate shorter cases, so we can save a few cycles...

23 years agoPatch from larry doolittle to make sure we don't realloc
Eric Andersen [Mon, 11 Dec 2000 20:29:13 +0000 (20:29 -0000)]
Patch from larry doolittle to make sure we don't realloc
a pointer that was not yet malloced mem.

23 years agoKeep unknown priorities from segfaulting.
Matt Kraai [Mon, 11 Dec 2000 20:13:37 +0000 (20:13 -0000)]
Keep unknown priorities from segfaulting.

23 years agoFix spelling error s/defaut/default/g
Eric Andersen [Mon, 11 Dec 2000 19:39:25 +0000 (19:39 -0000)]
Fix spelling error s/defaut/default/g

23 years agoFix non-NULL terminated strings.
Eric Andersen [Mon, 11 Dec 2000 19:37:19 +0000 (19:37 -0000)]
Fix non-NULL terminated strings.

23 years agoFix a thinko -- when REMOTE_LOG support is compiled in,
Eric Andersen [Mon, 11 Dec 2000 19:28:29 +0000 (19:28 -0000)]
Fix a thinko -- when REMOTE_LOG support is compiled in,
but the user has not specified remote logging, then
be sure to log locally... duh.

23 years agoPatch from Matt Kraai to fox sh.c escape problem such that
Eric Andersen [Mon, 11 Dec 2000 19:14:40 +0000 (19:14 -0000)]
Patch from Matt Kraai to fox sh.c escape problem such that
running things like 'echo "\n\tHi\n\t\!"' and 'echo -e "\n\tHi\n\t\!"'
behave as under bash.

23 years agoTest suite update from Larry Doolittle to disable some problematic
Eric Andersen [Mon, 11 Dec 2000 17:33:08 +0000 (17:33 -0000)]
Test suite update from Larry Doolittle to disable some problematic
ambiguous cases.  Everything now passes the test suite...