Age | Commit message (Expand) | Author |
2006-08-05 | Make sure smg will not pretend being a console on smg+gpx hardware with | Miod Vallat |
2006-08-05 | Use faster {copy,erase}cols routines for smg, with ad hoc vax assembly, | Miod Vallat |
2006-08-03 | A more reliable way to find out that the card is not there. | Miod Vallat |
2006-08-03 | Enable all planes, so that color has a real chance to work; still untested. | Miod Vallat |
2006-08-03 | Since we will only attempt to configure a keyboard on line 0 on machines | Miod Vallat |
2006-08-03 | No need to force a 8-bit font anymore, welcome to the 12x22 font. | Miod Vallat |
2006-08-02 | Provide the usual 8x16 font, instead of the qvss 8x15 font, for low-res vax | Miod Vallat |
2006-08-01 | Avoid a few NULL dereferences, and boot -c works on vax with glass console. | Miod Vallat |
2006-08-01 | Support for font widths from 9 to 16 bits, and use the 12x22 font by | Miod Vallat |
2006-08-01 | If there is VRAM at the lcg address, but we can't make sense of the | Miod Vallat |
2006-07-31 | Underline support. | Miod Vallat |
2006-07-31 | Get my raster ops correct for the cursor, fixes the display glitches. | Miod Vallat |
2006-07-30 | Use DZ_CSR_xxx symbolic constants. | Miod Vallat |
2006-07-30 | Allow keyboard attachment on VS 4k/90 as well, spotted by deraadt@ | Miod Vallat |
2006-07-29 | And correctly map the ramdac when console, too. Doh. Somehow I was expecting | Miod Vallat |
2006-07-29 | Fix depth detection when gpx is the console. | Miod Vallat |
2006-07-29 | Force gpx to attach if it is the console, the interrupt test is unreliable | Miod Vallat |
2006-07-29 | Attach keyboard and mouse on VAXstations. Non-keyboard capable machines are | Miod Vallat |
2006-07-29 | Better ``no dz console to a keyboard connector'' fix which does not interfere | Miod Vallat |
2006-07-29 | At attach() time, do not simply trust the L3 switch to know if we are the | Miod Vallat |
2006-07-29 | Rewrite glass console detection and initialization code, it's simpler and | Miod Vallat |
2006-07-29 | Make sure we never attach a dz console to a keyboard port on VAXstations, | Miod Vallat |
2006-07-28 | Driver for the color frame buffer option on VAXstation 3100 models 3x/4x. | Miod Vallat |
2006-07-28 | Better dmesg | Miod Vallat |
2006-07-26 | More files which have changed name or location since some time already and | Miod Vallat |
2006-07-24 | Driver for the VS4000/90 frame buffer, adapted from NetBSD (ragge) and | Miod Vallat |
2006-07-24 | Make sure the mapped frame buffer area is a multiple of the logical page | Miod Vallat |
2006-07-24 | Add a wsdisplay driver for the frame buffer found on VS4000/60 and VLC | Miod Vallat |
2006-07-23 | Make smg(4) on par with the current state of wsdisplay drivers: make it use | Miod Vallat |
2006-07-20 | Kill an autoconf abuse introduced with Cheetah support, and pass real | Miod Vallat |
2006-07-19 | Remove long dead meat and irrelevant defines. No functional change. | Miod Vallat |
2006-07-19 | Honour L3 switch on VS4k/90, even if we don't support glass console yet; | Miod Vallat |
2006-07-16 | Fix splassert false positives on older VAXstation with devices wired to | Miod Vallat |
2006-07-12 | Shorten the dmesg one line. | Miod Vallat |
2006-01-17 | Use angle bracket and no relative paths for all include files which are not | Miod Vallat |
2006-01-01 | Let cons_init() and cons_init_bell() initialize the whole consdev structure, | Miod Vallat |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-11-12 | Make sure we only touch associated processes of physical buffers. | Pedro Martelletto |
2005-08-24 | some scsi xs transactions can come in without a buffer pointer obviously; tes... | Theo de Raadt |
2005-02-17 | == has a higher priority than &, so put braces wherever necessary; from cloder@ | Miod Vallat |
2004-09-19 | constify speedtabs and make ttspeedtab() take a const struct speedtab * | Michael Shalayeff |
2004-07-07 | new-style interrupt counters. based on initial work by hugh. ok miod | Theo de Raadt |
2004-05-04 | Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. | Alexander Yurchenko |
2004-01-29 | typos; jjy2+@pitt.edu | Theo de Raadt |
2003-11-10 | Get rid of the "struct pte" bitfield, and use straight integers. | Miod Vallat |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-11-03 | spelling fixes (in the comments) | David Krause |
2003-06-26 | Compile the vax kernel with -Wmissing-prototypes -Wstrict-prototypes now. | Miod Vallat |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-11 | string cleaning; krw ok | Theo de Raadt |