aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-08-21 19:25:16 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-08-21 19:25:16 +0000
commit59ccacc252fb5ebb01cb5aa34135985fffe584e8 (patch)
tree502706beed7931e673ea0436e912873e84ba2577 /Changelog
parent7487c522d6069b8372373cb111ce58b92a81e2ff (diff)
downloadbusybox-w32-59ccacc252fb5ebb01cb5aa34135985fffe584e8.tar.gz
busybox-w32-59ccacc252fb5ebb01cb5aa34135985fffe584e8.tar.bz2
busybox-w32-59ccacc252fb5ebb01cb5aa34135985fffe584e8.zip
lsmod now uses the query_module syscall, rather then /proc
-Erik git-svn-id: svn://busybox.net/trunk/busybox@959 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 @@
11 cleaner too, thanks to Allen Soard <esp-software@mail.hypermart.net> 11 cleaner too, thanks to Allen Soard <esp-software@mail.hypermart.net>
12 * Add optional ls file sorting, thanks to a patch from 12 * Add optional ls file sorting, thanks to a patch from
13 Sterling Huxley <sterling@europa.com> 13 Sterling Huxley <sterling@europa.com>
14 * lsmod now uses the query_module syscall, rather then /proc
14 15
15 16
16 -Erik Andersen 17 -Erik Andersen