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
*
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
*
No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)
ho
2001-05-16
1
-8
/
+4
*
Update the adw driver to use the latest version of firmware (3.3f).
krw
2001-04-11
1
-2
/
+2
*
Typo police:
krw
2001-02-22
1
-7
/
+7
*
Tone down the verbosity level slightly on the adw driver, print
krw
2001-02-20
1
-64
/
+40
*
Initialize xs->stimeout, even when polling
krw
2001-01-22
1
-4
/
+4
*
Use xs->stimeout instead of adding a struct timeout to ccb
krw
2001-01-15
1
-9
/
+10
*
This update should cause the adw driver to:
krw
2000-12-08
1
-129
/
+149
*
This fixes a problem that caused DMA errors from shortly before
krw
2000-11-10
1
-2
/
+2
*
Reseting -> Resetting
krw
2000-10-15
1
-3
/
+3
*
Remove #ifdef/#endif around various bits of INQUIRY response
krw
2000-09-06
1
-5
/
+1
*
sync to NetBSD:
krw
2000-07-22
1
-3
/
+4
*
Sync adw files with (almost) latest NetBSD versions:
krw
2000-06-29
1
-240
/
+396
*
add $ tag
krw
2000-04-29
1
-0
/
+1
[next]