OpenBSD cvs log

created 2020-02-29T18:33:32Z
begin 2020-02-22T00:00:00Z
end 2020-02-23T00:00:00Z
path src/sys
commits 5

date 2020-02-22T11:58:29Z
author anton
files src/sys/kern/sys_socket.c log diff annotate
src/sys/kern/vfs_vnops.c log diff annotate
message In preparation for unlocking ioctl(2), grab the kernel lock as needed.

ok kettenis@ mpi@ visa@

date 2020-02-22T12:00:24Z
author anton
files src/sys/kern/syscalls.master log diff annotate
message Unlock ioctl(2).

ok kettenis@ mpi@ visa@

date 2020-02-22T12:03:19Z
author anton
files src/sys/kern/init_sysent.c log diff annotate
src/sys/kern/syscalls.c log diff annotate
src/sys/sys/syscall.h log diff annotate
src/sys/sys/syscallargs.h log diff annotate
message regen

date 2020-02-22T14:01:34Z
author jasper
files src/sys/dev/usb/ehci.c log diff annotate
src/sys/dev/usb/if_udav.c log diff annotate
src/sys/dev/usb/if_url.c log diff annotate
src/sys/dev/usb/ohci.c log diff annotate
src/sys/dev/usb/uftdi.c log diff annotate
src/sys/dev/usb/ugen.c log diff annotate
src/sys/dev/usb/uhci.c log diff annotate
src/sys/dev/usb/uhidev.c log diff annotate
src/sys/dev/usb/uhub.c log diff annotate
src/sys/dev/usb/uipaq.c log diff annotate
src/sys/dev/usb/umass.c log diff annotate
message use the UE_GET_XFERTYPE macro where applicable

ok mpi@

date 2020-02-22T14:01:35Z
author jasper
files src/sys/dev/usb/umodem.c log diff annotate
src/sys/dev/usb/usbdi.c log diff annotate
src/sys/dev/usb/uvisor.c log diff annotate
src/sys/dev/usb/xhci.c log diff annotate
message use the UE_GET_XFERTYPE macro where applicable

ok mpi@