Hi ports@.
See here http://article.gmane.org/gmane.os.openbsd.misc/205448
In addition, viomb_worker is doing splvm() and workq itself is
viomb_workq = workq_create("viomb", 1, IPL_VM);
Cheers,
Alexey
On 28/06/13(Fri) 13:08, joshua stein wrote:
> On Fri, 28 Jun 2013 at 12:14:43 -0400, David Hill wrote:
> > in pms_proc_mouse, wsmouse_input is called with an uninitialized
> > 'dz' variable if the sc->protocol->type is not PMS_STANDARD or
> > PMS_INTELLI.
>
> It should probably just return and not
The quota utility obtains the block device name (with getmntinfo())
then searches the corresponding fstab entry (with getfsspec()).
Unfortunately if the fstab entry uses the disk uuid, it doesn't
match the block device string and the fstab entry is skipped.
On the other hand, we can't use /dev/dis
OpenBSD doesn't allow setting /dev/null to nonblocking mode.
Other BSDs behave differently. What is the correct behaviour?
OpenBSD, in mmioctl()
http://www.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/arch/i386/i386/mem.c?rev=1.37;content-type=text%2Fplain
NetBSD, in mm_ioctl()
http://cvsweb.Net