Age | Commit message (Expand) | Author |
2022-02-18 | Build gpioctl(8) on riscv64. | Visa Hankala |
2020-05-16 | add bcmgpio to the gpio manpage and install gpioctl manpage on arm64 too | Martin Reindl |
2018-03-12 | correct flags example; from artturi alm | Jason McIntyre |
2017-01-23 | Build gpioctl(8) and hotplugd(8) on arm64. | Jonathan Gray |
2015-12-26 | bzero -> memset. No binary change. | mmcc |
2015-09-11 | add some missing .Cm macros and drop some redundant .Bk while here | Ingo Schwarze |
2013-11-20 | +.An -nosplit | Jason McIntyre |
2013-10-27 | enable gpioctl(8) for armv7, and add associated devices on armv7/sunxi. | aalm |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
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 |
2010-07-20 | do not use gcc -W options which you do not understand | Theo de Raadt |
2009-08-10 | build on amd64 also | Jonathan Gray |
2008-12-05 | need set argument now in this example; ok mbalmer@ | Kevin Steves |
2008-12-03 | clarify GPIO device specification. with input from jmc; ok mbalmer@ jmc@ | Kevin Steves |
2008-12-03 | delete unused prototype, from lint; ok mbalmer@ | Kevin Steves |
2008-12-03 | there is no longer a default GPIO device; ok mbalmer@ jmc@ | 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 | GPIO improvements: | Jason McIntyre |
2007-11-17 | pull-down (GPIO_PIN_PULLDOWN) is a valid flags for some GPIO devices, | Marc Balmer |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-03-18 | use strtonum() to avoid out of range values, way simpler than the | Theo de Raadt |
2006-11-29 | for macppc too; from ghz@darkdata.org | Theo de Raadt |
2006-07-25 | amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spread | Henning Brauer |
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 |
2005-11-16 | move this page to a standard options list; | Jason McIntyre |
2005-11-16 | gpioctl can work on macppc too | Theo de Raadt |
2005-09-27 | tweaks from wiz@netbsd | Jason McIntyre |
2004-12-02 | Document -q and -h options, noticed by Matt Peterson <matt@eff.org>. | Alexander Yurchenko |
2004-11-03 | Fix typo (termal -> thermal). From bob at cemetery dot homeunix dot org. | Aaron Campbell |
2004-09-21 | .Xr elansc(4) here too | Alexander Yurchenko |
2004-08-08 | spacing | Theo de Raadt |
2004-06-04 | various tweaks; | Jason McIntyre |
2004-06-03 | gpioctl -- program to control GPIO devices. | Alexander Yurchenko |