summaryrefslogtreecommitdiffstats
path: root/usr.sbin/moused/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
| | | | Reduce overlinking
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
|
* The breakage from increased warns has been fixed, back out my back outimp2008-03-061-1/+1
|
* This breaks the arm build, back it out until that's fixedimp2008-03-061-1/+1
|
* Mark moused(8) WARNS=6 clean.jkim2008-03-061-0/+2
|
* Add dynamic acceleration to moused(8). This introduces a '-A' flag to controlphilip2007-03-111-2/+2
| | | | | | | | | the acceleration algorithm. It can be used together with the '-a' flag for regular acceleration. PR: bin/110003 Submitted by: Oliver Fromme <olli -at- lurza.secnetix.de> MFC after: 1 week
* Use pidfile(3) in moused(8).pjd2005-08-241-0/+3
|
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarru2004-11-031-1/+1
| | | | | | | | to PRECIOUSLIB from bsd.lib.mk. The side effect of this is making installing the world under jail(8) possible by using another knob, NOFSCHG. Reviewed by: oliver
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-2/+2
|
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-1/+0
|
* Add man page for moused(8). It is basically a rehash of thempp1996-12-161-1/+1
| | | | | | | usage output from moused, but it is a start for anyone else who wants to expand on it. Closed PR# 1552.
* Argh! there's no need for moused to be setuid-root! Now that itpeter1996-09-101-3/+3
| | | | | | | works from startup, and works with XFree86 via /dev/sysmouse, it should be started at boot and left running. Pointed out by: Sujal Patel <smpatel@umiacs.umd.edu>
* Moused is the daemon that provides the connection between the cut&pastesos1996-06-211-0/+9
functionality in syscons and the real mouse hardware. If moused is run one can switch on/off the mousepointer with vidcontrol -m on/off. There is no manpage yet, but a fairly descriptive usage message.... Reviewed by:sos Submitted by: Michael Smith Obtained from:Some of the mouselogic comes from XFree86
OpenPOWER on IntegriCloud