summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.c
Commit message (Expand)AuthorAgeFilesLines
* kill now dead codeThierry Vignaud2013-03-261-75/+0
* use kmod for module loading (mga#9242, based on Pok works @mdv)Thierry Vignaud2013-03-231-28/+72
* kill long dead argumentThierry Vignaud2013-03-231-6/+6
* (my_insmod) rename as (my_modprobe) as it really what it isThierry Vignaud2013-03-231-4/+4
* revert patch introduced in r7542Maarten Vanraes2013-03-201-1/+8
* - fix loading modules with "-" in their names (mga#9242)Maarten Vanraes2013-03-131-8/+1
* kill firmware loader now that firmware are loaded by the kernelThierry Vignaud2012-12-211-14/+0
* Revert commit 6430Nicolas Lécureuil2012-11-111-337/+337
* Do not mix tabs and spacesNicolas Lécureuil2012-11-091-337/+337
* kill dead emailsThierry Vignaud2012-01-271-1/+1
* (kernel_module_extension) actually default to XZ compressed modulesThierry Vignaud2012-01-201-1/+1
* (memdup) rename as _memdup() in order to prevent a symbol clash with libkmodThierry Vignaud2012-01-131-1/+1
* - try to handle the built-in module case before trying to load a module.Arnaud Patard2011-03-181-0/+11
* use %zu instead of %d in order to handle x86_64 sizeofBogdano Arendartchuk2009-09-011-1/+1
* Avoid smashing the stack if someday a module has more than 49 dependenciesPascal Terjan2009-08-101-1/+7
* set uevent helper which will load firmware and do not set firmware Pascal Terjan2009-04-221-6/+6
* mandrake is now mandrivaThierry Vignaud2009-03-061-2/+2
* fix incorrect error message about modules description fileOlivier Blin2009-02-231-1/+1
* adapt to new modules.dep format (prefix modules with directory path)Olivier Blin2009-02-121-1/+1
* sort modules in the interfacePascal Terjan2009-02-031-1/+7
* do not define unused functions in network standalone modeOlivier Blin2008-06-121-0/+2
* declare init_firmware_timeoutOlivier Blin2008-03-311-1/+1
* do not set firmware timeout to 1 second in probe-modules helper for Mandriva ...Olivier Blin2008-03-311-1/+0
* simplifyOlivier Blin2008-03-181-2/+1
* fix asking modules when no controller is detectedOlivier Blin2008-03-181-1/+1
* - rename SCSI_ADAPTERS as MEDIA_ADAPTERS since we really mean media adpaters nowOlivier Blin2008-02-271-2/+2
* wait only 1 second for firmware upload (not to hang boot with iwl3945, #37279)Olivier Blin2008-02-271-0/+14
* switch to modules from /lib/modules/`uname -r`, modules.dep containing full f...Olivier Blin2008-02-111-4/+12
* fix typoOlivier Blin2008-02-111-1/+1
* strip directory and module extension when getting module nameOlivier Blin2008-02-111-1/+5
* convert module deps to modname as wellOlivier Blin2008-02-111-1/+1
* alloc the string in filename2modnameOlivier Blin2008-02-111-9/+14
* add find_modules_directoryOlivier Blin2008-02-111-1/+7
* factorize /modulesOlivier Blin2008-02-111-4/+5
* read modules description from /modules/modules.description (and drop hardcode...Olivier Blin2007-08-271-6/+56
* make filename2modname modify in-placeOlivier Blin2007-08-271-8/+7
* extract filename2modname() functionOlivier Blin2007-08-271-9/+12
* move some code in new cat_file and line_counts functionsOlivier Blin2007-08-271-23/+6
* include stage1.h earlier so that _GNU_SOURCE and strndup are definedOlivier Blin2007-08-271-1/+2
* use allocaOlivier Blin2007-08-271-2/+3
* fix allocated size for modules list (oops)Olivier Blin2007-08-271-2/+2
* reorganize codeOlivier Blin2007-08-271-42/+40
* indentOlivier Blin2007-08-271-15/+15
* allow debug mode to go further when loading modulesOlivier Blin2007-08-271-6/+3
* ask loading modules from /modules if neededOlivier Blin2007-08-271-7/+15
* remove kernel 2.4->2.6 module map, we don't use module names from pcitable an...Olivier Blin2007-08-211-36/+5
* keep module in dependencies list even if it has no dependencies (to keep trac...Olivier Blin2007-08-211-4/+0
* convert module name to filename before loading it (using modules.dep to get f...Olivier Blin2007-08-211-2/+19
* rename name as modname in module_deps_elem structOlivier Blin2007-08-211-4/+4
* - move parameters functions in params.cOlivier Blin2007-07-051-0/+1