summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | timeout to 1 second (it will fail if firmware is not there)
* 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
| | | | One (#39216)
* 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
| | | | | | - update comments and messages accordingly - rename already_probed_scsi_adapters as already_probed_media_adapters
* 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 ↵Olivier Blin2008-02-111-4/+12
| | | | filename
* 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 ↵Olivier Blin2007-08-271-6/+56
| | | | hardcoded descriptions...)
* 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 ↵Olivier Blin2007-08-211-36/+5
| | | | anymore
* keep module in dependencies list even if it has no dependencies (to keep ↵Olivier Blin2007-08-211-4/+0
| | | | track of its filename)
* convert module name to filename before loading it (using modules.dep to get ↵Olivier Blin2007-08-211-2/+19
| | | | filename)
* 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
| | | | | - move string/system utility functions in utils.c
* re-sync after the big svn lossPascal Rigaux2007-04-251-163/+22
|
* - merge update_modules stuff in third-party moduleOlivier Blin2005-03-161-66/+0
| | | | | | | - add "thirdparty" as an alias for the "updatemodules" option - allow to specify thirdparty device using automatic "thirdparty" option - try to mount as iso9660 too in try_mount
* add a dhcp-client built using mdk-stage1 codePascal Rigaux2005-01-311-0/+9
|
* only prompt for "Additional Drivers floppy" for networkPascal Rigaux2005-01-281-0/+5
|
* don't prompt if no modules, otherwise "Ok" in ask_from_list_comments() gets ↵Pascal Rigaux2005-01-281-1/+4
| | | | a segfault
* create unset_automatic()Pascal Rigaux2004-12-201-2/+2
|
* LIVE_LOCATION is better named LIVE_LOCATION_REL without the leading "/"Pascal Rigaux2004-11-041-1/+7
|
* cleanup code using kernel_module_extension()Pascal Rigaux2004-11-041-8/+7
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|