diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-06 18:18:26 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-06 18:18:26 +0000 |
commit | 21adca750a9a1ae47da2bd058574795089406f25 (patch) | |
tree | 6157527825001c910fa9bd2b2ce519ac212e9e50 /Changelog | |
parent | e884970c87b921542fb9351b7a907796a0a4de23 (diff) | |
download | busybox-w32-21adca750a9a1ae47da2bd058574795089406f25.tar.gz busybox-w32-21adca750a9a1ae47da2bd058574795089406f25.tar.bz2 busybox-w32-21adca750a9a1ae47da2bd058574795089406f25.zip |
Added insmod support for ARM, and lsmod support for older kernels,
thanks to Alcove, Julien Gaulmin <julien.gaulmin@alcove.fr> and
Nicolas Ferre <nicolas.ferre@alcove.fr>.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,9 +3,12 @@ | |||
3 | * Matt Kraai -- fix all usage of TRUE and FALSE so all apps now | 3 | * Matt Kraai -- fix all usage of TRUE and FALSE so all apps now |
4 | return EXIT_SUCCESS or EXIT_FAILURE to the system. | 4 | return EXIT_SUCCESS or EXIT_FAILURE to the system. |
5 | Now TRUE and FALSE are set to the C standard where TRUE=1. | 5 | Now TRUE and FALSE are set to the C standard where TRUE=1. |
6 | * Fixed uname problem causing the kernel version to be | 6 | * me -- Fixed uname problem causing the kernel version to be |
7 | mis-detected (causing problems with poweroff, init, | 7 | mis-detected (causing problems with poweroff, init, |
8 | and other things). | 8 | and other things). |
9 | * Alcove, Julien Gaulmin <julien.gaulmin@alcove.fr> and | ||
10 | Nicolas Ferre <nicolas.ferre@alcove.fr> -- insmod support on ARM | ||
11 | and StrongArm, and suport for lsmod on older 2.0.x kernels. | ||
9 | * Kent Robotti -- Renamed unrpm to original rpmunpack, so you can use | 12 | * Kent Robotti -- Renamed unrpm to original rpmunpack, so you can use |
10 | an included shell script called unrpm as a front end to it. There's | 13 | an included shell script called unrpm as a front end to it. There's |
11 | also a shell script called undeb included for debian packages. | 14 | also a shell script called undeb included for debian packages. |