aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/vt_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* vt_ioctl: return -EFAULT on copy_from_user errorsDan Carpenter2010-06-041-1/+3
* Revert "tty: Add a new VT mode which is like VT_PROCESS but doesn't require a...Greg Kroah-Hartman2010-03-191-20/+19
* tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELD...Ari Entlich2010-03-021-19/+20
* vt: Fix use of "new" in a struct fieldAlan Cox2009-11-191-3/+3
* tty: fix vt_compat_ioctlAndreas Schwab2009-10-141-1/+1
* Char: vt_ioctl, fix BKL imbalanceJiri Slaby2009-10-011-2/+4
* tty: Power: fix suspend vt regressionJiri Slaby2009-09-191-1/+1
* tty: handle VT specific compat ioctls in vt driverArnd Bergmann2009-09-191-0/+203
* vt: add an activate and lockAlan Cox2009-09-191-1/+37
* vt: remove power stuff from kernel/powerAlan Cox2009-09-191-0/+56
* vt: add an event interfaceAlan Cox2009-09-191-50/+135
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* vt_ioctl: fix lock imbalanceJiri Slaby2009-06-221-1/+2
* vt: Add a note on the historical abuse of CLOCK_TICK_RATEAlan Cox2009-05-061-0/+6
* tty: Remove some pointless castsAlan Cox2009-01-021-1/+1
* tty: move tioclinux from a special caseAlan Cox2008-10-131-0/+2
* tty: remove resize window special caseAlan Cox2008-08-151-1/+3
* vt_ioctl: Prepare for BKL push downAlan Cox2008-04-301-184/+268
* add CONFIG_VT_UNICODEBill Nottingham2007-10-171-1/+1
* unicode diacritics supportSamuel Thibault2007-10-171-2/+44
* vt/vgacon: Check if screen resize request comes from userspaceAntonino A. Daplas2007-10-161-2/+13
* VT_WAITACTIVE: Avoid returning EINTR when not necessaryLinus Torvalds2007-10-071-2/+2
* VT ioctl race fixSamuel Ortiz2007-10-011-3/+5
* fix console change race exposed by CFSJan Lübbe2007-09-291-2/+5
* drivers/char: use __set_current_state()Milind Arun Choudhary2007-05-081-1/+1
* [PATCH] vt: fix potential race in VT_WAITACTIVE handlerMichal Januszewski2007-04-021-2/+14
* [PATCH] swsusp: fix suspend when console is in VT_AUTO+KD_GRAPHICS modeAndrew Johnson2007-03-161-1/+1
* [PATCH] vt: refactor console SAK processingEric W. Biederman2007-02-111-2/+26
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-2/+2
* [PATCH] vt: fix comments to not refer to kill_procEric W. Biederman2006-12-131-3/+3
* [PATCH] vt: Make vt_pid a struct pid (making it pid wrap around safe).Eric W. Biederman2006-10-021-4/+4
* [PATCH] vt: rework the console spawning variablesEric W. Biederman2006-10-021-3/+6
* [PATCH] tty locking on resizeAlan Cox2006-09-291-10/+7
* [PATCH] vcsa attribute bits -> ioctl(VT_GETHIFONTMASK)Samuel Thibault2006-08-271-0/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] Only disallow _setting_ of function key stringMarcelo Tosatti2005-11-071-1/+4
* [PATCH] setkeys needs rootAndrew Morton2005-10-301-0/+3
* [PATCH] Adapt drivers/char/vt_ioctl.c to non-x86Emmanuel Colbus2005-06-281-2/+3
* [PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl2005-05-011-1/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1201