Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-31 | fix a typo, touch-pannel -> touch-panel | Brad Smith | |
From: Chris Kuethe via PR 4232 | |||
2005-04-22 | Driver for the Apollo Domain keyboard and mouse, for the HP 9000/4xx series. | Miod Vallat | |
Claims the console keyboard if a keyboard is detected at boot time, otherwise HIL is preferred (but due to wsmux both can be used simultaneously). | |||
2005-04-04 | ugh. vax has no wscons either; pt out by deraadt@ | Michael Shalayeff | |
2005-03-29 | simplify machine chekc now that almost everything has wscons | Michael Shalayeff | |
2005-01-17 | PXALCD type. | Dale Rahn | |
2005-01-14 | Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now. | Miod Vallat | |
Main features: - MI hil drivers, allowing live plug/unplug of devices, and the keyboard does not need to be at id 1 anymore. - SGC bus support on 4xx models. SGC frame buffers are supported too, but not as console, though you can use them as a regular glass terminal if you run a getty on ttyC0. Currently not compiled-in, awaiting for an sti(4) fix to be commited. - HP-UX compatibility interfaces are removed. grfinfo and hilinfo are removed. X11 support is currently broken by these changes; X.org X11R6 support will be available very soon. Tested on hyperion and 4 different flavours of catseye/topcat/kathmandu; other, older frame buffers (davinci, gatorbox and renaissance) could not been tested but should work; please report any regression. | |||
2005-01-14 | zaurus entry, ok miod@ | Dale Rahn | |
2005-01-13 | build on zaurus too, after further discusssion, because MANSUBDIR needs | Dale Rahn | |
updating it will be explicit MACHINE | |||
2004-11-19 | repair display.focus pokus; from janjaap@ in pr#3990 | Michael Shalayeff | |
2004-08-09 | minor cleanup | Theo de Raadt | |
2004-08-06 | add sgi | Per Fogelstrom | |
2004-07-30 | mark down some punctuation, and sync usage(); | Jason McIntyre | |
2004-06-23 | make -w optional; ok miod@ | David Krause | |
2004-05-03 | Remove OpenBSD/pegaos, this has been announced before but delayed until | Dale Rahn | |
the tree was stable. No point in code supporting a company which screws its employees being in the OpenBSD tree. | |||
2004-04-24 | Compile the basic wscons userland tools on luna88k. | Miod Vallat | |
2004-04-24 | Define wscons device ids for the Luna devices. | Miod Vallat | |
2004-03-04 | one missed kbd type | Michael Shalayeff | |
2004-03-01 | Define a wsdisplay type for rfx; ok deraadt@ | Miod Vallat | |
2004-02-09 | Add cats to MANSUBDIRS, missed when cats was added to the top of the file. | Dale Rahn | |
ok deraadt@ | |||
2004-01-29 | oops missing \ | Theo de Raadt | |
2004-01-29 | will be needed for cats too | Theo de Raadt | |
2004-01-28 | Repair build links for pegosos, and also build for amd64 | Theo de Raadt | |
2004-01-05 | include path fixes for gcc3. | Marc Espie | |
tests otto@, okay millert@ | |||
2003-11-07 | - document /etc/kbdtype | Jason McIntyre | |
- sort options list and FILES - put example descriptions before examples and indent them ok mickey@ | |||
2003-10-31 | These should build on pegasos | Dale Rahn | |
2003-07-10 | add missing includes | David Krause | |
ok deraadt@ millert@ tedu@ | |||
2003-06-17 | New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445 | Miod Vallat | |
combination, found on the Tadpole SPARCbook 3 only (later model use the Power9100 and are already supported). Untested for lack of hardware and volunteers, but carefully crafted; if it does not work out of the box, this should be a good starting point. "worth having in the tree" millert@ | |||
2003-06-03 | - section reorder | Jason McIntyre | |
- some mdoc fixes | |||
2003-05-20 | typo; | Jason McIntyre | |
2003-05-14 | The ramdac's hater club is proud to present new yet another SBus frame | Miod Vallat | |
bufer driver, this time for the Southland Media Systems (now Quantum 3D) MGX and MGXPlus cards. Not complete, but a good start. | |||
2003-03-28 | add a whole bunch of display types (will be used by the accelerated X | Jason Wright | |
stuff coming soon to a tree near you). | |||
2003-03-12 | more .Li | Theo de Raadt | |
2003-03-07 | don't print out the complete keyboard map when changed; ok miod@ | Markus Friedl | |
2003-02-12 | Define a wsmouse type for HIL mice. | Miod Vallat | |
2003-02-11 | Define an HIL wscons keyboard type. | Miod Vallat | |
2003-02-05 | grok sti type wsdisplay | Michael Shalayeff | |
2002-12-17 | display.focus is a signed int, make it so; this fixes a problem under x11, ↵ | Michael Shalayeff | |
which is now a correct -1 | |||
2002-12-11 | ansi | Theo de Raadt | |
2002-12-11 | ansi | Theo de Raadt | |
2002-11-08 | a missing next kbd type | Michael Shalayeff | |
2002-08-12 | Build the wscons utilities on sparc, too | Miod Vallat | |
2002-07-25 | Rename the WSDISPLAY_TYPE_SUNFFB display type into a more generic name, | Miod Vallat | |
..._SUN24, since this only means 24 bit framebuffers with BGR encoding. Also add a WSDISPLAY_TYPE_SUNBW for Sun monochrome framebuffers, to be used by Xwsfb shortly. | |||
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-06-07 | Add wsconsctl recognition support for adb keyboard. | Dale Rahn | |
2002-05-30 | add WSKBD_TYPE_SUN5 here, too | Jason Wright | |
2002-05-22 | add sunffb type | Jason Wright | |
2002-05-22 | implement new type: %%, given min,cur,max print the value in %%. | Michael Shalayeff | |
also accepts -= and += to adjust the value. implement new flags: INIT, DEAD. init means to prefetch the variable before setting, where dead means to assume the variable is not implemented (enottty was observed, most likely), set by the low-level routines (upon observing the ioctl results). add the variables for screen brightness,contrast,backlight -- all are precent-type, also rework the display.c to be easier on the eyes. requested, commented and helped upon by miod@ and drahn@. there was a discussion on wheather truncate or round (the thin and think ends of the same egg) where decided to allow it to truncate until demanded otherwise by the eager masses. | |||
2002-02-23 | add sun keyboard type | Jason Wright | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok |