aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-08 14:50:47 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-08 14:50:47 +0000
commit55ffdbb2e8d0db01a1f99cbb71af91a48260262d (patch)
treefc86ee9610aecb7aeebac03116d15a6b4ef51a9a /Changelog
parent92e93fffd2823af7fbeed286a876545e83caf009 (diff)
downloadbusybox-w32-55ffdbb2e8d0db01a1f99cbb71af91a48260262d.tar.gz
busybox-w32-55ffdbb2e8d0db01a1f99cbb71af91a48260262d.tar.bz2
busybox-w32-55ffdbb2e8d0db01a1f99cbb71af91a48260262d.zip
Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler
BB_FEATURE_USE_DEVPS_PATCH. -Erik git-svn-id: svn://busybox.net/trunk/busybox@401 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 @@
10.43 10.43
2 * Busybox can now work perfectly when /proc is disabled, thereby 2 * Busybox can now work perfectly when /proc is disabled, thereby
3 saving a bunch of memory (kernel /proc support is not thin). 3 saving a bunch of memory (kernel /proc support is not thin). This
4 This is done by making use of some nice kernel patches I 4 is done by making use of some nice kernel patches I wrote up to
5 wrote up to support the features that busybox requires and 5 support the features that busybox requires and that /proc usually
6 that /proc usually provides. 6 provides. To enable this, turn on BB_FEATURE_USE_DEVPS_PATCH and
7 patch your kernel with the devps patch in the kernel-patches/
8 directory.
7 * Wrote basename, killall, and uptime. 9 * Wrote basename, killall, and uptime.
8 * Added freeramdisk, which will free up all memory associated 10 * Added freeramdisk, which will free up all memory associated
9 with a ram disk. Contributed by Emanuele Caratti <wiz@iol.it> 11 with a ram disk. Contributed by Emanuele Caratti <wiz@iol.it>