OpenBSD CVS

CVS log for src/usr.sbin/wsmoused/mouse_protocols.c


[BACK] Up to [local] / src / usr.sbin / wsmoused

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19 / (download) - annotate - [select for diffs], Wed Dec 28 21:30:19 2022 UTC (17 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, HEAD
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

spelling fixes; from paul tagliamonte
any parts of his diff not taken are noted on tech

Revision 1.18 / (download) - annotate - [select for diffs], Fri Jan 28 06:33:27 2022 UTC (2 years, 4 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

When it's the possessive of 'it', it's spelled "its", without the
apostrophe.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jun 28 13:32:51 2019 UTC (4 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.16: +4 -4 lines
Diff to previous 1.16 (colored)

When system calls indicate an error they return -1, not some arbitrary
value < 0.  errno is only updated in this case.  Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.

Revision 1.16 / (download) - annotate - [select for diffs], Wed May 14 18:28:22 2014 UTC (10 years ago) by shadchin
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.15: +18 -37 lines
Diff to previous 1.15 (colored)

Remove second arg in SetMouseSpeed(), it is always 1200.

ok miod@

Revision 1.15 / (download) - annotate - [select for diffs], Wed May 14 18:23:22 2014 UTC (10 years ago) by shadchin
Branch: MAIN
Changes since 1.14: +11 -12 lines
Diff to previous 1.14 (colored)

Remove mouse.baudrate, it is always 1200.

ok miod@

Revision 1.14 / (download) - annotate - [select for diffs], Wed May 14 18:18:01 2014 UTC (10 years ago) by shadchin
Branch: MAIN
Changes since 1.13: +1 -19 lines
Diff to previous 1.13 (colored)

Remove unused code.

ok miod@

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jun 5 03:37:10 2009 UTC (15 years ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.12: +20 -38 lines
Diff to previous 1.12 (colored)

Add the ability to attach wsmoused to a different wsdisplay than wsdisplay0
(i.e. ttyCcfg) with the new -D option.

While there, a lot of cleanup, including not creating a pidfile by default
(since there might be more than one wsmoused running on multiple wsdisplay
systems).

Revision 1.12 / (download) - annotate - [select for diffs], Tue Apr 10 22:37:17 2007 UTC (17 years, 1 month ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.11: +7 -6 lines
Diff to previous 1.11 (colored)

Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might
Mouse.  Currently limited to USB mice.

Adapted from a diff from Gareth <garf@loveandnature.co.za> on tech@

Revision 1.11 / (download) - annotate - [select for diffs], Mon Apr 17 08:42:41 2006 UTC (18 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (colored)

setjmp.h not used

Revision 1.10 / (download) - annotate - [select for diffs], Sun Dec 5 04:03:53 2004 UTC (19 years, 6 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.9: +5 -5 lines
Diff to previous 1.9 (colored)

MicroSoft -> Microsoft
ok deraadt@, macro@, brad@

Revision 1.9 / (download) - annotate - [select for diffs], Mon Nov 29 06:20:02 2004 UTC (19 years, 6 months ago) by jsg
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

Spell precede correctly.
'looks fine' millert@, krw@. ok jmc@

Revision 1.8 / (download) - annotate - [select for diffs], Sun Jan 4 21:41:12 2004 UTC (20 years, 5 months ago) by drahn
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.7: +1 -2 lines
Diff to previous 1.7 (colored)

gcc3 doesn't like varargs, it was found that the varargs.h inclusion is
unnecessary for these files, delete. ok espie@

Revision 1.7 / (download) - annotate - [select for diffs], Fri Sep 6 19:44:46 2002 UTC (21 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.6: +4 -2 lines
Diff to previous 1.6 (colored)

do not use //

Revision 1.6 / (download) - annotate - [select for diffs], Fri Feb 15 02:33:49 2002 UTC (22 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

complete paranoia

Revision 1.5 / (download) - annotate - [select for diffs], Fri Feb 15 02:18:39 2002 UTC (22 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +772 -779 lines
Diff to previous 1.4 (colored)

KNF

Revision 1.4 / (download) - annotate - [select for diffs], Thu Sep 20 21:22:16 2001 UTC (22 years, 8 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.3: +7 -9 lines
Diff to previous 1.3 (colored)

Jumbo wsmoused cosmeto:
- fix some cosmetic bugs
- improves some code paths
- generalizes the use of stderr, and uses errx/warnx whenevr possible
- converts wsmoused.c to KNF
ok jbm@

Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 13 06:32:18 2001 UTC (22 years, 9 months ago) by pvalchev
Branch: MAIN
Changes since 1.2: +1 -17 lines
Diff to previous 1.2 (colored)

Wall cleanup

Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 12 17:53:16 2001 UTC (22 years, 9 months ago) by fgsch
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Use INFTIM where possible.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Apr 14 04:47:40 2001 UTC (23 years, 1 month ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9

Userland daemon for wscons console mouse features.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.