diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-21 19:25:16 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-21 19:25:16 +0000 |
commit | be0dc0d06a730bd3a9e7567af6918a673d5135ee (patch) | |
tree | 502706beed7931e673ea0436e912873e84ba2577 /Changelog | |
parent | b2fc5a06479bb0fcf0f39bea756a5994cbca72b8 (diff) | |
download | busybox-w32-be0dc0d06a730bd3a9e7567af6918a673d5135ee.tar.gz busybox-w32-be0dc0d06a730bd3a9e7567af6918a673d5135ee.tar.bz2 busybox-w32-be0dc0d06a730bd3a9e7567af6918a673d5135ee.zip |
lsmod now uses the query_module syscall, rather then /proc
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |