index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
gpio
/
gpio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test for device_lookup() returning NULL in gpioioctl() and gpioclose().
jsg
2017-08-18
1
-1
/
+7
*
simple sizes for free()
deraadt
2015-08-27
1
-6
/
+5
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-3
/
+3
*
Add a 'flag' locator to gpioiic(4), and define a first flag
matthieu
2011-10-03
1
-1
/
+3
*
submatch functions used with config_found_sm() are required to invoke the
miod
2009-08-29
1
-2
/
+5
*
Add my copyright here, too.
mbalmer
2008-11-26
1
-1
/
+2
*
Change the semantics of gpio(4) devices by locking down pin
mbalmer
2008-11-26
1
-40
/
+149
*
- Add two new ioctls to gpio(4), GPIOATTACH and GPIODETACH, to allow to attach
mbalmer
2008-11-24
1
-4
/
+47
*
Don't allow to change gpio pin state if /dev/gpio was opened
grange
2006-03-26
1
-1
/
+11
*
Add gpio_pin_caps() method to provide pin capabilities.
grange
2006-01-14
1
-1
/
+9
*
Finish framework for attaching kernel drivers to the GPIO pins.
grange
2006-01-05
1
-5
/
+86
*
Let gpio_detach() do something useful.
grange
2004-11-23
1
-2
/
+14
*
added detach function to support hotpluggable gpios.
reyk
2004-11-22
1
-2
/
+10
*
Tweak in comment.
grange
2004-09-15
1
-2
/
+2
*
A framework for supporting various General Purpose Input/Output (GPIO)
grange
2004-06-03
1
-0
/
+241