summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
...
* fixed broken sprintf()Erik Troan2001-12-101-4/+5
* always close modules.cgzErik Troan2001-12-101-1/+4
* added ctype stuffErik Troan2001-12-071-0/+2
* added mediaCheck prototype, for lack of a better placeErik Troan2001-12-071-0/+1
* use gzip_open, not gunzip_openErik Troan2001-12-071-4/+6
* merge changes from the 7.2 branch forJeremy Katz2001-12-065-7/+186
* add qla2200/qla2300Bill Nottingham2001-11-301-1/+9
* clean up some warningsJeremy Katz2001-11-292-2/+10
* modules could be loaded if we have a driver disk and are continuing (#56621)Jeremy Katz2001-11-291-1/+3
* re-enable setting the keyboard map for kickstart installs (#56379)Jeremy Katz2001-11-264-7/+12
* removed some unused variablesErik Troan2001-11-251-2/+0
* compilable againErik Troan2001-11-241-10/+20
* need to uncompress ramfs.img -- this got lost in the switch from libzErik Troan2001-11-241-5/+7
* 1) removed some compiler warningsErik Troan2001-11-241-16/+5
* let's kill this before ewt removes the files :)Jeremy Katz2001-11-161-1/+0
* make mediacheck only happen if mediacheck is on boot cmdlineMike Fulbright2001-11-161-1/+4
* added mediacheckMike Fulbright2001-11-163-11/+177
* add option for mediacheckMike Fulbright2001-11-161-0/+2
* first revisions for dietlibcErik Troan2001-11-131-0/+3
* changes for dietlibcErik Troan2001-11-139-87/+321
* define types needed for dietErik Troan2001-11-1312-0/+15
* adding these so I can version control them, will not touch existing code unti...Mike Fulbright2001-11-023-0/+521
* add dpt_i2o (#55171)Jeremy Katz2001-10-301-0/+4
* no, I don't think so ;)Jeremy Katz2001-10-291-1/+0
* merge fix from 7-2-branchJeremy Katz2001-10-191-1/+1
* don't fail over missing modulesErik Troan2001-10-171-7/+8
* 1) cleaned up mlLoadModule/mlLoadModuleSet usageErik Troan2001-10-174-40/+54
* always load vfat right away; it's always available so it saves some timeErik Troan2001-10-172-18/+5
* export startNewt()Erik Troan2001-10-171-0/+1
* don't give up after one module insertion failsErik Troan2001-10-171-1/+2
* load all detected modules at onceErik Troan2001-10-171-19/+10
* moved display of scsiWindow() to right around the insmod (makes multipleErik Troan2001-10-173-8/+12
* scsiWindow() should take a const char *Erik Troan2001-10-172-2/+2
* removed extraneous commentErik Troan2001-10-171-1/+0
* added some debug outputErik Troan2001-10-171-1/+5
* 1) some bug fixes to new multiple-module load codeErik Troan2001-10-171-8/+12
* kudzu's pciReadDrivers() has somewhat strange semantics. The first timeErik Troan2001-10-161-0/+4
* cleaned up location handlingErik Troan2001-10-125-40/+40
* don't free paths when drivers fail to loadErik Troan2001-10-121-11/+0
* fix log message when failed to retrieve ks file via httpMike Fulbright2001-10-051-1/+1
* driver disks should work, minor syntax cleanupsErik Troan2001-10-042-6/+11
* restrict the application of module argumentsErik Troan2001-10-041-2/+5
* *** empty log message ***Erik Troan2001-10-039-98/+305
* merge fix from 7-2-branchJeremy Katz2001-09-261-1/+1
* fix notting's spot of bad message when trying to load japanese if we don't ha...Matt Wilson2001-09-101-5/+8
* merge fix from 7.2 branchMatt Wilson2001-09-071-1/+1
* fix pcmcia driver disksMatt Wilson2001-09-061-3/+3
* fix serial rescue modeJeremy Katz2001-08-311-1/+1
* add a few more eth/tr modules nowJeremy Katz2001-08-291-0/+21
* fix for building with glibc where strnlen(foo, -1) == -1 and not 3Matt Wilson2001-08-271-1/+4