| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed loader2 subdirectory to loader (hooray for git) | David Cantrell | 2008-08-25 | 1 | -642/+0 |
* | When mount fails, pass the error message up to the UI layer. | Chris Lumens | 2008-08-25 | 1 | -11/+10 |
* | Use %m rather than strerror() where appropriate. | Peter Jones | 2008-07-08 | 1 | -5/+4 |
* | Check return value of asprintf() consistently | David Cantrell | 2008-06-27 | 1 | -6/+20 |
* | Use the mount program instead of our own code. | Chris Lumens | 2008-02-11 | 1 | -11/+10 |
* | Adjust loader to new hardware code. | Bill Nottingham | 2007-12-20 | 1 | -63/+18 |
* | Adjust to removal of moduleDeps and moduleList. | Bill Nottingham | 2007-12-19 | 1 | -12/+2 |
* | Clean up typos and other things for GPLv2+ changes. | David Cantrell | 2007-12-17 | 1 | -1/+1 |
* | GPLv2+ boilerplates for loader2/ source files. | David Cantrell | 2007-12-17 | 1 | -6/+13 |
* | Adjust to new udev world. Use actual device names, not /tmp/<whatever>. | Bill Nottingham | 2007-12-07 | 1 | -19/+15 |
* | Just drop driver disks into /tmp instead of /tmp/ramfs | Jeremy Katz | 2007-12-06 | 1 | -4/+4 |
* | - remove sdupprintf(), use asprintf() instead. | Peter Jones | 2007-10-22 | 1 | -4/+6 |
* | Same change you just saw on rhel5-branch ported to the HEAD branch. | David Cantrell | 2007-08-06 | 1 | -1/+1 |
* | More build fixes. | Chris Lumens | 2007-06-22 | 1 | -3/+3 |
* | - add a firmware loader | Peter Jones | 2007-06-22 | 1 | -16/+22 |
* | Move copyDirectory out of both init.c and method.c. | Chris Lumens | 2007-06-19 | 1 | -1/+10 |
* | Use copyDirectory to support the new style of driver disk layouts. | Chris Lumens | 2007-06-19 | 1 | -16/+3 |
* | 2006-09-14 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-09-14 | 1 | -3/+7 |
* | Make the boot flags variable global. We don't need to pass it (or a pointer ... | David Cantrell | 2006-06-12 | 1 | -34/+31 |
* | 2005-11-09 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-11-09 | 1 | -3/+3 |
* | 2005-09-15 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-09-15 | 1 | -11/+11 |
* | Pass the right file name to pciReadDrivers | Bill Nottingham | 2005-09-09 | 1 | -1/+1 |
* | Support logging levels in the loader just like in the python parts of the | Chris Lumens | 2005-08-13 | 1 | -19/+19 |
* | 2005-07-29 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-07-29 | 1 | -5/+1 |
* | 2005-06-13 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-06-13 | 1 | -4/+4 |
* | more return values that aren't worth testing but gcc complains about. | Peter Jones | 2005-03-02 | 1 | -2/+2 |
* | Fix nested case statements in a switch to silence a gcc4 warning. | Chris Lumens | 2005-03-01 | 1 | -5/+10 |
* | 2004-12-14 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-12-14 | 1 | -0/+23 |
* | 2004-10-01 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-10-01 | 1 | -1/+1 |
* | 2004-09-29 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-09-29 | 1 | -1/+1 |
* | 2004-09-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-09-27 | 1 | -2/+2 |
* | fix going back from the partition list on a driver disk (#132096) | Jeremy Katz | 2004-09-13 | 1 | -0/+1 |
* | put pci.ids on the boot images | Bill Nottingham | 2004-09-03 | 1 | -0/+6 |
* | include disks so that we get usb keys. also only show the disk we want | Jeremy Katz | 2004-06-09 | 1 | -5/+15 |
* | changes to allow picking an image off of a device. does't yet include | Jeremy Katz | 2004-06-09 | 1 | -5/+121 |
* | avoid cdrom hack on mainframe | Karsten Hopp | 2004-05-06 | 1 | -0/+2 |
* | use PROBE_LOADED as appropriate (it only really does anything for network | Jeremy Katz | 2004-03-12 | 1 | -4/+4 |
* | lots of probe_all nuking | Jeremy Katz | 2004-03-04 | 1 | -4/+4 |
* | switch to using kudzu's probeDevices() instead of the isys knownDevices | Jeremy Katz | 2003-11-22 | 1 | -51/+28 |
* | handle passing explicitly the fstype for a driver disk correctly (#106425, | Jeremy Katz | 2003-11-03 | 1 | -4/+2 |
* | The floppy shows up both as its usb device (with device == NULL) and the scsi | Jeremy Katz | 2003-10-07 | 1 | -4/+8 |
* | dd from path (from msw, tweaked slightly) | Jeremy Katz | 2003-10-02 | 1 | -2/+9 |
* | merge from taroon | Jeremy Katz | 2003-09-20 | 1 | -3/+11 |
* | merge from taroon-branch. all kinds of miscellaneous bugfixes, including | Jeremy Katz | 2003-08-14 | 1 | -3/+6 |
* | handle going back with only one source for a driver disk (#99410) | Jeremy Katz | 2003-07-18 | 1 | -0/+7 |
* | massive merge from taroon branch. changes are all over the place, but a | Jeremy Katz | 2003-07-08 | 1 | -16/+71 |
* | merge from taroon. fixes driver disks, side effect of pulling in newanaconda-9.0.92-1 | Jeremy Katz | 2003-06-12 | 1 | -5/+5 |
* | merge taroon branch. mostly package bits, but a lot of other misc stuff | Jeremy Katz | 2003-06-06 | 1 | -2/+24 |
* | rest of remount tweaks | Mike Fulbright | 2003-05-01 | 1 | -7/+7 |
* | another taroon merge. tagged before as before-taroon-merge, after as | Jeremy Katz | 2003-04-24 | 1 | -0/+1 |