aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/vt_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-19Revert "tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELDISP ioctl call"Greg Kroah-Hartman1-20/+19
2010-03-02tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELDISP ioctl callAri Entlich1-19/+20
2009-11-19vt: Fix use of "new" in a struct fieldAlan Cox1-3/+3
2009-10-14tty: fix vt_compat_ioctlAndreas Schwab1-1/+1
2009-10-01Char: vt_ioctl, fix BKL imbalanceJiri Slaby1-2/+4
2009-09-19tty: Power: fix suspend vt regressionJiri Slaby1-1/+1
2009-09-19tty: handle VT specific compat ioctls in vt driverArnd Bergmann1-0/+203
2009-09-19vt: add an activate and lockAlan Cox1-1/+37
2009-09-19vt: remove power stuff from kernel/powerAlan Cox1-0/+56
2009-09-19vt: add an event interfaceAlan Cox1-50/+135
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-22vt_ioctl: fix lock imbalanceJiri Slaby1-1/+2
2009-05-06vt: Add a note on the historical abuse of CLOCK_TICK_RATEAlan Cox1-0/+6
2009-01-02tty: Remove some pointless castsAlan Cox1-1/+1
2008-10-13tty: move tioclinux from a special caseAlan Cox1-0/+2
2008-08-15tty: remove resize window special caseAlan Cox1-1/+3
2008-04-30vt_ioctl: Prepare for BKL push downAlan Cox1-184/+268
2007-10-17add CONFIG_VT_UNICODEBill Nottingham1-1/+1
2007-10-17unicode diacritics supportSamuel Thibault1-2/+44
2007-10-16vt/vgacon: Check if screen resize request comes from userspaceAntonino A. Daplas1-2/+13
2007-10-07VT_WAITACTIVE: Avoid returning EINTR when not necessaryLinus Torvalds1-2/+2
2007-10-01VT ioctl race fixSamuel Ortiz1-3/+5
2007-09-29fix console change race exposed by CFSJan Lübbe1-2/+5
2007-05-08drivers/char: use __set_current_state()Milind Arun Choudhary1-1/+1
2007-04-02[PATCH] vt: fix potential race in VT_WAITACTIVE handlerMichal Januszewski1-2/+14
2007-03-16[PATCH] swsusp: fix suspend when console is in VT_AUTO+KD_GRAPHICS modeAndrew Johnson1-1/+1
2007-02-11[PATCH] vt: refactor console SAK processingEric W. Biederman1-2/+26
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-2/+2
2006-12-13[PATCH] vt: fix comments to not refer to kill_procEric W. Biederman1-3/+3
2006-10-02[PATCH] vt: Make vt_pid a struct pid (making it pid wrap around safe).Eric W. Biederman1-4/+4
2006-10-02[PATCH] vt: rework the console spawning variablesEric W. Biederman1-3/+6
2006-09-29[PATCH] tty locking on resizeAlan Cox1-10/+7
2006-08-27[PATCH] vcsa attribute bits -> ioctl(VT_GETHIFONTMASK)Samuel Thibault1-0/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-11-07[PATCH] Only disallow _setting_ of function key stringMarcelo Tosatti1-1/+4
2005-10-30[PATCH] setkeys needs rootAndrew Morton1-0/+3
2005-06-28[PATCH] Adapt drivers/char/vt_ioctl.c to non-x86Emmanuel Colbus1-2/+3
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl1-1/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1201