aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog9
1 files changed, 6 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 98e82df5c..a0cc13aa3 100644
--- a/Changelog
+++ b/Changelog
@@ -8,6 +8,9 @@
8 fork() for running klogd. 8 fork() for running klogd.
9 * nslookup types are now changed to u_int32_t (instead of uint32_t) 9 * nslookup types are now changed to u_int32_t (instead of uint32_t)
10 changed per a patch from Pascal Bellard <pascal.bellard@ascend.com> 10 changed per a patch from Pascal Bellard <pascal.bellard@ascend.com>
11 * Fixed "du" so it gives the same answers as GNU "du" (busybox du used to
12 count hard-linked files more then once). Many thanks to
13 Friedrich Vedder <fwv@myrtle.lahn.de> for the fix.
11 14
12 -Erik Andersen 15 -Erik Andersen
13 16
@@ -75,8 +78,8 @@
75 * Fixed a bug where init could have reference already freed memory. 78 * Fixed a bug where init could have reference already freed memory.
76 Found and fixed by Taketoshi Sano <kgh12351@nifty.ne.jp> 79 Found and fixed by Taketoshi Sano <kgh12351@nifty.ne.jp>
77 * Several contributions from Friedrich Vedder <fwv@myrtle.lahn.de> 80 * Several contributions from Friedrich Vedder <fwv@myrtle.lahn.de>
78 * Added (and documented) "-n" option for head - Cleanup for a number of 81 * Added (and documented) "-n" option for head
79 * usage messages -- also 82 * Cleanup for a number of usage messages -- also
80 contributed Friedrich Vedder <fwv@myrtle.lahn.de> 83 contributed Friedrich Vedder <fwv@myrtle.lahn.de>
81 * Cosmetic fix to busybox.c (Don't print a comma at the 84 * Cosmetic fix to busybox.c (Don't print a comma at the
82 end of line if there are no more application names). 85 end of line if there are no more application names).
@@ -87,7 +90,7 @@
87 * Created a tiny tail implementation, removing -c, -q, -v, and making 90 * Created a tiny tail implementation, removing -c, -q, -v, and making
88 tail -f work only with a single file. This reduced tail from 6k to 91 tail -f work only with a single file. This reduced tail from 6k to
89 2.4k. The bigger/more featured tail can still be had by disabling 92 2.4k. The bigger/more featured tail can still be had by disabling
90 BB_FEATURE_SIMPLE_TAIL in dusybox.defs.h 93 BB_FEATURE_SIMPLE_TAIL in busybox.defs.h
91 * Ping now falls back to doing the right thing if /etc/protocols 94 * Ping now falls back to doing the right thing if /etc/protocols
92 turns up missing. 95 turns up missing.
93 * Fixed mount and umount. Previously they could leak loop device 96 * Fixed mount and umount. Previously they could leak loop device