summaryrefslogtreecommitdiff
path: root/include/linux/selection.h
AgeCommit message (Collapse)Author
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-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.
2004-02-03[PATCH] console: support for > 127 charsAndrew Morton
From: Nigel Cunningham <ncunningham@users.sourceforge.net> Change the console code to support up to 256 (maybe 255?) columns.
2003-06-11[PATCH] tioclinux() numbers in <linux/tiocl.h>Andrew Morton
From: Samuel Thibault <Samuel.Thibault@ens-lyon.fr> Tioclinux() uses "magic numbers" that applications should know to use it. Here is a patch which adds an include/linux/tiocl.h which holds them and can be used by applications to properly call iotcl(TIOCLINUX). It might stand for documentation as well, replacing the not up-to-date man ioctl_list. A structure for the selection argument is also defined.
2002-02-04Import changesetLinus Torvalds