summaryrefslogtreecommitdiffstats
path: root/loader2/modstubs.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't handle all aspects of module loading ourselves - just wrap modprobe.Bill Nottingham2007-12-191-269/+0
| | | | | | | | | | | | This includes: - removal of the moddeps code - removal of the module list tracking For handling passed options in the installed system, write a /etc/modprobe.d files with: 1) any options passed on the installer command line 2) any modules blacklisted via the command line 3) any options directly specified for modules
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-4/+4
| | | | | | | 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-9/+15
|
* Fix the build by defining a variable that was being used.Chris Lumens2007-11-081-1/+1
|
* Add error handling to allocations in ourInsmodCommand() .Peter Jones2007-11-051-3/+22
| | | | Based on a patch from HARA Hiroshi.
* - fix some missing close(), gunzip_close(), and munmap() callsPeter Jones2007-10-191-3/+10
| | | | - fix handling of EINTR from init_module(2)
* * iw/netconfig_dialog.py: Patch from hhara AT miraclelinux DOT comDavid Cantrell2007-08-141-6/+10
| | | | | | | to fix some input validation errors and error reporting. * loader2/modstubs.c (ourInsmodCommand): Handle more than one module parameter in insmod (hhara AT miraclelinux DOT com).
* 2006-07-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-271-0/+3
| | | | | * loader2/modstubs.c: Ignore options we don't understand to modprobe and properly handle the module not being in our modball
* 2006-07-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-271-0/+3
| | | | * loader2/modstubs.c: Ignore options we don't understand to modprobe
* - don't leak memoryPeter Jones2006-06-261-4/+6
|
* 2005-11-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-1/+1
| | | | | | | | | | | | | | | | | | | * loader2/driverdisk.c: Clean up log levels. * loader2/firewire.c: Likewise. * loader2/hardware.c: Likewise. * loader2/hdinstall.c: Likewise. * loader2/lang.c: Likewise. * loader2/loader.c: Likewise. * loader2/log.h: Likewise. * loader2/mediacheck.c: Likewise. * loader2/method.c: Likewise. * loader2/modstubs.c: Likewise. * loader2/modules.c: Likewise. * loader2/net.c: Likewise. * loader2/nfsinstall.c: Likewise. * loader2/pcmcia.c: Likewise. * loader2/urls.c: Likewise. * loader2/usb.c: Likewise.
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-4/+4
| | | | | | 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.
* - Fix declaration for finalName and fullName in extractModule to be reallypknirsch2004-06-091-7/+6
| | | | | | | static variables. Otherwise the addresses are no longer valid when the function returns. - Remove bogous double free() of ballPath in case the modules.cgz couldn't be loaded or the install of the CPIO file failed.
* merge anaconda-10_0-branch changes back to HEADJeremy Katz2004-05-181-1/+6
|
* fix stupid bug in rmmodJeremy Katz2004-03-161-2/+14
| | | | | add module name munging so that usb_storage -> usb-storage gets handled correctly
* various other foo.o -> foo.ko conversionsBill Nottingham2004-03-051-1/+1
|
* mmap it and pass the buffer instead of the filename (oops)Jeremy Katz2003-11-141-4/+5
|
* let's start on 2.6...Jeremy Katz2003-11-141-39/+74
| | | | | try to write some module loading code modules are .ko, not .o
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-12/+26
| | | | and cleanups in here too
* add a data structure to hold loader data and pass it around lots of placesJeremy Katz2002-12-031-3/+2
| | | | | kickstart basically works now. need to hook up sources other than nfs for installing and getting kickstart file from other than floppy and file
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+160
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