| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | more return value "handling" | Peter Jones | 2005-03-02 | 1 | -7/+8 |
| | | |||||
| * | 2004-11-30 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-11-30 | 1 | -1/+3 |
| | | | | | | * loader2/modules.c (lateModuleSort): Fix the list to be big enough (#140541, #140876) | ||||
| * | 2004-11-29 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-11-29 | 1 | -1/+0 |
| | | | | | * loader2/modules.c: Fix segfault on ia64 (#140093) | ||||
| * | 2004-11-08 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-11-08 | 1 | -1/+1 |
| | | | | | * loader2/modules.c (lateModuleSort): Fix stack corruption. | ||||
| * | 2004-11-04 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-11-04 | 1 | -0/+47 |
| | | | | | | | | | * loader2/modules.c (lateModuleSort): Implement an additional sort to move drivers to the end of our list of drivers to load. This is handy for, eg, fibre channel so that it doesn't end up at the front of the list so that people don't get confused with sda being their FC disk. Also, put ibmvscsic in the list due to #137920 | ||||
| * | use PROBE_LOADED as appropriate (it only really does anything for network | Jeremy Katz | 2004-03-12 | 1 | -2/+2 |
| | | | | | cards right now, but it could be relevant for other probes in the future) | ||||
| * | various other foo.o -> foo.ko conversions | Bill Nottingham | 2004-03-05 | 1 | -1/+1 |
| | | |||||
| * | lots of probe_all nuking | Jeremy Katz | 2004-03-04 | 1 | -2/+2 |
| | | |||||
| * | fix for off by one from mitr (#115948) | Jeremy Katz | 2004-02-17 | 1 | -1/+1 |
| | | |||||
| * | move it here, doLoadModules get called a lot | Bill Nottingham | 2004-02-01 | 1 | -1/+0 |
| | | |||||
| * | write the include so we get all the stock aliases | Bill Nottingham | 2004-02-01 | 1 | -1/+2 |
| | | |||||
| * | modules.conf -> modprobe.conf for 2.6 | Jeremy Katz | 2003-12-17 | 1 | -5/+5 |
| | | |||||
| * | switch to using kudzu's probeDevices() instead of the isys knownDevices | Jeremy Katz | 2003-11-22 | 1 | -2/+1 |
| | | | | | | list everywhere. stop passing around kd. link with libpci_loader (built with diet) on diet arches to avoid dirent incompatibilities | ||||
| * | they're .ko now | Jeremy Katz | 2003-11-14 | 1 | -3/+3 |
| | | |||||
| * | if (firstDev > lastDev), then don't write out a modules.conf entry as it | Jeremy Katz | 2003-10-24 | 1 | -0/+2 |
| | | | | | will be bogus. seems to fix #106638 to behave sanely | ||||
| * | merge from taroon-branch. all kinds of miscellaneous bugfixes, including | Jeremy Katz | 2003-08-14 | 1 | -3/+5 |
| | | | | | | | | | | * firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen | ||||
| * | massive merge from taroon branch. changes are all over the place, but a | Jeremy Katz | 2003-07-08 | 1 | -18/+19 |
| | | | | | | | | | | | | | | | summary of looking through the diff is * clean up warnings, we build with -Wall -Werror here too * product.img stuff * max logical partitions enforcement * 1 TB max fs size * ethtool stuff * autopart in kickstart * driver disk fixes * RHEL upgrade stuff * network driver disks * variant pkgorder/tree splitting | ||||
| * | be a little more polite if /etc/arch doesn't exist | Bill Nottingham | 2003-06-26 | 1 | -9/+12 |
| | | |||||
| * | move some lines around to fix #97055. work around bad choice of variable ↵ | Karsten Hopp | 2003-06-10 | 1 | -1/+3 |
| | | | | | name which is already used by bash | ||||
| * | merge taroon branch. mostly package bits, but a lot of other misc stuff | Jeremy Katz | 2003-06-06 | 1 | -77/+67 |
| | | | | | and cleanups in here too | ||||
| * | another taroon merge. tagged before as before-taroon-merge, after as | Jeremy Katz | 2003-04-24 | 1 | -2/+2 |
| | | | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups. | ||||
| * | merge taroon branch up until now. tagged as before-taroon-merge before and | Jeremy Katz | 2003-03-21 | 1 | -13/+6 |
| | | | | | | will be tagged after-taroon-merge after. taroon at this point is tagged taroon-merge-point for where to base merges from in the future | ||||
| * | mark for translation (#84031) | Jeremy Katz | 2003-02-25 | 1 | -2/+1 |
| | | |||||
| * | don't write things like "alias yenta_socket" to /etc/modules.conf. | Bill Nottingham | 2003-02-15 | 1 | -3/+9 |
| | | | | | part of #84379 | ||||
| * | avoid the ire of the translators | Jeremy Katz | 2003-02-11 | 1 | -1/+2 |
| | | |||||
| * | add back device command for kickstart | Jeremy Katz | 2003-02-10 | 1 | -0/+63 |
| | | |||||
| * | bump up copyright for things we have changed this year so far | Mike Fulbright | 2003-01-14 | 1 | -1/+1 |
| | | |||||
| * | fix scsi disk counting to be correct | Jeremy Katz | 2003-01-10 | 1 | -22/+31 |
| | | | | | only reload usb storage if we have scsi disks attached. scsi cdroms aren't a problem because kudzu adds them to the fstab during the firstboot, not during the install | ||||
| * | basic module reload support for the usb-storage nonsense. this brings us back | Jeremy Katz | 2003-01-09 | 1 | -5/+151 |
| | | | | | to 8.0 level at least. | ||||
| * | hack so that usb-storage and sbp2 don't end up in modules.conf. bleah :( | Jeremy Katz | 2002-12-17 | 1 | -0/+8 |
| | | |||||
| * | use the kudzu api properly. if devices is NULL, there aren't any disks | Jeremy Katz | 2002-12-16 | 1 | -3/+4 |
| | | |||||
| * | write out /tmp/scsidisks after we're done loading modules with the | Jeremy Katz | 2002-12-13 | 1 | -0/+38 |
| | | | | | | correspondence between sds and scsi adapters so that the second stage has a way to filter out things like usb or firewire drives | ||||
| * | * add a usecancel param for the driver disk dialog so we can use it even if | Jeremy Katz | 2002-12-11 | 1 | -4/+10 |
| | | | | | | | | back doesn't make any sense * make sure we got new drivers that we care about from the driver disk * manual driver selection and loading (with arbitrary args) * lots of stuff to get noprobe mostly working | ||||
| * | fix mikem's problem with dual eepro100s (#79182) | Jeremy Katz | 2002-12-09 | 1 | -2/+3 |
| | | | | | | also add deviceCount for scsi adapters so that I can write out the /tmp/scsidisks file eventually | ||||
| * | minor fixups of some outdated comments. properly pass lang and kbd to | Jeremy Katz | 2002-12-06 | 1 | -1/+0 |
| | | | | | the second stage | ||||
| * | more debugging goes bye-bye | Jeremy Katz | 2002-12-03 | 1 | -1/+0 |
| | | |||||
| * | bye-bye to debugging message | Jeremy Katz | 2002-12-03 | 1 | -1/+0 |
| | | |||||
| * | write out /tmp/modules.conf. should properly handle token ring modules which | Jeremy Katz | 2002-12-03 | 1 | -25/+127 |
| | | | | | handle multiple tr devices now, too | ||||
| * | driver disks should work now, from cds as well as floppies | Jeremy Katz | 2002-12-02 | 1 | -1/+1 |
| | | |||||
| * | restructuring and clean up of some of the older unused code in the loader. | Jeremy Katz | 2002-11-26 | 1 | -0/+595 |
| still a lot to do, but this gets to stage2 for cd, nfs, http, and ftp booting from either the cd initrd or the pxe initrd | |||||
