summaryrefslogtreecommitdiffstats
path: root/drivers/char/vt_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* VT_WAITACTIVE: Avoid returning EINTR when not necessaryLinus Torvalds2007-10-081-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-171-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/+7Star
* [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/+0Star
* [PATCH] Only disallow _setting_ of function key stringMarcelo Tosatti2005-11-071-1/+4
* [PATCH] setkeys needs rootAndrew Morton2005-10-311-0/+3
* [PATCH] Adapt drivers/char/vt_ioctl.c to non-x86Emmanuel Colbus2005-06-291-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-171-0/+1201