aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/consio.h
Commit message (Expand)AuthorAgeFilesLines
* Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov2006-09-271-7/+7
* Remove the ADJUST_CLOCK ioctl on pc98. It's not used at all.Yoshihiro Takahashi2005-05-151-4/+0
* 1. Allow information about current history size be retrieved using ioctl(2);Maxim Sobolev2002-08-191-0/+3
* Add a VT_LOCKSWITCH ioctl that disallows vty switching. SomethingDima Dorfman2002-07-101-0/+3
* Rename struct scr_size into struct _scr_size and struct scrmap intoMaxim Sobolev2002-05-161-4/+4
* Extend CONS_GETINFO ioctl to provide information about size of the currentlyMaxim Sobolev2002-03-161-0/+1
* Refine cursor type/shape control escape sequences andKazutaka YOKOTA2001-08-021-1/+19
* Move definition of structure used in CONS_SCRSHOT ioctl in front of definitionMaxim Sobolev2001-07-261-3/+3
* - Define a convenience macro ISTTYOPEN().Kazutaka YOKOTA2001-07-121-0/+1
* Add a CONS_CLRHIST ioctl which instructs syscons to clear the historyDima Dorfman2001-05-271-0/+3
* Add a new ioctl to syscons, CONS_SCRSHOT. Given a userland buffer, itNik Clayton2001-05-181-0/+10
* Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes.Yoshihiro Takahashi2000-04-271-2/+5
* This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA2000-01-151-0/+15
* Make the mouse cursor char code configurable via the CONS_MOUSECTLKazutaka YOKOTA2000-01-121-0/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-221-0/+385