viomb(4) assert with 1.35 of sys/arch/amd64/amd64/intr.c

2013-07-01 Thread Alexey E. Suslikov
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

Re: sys/dev/pckbc/pms.c diff

2013-07-01 Thread Martin Pieuchot
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

quota: use mount points instead of device names

2013-07-01 Thread Alexandre Ratchov
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

ioctls on /dev/null

2013-07-01 Thread Stuart Cassoff
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