summaryrefslogtreecommitdiff
path: root/include/linux/console_struct.h
AgeCommit message (Collapse)Author
2005-11-07[PATCH] console: Fix compile errorAntonino A. Daplas
Fix following compile error (From Kernel Bugzilla Bug 5427): include/linux/console_struct.h:53: error: field `vt_mode' has incomplete type Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-03-07[PATCH] merge vt_struct into vc_dataRoman Zippel
The vt_struct and vc_data are always allocated together, so there is no need for a separate vt_struct structure. Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-01-10[PATCH] cleanup virtual console <-> selection.c interfaceChristoph Hellwig
Pass around pointers instead of indices into a global array between various files of the virtual console implementation and stop using obsfucting macros that expect certain variables to be in scope. This is a first step to get rid of the various global arrays in the VC code. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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>
2003-03-22[VT]: vc_pos needs to be unsigned long.David S. Miller
2003-03-10[CONSOLE] Nuked a few gloabl variables. Now that the console system supports ↵James Simmons
different sized screens these gloabl variables are a bad idea.
2002-11-14Moving over to console_font_op to get ride of struct display.James Simmons
2002-06-30Started to enforce a one to one relationship between struct tty_struct and ↵James Simmons
struct vc_data. It will make it easier to handle things.
2002-02-04v2.4.12 -> v2.4.12.1Linus Torvalds
- Trond Myklebust: deadlock checking in lockd server - Tim Waugh: fix up parport wrong #define - Christoph Hellwig: i2c update, ext2 cleanup - Al Viro: fix partition handling sanity check. - Trond Myklebust: make NFS use SLAB_NOFS, and not play games with PF_MEMALLOC - Ben Fennema: UDF update - Alan Cox: continued merging - Chris Mason: get /proc buffer memory sizes right after buf-in-page-cache
2002-02-04Import changesetLinus Torvalds