summaryrefslogtreecommitdiffstats
path: root/loader/modules.h
Commit message (Collapse)AuthorAgeFilesLines
* Completely remove loader/Will Woods2012-02-151-50/+0
| | | | IT IS ACCOMPLISHED.
* Proper detection of successful module update (#618862)Martin Sivak2010-08-121-0/+5
|
* break the dependency of modules.c on loader.hAles Kozumplik2010-07-201-2/+0
|
* Use module reloading in driver disc operations (#590015)Martin Sivak2010-05-071-0/+4
| | | | We have to load all drivers to get access to devices containing driver discs. But when we copy the DD content into RAM, we have to reinitialize those drivers to pick up updated versions.
* Use glib data structures in loader's module handling code.David Cantrell2009-11-161-6/+19
| | | | | Use glib's data structures and string functions in modules.c since we already have glib. Add in some safety checks as well.
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-0/+30
|
* remove old loader dir. for referencing, go back to anaconda-8-0-branchJeremy Katz2003-01-071-48/+0
|
* merge changes from the 7.2 branch forJeremy Katz2001-12-061-0/+5
| | | | | | * nousbstorage flag * unload usb-storage before loading scsi modules * support for RedHat/base/updates.img
* 1) cleaned up mlLoadModule/mlLoadModuleSet usageErik Troan2001-10-171-4/+7
| | | | 2) module arguments should work again
* cleaned up location handlingErik Troan2001-10-121-4/+4
|
* *** empty log message ***Erik Troan2001-10-031-1/+4
|
* write out each module to /tmp/modules.conf every time we insert them (MF #52293Matt Wilson2001-08-231-0/+1
|
* make a copy of driver major/minor types to we don't need modinfo aroundErik Troan2001-03-061-1/+5
| | | | to write out modules.conf
* driver disks seem to work now :-)Erik Troan2000-06-031-2/+2
|
* driver disks should completely work nowErik Troan2000-05-081-1/+2
|
* added firstDevNum/lastDevNum for ethMatt Wilson2000-02-271-1/+3
|
* first pass at supporting driver disks -- NOT done yetErik Troan1999-09-181-1/+2
|
* take a flags argument to mlLoadModule, rather then a testing oneMatt Wilson1999-08-211-1/+1
|
* first pass at displaying loaded module infoErik Troan1999-08-101-0/+11
|
* support module argumentsErik Troan1999-08-091-1/+1
|
* #ifndef protection was mising #defineErik Troan1999-08-071-0/+1
|
* first pass at creating /etc/conf.modulesErik Troan1999-08-061-0/+1
|
* need to pass a pointer to the moddep set in mlLoadDeps()Erik Troan1999-07-281-1/+1
|
* added mlModuleInList()Erik Troan1999-07-281-0/+1
|
* load modules by nameErik Troan1999-07-231-1/+1
|
* adding testing parameter to mlLoadModule()Erik Troan1999-07-211-1/+1
|
* added mlGetDepsErik Troan1999-07-211-0/+1
|
* *** empty log message ***Erik Troan1999-07-191-0/+13