aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/vt_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-19Revert "tty: Add a new VT mode which is like VT_PROCESS but doesn't require a...Gravatar Greg Kroah-Hartman 1-20/+19
2010-03-02tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELD...Gravatar Ari Entlich 1-19/+20
2009-11-19vt: Fix use of "new" in a struct fieldGravatar Alan Cox 1-3/+3
2009-10-14tty: fix vt_compat_ioctlGravatar Andreas Schwab 1-1/+1
2009-10-01Char: vt_ioctl, fix BKL imbalanceGravatar Jiri Slaby 1-2/+4
2009-09-19tty: Power: fix suspend vt regressionGravatar Jiri Slaby 1-1/+1
2009-09-19tty: handle VT specific compat ioctls in vt driverGravatar Arnd Bergmann 1-0/+203
2009-09-19vt: add an activate and lockGravatar Alan Cox 1-1/+37
2009-09-19vt: remove power stuff from kernel/powerGravatar Alan Cox 1-0/+56
2009-09-19vt: add an event interfaceGravatar Alan Cox 1-50/+135
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2009-06-22vt_ioctl: fix lock imbalanceGravatar Jiri Slaby 1-1/+2
2009-05-06vt: Add a note on the historical abuse of CLOCK_TICK_RATEGravatar Alan Cox 1-0/+6
2009-01-02tty: Remove some pointless castsGravatar Alan Cox 1-1/+1
2008-10-13tty: move tioclinux from a special caseGravatar Alan Cox 1-0/+2
2008-08-15tty: remove resize window special caseGravatar Alan Cox 1-1/+3
2008-04-30vt_ioctl: Prepare for BKL push downGravatar Alan Cox 1-184/+268
2007-10-17add CONFIG_VT_UNICODEGravatar Bill Nottingham 1-1/+1
2007-10-17unicode diacritics supportGravatar Samuel Thibault 1-2/+44
2007-10-16vt/vgacon: Check if screen resize request comes from userspaceGravatar Antonino A. Daplas 1-2/+13
2007-10-07VT_WAITACTIVE: Avoid returning EINTR when not necessaryGravatar Linus Torvalds 1-2/+2
2007-10-01VT ioctl race fixGravatar Samuel Ortiz 1-3/+5
2007-09-29fix console change race exposed by CFSGravatar Jan Lübbe 1-2/+5
2007-05-08drivers/char: use __set_current_state()Gravatar Milind Arun Choudhary 1-1/+1
2007-04-02[PATCH] vt: fix potential race in VT_WAITACTIVE handlerGravatar Michal Januszewski 1-2/+14
2007-03-16[PATCH] swsusp: fix suspend when console is in VT_AUTO+KD_GRAPHICS modeGravatar Andrew Johnson 1-1/+1
2007-02-11[PATCH] vt: refactor console SAK processingGravatar Eric W. Biederman 1-2/+26
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 1-2/+2
2006-12-13[PATCH] vt: fix comments to not refer to kill_procGravatar Eric W. Biederman 1-3/+3
2006-10-02[PATCH] vt: Make vt_pid a struct pid (making it pid wrap around safe).Gravatar Eric W. Biederman 1-4/+4
2006-10-02[PATCH] vt: rework the console spawning variablesGravatar Eric W. Biederman 1-3/+6
2006-09-29[PATCH] tty locking on resizeGravatar Alan Cox 1-10/+7
2006-08-27[PATCH] vcsa attribute bits -> ioctl(VT_GETHIFONTMASK)Gravatar Samuel Thibault 1-0/+2
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2005-11-07[PATCH] Only disallow _setting_ of function key stringGravatar Marcelo Tosatti 1-1/+4
2005-10-30[PATCH] setkeys needs rootGravatar Andrew Morton 1-0/+3
2005-06-28[PATCH] Adapt drivers/char/vt_ioctl.c to non-x86Gravatar Emmanuel Colbus 1-2/+3
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Gravatar Jesper Juhl 1-1/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1201