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