summaryrefslogtreecommitdiffstats
path: root/isys/lang.c
Commit message (Collapse)AuthorAgeFilesLines
* lang: kill xen keymap hackMark McLoughlin2008-08-081-2/+0
| | | | | | | | No idea whether this code will work with current pv_ops xen kernels, but we don't have /proc/xen currently, so the workaround won't work anyway. Signed-off-by: Mark McLoughlin <markmc@redhat.com>
* Fix loadkeys on serial consoleNiels de Vos2008-07-171-1/+1
| | | | | | | | | | | when running anaconda (kickstart) over a serial linedisplay (two line output device) loadkeys does not function. The output of anaconda is writing to /dev/console, which is achieved by kernel parameter "console=ttyS1". If user input is needed (ks.cfg-%pre) the layout of the keyboard does not match the settings in ks.cfg. Obviously the loadkeys of anaconda does not function correctly if the output is a serial port. This patch fixes this by not using /dev/console, but /dev/tty0 (the master-tty).
* GPLv2+ boilerplates for isys/ source files.David Cantrell2007-12-171-0/+19
|
* - Fix keyboard loading hellPeter Jones2006-05-101-0/+5
|
* 2006-02-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-221-36/+0
| | | | | | | | | | | | | | | | | | * lang-table: Set all previously bterm using languages to "none" for the fact that we can't handle them in text-mode anymore * textw/language_text.py (LanguageWindow.__call__): Remove bterm special-casing. * text.py (InstallInterface.run): Likewise. * loader2/lang.c (setupLanguage): Likewise. * language.py (Language.fixLang): No more "bterm" font * stubs/unicode-lite.c: Don't require wlite * stubs/Makefile: Don't link against wlite * loader2/Makefile: No more linking to bterm here either * isys/lang.c: Remove bterm support code. * isys/lang.h: And declaration. * isys/Makefile (LOADLIBES): No more linking to bterm * isys/isys.c (start_bterm): Remove this * anaconda.spec (BuildPreReq): Bye-bye bogl
* 2006-01-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-01-251-0/+2
| | | | | * isys/lang.c (loadKeymap): Can't load keymaps under Xen, so don't fail in a loud fashion.
* 2005-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-131-1/+1
| | | | | | | | | | | | | | | * Makefile Makefile.inc mini-wm.c xmouse.c xutils.c isys/Makefile isys/isys.c isys/lang.c isys/smp.c isys/uncpio.c isys/gzlib/Makefile isys/gzlib/inflate.c loader2/Makefile loader2/driverdisk.c loader2/driverselect.c loader2/hdinstall.c loader2/init.c loader2/kickstart.c loader2/loader.c loader2/loadermisc.c loader2/moduleinfo.h loader2/modules.c loader2/net.c loader2/nfsinstall.c loader2/telnet.c loader2/undomounts.c loader2/urlinstall.c utils/Makefile utils/genhdlist.c utils/mapshdr.c utils/snarffont.c: Define cflags in one place (Makefile.inc) and use a consistent set everywhere. Fix up some of the compile warnings this uncovered. Also fix a few more things that -Wextra turned up.
* 2005-06-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-071-3/+3
| | | | * isys/lang.c (bterm_main): Use the full font first (#159505)
* font should be unsignedPeter Jones2005-03-021-1/+1
|
* 2004-10-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-141-3/+0
| | | | * isys/lang.c (bterm_main): Enable bterm again for testing (#113910)
* turn bterm back off, it's still brokenJeremy Katz2004-08-271-0/+3
|
* new bterm will be better in theory...Jeremy Katz2004-07-071-3/+0
|
* bterm is busted, let's at least not segfaultJeremy Katz2004-04-161-0/+3
|
* merge from taroon-branch. all kinds of miscellaneous bugfixes, includingJeremy Katz2003-08-141-0/+6
| | | | | | | | | * firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen
* merge from taroon branch. product.img stuff, md can be modular, lots ofJeremy Katz2003-07-161-0/+4
| | | | little things across the board
* merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHELJeremy Katz2003-05-051-1/+10
|
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-0/+9
| | | | | will be tagged after-taroon-merge after. taroon at this point is tagged taroon-merge-point for where to base merges from in the future
* put start bterm in lang.c, bind from pythonJeremy Katz2003-02-111-0/+28
|
* only set the unicode keymap up once. if we do it while X is running,Jeremy Katz2002-12-171-3/+13
| | | | Bad Things (tm) happen
* first pass at using unicode in text modeMatt Wilson2002-12-111-15/+18
|
* need to include our header nowJeremy Katz2002-12-031-0/+1
|
* move keymap declaration stuff to a common headerJeremy Katz2002-12-031-14/+0
|
* this function gets used by the loaderJeremy Katz2002-12-031-1/+1
|
* merge using zlib for stage2 instead of gzlibJeremy Katz2002-03-121-0/+1
|
* changes isys to use libgzip rather then libzErik Troan2001-11-131-17/+15
|
* Copy/tailor font and keymap loading routines from loader for python.jakub2000-02-181-0/+164