diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-07 08:37:31 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-07 08:37:31 +0000 |
commit | ba0eb8665b8c676d0d0ad3e4506306a867467b79 (patch) | |
tree | 960ee0d6353cfae1ff21820f8a2d95f6c2ed08c9 /Changelog | |
parent | 571f48d0b0e71e2f9b9817d653bf5d4ed6fd3681 (diff) | |
download | busybox-w32-ba0eb8665b8c676d0d0ad3e4506306a867467b79.tar.gz busybox-w32-ba0eb8665b8c676d0d0ad3e4506306a867467b79.tar.bz2 busybox-w32-ba0eb8665b8c676d0d0ad3e4506306a867467b79.zip |
Stuf
git-svn-id: svn://busybox.net/trunk/busybox@167 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 |