aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-08-21 19:25:16 +0000
committerEric Andersen <andersen@codepoet.org>2000-08-21 19:25:16 +0000
commitbe0dc0d06a730bd3a9e7567af6918a673d5135ee (patch)
tree502706beed7931e673ea0436e912873e84ba2577 /Changelog
parentb2fc5a06479bb0fcf0f39bea756a5994cbca72b8 (diff)
downloadbusybox-be0dc0d06a730bd3a9e7567af6918a673d5135ee.tar.gz
lsmod now uses the query_module syscall, rather then /proc
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 62db63bd2..d7adeba42 100644
--- a/Changelog
+++ b/Changelog
@@ -11,6 +11,7 @@
cleaner too, thanks to Allen Soard <esp-software@mail.hypermart.net>
* Add optional ls file sorting, thanks to a patch from
Sterling Huxley <sterling@europa.com>
+ * lsmod now uses the query_module syscall, rather then /proc
-Erik Andersen