From 3fe39dce5d1a0b0946878c66bbd7f694c5aa38ea Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Tue, 25 Jan 2000 18:13:53 +0000 Subject: Some busybox updates. See the changelog for details if you care. -Erik --- Changelog | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 673d1aafd..4dbb46e4f 100644 --- a/Changelog +++ b/Changelog @@ -15,12 +15,23 @@ * Optional support contributed by Ben Collins 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 + * Several contributions from Friedrich Vedder * added (and documented) "-n" option for head - - contributed Friedrich Vedder * Cleanup for a number of usage messages -- also contributed Friedrich Vedder - * 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 -- cgit v1.2.3