summaryrefslogtreecommitdiff
path: root/usr.sbin/tpctl
AgeCommit message (Expand)Author
2018-07-16cast through intptr_tchristos
2018-04-01Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)ryo
2017-08-27Try to use standard wsdisplay ioctls when HPCFBIO_GCONF is not available.jmcneill
2013-11-29Mark usage as dead.joerg
2013-05-02This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds thatmatt
2012-04-08Remove unnecessary Bk/Ek pairs from SYNOPSIS.wiz
2009-04-28Fix WARNS=4 issues.nonaka
2009-03-03do WSMOUSEIO_SETVERSION when WSMOUSEIO_SETVERSION is defined.nonaka
2008-05-10Backout previous: the license sweep touched these files in error, somartin
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-29Convert to new 2 clause licensemartin
2007-07-29Added zaurus.nonaka
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