diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-04 21:18:07 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-04 21:18:07 +0000 |
commit | 6f170b087c83ea252fc3aff6f5ecafe0ec721fba (patch) | |
tree | 9fa93d2acf052107f2b682ce2e77725eb7ec9d84 /Changelog | |
parent | bef8b2f54d6b9421ae78bcba433832ba16d5b76f (diff) | |
download | busybox-w32-6f170b087c83ea252fc3aff6f5ecafe0ec721fba.tar.gz busybox-w32-6f170b087c83ea252fc3aff6f5ecafe0ec721fba.tar.bz2 busybox-w32-6f170b087c83ea252fc3aff6f5ecafe0ec721fba.zip |
More stuff.
git-svn-id: svn://busybox.net/trunk/busybox@74 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -4,12 +4,15 @@ | |||
4 | * Fixed mkdir -m option so that it works. | 4 | * Fixed mkdir -m option so that it works. |
5 | * kill segfaulted w/o any arguments. Now it doesn't do that. | 5 | * kill segfaulted w/o any arguments. Now it doesn't do that. |
6 | * kill wasn't properly accepting signal names. It does now. | 6 | * kill wasn't properly accepting signal names. It does now. |
7 | * Added new apps chvt and deallocvt | 7 | * Added new apps chvt and deallocvt (I should probably add open) |
8 | * Major adjustment of init.c. Code is now readable IMHO, | 8 | * Major rewrite of init.c. Code is now readable by mere mortals IMHO. |
9 | and much more solid. | ||
10 | * Wrote sed -- weighs only 1.8k (5.8k with full regular expressions!). | 9 | * Wrote sed -- weighs only 1.8k (5.8k with full regular expressions!). |
11 | * Fixed a stupid seg-fault in sync | 10 | * Fixed a stupid seg-fault in sync |
12 | * Fixed mount -- mount -a always mounted rw despite /etc/fstab ro entries. | 11 | * Fixed mount -- mount -a failed to parse and apply mount options |
12 | * Added BB_MTAB, allowing (at the cost of ~1.5k and the need for a rw /etc) | ||
13 | folks to use a real /etc/mtab file instead of a symlink to /proc/mounts. | ||
14 | mount, and umount will add/remove entries and df will now use /etc/mtab | ||
15 | if BB_MTAB is defined. | ||
13 | 16 | ||
14 | -Erik Andersen | 17 | -Erik Andersen |
15 | 18 | ||