History log of /src/sys/dev/ic/pcdisplay_chars.c |
Revision | | Date | Author | Comments |
1.16 |
| 25-Feb-2010 |
drochner | retire our private definitions for the scan1/3/5/7/9 DEC graphics symbols, use the unicode definitions instead (which apparently didn't exist when I wrote that)
|
1.15 |
| 24-Feb-2010 |
drochner | map some more punctuation to more or less good replacements in the IBM character set
|
1.14 |
| 10-Feb-2010 |
drochner | add some more mappings from punctuation and accented characters to more or less adequate replacements in the builtin IBM character set
|
1.13 |
| 19-Oct-2007 |
ad | branches: 1.13.20; 1.13.40; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.12 |
| 16-Nov-2006 |
christos | branches: 1.12.8; 1.12.22; 1.12.24; 1.12.28; __unused removal on arguments; approved by core.
|
1.11 |
| 12-Oct-2006 |
christos | - sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
|
1.10 |
| 11-Dec-2005 |
christos | branches: 1.10.20; 1.10.22; merge ktrace-lwp.
|
1.9 |
| 24-Mar-2004 |
drochner | branches: 1.9.16; remove license clauses 3 and 4 from my cpoyright notices
|
1.8 |
| 25-Aug-2002 |
thorpej | branches: 1.8.6; Fix some signed/unsigned comparison warnings from GCC 3.3.
|
1.7 |
| 13-Nov-2001 |
lukem | branches: 1.7.8; add/cleanup RCSID
|
1.6 |
| 18-Jan-2001 |
jdolecek | branches: 1.6.2; 1.6.4; constify
|
1.5 |
| 08-Jun-2000 |
cgd | don't include ISA headers. these have been properly abstracted so that the ISA headers are unnecessary, and they're used by PCI VGA. There may not be any ISA at all.
|
1.4 |
| 20-Feb-1999 |
drochner | branches: 1.4.8; 1.4.16; complete mapping tables a bit so that ASCII (ie vt100) art looks better even without extra fonts loaded
|
1.3 |
| 12-Feb-1999 |
drochner | oops - forgot to convert the trivial case (ASCII) to "match levels"
|
1.2 |
| 12-Feb-1999 |
drochner | Display the danish o-slash as phi/Theta as proposed by Soren S. Jorvang <soren@t.dk>, with a lower match level. Display the other accented characters which are not present in the IBM character set by their non-accented equivalents, with an even lower match level.
|
1.1 |
| 26-Jun-1998 |
drochner | mapping tables for IBM character set
|
1.4.16.1 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.4.8.2 |
| 11-Feb-2001 |
bouyer | Sync with HEAD.
|
1.4.8.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.6.4.2 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.6.4.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.6.2.2 |
| 27-Aug-2002 |
nathanw | Catch up to -current.
|
1.6.2.1 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.7.8.1 |
| 29-Aug-2002 |
gehenna | catch up with -current.
|
1.8.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.8.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.8.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.9.16.2 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.9.16.1 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.10.22.2 |
| 10-Dec-2006 |
yamt | sync with head.
|
1.10.22.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.10.20.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.12.28.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.12.24.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.12.22.1 |
| 26-Oct-2007 |
joerg | Sync with HEAD.
Follow the merge of pmap.c on i386 and amd64 and move pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup code to restore CR4 before jumping back into kernel space as the large page option might cover that.
|
1.12.8.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.13.40.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.13.20.1 |
| 11-Mar-2010 |
yamt | sync with head
|