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
/
siop.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sizes for free(); ok semarie
deraadt
2015-09-09
1
-10
/
+6
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
Use <sys/endian.h> instead of <machine/endian.h>
guenther
2014-12-19
1
-2
/
+2
*
Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian
deraadt
2014-07-13
1
-2
/
+2
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-10
/
+10
*
Fix edge cases of uninitialized variables. In my tree for too long, I even
miod
2013-05-27
1
-2
/
+5
*
a bit more ansi; ok tedu
deraadt
2011-06-23
1
-2
/
+2
*
pull the dmamam wrapper in from all my other drivers and use it to replace
dlg
2011-04-05
1
-44
/
+92
*
Manuel Bouyer rescinded clauses 3 and 4 of his license text.
jsg
2010-07-23
1
-6
/
+1
*
siop sets XS_NO_CCB when it fails to allocate device state when commands
dlg
2010-07-06
1
-54
/
+61
*
timeout_add -> timeout_add_msec
blambert
2010-07-02
1
-7
/
+3
*
Remove all adapter-specific 'struct scsi_device's. They are never used. First
krw
2010-06-28
1
-9
/
+1
*
Always initialize the ccb provided by the scsi layer into the proper
krw
2010-06-03
1
-1
/
+7
*
modify siop to provide an iopool as a way for the midlayer to manage
dlg
2010-04-06
1
-20
/
+43
*
Change the scsi_cmd function member of scsi_adapter from int to
krw
2010-03-23
1
-10
/
+19
*
Set ITSDONE in scsi_done() and zap trivial instances of setting it
krw
2010-01-10
1
-2
/
+1
*
Don't try to be clever and mix tag queueing mechanisms. Few if any
krw
2009-11-26
1
-8
/
+2
*
Bring last drivers fully into the NO_CCB world by replacing
krw
2009-11-22
1
-5
/
+5
*
Put ccb back on free list if we bail out because we can't map the
krw
2009-01-18
1
-1
/
+3
*
Don't lose ccb's if there are problems allocating the structures needed
krw
2009-01-18
1
-16
/
+18
*
Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out.
krw
2008-11-24
1
-2
/
+2
*
Fix redundant device name and/or target printing after calling
miod
2008-08-31
1
-3
/
+3
*
The obvious bzero/memset -> M_ZERO changes.
krw
2007-09-07
1
-12
/
+7
*
Add support for the (non-pci) NCR 53c720/770 in big-endian mode.
kettenis
2007-08-05
1
-70
/
+85
*
turn off SIOP_STATS; ok krw
deraadt
2007-05-08
1
-2
/
+2
*
'immediatly' -> 'immediately' in comments.
krw
2006-12-21
1
-2
/
+2
*
give scsi controllers a real attach args to fill in when attaching scsibus.
dlg
2006-11-28
1
-2
/
+7
*
- fix and prettify SIOP_DEBUG
martin
2006-05-22
1
-6
/
+11
*
The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is
krw
2005-12-03
1
-6
/
+1
*
Un-revert backout to 20051009 and add patches from Martin Bouyer to
krw
2005-11-20
1
-37
/
+86
*
revert to 20051009 for now, need to investigate strange behaviour with
martin
2005-11-03
1
-58
/
+35
*
Add handling for IGNORE WIDE RESIDUE messages. Actually calculate
krw
2005-10-10
1
-35
/
+58
*
'dma' -> 'DMA' (wiz via NetBSD), save a test after TAILQ_FOREACH() by
krw
2005-10-08
1
-19
/
+17
*
use TAILQ_FOREACH
martin
2005-03-12
1
-3
/
+2
*
De-inline siop. Shrinks almost 1K on i386.
krw
2004-10-13
1
-8
/
+22
*
Save a couple of hundred bytes (on i386) by putting the definition of
krw
2004-07-31
1
-1
/
+5
*
Do not negotiate or use non-async transfer rates until probing (i.e.
krw
2004-07-30
1
-3
/
+6
*
Rework SCSI_POLL/INQUIRY logic to make it more readable, not least by
krw
2004-04-25
1
-44
/
+48
*
Fix cut/paste typo in error message.
krw
2004-04-18
1
-2
/
+2
*
Restore siop's (and possibly others) ability to negotiate tags/wide/sync by
krw
2004-04-18
1
-2
/
+10
*
typos from Tom Cosgrove;
jmc
2003-10-21
1
-6
/
+6
*
go back to non-raw busdma load as some archs still do not have load_raw
mickey
2003-10-09
1
-3
/
+3
*
e own SIOP_DEBUG define instea of the system-wide one;
mickey
2003-09-29
1
-24
/
+18
*
Don't dma map the xs->cmd. Copy it to a safe buffer that is already
krw
2003-07-01
1
-48
/
+22
*
Fix a bug which would promote a target from TARST_PROBING to
krw
2003-06-28
1
-29
/
+30
*
Fix erroneous handling of i/o's during a reset.
krw
2003-06-09
1
-24
/
+21
*
bzero() siop_target structure after malloc().
krw
2003-01-21
1
-1
/
+2
*
Fix complete botch in handling of 'openings'.
krw
2002-12-23
1
-2
/
+2
*
From NetBSD (bouyer@):
krw
2002-11-16
1
-3
/
+6
*
Resync siop with NetBSD. Make strong effort to minimize
krw
2002-09-16
1
-643
/
+716
[next]