index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
loader2
/
lang.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure to set the language to English every time if it's unsupported
Chris Lumens
2006-08-23
1
-1
/
+3
*
Make the boot flags variable global. We don't need to pass it (or a pointer ...
David Cantrell
2006-06-12
1
-17
/
+20
*
2006-02-22 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-02-22
1
-18
/
+2
*
2005-11-09 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2005-11-09
1
-1
/
+1
*
Support logging levels in the loader just like in the python parts of the
Chris Lumens
2005-08-13
1
-5
/
+5
*
Change font case to match what's provided in lang-table.
Chris Lumens
2005-04-04
1
-2
/
+2
*
Set $LANG to a setting instead of the language's name, and change what
Chris Lumens
2005-03-30
1
-3
/
+3
*
2005-03-29 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2005-03-29
1
-1
/
+0
*
2005-03-29 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2005-03-29
1
-8
/
+9
*
put read's return value into a variable
Peter Jones
2005-03-02
1
-2
/
+2
*
Let the user know they're in rescue mode from the very beginning (#136171).
Chris Lumens
2004-12-23
1
-1
/
+6
*
add flags.virtpconsole to be used with virtual physical consoles like
Jeremy Katz
2004-09-13
1
-1
/
+1
*
support a lang of none to do english text-mode
Jeremy Katz
2004-05-20
1
-2
/
+3
*
switch to using kudzu's probeDevices() instead of the isys knownDevices
Jeremy Katz
2003-11-22
1
-2
/
+1
*
massive merge from taroon branch. changes are all over the place, but a
Jeremy Katz
2003-07-08
1
-1
/
+2
*
merge from taroon. highlights of this time around
Jeremy Katz
2003-06-23
1
-16
/
+2
*
merge taroon branch. mostly package bits, but a lot of other misc stuff
Jeremy Katz
2003-06-06
1
-3
/
+5
*
fix this to actually compile and be right with map gone
Jeremy Katz
2003-02-27
1
-2
/
+1
*
remove map from the lang-table. we don't ever use it anymore during the
Jeremy Katz
2003-02-25
1
-2
/
+2
*
merge from branch to HEAD. turkish stays on HEAD, though
Jeremy Katz
2003-02-25
1
-2
/
+1
*
don't start bterm for serial installs. we can then get pretty serial cjk
Jeremy Katz
2003-02-12
1
-4
/
+8
*
no need to duplicate code, just use what's in isys
Jeremy Katz
2003-02-11
1
-16
/
+2
*
sleep after starting bterm so that we can make sure the geometry gets picked ...
Jeremy Katz
2003-01-31
1
-0
/
+4
*
bump up copyright for things we have changed this year so far
Mike Fulbright
2003-01-14
1
-1
/
+1
*
don't substitute PRODUCTNAME at build time and instead read it from
Jeremy Katz
2003-01-13
1
-1
/
+1
*
add support for the install time language to be different from the post-intsall
Jeremy Katz
2003-01-13
1
-6
/
+7
*
we really don't want to set LC_ALL because it will override when we later set...
Jeremy Katz
2003-01-10
1
-1
/
+0
*
move things around a little so that we can have kickstart work with
Jeremy Katz
2002-12-18
1
-22
/
+45
*
free up some ram
Matt Wilson
2002-12-18
1
-0
/
+1
*
regularlize language names so that for (eg) en_US.UTF-8, you can specify
Jeremy Katz
2002-12-17
1
-10
/
+79
*
allow opt-out of vga16
Matt Wilson
2002-12-17
1
-1
/
+0
*
fix language loading
Matt Wilson
2002-12-17
1
-6
/
+7
*
flush stdout
Matt Wilson
2002-12-17
1
-2
/
+1
*
assume that if we're already on a pty we can handle unicode
Matt Wilson
2002-12-17
1
-0
/
+6
*
clean up lang.c, remove duplicate codew
Matt Wilson
2002-12-17
1
-25
/
+15
*
require new version of bogl that does not do atexit() stuff, enable bogl
Matt Wilson
2002-12-16
1
-1
/
+1
*
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
1
-23
/
+24
*
always load font
Matt Wilson
2002-12-13
1
-7
/
+0
*
more default UTF-8 stuff
Matt Wilson
2002-12-12
1
-1
/
+1
*
first pass at using unicode in text mode
Matt Wilson
2002-12-11
1
-3
/
+2
*
add a data structure to hold loader data and pass it around lots of places
Jeremy Katz
2002-12-03
1
-0
/
+11
*
restructuring and clean up of some of the older unused code in the loader.
Jeremy Katz
2002-11-26
1
-0
/
+328