summaryrefslogtreecommitdiffstats
path: root/loader2/loader.c
Commit message (Expand)AuthorAgeFilesLines
* and set the info in loaderData... we only use this in kickstart right now,Jeremy Katz2003-02-111-0/+5
* okay, I'm tired of wrapper scripts for LD_LIBRARY_PATH....Jeremy Katz2003-02-111-2/+9
* so I can do test mode for kickstart loader stuffJeremy Katz2003-02-101-3/+11
* move loading of st.o for rescue mode tape support to loaderMike Fulbright2003-02-071-1/+4
* we can't just translate at the beginning because the language gets changedJeremy Katz2003-02-071-1/+7
* list drivers manually loaded in the list (#83624)Jeremy Katz2003-02-061-23/+29
* temporary workaround for hardware suckage; #82122 is a blocker + reminderJeremy Katz2003-01-171-9/+7
* bump up copyright for things we have changed this year so farMike Fulbright2003-01-141-1/+1
* strip the product nameJeremy Katz2003-01-131-0/+8
* don't substitute PRODUCTNAME at build time and instead read it fromJeremy Katz2003-01-131-3/+24
* better ld_library_path for new openssl requiring krb5Jeremy Katz2003-01-071-1/+1
* spacing irks meMike Fulbright2003-01-031-1/+1
* if you get to manual device selectoin and don't have any devices ofJeremy Katz2003-01-031-2/+2
* don't do the unicode keymap if we're in test modeJeremy Katz2002-12-181-1/+2
* LD_PRELOAD libunicode-lite.so.1 if it exists (only ftp/http/hd)Jeremy Katz2002-12-181-0/+5
* only set the unicode keymap up once. if we do it while X is running,Jeremy Katz2002-12-171-0/+1
* allow opt-out of vga16Matt Wilson2002-12-171-1/+4
* escape %Matt Wilson2002-12-171-2/+2
* flush stdoutMatt Wilson2002-12-171-0/+2
* use real function callsMatt Wilson2002-12-171-2/+2
* enable utf-8 on console tooMatt Wilson2002-12-171-3/+7
* load vga16fbJeremy Katz2002-12-171-4/+9
* clean up lang.c, remove duplicate codewMatt Wilson2002-12-171-1/+11
* initialize the console font really really earlyJeremy Katz2002-12-131-2/+2
* write out /tmp/scsidisks after we're done loading modules with theJeremy Katz2002-12-131-0/+4
* always load fontMatt Wilson2002-12-131-0/+6
* this should get cardbus working. works in test mode, but I need toJeremy Katz2002-12-121-1/+1
* amazing how much better it works if I look for /proc/bus/pci/devices instead ...Jeremy Katz2002-12-121-3/+2
* support loading multiple driver disks (#62888)Jeremy Katz2002-12-111-2/+2
* manual device loading for noprobe caseJeremy Katz2002-12-111-3/+44
* * add a usecancel param for the driver disk dialog so we can use it even ifJeremy Katz2002-12-111-21/+62
* merge telnet mode back inJeremy Katz2002-12-091-1/+6
* handle rescue mode fast-pathing for cdromJeremy Katz2002-12-091-2/+7
* handle detached floppies correctlyJeremy Katz2002-12-091-16/+34
* move hardware functions into their own fileJeremy Katz2002-12-091-166/+14
* normalize keyboard load error, remove unneeded codeMatt Wilson2002-12-091-2/+0
* minor fixups of some outdated comments. properly pass lang and kbd toJeremy Katz2002-12-061-37/+5
* move some declarations into their own headersJeremy Katz2002-12-061-12/+2
* make sure we have some arguments (related to #78986)Jeremy Katz2002-12-041-4/+4
* oops, this should work better for loading modules from the second stage modul...Jeremy Katz2002-12-041-1/+1
* ramfs seems to behave now so switch to using it for storage of netstg/hdstgJeremy Katz2002-12-041-1/+1
* grabbing kickstart configs from http works nowJeremy Katz2002-12-031-1/+1
* add a data structure to hold loader data and pass it around lots of placesJeremy Katz2002-12-031-60/+130
* oopsMike Fulbright2002-12-031-1/+0
* added hd install supportMike Fulbright2002-12-031-14/+4
* driver disks should work now, from cds as well as floppiesJeremy Katz2002-12-021-8/+23
* do not need this ancient parport stuffMike Fulbright2002-12-021-20/+1
* make error message more meaningful and tweak indentationMike Fulbright2002-12-021-4/+4
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+1157