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
/
arch
/
sparc64
/
dev
Age
Commit message (
Expand
)
Author
2014-02-21
spelling
Theo de Raadt
2014-01-24
If hv_ldc_copy() fails copying data set report status as EIO and acknowledge
Mark Kettenis
2014-01-24
Add support for BUS_INTR_ESTABLISH_MPSAFE.
Mark Kettenis
2014-01-24
Add support for BUS_INTR_ESTABLISH_MPSAFE.
Mark Kettenis
2014-01-23
Eleminate the last workq usage here.
Mark Kettenis
2014-01-23
Switch to task queues, except for one little corner case that I need to think
Mark Kettenis
2014-01-23
Don't blindly continue if and hv_ldc_copy() call fails. For now, simply
Mark Kettenis
2014-01-23
Use MIN() instead of min() as we're dealing with 64-bit types.
Mark Kettenis
2014-01-22
Do not assume the data buffers handed down to us from the SCSI midlayer are
Mark Kettenis
2014-01-22
Only kick the iopool if we've just established a new connection to the server.
Mark Kettenis
2014-01-22
this gets rid of NO_CCB in vdsk. it considers space on the tx ring
David Gwynne
2014-01-22
Use extent_alloc_subregion_with_descr(9). This should make bus_dmamap_load(9)
Mark Kettenis
2014-01-21
enable MPSAFE interrupts on pyro. it seems to work ok.
David Gwynne
2013-11-21
remove the #define b_cylinder b_resid from bufs. i hated the
David Gwynne
2013-11-02
replace bare use of disksort with a bufq, modelled on the sys/dev/isa/fd.c
David Gwynne
2013-11-01
Drop zsaddr[NZS] and the need for zs to be needs-count. zsaddr[] is no longer
Miod Vallat
2013-11-01
Sprinkle (long long) casts where %lld is being used to print daddr_t
Kenneth R Westerback
2013-10-21
Fix lies in comments, and apply some KNF and unused or duplicate prototype
Miod Vallat
2013-10-21
Add load_font and list_font accessops to all rasops-based wsdisplay drivers.
Miod Vallat
2013-10-20
Use C99 named initializers for struct wsdisplay_accessops fields.
Miod Vallat
2013-10-20
(daddr_t) -> (u_int64_t) when multiplying ncylinders * secpercyl to
Kenneth R Westerback
2013-10-18
Make sure that, when a particular mapchar() can't find a proper glyph for the
Miod Vallat
2013-08-21
get rid of the copy argument in m_devget that let you provide an
David Gwynne
2013-08-15
Add RI_VCONS support.
Mark Kettenis
2013-07-16
Enable jfb-style acceleration on XVR-600.
Miod Vallat
2013-07-16
Add support for BUS_INTR_ESTABLISH_MPSAFE. This makes the previous commit
Mark Kettenis
2013-07-16
The interrupt handler for vcons(4) is defenitely safe to run without holding
Mark Kettenis
2013-07-16
Add support for BUS_INTR_ESTABLISH_MPSAFE.
Mark Kettenis
2013-07-15
Use getpropstringA(), not getpropstring(), to get the card's name. This ensures
Miod Vallat
2013-07-12
Actually assign return value to the variable that's used to check it.
Mark Kettenis
2013-06-11
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
Theo de Raadt
2013-05-30
Enforce ca_activate tree-walks over the entire heirarchy for all events,
Theo de Raadt
2013-05-17
Implement IPL_MPSAFE for pci bus interrupt handlers.
Mark Kettenis
2013-05-16
Run audio interrupts without grabbing the kernel lock. While IPL_SERIAL is
Mark Kettenis
2013-05-15
Introduce a global interrupt-aware mutex protecting data
Alexandre Ratchov
2013-05-13
Get rid of some silly underscores.
Mark Kettenis
2013-05-13
Implement support for running interrupt handlers without taking the kernel
Mark Kettenis
2013-05-12
Handle big (a.k.a. >2TB) disks by adding logic to handle the 12 and 16
Kenneth R Westerback
2013-05-10
ditch unused zskbd_device_lookup; verified by sebastia@
Mike Belopuhov
2013-04-21
Unify the zs tty driver.
Sebastian Reitenbach
2013-01-15
Fix segmentation of buffers that straddle a boundary.
Mark Kettenis
2013-01-01
Fix gap value when formatting 1.44MB 3"1/2 floppy disks; from NetBSD
Miod Vallat
2012-12-08
Make ldomd(8) to control the availability of virtual disks to guest domains.
Mark Kettenis
2012-12-08
Descriptor rings can be larger than a single page, so add the offset instead
Mark Kettenis
2012-12-07
Use a timeout to do a delayed handshake if the receive queue of the LDC
Mark Kettenis
2012-12-03
Close disk images if the client disconnects. This makes it possible to
Mark Kettenis
2012-12-02
Implement hardware flow control and enable it by default (by setting CRTSCTS).
Mark Kettenis
2012-12-02
Add "support" for VD_OP_GET_WCE and VD_OP_SET_WCE. These operations don't
Mark Kettenis
2012-12-01
Silently ignore VD_OP_GET_DEVID as Solaris uses it even though we don't
Mark Kettenis
2012-11-24
Do not assign the "host" MAC address to virtual switch ports. Don't print the
Mark Kettenis
[next]