summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* fix typoOlivier Blin2007-12-211-1/+1
|
* rebuild with list_modules to handle atl2 ethernet driverOlivier Blin2007-12-212-1/+4
|
* export BASE when building tarballOlivier Blin2007-12-211-2/+2
|
* fix linking with dietlibc /o\Olivier Blin2007-11-161-1/+1
|
* fix linking of static archives with gccOlivier Blin2007-11-161-2/+4
|
* fix build with gccOlivier Blin2007-11-164-0/+5
|
* fix typo, return the number of KA tryAntoine Ginies2007-10-251-9/+8
|
* use mirrors with type=distrib only (skip both type=iso and type=updates, #34912)Olivier Blin2007-10-231-2/+2
|
* allow to probe USB bus onlyOlivier Blin2007-10-231-2/+9
|
* link with pcmcia/sysfs libsOlivier Blin2007-10-231-1/+1
|
* use FULL objects in probe-modulesOlivier Blin2007-10-231-1/+1
|
* do not probe PCI devices when probing USB busOlivier Blin2007-10-231-1/+1
|
* fix probing USB controllers when probing USB devices directlyOlivier Blin2007-10-231-3/+1
|
* 1.18Olivier Blin2007-10-032-1/+4
|
* add probe-modules helperOlivier Blin2007-10-032-1/+48
|
* export find_media functionOlivier Blin2007-10-032-1/+2
|
* 1.17Olivier Blin2007-09-242-1/+6
|
* do not explicitely try to load ide-generic, ldetect will fallback to ↵Olivier Blin2007-09-242-12/+0
| | | | ide-generic when appropriate (#33043)
* use modules from disk/ide category (#33043)Olivier Blin2007-09-241-1/+1
|
* 1.16Pascal Rigaux2007-09-052-1/+2
|
* - if you give nfs directory xxx, try to use xxx/ARCHPascal Rigaux2007-09-055-5/+28
| | | | | | | - handle cdroms with and without ARCH at the root and factorize the code into create_IMAGE_LOCATION()
* 1.15Olivier Blin2007-08-272-1/+2
|
* read modules description from /modules/modules.description (and drop ↵Olivier Blin2007-08-274-72/+62
| | | | 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-273-23/+41
|
* include stage1.h earlier so that _GNU_SOURCE and strndup are definedOlivier Blin2007-08-272-4/+4
|
* 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-272-7/+17
|
* enlarge ask_from_list array size to match list_directory()Olivier Blin2007-08-271-1/+1
|
* simplify using string_array_lengthOlivier Blin2007-08-271-8/+2
|
* 1.14Olivier Blin2007-08-232-1/+2
|
* factorize code in a new device_match_modules_list() function and thus fix ↵Olivier Blin2007-08-232-28/+24
| | | | segfault in USB detection code (when e->module is NULL, #32624)
* 1.13Olivier Blin2007-08-212-1/+9
|
* remove kernel 2.4->2.6 module map, we don't use module names from pcitable ↵Olivier Blin2007-08-211-36/+5
| | | | anymore
* use '_' in module names when explicitely loading modulesOlivier Blin2007-08-214-6/+6
|
* 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-212-2/+20
| | | | filename)
* rename name as modname in module_deps_elem structOlivier Blin2007-08-212-5/+5
|
* 1.12Olivier Blin2007-08-202-1/+4
|