aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-12-07 08:37:31 +0000
committerEric Andersen <andersen@codepoet.org>1999-12-07 08:37:31 +0000
commitd00c2628474b9e6a3fe34c988fe197cf2425ff1a (patch)
tree960ee0d6353cfae1ff21820f8a2d95f6c2ed08c9 /Changelog
parent0ecb54a0f3fece5e42f089036f059973bed8d87e (diff)
downloadbusybox-d00c2628474b9e6a3fe34c988fe197cf2425ff1a.tar.gz
Stuf
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog11
1 files changed, 6 insertions, 5 deletions
diff --git a/Changelog b/Changelog
index 668695f3c..9698396e0 100644
--- a/Changelog
+++ b/Changelog
@@ -1,7 +1,7 @@
0.38
* Fixed a segfault in 'umount -a' when a badly formed /etc/fstab
file existed.
- * df will not exit on error, but will try to stat all mounted filesystems.
+ * df will not exit on error, but will stat all mounted filesystems.
* Fixed tar so uid/gid/permissions on extracted tarballs will be correct.
* Fixed find -name so it properly uses shell wildcard patterns
(i.e. `*', `?', and `[]') instead of regular expressions, which
@@ -10,11 +10,12 @@
kernel messages.
* syslogd now creates the /dev/log socket to make sure it is there, and
is actually a socket with the right permissions.
- * I've taken a first step to making busybox not need the /proc filesystem.
- Most apps don't need it. Those that _require_ it, will complain
- if you enable them when you disable BB_FEATURE_USE_PROCFS.
+ * I've taken a first step to making busybox not need the /proc
+ filesystem. Most apps don't need it. Those that _require_ it,
+ will complain if you enable them when you disable
+ BB_FEATURE_USE_PROCFS.
- -Erik Andrsen
+ -Erik Andrsen, Dec 5, 1999
0.37
* Wrote a micro syslogd, and a logger util (to log things to the syslog