index
:
drakx-backup-do-not-use
distro/mdv2007.1
distro/mdv2008.0
distro/mdv2008.1
distro/mdv2009.0
distro/mdv2009.1
distro/mdv2010.0
distro/mes5
distro/mes5-2.6.33
distro/mes6
distro/mga1
distro/mga2
distro/mga3
master
topic/Corpo_2_1
topic/KA9_0
topic/MDK-10-update
topic/MDK-10_1-update
topic/MDK-10_2-update
topic/MDK-2006_0-update
topic/MDK92-branch
topic/MDKC_1_0
topic/PCMCIA_CS_DISTRO
topic/R9_0-64bit-branch
topic/R9_1_HP-branch
topic/a
topic/before_matchbox_wm
topic/dietlibc
topic/firewall
topic/gdk-pixbuf-0-branch
topic/gi-ppc
topic/ia64-8_1
topic/mandrakesoft
topic/mlcd4
topic/ppp
topic/rp-pppoe
topic/switching_to_urpmi
topic/unlabeled-1.1.1
topic/v_webmin_0_87
topic/x86_64-branch
Mageia Installer and base platform for many utilities
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mdk-stage1
/
modules.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kill now dead code
Thierry Vignaud
2013-03-26
1
-75
/
+0
*
use kmod for module loading (mga#9242, based on Pok works @mdv)
Thierry Vignaud
2013-03-23
1
-28
/
+72
*
kill long dead argument
Thierry Vignaud
2013-03-23
1
-6
/
+6
*
(my_insmod) rename as (my_modprobe) as it really what it is
Thierry Vignaud
2013-03-23
1
-4
/
+4
*
revert patch introduced in r7542
Maarten Vanraes
2013-03-20
1
-1
/
+8
*
- fix loading modules with "-" in their names (mga#9242)
Maarten Vanraes
2013-03-13
1
-8
/
+1
*
kill firmware loader now that firmware are loaded by the kernel
Thierry Vignaud
2012-12-21
1
-14
/
+0
*
Revert commit 6430
Nicolas Lécureuil
2012-11-11
1
-337
/
+337
*
Do not mix tabs and spaces
Nicolas Lécureuil
2012-11-09
1
-337
/
+337
*
kill dead emails
Thierry Vignaud
2012-01-27
1
-1
/
+1
*
(kernel_module_extension) actually default to XZ compressed modules
Thierry Vignaud
2012-01-20
1
-1
/
+1
*
(memdup) rename as _memdup() in order to prevent a symbol clash with libkmod
Thierry Vignaud
2012-01-13
1
-1
/
+1
*
- try to handle the built-in module case before trying to load a module.
Arnaud Patard
2011-03-18
1
-0
/
+11
*
use %zu instead of %d in order to handle x86_64 sizeof
Bogdano Arendartchuk
2009-09-01
1
-1
/
+1
*
Avoid smashing the stack if someday a module has more than 49 dependencies
Pascal Terjan
2009-08-10
1
-1
/
+7
*
set uevent helper which will load firmware and do not set firmware
Pascal Terjan
2009-04-22
1
-6
/
+6
*
mandrake is now mandriva
Thierry Vignaud
2009-03-06
1
-2
/
+2
*
fix incorrect error message about modules description file
Olivier Blin
2009-02-23
1
-1
/
+1
*
adapt to new modules.dep format (prefix modules with directory path)
Olivier Blin
2009-02-12
1
-1
/
+1
*
sort modules in the interface
Pascal Terjan
2009-02-03
1
-1
/
+7
*
do not define unused functions in network standalone mode
Olivier Blin
2008-06-12
1
-0
/
+2
*
declare init_firmware_timeout
Olivier Blin
2008-03-31
1
-1
/
+1
*
do not set firmware timeout to 1 second in probe-modules helper for Mandriva ...
Olivier Blin
2008-03-31
1
-1
/
+0
*
simplify
Olivier Blin
2008-03-18
1
-2
/
+1
*
fix asking modules when no controller is detected
Olivier Blin
2008-03-18
1
-1
/
+1
*
- rename SCSI_ADAPTERS as MEDIA_ADAPTERS since we really mean media adpaters now
Olivier Blin
2008-02-27
1
-2
/
+2
*
wait only 1 second for firmware upload (not to hang boot with iwl3945, #37279)
Olivier Blin
2008-02-27
1
-0
/
+14
*
switch to modules from /lib/modules/`uname -r`, modules.dep containing full f...
Olivier Blin
2008-02-11
1
-4
/
+12
*
fix typo
Olivier Blin
2008-02-11
1
-1
/
+1
*
strip directory and module extension when getting module name
Olivier Blin
2008-02-11
1
-1
/
+5
*
convert module deps to modname as well
Olivier Blin
2008-02-11
1
-1
/
+1
*
alloc the string in filename2modname
Olivier Blin
2008-02-11
1
-9
/
+14
*
add find_modules_directory
Olivier Blin
2008-02-11
1
-1
/
+7
*
factorize /modules
Olivier Blin
2008-02-11
1
-4
/
+5
*
read modules description from /modules/modules.description (and drop hardcode...
Olivier Blin
2007-08-27
1
-6
/
+56
*
make filename2modname modify in-place
Olivier Blin
2007-08-27
1
-8
/
+7
*
extract filename2modname() function
Olivier Blin
2007-08-27
1
-9
/
+12
*
move some code in new cat_file and line_counts functions
Olivier Blin
2007-08-27
1
-23
/
+6
*
include stage1.h earlier so that _GNU_SOURCE and strndup are defined
Olivier Blin
2007-08-27
1
-1
/
+2
*
use alloca
Olivier Blin
2007-08-27
1
-2
/
+3
*
fix allocated size for modules list (oops)
Olivier Blin
2007-08-27
1
-2
/
+2
*
reorganize code
Olivier Blin
2007-08-27
1
-42
/
+40
*
indent
Olivier Blin
2007-08-27
1
-15
/
+15
*
allow debug mode to go further when loading modules
Olivier Blin
2007-08-27
1
-6
/
+3
*
ask loading modules from /modules if needed
Olivier Blin
2007-08-27
1
-7
/
+15
*
remove kernel 2.4->2.6 module map, we don't use module names from pcitable an...
Olivier Blin
2007-08-21
1
-36
/
+5
*
keep module in dependencies list even if it has no dependencies (to keep trac...
Olivier Blin
2007-08-21
1
-4
/
+0
*
convert module name to filename before loading it (using modules.dep to get f...
Olivier Blin
2007-08-21
1
-2
/
+19
*
rename name as modname in module_deps_elem struct
Olivier Blin
2007-08-21
1
-4
/
+4
*
- move parameters functions in params.c
Olivier Blin
2007-07-05
1
-0
/
+1
[next]