summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/pcvt_ioctl.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for "green" saver mode.hm2000-03-311-1/+2
|
* pcvt cleanup.hm2000-03-281-70/+20
| | | | remove obsolete stuff resulting from the pcvt kernel part cleanup.
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
| | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come.
* Adopt syscons's recent change from key_t to keyent_t (this part ofjoerg1999-03-041-2/+2
| | | | | pcvt is plug-compatible to syscons to facilitate an identical VT-switching interface), so PR misc/1247 can be closed.
* Part 3 of the pcvt/voxware revival.peter1999-01-011-0/+589
| | | | Reviewed by: core
* follow up to:phk1998-12-271-589/+0
| | | | Pre 3.0 branch cleanup casualty #4: pcvt
* Fixed conflicts between <machine/console.h> and <machine/pcvt_ioctl.h>,bde1998-02-031-5/+13
| | | | | | | | | so that it is possible for kdump and truss to include them both. Use #defines from pcvt_ioctl.h in conflicting cases, since pcvt_ioctl.h gives a hint about the bogus third arg to _IO(). Ifdef the common typedefs. Export `struct key_t' from pcvt_ioctl.h so pcvt_ioctl.h is bug for bug compatible with console.h (now both are broken in C++ mode).
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:bde1996-09-211-2/+2
| | | | | | | | | | | | | - don't include <sys/ioctl.h> in any header. Include <sys/ioccom.h> instead. This was already done in 4.4Lite for the most important ioctl headers. Header spam currently increases kernel build times by 10-20%. There are more than 30000 #includes (not counting duplicates) for compiling LINT. - include <sys/types.h> if and only it is necessary to make the header almost self-sufficient (some ioctl headers still need structs from elsewhere). - uniformized idempotency ifdefs. Copied the style in the 4.4Lite ioctl headers.
* Updated #includes to 4.4Lite style.bde1996-09-101-4/+2
|
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-4/+4
| | | | a bunch of system include files.
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
|
* Update pcvt to 3.20 b24joerg1995-04-081-8/+9
|
* Update pcvt to 3.20b23joerg1995-04-011-5/+6
| | | | Submitted by: Hellmuth Michaelis <hm@altona.hamburg.com>
* Update to beta3.20/b22joerg1995-03-051-15/+5
|
* Add pcvt's header files.jkh1995-02-051-0/+591
Submitted by: hm
OpenPOWER on IntegriCloud