diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-12-05 23:24:55 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-12-05 23:24:55 +0000 |
commit | 0ecb54a0f3fece5e42f089036f059973bed8d87e (patch) | |
tree | e25c3d29c9c92fed488e03459b2aee558b1a8d25 /Changelog | |
parent | 14ec6cf3c224d53219b2713b0040dfa03314d5b3 (diff) | |
download | busybox-w32-0ecb54a0f3fece5e42f089036f059973bed8d87e.tar.gz busybox-w32-0ecb54a0f3fece5e42f089036f059973bed8d87e.tar.bz2 busybox-w32-0ecb54a0f3fece5e42f089036f059973bed8d87e.zip |
Stuf
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -8,7 +8,12 @@ | |||
8 | was causing some confusing and unexpected behavior. | 8 | was causing some confusing and unexpected behavior. |
9 | * Added klogd to syslogd, so now the log will contain both system and | 9 | * Added klogd to syslogd, so now the log will contain both system and |
10 | kernel messages. | 10 | kernel messages. |
11 | 11 | * syslogd now creates the /dev/log socket to make sure it is there, and | |
12 | is actually a socket with the right permissions. | ||
13 | * I've taken a first step to making busybox not need the /proc filesystem. | ||
14 | Most apps don't need it. Those that _require_ it, will complain | ||
15 | if you enable them when you disable BB_FEATURE_USE_PROCFS. | ||
16 | |||
12 | -Erik Andrsen | 17 | -Erik Andrsen |
13 | 18 | ||
14 | 0.37 | 19 | 0.37 |