summaryrefslogtreecommitdiff
path: root/usr.sbin/tpctl
AgeCommit message (Expand)Author
2006-05-22That cast doesn't need to add const.uwe
2006-05-22Use proper cast instead of gagging gcc4 with -Wno-pointer-sign.uwe
2006-05-22apply -Wno-pointer-sign to tp.c.mrg
2005-06-07Add initialization of a local variable to appease -Wuninitialized.he
2004-09-07Replaced strncpy with strlcpy. Thanks to Peter Postma whojrf
2004-02-24Fix some typos.wiz
2003-07-08#include <string.h> for memset and memcpy.uwe
2003-07-08"extra tokens at end of #endif directive".uwe
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-01-03Used ioctl command WSMOUSEIO_GETID to identify touch panel device.takemura
2002-12-15Saved screen size (minX, maxX, minY, maxY) as well as calibration samples.takemura
2002-08-29Some grammar and mdoc improvements.wiz
2002-08-27Added touch panel calibration utility.takemura