summaryrefslogtreecommitdiffstats
path: root/loader2/driverselect.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-278/+0
|
* Use %m rather than strerror() where appropriate.Peter Jones2008-07-081-3/+2
|
* Check return value of asprintf() consistentlyDavid Cantrell2008-06-271-8/+18
| | | | | | | | | For instances where the asprintf() was ignored, wrap it in a test to check if it failed. If it failed, log a message and abort. There may be some instances where abort may not be what we want to do, however, we were ignoring the return value completely so if we did get a failure, it would just SIGSEGV. Now it will SIGABRT instead.
* Don't free things that newt will free for us (#428810).Chris Lumens2008-01-241-7/+1
|
* Adjust loader to new hardware code.Bill Nottingham2007-12-201-12/+3
|
* Adjust to removal of moduleDeps and moduleList.Bill Nottingham2007-12-191-8/+1
|
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-2/+2
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-7/+14
|
* - remove sdupprintf(), use asprintf() instead.Peter Jones2007-10-221-7/+20
|
* Change prototype of chooseManualDriver to take a loaderData instead of severalChris Lumens2007-06-221-10/+8
| | | | module parameters. Use new loadDriverFromMedia interface in hdinstall.c.
* - add support for CLASS_ATA and CLASS_SATAPeter Jones2006-08-091-1/+2
|
* Make the boot flags variable global. We don't need to pass it (or a pointer ↵David Cantrell2006-06-121-9/+5
| | | | to it) all over the place.
* 2005-11-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-7/+1
| | | | | * loader2/driverselect.c (getManualModuleArgs): We don't have help about the args, don't pretend that we do.
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-3/+3
| | | | | | installer. Also make the output look the same. This isn't going to be nearly as sophisticated as the python logging module, but it will at least behave similarly with command line options.
* 2005-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-131-2/+3
| | | | | | | | | | | | | | | * Makefile Makefile.inc mini-wm.c xmouse.c xutils.c isys/Makefile isys/isys.c isys/lang.c isys/smp.c isys/uncpio.c isys/gzlib/Makefile isys/gzlib/inflate.c loader2/Makefile loader2/driverdisk.c loader2/driverselect.c loader2/hdinstall.c loader2/init.c loader2/kickstart.c loader2/loader.c loader2/loadermisc.c loader2/moduleinfo.h loader2/modules.c loader2/net.c loader2/nfsinstall.c loader2/telnet.c loader2/undomounts.c loader2/urlinstall.c utils/Makefile utils/genhdlist.c utils/mapshdr.c utils/snarffont.c: Define cflags in one place (Makefile.inc) and use a consistent set everywhere. Fix up some of the compile warnings this uncovered. Also fix a few more things that -Wextra turned up.
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-6/+5
| | | | | list everywhere. stop passing around kd. link with libpci_loader (built with diet) on diet arches to avoid dirent incompatibilities
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-3/+3
| | | | | | | | | | | | | | 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
* merge changes from taroon since new rhpl in dist-10 will require themJeremy Katz2003-06-101-1/+1
|
* add a way to skip the probe if we're going into loadDriverFromMedia fromJeremy Katz2003-02-181-2/+2
| | | | chooseManualDevice. fixes #83422
* patch from twaugh (#81679)Jeremy Katz2003-01-121-1/+1
|
* if you get to manual device selectoin and don't have any devices ofJeremy Katz2003-01-031-24/+42
| | | | | | | the required type, we now ask if you want to load a driver disk. (#80222) also fix the load driver from driver disk action for the manual driver selection screen
* * add a usecancel param for the driver disk dialog so we can use it even ifJeremy Katz2002-12-111-0/+264
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