summaryrefslogtreecommitdiff
path: root/sys/alpha/include
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1996-11-024-541/+0
| | | | Notes: svn path=/stable/2.2/; revision=19327
* Fix a couble of nasties regarding mouse pointer and differentSøren Schmidt1996-09-301-1/+3
| | | | | | | | | resolutions. Allow middle mouse button to be used for pasting. Also added the beginnings of support for a splash page. Notes: svn path=/head/; revision=18587
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:Bruce Evans1996-09-211-7/+9
| | | | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=18444
* Change the way moused talk to syscons, now its only delivering mouseeventsSøren Schmidt1996-06-251-7/+22
| | | | | | | | | | | via an ioctl (MOUSE_ACTION). Fixed a couple of bugs (destructive cursor, uncut, jitter). Now applications can use the mouse via the MOUSE_MODE ioctl, its possible to have a signal sent on mouseevents, makeing an event loop in the application take over mouseevents. Notes: svn path=/head/; revision=16693
* Some news for syscons (long overdue):Søren Schmidt1996-06-211-7/+11
| | | | | | | | | | | Real support for a Textmode mousecursor, works by reprogramming the charset. Together with this support for cut&paste in text mode. To use it a userland daemon is needed (moused), which provides the interface to the various mice protokols. Bug fixes here and there, all known PR's closed by this update. Notes: svn path=/head/; revision=16564
* The Great PC98 Merge.Satoshi Asami1996-06-141-1/+26
| | | | | | | | | | | All new code is "#ifdef PC98"ed so this should make no difference to PC/AT (and its clones) users. Ok'd by: core Submitted by: FreeBSD(98) development team Notes: svn path=/head/; revision=16363
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-4/+4
| | | | | | | a bunch of system include files. Notes: svn path=/head/; revision=13765
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
| | | | Notes: svn path=/head/; revision=8876
* Third round in syscons update.Søren Schmidt1995-01-281-14/+14
| | | | | | | | | | | | | | | | | Display update method changed, now allways write in memory buffer, then periodically update physical display. Speed improvements (now > 5 times faster than the old syscons). History now circular buffer, with changeable size. History scroll by up/down line, up/down page, home and end. Backtab proberly implemented. Now space for 96 function keys, 63 allocated standard, default now SCO/SYSV compat again as in the old days. New keyboard definition files ~share/syscons/keymaps/* Misc fixes for old "hacks" that broke SCO/SYSV compat. More that I forgot before writing this... Notes: svn path=/head/; revision=5994
* DOn't use hardcode values for L_FN & L_SCRAndrey A. Chernov1995-01-261-3/+5
| | | | Notes: svn path=/head/; revision=5937
* Increase NUM_FKEYS to 65Andrey A. Chernov1995-01-261-2/+2
| | | | Notes: svn path=/head/; revision=5934
* Second round in syscons update:Søren Schmidt1995-01-201-8/+16
| | | | | | | | | | Support for pseudo graphic mouse cursor (not complete yet) Some cheap speed fixes. More cleanups. Call ourselves scxxxx finally. Notes: svn path=/head/; revision=5747
* First round in syscons update. Several new features has been added:Søren Schmidt1995-01-121-14/+28
| | | | | | | | | | | | | | | | | No kernel config options anymore besides keyboard language layout. Virtual consoles are now dynamically allocated, no NCONS anymore. Software cursor blinking/nonblinking. Visual bell for laptops (don't beep at meetings :-). Cursor/bell default type setable via config "flags" instead of as defines. Cursor/bell type setable via ioctl's. New video modes 80x30 80x60 for some laptops, and those with multisync monitors. Scroll-lock history (length currently fixed at 100 lines). Lots of cleanups, some only commented out for now (will goaway soon). Support for new features in vidcontrol/kbdcontrol. Updated manpages. Notes: svn path=/head/; revision=5536
* Added more SCO compat ioctl's.Søren Schmidt1994-10-171-3/+6
| | | | Notes: svn path=/head/; revision=3671
* Laptop Advanced Power Management support by HOSOKAWA Tatsumi.David Greenman1994-10-011-1/+2
| | | | | | | Submitted by: HOSOKAWA Tatsumi Notes: svn path=/head/; revision=3258
* Changed header sligthly.Søren Schmidt1994-09-291-2/+3
| | | | Notes: svn path=/head/; revision=3187
* Added support for many more videomodes, including graphic modes up tilSøren Schmidt1994-09-151-14/+93
| | | | | | | | | | | | | | 320x200 256col VGA. This is nessesary for the iBCS stuff to work right. (And we get the benefit of more video modes). Uses the videocard BIOS to optain mode tables. Added a "green" saver, switches off the syncs for "green" monitors. Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=2783
* Added the psm driver from 1.1.5.Doug Rabson1994-09-091-0/+44
| | | | | | | Submitted by: dfr Notes: svn path=/head/; revision=2606
* Updated to latest version from 1.1.5.1+Søren Schmidt1994-08-171-11/+18
| | | | | | | | Reviewed by: Submitted by: Notes: svn path=/head/; revision=2086
* Fix arguments of CONS_GETINFOAndrey A. Chernov1994-04-071-2/+2
| | | | Notes: svn path=/head/; revision=1345
* Make the screen savers runtime switchable. Everybody wants aChristoph Robitschko1994-02-041-1/+12
| | | | | | | | different default saver, and the size increase in the kernel is minimal ( < 2.5K ). Notes: svn path=/head/; revision=1089
* From: sos@login.dkuug.dk (S|ren Schmidt)Nate Williams1994-02-011-4/+5
| | | | | | | | | | | | | | | | | | | | | | | Subject: syscons-1.3 Date: Sat, 29 Jan 94 23:33:50 MET But here is the (hopefully) final syscons-1.3.... .... I've changed sgetc so it works as the pccons parallel (it now uses a scgetc internally). [ There were a couple changes that Bruce Evans sent me that were applied to this version along with some changes that S'ren didn't incorporate into the final version. There will be only minor changes if anything from this version to his final release. ] Notes: svn path=/head/; revision=1061
* Put back the $Id$ stringRodney W. Grimes1993-10-281-0/+2
| | | | Notes: svn path=/head/; revision=678
* This is syscons version 1.1Jordan K. Hubbard1993-10-281-34/+39
| | | | Notes: svn path=/head/; revision=677
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-163-0/+6
| | | | | | | minor cleanup. Added $Id$ to files that did not have any version info, etc Notes: svn path=/head/; revision=621
* Latest changes for XFree86 2.0Jordan K. Hubbard1993-10-041-0/+1
| | | | Notes: svn path=/head/; revision=541
* New resting home for console.h, it is machine specific.Rodney W. Grimes1993-10-011-0/+202
| | | | Notes: svn path=/head/; revision=531
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-122-0/+106
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=4