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
/
ic
/
uha.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
If you use sys/param.h, you don't need sys/types.h
deraadt
2017-09-08
1
-2
/
+1
*
uha_init_mscp() is unused.
deraadt
2017-07-26
1
-28
/
+3
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
Initialize variables before use. And if initializing, use the correct
krw
2011-10-25
1
-3
/
+3
*
Iopoolification of some less common scsi drivers.
krw
2011-04-03
1
-64
/
+27
*
No "\n" needed at the end of panic() strings.
krw
2010-08-07
1
-2
/
+2
*
Use SLIST instead of TAILQ for the ccb free list.
mk
2010-06-30
1
-6
/
+6
*
Remove all adapter-specific 'struct scsi_device's. They are never used. First
krw
2010-06-28
1
-10
/
+1
*
Don't #include <sys/user.h> into files that don't need the stuff
guenther
2010-06-26
1
-2
/
+2
*
New scsi code seems to be stable. Pluck previously identified
krw
2010-05-20
1
-5
/
+1
*
Change the scsi_cmd function member of scsi_adapter from int to
krw
2010-03-23
1
-7
/
+11
*
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
krw
2010-01-09
1
-3
/
+1
*
Missing scsi_done() in some error path returning COMPLETE; ok dlg@
miod
2009-09-04
1
-1
/
+5
*
remove more unneeded Debugger() calls from dev/
jasper
2009-08-29
1
-7
/
+2
*
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
miod
2009-02-16
1
-5
/
+3
*
Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out.
krw
2008-11-24
1
-2
/
+2
*
SCSI_DATA_UIO is never used. Code which checks for it is either dead or
miod
2008-09-12
1
-67
/
+47
*
give scsi controllers a real attach args to fill in when attaching scsibus.
dlg
2006-11-28
1
-9
/
+6
*
The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is
krw
2005-12-03
1
-2
/
+1
*
assume vtophys(vaddr_t) just what all the other archs expect; no functional change
mickey
2005-11-23
1
-2
/
+2
*
miscellaneous typo fixes:
jfb
2005-02-17
1
-2
/
+2
*
Use list and queue macros where applicable to make the code easier to read;
miod
2004-12-26
1
-3
/
+3
*
First round of __P removal in sys
millert
2002-03-14
1
-8
/
+8
*
new timeouts
mickey
2001-02-03
1
-1
/
+2
*
make it compile again
mickey
1997-04-13
1
-3
/
+3
*
Adaption to new bus.h from NetBSD. Various driver has been updated to
niklas
1996-11-28
1
-0
/
+558