index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
gpioctl
/
gpioctl.c
Age
Commit message (
Expand
)
Author
2015-12-26
bzero -> memset. No binary change.
mmcc
2011-10-04
- sync usage() and SYNOPSIS
Jason McIntyre
2011-10-03
Add a 'flag' locator to gpioiic(4), and define a first flag
Matthieu Herrb
2008-12-03
delete unused prototype, from lint; ok mbalmer@
Kevin Steves
2008-11-30
Fix output.
Marc Balmer
2008-11-29
Allow the words "on", "off", or "toggle" to be used instead of the
Marc Balmer
2008-11-26
Reorder variables, add my copyright.
Marc Balmer
2008-11-26
Use the new gpio(4) semantics and change the command line syntax to a
Marc Balmer
2008-11-24
- tweak previous
Jason McIntyre
2008-11-24
Add and document -A and -D options to attach or detach devices at
Marc Balmer
2007-11-17
GPIO pins can be programmed to invert input or output on some devices.
Marc Balmer
2007-11-17
pull-down (GPIO_PIN_PULLDOWN) is a valid flags for some GPIO devices,
Marc Balmer
2007-03-18
use strtonum() to avoid out of range values, way simpler than the
Theo de Raadt
2005-11-17
Unbreak; noticed by evol@online.ptt.ru.
Alexander Yurchenko
2005-11-16
no need for -h, any illegal option is fine
Theo de Raadt
2004-08-08
spacing
Theo de Raadt
2004-06-03
gpioctl -- program to control GPIO devices.
Alexander Yurchenko