summaryrefslogtreecommitdiffstats
path: root/loader/modules.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all popt use with glib's option parsing code.David Cantrell2009-11-181-13/+20
* Use glib data structures in loader's module handling code.David Cantrell2009-11-161-256/+250
* Correct modopts initialization in loader (take 2) (#531932).David Cantrell2009-11-061-10/+33
* Correctly initialize modopts in loader (#531932).David Cantrell2009-11-041-10/+12
* Do not assume we found a module in addOption() in loader/modules.cDavid Cantrell2009-09-211-6/+10
* Rename /etc/modprobe.d/anaconda to /etc/modprobe.d/anaconda.confChris Lumens2009-03-161-3/+3
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-0/+380
* remove old loader dir. for referencing, go back to anaconda-8-0-branchJeremy Katz2003-01-071-881/+0
* merge ia64 changes to HEADJeremy Katz2002-09-091-0/+1
* only retry the umount if errno is EBUSYJeremy Katz2002-08-231-1/+3
* make sure we successfully unmount the driver disk/pcmciadd. if not, sleep an...Jeremy Katz2002-08-231-3/+8
* get the easy bits of the merge first.... hampton loader and isys directoriesJeremy Katz2002-04-191-2/+4
* merge using zlib for stage2 instead of gzlibJeremy Katz2002-03-121-114/+1
* make a little more sure we don't overflow stringMike Fulbright2002-02-271-1/+1
* treat driver disks properly (was broken by multiple module loads)Erik Troan2002-01-251-27/+37
* moved functions from devices.c to modules.c that weren't used anywhereErik Troan2002-01-251-7/+223
* merge most of the s/390 loader changes. as with the last batch, an emailJeremy Katz2001-12-271-1/+11
* don't print junkErik Troan2001-12-101-1/+1
* merge changes from the 7.2 branch forJeremy Katz2001-12-061-0/+118
* changes for dietlibcErik Troan2001-11-131-5/+7
* merge fix from 7-2-branchJeremy Katz2001-10-191-1/+1
* don't fail over missing modulesErik Troan2001-10-171-7/+8
* 1) cleaned up mlLoadModule/mlLoadModuleSet usageErik Troan2001-10-171-6/+22
* don't give up after one module insertion failsErik Troan2001-10-171-1/+2
* moved display of scsiWindow() to right around the insmod (makes multipleErik Troan2001-10-171-0/+12
* 1) some bug fixes to new multiple-module load codeErik Troan2001-10-171-8/+12
* cleaned up location handlingErik Troan2001-10-121-10/+11
* don't free paths when drivers fail to loadErik Troan2001-10-121-11/+0
* restrict the application of module argumentsErik Troan2001-10-041-2/+5
* *** empty log message ***Erik Troan2001-10-031-52/+194
* merge fix from 7-2-branchJeremy Katz2001-09-261-1/+1
* fix multiple scsi adaptersMatt Wilson2001-08-271-1/+20
* write out each module to /tmp/modules.conf every time we insert them (MF #52293Matt Wilson2001-08-231-1/+18
* make a copy of driver major/minor types to we don't need modinfo aroundErik Troan2001-03-061-6/+13
* set the module path to NULL on init, other japanese tweaksMatt Wilson2000-09-071-0/+1
* driver disks seem to work now :-)Erik Troan2000-06-031-11/+10
* driver disks should completely work nowErik Troan2000-05-081-4/+10
* move cpio.h include hereMatt Wilson2000-04-281-1/+0
* shuffle *all* newt code away from modules.cMatt Wilson2000-04-281-80/+1
* implemented new driver disk structureErik Troan2000-04-261-2/+106
* give better errors for failed insmod'sErik Troan2000-04-241-1/+23
* added firstDevNum/lastDevNum for ethMatt Wilson2000-02-271-6/+56
* tokenring devices have numbers tooBill Nottingham2000-02-221-1/+3
* "alias cdrom" wasn't being writtenMatt Wilson2000-02-141-0/+4
* fixes for driver disks with dependencies:Bill Nottingham2000-01-051-2/+2
* got device driver disk working!Matt Wilson1999-09-181-1/+2
* first pass at supporting driver disks -- NOT done yetErik Troan1999-09-181-3/+4
* fixed dep file parsingMatt Wilson1999-08-291-2/+3
* added some debugging outputMatt Wilson1999-08-211-4/+14
* take a flags argument to mlLoadModule, rather then a testing oneMatt Wilson1999-08-211-3/+4