From 2ac2fae728cca8a535b29bdd2fa6899e6f4992f2 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Tue, 7 Mar 2000 23:32:17 +0000 Subject: Fix bugs related to finding PIDs. -Erik --- Changelog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index fd560a82a..ebc69bd37 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,9 @@ 0.43 + * Busybox can now work perfectly when /proc is disabled, thereby + saving a bunch of memory (kernel /proc support is not thin). + This is done by making use of some nice kernel patches I + wrote up to support the features that busybox requires and + that /proc usually provides. * Wrote basename, killall, and uptime. * Added freeramdisk, which will free up all memory associated with a ram disk. Contributed by Emanuele Caratti @@ -36,7 +41,8 @@ * An initial telnet implementation was added by Randolph Chung . * Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a "-e") - would go into an infinite loop. + * ps now supports BB_FEATURE_AUTOWIDTH, and can adjust its width + to match the terminal (defaults to width=79 when this is off). -Erik Andersen -- cgit v1.2.3