summaryrefslogtreecommitdiffstats
path: root/loader2/modules.c
Commit message (Expand)AuthorAgeFilesLines
* use PROBE_LOADED as appropriate (it only really does anything for networkJeremy Katz2004-03-121-2/+2
* various other foo.o -> foo.ko conversionsBill Nottingham2004-03-051-1/+1
* lots of probe_all nukingJeremy Katz2004-03-041-2/+2
* fix for off by one from mitr (#115948)Jeremy Katz2004-02-171-1/+1
* move it here, doLoadModules get called a lotBill Nottingham2004-02-011-1/+0
* write the include so we get all the stock aliasesBill Nottingham2004-02-011-1/+2
* modules.conf -> modprobe.conf for 2.6Jeremy Katz2003-12-171-5/+5
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-2/+1
* they're .ko nowJeremy Katz2003-11-141-3/+3
* if (firstDev > lastDev), then don't write out a modules.conf entry as itJeremy Katz2003-10-241-0/+2
* merge from taroon-branch. all kinds of miscellaneous bugfixes, includingJeremy Katz2003-08-141-3/+5
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-18/+19
* be a little more polite if /etc/arch doesn't existBill Nottingham2003-06-261-9/+12
* move some lines around to fix #97055. work around bad choice of variable name...Karsten Hopp2003-06-101-1/+3
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-77/+67
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-2/+2
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-13/+6
* mark for translation (#84031)Jeremy Katz2003-02-251-2/+1
* don't write things like "alias yenta_socket" to /etc/modules.conf.Bill Nottingham2003-02-151-3/+9
* avoid the ire of the translatorsJeremy Katz2003-02-111-1/+2
* add back device command for kickstartJeremy Katz2003-02-101-0/+63
* bump up copyright for things we have changed this year so farMike Fulbright2003-01-141-1/+1
* fix scsi disk counting to be correctJeremy Katz2003-01-101-22/+31
* basic module reload support for the usb-storage nonsense. this brings us backJeremy Katz2003-01-091-5/+151
* hack so that usb-storage and sbp2 don't end up in modules.conf. bleah :(Jeremy Katz2002-12-171-0/+8
* use the kudzu api properly. if devices is NULL, there aren't any disksJeremy Katz2002-12-161-3/+4
* write out /tmp/scsidisks after we're done loading modules with theJeremy Katz2002-12-131-0/+38
* * add a usecancel param for the driver disk dialog so we can use it even ifJeremy Katz2002-12-111-4/+10
* fix mikem's problem with dual eepro100s (#79182)Jeremy Katz2002-12-091-2/+3
* minor fixups of some outdated comments. properly pass lang and kbd toJeremy Katz2002-12-061-1/+0
* more debugging goes bye-byeJeremy Katz2002-12-031-1/+0
* bye-bye to debugging messageJeremy Katz2002-12-031-1/+0
* write out /tmp/modules.conf. should properly handle token ring modules whichJeremy Katz2002-12-031-25/+127
* driver disks should work now, from cds as well as floppiesJeremy Katz2002-12-021-1/+1
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+595