summaryrefslogtreecommitdiffstats
path: root/sbin/wsconsctl/mouse.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a field for enabling/disabling reverse scrolling.bru2019-08-191-3/+6
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-8/+8
* Add the logging parameters to mousecfg.c, and make the 'param' fieldbru2018-05-071-10/+18
* 1. Add a field for configuring the size of edge areas on touchpads.bru2018-01-221-1/+2
* remove defines for ioctls the kernel doesn't recognisejsg2017-10-241-7/+1
* Handle the flags of mousecfg fields correctly.bru2017-08-011-2/+2
* Add fields for wsmouse/touchpad configuration.bru2017-07-211-1/+63
* fix type (part from NetBSD)shadchin2012-08-081-4/+4
* zap whitespaceshadchin2012-07-141-6/+6
* Don't silently ignore errors if we cannot open the device. While I'm herefgsch2010-08-201-16/+10
* Learn wsconsctl to handle more than the first keyboard, mouse and display.maja2010-07-011-1/+19
* Preserve rawmode when setting scale. ok miod@, oga@.matthieu2009-11-241-2/+9
* for rw query and print value that has actually been set in themartynas2009-07-151-18/+14
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Introduce the mouse.rawmode and mouse.scale fields forrobert2007-05-081-1/+52
* ansideraadt2002-12-111-9/+7
* - repair usage() outputmiod2001-10-241-12/+12
* Correct diagnostic string per PR 1981 by Kaspar Toomik.hugh2001-08-011-2/+2
* make it more sysctl-like, ommit -kmd switches.mickey2001-06-301-11/+11
* wscons control tool; initial import from newtbsd treemickey2000-07-011-0/+86