aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-04-04Failed to name "Electric-fence" explicitlyEric Andersen
2001-04-04Some cleanups for libc5 supportEric Andersen
2001-04-04Fix a warning with libc5.Eric Andersen
-Erik
2001-04-04Seems that stupid libc5 doesn't implement daemon(), so conditionallyEric Andersen
inclde that here. -Erik
2001-04-04Avoid segfault when export is invoked with no arguments. Thanks toMatt Kraai
Gennady Feldman.
2001-04-04I said no new features till after the 0.51 release. Well, I lied. This is aEric Andersen
vi editor for busybox, contributed by Sterling Huxley <sterling@europa.com>. It adds 22k to the busybox binary when enabled. Quite impressive!
2001-04-03Place a temporary bandaid on the ls/du/df human-readable issue. This method isEric Andersen
not going to scale up as well as I would like, and Matt Kraai and I have discussed a better long term solution. But for now this will at least make all the human-readable apps give correct answers. Please test the human readable/non-human readable options on your systems!!! -Erik
2001-04-03Add in easy-to-use electric-fence support.Eric Andersen
-Erik
2001-04-03if strlen(s) was 0, it would then end up using s[-1] as an array index. Bad,Eric Andersen
bad, bad. This was crashing the shell on powerpc boxes, though all other archs seem to have a much more forgiving malloc implementations. I finally found this bug using electric-fence on a powerpc box. -Erik
2001-04-03A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. NowEric Andersen
you can specify an arbitrary behavior for 'ctrlaltdel' without that behavior needing to be a reboot.
2001-04-03Make 'busybox --help' work as expected, closing bug #1139Eric Andersen
-Erik
2001-04-03Fix for bug 1143 from Larry DoolittleEric Andersen
-Erik
2001-04-01Move the mtab support stuff into libbbEric Andersen
-Erik
2001-04-01Formatting changeEric Andersen
2001-03-30Dont try and automount devfs, rename some variablesGlenn L McGrath
2001-03-29Add in a new standalone env applet for fixing up app's environmentsEric Andersen
-Erik
2001-03-29Use daemon() to spawn syslogd and klogd daemons.Eric Andersen
-Erik
2001-03-29gz_open and gz_close were left in, even when BB_FEATURE_TAR_GZIP was disabled.Eric Andersen
Fix that.
2001-03-29Fix zcatGlenn L McGrath
2001-03-29gunzip -c works againGlenn L McGrath
2001-03-28Fixes from Robert KaiserGlenn L McGrath
2001-03-28Applied patch from David Douthitt to re-add -print option to find.Mark Whitley
Closes bug #1144.
2001-03-28Fix ls so it uses make_human_readable_str() the same way alreadyEric Andersen
used by 'du' and 'df'. Now we just need to fix make_human_readable_str so it behaves they way it used to before Matt fixed it.
2001-03-28Patch bass ackwards behavior of hr flag.Matt Kraai
2001-03-28Rewrite to fix bug #1140 and make it slightly smaller.Matt Kraai
2001-03-28Enable tar -z support again by defaultGlenn L McGrath
2001-03-28Remove cruftGlenn L McGrath
2001-03-28Remove tar_unzip_init() not needed any more, uses gz_open insteadGlenn L McGrath
2001-03-28Fix tar -z, calls gz_open nowGlenn L McGrath
2001-03-28Disable tar -z for nowGlenn L McGrath
2001-03-28Gunzip changes broke tar -z support (woops)Glenn L McGrath
2001-03-28Major cleanup to better adhere to style guide and use standard busybox functionsGlenn L McGrath
2001-03-28Add functions that were shared with gunzip.c, gunzip about to change.Glenn L McGrath
2001-03-27Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130).Matt Kraai
2001-03-27Some more words on sending patches to the bug-tracker.Mark Whitley
2001-03-27Applied patch from David Douthitt to fix problem where ls reports half theMark Whitley
file size. Should close bug #1140.
2001-03-27Some more tests for cut. Craig Matsuura said he saw some problems along theseMark Whitley
lines. "Works for me", but we'll keep these tests around for regression.
2001-03-27Applied patch from Gennady Feldman to fix a single-threaded syslogd bug thatMark Whitley
turned up. This code needs to be tested on an embedded system, since that's where the bug turned up in the first place.
2001-03-27Fixed the Makefile so busybox can link against libc5 again. Putting libbb.a atMark Whitley
the end broke it.
2001-03-27In fact, socklen_t *is* defined by libc5.Mark Whitley
2001-03-27Fix to last patch: locale code should be 9, not 7.Mark Whitley
2001-03-27Applied patch from Vladimir N. Oleynik to add locale support to the shell perMark Whitley
bug report from Ralph Jones.
2001-03-26Applied patch from Anthony Towns that he posted to Debian bug tracking.Mark Whitley
2001-03-26Fix in_ether bug regarding hex digits reported by Jonas Holmberg ↵Manuel Novoa III
<jonas.holmberg@axis.com>.
2001-03-24Bump version number to 0.51preEric Andersen
2001-03-23xstrdup xargs cleanup from Jeff GarzikEric Andersen
2001-03-23xstrdup tftp cleanup from Jeff GarzikEric Andersen
2001-03-23Patch to use xfopen from Jeff GarzikEric Andersen
2001-03-23-Wshadow tr fix from Jeff GarzikEric Andersen
2001-03-23-Wshadow sh fix from Jeff GarzikEric Andersen