From a42982e8f569417e93bc3b47c501cbe83a5bfade Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 7 Jun 2000 17:28:53 +0000 Subject: * Fixed 'swapon -a' and 'swapoff -a', which were broken. * Fixed 'mount -a' so it works as expected. * Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE) -Erik --- Changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index da229a9..50b28cf 100644 --- a/Changelog +++ b/Changelog @@ -60,6 +60,9 @@ * "mount" now reports errors from nfsmount() and assumes NFS mount if ':' is present in the device name - Pavel Roskin * Fixed exit status for killall - Pavel Roskin + * Fixed 'swapon -a' and 'swapoff -a', which were broken. + * Fixed 'mount -a' so it works as expected. + * Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE) * More doc updates -- cgit v1.1