summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
* use new fileIsIso() return values - 1 means its an ISO, 0 otherwiseMike Fulbright2002-12-031-2/+2
* remove redundant bitsJeremy Katz2002-11-081-9/+3
* back to ramdisks for now. need to talk with arjan some more to track down th...Jeremy Katz2002-11-041-2/+7
* fix non powerpc __libc_start_mainJeremy Katz2002-11-041-1/+2
* make init work on pccMatt Wilson2002-11-041-5/+20
* why was this including rpmlib?Jeremy Katz2002-11-011-1/+0
* the buildstamp file is pretty reliable by now; make having it not exist be a ...Jeremy Katz2002-11-011-10/+16
* it looks like loopback mounts on ramfs work now... let's try itJeremy Katz2002-10-301-7/+2
* variation on #76605 to let you know when the transfer of the disk image is in...Jeremy Katz2002-10-251-1/+2
* ppc needs to use gzlib with dietJeremy Katz2002-10-231-0/+3
* ppc build fixesJeremy Katz2002-10-231-1/+1
* make ppc use dietJeremy Katz2002-10-233-2/+40
* loader builds... pull forward only a very small amount of the changes from theJeremy Katz2002-10-222-4/+11
* fix the format arguments to avoid segfaults in the loader on kickstart config...Jeremy Katz2002-10-141-1/+1
* va_copy() is backwardsJeremy Katz2002-10-031-1/+1
* wait for USB to become stable before inserting usb-storage driverMatt Wilson2002-09-261-2/+30
* * dev_t is unsigned long on x86_64Jeremy Katz2002-09-251-0/+10
* add loop to the list of modules loaded in the initial module load sinceJeremy Katz2002-09-241-6/+1
* * don't use minilibc on x86_64 for nowJeremy Katz2002-09-241-14/+5
* ulrich says this is better and less likely to cause problems on platformsJeremy Katz2002-09-241-11/+7
* according to C99, 7.15 #3, the value of ap is now indeterminateJeremy Katz2002-09-241-1/+8
* add aic79xx (#73782)Jeremy Katz2002-09-201-0/+4
* x86_64 doesn't use socketcall and instead has separate syscalls for socket,Jeremy Katz2002-09-172-1/+22
* use umount2 instead of umountbefore.libdir.changesJeremy Katz2002-09-124-2/+94
* okay, don't fix this prototype. then we get the built-in, and that's interes...Jeremy Katz2002-09-112-3/+2
* x86_64 minilibc fixupsJeremy Katz2002-09-112-12/+21
* let's make this ifdef a tad saner, shall weJeremy Katz2002-09-111-1/+1
* pass diet down into kon2 so that we can build kon2 on both diet and non-diet ...Jeremy Katz2002-09-112-2/+2
* some non-controversial bits of sparc. also pulls in updated loader/stubs.cJeremy Katz2002-09-103-5/+6
* merge alpha changes from 7.2-alphaJeremy Katz2002-09-101-0/+4
* merge ia64 changes to HEADJeremy Katz2002-09-097-8/+25
* merge anaconda-8-0-branch to HEADJeremy Katz2002-09-054-3/+39
* check return codes like a good boyMike Fulbright2002-08-281-1/+3
* reprobe for floppy devices before going to load driver disks. this is a dell...Jeremy Katz2002-08-271-0/+6
* i broke something real goodMike Fulbright2002-08-271-2/+2
* add 8139cpBill Nottingham2002-08-231-0/+4
* give credit where credit is due; dont use RHupdates if this is not NFS cause ...Mike Fulbright2002-08-231-2/+17
* only retry the umount if errno is EBUSYJeremy Katz2002-08-232-2/+5
* pop window if we can't insert firewire moduleJeremy Katz2002-08-231-0/+1
* add concept of iso statusMike Fulbright2002-08-231-2/+102
* add concept of iso status bitMike Fulbright2002-08-232-21/+30
* i2o_pci isn't required by i2o_core anymore. this will probably fix i2o for _A_Jeremy Katz2002-08-231-0/+4
* make sure we successfully unmount the driver disk/pcmciadd. if not, sleep an...Jeremy Katz2002-08-232-6/+17
* move the newt start to just before we need itJeremy Katz2002-08-221-1/+1
* probing/module loading is safe in test mode. also, pop up a window when we d...Jeremy Katz2002-08-221-2/+8
* turn off mediacheck by defaultMike Fulbright2002-08-191-1/+1
* use mininewtBill Nottingham2002-08-161-4/+7
* add a sleep so that the device can register itself. gotta love it...Jeremy Katz2002-08-141-0/+1
* this should work with the new kudzuJeremy Katz2002-08-131-0/+6
* remove extraneous module loads of nfs -- we load it really early now.Jeremy Katz2002-08-122-8/+44