summaryrefslogtreecommitdiff
path: root/sbin/wsconsctl
AgeCommit message (Collapse)Author
2003-06-17New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445Miod 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 reorderJason McIntyre
- some mdoc fixes
2003-05-20typo;Jason McIntyre
2003-05-14The ramdac's hater club is proud to present new yet another SBus frameMiod 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-28add a whole bunch of display types (will be used by the accelerated XJason Wright
stuff coming soon to a tree near you).
2003-03-12more .LiTheo de Raadt
2003-03-07don't print out the complete keyboard map when changed; ok miod@Markus Friedl
2003-02-12Define a wsmouse type for HIL mice.Miod Vallat
2003-02-11Define an HIL wscons keyboard type.Miod Vallat
2003-02-05grok sti type wsdisplayMichael Shalayeff
2002-12-17display.focus is a signed int, make it so; this fixes a problem under x11, ↵Michael Shalayeff
which is now a correct -1
2002-12-11ansiTheo de Raadt
2002-12-11ansiTheo de Raadt
2002-11-08a missing next kbd typeMichael Shalayeff
2002-08-12Build the wscons utilities on sparc, tooMiod Vallat
2002-07-25Rename 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-09rm trailing whitespaceTodd T. Fries
2002-06-07Add wsconsctl recognition support for adb keyboard.Dale Rahn
2002-05-30add WSKBD_TYPE_SUN5 here, tooJason Wright
2002-05-22add sunffb typeJason Wright
2002-05-22implement 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-23add sun keyboard typeJason Wright
2002-02-16Part 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-11Initial patch.Mike Pechkin
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok
2002-02-06Oops, add sparc64 everywhereJason Wright
2002-02-06sparc64 needs this nowJason Wright
2001-12-21Initial patch for a new mdoc issue.Mike Pechkin
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok
2001-12-14unbreak comment.Mike Pechkin
2001-10-24- repair usage() outputMiod Vallat
- when changing display.foo settings, print "display.foo -> bar" like done for mouse.* and keyboard.* - use warn() over err() whenever possible and appropriate code path to display as much as useful information as possible even if one ioctl fails. This is especially useful to get the display.* settings via wsconsctl -a if your mouse can't be probed, like on the iBook. ok mcikye@
2001-10-01remove typoTheo de Raadt
2001-09-30add mode_shift and mode_lock examples; mostly from Igor Grabin ↵Michael Shalayeff
<violent@death.kiev.ua>
2001-09-08o Mention /etc/wsconsctl.conf in wsconsctl(8)Heikki Korpela
o Sync pckbd(4) with wsconsctl(8); you need wsconsctl -w keyboard.encoding= instead of wsconsctl -w encoding= pckbd(4) error noticed by Philipp Buehler. mickey@ ok
2001-09-01Changes to build platform specific files properly with the powerpc -> macppcDale Rahn
port rename. This adds support for some of these to mvmeppc when it becomes MACHINE_ARCH=powerpc, as MACHINE_ARCH is tested in some instances. ancontrol and wicontrol are MACHINE_ARCH changes.
2001-08-26minor cleanupsTheo de Raadt
2001-08-01Correct diagnostic string per PR 1981 by Kaspar Toomik.Hugh Graham
2001-07-15paste open for each use, cache file descriptorsMichael Shalayeff
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-07-06cleanup, sync w/ kernelMichael Shalayeff
2001-07-06add if braces to avoid compiler warnings; ok mickeyPeter Valchev
2001-06-30make it more sysctl-like, ommit -kmd switches.Michael Shalayeff
no backwards compatibility keeped. add ability to change screens from cmd line.
2001-05-18why exit if returnsMichael Shalayeff
2001-05-08add more display variables (for screen burner).Michael Shalayeff
implement boolean type for variables.
2001-03-09Don't list available keyboard encodings here, they may change often. Instead,Aaron Campbell
refer people to kbd(8) which now supports wscons.
2001-03-03complete wscons support for abd keyboard. -moj ok @deraadtMats O Jansson
2001-02-16Nicer EXAMPLES format.Aaron Campbell
2001-02-05when flags are FLG_WRONLY, say "write only" instead of "read only"Matthieu Herrb
2001-01-30Change /dev/ttyE* to /dev/ttyC* to reflect reality in OpenBSD.Aaron Campbell
2001-01-30install wscons utils manpages into i386 subdir as wellMichael Shalayeff
2001-01-30Build these userland wscons utilities on i386.Aaron Campbell
2001-01-28$OpenBSD$Niklas Hallqvist