summaryrefslogtreecommitdiff
path: root/usr.sbin/ztsscale
AgeCommit message (Collapse)Author
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
ok millert krw
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
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)
2014-09-27Fix mmap() calls that check for a result other than MAP_FAILED.Doug Hogan
ok tedu@
2013-12-31Fix after struct wscons_event size change.Matthieu Herrb
ok deraadt@
2011-07-08Revert.Martynas Venckus
2011-07-08Pull libm for fabs.Martynas Venckus
2009-11-10lint prompted cleanupTheo de Raadt
2007-06-17do not try to reopen the wsmouse device whenRobert Nagy
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.
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29adapt ztsscale and the installer to use wscons ioctls for calibration;Robert Nagy
ok deraadt@
2007-02-23remove some lintTheo de Raadt
2005-07-21remove trailing newlines from err(3) calls; millert@ and matthieu@ ok.Federico G. Schwindt
2005-04-28- restore machdep.ztsrawmode when exiting on a signalUwe Stuehler
- add comments and RCS tag to bitmap file
2005-04-28display a title above the message; suggested by deraadt@Uwe Stuehler
2005-04-28place this file in the public domainUwe Stuehler
2005-04-28more boring tweaksTheo de Raadt
2005-04-28boring tweaksTheo de Raadt
2005-04-27correct copyrightTheo de Raadt
2005-04-26add `zaurus' to .Dt line;Jason McIntyre
ok deraadt@
2005-04-25tweaks;Jason McIntyre
2005-04-25- don't loop infinitely after a missed "mouse up" eventUwe Stuehler
- display bitmaps correctly if width is not divisible by 8 - display another bitmap on error
2005-04-25- display a message centered on the screenUwe Stuehler
- undo a signal handler change which slipped in with the previous commit
2005-04-24use the last position of the pen before it was lifted upUwe Stuehler
2005-04-24- indentationUwe Stuehler
- do ratio calculations in double, not integer - reduce allowed error to 1% (not more than 6 pixels off) - add usage()
2005-04-24how to use ztsscale...Theo de Raadt
2005-04-24spacingTheo de Raadt
2005-04-24Import matthieu's touch screen calibration tool for zaurus.Uwe Stuehler
ok deraadt@