aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
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 @@
10.38 10.38
2 * Fixed a segfault in 'umount -a' when a badly formed /etc/fstab 2 * Fixed a segfault in 'umount -a' when a badly formed /etc/fstab
3 file existed. 3 file existed.
4 * df will not exit on error, but will try to stat all mounted filesystems. 4 * df will not exit on error, but will stat all mounted filesystems.
5 * Fixed tar so uid/gid/permissions on extracted tarballs will be correct. 5 * Fixed tar so uid/gid/permissions on extracted tarballs will be correct.
6 * Fixed find -name so it properly uses shell wildcard patterns 6 * Fixed find -name so it properly uses shell wildcard patterns
7 (i.e. `*', `?', and `[]') instead of regular expressions, which 7 (i.e. `*', `?', and `[]') instead of regular expressions, which
@@ -10,11 +10,12 @@
10 kernel messages. 10 kernel messages.
11 * syslogd now creates the /dev/log socket to make sure it is there, and 11 * syslogd now creates the /dev/log socket to make sure it is there, and
12 is actually a socket with the right permissions. 12 is actually a socket with the right permissions.
13 * I've taken a first step to making busybox not need the /proc filesystem. 13 * I've taken a first step to making busybox not need the /proc
14 Most apps don't need it. Those that _require_ it, will complain 14 filesystem. Most apps don't need it. Those that _require_ it,
15 if you enable them when you disable BB_FEATURE_USE_PROCFS. 15 will complain if you enable them when you disable
16 BB_FEATURE_USE_PROCFS.
16 17
17 -Erik Andrsen 18 -Erik Andrsen, Dec 5, 1999
18 19
190.37 200.37
20 * Wrote a micro syslogd, and a logger util (to log things to the syslog 21 * Wrote a micro syslogd, and a logger util (to log things to the syslog