summaryrefslogtreecommitdiff
path: root/sbin/wsconsctl/util.c
AgeCommit message (Collapse)Author
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.
2001-07-06cleanup, sync w/ kernelMichael Shalayeff
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-08add more display variables (for screen burner).Michael Shalayeff
implement boolean type for variables.
2001-03-03complete wscons support for abd keyboard. -moj ok @deraadtMats O Jansson
2001-01-28$OpenBSD$Niklas Hallqvist
2000-07-01wscons control tool; initial import from newtbsd treeMichael Shalayeff