summaryrefslogtreecommitdiff
path: root/usr.sbin/gpioctl
AgeCommit message (Expand)Author
2019-10-20Be consistent in not marking up "GPIO".wiz
2019-10-20gpioctl: implement support for "gpioctl gpioN list". Like pcictl(8).tnn
2019-02-13Bump date for previous.wiz
2019-02-12Document options to select alternate GPIO modes.mlelstv
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-10-19add __RCSIDchristos
2018-05-19Overhaul of GPIO interrupt support (that wasn't even used by anything).thorpej
2016-04-05Fix pasto for GPIO_PIN_EVENTS/GPIO_PIN_LEVEL/GPIO_PIN_FALLINGbouyer
2015-12-06pass new pin configuration flags to driver.mlelstv
2015-01-29use strtonum from libc (Kamil Rytarowski)christos
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2013-07-20Use Mt for email addresses.wiz
2013-05-19Make it easier to use gpioctl(8) in shell scripts: Add a -s flag whichmbalmer
2013-05-19Remove stray 'To'.mbalmer
2011-11-13Fix a "lonely name".mbalmer
2011-11-13Remove software pulsing in gpio(4), this functionality is now providedmbalmer
2011-11-12Second part of typo fixing cycle...mbalmer
2011-11-12Fix typo.mbalmer
2011-10-06Sort SEE ALSO.wiz
2011-10-03Remove the GPIODETACH gpio(4) ioctl (it is still available in COMPAT_50) andmbalmer
2011-10-02It's actually 'the flag locator', not 'flags' (as 'flags' can not be usedmbalmer
2011-10-02Add a ga_flags field to the gpio_attach structure to hand drivermbalmer
2011-09-15Bump (c) year.mbalmer
2011-08-30static + __deadjoerg
2011-08-28Use Cm to mark up command arguments. Use An -nosplit to avoid linebreak in se...wiz
2011-08-28Add a new ioctl, GPIOPULSE to gpio(4) to allow for pulsing a pin.mbalmer
2011-08-12use my NetBSD email addressmbalmer
2011-08-12Make some functions static, use getprogname() instead ofmbalmer
2009-09-25Rename 'pulse' to 'pulsate' to make clear it is a continuous strain ofmbalmer
2009-09-25Jonatha Kollasch has a GPIO device that can pulse the output lines.mbalmer
2009-07-25Reworked gpioctl(8) command to reflect recent gpio(4) changes.mbalmer
2009-04-22Enable WARNS=4 by default, except for:lukem
2008-01-09Staticify fully now.xtraeme
2008-01-09KNF: bzero -> memset, use EXIT_{FAILURE,SUCCESS}, setprogname() andxtraeme
2008-01-09Pass WARNS=4.xtraeme
2008-01-09Add support for GPIO_PIN_PULLDOWN, GPIO_PIN_INVIN, GPIO_PIN_INVOUT,xtraeme
2008-01-09Xref gcscpcib(4).xtraeme
2005-09-27Remove default argument from .Nm. Add a missing article. Mention NetBSD import.wiz
2005-09-27Import userland utility for playing with gpio devices. From OpenBSD.jmcneill