diff options
author | Pavel Roskin | 2000-06-07 20:38:15 +0000 |
---|---|---|
committer | Pavel Roskin | 2000-06-07 20:38:15 +0000 |
commit | 0024abcbbc633f4493b97c4b344ed636ea176f3c (patch) | |
tree | f00955edc3be4d63b2fa0da1186ba9e8afdc6227 /Changelog | |
parent | 0b66577368206a433411f6367c90ab70d82ba275 (diff) | |
download | busybox-0024abcbbc633f4493b97c4b344ed636ea176f3c.zip busybox-0024abcbbc633f4493b97c4b344ed636ea176f3c.tar.gz |
Implemented "ping -s", fixed error messages and argument parsing
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,6 +63,8 @@ * 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) + * Implemented "ping -s", fixed error messages and argument parsing - + Pavel Roskin * More doc updates |