summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen1999-12-09 01:15:52 +0000
committerEric Andersen1999-12-09 01:15:52 +0000
commit48091fb3d3e5ec35506ef434bf8712bb5696c3fc (patch)
tree22597bae89a7b7c5f2153947767e384884effa77 /Changelog
parentabc0f4f8f97b36f2865986374405d091cefea107 (diff)
downloadbusybox-48091fb3d3e5ec35506ef434bf8712bb5696c3fc.zip
busybox-48091fb3d3e5ec35506ef434bf8712bb5696c3fc.tar.gz
* my_getid was leaking file descriptors, causing 'ls -l' on long
directories to fail -Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 59895a0..7c21c6c 100644
--- a/Changelog
+++ b/Changelog
@@ -9,6 +9,8 @@
integration with the about-to-be-released tinylogin.)
* kill now behaves itself properly, added 'kill -l' to list signals
* Began to add tail, butit doesn't work yet.
+ * my_getid was leaking file descriptors, causing 'ls -l' on long
+ directories to fail
-Erik Andrsen