summaryrefslogtreecommitdiffstats
path: root/loader/driverdisk.c
Commit message (Expand)AuthorAgeFilesLines
* remove unused variablesMichal Schmidt2011-02-031-2/+2
* Move all kickstart functions into kickstart.c.Chris Lumens2011-01-251-74/+1
* Remove mkdirChain() from isys, use g_mkdir_with_parents()David Cantrell2010-11-101-4/+8
* Use libarchive helper functions in explodeRPM()David Cantrell2010-11-101-24/+3
* Use glib for getPartitionsList()David Cantrell2010-10-211-2/+2
* Get rid of mountLoopback and umountLoopback.Chris Lumens2010-10-071-5/+5
* Proper detection of successful module update (#618862)Martin Sivak2010-08-121-6/+12
* Show sane non-removable drives too in the DD dialog (#594548)Martin Sivak2010-06-291-5/+5
* Move isys and booty into the pyanaconda/ directory, adjust paths to match.Chris Lumens2010-06-281-4/+4
* Change the configuration of depmod and link modules to better place (#593941)Martin Sivak2010-05-241-13/+27
* Use "kernel-modules = version" style for locating rpms providing driver updatesMartin Sivak2010-05-181-8/+11
* Fix descriptor leak and iteration progress in driverdisc code (#592225)Martin Sivak2010-05-181-1/+2
* Fix verification of DDs, we were looking for wrong path (#508242)Martin Sivak2010-05-111-1/+2
* Use module reloading in driver disc operations (#590015)Martin Sivak2010-05-071-47/+21
* Remove the check for partitions (#508242)Martin Sivak2010-05-071-6/+0
* Do not crash when getDevices returns NULL (#567939)Martin Sivak2010-03-101-0/+3
* Use new API in libblkid to look for driverdiscs on removable devices (#508242)Martin Sivak2010-03-101-0/+3
* move log.c from loader into isys.Ales Kozumplik2010-03-081-1/+1
* Don't log the size of what we're unpacking anymore.Chris Lumens2010-02-011-5/+1
* Fix SIGSEGV in dlabel feature (#556390)Martin Sivak2010-01-201-7/+4
* Fix the blkid infinite loop. (#555601)Martin Sivak2010-01-151-1/+1
* st_size is off64_t on i386, off_t on others.David Cantrell2010-01-081-0/+4
* fstat->st_size is a long unsigned int, not a long long unsigned int.David Cantrell2010-01-081-1/+1
* Backport the RHEL5 DriverDisc functionalityMartin Sivak2010-01-081-40/+304
* Introduces check_asprintf macro that checks asprintfs return value and termin...Ales Kozumplik2009-11-191-15/+5
* Replace all popt use with glib's option parsing code.David Cantrell2009-11-181-21/+32
* libcurl supports https in addition to http, so change our tests.Chris Lumens2009-09-301-1/+1
* Edit user-visible dialogs for style.Peter Jones2009-07-131-1/+1
* Remove driverdisk --type, since mount can figure that out.Chris Lumens2009-06-021-12/+6
* Revert "Port the dlabel feature from RHEL5 bug #316481 into Fedora (#436951)"Jeremy Katz2009-01-081-108/+0
* Port the dlabel feature from RHEL5 bug #316481 into Fedora (#436951)Martin Sivak2009-01-081-0/+108
* Use mount -t auto instead of passing a list of valid fstypes (#477328).Chris Lumens2009-01-051-5/+3
* Add another mount function that takes a list of fstypes to try.Chris Lumens2008-08-261-29/+19
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-0/+642