Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-24 | Preserve rawmode when setting scale. ok miod@, oga@. | Matthieu Herrb | |
2009-09-27 | Build on armish. Since wsconscfg is built on palm build wsconsctl too. -moj | Mats O Jansson | |
2009-09-27 | Show fbinfo if it exists. ok mglocker@ -moj | Mats O Jansson | |
2009-07-19 | if variable has a NOAUTO flag set; skip printing. | Martynas Venckus | |
requested & diff tested by david@ ok miod@ | |||
2009-07-15 | now that set print is in one place; it is possible to suppress var | Martynas Venckus | |
making n flag work as expected for set. ok miod@ | |||
2009-07-15 | for rw query and print value that has actually been set in the | Martynas Venckus | |
similar way that mixerctl does. so that info for setting things like brightness makes sense (since we scale, like, 8 values to per-cent). also, it consistifies get/put, shrinks code since we don't need to do that in every single 'driver'. ok miod@ | |||
2009-07-03 | Add a wsdisplay type for an upcoming driver for the Sun XVR-100 framebuffer. | Mark Kettenis | |
ok deraadt@ | |||
2009-06-03 | Define a wsdisplay type for gfxp(4). | Mark Kettenis | |
2009-06-02 | Define a proper wsdisplay type for machfb(4). | Mark Kettenis | |
ok miod@ | |||
2009-05-20 | Add code to attach sun mice on sparc and sparc64 as wsmouse devices. Since | Miod Vallat | |
not all Sun mice run at the canonical 1200 bps, hop between 1200, 4800 and 9600 bps by paying attention to breaks on the line. Attachement and engine code written 7 years ago for OpenBSD/sparc, except for sparc64 com(4) attachment. Speed hop idea borrowed from Opensolaris. This allows sparc and sparc64 users to run X11 without needing a configuration file anymore, as it was in the XFree86 3.x days. Multihead configurations will still need a minimal configuration file, though. | |||
2009-05-17 | fascinating how make parses if statements... | Theo de Raadt | |
2009-05-15 | Stop this silliness with machine dependent man pages | Theo de Raadt | |
2009-05-09 | Need to add new display type to wsconsctl(8), too. | Marcus Glocker | |
Noted by miod@ | |||
2009-03-12 | Define a proper wsdisplay type for raptor(4). | Mark Kettenis | |
ok miod@ | |||
2008-12-29 | Give ifb its own display type (be sure to make includes before rebuilding | Miod Vallat | |
wsconsctl) | |||
2008-08-24 | Define a proper wsdisplay type for legss(4). | Miod Vallat | |
2008-08-04 | "-a" is used if no arguments are given to wsconsctl. | Igor Sobrado | |
tweaked by jmc@. ok jmc@ | |||
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2007-11-27 | Add a few missing device entries. | Miod Vallat | |
2007-11-26 | if no arguments given, assume a nice default; ok miod jakemsr deanna | Theo de Raadt | |
2007-08-01 | cats went away | Theo de Raadt | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-21 | options w/o args come before options which take args; | Jason McIntyre | |
2007-05-20 | add a -f option to allow specifing an alternative | Robert Nagy | |
control device; "put it in" miod@ | |||
2007-05-08 | Introduce the mouse.rawmode and mouse.scale fields for | Robert Nagy | |
touchscreen calibration via ioctls. ok miod@ | |||
2006-07-24 | Build wscons stuff on vax (but no for bsd.rd yet) | Miod Vallat | |
2006-07-24 | Driver for the VS4000/90 frame buffer, adapted from NetBSD (ragge) and | Miod Vallat | |
Blaz Antonic's work, no acceleration yet, untested due to the lack of hardware, but enough sacrifices were made to the RAMDAC Gods. | |||
2006-06-06 | oops | Theo de Raadt | |
2006-06-06 | System build pieces for armish arch. | Dale Rahn | |
2006-05-09 | Administrative changes for aviion, ok deraadt@ | Miod Vallat | |
2006-04-14 | Minimal support for the HP98705 ``Tigershark'' TurboVRX frame buffer | Miod Vallat | |
(using an overlay plane only for now). Bootblocks, text console and X11 are supported. | |||
2006-04-01 | Do not attempt to print parameters which turned out to be dead; fixes PR#5066. | Miod Vallat | |
2006-02-14 | Define a wsdisplay type for the Sun ZX/Leo frame buffer. | Miod Vallat | |
2006-01-09 | Introduce a wsdisplay type for mac68k frame buffers; we might need to become | Miod Vallat | |
less generic in the future, though. | |||
2006-01-04 | Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouse | Miod Vallat | |
drivers, and to wscons as the console; a few parts borrowed from OpenBSD/macppc as well. Currently only working with displays configured in 1bpp or 8bpp modes; this limitation will be worked on ASAP. Tested by claudio@ kettenis@ martin@ nick@ and I on various models. X11 changes coming soon. | |||
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 | |