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
/
amivar.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Nuke unused struct scsi_link members of adapter softc's where the
krw
2020-07-22
1
-3
/
+1
*
Cache a pointer to the scsibus_softc rather than hoping the copy in
krw
2020-07-11
1
-1
/
+2
*
cut ami over to iopools.
dlg
2010-06-23
1
-1
/
+3
*
switch ami over to using mutexes instead of splbio to protect itself. this
dlg
2010-06-23
1
-4
/
+6
*
protect the ccb free list with its own mutex.
dlg
2010-06-21
1
-2
/
+4
*
gc unused variable
dlg
2010-06-04
1
-2
/
+1
*
Major overhaul of bio.
marco
2008-10-28
1
-3
/
+10
*
the success of a command is reported in the mbox, but not passed on to the
dlg
2008-04-10
1
-1
/
+2
*
split userland & kernel struct sensor/sensordev so that the addition
deraadt
2007-03-22
1
-3
/
+3
*
convert to our locks to rwlocks.
dlg
2007-01-27
1
-2
/
+2
*
adapt to new two-level sensor api; Constantine A. Murenin
deraadt
2006-12-23
1
-1
/
+4
*
rewrite how the sensors are created. previously they would wait for io to
dlg
2006-06-28
1
-3
/
+2
*
the maximum possible number of ccbs that a megaraid can use (126 of them)
dlg
2006-05-21
1
-2
/
+2
*
get rid of the ccb list typedef. while here switch to TAILQ_HEAD instead
dlg
2006-04-20
1
-3
/
+3
*
this is the proper fix for krws bug. i feel kinda bad taking the commit
dlg
2006-04-20
1
-3
/
+2
*
Display logical disk status in sysctl. Now one can use sensorsd to
marco
2006-04-18
1
-1
/
+6
*
we never use what the ccb completion functions return, so make them all
dlg
2006-03-29
1
-2
/
+2
*
finer grained use of splbio in the ioctl paths. only use it when dealing
dlg
2006-03-20
1
-2
/
+3
*
shrink the ccb even more. instead of having a "wakeup" member to say when
dlg
2006-03-20
1
-4
/
+2
*
remove the bits in the ccb for generalised handling of dmaable memory.
dlg
2006-03-20
1
-9
/
+2
*
this is a really large reworking of how ami works in terms of submitting
dlg
2006-03-19
1
-3
/
+5
*
split the completion path up. its now the responsibility of the the path
dlg
2006-03-17
1
-1
/
+3
*
remove the last remnants of AMI_POLLING
dlg
2006-03-17
1
-2
/
+1
*
use consistent naming for members of the softc struct
dlg
2005-12-13
1
-4
/
+4
*
knf
dlg
2005-12-12
1
-3
/
+3
*
another go at cleaning up bus_dma usage.
dlg
2005-12-10
1
-4
/
+14
*
Move bus_dma from pa to dva. I wrote the initial diff with an ok from dlg@
marco
2005-11-26
1
-3
/
+1
*
make this easier for me to read by changing the locking to use the bare
dlg
2005-11-23
1
-6
/
+1
*
replace the two separate dmamem allocations for the passthrough commands
dlg
2005-10-02
1
-15
/
+26
*
spacing
dlg
2005-09-30
1
-55
/
+58
*
remove the dmamap used for iocmds since they were only copied into the
dlg
2005-09-30
1
-9
/
+4
*
allocate and map the mbox separately to the iocmds used by the ccbs.
dlg
2005-09-26
1
-1
/
+4
*
1.82 again; dont use the scsi xfer to decide if we should dma_sync.
dlg
2005-09-25
1
-1
/
+4
*
revert 1.82 and 1.83 of ami.c and 1.26 of amivar.h since it seems to be
dlg
2005-09-22
1
-5
/
+2
*
dont use the scsi xfer in ami_done to figure out if we have to sync a
dlg
2005-09-21
1
-2
/
+5
*
remove the bits in the ccb that were needed to support scsi commands on
dlg
2005-09-21
1
-7
/
+1
*
allocate space in each ccb to store a passthrough command
dlg
2005-09-21
1
-1
/
+7
*
replace the pointer mess used to handle wakeups on ccbs with a real flag
dlg
2005-09-19
1
-2
/
+2
*
Don't fake MODE SENSE page 4 info inside raid drivers, just let sd
krw
2005-09-15
1
-3
/
+1
*
Fix some tsleep magic. Code done by krw@
marco
2005-08-31
1
-4
/
+2
*
Make ioctls stop polling for completion. This enhances the responsiveness
marco
2005-08-31
1
-1
/
+4
*
unfortunately large fixes to memleaks caused by abuse of incomplete
dlg
2005-08-30
1
-3
/
+1
*
Add global hot spare support.
marco
2005-08-15
1
-1
/
+2
*
Add ses link. Tested and ok deraadt@
marco
2005-08-08
1
-1
/
+4
*
Add devices to structures.
marco
2005-08-08
1
-1
/
+2
*
Add support for SCSI pass-through commands for enclosure and processor devices
marco
2005-08-05
1
-2
/
+9
*
Redo bioctl because initial implementation was too complex.
marco
2005-07-29
1
-1
/
+1
*
revert marcos bio changes, mickey not ok
dlg
2005-07-18
1
-2
/
+1
*
Rip out all previous bio code because it sucked. Replaced all ioctl code in
marco
2005-07-18
1
-1
/
+2
*
NBIO > 0 the bioctl code.
marco
2005-06-28
1
-1
/
+2
[next]