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
/
adw.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'
krw
2020-09-22
1
-4
/
+4
*
The only thing worse than trailing whitespace is leading spaces instead of tabs.
krw
2020-08-08
1
-30
/
+30
*
Move remaining scsi bus initialization info from "prototype scsi link"
krw
2020-07-20
1
-5
/
+5
*
Move the adapter related items (luns, adapter, adapter_target,
krw
2020-07-19
1
-5
/
+6
*
Access adapter softc via link->bus->sb_adapter_softc.
krw
2020-07-16
1
-4
/
+4
*
Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug
krw
2020-07-11
1
-4
/
+1
*
No need to bzero()/memset() 'struct scsibus_attach_args' variables
krw
2020-06-27
1
-2
/
+1
*
Variables 'nowait' amd 'flags' should have died in 2008 with r1.36's
krw
2020-03-10
1
-10
/
+3
*
Trailing whitespace.
krw
2020-02-18
1
-17
/
+17
*
*_minphys() functions that cap i/o sizes at a value larger than the
krw
2020-02-15
1
-12
/
+2
*
Nuke softc field 'sc_adapter" and just point sc_link's at shiney new
krw
2020-02-07
1
-8
/
+6
*
Shuffle some names around to make reading the code less headache
krw
2020-01-26
1
-2
/
+2
*
Drivers that implement their own *minphys() don't need to call the
krw
2020-01-25
1
-2
/
+1
*
If you use sys/param.h, you don't need sys/types.h
deraadt
2017-09-08
1
-2
/
+1
*
Partially revert previous mallocarray conversions that contain
dhill
2017-04-11
1
-2
/
+2
*
Convert some malloc(9) to mallocarray(9)
dhill
2017-04-09
1
-2
/
+2
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
ansify and de'register some prototypes
dhill
2012-01-11
1
-58
/
+22
*
Do not use NULL in integer comparisons. No functional change.
miod
2011-04-07
1
-2
/
+2
*
iopoolification. Tested on my Advansys ASP-3940U2W. Various eyes
krw
2010-10-03
1
-58
/
+26
*
No "\n" needed at the end of panic() strings.
krw
2010-08-07
1
-2
/
+2
*
Remove all adapter-specific 'struct scsi_device's. They are never used. First
krw
2010-06-28
1
-12
/
+1
*
xs->cmd[n] doesn't mean the n'th byte, because xs->cmd is a struct
krw
2010-06-26
1
-6
/
+4
*
New scsi code seems to be stable. Pluck previously identified
krw
2010-05-20
1
-5
/
+1
*
BUS_DMA_ZERO instead of alloc, map, bzero.
oga
2010-05-19
1
-4
/
+2
*
Change the scsi_cmd function member of scsi_adapter from int to
krw
2010-03-23
1
-7
/
+8
*
Set ITSDONE in scsi_done() and zap trivial instances of setting it
krw
2010-01-10
1
-4
/
+1
*
Missing scsi_done() in some error path returning COMPLETE; ok dlg@
miod
2009-09-04
1
-1
/
+11
*
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
-4
/
+3
*
Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).
grange
2009-01-21
1
-4
/
+4
*
Stop maintaining internal queues of received scsi_xfer structures.
krw
2008-11-26
1
-119
/
+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
-15
/
+5
*
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2008-06-26
1
-8
/
+1
*
More scsi_done() at SPLBIO. Wrap more interrupt function calls while
krw
2007-11-05
1
-1
/
+4
*
give scsi controllers a real attach args to fill in when attaching scsibus.
dlg
2006-11-28
1
-3
/
+7
*
The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is
krw
2005-12-03
1
-4
/
+1
*
Use list and queue macros where applicable to make the code easier to read;
miod
2004-12-26
1
-11
/
+11
*
remove uvm_extern.h
brad
2004-01-09
1
-3
/
+1
*
typos from Tom Cosgrove;
jmc
2003-10-21
1
-3
/
+3
*
First round of __P removal in sys
millert
2002-03-14
1
-21
/
+21
*
Remove local defines for SCSI status codes and use those now
krw
2001-11-11
1
-11
/
+11
*
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
miod
2001-11-06
1
-2
/
+2
*
Switch everything to the new bus_dmamap_sync API.
art
2001-11-05
1
-3
/
+3
*
Correct some pryntf() usage: get the correct number of arguments in the
miod
2001-09-21
1
-3
/
+3
*
Prepare for transition to 5-parameter bus_dmamap_sync() by creating and
krw
2001-08-26
1
-7
/
+9
*
Eliminate use of static functions in line with normal OpenBSD
krw
2001-07-11
1
-43
/
+43
*
allocate memory w/ NOWAIT during autoconf time and check for NULL return
mickey
2001-05-16
1
-2
/
+5
[next]