summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Collapse)AuthorAgeFilesLines
* First incarnation of our Linux emulator or rather compatibility code.sos1995-06-252-0/+722
| | | | | | | | | | | | This first shot only incorporaties so much functionality that DOOM can run (the X version), signal handling is VERY weak, so is many other things. But it meets my milestone number one (you guessed it - running DOOM). Uses /compat/linux as prefix for loading shared libs, so it won't conflict with our own libs. Kernel must be compiled with "options COMPAT_LINUX" for this to work.
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
|
* Third round in syscons update.sos1995-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...
* DOn't use hardcode values for L_FN & L_SCRache1995-01-261-3/+5
|
* Increase NUM_FKEYS to 65ache1995-01-261-2/+2
|
* Second round in syscons update:sos1995-01-201-8/+16
| | | | | | | Support for pseudo graphic mouse cursor (not complete yet) Some cheap speed fixes. More cleanups. Call ourselves scxxxx finally.
* First round in syscons update. Several new features has been added:sos1995-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.
* Added more SCO compat ioctl's.sos1994-10-171-3/+6
|
* Laptop Advanced Power Management support by HOSOKAWA Tatsumi.dg1994-10-011-1/+2
| | | | Submitted by: HOSOKAWA Tatsumi
* Changed header sligthly.sos1994-09-291-2/+3
|
* Added support for many more videomodes, including graphic modes up tilsos1994-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:
* Added the psm driver from 1.1.5.dfr1994-09-091-0/+44
| | | | Submitted by: dfr
* Updated to latest version from 1.1.5.1+sos1994-08-171-11/+18
| | | | | Reviewed by: Submitted by:
* Fix arguments of CONS_GETINFOache1994-04-071-2/+2
|
* Make the screen savers runtime switchable. Everybody wants achmr1994-02-041-1/+12
| | | | | different default saver, and the size increase in the kernel is minimal ( < 2.5K ).
* From: sos@login.dkuug.dk (S|ren Schmidt)nate1994-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. ]
* Put back the $Id$ stringrgrimes1993-10-281-0/+2
|
* This is syscons version 1.1jkh1993-10-281-34/+39
|
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-163-0/+6
| | | | minor cleanup. Added $Id$ to files that did not have any version info, etc
* Latest changes for XFree86 2.0jkh1993-10-041-0/+1
|
* New resting home for console.h, it is machine specific.rgrimes1993-10-011-0/+202
|
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-122-0/+106
OpenPOWER on IntegriCloud