diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-03-08 14:50:47 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-03-08 14:50:47 +0000 |
commit | 55ffdbb2e8d0db01a1f99cbb71af91a48260262d (patch) | |
tree | fc86ee9610aecb7aeebac03116d15a6b4ef51a9a /Changelog | |
parent | 92e93fffd2823af7fbeed286a876545e83caf009 (diff) | |
download | busybox-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-- | Changelog | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,9 +1,11 @@ | |||
1 | 0.43 | 1 | 0.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> |