diff options
author | Erik Andersen <andersen@codepoet.org> | 1999-12-16 20:59:36 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 1999-12-16 20:59:36 +0000 |
commit | 1c5b2589d1287008899c07f45541286fe8c37508 (patch) | |
tree | 6c9772d2bb9b54f6508ff77a8dd30982e227ab83 /Changelog | |
parent | 6f23cec5d081fac63a7a0c493d6caff77e55dfb1 (diff) | |
download | busybox-w32-1c5b2589d1287008899c07f45541286fe8c37508.tar.gz busybox-w32-1c5b2589d1287008899c07f45541286fe8c37508.tar.bz2 busybox-w32-1c5b2589d1287008899c07f45541286fe8c37508.zip |
Fix bugs in logger and syslogd. Add fbset.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ | |||
2 | * Added the -s option to du -beppu | 2 | * Added the -s option to du -beppu |
3 | * Fixed an embarrasing segfault in head -beppu | 3 | * Fixed an embarrasing segfault in head -beppu |
4 | * New App: lsmod -erik | 4 | * New App: lsmod -erik |
5 | * New Apps: fbset contributed by Randolph Chung <tausq@debian.org>. | ||
6 | * Fixed an bug in syslogd causing it to stop logging after 20 minutes. -erik | ||
7 | * Fixed the embarrasing failure of the -p opition in the logger app. -erik | ||
5 | 8 | ||
6 | -Erik Andersen | 9 | -Erik Andersen |
7 | 10 | ||