diff options
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> |