aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/vt_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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