diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-06 06:07:27 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-06 06:07:27 +0000 |
commit | 610e4739f7561cb7b2a2e7417052db14e32fd256 (patch) | |
tree | 57ba26bdcf5dae8deb91a3d1a9b47bcc140689a0 /Changelog | |
parent | 210df30f0012b40ce819c119ca00ad31ef76d8b8 (diff) | |
download | busybox-w32-610e4739f7561cb7b2a2e7417052db14e32fd256.tar.gz busybox-w32-610e4739f7561cb7b2a2e7417052db14e32fd256.tar.bz2 busybox-w32-610e4739f7561cb7b2a2e7417052db14e32fd256.zip |
Fixed ln, df, and removed redundant stuff from mtab.
git-svn-id: svn://busybox.net/trunk/busybox@81 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ | |||
1 | 0.33 | 1 | 0.33 |
2 | * Fixed a bug where init could hang instead of rebooting. | 2 | * Fixed a bug where init could hang instead of rebooting. |
3 | * Removed some debugging noise from init.c | ||
4 | * Fixed ln so it works now (it was very broken). | ||
5 | * Fixed df so it won't segfault when there is no /etc/fstab, | ||
6 | * If BB_MTAB is not defined, df and mount will whine if /etc/fstab | ||
7 | is not installed (since they cannot fixup "/dev/root" to | ||
8 | state the real root device name) | ||
9 | * merged some redundant code from mtab.c/df.c into utility.c | ||
3 | 10 | ||
4 | 0.32 | 11 | 0.32 |
5 | * More changes -- many thanks to Lineo for paying me to work on | 12 | * More changes -- many thanks to Lineo for paying me to work on |