summaryrefslogtreecommitdiffstats
path: root/usr.sbin/gpioctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* add bcmgpio to the gpio manpage and install gpioctl manpage on arm64 toomartin2020-05-161-2/+2
* correct flags example; from artturi almjmc2018-03-121-6/+4
* Build gpioctl(8) and hotplugd(8) on arm64.jsg2017-01-231-3/+4
* bzero -> memset. No binary change.mmcc2015-12-261-8/+8
* add some missing .Cm macros and drop some redundant .Bk while hereschwarze2015-09-111-13/+20
* +.An -nosplitjmc2013-11-201-2/+3
* enable gpioctl(8) for armv7, and add associated devices on armv7/sunxi.aalm2013-10-271-3/+4
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-4/+4
* - sync usage() and SYNOPSISjmc2011-10-042-24/+26
* Add a 'flag' locator to gpioiic(4), and define a first flagmatthieu2011-10-032-13/+22
* do not use gcc -W options which you do not understandderaadt2010-07-201-2/+2
* build on amd64 alsojsg2009-08-101-3/+3
* need set argument now in this example; ok mbalmer@stevesk2008-12-051-3/+3
* clarify GPIO device specification. with input from jmc; ok mbalmer@ jmc@stevesk2008-12-031-1/+9
* delete unused prototype, from lint; ok mbalmer@stevesk2008-12-031-2/+1
* there is no longer a default GPIO device; ok mbalmer@ jmc@stevesk2008-12-031-8/+2
* Fix output.mbalmer2008-11-301-2/+2
* Allow the words "on", "off", or "toggle" to be used instead of thembalmer2008-11-292-9/+29
* Reorder variables, add my copyright.mbalmer2008-11-261-8/+6
* Use the new gpio(4) semantics and change the command line syntax to ambalmer2008-11-262-167/+203
* - tweak previousjmc2008-11-242-54/+51
* Add and document -A and -D options to attach or detach devices atmbalmer2008-11-242-6/+103
* GPIO pins can be programmed to invert input or output on some devices.mbalmer2007-11-172-2/+8
* GPIO improvements:jmc2007-11-171-5/+2
* pull-down (GPIO_PIN_PULLDOWN) is a valid flags for some GPIO devices,mbalmer2007-11-172-3/+6
* convert to new .Dd format;jmc2007-05-311-2/+2
* use strtonum() to avoid out of range values, way simpler than thederaadt2007-03-181-6/+7
* for macppc too; from ghz@darkdata.orgderaadt2006-11-291-2/+2
* amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spreadhenning2006-07-251-2/+2
* Unbreak; noticed by evol@online.ptt.ru.grange2005-11-171-2/+2
* no need for -h, any illegal option is finederaadt2005-11-162-11/+7
* move this page to a standard options list;jmc2005-11-161-38/+37
* gpioctl can work on macppc tooderaadt2005-11-161-2/+2
* tweaks from wiz@netbsdjmc2005-09-271-4/+3
* Document -q and -h options, noticed by Matt Peterson <matt@eff.org>.grange2004-12-021-1/+10
* Fix typo (termal -> thermal). From bob at cemetery dot homeunix dot org.aaron2004-11-031-2/+2
* .Xr elansc(4) here toogrange2004-09-211-1/+2
* spacingderaadt2004-08-081-4/+4
* various tweaks;jmc2004-06-041-33/+37
* gpioctl -- program to control GPIO devices.grange2004-06-033-0/+413