summaryrefslogtreecommitdiff
path: root/include/linux/kd.h
AgeCommit message (Collapse)Author
2004-07-29[PATCH] console_font_op annotatedAlexander Viro
->vc_font switched to console_font (from console_font_op, of all things!) console_font_op annotated (->data is finally makred __user). Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2004-07-29[PATCH] con_font_default sanitizedAlexander Viro
->con_font_default() sanitized. We copy font name (if any) from userland in the caller and pass it explicitly. We are also beginning to get rid of console_font_op in method arguments. Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2004-05-30[PATCH] sparse: vt and friendsAlexander Viro
vt, vt_ioctl, consolemap and selection annotated, struct unimapdesc and struct consolefontdesc got __user on their pointer members.
2002-10-11Since 2.5.32 the keyboard repeat code was broken.Andries E. Brouwer
The reason Vojtech broke it was the stupid name of a field in struct kbd_repeat, namely "rate". Every sane person expects that a rate has dimension [1/sec], but here the "rate" is a time period measured in msec. So, the patch below first of all fixes the code, and secondly changes the name. Since Vojtech used PERIOD as index, I also used period as field name in the struct. Half of the stuff below is actually from Alan Stern. Andries
2002-05-06[PATCH] m68k: remove hwclk_time/gettod [9/20]Roman Zippel
- replace hwclk_time with rtc_time - use hwclk instead of gettod to set initial time
2002-05-03[PATCH] kd.hAndries E. Brouwer
Andrej Lajovic observes that in kd.h the definitions of K_NUMLOCK and K_CAPSLOCK are interchanged. He is right (and this is the case since 1.1.54; nobody noticed because setleds.c does not use these defines). So, here is the fix. No kernel behaviour is changed.
2002-02-04Import changesetLinus Torvalds