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
/
pci
/
ips.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sizes for free(); ok sthen
deraadt
2015-09-10
1
-4
/
+5
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian
deraadt
2014-07-13
1
-3
/
+3
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-4
/
+4
*
Backout a bunch of my SCSI commits from c2k11. At least one of these
matthew
2011-07-17
1
-3
/
+3
*
First batch of converting SCSI HBAs from setting saa_targets and
matthew
2011-07-08
1
-2
/
+2
*
Call bzero(&saa, sizeof(saa)) each time we use saa to attach
matthew
2011-07-05
1
-2
/
+2
*
move ips to iopools. its the usual drill, io between volumes is now
dlg
2011-04-06
1
-85
/
+33
*
Force openings to 1 for devices that can't do tagged i/o, i.e. more
krw
2010-10-12
1
-1
/
+2
*
Use SSD_ERRCODE_CURRENT instead of magic 0x70.
krw
2010-09-20
1
-2
/
+2
*
make this compile with SMALL_KERNEL
deraadt
2010-07-01
1
-6
/
+7
*
Change scsibus(4)'s scsi_link array to an SLIST to save memory on
matthew
2010-07-01
1
-4
/
+5
*
Use a SLIST for the ccb free list.
mk
2010-06-30
1
-10
/
+10
*
Remove all adapter-specific 'struct scsi_device's. They are never used. First
krw
2010-06-28
1
-17
/
+1
*
dont pass the dev_t from the scsi device drivers into the midlayer for
dlg
2010-06-15
1
-5
/
+3
*
New scsi code seems to be stable. Pluck previously identified
krw
2010-05-20
1
-15
/
+1
*
update a random sampling of drivers after the proc.h -> systm.h move
tedu
2010-04-06
1
-2
/
+1
*
Change the scsi_cmd function member of scsi_adapter from int to
krw
2010-03-23
1
-24
/
+31
*
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
krw
2010-01-09
1
-3
/
+1
*
Reorganize NBIO and SMALL_KERNEL handling again but this time without
grange
2009-03-23
1
-15
/
+18
*
unbreak ramdisk builds in a way i guess might work
deraadt
2009-03-22
1
-3
/
+1
*
Update volume info on every bio call instead of waiting for the
grange
2009-03-22
1
-5
/
+11
*
Don't show rebuild status for offline volumes.
grange
2009-03-22
1
-3
/
+1
*
Put recently added bio and sensors stuff under #if NBIO > 0 and
grange
2009-03-22
1
-2
/
+6
*
If rebuild is active set volume state to ``rebuild''.
grange
2009-03-21
1
-2
/
+4
*
Report rebuild progress only if rebuild is active.
grange
2009-03-21
1
-2
/
+2
*
IPS_MAXTARGETS should be 16, not 15.
grange
2009-03-21
1
-5
/
+5
*
Be smart when attaching pass-through scsibuses. Use configuration
grange
2009-03-21
1
-14
/
+24
*
Looks like the ``params'' field in the physical device description
grange
2009-03-21
1
-3
/
+5
*
When calculating physical disk size use its number of sectors
grange
2009-03-20
1
-2
/
+2
*
Detect unused and hot-spare drives.
grange
2009-03-20
1
-12
/
+44
*
Support bio ``unused'' drives.
grange
2009-03-20
1
-1
/
+2
*
Cleanup physical drive states handling.
grange
2009-03-20
1
-12
/
+15
*
Fetch rebuild status only for degraded or offline volumes.
grange
2009-03-20
1
-7
/
+16
*
For rebuilds use a special REBUILD command instead of a generic
grange
2009-03-19
1
-3
/
+31
*
For pass-through commands adjust timeout value to what controller
grange
2009-03-19
1
-4
/
+14
*
Unify command id printing.
grange
2009-03-19
1
-4
/
+5
*
Make ips_timeout to be usable not only with scsi xfers.
grange
2009-03-19
1
-13
/
+13
*
Remove unused code.
grange
2009-03-19
1
-65
/
+1
*
Keep softc pointer in ccb because it requires some work to correctly
grange
2009-03-18
1
-2
/
+4
*
Provide both errno.h codes for the userspace tools like bioctl
grange
2009-03-17
1
-21
/
+52
*
Fix compilation without bio(4).
grange
2009-03-17
1
-1
/
+5
*
Implement bioctl volume management: rebuild and hotspare.
grange
2009-03-16
1
-5
/
+109
*
When doing pass-through calculate right xs->resid value based on
grange
2009-03-16
1
-4
/
+7
*
Don't set error on data underrun. This tiny change allowed scsi tape
grange
2009-03-16
1
-1
/
+7
*
Remove redundant DPRINTF from ips_morpheus_isintr.
grange
2009-03-16
1
-7
/
+3
*
IPS_SCSI_PT flag not used any more.
grange
2009-03-16
1
-3
/
+1
*
Cleanup error processing:
grange
2009-03-15
1
-102
/
+96
*
Add SCSI pass-through and enclosure support. Tested on lpinto's
grange
2009-03-13
1
-3
/
+214
*
Some preparation steps for SCSI pass-through support:
grange
2009-03-13
1
-32
/
+64
[next]