oweals/busybox.git
19 years agoPrepare for release
Eric Andersen [Mon, 26 Jul 2004 12:07:01 +0000 (12:07 -0000)]
Prepare for release

19 years agoAllow hex escape sequences
Eric Andersen [Mon, 26 Jul 2004 12:06:19 +0000 (12:06 -0000)]
Allow hex escape sequences

19 years agoMake certain that udhcp shuts down the interface
Eric Andersen [Mon, 26 Jul 2004 12:05:44 +0000 (12:05 -0000)]
Make certain that udhcp shuts down the interface

19 years agoYAEGASHI Takeshi writes:
Eric Andersen [Mon, 26 Jul 2004 12:05:12 +0000 (12:05 -0000)]
YAEGASHI Takeshi writes:

Hi,

With the following /etc/fstab (any two or more lines of nfs), mount -a
-t nfs causes a segmentation faults.

server:/exports/aaa /mnt/aaa nfs defaults 0 0
server:/exprots/bbb /mnt/bbb nfs defaults 0 0

In util-linux/nfsmount.c, it overwrites malloc'ed pointer *mount_opts
with a static pointer.  With this patch it does proper memory realloc
and data copy instead.

19 years agooops
Eric Andersen [Mon, 26 Jul 2004 11:46:50 +0000 (11:46 -0000)]
oops

19 years agobump version to -rc2
Eric Andersen [Mon, 26 Jul 2004 11:45:47 +0000 (11:45 -0000)]
bump version to -rc2

19 years agoMake certain that udhcp shuts down the interface
Eric Andersen [Mon, 26 Jul 2004 11:45:25 +0000 (11:45 -0000)]
Make certain that udhcp shuts down the interface

19 years agoAllow hex escape sequences
Eric Andersen [Mon, 26 Jul 2004 11:28:47 +0000 (11:28 -0000)]
Allow hex escape sequences

19 years agoBusyBox has no business hard coding the number of major and minor bits for a
Eric Andersen [Mon, 26 Jul 2004 09:11:12 +0000 (09:11 -0000)]
BusyBox has no business hard coding the number of major and minor bits for a
dev_t.  This is especially important now that the user space concept of a dev_t
and the kernel concept of a dev_t are divergant.  The only bit of user space
allowed to know the number of major and minor bits is include/sys/sysmacros.h
(i.e. part of libc).  When used with a current C library and a 2.6.x kernel,
this fix should allow BusyBox to support wide device major/minor numbers.
 -Erik

19 years agoPaul Whittaker writes:
Eric Andersen [Sat, 24 Jul 2004 12:44:13 +0000 (12:44 -0000)]
Paul Whittaker writes:

With job control enabled, ash fails to tcsetpgrp back to initialpgrp
upon exit.  exitshell() should call setjobctl(0) to do this.

Context: I am using a lightweight menu system (replimenu[.sf.net]) on my
console, which invokes "/bin/sh -i -c /bin/login", where /bin/sh and
/bin/login are busybox applets.   /bin/sh is ash, with
CONFIG_ASH_JOB_CONTROL=y as the sole suboption.  The shell of the user
concerned (nobody) is also /bin/sh (ash).  When the user /bin/sh exits
(and thereby login and its parent sh), replimenu receives EIO when it
tries to read from the terminal.

19 years agoPatch by Paul Whittaker, make busybox dc compatable with GNU dc.
Glenn L McGrath [Sat, 24 Jul 2004 06:01:52 +0000 (06:01 -0000)]
Patch by Paul Whittaker, make busybox dc compatable with GNU dc.
the following example was broken, echo "1 1 +" | dc

19 years agoUpdate Tito's contributions
Glenn L McGrath [Sat, 24 Jul 2004 01:55:56 +0000 (01:55 -0000)]
Update Tito's contributions

19 years agoPatch from Felipe Kellermann, fix endless loop when first > last and
Glenn L McGrath [Fri, 23 Jul 2004 06:43:29 +0000 (06:43 -0000)]
Patch from Felipe Kellermann, fix endless loop when first > last and
increment > 0.

19 years agoPatch from Felipe Kellermann, fixup usage for pidof, poweroff, remove
Glenn L McGrath [Fri, 23 Jul 2004 06:06:21 +0000 (06:06 -0000)]
Patch from Felipe Kellermann, fixup usage for pidof, poweroff, remove
some trailing '\n'

19 years agoPatch from Felipe Kellermann, fixup usage for halt command
Glenn L McGrath [Fri, 23 Jul 2004 05:16:17 +0000 (05:16 -0000)]
Patch from Felipe Kellermann, fixup usage for halt command

19 years agoiUpdate reboot usage, patch by Felipe Kellermann
Glenn L McGrath [Fri, 23 Jul 2004 03:33:38 +0000 (03:33 -0000)]
iUpdate reboot usage, patch by  Felipe Kellermann

19 years agoPatch from Dmitry Zakharov to fix a bug discovered via the freeswap
Glenn L McGrath [Fri, 23 Jul 2004 02:11:25 +0000 (02:11 -0000)]
Patch from Dmitry Zakharov to fix a bug discovered via the freeswap
script.

19 years agoFix for a bug identied by Harald Kuthe, when using many interfaces (29
Glenn L McGrath [Fri, 23 Jul 2004 01:49:46 +0000 (01:49 -0000)]
Fix for a bug identied by Harald Kuthe, when using many interfaces (29
in this case) the order was incorrect and there were duplicate entries.

19 years agoFelipe Kellermann writes,
Glenn L McGrath [Fri, 23 Jul 2004 01:42:28 +0000 (01:42 -0000)]
Felipe Kellermann writes,

"As noticed today by Steven Scholz, the od's `-v' was broken.
I've fixed that and now both the flags `-v' and `-a' are OK"

Fixes a segfault in
echo "uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu\02bar\4"| ./busybox od -av

19 years agoPatch from Felipe Kellermann, "There is a call to printf using `*pr-cchar'
Glenn L McGrath [Fri, 23 Jul 2004 01:35:41 +0000 (01:35 -0000)]
Patch from Felipe Kellermann, "There is a call to printf using `*pr-cchar'
referencing a string and using a single char, when *p <= 0x1f."

19 years agoPatch from Felipe Kellermann to fix some typo's
Glenn L McGrath [Fri, 23 Jul 2004 01:27:56 +0000 (01:27 -0000)]
Patch from Felipe Kellermann to fix some typo's

19 years agoPatch from Adam Slattery to add bzip2 support to rpm2cpio
Glenn L McGrath [Fri, 23 Jul 2004 01:20:57 +0000 (01:20 -0000)]
Patch from Adam Slattery to add bzip2 support to rpm2cpio

19 years agoPatch from Manousaridis Angelos to bring dhclient down more elegently
Glenn L McGrath [Fri, 23 Jul 2004 01:10:22 +0000 (01:10 -0000)]
Patch from Manousaridis Angelos to bring dhclient down more elegently

19 years agoReverse my previous change, "::" is a GNU getopt extension that allows
Glenn L McGrath [Thu, 22 Jul 2004 04:23:18 +0000 (04:23 -0000)]
Reverse my previous change, "::" is a GNU getopt extension that allows
an optional argument.
Looks like a glibc bug to me

19 years agoPatch from Mike Snitzer <snitzer@gmail.com>:
Robert Griebl [Thu, 22 Jul 2004 00:03:39 +0000 (00:03 -0000)]
Patch from Mike Snitzer <snitzer@gmail.com>:
Support for /etc/modprobe.conf (for 2.6 kernels) should likely be added
to bb's modprobe, see attached patch.

modprobe.conf is just a (even simpler) variant of modules.conf

19 years agoPatch from Mike Snitzer to fix return codes.
Glenn L McGrath [Wed, 21 Jul 2004 23:56:31 +0000 (23:56 -0000)]
Patch from Mike Snitzer to fix return codes.

"I have a need to _really_ know if the interface was properly configured
via ifup so I made busybox's ifupdown pass the return codes through rather
than dropping them on the floor."

"All the functions in ifupdown.c return 1 on success and 0 on failure
(which happens to the opposite of standard practices but whatever).
So it is important for all these functions to not blindly return 1."

"The problem with blindly returning ret, even if it is != 1, is the
callers expect a 0 or 1 and accumulate the return codes.  So a function that
makes 3 calls to execute will have a value of 3 accumulated.  That value
of 1 (success) was almost always returned even if 1 of the commands in the
command sequence failed.  The attached patch fixes the lack of checking
to verify thar result == expected_reult."

19 years agoFix bug in accepting buffer size argument
Glenn L McGrath [Wed, 21 Jul 2004 13:06:30 +0000 (13:06 -0000)]
Fix bug in accepting buffer size argument

19 years agoPatch from Tito, ass usage for strings -a options
Glenn L McGrath [Wed, 21 Jul 2004 12:25:55 +0000 (12:25 -0000)]
Patch from Tito, ass usage for strings -a options

19 years agoPatch from Mike Snitzer, bring down dhclient using its correct pid, fix
Glenn L McGrath [Wed, 21 Jul 2004 12:21:39 +0000 (12:21 -0000)]
Patch from Mike Snitzer, bring down dhclient using its correct pid, fix
a grammatical error.

19 years agoPatch from Jean Wolter, fixes compiler warning when ASH_ALIAS is
Glenn L McGrath [Wed, 21 Jul 2004 10:20:19 +0000 (10:20 -0000)]
Patch from Jean Wolter, fixes compiler warning when ASH_ALIAS is
disabled.

19 years agoFixup -T (--files-from) option, works for non-directories now
Glenn L McGrath [Wed, 21 Jul 2004 09:00:39 +0000 (09:00 -0000)]
Fixup -T (--files-from) option, works for non-directories now

19 years agoAvoid a naming conflict with include/bits/fcntl.h
Eric Andersen [Tue, 20 Jul 2004 22:53:59 +0000 (22:53 -0000)]
Avoid a naming conflict with include/bits/fcntl.h

19 years agoPatch from Mike Snitzer <snitzer@gmail.com>:
Robert Griebl [Tue, 20 Jul 2004 18:36:51 +0000 (18:36 -0000)]
Patch from Mike Snitzer <snitzer@gmail.com>:
Please see the attached patch for the following crash with busybox'
2.6 rmmod support

19 years agonew_process_module_arguments returns 0 on error and 1 if everything went ok
Robert Griebl [Tue, 20 Jul 2004 15:43:57 +0000 (15:43 -0000)]
new_process_module_arguments returns 0 on error and 1 if everything went ok
somehow the ! got lost..
symptoms: modules could only be loaded _without_ parameters

19 years agooops
Eric Andersen [Tue, 20 Jul 2004 11:41:16 +0000 (11:41 -0000)]
oops

19 years agoYet more doc updates
Eric Andersen [Tue, 20 Jul 2004 11:31:52 +0000 (11:31 -0000)]
Yet more doc updates

19 years agomore doc updates
Eric Andersen [Tue, 20 Jul 2004 11:31:08 +0000 (11:31 -0000)]
more doc updates

19 years agocut-n-paste strikes again
Eric Andersen [Tue, 20 Jul 2004 11:23:45 +0000 (11:23 -0000)]
cut-n-paste strikes again

19 years agoUpdate for release 1_00_rc1
Eric Andersen [Tue, 20 Jul 2004 11:08:30 +0000 (11:08 -0000)]
Update for release

19 years agoUpdate changelog
Eric Andersen [Tue, 20 Jul 2004 10:12:21 +0000 (10:12 -0000)]
Update changelog

19 years agoDeal with the fact that 2.6.x kernels replace any '-'s in the
Eric Andersen [Tue, 20 Jul 2004 10:05:13 +0000 (10:05 -0000)]
Deal with the fact that 2.6.x kernels replace any '-'s in the
module name with a '_'.
 -Erik

19 years agoBump version up to release candidate 1
Eric Andersen [Tue, 20 Jul 2004 09:23:41 +0000 (09:23 -0000)]
Bump version up to release candidate 1

19 years agoInclude some documentation posted to the list by vodz
Eric Andersen [Tue, 20 Jul 2004 08:07:10 +0000 (08:07 -0000)]
Include some documentation posted to the list by vodz

19 years agoAssign 'forced' before the goto to avoid a warning
Eric Andersen [Tue, 20 Jul 2004 06:44:46 +0000 (06:44 -0000)]
Assign 'forced' before the goto to avoid a warning

19 years agoPrevent "`bootp_down' was declared implicitly `extern' and later `static'" warning
Eric Andersen [Tue, 20 Jul 2004 06:35:54 +0000 (06:35 -0000)]
Prevent "`bootp_down' was declared implicitly `extern' and later `static'" warning

19 years agoAdd missing type for CONFIG_FEATURE_QUERY_MODULE_INTERFACE
Eric Andersen [Tue, 20 Jul 2004 06:09:14 +0000 (06:09 -0000)]
Add missing type for CONFIG_FEATURE_QUERY_MODULE_INTERFACE

19 years agoUpdate the default config to not ask stuff
Eric Andersen [Tue, 20 Jul 2004 06:06:56 +0000 (06:06 -0000)]
Update the default config to not ask stuff

19 years agoThe 'tests' target is long gone.
Eric Andersen [Tue, 20 Jul 2004 06:04:28 +0000 (06:04 -0000)]
The 'tests' target is long gone.

19 years agoReplace the old and somewhat buggy pwd_grp stuff with the shiny
Eric Andersen [Thu, 15 Jul 2004 12:53:49 +0000 (12:53 -0000)]
Replace the old and somewhat buggy pwd_grp stuff with the shiny
new stuff mjn3 wrote for uClibc

19 years agoPeter Kjellerstedt at axis.com writes:
Eric Andersen [Thu, 15 Jul 2004 06:01:05 +0000 (06:01 -0000)]
Peter Kjellerstedt at axis.com writes:

Hello,

the attached patch should bring extra/config in line
with the Linux 2.6.7 sources.

The following are the commit messages for the respective
files from the Linux bk-repository:

checklist.c:
* fix menuconfig choice item help display

confdata.c:
* config: choice fix
* kconfig: don't rename target dir when saving config

expr.c, expr.h:
* config: disable debug prints

mconf.c:
* fix menuconfig choice item help display

menu.c:
* Kconfig: use select statements

symbol.c:
* config: choice fix
* Avoid bogus warning about recursive dependencies
* c99 struct initialiser conversions

textbox.c:
* janitor: don't init statics to 0

util.c:
* fix lxdialog behaviour

//Peter

20 years agoFixup a few documentation bugs
Eric Andersen [Wed, 14 Jul 2004 10:01:04 +0000 (10:01 -0000)]
Fixup a few documentation bugs

20 years agoFixup some cases of "QM_MODULES: not implemented" for both
Eric Andersen [Tue, 13 Jul 2004 00:09:34 +0000 (00:09 -0000)]
Fixup some cases of "QM_MODULES: not implemented" for both
lsmod and rmmod when using 2.6.x module support
 -Erik

20 years agoPaul Fox writes:
Eric Andersen [Tue, 29 Jun 2004 00:48:30 +0000 (00:48 -0000)]
Paul Fox writes:

hi --

working with ifupdown, i've found a couple of buglets --
the wrong string is passed to an error message.

paul

20 years agoAvoid a number of places where large drives could wrap a uint, and
Eric Andersen [Mon, 28 Jun 2004 23:50:31 +0000 (23:50 -0000)]
Avoid a number of places where large drives could wrap a uint, and
instead use off_t which will be automagically promoted to 64bit if
compiled with support for large drives.
 -Erik

20 years agoDo not mess with the console logging level unless
Eric Andersen [Fri, 25 Jun 2004 11:23:03 +0000 (11:23 -0000)]
Do not mess with the console logging level unless
asked to do so.
 -Erik

20 years agoRevert my previous commit
Glenn L McGrath [Fri, 25 Jun 2004 09:01:09 +0000 (09:01 -0000)]
Revert my previous commit

20 years agoFix compile error under 2.6, check for newer versions first or all the
Glenn L McGrath [Fri, 25 Jun 2004 07:47:03 +0000 (07:47 -0000)]
Fix compile error under 2.6, check for newer versions first or all the
checks wont be considered.

20 years agoFix compile error when math support disabled.
Glenn L McGrath [Fri, 25 Jun 2004 07:05:13 +0000 (07:05 -0000)]
Fix compile error when math support disabled.

20 years agofix a stupid compile error when CONFIG_FEATURE_INSMOD_VERSION_CHECKING
Eric Andersen [Tue, 22 Jun 2004 20:10:53 +0000 (20:10 -0000)]
fix a stupid compile error when CONFIG_FEATURE_INSMOD_VERSION_CHECKING
is disabled

20 years agoStupidity-1, Erik-0
Eric Andersen [Tue, 22 Jun 2004 20:09:40 +0000 (20:09 -0000)]
Stupidity-1, Erik-0

20 years agoBastian Blank notices a couple of int64_ts that should have
Eric Andersen [Tue, 22 Jun 2004 19:07:21 +0000 (19:07 -0000)]
Bastian Blank notices a couple of int64_ts that should have
been longs

20 years agoAdd missing 'S' to the getopt string.
Eric Andersen [Tue, 22 Jun 2004 19:05:05 +0000 (19:05 -0000)]
Add missing 'S' to the getopt string.

20 years agokill off insmod support for older pre 2.1 Linux kernels,
Eric Andersen [Tue, 22 Jun 2004 11:50:52 +0000 (11:50 -0000)]
kill off insmod support for older pre 2.1 Linux kernels,
which are not supported with the current busybox 1.0 release
 -Erik

20 years agoPatrick Huesmann writes:
Eric Andersen [Tue, 22 Jun 2004 10:43:09 +0000 (10:43 -0000)]
Patrick Huesmann writes:

    Hi,

    There was some problem with busybox modprobe. For details see
    http://www.busybox.net/lists/busybox/2004-May/011507.html

    I made a patch against busybox-1.00-pre10 to fix that one.

This is a slight variant of Patrick's patch with a slightly
cleaner implementation of mod_strcmp()
 -Erik

20 years agoRobin Farine writes:
Eric Andersen [Tue, 22 Jun 2004 10:18:30 +0000 (10:18 -0000)]
Robin Farine writes:

Hi,

Package: BusyBox
Version: 1.0.0-pre10

When an incomplete read or write from/to a local file occurs (i.e.
not an EOF condition), the tftp client prematurely exits. This
problem can be reproduced by slowly piping data to the tftp client
like this:

  (for v in 1 2 3; do echo $v; sleep 1; done) | \
  tftp -p -l - -r output.txt <host>

The output file on the TFTP server will contain "1".

The attached patch provides a possible solution to this problem.

I can reproduce this on ARM sa1110 and ARM xscale boards, both
running Linux-2.6.4 & glibc-2.3.2. Thanks for the wonderful
program!

Robin

20 years agoPatch from Bastian Blank:
Eric Andersen [Tue, 22 Jun 2004 10:12:59 +0000 (10:12 -0000)]
Patch from Bastian Blank:

    Hi folks

    The following patch adds a new log message output to syslogd. This
    output omits hostname and priority and is used in d-i to make the syslog
    output better readable without lossing information.

    Bastian

I am applying this since I have syslogd hacked up in my wife's
access point with the same format string....  Might as well make
this hack official.
 -Erik

20 years agoPatch from Bastian Blank:
Eric Andersen [Tue, 22 Jun 2004 10:07:17 +0000 (10:07 -0000)]
Patch from Bastian Blank:

On Sat, Jun 19, 2004 at 10:57:37PM +0200, Bastian Blank wrote:
> The following patch changes klogd to use openlog/syslog themself
> instead of calling syslog_msg which always calls the triple
> openlog/syslog/closelog.

Updated patch: get rid of syslog_msg entirely. Request from Erik Andersen.

Bastian

20 years agoRobin Farine writes:
Eric Andersen [Tue, 22 Jun 2004 08:40:54 +0000 (08:40 -0000)]
Robin Farine writes:

Package: BusyBox
Version: 1.0.0-pre10

Passing the -q <integer> option to inetd causes it to dereference an
invalid pointer (optarg). The attached patch provides a fix to this
problem.

Robin

20 years agoPatch from Bastian Blank:
Eric Andersen [Tue, 22 Jun 2004 08:29:45 +0000 (08:29 -0000)]
Patch from Bastian Blank:

    The updated patch adds a config option to explicitely enable 64 bit
    arithmetic.

    Also it removes the arith prototype from libbb.h as it is not used
    outside of ash.

    Bastian

this patch has been slightly modified by Erik for cleanliness.

20 years agonote the new mailing list policy
Eric Andersen [Sat, 19 Jun 2004 06:26:30 +0000 (06:26 -0000)]
note the new mailing list policy

20 years agoTypo fix from Niemann Hartmut
Eric Andersen [Wed, 9 Jun 2004 10:00:20 +0000 (10:00 -0000)]
Typo fix from Niemann Hartmut

20 years agoUpdate reference for zip format
Glenn L McGrath [Sun, 6 Jun 2004 10:22:43 +0000 (10:22 -0000)]
Update reference for zip format

20 years agoWoops, the previous commit was an accident, its supplied in the patch,
Glenn L McGrath [Sat, 5 Jun 2004 07:58:18 +0000 (07:58 -0000)]
Woops, the previous commit was an accident, its supplied in the patch,
dont commit yet as we are in feature freeze

20 years agoDevice table support for makedevs, the previous behaviour can been
Glenn L McGrath [Sat, 5 Jun 2004 07:54:52 +0000 (07:54 -0000)]
Device table support for makedevs, the previous behaviour can been
selected at configure time.

20 years agoAhem. ("I'm just tweaking a documentation string, I don't need to compile
Rob Landley [Wed, 26 May 2004 22:09:37 +0000 (22:09 -0000)]
Ahem.  ("I'm just tweaking a documentation string, I don't need to compile
test it before checking in..."  New entry for famous last words list.)

Add the missing backslash at the end of the new sed doc string line.

(This one actually compiled with "show verbose applet usage messages"...)

20 years agoUpdate sed help. (Add -r option to long help, add -i option to brief help,
Rob Landley [Wed, 26 May 2004 21:59:31 +0000 (21:59 -0000)]
Update sed help.  (Add -r option to long help, add -i option to brief help,
and alphabetizie the option list.)

20 years agoKevin P. Fleming writes:
Eric Andersen [Wed, 26 May 2004 21:26:07 +0000 (21:26 -0000)]
Kevin P. Fleming writes:

Yes, I know busybox is in feature freeze. If this two-liner is too much
that's fine, but it's handy.

This patch allows busybox mount to support "-o move" just like it
supports "-o bind", which is the equivalent of util-linux "mount --move".

Usage is:

mount -o move /mnt/point/1 /mnt/point/2

where /mnt/point/1 is an already mounted filesystem; it will be moved to
/mnt/point/2.

20 years agoUpdate U.S. Robotics and Actiontec entries
Eric Andersen [Wed, 26 May 2004 17:17:39 +0000 (17:17 -0000)]
Update U.S. Robotics and Actiontec entries

20 years agoIf read were to return with an error, bad things would happen. Fix it.
Manuel Novoa III [Wed, 26 May 2004 15:21:19 +0000 (15:21 -0000)]
If read were to return with an error, bad things would happen.  Fix it.
Also, make sure read errors are reflected in the applet exit code.

20 years agooops
Eric Andersen [Wed, 26 May 2004 12:06:38 +0000 (12:06 -0000)]
oops

20 years agoPer suggestion from Bastian Blank, be less evil when we force fdisk to
Eric Andersen [Wed, 26 May 2004 11:59:19 +0000 (11:59 -0000)]
Per suggestion from Bastian Blank, be less evil when we force fdisk to
transparently remap 32-bit interfaces to actually use 64 bit interfaces.
 -Erik

20 years agoUse tab not space
Eric Andersen [Wed, 26 May 2004 11:50:37 +0000 (11:50 -0000)]
Use tab not space

20 years agoMake the grep option values a bit less horrible
Eric Andersen [Wed, 26 May 2004 11:48:29 +0000 (11:48 -0000)]
Make the grep option values a bit less horrible

20 years agoRick Richardson writes:
Eric Andersen [Wed, 26 May 2004 11:47:55 +0000 (11:47 -0000)]
Rick Richardson writes:

Here is a patch that adds egrep -L support (the opposite of egrep -l).

I realize this is probably too late for 1.0.  But I offer it for your
future consideration.

egrep -L is used in some networking startup scripts I inherited.

-Rick

20 years agoPatch from Yoshinori Sato:
Eric Andersen [Wed, 26 May 2004 11:38:46 +0000 (11:38 -0000)]
Patch from Yoshinori Sato:

This patch is uClinux-2.4.x for H8/300 module support.
please apply.

--
Yoshinori Sato

20 years agoAs discussed, drop minit, which was not being supported in busybox.
Eric Andersen [Wed, 26 May 2004 10:28:32 +0000 (10:28 -0000)]
As discussed, drop minit, which was not being supported in busybox.
People wishing to use minit can obtain it and obtain support from
http://www.fefe.de/minit/

20 years agoUse STDIN_FILENO rather than '0'
Eric Andersen [Wed, 26 May 2004 10:26:10 +0000 (10:26 -0000)]
Use STDIN_FILENO rather than '0'

20 years agoRob Landley writes:
Eric Andersen [Wed, 26 May 2004 10:03:33 +0000 (10:03 -0000)]
Rob Landley writes:

add sed -r support.

I bumped into a couple of things that want to use extended regular expressions
in sed, and it really isn't that hard to add.  Can't say I've extensively
tested it, but it's small and isn't going to break anything that doesn't use
it, so...

Rob

20 years agoRob Landley writes:
Eric Andersen [Wed, 26 May 2004 09:54:36 +0000 (09:54 -0000)]
Rob Landley writes:

Run this test, against both busybox and a non-busybox version of "tee".

while true; do i=$[$i+1]; echo "hello $i"; sleep 1; done | ./busybox tee

Now run the busybox one again with the following small patch applied:

20 years agoPatch from vodz to correct 'grep -e pattern1 -e pattern2' logic
Eric Andersen [Wed, 26 May 2004 09:46:41 +0000 (09:46 -0000)]
Patch from vodz to correct 'grep -e pattern1 -e pattern2' logic

20 years agoDo not prompt about FDISK large disk support when LFS is enabled.
Eric Andersen [Tue, 25 May 2004 11:30:22 +0000 (11:30 -0000)]
Do not prompt about FDISK large disk support when LFS is enabled.
Resolve a dependancy problem with the various malloc debug libs
and make them mutually exclusive.
 -Erik

20 years agoDo not select LFS
Eric Andersen [Wed, 19 May 2004 11:06:20 +0000 (11:06 -0000)]
Do not select LFS

20 years agoErik,
Eric Andersen [Wed, 19 May 2004 10:49:17 +0000 (10:49 -0000)]
Erik,

>http://busybox.net/cgi-bin/cvsweb/busybox/util-linux/fdisk.c?r1=1.22&r2=1.23&diff_format=u

Its hack for "force" ;-)

If to return the previous version of a Config.in
http://busybox.net/cgi-bin/cvsweb/busybox/util-linux/Config.in?r1=1.12&r2=1.13
and to apply last patch, then I shall calm down. ;-)

(OOPS, last patch have autocorrected from my editor begins spaces to tabs and
removed spaces from empty lines too).

--w
vodz

20 years agouse busybox sysinfo struct
Russ Dill [Wed, 19 May 2004 09:18:04 +0000 (09:18 -0000)]
use busybox sysinfo struct

20 years agoMake vodz happy and make fdisk always use large file support if
Eric Andersen [Wed, 19 May 2004 09:00:00 +0000 (09:00 -0000)]
Make vodz happy and make fdisk always use large file support if
possible, even if LFS is not enabled for the rest of busybox.
 -Erik

20 years agoFix a compile problem
Eric Andersen [Wed, 19 May 2004 08:54:28 +0000 (08:54 -0000)]
Fix a compile problem

20 years agofix timewarp in client (server fix later)
Russ Dill [Wed, 19 May 2004 08:29:05 +0000 (08:29 -0000)]
fix timewarp in client (server fix later)

20 years agoremove uneccessary check (already done in pidfile.c)
Russ Dill [Wed, 19 May 2004 07:46:23 +0000 (07:46 -0000)]
remove uneccessary check (already done in pidfile.c)

20 years agofix memory leak caused by switch to vfork
Russ Dill [Wed, 19 May 2004 07:45:47 +0000 (07:45 -0000)]
fix memory leak caused by switch to vfork

20 years agoUse int instead of char for return type, in theory avoiding a cast
Glenn L McGrath [Sun, 16 May 2004 02:35:49 +0000 (02:35 -0000)]
Use int instead of char for return type, in theory avoiding a cast