aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-03-08 14:50:47 +0000
committerErik Andersen <andersen@codepoet.org>2000-03-08 14:50:47 +0000
commit269bba25149289201055c9448e8c64fc05dbf89d (patch)
treefc86ee9610aecb7aeebac03116d15a6b4ef51a9a /Changelog
parent47d3bb3b6ddb961b035493621a1601017535a1e4 (diff)
downloadbusybox-269bba25149289201055c9448e8c64fc05dbf89d.tar.gz
Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler
BB_FEATURE_USE_DEVPS_PATCH. -Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog10
1 files changed, 6 insertions, 4 deletions
diff --git a/Changelog b/Changelog
index ebc69bd37..5678f60c2 100644
--- a/Changelog
+++ b/Changelog
@@ -1,9 +1,11 @@
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.
+ 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. To enable this, turn on BB_FEATURE_USE_DEVPS_PATCH and
+ patch your kernel with the devps patch in the kernel-patches/
+ directory.
* 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>