OpenBSD cvs log

created 2019-03-16T16:02:35Z
begin 2019-03-11T00:00:00Z
end 2019-03-12T00:00:00Z
path src/sys
commits 4

date 2019-03-11T06:19:33Z
author kevlo
files src/sys/dev/ic/r92creg.h log diff annotate
src/sys/dev/ic/rtwn.c log diff annotate
src/sys/dev/ic/rtwnvar.h log diff annotate
src/sys/dev/usb/if_urtwn.c log diff annotate
message - in rtwn_r88e_fw_reset function, use the correct bit R88E_RSV_CTRL_MCU_RST
to reset/enable MCU
- there's no need to enable 1.2V power for rtl8192eu

ok jmatthew@

date 2019-03-11T17:13:31Z
author anton
files src/sys/kern/tty_pty.c log diff annotate
message Bring back revision 1.91 now that vmd has been fixed, repeating the
previous commit message:

When closing the slave end of a pty, generate an EOF event to any kqueue
consumer of the master end. This behavior is equivalent to how pipes
already behave with kqueue. Also, FreeBSD and NetBSD behaves the same
way.

ok deraadt@ millert@ visa@

date 2019-03-11T17:50:08Z
author mpi
files src/sys/dev/usb/ehci.c log diff annotate
src/sys/dev/usb/ohci.c log diff annotate
message Add missing bus powered bit, from aalm@

date 2019-03-11T17:50:09Z
author mpi
files src/sys/dev/usb/uhci.c log diff annotate
src/sys/dev/usb/xhci.c log diff annotate
src/sys/dev/usb/dwc2/dwc2.c log diff annotate
message Add missing bus powered bit, from aalm@