aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog8
1 files changed, 7 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index fd560a82a..ebc69bd37 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,9 @@
10.43 10.43
2 * Busybox can now work perfectly when /proc is disabled, thereby
3 saving a bunch of memory (kernel /proc support is not thin).
4 This is done by making use of some nice kernel patches I
5 wrote up to support the features that busybox requires and
6 that /proc usually provides.
2 * Wrote basename, killall, and uptime. 7 * Wrote basename, killall, and uptime.
3 * Added freeramdisk, which will free up all memory associated 8 * Added freeramdisk, which will free up all memory associated
4 with a ram disk. Contributed by Emanuele Caratti <wiz@iol.it> 9 with a ram disk. Contributed by Emanuele Caratti <wiz@iol.it>
@@ -36,7 +41,8 @@
36 * An initial telnet implementation was added by 41 * An initial telnet implementation was added by
37 Randolph Chung <tausq@debian.org>. 42 Randolph Chung <tausq@debian.org>.
38 * Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a "-e") 43 * Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a "-e")
39 would go into an infinite loop. 44 * ps now supports BB_FEATURE_AUTOWIDTH, and can adjust its width
45 to match the terminal (defaults to width=79 when this is off).
40 46
41 47
42 -Erik Andersen 48 -Erik Andersen