aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-11-04 21:18:07 +0000
committerEric Andersen <andersen@codepoet.org>1999-11-04 21:18:07 +0000
commitd0246fb72b40320a74376af1bb944fef2c9b734f (patch)
tree9fa93d2acf052107f2b682ce2e77725eb7ec9d84 /Changelog
parent3ae0c789627a29dbd76793eb666efe19144b30f0 (diff)
downloadbusybox-d0246fb72b40320a74376af1bb944fef2c9b734f.tar.gz
More stuff.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog11
1 files changed, 7 insertions, 4 deletions
diff --git a/Changelog b/Changelog
index 42b474d4d..cd0ca0a35 100644
--- a/Changelog
+++ b/Changelog
@@ -4,12 +4,15 @@
* Fixed mkdir -m option so that it works.
* kill segfaulted w/o any arguments. Now it doesn't do that.
* kill wasn't properly accepting signal names. It does now.
- * Added new apps chvt and deallocvt
- * Major adjustment of init.c. Code is now readable IMHO,
- and much more solid.
+ * Added new apps chvt and deallocvt (I should probably add open)
+ * Major rewrite of init.c. Code is now readable by mere mortals IMHO.
* Wrote sed -- weighs only 1.8k (5.8k with full regular expressions!).
* Fixed a stupid seg-fault in sync
- * Fixed mount -- mount -a always mounted rw despite /etc/fstab ro entries.
+ * Fixed mount -- mount -a failed to parse and apply mount options
+ * Added BB_MTAB, allowing (at the cost of ~1.5k and the need for a rw /etc)
+ folks to use a real /etc/mtab file instead of a symlink to /proc/mounts.
+ mount, and umount will add/remove entries and df will now use /etc/mtab
+ if BB_MTAB is defined.
-Erik Andersen