diff options
author | Eric Andersen | 1999-11-06 06:07:27 +0000 |
---|---|---|
committer | Eric Andersen | 1999-11-06 06:07:27 +0000 |
commit | 29d2e362dedf42d60ffebf6756144fb5449e753a (patch) | |
tree | 57ba26bdcf5dae8deb91a3d1a9b47bcc140689a0 /Changelog | |
parent | bc3419069494fac078b316ce3a2f6a232c763c3e (diff) | |
download | busybox-29d2e362dedf42d60ffebf6756144fb5449e753a.zip busybox-29d2e362dedf42d60ffebf6756144fb5449e753a.tar.gz |
Fixed ln, df, and removed redundant stuff from mtab.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 0.33 * Fixed a bug where init could hang instead of rebooting. + * Removed some debugging noise from init.c + * Fixed ln so it works now (it was very broken). + * Fixed df so it won't segfault when there is no /etc/fstab, + * If BB_MTAB is not defined, df and mount will whine if /etc/fstab + is not installed (since they cannot fixup "/dev/root" to + state the real root device name) + * merged some redundant code from mtab.c/df.c into utility.c 0.32 * More changes -- many thanks to Lineo for paying me to work on |