aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-01-25 18:13:53 +0000
committerErik Andersen <andersen@codepoet.org>2000-01-25 18:13:53 +0000
commit3fe39dce5d1a0b0946878c66bbd7f694c5aa38ea (patch)
tree32b6129967a8b5c922b72843efc7fc6683287181 /Changelog
parentbf3a838aaca4ab34d2739438fa44d0dbb04e9862 (diff)
downloadbusybox-3fe39dce5d1a0b0946878c66bbd7f694c5aa38ea.tar.gz
Some busybox updates. See the changelog for details if you care.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog17
1 files changed, 14 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 673d1aafd..4dbb46e4f 100644
--- a/Changelog
+++ b/Changelog
@@ -15,12 +15,23 @@
* Optional support contributed by Ben Collins <bcollins@debian.org>
for the kernel init chroot patch by Werner Almesberger, which
allows init to chroot to a new device, and umount the old one.
+ * Fixed bug that wouldn't let one chown a symlink -- it would
+ always dereference before. -beppu
+ * Fixed a bug where init could have reference already freed memory.
+ Found and fixed by Taketoshi Sano <kgh12351@nifty.ne.jp>
+ * Several contributions from Friedrich Vedder <fwv@myrtle.lahn.de>
* added (and documented) "-n" option for head -
- contributed Friedrich Vedder <fwv@myrtle.lahn.de>
* Cleanup for a number of usage messages -- also
contributed Friedrich Vedder <fwv@myrtle.lahn.de>
- * Fixed bug that wouldn't let one chown a symlink -- it would
- always dereference before. -beppu
+ * Cosmetic fix to busybox.c (Don't print a comma at the
+ end of line if there are no more application names).
+ * Fixed a stupid bug in "head" option handling ("head -n" would segfault).
+ * Moved commonly used functions "xmalloc()" and "exit()"
+ to utility.c (with proper #ifdef's).
+ * Created a tiny tail implementation, removing -c, -q, -v, and making
+ tail -f work only with a single file. This reduced tail
+ from 6k to 2.4k. The bigger/more featured tail can still be
+ had by disabling BB_FEATURE_SIMPLE_TAIL in dusybox.defs.h
-Erik Andersen