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