diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-09 01:15:52 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-09 01:15:52 +0000 |
commit | ce3a25be7468ffc5890b34473eddfac945bbb8d5 (patch) | |
tree | 22597bae89a7b7c5f2153947767e384884effa77 /Changelog | |
parent | 4b718d969e8f44e9b7167872e7271ee068b7f062 (diff) | |
download | busybox-w32-ce3a25be7468ffc5890b34473eddfac945bbb8d5.tar.gz busybox-w32-ce3a25be7468ffc5890b34473eddfac945bbb8d5.tar.bz2 busybox-w32-ce3a25be7468ffc5890b34473eddfac945bbb8d5.zip |
* my_getid was leaking file descriptors, causing 'ls -l' on long
directories to fail
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@176 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ | |||
9 | integration with the about-to-be-released tinylogin.) | 9 | integration with the about-to-be-released tinylogin.) |
10 | * kill now behaves itself properly, added 'kill -l' to list signals | 10 | * kill now behaves itself properly, added 'kill -l' to list signals |
11 | * Began to add tail, butit doesn't work yet. | 11 | * Began to add tail, butit doesn't work yet. |
12 | * my_getid was leaking file descriptors, causing 'ls -l' on long | ||
13 | directories to fail | ||
12 | 14 | ||
13 | -Erik Andrsen | 15 | -Erik Andrsen |
14 | 16 | ||