platform/upstream/busybox.git
23 years agoFix up the docs
Eric Andersen [Tue, 26 Sep 2000 22:20:06 +0000 (22:20 -0000)]
Fix up the docs

23 years agoupdate the docs
Eric Andersen [Tue, 26 Sep 2000 06:15:12 +0000 (06:15 -0000)]
update the docs

23 years agoLog the devps patch update 0_47
Eric Andersen [Tue, 26 Sep 2000 05:08:04 +0000 (05:08 -0000)]
Log the devps patch update

23 years agoFinal touchups for the release...
Eric Andersen [Tue, 26 Sep 2000 05:02:50 +0000 (05:02 -0000)]
Final touchups for the release...
 -Erik

23 years agoAdd in busybox.h. I renamed it, and forgot to commit the newky named version.
Eric Andersen [Tue, 26 Sep 2000 01:09:18 +0000 (01:09 -0000)]
Add in busybox.h.  I renamed it, and forgot to commit the newky named version.
 -Erik

23 years agoYet more polish (thanks again to kent robotti for the bug reports).
Eric Andersen [Tue, 26 Sep 2000 01:00:15 +0000 (01:00 -0000)]
Yet more polish (thanks again to kent robotti for the bug reports).
 -Erik

23 years agoRemove all reference to the now obsolete /dev/modules
Eric Andersen [Tue, 26 Sep 2000 00:52:05 +0000 (00:52 -0000)]
Remove all reference to the now obsolete /dev/modules
 -Erik

23 years agoUpdate my devps patch for the latest 2.2 kernel.
Eric Andersen [Tue, 26 Sep 2000 00:20:28 +0000 (00:20 -0000)]
Update my devps patch for the latest 2.2 kernel.
 -Erik

23 years agoFix name
Eric Andersen [Mon, 25 Sep 2000 22:53:33 +0000 (22:53 -0000)]
Fix name

23 years agoSome more polish to make xargs act like GNU xargs (thanks to kent robotti
Eric Andersen [Mon, 25 Sep 2000 22:53:05 +0000 (22:53 -0000)]
Some more polish to make xargs act like GNU xargs (thanks to kent robotti
<robotti@metconnect.com> for testing and pointing out the differences)
 -Erik

23 years agoRenamed "internal.h" to the more sensible "busybox.h".
Eric Andersen [Mon, 25 Sep 2000 21:45:58 +0000 (21:45 -0000)]
Renamed "internal.h" to the more sensible "busybox.h".
 -Erik

23 years agoGratuitously changed the file "busybox.defs.h" to the more
Eric Andersen [Mon, 25 Sep 2000 21:28:07 +0000 (21:28 -0000)]
Gratuitously changed the file "busybox.defs.h" to the more
sensible and noticable "Config.h".
 -Erik

23 years agoFix from Matt Kraai for the to the "busybox --install prints out on STDERR
Eric Andersen [Mon, 25 Sep 2000 20:35:54 +0000 (20:35 -0000)]
Fix from Matt Kraai for the  to the "busybox --install prints out on STDERR
"File already exists" messages for all files (including the ones that DON'T
exist)" problem reported by "Bruno L. F. Cabral" <bruno@openline.com.br>.

Thanks Matt!
 -Erik

23 years agoFinal (I think) version of xargs. Throw away all that tedious string
Eric Andersen [Mon, 25 Sep 2000 20:23:21 +0000 (20:23 -0000)]
Final (I think) version of xargs.  Throw away all that tedious string
scrubbing, and quit using system.  Instead, use fork() and exec(), which
yields and smaller, simpler, and cleaner design.
 -Erik

23 years agoBe ever so pedantic about escaping chars that the shell might not like...
Eric Andersen [Mon, 25 Sep 2000 18:41:18 +0000 (18:41 -0000)]
Be ever so pedantic about escaping chars that the shell might not like...

23 years agoRemove a now unneeded check
Eric Andersen [Mon, 25 Sep 2000 16:58:39 +0000 (16:58 -0000)]
Remove a now unneeded check

23 years agomodified by Bryan Rittmeyer <bryan@ixiacom.com> to support SH4
Eric Andersen [Sun, 24 Sep 2000 03:44:29 +0000 (03:44 -0000)]
modified by Bryan Rittmeyer <bryan@ixiacom.com> to support SH4

23 years agoUpdate newdoc dependancy
Eric Andersen [Sun, 24 Sep 2000 02:42:48 +0000 (02:42 -0000)]
Update newdoc dependancy

23 years agoUpdate a few entries for 0.47...
Eric Andersen [Sun, 24 Sep 2000 02:42:18 +0000 (02:42 -0000)]
Update a few entries for 0.47...

23 years agoDoc update
Eric Andersen [Sun, 24 Sep 2000 02:41:44 +0000 (02:41 -0000)]
Doc update

23 years agoFix up xargs so that things like 'cat cat.c | xargs echo' will
Eric Andersen [Sun, 24 Sep 2000 02:40:56 +0000 (02:40 -0000)]
Fix up xargs so that things like 'cat cat.c | xargs echo' will
work properly.
 -Erik

23 years agoFix xargs option parsing
Eric Andersen [Sun, 24 Sep 2000 01:12:54 +0000 (01:12 -0000)]
Fix xargs option parsing

23 years agoFix bug#1043 -- hanlde long filenames and links (in this case, by complaining
Eric Andersen [Sun, 24 Sep 2000 00:54:37 +0000 (00:54 -0000)]
Fix bug#1043 -- hanlde long filenames and links (in this case, by complaining
that thay exist and skipping such files when extracting and when archiving.
 -Erik

23 years agoFix an obscure option parsing bug.
Eric Andersen [Sat, 23 Sep 2000 22:36:24 +0000 (22:36 -0000)]
Fix an obscure option parsing bug.

23 years agoForce optind=1 for libc5 when doing cp in cp_mv.c
Eric Andersen [Sat, 23 Sep 2000 20:55:59 +0000 (20:55 -0000)]
Force optind=1 for libc5 when doing cp in cp_mv.c

23 years agoFix potential memory overrun...
Eric Andersen [Sat, 23 Sep 2000 19:56:46 +0000 (19:56 -0000)]
Fix potential memory overrun...

23 years agoFix the bandaid.
Eric Andersen [Sat, 23 Sep 2000 19:55:59 +0000 (19:55 -0000)]
Fix the bandaid.

23 years agoFix memory problems, and make behavior correct.
Eric Andersen [Sat, 23 Sep 2000 19:53:31 +0000 (19:53 -0000)]
Fix memory problems, and make behavior correct.

23 years agoupdate docs for xargs
Eric Andersen [Sat, 23 Sep 2000 06:12:34 +0000 (06:12 -0000)]
update docs for xargs

23 years agoupdate usage for xargs
Eric Andersen [Sat, 23 Sep 2000 06:11:03 +0000 (06:11 -0000)]
update usage for xargs

23 years agorewrite, so it should be firly clean now
Eric Andersen [Sat, 23 Sep 2000 06:10:14 +0000 (06:10 -0000)]
rewrite, so it should be firly clean now

23 years agoUse minix xargs instead, and update docs accordingly
Eric Andersen [Fri, 22 Sep 2000 20:22:28 +0000 (20:22 -0000)]
Use minix xargs instead, and update docs accordingly
 -Erik

23 years agoComment on xargs choice.
Eric Andersen [Fri, 22 Sep 2000 20:02:34 +0000 (20:02 -0000)]
Comment on xargs choice.

23 years agoAdd in xargs
Eric Andersen [Fri, 22 Sep 2000 20:01:23 +0000 (20:01 -0000)]
Add in xargs

23 years agoStart the great EXIT_{SUCCESS,FAILURE} migration.
Matt Kraai [Fri, 22 Sep 2000 03:45:34 +0000 (03:45 -0000)]
Start the great EXIT_{SUCCESS,FAILURE} migration.

23 years agoClean up error messages.
Matt Kraai [Fri, 22 Sep 2000 03:36:27 +0000 (03:36 -0000)]
Clean up error messages.

23 years agoAdd support for the -L option to ls.
Matt Kraai [Fri, 22 Sep 2000 03:11:47 +0000 (03:11 -0000)]
Add support for the -L option to ls.

23 years agoFix loop.h dependencies.
Matt Kraai [Fri, 22 Sep 2000 02:33:29 +0000 (02:33 -0000)]
Fix loop.h dependencies.

23 years agoApply a bandaid suggested by Jon McClintock <jonm@bluemug.com>, since deallocvt
Eric Andersen [Fri, 22 Sep 2000 00:40:39 +0000 (00:40 -0000)]
Apply a bandaid suggested by Jon McClintock <jonm@bluemug.com>, since deallocvt
has code for handling no arguments, but the usage checking code aborted if
there are any other than two arguments.
 -Erik

23 years agoFix for bug #1042 -- applied the patch from Larry Doolittle
Eric Andersen [Fri, 22 Sep 2000 00:38:07 +0000 (00:38 -0000)]
Fix for bug #1042 -- applied the patch from Larry Doolittle
<ldoolitt@recycle.lbl.gov> to fix the bug.
 -Erik

23 years agoBetter cross libc compatibility (so Dave Cinege can stop complaining
Eric Andersen [Fri, 22 Sep 2000 00:22:10 +0000 (00:22 -0000)]
Better cross libc compatibility (so Dave Cinege can stop complaining
that I broke it).
 -Erik

23 years agoDecouple DODEBUG and DOSTATIC
Eric Andersen [Thu, 21 Sep 2000 22:26:02 +0000 (22:26 -0000)]
Decouple DODEBUG and DOSTATIC

23 years agoRemove all the kernel headers so it will compile under libc5
Eric Andersen [Thu, 21 Sep 2000 04:09:58 +0000 (04:09 -0000)]
Remove all the kernel headers so it will compile under libc5
 -Erik

23 years agoFix a potential warning
Eric Andersen [Thu, 21 Sep 2000 04:05:38 +0000 (04:05 -0000)]
Fix a potential warning

23 years agoAdd in exec support (patch from Torbj?rn Axelsson <torax@cendio.se>)
Eric Andersen [Thu, 21 Sep 2000 02:48:07 +0000 (02:48 -0000)]
Add in exec support (patch from Torbj?rn Axelsson <torax@cendio.se>)
and disable backticks (since they are still wierdly broken in some
cases.

23 years agoHandle 'cat -'
Eric Andersen [Thu, 21 Sep 2000 02:39:50 +0000 (02:39 -0000)]
Handle 'cat -'

23 years agoHard code the name of init.
Eric Andersen [Thu, 21 Sep 2000 02:32:11 +0000 (02:32 -0000)]
Hard code the name of init.

23 years agoLarge file >2Gib support.
Eric Andersen [Thu, 21 Sep 2000 02:23:30 +0000 (02:23 -0000)]
Large file >2Gib support.

23 years agoTypo fix.
Eric Andersen [Thu, 21 Sep 2000 02:06:35 +0000 (02:06 -0000)]
Typo fix.

23 years agoIgnore loop.h
Eric Andersen [Thu, 21 Sep 2000 02:05:43 +0000 (02:05 -0000)]
Ignore loop.h

23 years agoMore portable handling of loop header files, as done in util-linux
Eric Andersen [Thu, 21 Sep 2000 02:04:51 +0000 (02:04 -0000)]
More portable handling of loop header files, as done in util-linux

23 years agoRemove a warning. Patch from Bryan Rittmeyer <bryan@ixiacom.com>
Eric Andersen [Thu, 21 Sep 2000 01:33:05 +0000 (01:33 -0000)]
Remove a warning.  Patch from Bryan Rittmeyer <bryan@ixiacom.com>

23 years agoOnly remove directories when removing recursively.
Matt Kraai [Wed, 20 Sep 2000 23:10:21 +0000 (23:10 -0000)]
Only remove directories when removing recursively.

23 years agoAdded dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.
Eric Andersen [Wed, 20 Sep 2000 19:22:26 +0000 (19:22 -0000)]
Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.
 -Erik

23 years agoWhen mounting a ro fs rw, print warning and then mount it ro. Patch
Eric Andersen [Wed, 20 Sep 2000 06:23:36 +0000 (06:23 -0000)]
When mounting a ro fs rw, print warning and then mount it ro.  Patch
from Dave Cinege.
 -Erik

23 years agoReturn failure if ping gets no response.
Matt Kraai [Wed, 20 Sep 2000 04:33:30 +0000 (04:33 -0000)]
Return failure if ping gets no response.

23 years agoReverted my conversion of tar to getopt to ensure tar can
Eric Andersen [Tue, 19 Sep 2000 21:35:14 +0000 (21:35 -0000)]
Reverted my conversion of tar to getopt to ensure tar can
handle traditional semantics (i.e. 'tar -xvf -' or 'tar xvf'
now both work).
 -Erik

23 years agoBoth of these commands were subtly broken. Fortunately when used together the
Eric Andersen [Tue, 19 Sep 2000 21:13:55 +0000 (21:13 -0000)]
Both of these commands were subtly broken.  Fortunately when used together the
damage was only ugly fscks.  Reverted to the static inline code so they work
correctly again,
 -Erik

23 years agoI think these featires are fairly safe...
Eric Andersen [Tue, 19 Sep 2000 07:16:39 +0000 (07:16 -0000)]
I think these featires are fairly safe...
 -Erik

23 years agoAvoid segfaults by not using snprintf to copy strings.
Matt Kraai [Tue, 19 Sep 2000 06:46:44 +0000 (06:46 -0000)]
Avoid segfaults by not using snprintf to copy strings.

23 years agoClean up output.
Matt Kraai [Tue, 19 Sep 2000 05:25:12 +0000 (05:25 -0000)]
Clean up output.

23 years agoOnly defines functions that will compile and are usefull under the
Glenn L McGrath [Tue, 19 Sep 2000 02:25:36 +0000 (02:25 -0000)]
Only defines functions that will compile and are usefull under the

23 years agoApply a patch from Chip Rosenthal <chip@unicom.com> to fix NFS mounting,
Eric Andersen [Tue, 19 Sep 2000 01:21:13 +0000 (01:21 -0000)]
Apply a patch from Chip Rosenthal <chip@unicom.com> to fix NFS mounting,
which had been inadvertantly broken...
 -Erik

23 years agoRemove definition of basename.
Glenn L McGrath [Mon, 18 Sep 2000 10:20:16 +0000 (10:20 -0000)]
Remove definition of basename.
It was defined out so that it would never be seen, and if it was ever seen it wasnt used for anything. It also stops gunzip compiling under the Hurd.

23 years agoPath count was out by one, fixed it
Glenn L McGrath [Mon, 18 Sep 2000 09:52:03 +0000 (09:52 -0000)]
Path count was out by one, fixed it

23 years agoSimplify and remove dependence on PATH_MAX
Glenn L McGrath [Mon, 18 Sep 2000 09:37:40 +0000 (09:37 -0000)]
Simplify and remove dependence on PATH_MAX

buf[PATH_MAX] now defined using strlen to the exact size to be used.
removed output that was displayed if which didnt find the command, this makes itmatch the behaviour of GNU's which.
These modifications result in a slight size decrease.

23 years agoUpdated stdin/stdout treatment to match that of gnu tar.
Matt Kraai [Fri, 15 Sep 2000 22:47:34 +0000 (22:47 -0000)]
Updated stdin/stdout treatment to match that of gnu tar.

23 years agoReorganize listing code.
Matt Kraai [Fri, 15 Sep 2000 22:23:41 +0000 (22:23 -0000)]
Reorganize listing code.

23 years agoAllow non-verbose listing to work.
Matt Kraai [Fri, 15 Sep 2000 21:18:43 +0000 (21:18 -0000)]
Allow non-verbose listing to work.

23 years agoUpdated to be in sync with the current sample inittab
Pavel Roskin [Fri, 15 Sep 2000 17:24:13 +0000 (17:24 -0000)]
Updated to be in sync with the current sample inittab

23 years agoFixed compliance with the DTD
Pavel Roskin [Fri, 15 Sep 2000 17:16:40 +0000 (17:16 -0000)]
Fixed compliance with the DTD

23 years ago+ credit markw@lineo.com for his contributions
John Beppu [Fri, 15 Sep 2000 08:04:42 +0000 (08:04 -0000)]
+ credit markw@lineo.com for his contributions

23 years agoDon't suppress output of umount and swapoff - it is both unwise
Pavel Roskin [Fri, 15 Sep 2000 01:34:17 +0000 (01:34 -0000)]
Don't suppress output of umount and swapoff - it is both unwise
and incompatible with lash that doesn't support >&1 yet.

23 years agoDon't suppress output of umount and swapoff - it is both unwise
Pavel Roskin [Fri, 15 Sep 2000 01:02:50 +0000 (01:02 -0000)]
Don't suppress output of umount and swapoff - it is both unwise
and incompatible with lash that doesn't support >&1 yet.

23 years ago"exit NUMBER" should exit, not return
Pavel Roskin [Fri, 15 Sep 2000 00:46:51 +0000 (00:46 -0000)]
"exit NUMBER" should exit, not return

23 years agoFor "askfirst" don't just read one char from stdin,
Pavel Roskin [Thu, 14 Sep 2000 22:47:29 +0000 (22:47 -0000)]
For "askfirst" don't just read one char from stdin,
read the whole line using getc(), so that everything before Enter
gets discarded.

23 years agoAdd in a patch from robotti@metconnect.com and Chip Rosenthal to make
Eric Andersen [Thu, 14 Sep 2000 22:01:31 +0000 (22:01 -0000)]
Add in a patch from robotti@metconnect.com and Chip Rosenthal to make
init do login shell stuff.
 -Erik

23 years agoNote the syslogd bug fix
Eric Andersen [Thu, 14 Sep 2000 21:56:18 +0000 (21:56 -0000)]
Note the syslogd bug fix

23 years agoBug fix for wget, and proper attribution of Chip Rosenthal and
Eric Andersen [Thu, 14 Sep 2000 21:46:30 +0000 (21:46 -0000)]
Bug fix for wget, and proper attribution of Chip Rosenthal and
Covad Communications for the contribution of wget.
 -Erik

23 years agoFix the halt/reboot/poweroff segfault when used from within an initrd...
Eric Andersen [Thu, 14 Sep 2000 21:12:20 +0000 (21:12 -0000)]
Fix the halt/reboot/poweroff segfault when used from within an initrd...
 -Erik

23 years agoBackslashes shouldn't be treated as backticks.
Matt Kraai [Thu, 14 Sep 2000 00:43:20 +0000 (00:43 -0000)]
Backslashes shouldn't be treated as backticks.

23 years agoCopy the string terminator.
Matt Kraai [Thu, 14 Sep 2000 00:26:50 +0000 (00:26 -0000)]
Copy the string terminator.

23 years agoFix looping bug, use fullRead
Glenn L McGrath [Wed, 13 Sep 2000 23:08:07 +0000 (23:08 -0000)]
Fix looping bug, use fullRead

23 years agoAdd in BasicLinux by request
Eric Andersen [Wed, 13 Sep 2000 23:06:41 +0000 (23:06 -0000)]
Add in BasicLinux by request

23 years agoAdded _install
Pavel Roskin [Wed, 13 Sep 2000 16:52:32 +0000 (16:52 -0000)]
Added _install

23 years agoEnsure forked processes always are on a controlling tty, so the
Eric Andersen [Wed, 13 Sep 2000 16:15:29 +0000 (16:15 -0000)]
Ensure forked processes always are on a controlling tty, so the
^C can be properly sent to /dev/console.
 -Erik

23 years agoMake syslogd ignore SIGCLD only if SIGCLD is defined. This should fix SPARC.
Pavel Roskin [Wed, 13 Sep 2000 14:14:29 +0000 (14:14 -0000)]
Make syslogd ignore SIGCLD only if SIGCLD is defined. This should fix SPARC.
Also ignore SIGCHLD - it must have been meant.

23 years agoList of signals updated from util-linux-2.10o
Pavel Roskin [Wed, 13 Sep 2000 14:03:48 +0000 (14:03 -0000)]
List of signals updated from util-linux-2.10o
Architecture names are no longer used - should now compile on SPARC

23 years agoDon't fork for the . (source) command so that environment settings are
Matt Kraai [Wed, 13 Sep 2000 03:43:36 +0000 (03:43 -0000)]
Don't fork for the . (source) command so that environment settings are
preserved.

23 years agoFix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of
Matt Kraai [Wed, 13 Sep 2000 02:46:14 +0000 (02:46 -0000)]
Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of
segfaulting or handling errors the same way themselves.

23 years agoFix unchecked calls to {m,c,re}alloc so that they print an error and
Matt Kraai [Wed, 13 Sep 2000 02:08:21 +0000 (02:08 -0000)]
Fix unchecked calls to {m,c,re}alloc so that they print an error and
exit rather than segfaulting (what an improvement).

23 years agoTypo fix: resolv -> resolve
Pavel Roskin [Tue, 12 Sep 2000 22:05:17 +0000 (22:05 -0000)]
Typo fix: resolv -> resolve

23 years agoFormatting cleanup patch from Bryan Rittmeyer <bryan@ixiacom.com>.
Eric Andersen [Tue, 12 Sep 2000 16:20:49 +0000 (16:20 -0000)]
Formatting cleanup patch from Bryan Rittmeyer <bryan@ixiacom.com>.
 -Erik

23 years agoFix .deb unpack and experimental TAR support
Glenn L McGrath [Mon, 11 Sep 2000 05:25:39 +0000 (05:25 -0000)]
Fix .deb unpack and experimental TAR support

The previous ar.c fialed to recognise one record in .debs

Experimental tar support, this is currently *very* cheap because ar and
tar are functionally similar. It  will need lots of testing so by
default tar support code is defined out.
To test uncomment the line "#define BB_AR_EXPERIMENTAL_UNTAR"

23 years agoExtra defines for ar
Glenn L McGrath [Mon, 11 Sep 2000 05:06:13 +0000 (05:06 -0000)]
Extra defines for ar

23 years agoSimplify a few little things, and merge in a patch from
Eric Andersen [Mon, 11 Sep 2000 04:55:31 +0000 (04:55 -0000)]
Simplify a few little things, and merge in a patch from
robotti@metconnect.com so that 'ar -xv' and 'ar -x -v'
both work.
 -Erik

23 years agoNew dd behaviour
Glenn L McGrath [Mon, 11 Sep 2000 00:33:09 +0000 (00:33 -0000)]
New dd behaviour

23 years agodd now truncates files at the end its write, this can be turned of by
Glenn L McGrath [Mon, 11 Sep 2000 00:32:13 +0000 (00:32 -0000)]
dd now truncates files at the end its write, this can be turned of by
specifying conv=notrunc in the command line

This conforms to GNU dd behaviour

23 years agoMAke lsmod act just like modutils lsmod, by printing which modules use
Eric Andersen [Sun, 10 Sep 2000 16:16:00 +0000 (16:16 -0000)]
MAke lsmod act just like modutils lsmod, by printing which modules use
other modules, and state info like (deleted) and such.
 -Erik

23 years agoMake init handle current 2.4.x sysinfo behavior
Eric Andersen [Sun, 10 Sep 2000 16:13:41 +0000 (16:13 -0000)]
Make init handle current 2.4.x sysinfo behavior
 -Erik