index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
tpctl
Age
Commit message (
Expand
)
Author
2018-07-16
cast through intptr_t
christos
2018-04-01
Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)
ryo
2017-08-27
Try to use standard wsdisplay ioctls when HPCFBIO_GCONF is not available.
jmcneill
2013-11-29
Mark usage as dead.
joerg
2013-05-02
This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that
matt
2012-04-08
Remove unnecessary Bk/Ek pairs from SYNOPSIS.
wiz
2009-04-28
Fix WARNS=4 issues.
nonaka
2009-03-03
do WSMOUSEIO_SETVERSION when WSMOUSEIO_SETVERSION is defined.
nonaka
2008-05-10
Backout previous: the license sweep touched these files in error, so
martin
2008-04-30
Convert TNF licenses to new 2 clause variant
martin
2008-04-29
Convert to new 2 clause license
martin
2007-07-29
Added zaurus.
nonaka
2006-05-22
That cast doesn't need to add const.
uwe
2006-05-22
Use proper cast instead of gagging gcc4 with -Wno-pointer-sign.
uwe
2006-05-22
apply -Wno-pointer-sign to tp.c.
mrg
2005-06-07
Add initialization of a local variable to appease -Wuninitialized.
he
2004-09-07
Replaced strncpy with strlcpy. Thanks to Peter Postma who
jrf
2004-02-24
Fix 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 or
wiz
2003-01-03
Used ioctl command WSMOUSEIO_GETID to identify touch panel device.
takemura
2002-12-15
Saved screen size (minX, maxX, minY, maxY) as well as calibration samples.
takemura
2002-08-29
Some grammar and mdoc improvements.
wiz
2002-08-27
Added touch panel calibration utility.
takemura