index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pv
Age
Commit message (
Expand
)
Author
2017-01-05
Checking whether mbuf list is empty is done by the if_input now
Mike Belopuhov
2017-01-05
Microsoft has allocated us a SubID that we can use to identify OpenBSD
Mike Belopuhov
2017-01-05
Don't let producer index become equal with the consumer when writing
Mike Belopuhov
2016-12-23
Implement disk detaching
Mike Belopuhov
2016-12-21
Remove the rwlock paranoia since we're under KERNEL_LOCK anyway
Mike Belopuhov
2016-12-19
Implement interface detaching
Mike Belopuhov
2016-12-19
Add experimental support for device hot-plugging
Mike Belopuhov
2016-12-16
When running on Azure, the initial timesync "sync" message is not correct,
Reyk Floeter
2016-12-15
fix build when DIAGNOSTIC is not defined
Jonathan Gray
2016-12-14
Various typos and minor cleanup
Mike Belopuhov
2016-12-13
Use new xs_{get,set}num functions instead of hand-rolled weirdness
Mike Belopuhov
2016-12-13
Bounce unaligned transfer data through a scratch buffer
Mike Belopuhov
2016-12-13
Poll until the ITSDONE flag is set on the transfer
Mike Belopuhov
2016-12-10
Bring back the sector count variable as it's used in the debug printf
Mike Belopuhov
2016-12-10
Don't fail if optional feature properties aren't found
Mike Belopuhov
2016-12-09
Convert to the new xs_{get,set}num XenStore API
Mike Belopuhov
2016-12-09
Convert to the new xs_{get,set}num XenStore API
Mike Belopuhov
2016-12-09
New XenStore public API function to read numeric values
Mike Belopuhov
2016-12-08
Silence scan-build; with prodding from jsg@
Mike Belopuhov
2016-12-07
Add required padding to the response descriptor
Mike Belopuhov
2016-12-07
Response status field is signed; adjust the debug message
Mike Belopuhov
2016-12-07
Fall back to the minimum amount of ring pages
Mike Belopuhov
2016-12-07
splbio isn't doing us any good here and prevents polling from working
Mike Belopuhov
2016-12-07
Add xbf(4)
Mike Belopuhov
2016-12-07
A driver for Xen Blkfront heavily based on vdsk(4) from kettenis@
Mike Belopuhov
2016-12-07
Add a simple mechanism to poll for a change in the property value
Mike Belopuhov
2016-12-07
Factor out the polling loop into a separate function
Mike Belopuhov
2016-12-07
Return proper error values from xs_{get,set}prop
Mike Belopuhov
2016-12-07
Remove some leftovers from before the dynamic grant table code
Mike Belopuhov
2016-12-06
The kvop is not mandatory to query the type, fixes hostctl -t on vmm(4) VMs.
Reyk Floeter
2016-12-02
Sinc rings are created during attach memory allocations shouldn't sleep
Mike Belopuhov
2016-11-29
Stop exposing xen_softc to PV devices directly
Mike Belopuhov
2016-11-29
Don't expose the xen_softc pointer in the XenStore transaction struct
Mike Belopuhov
2016-11-29
Replace the hand-rolled semaphore with a read-write lock
Mike Belopuhov
2016-11-23
Move as much code out of a startup hook as possible
Mike Belopuhov
2016-11-23
M_*WAIT* flags cannot be treated as boolean values
Mike Belopuhov
2016-11-23
Disable debugging output
Mike Belopuhov
2016-11-22
Use CPUID flags to determine working components
Mike Belopuhov
2016-11-16
Always attempt to restart the transmission when OACTIVE is set
Mike Belopuhov
2016-11-14
Bump the number of TX descriptors to 256
Mike Belopuhov
2016-11-14
Minor cleanup, remove unused structure members
Mike Belopuhov
2016-11-11
Reorder atomic operations dealing with sc_tx_avail
Mike Belopuhov
2016-11-10
Set the reserved field to zero
Mike Belopuhov
2016-11-10
Restart the IFQ transmit routine only once per interrupt
Mike Belopuhov
2016-11-10
RNDIS data command is always the same and can be reused
Mike Belopuhov
2016-11-10
Don't forget to set the descriptor ready flag after decapsulation
Mike Belopuhov
2016-11-08
Reserve extra space for the bufring header structure
Mike Belopuhov
2016-11-07
Handle IP address information requests
Mike Belopuhov
2016-11-03
Support for key removal and value update operations
Mike Belopuhov
2016-11-03
Add locks to key-value pair pools
Mike Belopuhov
[next]