aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/vt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-02pty: simplify resizeAlan Cox1-8/+6
2009-01-02n_tty: Fix loss of echoed characters and remove bkl from n_ttyJoe Peterson1-1/+1
2008-12-13console ASCII glyph 1:1 mappingIngo Brueckl1-1/+1
2008-11-06vt: incomplete initialization of vc_tab_stopWolfgang Kroworsch1-2/+8
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami1-1/+1
2008-10-14Revert "vt: fix background color on line feed"Linus Torvalds1-3/+2
2008-10-13tty: Remove more special casing and out of place codeAlan Cox1-16/+14
2008-10-13tty: shutdown methodAlan Cox1-17/+17
2008-10-13vt: remove bogus lock droppingAlan Cox1-18/+0
2008-10-13tty: move tioclinux from a special caseAlan Cox1-2/+0
2008-08-15tty: remove resize window special caseAlan Cox1-20/+62
2008-08-04vt: Deadlock workaroundAlan Cox1-2/+0
2008-07-25Merge git://git.infradead.org/embedded-2.6Linus Torvalds1-1/+1
2008-07-24vt: do not update when the console is blankedStefano Stabellini1-1/+1
2008-07-24vt: hold console_sem across sysfs operationsJiri Slaby1-2/+2
2008-07-21device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman1-6/+8
2008-06-06vt: fix vc_resize lockingNick Piggin1-5/+8
2008-06-06vt: fix background color on line feed, DEC invertJan Engelhardt1-1/+1
2008-06-04Make console charset translation optionalDavid Woodhouse1-1/+1
2008-05-08vt: fix canonical input in UTF-8 modeSamuel Thibault1-0/+6
2008-04-30Basic braille screen reader supportSamuel Thibault1-0/+1
2008-04-30consoles: switch to int put_char methodAlan Cox1-3/+3
2008-04-30redo locking of tty->pgrpAlan Cox1-0/+6
2008-04-30tty: BKL pushdownAlan Cox1-2/+6
2008-04-29vt: fix background color on line feedJan Engelhardt1-3/+4
2008-04-28VT notifier extension for accessibilityKarl Dahlke1-0/+8
2008-03-04VT notifier fix for VT switchSamuel Thibault1-0/+1
2008-02-06vt: bitlock fixNick Piggin1-3/+5
2007-10-19Console events and accessibilitySamuel Thibault1-1/+44
2007-10-18Remove CONFIG_VT_UNICODEJan Engelhardt1-5/+1
2007-10-17add CONFIG_VT_UNICODEBill Nottingham1-1/+5
2007-10-16vt/vgacon: Check if screen resize request comes from userspaceAntonino A. Daplas1-4/+9
2007-07-17Fix the graphic corruption issue on IA64 machinesizumi1-3/+5
2007-07-17vt: add comment for unbind_con_driver()Jesse Barnes1-2/+19
2007-07-17fbcon: allow fbcon to use the primary display driverAntonino A. Daplas1-4/+4
2007-07-17Char: vt, use ARRAY_SIZEJiri Slaby1-2/+1
2007-07-17Char: vt, use kzallocJiri Slaby1-2/+1
2007-06-24console UTF-8 fixes (fix)Egmont Koblinger1-5/+13
2007-05-08use mutex instead of semaphore in virtual console driverMatthias Kaehlcke1-2/+3
2007-05-08vt: expose system-wide UTF-8 default setting via sysfsAntonino A. Daplas1-1/+3
2007-05-08vt: add color support to the "underline" and "italic" attributesJan Engelhardt1-6/+28
2007-05-08vt: allow for the palette to be exposed and changed via sysfsJan Engelhardt1-0/+4
2007-05-08console UTF-8 fixesEgmont Koblinger1-78/+179
2007-03-16[PATCH] Initialise SAK member for each virtual console to prevent oopsBernhard Walle1-0/+1
2007-03-16[PATCH] swsusp: fix suspend when console is in VT_AUTO+KD_GRAPHICS modeAndrew Johnson1-1/+19
2007-02-13[PATCH] Fix SAK_work workqueue initialization.Eric W. Biederman1-0/+1
2007-02-12[PATCH] tty: update the tty layer to work with struct pidEric W. Biederman1-2/+2
2007-02-12[PATCH] Char: timers cleanupJiri Slaby1-3/+1
2007-02-11[PATCH] drivers/char/vc_screen.c: proper prototypesAdrian Bunk1-3/+0
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1