summaryrefslogtreecommitdiff
path: root/usr.sbin/gpioctl
AgeCommit message (Expand)Author
2009-08-10build on amd64 alsoJonathan Gray
2008-12-05need set argument now in this example; ok mbalmer@Kevin Steves
2008-12-03clarify GPIO device specification. with input from jmc; ok mbalmer@ jmc@Kevin Steves
2008-12-03delete unused prototype, from lint; ok mbalmer@Kevin Steves
2008-12-03there is no longer a default GPIO device; ok mbalmer@ jmc@Kevin Steves
2008-11-30Fix output.Marc Balmer
2008-11-29Allow the words "on", "off", or "toggle" to be used instead of theMarc Balmer
2008-11-26Reorder variables, add my copyright.Marc Balmer
2008-11-26Use the new gpio(4) semantics and change the command line syntax to aMarc Balmer
2008-11-24- tweak previousJason McIntyre
2008-11-24Add and document -A and -D options to attach or detach devices atMarc Balmer
2007-11-17GPIO pins can be programmed to invert input or output on some devices.Marc Balmer
2007-11-17GPIO improvements:Jason McIntyre
2007-11-17pull-down (GPIO_PIN_PULLDOWN) is a valid flags for some GPIO devices,Marc Balmer
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-18use strtonum() to avoid out of range values, way simpler than theTheo de Raadt
2006-11-29for macppc too; from ghz@darkdata.orgTheo de Raadt
2006-07-25amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spreadHenning Brauer
2005-11-17Unbreak; noticed by evol@online.ptt.ru.Alexander Yurchenko
2005-11-16no need for -h, any illegal option is fineTheo de Raadt
2005-11-16move this page to a standard options list;Jason McIntyre
2005-11-16gpioctl can work on macppc tooTheo de Raadt
2005-09-27tweaks from wiz@netbsdJason McIntyre
2004-12-02Document -q and -h options, noticed by Matt Peterson <matt@eff.org>.Alexander Yurchenko
2004-11-03Fix typo (termal -> thermal). From bob at cemetery dot homeunix dot org.Aaron Campbell
2004-09-21.Xr elansc(4) here tooAlexander Yurchenko
2004-08-08spacingTheo de Raadt
2004-06-04various tweaks;Jason McIntyre
2004-06-03gpioctl -- program to control GPIO devices.Alexander Yurchenko