diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-12-07 08:37:31 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-12-07 08:37:31 +0000 |
commit | d00c2628474b9e6a3fe34c988fe197cf2425ff1a (patch) | |
tree | 960ee0d6353cfae1ff21820f8a2d95f6c2ed08c9 /Changelog | |
parent | 0ecb54a0f3fece5e42f089036f059973bed8d87e (diff) | |
download | busybox-w32-d00c2628474b9e6a3fe34c988fe197cf2425ff1a.tar.gz busybox-w32-d00c2628474b9e6a3fe34c988fe197cf2425ff1a.tar.bz2 busybox-w32-d00c2628474b9e6a3fe34c988fe197cf2425ff1a.zip |
Stuf
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,7 +1,7 @@ | |||
1 | 0.38 | 1 | 0.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 | ||
19 | 0.37 | 20 | 0.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 |