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
/
onewire
/
onewire.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
provide size to free(9)
deraadt
2017-04-03
1
-2
/
+2
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-2
/
+2
*
simplify kthread_create(). no more stdarg
deraadt
2013-11-18
1
-2
/
+2
*
Fix various glitches in queue macro usage.
guenther
2013-04-10
1
-4
/
+2
*
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
matthew
2011-07-03
1
-3
/
+1
*
Get rid of devact enum, substitute it with an int and coresponding defines.
pirofti
2009-10-13
1
-3
/
+3
*
Remember the id of all devices found, not only those for which a driver
miod
2009-01-02
1
-10
/
+10
*
Allow a 1-Wire controller to request an immediate scan, and also to prevent
miod
2008-04-07
1
-1
/
+11
*
MALLOC -> malloc
gilles
2007-10-09
1
-4
/
+4
*
Rework bus scanning code so that most of work could be offloaded
grange
2006-10-08
1
-67
/
+90
*
Reduce max number of devices per bus to 16.
grange
2006-09-30
1
-2
/
+2
*
Allow to offload the match rom command to hardware.
grange
2006-09-30
1
-1
/
+6
*
Convert from using lockmgr to rwlock.
grange
2006-09-30
1
-8
/
+8
*
Extend bus master interface so that block read/write operations
grange
2006-09-29
1
-19
/
+29
*
Fix a nasty bug in the search algorithm, i was just lucky not to spot it
grange
2006-08-03
1
-7
/
+11
*
Dallas 1-Wire bus support. Includes the following drivers:
grange
2006-03-04
1
-0
/
+452