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
/
eisa
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-07
ansi
jsg
5
-61
/
+24
2020-07-05
Double checking you committed the correct diff sometimes pays
krw
1
-3
/
+3
2020-07-05
Nuke struct scsi_link's "scsibus" member. The two drivers using it
krw
1
-4
/
+4
2020-01-10
remove dpt(4) driver for DPT EATA SCSI RAID
jsg
2
-214
/
+1
2017-09-08
If you use sys/param.h, you don't need sys/types.h
deraadt
3
-6
/
+3
2016-09-04
naddy discovered that bha no longer builds because it includes the now
tedu
2
-210
/
+1
2016-09-03
the src tree is growing too large. delete the aha and ahb drivers in
tedu
2
-1137
/
+1
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
mpi
1
-3
/
+1
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
mpi
1
-2
/
+1
2014-09-14
remove uneeded proc.h includes
jsg
2
-4
/
+2
2014-08-11
Fewer <netinet/in_systm.h>
mpi
1
-6
/
+2
2013-10-28
tedu FDDI support and the 3 flavors the driver for DEC devices, even
mpi
2
-245
/
+1
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2
-4
/
+2
2012-05-12
Initialize enough softc fields to give this attachment a chance to work.
miod
1
-6
/
+29
2012-03-28
Work in progress support for the SGI Indigo, Indigo 2 and Indy systems
miod
1
-10
/
+5
2011-04-05
Iopoolification to eliminate another few instances of the current
krw
1
-82
/
+31
2010-11-18
Don't
miod
1
-6
/
+2
2010-09-20
Stop doing shutdown hooks in network drivers where possible. We already
deraadt
1
-6
/
+1
2010-08-07
No "\n" needed at the end of panic() strings.
krw
2
-5
/
+5
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
krw
1
-10
/
+1
2010-06-26
Don't #include <sys/user.h> into files that don't need the stuff
guenther
2
-4
/
+3
2010-05-23
toast __arc__; we gave up on that platform around a decade ago
deraadt
1
-5
/
+2
2010-05-20
New scsi code seems to be stable. Pluck previously identified
krw
1
-7
/
+1
2010-03-23
Change the scsi_cmd function member of scsi_adapter from int to
krw
1
-11
/
+19
2010-01-10
A couple of missed ITSDONE setting before scsi_done().
krw
1
-5
/
+1
2010-01-10
Set ITSDONE in scsi_done() and zap trivial instances of setting it
krw
1
-2
/
+1
2009-11-22
Bring last drivers fully into the NO_CCB world by replacing
krw
1
-2
/
+2
2009-09-05
call scsi_done before returning COMPLETE
dlg
1
-1
/
+4
2009-08-29
remove more unneeded Debugger() calls from dev/
jasper
2
-22
/
+8
2009-08-13
- consistify cfdriver for the ethernet drivers (0 -> NULL)
jasper
1
-2
/
+2
2009-06-02
When we fail to find the controller type, don't continue on using the next
deraadt
1
-8
/
+13
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
sthen
6
-17
/
+17
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
miod
1
-5
/
+3
2009-01-21
Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).
grange
2
-5
/
+5
2009-01-11
Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n)
blambert
1
-2
/
+2
2008-11-25
Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started.
krw
1
-2
/
+2
2008-09-12
SCSI_DATA_UIO is never used. Code which checks for it is either dead or
miod
1
-65
/
+42
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2
-16
/
+2
2008-05-13
Remove commented out NetBSD __KERNEL_RCSID macro usage.
brad
1
-6
/
+1
2007-11-05
More scsi_done() at SPLBIO. Wrap another interrupt function call while
krw
1
-2
/
+6
2007-11-05
More scsi_done() at SPLBIO. If you poll by manually calling the
krw
1
-2
/
+6
2007-06-25
Fix a couple of "of of"s in comments.
tom
1
-2
/
+2
2007-05-08
ahb_debug should be inside #ifdef AHBDEBUG
deraadt
1
-1
/
+4
2007-04-10
``it's'' -> ``its'' when the grammar gods require this change.
miod
4
-9
/
+9
2006-12-21
'immediatly' -> 'immediately' in comments.
krw
1
-2
/
+2
2006-11-28
give scsi controllers a real attach args to fill in when attaching scsibus.
dlg
1
-2
/
+6
2006-06-17
add sys/timeout.h
brad
1
-1
/
+2
2006-05-30
Do not reset the board, for it will not keep the interrupt configuration the
miod
1
-6
/
+2
2005-12-03
The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is
krw
1
-2
/
+1
2005-11-23
assume vtophys(vaddr_t) just what all the other archs expect; no functional change
mickey
1
-2
/
+2
[next]