OpenBSD CVS

CVS log for src/usr.sbin/ztsscale/Attic/ztsscale.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.20, Sat Sep 3 13:37:46 2016 UTC (7 years, 9 months ago) by guenther
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +1 -1 lines
FILE REMOVED

Retire zaurus, as it hasn't made the EABI jump and will be permanently broken
shortly when we use the hardware thread register in userland

Revision 1.19 / (download) - annotate - [select for diffs], Thu Aug 20 22:39:30 2015 UTC (8 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

stdlib.h is in scope; do not cast malloc/calloc/realloc*
ok millert krw

Revision 1.18 / (download) - annotate - [select for diffs], Fri Jan 16 06:40:23 2015 UTC (9 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible.  Annotate <sys/param.h> lines with their current reasons.  Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc.  Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution.  These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)

Revision 1.17 / (download) - annotate - [select for diffs], Sat Sep 27 06:28:45 2014 UTC (9 years, 8 months ago) by doug
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

Fix mmap() calls that check for a result other than MAP_FAILED.

ok tedu@

Revision 1.16 / (download) - annotate - [select for diffs], Tue Dec 31 07:16:50 2013 UTC (10 years, 5 months ago) by matthieu
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Fix after struct wscons_event size change.
ok deraadt@

Revision 1.15 / (download) - annotate - [select for diffs], Tue Nov 10 04:34:38 2009 UTC (14 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: 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
Changes since 1.14: +4 -3 lines
Diff to previous 1.14 (colored)

lint prompted cleanup

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jun 17 10:07:30 2007 UTC (16 years, 11 months ago) by robert
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, 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.13: +2 -10 lines
Diff to previous 1.13 (colored)

do not try to reopen the wsmouse device when
the calibration was not accurate enough and
keep the device open all the time since there is
no need to close and reopen it if we need to retry.

Revision 1.13 / (download) - annotate - [select for diffs], Tue May 29 21:13:56 2007 UTC (17 years ago) by robert
Branch: MAIN
Changes since 1.12: +28 -24 lines
Diff to previous 1.12 (colored)

adapt ztsscale and the installer to use wscons ioctls for calibration;
ok deraadt@

Revision 1.12 / (download) - annotate - [select for diffs], Fri Feb 23 17:50:30 2007 UTC (17 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.11: +9 -8 lines
Diff to previous 1.11 (colored)

remove some lint

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jul 21 16:38:55 2005 UTC (18 years, 10 months ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

remove trailing newlines from err(3) calls; millert@ and matthieu@ ok.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Apr 28 17:01:40 2005 UTC (19 years, 1 month ago) by uwe
Branch: MAIN
Changes since 1.9: +23 -15 lines
Diff to previous 1.9 (colored)

- restore machdep.ztsrawmode when exiting on a signal
- add comments and RCS tag to bitmap file

Revision 1.9 / (download) - annotate - [select for diffs], Thu Apr 28 16:44:28 2005 UTC (19 years, 1 month ago) by uwe
Branch: MAIN
Changes since 1.8: +15 -7 lines
Diff to previous 1.8 (colored)

display a title above the message; suggested by deraadt@

Revision 1.8 / (download) - annotate - [select for diffs], Thu Apr 28 07:02:40 2005 UTC (19 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.7: +3 -5 lines
Diff to previous 1.7 (colored)

more boring tweaks

Revision 1.7 / (download) - annotate - [select for diffs], Thu Apr 28 06:58:27 2005 UTC (19 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.6: +3 -4 lines
Diff to previous 1.6 (colored)

boring tweaks

Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 25 02:52:00 2005 UTC (19 years, 1 month ago) by uwe
Branch: MAIN
Changes since 1.5: +38 -28 lines
Diff to previous 1.5 (colored)

- don't loop infinitely after a missed "mouse up" event
- display bitmaps correctly if width is not divisible by 8
- display another bitmap on error

Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 25 00:28:12 2005 UTC (19 years, 1 month ago) by uwe
Branch: MAIN
Changes since 1.4: +33 -12 lines
Diff to previous 1.4 (colored)

- display a message centered on the screen
- undo a signal handler change which slipped in with the previous commit

Revision 1.4 / (download) - annotate - [select for diffs], Sun Apr 24 23:43:15 2005 UTC (19 years, 1 month ago) by uwe
Branch: MAIN
Changes since 1.3: +14 -12 lines
Diff to previous 1.3 (colored)

use the last position of the pen before it was lifted up

Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 24 23:02:40 2005 UTC (19 years, 1 month ago) by uwe
Branch: MAIN
Changes since 1.2: +52 -22 lines
Diff to previous 1.2 (colored)

- indentation
- do ratio calculations in double, not integer
- reduce allowed error to 1% (not more than 6 pixels off)
- add usage()

Revision 1.2 / (download) - annotate - [select for diffs], Sun Apr 24 18:50:10 2005 UTC (19 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.1: +14 -16 lines
Diff to previous 1.1 (colored)

spacing

Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 24 18:46:47 2005 UTC (19 years, 1 month ago) by uwe
Branch: MAIN

Import matthieu's touch screen calibration tool for zaurus.
ok deraadt@

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.