summaryrefslogtreecommitdiffstats
path: root/loader2/modules.c
Commit message (Expand)AuthorAgeFilesLines
* 2007-04-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-241-1/+1
* Don't attempt to load a module when the kickstart device line is incorrectChris Lumens2007-02-261-2/+5
* * loader2/modules.c (getModuleLocation): Log module path at debugDavid Cantrell2007-01-051-2/+3
* 2007-01-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-041-0/+6
* 2006-10-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-161-1/+1
* - use int not size_t for %n output in sscanfPeter Jones2006-09-141-7/+6
* - don't put usb-storage in modprobe.conf as a scsi_hostadapter twicePeter Jones2006-09-141-21/+92
* 2006-08-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-011-1/+6
* I still had these lying around, figured I'd commit them.David Cantrell2006-07-061-2/+2
* - make ks.cfg on usb-storage actually workPeter Jones2006-06-201-10/+5
* Make the boot flags variable global. We don't need to pass it (or a pointer ...David Cantrell2006-06-121-33/+34
* * isys/isys.py (driveIsRemovable): Split module checking out to itsPeter Jones2006-05-091-9/+1
* 2005-11-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-101-1/+1
* 2005-11-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-2/+2
* 2005-10-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-201-10/+0
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-24/+24
* 2005-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-131-2/+2
* 2005-05-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-231-1/+15
* more return value "handling"Peter Jones2005-03-021-7/+8
* 2004-11-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-301-1/+3
* 2004-11-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-291-1/+0
* 2004-11-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-081-1/+1
* 2004-11-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-041-0/+47
* 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