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
/
isa
/
seagate.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
Iopoolification of some less common scsi drivers.
krw
2011-04-03
1
-52
/
+26
*
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
/
+1
*
New scsi code seems to be stable. Pluck previously identified
krw
2010-05-20
1
-8
/
+1
*
Change the scsi_cmd function member of scsi_adapter from int to
krw
2010-03-23
1
-7
/
+10
*
A couple of missed ITSDONE setting before scsi_done().
krw
2010-01-10
1
-5
/
+1
*
Set ITSDONE in scsi_done() and zap trivial instances of setting it
krw
2010-01-10
1
-2
/
+1
*
Make sure the scsi_xfer timeout always get initialized with timeout_set(),
miod
2009-09-24
1
-5
/
+3
*
scsi_done before COMPLETE.
dlg
2009-09-05
1
-1
/
+4
*
Make this compile when SEA_ASSEMBLER is not defined.
jsg
2009-08-09
1
-3
/
+5
*
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
miod
2009-02-16
1
-2
/
+2
*
Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).
grange
2009-01-21
1
-2
/
+2
*
Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n)
blambert
2009-01-11
1
-2
/
+2
*
Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started.
krw
2008-11-25
1
-2
/
+2
*
More scsi_done() at SPLBIO.
krw
2007-11-05
1
-1
/
+4
*
More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where
krw
2007-10-01
1
-4
/
+2
*
ansify/de-register
jasper
2007-06-29
1
-72
/
+39
*
give scsi controllers a real attach args to fill in when attaching scsibus.
dlg
2006-11-28
1
-2
/
+6
*
The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is
krw
2005-12-03
1
-2
/
+1
*
Use list and queue macros where applicable to make the code easier to read;
miod
2004-12-26
1
-16
/
+14
*
First round of __P removal in sys
millert
2002-03-14
1
-20
/
+20
*
remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok.
fgsch
2001-08-26
1
-4
/
+3
*
recieve -> receive
nate
2001-06-27
1
-2
/
+2
*
new timeouts
mickey
2001-01-29
1
-34
/
+37
*
Fix clobbers so that GENERIC may compile with egcs.
espie
1999-01-31
1
-10
/
+15
*
Die, NEWCONFIG
niklas
1999-01-07
1
-4
/
+1
*
$OpenBSD$
niklas
1997-11-07
1
-0
/
+2
*
added const to second parameter of cfprint_t routines
kstailey
1996-11-23
1
-2
/
+2
*
verbosity during probe is dumb
deraadt
1996-05-27
1
-1
/
+1
*
sync 0521
deraadt
1996-05-26
1
-0
/
+1
*
sync with 0504 -- prototypes and bus.h
deraadt
1996-05-07
1
-3
/
+7
*
partial sync with netbsd 960418, more to come
deraadt
1996-04-21
1
-6
/
+10
*
Fix back wrong patches.
mickey
1996-03-20
1
-1
/
+1
*
Merging w/ NetBSD 021796.
mickey
1996-03-19
1
-1
/
+1
*
Pass device name to interrupt establish routines so it can be recorded in
tholo
1996-02-20
1
-1
/
+1
*
from netbsd:
deraadt
1995-12-27
1
-2
/
+2
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+1433