OpenBSD cvs log

created 2022-04-14T13:23:00Z
begin 2022-04-09T00:00:00Z
end 2022-04-10T00:00:00Z
path src/sys
commits 5

date 2022-04-09T01:49:43Z
author dv
files src/sys/arch/amd64/amd64/vmm_support.S log diff annotate
message Simplify vmx instruction error handling.

Removes jumps and shortens the code while keeping functionality the
same.

ok mlarkin@

date 2022-04-09T13:15:44Z
author mbuhl
files src/sys/net/pf_ioctl.c log diff annotate
message Release PF und NET lock before calling copyin for DIOCXROLLBACK.
OK bluhm@
Reported-by: [email protected]

date 2022-04-09T20:07:44Z
author naddy
files src/sys/dev/usb/moscom.c log diff annotate
src/sys/dev/usb/uark.c log diff annotate
src/sys/dev/usb/ubsa.c log diff annotate
src/sys/dev/usb/uchcom.c log diff annotate
src/sys/dev/usb/ucom.c log diff annotate
src/sys/dev/usb/ucomvar.h log diff annotate
src/sys/dev/usb/ucrcom.c log diff annotate
src/sys/dev/usb/ucycom.c log diff annotate
src/sys/dev/usb/uftdi.c log diff annotate
src/sys/dev/usb/uipaq.c log diff annotate
src/sys/dev/usb/ukspan.c log diff annotate
src/sys/dev/usb/umcs.c log diff annotate
src/sys/dev/usb/umct.c log diff annotate
src/sys/dev/usb/umodem.c log diff annotate
src/sys/dev/usb/umsm.c log diff annotate
src/sys/dev/usb/uplcom.c log diff annotate
src/sys/dev/usb/uscom.c log diff annotate
src/sys/dev/usb/uslcom.c log diff annotate
src/sys/dev/usb/uslhcom.c log diff annotate
src/sys/dev/usb/uticom.c log diff annotate
src/sys/dev/usb/uvisor.c log diff annotate
src/sys/dev/usb/uvscom.c log diff annotate
src/sys/dev/usb/uxrcom.c log diff annotate
message constify method tables in USB serial drivers

ok miod@

date 2022-04-09T20:09:03Z
author naddy
files src/sys/dev/usb/uoak.h log diff annotate
src/sys/dev/usb/uoaklux.c log diff annotate
src/sys/dev/usb/uoakrh.c log diff annotate
src/sys/dev/usb/uoakv.c log diff annotate
message constify method tables in OAK USB sensor drivers

ok miod@

date 2022-04-09T20:10:26Z
author naddy
files src/sys/dev/ata/atascsi.c log diff annotate
src/sys/dev/ata/atascsi.h log diff annotate
src/sys/dev/ic/ahci.c log diff annotate
src/sys/dev/ic/sili.c log diff annotate
message atascsi: constify method tables

ok miod@