| Age | Commit message (Collapse) | Author |
|
->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>
|
|
->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>
|
|
vt, vt_ioctl, consolemap and selection annotated, struct unimapdesc
and struct consolefontdesc got __user on their pointer members.
|
|
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
|
|
- replace hwclk_time with rtc_time
- use hwclk instead of gettod to set initial time
|
|
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.
|
|
|