| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | add in unicode linedraw chars | Matt Wilson | 2002-12-17 | 2 | -1/+23 |
| * | assume that if we're already on a pty we can handle unicode | Matt Wilson | 2002-12-17 | 1 | -0/+6 |
| * | use real function calls | Matt Wilson | 2002-12-17 | 1 | -2/+2 |
| * | enable utf-8 on console too | Matt Wilson | 2002-12-17 | 2 | -5/+7 |
| * | load vga16fb | Jeremy Katz | 2002-12-17 | 1 | -4/+9 |
| * | fix font reduction | Matt Wilson | 2002-12-17 | 1 | -2/+2 |
| * | clean up lang.c, remove duplicate codew | Matt Wilson | 2002-12-17 | 5 | -31/+52 |
| * | use the kudzu api properly. if devices is NULL, there aren't any disks | Jeremy Katz | 2002-12-16 | 1 | -3/+4 |
| * | eject the cdrom from the second stage via a generic cleanup so that it | Jeremy Katz | 2002-12-16 | 1 | -2/+0 |
| * | add usb-storage and sbp2 | Mike Fulbright | 2002-12-16 | 1 | -0/+10 |
| * | require new version of bogl that does not do atexit() stuff, enable bogl | Matt Wilson | 2002-12-16 | 2 | -2/+3 |
| * | get the logic right for disabling only bterm | Matt Wilson | 2002-12-14 | 1 | -1/+1 |
| * | start adding bterm startup code, disabled until complete | Matt Wilson | 2002-12-14 | 2 | -23/+37 |
| * | initialize the console font really really early | Jeremy Katz | 2002-12-13 | 1 | -2/+2 |
| * | write out /tmp/scsidisks after we're done loading modules with the | Jeremy Katz | 2002-12-13 | 3 | -0/+44 |
| * | if it's an invalid driver disk, we need to unmount it | Jeremy Katz | 2002-12-13 | 1 | -0/+1 |
| * | now pcmcia drivers need to be in module-info | Bill Nottingham | 2002-12-13 | 1 | -0/+4 |
| * | string consistency | Bill Nottingham | 2002-12-13 | 1 | -1/+1 |
| * | always load font | Matt Wilson | 2002-12-13 | 2 | -7/+6 |
| * | this should get cardbus working. works in test mode, but I need to | Jeremy Katz | 2002-12-12 | 4 | -6/+60 |
| * | more default UTF-8 stuff | Matt Wilson | 2002-12-12 | 1 | -1/+1 |
| * | Os was not supposed to go in | Matt Wilson | 2002-12-12 | 1 | -1/+1 |
| * | amazing how much better it works if I look for /proc/bus/pci/devices instead ... | Jeremy Katz | 2002-12-12 | 1 | -3/+2 |
| * | first pass at using unicode in text mode | Matt Wilson | 2002-12-11 | 5 | -11/+43 |
| * | support loading multiple driver disks (#62888) | Jeremy Katz | 2002-12-11 | 3 | -2/+23 |
| * | manual device loading for noprobe case | Jeremy Katz | 2002-12-11 | 1 | -3/+44 |
| * | * add a usecancel param for the driver disk dialog so we can use it even if | Jeremy Katz | 2002-12-11 | 10 | -64/+415 |
| * | merge telnet mode back in | Jeremy Katz | 2002-12-09 | 6 | -3/+560 |
| * | handle rescue mode fast-pathing for cdrom | Jeremy Katz | 2002-12-09 | 1 | -2/+7 |
| * | handle detached floppies correctly | Jeremy Katz | 2002-12-09 | 3 | -57/+77 |
| * | fix mikem's problem with dual eepro100s (#79182) | Jeremy Katz | 2002-12-09 | 1 | -2/+3 |
| * | move hardware functions into their own file | Jeremy Katz | 2002-12-09 | 7 | -180/+227 |
| * | for sanity's sake.. | Jeremy Katz | 2002-12-09 | 1 | -0/+5 |
| * | normalize keyboard load error, remove unneeded code | Matt Wilson | 2002-12-09 | 2 | -2/+7 |
| * | oops, forgot to cvs add these | Jeremy Katz | 2002-12-09 | 2 | -0/+45 |
| * | loader changes for s/netstg1/netstg2/ and s/hdstg1/hdstg2/ | Jeremy Katz | 2002-12-06 | 3 | -5/+5 |
| * | minor fixups of some outdated comments. properly pass lang and kbd to | Jeremy Katz | 2002-12-06 | 6 | -82/+6 |
| * | move some declarations into their own headers | Jeremy Katz | 2002-12-06 | 8 | -42/+26 |
| * | dead code removal | Jeremy Katz | 2002-12-06 | 1 | -23/+0 |
| * | pop the window later | Jeremy Katz | 2002-12-06 | 1 | -4/+6 |
| * | make sure we have some arguments (related to #78986) | Jeremy Katz | 2002-12-04 | 1 | -4/+4 |
| * | oops, this should work better for loading modules from the second stage modul... | Jeremy Katz | 2002-12-04 | 1 | -1/+1 |
| * | slight cleanup | Mike Fulbright | 2002-12-04 | 1 | -2/+2 |
| * | ramfs seems to behave now so switch to using it for storage of netstg/hdstg | Jeremy Katz | 2002-12-04 | 5 | -10/+15 |
| * | need to initialize the pointers, otherwise they have random junk in them whic... | Jeremy Katz | 2002-12-04 | 1 | -2/+3 |
| * | sort partitions | Mike Fulbright | 2002-12-04 | 1 | -10/+31 |
| * | we can get our kickstart configs via nfs now. goodie. | Jeremy Katz | 2002-12-04 | 3 | -2/+57 |
| * | added url, hd, cd methods | Mike Fulbright | 2002-12-04 | 1 | -1/+17 |
| * | some helpful url to ui and back functions | Mike Fulbright | 2002-12-04 | 2 | -0/+105 |
| * | ftp and http ks support | Mike Fulbright | 2002-12-04 | 1 | -6/+80 |