summaryrefslogtreecommitdiffstats
path: root/loader2/modstubs.c
Commit message (Collapse)AuthorAgeFilesLines
* - 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