diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-07 23:32:17 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-07 23:32:17 +0000 |
commit | 2ac2fae728cca8a535b29bdd2fa6899e6f4992f2 (patch) | |
tree | 76eb5871ac3cde7d58048aadba75c7f40fab93b7 /Changelog | |
parent | cbd0d625c7466af80f141e0ae24186e15987bf3e (diff) | |
download | busybox-2ac2fae728cca8a535b29bdd2fa6899e6f4992f2.tar.gz |
Fix bugs related to finding PIDs.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 <wiz@iol.it> @@ -36,7 +41,8 @@ * An initial telnet implementation was added by Randolph Chung <tausq@debian.org>. * 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 |