diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-26 20:06:48 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-26 20:06:48 +0000 |
commit | 5cbdd712f5320ffc109053a94b7cf36c82292cf6 (patch) | |
tree | 77236e83cc0583411a75b752a6152d445eb680e0 /Changelog | |
parent | 3fe39dce5d1a0b0946878c66bbd7f694c5aa38ea (diff) | |
download | busybox-w32-5cbdd712f5320ffc109053a94b7cf36c82292cf6.tar.gz busybox-w32-5cbdd712f5320ffc109053a94b7cf36c82292cf6.tar.bz2 busybox-w32-5cbdd712f5320ffc109053a94b7cf36c82292cf6.zip |
mount and umount could leak loop device allocations causing the system to
quickly run out. Also disable init's SIGHUP handler during shutdown.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -32,6 +32,11 @@ | |||
32 | tail -f work only with a single file. This reduced tail | 32 | tail -f work only with a single file. This reduced tail |
33 | from 6k to 2.4k. The bigger/more featured tail can still be | 33 | from 6k to 2.4k. The bigger/more featured tail can still be |
34 | had by disabling BB_FEATURE_SIMPLE_TAIL in dusybox.defs.h | 34 | had by disabling BB_FEATURE_SIMPLE_TAIL in dusybox.defs.h |
35 | * Ping now falls back to doing the right thing if /etc/protocols | ||
36 | turns up missing. | ||
37 | * Fixed mount and umount. Previously they could leak loop device | ||
38 | allocations, causing the system to quickly run out. Fix for umount | ||
39 | by Ben Collins <bcollins@debian.org>, and mount was fixed by me. | ||
35 | 40 | ||
36 | 41 | ||
37 | -Erik Andersen | 42 | -Erik Andersen |