#
71ccf092 |
| 02-Jan-2010 |
Ed Schouten <ed@FreeBSD.org> |
The last big commit: let usr.sbin/ use WARNS=6 by default.
|
Revision tags: release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0 |
|
#
de37e391 |
| 06-Mar-2008 |
Warner Losh <imp@FreeBSD.org> |
The breakage from increased warns has been fixed, back out my back out
|
#
ba04440c |
| 06-Mar-2008 |
Warner Losh <imp@FreeBSD.org> |
This breaks the arm build, back it out until that's fixed
|
#
15cc4a82 |
| 06-Mar-2008 |
Jung-uk Kim <jkim@FreeBSD.org> |
Mark moused(8) WARNS=6 clean.
|
Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
86b3ea36 |
| 11-Mar-2007 |
Philip Paeps <philip@FreeBSD.org> |
Add dynamic acceleration to moused(8). This introduces a '-A' flag to control the acceleration algorithm. It can be used together with the '-a' flag for regular acceleration.
PR: bin/110003 Submi
Add dynamic acceleration to moused(8). This introduces a '-A' flag to control 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
show more ...
|
Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0 |
|
#
a80d5fc2 |
| 24-Aug-2005 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Use pidfile(3) in moused(8).
|
Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0 |
|
#
dee651eb |
| 03-Nov-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar 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.
Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar 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
show more ...
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs, release/4.3.0_cvs, release/4.3.0 |
|
#
345e52e7 |
| 26-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
- Backout botched attempt to introduce MANSECT feature. - MAN[1-9] -> MAN.
|
#
c73e22c3 |
| 20-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Set the default manual section for usr.sbin/ to 8.
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs, release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
2887f586 |
| 20-Sep-1998 |
David E. O'Brien <obrien@FreeBSD.org> |
Remove useless `BINOWN=root' now that it is the default.
|
Revision tags: release/2.2.7, release/2.2.6, release/2.2.5_cvs, release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1 |
|
#
94a804c5 |
| 16-Dec-1996 |
Mike Pritchard <mpp@FreeBSD.org> |
Add man page for moused(8). It is basically a rehash of the usage output from moused, but it is a start for anyone else who wants to expand on it.
Closed PR# 1552.
|
Revision tags: release/2.1.5_cvs |
|
#
a77d1629 |
| 10-Sep-1996 |
Peter Wemm <peter@FreeBSD.org> |
Argh! there's no need for moused to be setuid-root! Now that it works from startup, and works with XFree86 via /dev/sysmouse, it should be started at boot and left running.
Pointed out by: Sujal Pa
Argh! there's no need for moused to be setuid-root! Now that it 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>
show more ...
|
#
ad771aa1 |
| 21-Jun-1996 |
Søren Schmidt <sos@FreeBSD.org> |
Moused is the daemon that provides the connection between the cut&paste functionality in syscons and the real mouse hardware. If moused is run one can switch on/off the mousepointer with vidcontrol -
Moused is the daemon that provides the connection between the cut&paste 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
show more ...
|